/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./_src/scss/main.scss ***!
  \********************************************************************************************************************************************************************************************************/
/*

  Useful regular and parametric less mixins that will make your life AWESOME.  
  You will be able to run faster and jump higher with these mixins.

  Table of Contents

  Parametric Mixins - use with @include MIXIN_NAME;
  @include blur($amount:2px);
  @include border-radius($top-right: 0, $bottom-right: 0, $bottom-left: 0, $top-left: 0);
  @include columns($colwidth: 250px, $colcount: 0, $colgap: 50px, $column-rule-color: #EEE, $column-rule-style: solid, $column-rule-width: 1px);
  @include drop-shadow($x-axis: 0, $y-axis: 1px, $blur: 2px, $alpha: 0.1);
  @include flat-button($bg-color:blue, $hover-bg-color: color.adjust(blue, $lightness: -20%), $border-color: color.adjust(blue, $lightness: -4%), $hover-border-color: color.adjust(blue, $lightness: -30%), $double-border:false, $double-border-color:color.adjust(blue, $lightness: 14%), $round:3px, $text-color:#FFF, $text-hover-color:#FFF, $padding:6px 12px, $font-size:14px);
  @include flexbox($display: flex, $flex-direction: row, $justify-content: flex-start, $align-items: flex-start, $align-content: flex-start, $flex-wrap: wrap);
  @include font-face($family, $file-base, $weight: normal, $style: normal);
  @include gradient($color: #000, $start: blue, $stop: #FFF);
  @include gradient-button($start-color:blue, $hover-start-color: color.adjust(blue, $lightness: -4%), $gradient-percent:18%, $gradient-invert:false, $hover-gradient-invert:false, $double-border:false, $double-border-color:color.adjust(blue, $lightness: 14%), $round:3px, $text-color:#FFF, $text-hover-color: #FFF, $padding:6px 12px, $font-size:14px);
  @include horizontal-list($padding:5px 10px);
  @include inner-shadow($horizontal:0, $vertical:1px, $blur:2px, $alpha: 0.4);
  @include line($color:blue, $width:100%, $height:1px, $alignment:center, $margin-top:10px, $margin-bottom: 10px);
  @include opacity($opacity: 0.5);
  @include overlay($bg-color: black, $opacity: 0.4);
  @include _placeholder($color: grey);
  @include rotation($deg:5deg);
  @include rounded($radius: 2px);
  @include scale($ratio:1.5);
  @include text-shadow($bg-color: black);
  @include transition($duration:0.2s, $ease:ease-out);
  @include translate($x:0, $y:0);
  @include triangle($direction:right, $size:40px, $color: red);

  Helper Mixins
  @include absolute-full()
  @include center center()

  Regular mixins
  @include bg-image;
  @include center-block;
  @include clearfix;
  @include no-padding;
  @include plain-list;
  @include same-height-columns;
  @include visually-hidden;

 */
/*
 *
 * Parametric Mixins
 * 
 */
/*
 *
 * Helper Mixins - Used in other mixins, but not that useful to use directly
 * 
 */
/*
 *
 * Regular Mixins
 * 
 */
#content {
  margin-top: 128px;
}

body table td,
body table tr {
  font-weight: 400;
}
body ul {
  padding-left: 24px;
}

.elementor-widget-text-editor ul {
  padding-left: 40px;
}

* {
  transition: all 300ms;
  word-break: keep-all !important;
}

svg {
  transition: fill 180ms;
}

.section-lg {
  width: 100%;
  max-width: 1426px;
  margin: auto;
  padding: 80px 20px;
}

.section-padding, .section-sm, .section-md, .section {
  padding: 80px 20px;
}
@media screen and (max-width: 991px) {
  .section-padding, .section-sm, .section-md, .section {
    padding: 28px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-padding, .section-sm, .section-md, .section {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 575px) {
  .section-padding, .section-sm, .section-md, .section {
    padding: 24px 20px;
  }
}

.section .e-con-inner {
  width: 100%;
  max-width: 1380px !important;
  margin: auto;
}
@media screen and (max-width: 575px) {
  .section.section-sm-full {
    padding: 0;
  }
}

.section-md .e-con-inner {
  width: 100%;
  max-width: 1200px !important;
  margin: auto;
}

.section-sm .e-con-inner {
  width: 100%;
  max-width: 980px !important;
  margin: auto;
}

.section-narrow {
  padding: 24px 20px;
}
@media screen and (max-width: 991px) {
  .section-narrow {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-narrow {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 575px) {
  .section-narrow {
    padding: 20px 20px;
  }
}

.section-padding-0 {
  padding: 0 !important;
}

.section-40 {
  padding: 40px 20px 60px;
}
.section-40 .e-con-inner {
  width: 100%;
  max-width: 1400px !important;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .section-40 {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-40 {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 575px) {
  .section-40 {
    padding: 20px 20px;
  }
}

.section-wide {
  padding: 80px 20px;
}
@media screen and (max-width: 991px) {
  .section-wide {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-wide {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 575px) {
  .section-wide {
    padding: 20px 20px;
  }
}

.inner-section-padding, .inner-section-md {
  padding: 52px 0;
}
@media screen and (max-width: 991px) {
  .inner-section-padding, .inner-section-md {
    padding: 28px 0;
  }
}
@media screen and (max-width: 767px) {
  .inner-section-padding, .inner-section-md {
    padding: 24px 0;
  }
}
@media screen and (max-width: 575px) {
  .inner-section-padding, .inner-section-md {
    padding: 24px 0;
  }
}

.inner-section-md .e-con-inner {
  width: 100%;
  max-width: 1000px !important;
  margin: auto;
}

.radius-30 {
  border-radius: 30px;
}

.section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
  display: inline;
  padding: 0 0 16px 0;
  border-bottom: solid 3px #E4E5E6;
}

.round-20 {
  border-radius: 20px;
}
.round-20.elementor-widget-image img {
  border-radius: 20px;
}
.round-20 .elementor-background-video-container {
  border-radius: 20px !important;
}

.round-8 {
  border-radius: 8px;
}
.round-8.elementor-widget-image img {
  border-radius: 8px;
}
.round-8 .elementor-background-video-container {
  border-radius: 8px !important;
}

.round-3 {
  border-radius: 3px;
}
.round-3.elementor-widget-image img {
  border-radius: 3px;
}
.round-3 .elementor-background-video-container {
  border-radius: 3px !important;
}

.elementor-button-wrapper {
  display: flex;
}

a:hover .underline-on-hover .elementor-heading-title {
  text-decoration: underline;
}

.doctors-grid-container.loading {
  opacity: 0.6;
}

.locations-grid-container.loading {
  opacity: 0.6;
}

body {
  background-color: white;
}

.drop-cap:first-child::first-letter {
  color: #00afd0;
  padding-left: 0;
  padding-right: 10px;
  float: left;
  position: relative;
  top: 0;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 2px;
  font-size: 80px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .drop-cap:first-child::first-letter {
    font-size: 40px;
  }
}

.bg-image,
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white-gradient {
  background: linear-gradient(to right, transparent 0%, white 25%, white 75%, transparent 100%);
}

.btn-icon, .btn-white-text-icon .elementor-widget-container,
.elementor-button-white-text-icon .elementor-button, .elementor-button-white-text-outline-icon .elementor-button, .elementor-button-white-outline-icon-shadow .elementor-button, .elementor-button-white-outline-icon .elementor-button, .elementor-button-white-alt-icon-shadow .elementor-button, .elementor-button-white-alt-icon .elementor-button, .elementor-button-white-icon-shadow .elementor-button, .btn-white-icon .elementor-widget-container,
.elementor-button-white-icon .elementor-button, .btn-light-gray-text-icon .elementor-widget-container,
.elementor-button-light-gray-text-icon .elementor-button, .elementor-button-light-gray-text-outline-icon .elementor-button, .elementor-button-light-gray-outline-icon-shadow .elementor-button, .elementor-button-light-gray-outline-icon .elementor-button, .elementor-button-light-gray-alt-icon-shadow .elementor-button, .elementor-button-light-gray-alt-icon .elementor-button, .elementor-button-light-gray-icon-shadow .elementor-button, .btn-light-gray-icon .elementor-widget-container,
.elementor-button-light-gray-icon .elementor-button, .btn-med-gray-text-icon .elementor-widget-container,
.elementor-button-med-gray-text-icon .elementor-button, .elementor-button-med-gray-text-outline-icon .elementor-button, .elementor-button-med-gray-outline-icon-shadow .elementor-button, .elementor-button-med-gray-outline-icon .elementor-button, .elementor-button-med-gray-alt-icon-shadow .elementor-button, .elementor-button-med-gray-alt-icon .elementor-button, .elementor-button-med-gray-icon-shadow .elementor-button, .btn-med-gray-icon .elementor-widget-container,
.elementor-button-med-gray-icon .elementor-button, .btn-dark-gray-text-icon .elementor-widget-container,
.elementor-button-dark-gray-text-icon .elementor-button, .elementor-button-dark-gray-text-outline-icon .elementor-button, .elementor-button-dark-gray-outline-icon-shadow .elementor-button, .elementor-button-dark-gray-outline-icon .elementor-button, .elementor-button-dark-gray-alt-icon-shadow .elementor-button, .elementor-button-dark-gray-alt-icon .elementor-button, .elementor-button-dark-gray-icon-shadow .elementor-button, .btn-dark-gray-icon .elementor-widget-container,
.elementor-button-dark-gray-icon .elementor-button, .btn-almost-black-text-icon .elementor-widget-container,
.elementor-button-almost-black-text-icon .elementor-button, .elementor-button-almost-black-text-outline-icon .elementor-button, .elementor-button-almost-black-outline-icon-shadow .elementor-button, .elementor-button-almost-black-outline-icon .elementor-button, .elementor-button-almost-black-alt-icon-shadow .elementor-button, .elementor-button-almost-black-alt-icon .elementor-button, .elementor-button-almost-black-icon-shadow .elementor-button, .btn-almost-black-icon .elementor-widget-container,
.elementor-button-almost-black-icon .elementor-button, .btn-black-text-icon .elementor-widget-container,
.elementor-button-black-text-icon .elementor-button, .elementor-button-black-text-outline-icon .elementor-button, .elementor-button-black-outline-icon-shadow .elementor-button, .elementor-button-black-outline-icon .elementor-button, .elementor-button-black-alt-icon-shadow .elementor-button, .elementor-button-black-alt-icon .elementor-button, .elementor-button-black-icon-shadow .elementor-button, .btn-black-icon .elementor-widget-container,
.elementor-button-black-icon .elementor-button, .btn-orange-text-icon .elementor-widget-container,
.elementor-button-orange-text-icon .elementor-button, .elementor-button-orange-text-outline-icon .elementor-button, .elementor-button-orange-outline-icon-shadow .elementor-button, .elementor-button-orange-outline-icon .elementor-button, .elementor-button-orange-alt-icon-shadow .elementor-button, .elementor-button-orange-alt-icon .elementor-button, .elementor-button-orange-icon-shadow .elementor-button, .btn-orange-icon .elementor-widget-container,
.elementor-button-orange-icon .elementor-button, .btn-light-blue-text-icon .elementor-widget-container,
.elementor-button-light-blue-text-icon .elementor-button, .elementor-button-light-blue-text-outline-icon .elementor-button, .elementor-button-light-blue-outline-icon-shadow .elementor-button, .elementor-button-light-blue-outline-icon .elementor-button, .elementor-button-light-blue-alt-icon-shadow .elementor-button, .elementor-button-light-blue-alt-icon .elementor-button, .elementor-button-light-blue-icon-shadow .elementor-button, .btn-light-blue-icon .elementor-widget-container,
.elementor-button-light-blue-icon .elementor-button, .btn-blue-text-icon .elementor-widget-container,
.elementor-button-blue-text-icon .elementor-button, .elementor-button-blue-text-outline-icon .elementor-button, .elementor-button-blue-outline-icon-shadow .elementor-button, .elementor-button-blue-outline-icon .elementor-button, .elementor-button-blue-alt-icon-shadow .elementor-button, .elementor-button-blue-alt-icon .elementor-button, .elementor-button-blue-icon-shadow .elementor-button, .btn-blue-icon .elementor-widget-container,
.elementor-button-blue-icon .elementor-button, .btn-accent-text-icon .elementor-widget-container,
.elementor-button-accent-text-icon .elementor-button, .elementor-button-accent-text-outline-icon .elementor-button, .elementor-button-accent-outline-icon-shadow .elementor-button, .elementor-button-accent-outline-icon .elementor-button, .elementor-button-accent-alt-icon-shadow .elementor-button, .elementor-button-accent-alt-icon .elementor-button, .elementor-button-accent-icon-shadow .elementor-button, .btn-accent-icon .elementor-widget-container,
.elementor-button-accent-icon .elementor-button, .btn-secondary-text-icon .elementor-widget-container,
.elementor-button-secondary-text-icon .elementor-button, .elementor-button-secondary-text-outline-icon .elementor-button, .elementor-button-secondary-outline-icon-shadow .elementor-button, .elementor-button-secondary-outline-icon .elementor-button, .elementor-button-secondary-alt-icon-shadow .elementor-button, .elementor-button-secondary-alt-icon .elementor-button, .elementor-button-secondary-icon-shadow .elementor-button, .btn-secondary-icon .elementor-widget-container,
.elementor-button-secondary-icon .elementor-button, .btn-primary-text-icon .elementor-widget-container,
.elementor-button-primary-text-icon .elementor-button, .elementor-button-primary-text-outline-icon .elementor-button, .elementor-button-primary-outline-icon-shadow .elementor-button, .elementor-button-primary-outline-icon .elementor-button, .elementor-button-primary-alt-icon-shadow .elementor-button, .elementor-button-primary-alt-icon .elementor-button, .elementor-button-primary-icon-shadow .elementor-button, .btn-primary-icon .elementor-widget-container,
.elementor-button-primary-icon .elementor-button {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  width: auto;
}
.btn-icon::after, .btn-white-text-icon .elementor-widget-container::after,
.elementor-button-white-text-icon .elementor-button::after, .elementor-button-white-text-outline-icon .elementor-button::after, .elementor-button-white-outline-icon-shadow .elementor-button::after, .elementor-button-white-outline-icon .elementor-button::after, .elementor-button-white-alt-icon-shadow .elementor-button::after, .elementor-button-white-alt-icon .elementor-button::after, .elementor-button-white-icon-shadow .elementor-button::after, .btn-white-icon .elementor-widget-container::after,
.elementor-button-white-icon .elementor-button::after, .btn-light-gray-text-icon .elementor-widget-container::after,
.elementor-button-light-gray-text-icon .elementor-button::after, .elementor-button-light-gray-text-outline-icon .elementor-button::after, .elementor-button-light-gray-outline-icon-shadow .elementor-button::after, .elementor-button-light-gray-outline-icon .elementor-button::after, .elementor-button-light-gray-alt-icon-shadow .elementor-button::after, .elementor-button-light-gray-alt-icon .elementor-button::after, .elementor-button-light-gray-icon-shadow .elementor-button::after, .btn-light-gray-icon .elementor-widget-container::after,
.elementor-button-light-gray-icon .elementor-button::after, .btn-med-gray-text-icon .elementor-widget-container::after,
.elementor-button-med-gray-text-icon .elementor-button::after, .elementor-button-med-gray-text-outline-icon .elementor-button::after, .elementor-button-med-gray-outline-icon-shadow .elementor-button::after, .elementor-button-med-gray-outline-icon .elementor-button::after, .elementor-button-med-gray-alt-icon-shadow .elementor-button::after, .elementor-button-med-gray-alt-icon .elementor-button::after, .elementor-button-med-gray-icon-shadow .elementor-button::after, .btn-med-gray-icon .elementor-widget-container::after,
.elementor-button-med-gray-icon .elementor-button::after, .btn-dark-gray-text-icon .elementor-widget-container::after,
.elementor-button-dark-gray-text-icon .elementor-button::after, .elementor-button-dark-gray-text-outline-icon .elementor-button::after, .elementor-button-dark-gray-outline-icon-shadow .elementor-button::after, .elementor-button-dark-gray-outline-icon .elementor-button::after, .elementor-button-dark-gray-alt-icon-shadow .elementor-button::after, .elementor-button-dark-gray-alt-icon .elementor-button::after, .elementor-button-dark-gray-icon-shadow .elementor-button::after, .btn-dark-gray-icon .elementor-widget-container::after,
.elementor-button-dark-gray-icon .elementor-button::after, .btn-almost-black-text-icon .elementor-widget-container::after,
.elementor-button-almost-black-text-icon .elementor-button::after, .elementor-button-almost-black-text-outline-icon .elementor-button::after, .elementor-button-almost-black-outline-icon-shadow .elementor-button::after, .elementor-button-almost-black-outline-icon .elementor-button::after, .elementor-button-almost-black-alt-icon-shadow .elementor-button::after, .elementor-button-almost-black-alt-icon .elementor-button::after, .elementor-button-almost-black-icon-shadow .elementor-button::after, .btn-almost-black-icon .elementor-widget-container::after,
.elementor-button-almost-black-icon .elementor-button::after, .btn-black-text-icon .elementor-widget-container::after,
.elementor-button-black-text-icon .elementor-button::after, .elementor-button-black-text-outline-icon .elementor-button::after, .elementor-button-black-outline-icon-shadow .elementor-button::after, .elementor-button-black-outline-icon .elementor-button::after, .elementor-button-black-alt-icon-shadow .elementor-button::after, .elementor-button-black-alt-icon .elementor-button::after, .elementor-button-black-icon-shadow .elementor-button::after, .btn-black-icon .elementor-widget-container::after,
.elementor-button-black-icon .elementor-button::after, .btn-orange-text-icon .elementor-widget-container::after,
.elementor-button-orange-text-icon .elementor-button::after, .elementor-button-orange-text-outline-icon .elementor-button::after, .elementor-button-orange-outline-icon-shadow .elementor-button::after, .elementor-button-orange-outline-icon .elementor-button::after, .elementor-button-orange-alt-icon-shadow .elementor-button::after, .elementor-button-orange-alt-icon .elementor-button::after, .elementor-button-orange-icon-shadow .elementor-button::after, .btn-orange-icon .elementor-widget-container::after,
.elementor-button-orange-icon .elementor-button::after, .btn-light-blue-text-icon .elementor-widget-container::after,
.elementor-button-light-blue-text-icon .elementor-button::after, .elementor-button-light-blue-text-outline-icon .elementor-button::after, .elementor-button-light-blue-outline-icon-shadow .elementor-button::after, .elementor-button-light-blue-outline-icon .elementor-button::after, .elementor-button-light-blue-alt-icon-shadow .elementor-button::after, .elementor-button-light-blue-alt-icon .elementor-button::after, .elementor-button-light-blue-icon-shadow .elementor-button::after, .btn-light-blue-icon .elementor-widget-container::after,
.elementor-button-light-blue-icon .elementor-button::after, .btn-blue-text-icon .elementor-widget-container::after,
.elementor-button-blue-text-icon .elementor-button::after, .elementor-button-blue-text-outline-icon .elementor-button::after, .elementor-button-blue-outline-icon-shadow .elementor-button::after, .elementor-button-blue-outline-icon .elementor-button::after, .elementor-button-blue-alt-icon-shadow .elementor-button::after, .elementor-button-blue-alt-icon .elementor-button::after, .elementor-button-blue-icon-shadow .elementor-button::after, .btn-blue-icon .elementor-widget-container::after,
.elementor-button-blue-icon .elementor-button::after, .btn-accent-text-icon .elementor-widget-container::after,
.elementor-button-accent-text-icon .elementor-button::after, .elementor-button-accent-text-outline-icon .elementor-button::after, .elementor-button-accent-outline-icon-shadow .elementor-button::after, .elementor-button-accent-outline-icon .elementor-button::after, .elementor-button-accent-alt-icon-shadow .elementor-button::after, .elementor-button-accent-alt-icon .elementor-button::after, .elementor-button-accent-icon-shadow .elementor-button::after, .btn-accent-icon .elementor-widget-container::after,
.elementor-button-accent-icon .elementor-button::after, .btn-secondary-text-icon .elementor-widget-container::after,
.elementor-button-secondary-text-icon .elementor-button::after, .elementor-button-secondary-text-outline-icon .elementor-button::after, .elementor-button-secondary-outline-icon-shadow .elementor-button::after, .elementor-button-secondary-outline-icon .elementor-button::after, .elementor-button-secondary-alt-icon-shadow .elementor-button::after, .elementor-button-secondary-alt-icon .elementor-button::after, .elementor-button-secondary-icon-shadow .elementor-button::after, .btn-secondary-icon .elementor-widget-container::after,
.elementor-button-secondary-icon .elementor-button::after, .btn-primary-text-icon .elementor-widget-container::after,
.elementor-button-primary-text-icon .elementor-button::after, .elementor-button-primary-text-outline-icon .elementor-button::after, .elementor-button-primary-outline-icon-shadow .elementor-button::after, .elementor-button-primary-outline-icon .elementor-button::after, .elementor-button-primary-alt-icon-shadow .elementor-button::after, .elementor-button-primary-alt-icon .elementor-button::after, .elementor-button-primary-icon-shadow .elementor-button::after, .btn-primary-icon .elementor-widget-container::after,
.elementor-button-primary-icon .elementor-button::after {
  margin-left: 12px;
  width: 18px;
  height: 15px;
  display: inline-block;
  content: "";
  -webkit-mask: url(../arrow-right-light.svg) no-repeat 50% 50%;
          mask: url(../arrow-right-light.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: currentColor;
}
@media screen and (max-width: 700px) {
  .btn-icon::after, .btn-white-text-icon .elementor-widget-container::after,
  .elementor-button-white-text-icon .elementor-button::after, .elementor-button-white-text-outline-icon .elementor-button::after, .elementor-button-white-outline-icon-shadow .elementor-button::after, .elementor-button-white-outline-icon .elementor-button::after, .elementor-button-white-alt-icon-shadow .elementor-button::after, .elementor-button-white-alt-icon .elementor-button::after, .elementor-button-white-icon-shadow .elementor-button::after, .btn-white-icon .elementor-widget-container::after,
  .elementor-button-white-icon .elementor-button::after, .btn-light-gray-text-icon .elementor-widget-container::after,
  .elementor-button-light-gray-text-icon .elementor-button::after, .elementor-button-light-gray-text-outline-icon .elementor-button::after, .elementor-button-light-gray-outline-icon-shadow .elementor-button::after, .elementor-button-light-gray-outline-icon .elementor-button::after, .elementor-button-light-gray-alt-icon-shadow .elementor-button::after, .elementor-button-light-gray-alt-icon .elementor-button::after, .elementor-button-light-gray-icon-shadow .elementor-button::after, .btn-light-gray-icon .elementor-widget-container::after,
  .elementor-button-light-gray-icon .elementor-button::after, .btn-med-gray-text-icon .elementor-widget-container::after,
  .elementor-button-med-gray-text-icon .elementor-button::after, .elementor-button-med-gray-text-outline-icon .elementor-button::after, .elementor-button-med-gray-outline-icon-shadow .elementor-button::after, .elementor-button-med-gray-outline-icon .elementor-button::after, .elementor-button-med-gray-alt-icon-shadow .elementor-button::after, .elementor-button-med-gray-alt-icon .elementor-button::after, .elementor-button-med-gray-icon-shadow .elementor-button::after, .btn-med-gray-icon .elementor-widget-container::after,
  .elementor-button-med-gray-icon .elementor-button::after, .btn-dark-gray-text-icon .elementor-widget-container::after,
  .elementor-button-dark-gray-text-icon .elementor-button::after, .elementor-button-dark-gray-text-outline-icon .elementor-button::after, .elementor-button-dark-gray-outline-icon-shadow .elementor-button::after, .elementor-button-dark-gray-outline-icon .elementor-button::after, .elementor-button-dark-gray-alt-icon-shadow .elementor-button::after, .elementor-button-dark-gray-alt-icon .elementor-button::after, .elementor-button-dark-gray-icon-shadow .elementor-button::after, .btn-dark-gray-icon .elementor-widget-container::after,
  .elementor-button-dark-gray-icon .elementor-button::after, .btn-almost-black-text-icon .elementor-widget-container::after,
  .elementor-button-almost-black-text-icon .elementor-button::after, .elementor-button-almost-black-text-outline-icon .elementor-button::after, .elementor-button-almost-black-outline-icon-shadow .elementor-button::after, .elementor-button-almost-black-outline-icon .elementor-button::after, .elementor-button-almost-black-alt-icon-shadow .elementor-button::after, .elementor-button-almost-black-alt-icon .elementor-button::after, .elementor-button-almost-black-icon-shadow .elementor-button::after, .btn-almost-black-icon .elementor-widget-container::after,
  .elementor-button-almost-black-icon .elementor-button::after, .btn-black-text-icon .elementor-widget-container::after,
  .elementor-button-black-text-icon .elementor-button::after, .elementor-button-black-text-outline-icon .elementor-button::after, .elementor-button-black-outline-icon-shadow .elementor-button::after, .elementor-button-black-outline-icon .elementor-button::after, .elementor-button-black-alt-icon-shadow .elementor-button::after, .elementor-button-black-alt-icon .elementor-button::after, .elementor-button-black-icon-shadow .elementor-button::after, .btn-black-icon .elementor-widget-container::after,
  .elementor-button-black-icon .elementor-button::after, .btn-orange-text-icon .elementor-widget-container::after,
  .elementor-button-orange-text-icon .elementor-button::after, .elementor-button-orange-text-outline-icon .elementor-button::after, .elementor-button-orange-outline-icon-shadow .elementor-button::after, .elementor-button-orange-outline-icon .elementor-button::after, .elementor-button-orange-alt-icon-shadow .elementor-button::after, .elementor-button-orange-alt-icon .elementor-button::after, .elementor-button-orange-icon-shadow .elementor-button::after, .btn-orange-icon .elementor-widget-container::after,
  .elementor-button-orange-icon .elementor-button::after, .btn-light-blue-text-icon .elementor-widget-container::after,
  .elementor-button-light-blue-text-icon .elementor-button::after, .elementor-button-light-blue-text-outline-icon .elementor-button::after, .elementor-button-light-blue-outline-icon-shadow .elementor-button::after, .elementor-button-light-blue-outline-icon .elementor-button::after, .elementor-button-light-blue-alt-icon-shadow .elementor-button::after, .elementor-button-light-blue-alt-icon .elementor-button::after, .elementor-button-light-blue-icon-shadow .elementor-button::after, .btn-light-blue-icon .elementor-widget-container::after,
  .elementor-button-light-blue-icon .elementor-button::after, .btn-blue-text-icon .elementor-widget-container::after,
  .elementor-button-blue-text-icon .elementor-button::after, .elementor-button-blue-text-outline-icon .elementor-button::after, .elementor-button-blue-outline-icon-shadow .elementor-button::after, .elementor-button-blue-outline-icon .elementor-button::after, .elementor-button-blue-alt-icon-shadow .elementor-button::after, .elementor-button-blue-alt-icon .elementor-button::after, .elementor-button-blue-icon-shadow .elementor-button::after, .btn-blue-icon .elementor-widget-container::after,
  .elementor-button-blue-icon .elementor-button::after, .btn-accent-text-icon .elementor-widget-container::after,
  .elementor-button-accent-text-icon .elementor-button::after, .elementor-button-accent-text-outline-icon .elementor-button::after, .elementor-button-accent-outline-icon-shadow .elementor-button::after, .elementor-button-accent-outline-icon .elementor-button::after, .elementor-button-accent-alt-icon-shadow .elementor-button::after, .elementor-button-accent-alt-icon .elementor-button::after, .elementor-button-accent-icon-shadow .elementor-button::after, .btn-accent-icon .elementor-widget-container::after,
  .elementor-button-accent-icon .elementor-button::after, .btn-secondary-text-icon .elementor-widget-container::after,
  .elementor-button-secondary-text-icon .elementor-button::after, .elementor-button-secondary-text-outline-icon .elementor-button::after, .elementor-button-secondary-outline-icon-shadow .elementor-button::after, .elementor-button-secondary-outline-icon .elementor-button::after, .elementor-button-secondary-alt-icon-shadow .elementor-button::after, .elementor-button-secondary-alt-icon .elementor-button::after, .elementor-button-secondary-icon-shadow .elementor-button::after, .btn-secondary-icon .elementor-widget-container::after,
  .elementor-button-secondary-icon .elementor-button::after, .btn-primary-text-icon .elementor-widget-container::after,
  .elementor-button-primary-text-icon .elementor-button::after, .elementor-button-primary-text-outline-icon .elementor-button::after, .elementor-button-primary-outline-icon-shadow .elementor-button::after, .elementor-button-primary-outline-icon .elementor-button::after, .elementor-button-primary-alt-icon-shadow .elementor-button::after, .elementor-button-primary-alt-icon .elementor-button::after, .elementor-button-primary-icon-shadow .elementor-button::after, .btn-primary-icon .elementor-widget-container::after,
  .elementor-button-primary-icon .elementor-button::after {
    width: 20px;
    height: 16px;
  }
}

.btn-shadow, .elementor-button-white-outline-icon-shadow .elementor-button, .elementor-button-white-outline-shadow .elementor-button, .elementor-button-white-alt-icon-shadow .elementor-button, .elementor-button-white-alt-shadow .elementor-button, .elementor-button-white-icon-shadow .elementor-button, .elementor-button-white-shadow .elementor-button, .elementor-button-light-gray-outline-icon-shadow .elementor-button, .elementor-button-light-gray-outline-shadow .elementor-button, .elementor-button-light-gray-alt-icon-shadow .elementor-button, .elementor-button-light-gray-alt-shadow .elementor-button, .elementor-button-light-gray-icon-shadow .elementor-button, .elementor-button-light-gray-shadow .elementor-button, .elementor-button-med-gray-outline-icon-shadow .elementor-button, .elementor-button-med-gray-outline-shadow .elementor-button, .elementor-button-med-gray-alt-icon-shadow .elementor-button, .elementor-button-med-gray-alt-shadow .elementor-button, .elementor-button-med-gray-icon-shadow .elementor-button, .elementor-button-med-gray-shadow .elementor-button, .elementor-button-dark-gray-outline-icon-shadow .elementor-button, .elementor-button-dark-gray-outline-shadow .elementor-button, .elementor-button-dark-gray-alt-icon-shadow .elementor-button, .elementor-button-dark-gray-alt-shadow .elementor-button, .elementor-button-dark-gray-icon-shadow .elementor-button, .elementor-button-dark-gray-shadow .elementor-button, .elementor-button-almost-black-outline-icon-shadow .elementor-button, .elementor-button-almost-black-outline-shadow .elementor-button, .elementor-button-almost-black-alt-icon-shadow .elementor-button, .elementor-button-almost-black-alt-shadow .elementor-button, .elementor-button-almost-black-icon-shadow .elementor-button, .elementor-button-almost-black-shadow .elementor-button, .elementor-button-black-outline-icon-shadow .elementor-button, .elementor-button-black-outline-shadow .elementor-button, .elementor-button-black-alt-icon-shadow .elementor-button, .elementor-button-black-alt-shadow .elementor-button, .elementor-button-black-icon-shadow .elementor-button, .elementor-button-black-shadow .elementor-button, .elementor-button-orange-outline-icon-shadow .elementor-button, .elementor-button-orange-outline-shadow .elementor-button, .elementor-button-orange-alt-icon-shadow .elementor-button, .elementor-button-orange-alt-shadow .elementor-button, .elementor-button-orange-icon-shadow .elementor-button, .elementor-button-orange-shadow .elementor-button, .elementor-button-light-blue-outline-icon-shadow .elementor-button, .elementor-button-light-blue-outline-shadow .elementor-button, .elementor-button-light-blue-alt-icon-shadow .elementor-button, .elementor-button-light-blue-alt-shadow .elementor-button, .elementor-button-light-blue-icon-shadow .elementor-button, .elementor-button-light-blue-shadow .elementor-button, .elementor-button-blue-outline-icon-shadow .elementor-button, .elementor-button-blue-outline-shadow .elementor-button, .elementor-button-blue-alt-icon-shadow .elementor-button, .elementor-button-blue-alt-shadow .elementor-button, .elementor-button-blue-icon-shadow .elementor-button, .elementor-button-blue-shadow .elementor-button, .elementor-button-accent-outline-icon-shadow .elementor-button, .elementor-button-accent-outline-shadow .elementor-button, .elementor-button-accent-alt-icon-shadow .elementor-button, .elementor-button-accent-alt-shadow .elementor-button, .elementor-button-accent-icon-shadow .elementor-button, .elementor-button-accent-shadow .elementor-button, .elementor-button-secondary-outline-icon-shadow .elementor-button, .elementor-button-secondary-outline-shadow .elementor-button, .elementor-button-secondary-alt-icon-shadow .elementor-button, .elementor-button-secondary-alt-shadow .elementor-button, .elementor-button-secondary-icon-shadow .elementor-button, .elementor-button-secondary-shadow .elementor-button, .elementor-button-primary-outline-icon-shadow .elementor-button, .elementor-button-primary-outline-shadow .elementor-button, .elementor-button-primary-alt-icon-shadow .elementor-button, .elementor-button-primary-alt-shadow .elementor-button, .elementor-button-primary-icon-shadow .elementor-button, .elementor-button-primary-shadow .elementor-button {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.bg-primary {
  background-color: #084999 !important;
}
.bg-primary *:not(.btn):not(font):not(input[type=submit]) {
  color: white;
}
.bg-primary input {
  color: #333f48;
}

.color-primary {
  color: #084999 !important;
  fill: #084999 !important;
}
.color-primary strong, .color-primary span {
  color: #084999 !important;
  fill: #084999 !important;
}

.btn-primary, .elementor-button-primary-icon-shadow .elementor-button, .btn-primary-icon .elementor-widget-container,
.elementor-button-primary-icon .elementor-button, .elementor-button-primary-shadow .elementor-button,
.elementor-button-primary .elementor-button {
  border: 1px rgb(6.9863354037, 63.750310559, 133.6136645963) solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #084999 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-primary:hover, .elementor-button-primary-icon-shadow .elementor-button:hover, .btn-primary-icon .elementor-widget-container:hover,
.elementor-button-primary-icon .elementor-button:hover, .elementor-button-primary-shadow .elementor-button:hover, .btn-primary:focus, .elementor-button-primary-icon-shadow .elementor-button:focus, .btn-primary-icon .elementor-widget-container:focus,
.elementor-button-primary-icon .elementor-button:focus, .elementor-button-primary-shadow .elementor-button:focus,
.elementor-button-primary .elementor-button:hover,
.elementor-button-primary .elementor-button:focus {
  background-color: rgb(4.452173913, 40.6260869565, 85.147826087) !important;
  border: 1px rgb(4.452173913, 40.6260869565, 85.147826087) solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-primary:link, .elementor-button-primary-icon-shadow .elementor-button:link, .btn-primary-icon .elementor-widget-container:link,
.elementor-button-primary-icon .elementor-button:link, .elementor-button-primary-shadow .elementor-button:link, .btn-primary:active, .elementor-button-primary-icon-shadow .elementor-button:active, .btn-primary-icon .elementor-widget-container:active,
.elementor-button-primary-icon .elementor-button:active, .elementor-button-primary-shadow .elementor-button:active, .btn-primary:visited, .elementor-button-primary-icon-shadow .elementor-button:visited, .btn-primary-icon .elementor-widget-container:visited,
.elementor-button-primary-icon .elementor-button:visited, .elementor-button-primary-shadow .elementor-button:visited, .btn-primary:focus, .elementor-button-primary-icon-shadow .elementor-button:focus, .btn-primary-icon .elementor-widget-container:focus,
.elementor-button-primary-icon .elementor-button:focus, .elementor-button-primary-shadow .elementor-button:focus,
.elementor-button-primary .elementor-button:link,
.elementor-button-primary .elementor-button:active,
.elementor-button-primary .elementor-button:visited,
.elementor-button-primary .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-primary:link:hover, .elementor-button-primary-icon-shadow .elementor-button:link:hover, .btn-primary-icon .elementor-widget-container:link:hover,
.elementor-button-primary-icon .elementor-button:link:hover, .elementor-button-primary-shadow .elementor-button:link:hover, .btn-primary:link:focus, .btn-primary:active:hover, .elementor-button-primary-icon-shadow .elementor-button:active:hover, .btn-primary-icon .elementor-widget-container:active:hover,
.elementor-button-primary-icon .elementor-button:active:hover, .elementor-button-primary-shadow .elementor-button:active:hover, .btn-primary:active:focus, .btn-primary:visited:hover, .elementor-button-primary-icon-shadow .elementor-button:visited:hover, .btn-primary-icon .elementor-widget-container:visited:hover,
.elementor-button-primary-icon .elementor-button:visited:hover, .elementor-button-primary-shadow .elementor-button:visited:hover, .btn-primary:visited:focus, .btn-primary:focus:hover, .btn-primary:focus:focus, .elementor-button-primary-icon-shadow .elementor-button:focus:focus, .btn-primary-icon .elementor-widget-container:focus:focus,
.elementor-button-primary-icon .elementor-button:focus:focus, .elementor-button-primary-shadow .elementor-button:focus:focus,
.elementor-button-primary .elementor-button:link:hover,
.elementor-button-primary .elementor-button:link:focus,
.elementor-button-primary .elementor-button:active:hover,
.elementor-button-primary .elementor-button:active:focus,
.elementor-button-primary .elementor-button:visited:hover,
.elementor-button-primary .elementor-button:visited:focus,
.elementor-button-primary .elementor-button:focus:hover,
.elementor-button-primary .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-primary, .elementor-button-primary-icon-shadow .elementor-button, .btn-primary-icon .elementor-widget-container,
  .elementor-button-primary-icon .elementor-button, .elementor-button-primary-shadow .elementor-button,
  .elementor-button-primary .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-primary, .elementor-button-primary-icon-shadow .elementor-button, .btn-primary-icon .elementor-widget-container,
  .elementor-button-primary-icon .elementor-button, .elementor-button-primary-shadow .elementor-button,
  .elementor-button-primary .elementor-button {
    font-size: 16px !important;
  }
}
.btn-primary, .elementor-button-primary-icon-shadow .elementor-button, .btn-primary-icon .elementor-widget-container,
.elementor-button-primary-icon .elementor-button, .elementor-button-primary-shadow .elementor-button,
.elementor-button-primary .elementor-button {
  font-weight: 600;
}

.btn-primary-alt, .elementor-button-primary-alt-icon-shadow .elementor-button, .elementor-button-primary-alt-icon .elementor-button, .elementor-button-primary-alt-shadow .elementor-button,
.elementor-button-primary-alt .elementor-button {
  border: 1px #084999 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #084999 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-primary-alt:hover, .elementor-button-primary-alt-icon-shadow .elementor-button:hover, .elementor-button-primary-alt-icon .elementor-button:hover, .elementor-button-primary-alt-shadow .elementor-button:hover, .btn-primary-alt:focus, .elementor-button-primary-alt-icon-shadow .elementor-button:focus, .elementor-button-primary-alt-icon .elementor-button:focus, .elementor-button-primary-alt-shadow .elementor-button:focus,
.elementor-button-primary-alt .elementor-button:hover,
.elementor-button-primary-alt .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #084999 solid !important;
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-primary-alt:link, .elementor-button-primary-alt-icon-shadow .elementor-button:link, .elementor-button-primary-alt-icon .elementor-button:link, .elementor-button-primary-alt-shadow .elementor-button:link, .btn-primary-alt:active, .elementor-button-primary-alt-icon-shadow .elementor-button:active, .elementor-button-primary-alt-icon .elementor-button:active, .elementor-button-primary-alt-shadow .elementor-button:active, .btn-primary-alt:visited, .elementor-button-primary-alt-icon-shadow .elementor-button:visited, .elementor-button-primary-alt-icon .elementor-button:visited, .elementor-button-primary-alt-shadow .elementor-button:visited, .btn-primary-alt:focus, .elementor-button-primary-alt-icon-shadow .elementor-button:focus, .elementor-button-primary-alt-icon .elementor-button:focus, .elementor-button-primary-alt-shadow .elementor-button:focus,
.elementor-button-primary-alt .elementor-button:link,
.elementor-button-primary-alt .elementor-button:active,
.elementor-button-primary-alt .elementor-button:visited,
.elementor-button-primary-alt .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-primary-alt:link:hover, .elementor-button-primary-alt-icon-shadow .elementor-button:link:hover, .elementor-button-primary-alt-icon .elementor-button:link:hover, .elementor-button-primary-alt-shadow .elementor-button:link:hover, .btn-primary-alt:link:focus, .btn-primary-alt:active:hover, .elementor-button-primary-alt-icon-shadow .elementor-button:active:hover, .elementor-button-primary-alt-icon .elementor-button:active:hover, .elementor-button-primary-alt-shadow .elementor-button:active:hover, .btn-primary-alt:active:focus, .btn-primary-alt:visited:hover, .elementor-button-primary-alt-icon-shadow .elementor-button:visited:hover, .elementor-button-primary-alt-icon .elementor-button:visited:hover, .elementor-button-primary-alt-shadow .elementor-button:visited:hover, .btn-primary-alt:visited:focus, .btn-primary-alt:focus:hover, .btn-primary-alt:focus:focus, .elementor-button-primary-alt-icon-shadow .elementor-button:focus:focus, .elementor-button-primary-alt-icon .elementor-button:focus:focus, .elementor-button-primary-alt-shadow .elementor-button:focus:focus,
.elementor-button-primary-alt .elementor-button:link:hover,
.elementor-button-primary-alt .elementor-button:link:focus,
.elementor-button-primary-alt .elementor-button:active:hover,
.elementor-button-primary-alt .elementor-button:active:focus,
.elementor-button-primary-alt .elementor-button:visited:hover,
.elementor-button-primary-alt .elementor-button:visited:focus,
.elementor-button-primary-alt .elementor-button:focus:hover,
.elementor-button-primary-alt .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
@media screen and (max-width: 767px) {
  .btn-primary-alt, .elementor-button-primary-alt-icon-shadow .elementor-button, .elementor-button-primary-alt-icon .elementor-button, .elementor-button-primary-alt-shadow .elementor-button,
  .elementor-button-primary-alt .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-primary-alt, .elementor-button-primary-alt-icon-shadow .elementor-button, .elementor-button-primary-alt-icon .elementor-button, .elementor-button-primary-alt-shadow .elementor-button,
  .elementor-button-primary-alt .elementor-button {
    font-size: 16px !important;
  }
}
.btn-primary-alt, .elementor-button-primary-alt-icon-shadow .elementor-button, .elementor-button-primary-alt-icon .elementor-button, .elementor-button-primary-alt-shadow .elementor-button,
.elementor-button-primary-alt .elementor-button {
  font-weight: 600;
}
.btn-primary-alt font, .elementor-button-primary-alt-icon-shadow .elementor-button font, .elementor-button-primary-alt-icon .elementor-button font, .elementor-button-primary-alt-shadow .elementor-button font,
.elementor-button-primary-alt .elementor-button font {
  vertical-align: baseline !important;
}

.btn-primary-outline, .elementor-button-primary-outline-icon-shadow .elementor-button, .elementor-button-primary-outline-icon .elementor-button, .elementor-button-primary-outline-shadow .elementor-button,
.elementor-button-primary-outline .elementor-button {
  border: 1px #084999 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #084999 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-primary-outline:hover, .elementor-button-primary-outline-icon-shadow .elementor-button:hover, .elementor-button-primary-outline-icon .elementor-button:hover, .elementor-button-primary-outline-shadow .elementor-button:hover, .btn-primary-outline:focus, .elementor-button-primary-outline-icon-shadow .elementor-button:focus, .elementor-button-primary-outline-icon .elementor-button:focus, .elementor-button-primary-outline-shadow .elementor-button:focus,
.elementor-button-primary-outline .elementor-button:hover,
.elementor-button-primary-outline .elementor-button:focus {
  background-color: #084999 !important;
  border: 1px #084999 solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-primary-outline:link, .elementor-button-primary-outline-icon-shadow .elementor-button:link, .elementor-button-primary-outline-icon .elementor-button:link, .elementor-button-primary-outline-shadow .elementor-button:link, .btn-primary-outline:active, .elementor-button-primary-outline-icon-shadow .elementor-button:active, .elementor-button-primary-outline-icon .elementor-button:active, .elementor-button-primary-outline-shadow .elementor-button:active, .btn-primary-outline:visited, .elementor-button-primary-outline-icon-shadow .elementor-button:visited, .elementor-button-primary-outline-icon .elementor-button:visited, .elementor-button-primary-outline-shadow .elementor-button:visited, .btn-primary-outline:focus, .elementor-button-primary-outline-icon-shadow .elementor-button:focus, .elementor-button-primary-outline-icon .elementor-button:focus, .elementor-button-primary-outline-shadow .elementor-button:focus,
.elementor-button-primary-outline .elementor-button:link,
.elementor-button-primary-outline .elementor-button:active,
.elementor-button-primary-outline .elementor-button:visited,
.elementor-button-primary-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-primary-outline:link:hover, .elementor-button-primary-outline-icon-shadow .elementor-button:link:hover, .elementor-button-primary-outline-icon .elementor-button:link:hover, .elementor-button-primary-outline-shadow .elementor-button:link:hover, .btn-primary-outline:link:focus, .btn-primary-outline:active:hover, .elementor-button-primary-outline-icon-shadow .elementor-button:active:hover, .elementor-button-primary-outline-icon .elementor-button:active:hover, .elementor-button-primary-outline-shadow .elementor-button:active:hover, .btn-primary-outline:active:focus, .btn-primary-outline:visited:hover, .elementor-button-primary-outline-icon-shadow .elementor-button:visited:hover, .elementor-button-primary-outline-icon .elementor-button:visited:hover, .elementor-button-primary-outline-shadow .elementor-button:visited:hover, .btn-primary-outline:visited:focus, .btn-primary-outline:focus:hover, .btn-primary-outline:focus:focus, .elementor-button-primary-outline-icon-shadow .elementor-button:focus:focus, .elementor-button-primary-outline-icon .elementor-button:focus:focus, .elementor-button-primary-outline-shadow .elementor-button:focus:focus,
.elementor-button-primary-outline .elementor-button:link:hover,
.elementor-button-primary-outline .elementor-button:link:focus,
.elementor-button-primary-outline .elementor-button:active:hover,
.elementor-button-primary-outline .elementor-button:active:focus,
.elementor-button-primary-outline .elementor-button:visited:hover,
.elementor-button-primary-outline .elementor-button:visited:focus,
.elementor-button-primary-outline .elementor-button:focus:hover,
.elementor-button-primary-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-primary-outline, .elementor-button-primary-outline-icon-shadow .elementor-button, .elementor-button-primary-outline-icon .elementor-button, .elementor-button-primary-outline-shadow .elementor-button,
  .elementor-button-primary-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-primary-outline, .elementor-button-primary-outline-icon-shadow .elementor-button, .elementor-button-primary-outline-icon .elementor-button, .elementor-button-primary-outline-shadow .elementor-button,
  .elementor-button-primary-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-primary-outline, .elementor-button-primary-outline-icon-shadow .elementor-button, .elementor-button-primary-outline-icon .elementor-button, .elementor-button-primary-outline-shadow .elementor-button,
.elementor-button-primary-outline .elementor-button {
  font-weight: 600;
}

.btn-primary-text-outline, .elementor-button-primary-text-outline-icon .elementor-button,
.elementor-button-primary-text-outline .elementor-button {
  border: 1px transparent solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #084999 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-primary-text-outline:hover, .elementor-button-primary-text-outline-icon .elementor-button:hover, .btn-primary-text-outline:focus, .elementor-button-primary-text-outline-icon .elementor-button:focus,
.elementor-button-primary-text-outline .elementor-button:hover,
.elementor-button-primary-text-outline .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #084999 solid !important;
  text-decoration: none !important;
  color: rgb(4.452173913, 40.6260869565, 85.147826087) !important;
}
.btn-primary-text-outline:link, .elementor-button-primary-text-outline-icon .elementor-button:link, .btn-primary-text-outline:active, .elementor-button-primary-text-outline-icon .elementor-button:active, .btn-primary-text-outline:visited, .elementor-button-primary-text-outline-icon .elementor-button:visited, .btn-primary-text-outline:focus, .elementor-button-primary-text-outline-icon .elementor-button:focus,
.elementor-button-primary-text-outline .elementor-button:link,
.elementor-button-primary-text-outline .elementor-button:active,
.elementor-button-primary-text-outline .elementor-button:visited,
.elementor-button-primary-text-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-primary-text-outline:link:hover, .elementor-button-primary-text-outline-icon .elementor-button:link:hover, .btn-primary-text-outline:link:focus, .btn-primary-text-outline:active:hover, .elementor-button-primary-text-outline-icon .elementor-button:active:hover, .btn-primary-text-outline:active:focus, .btn-primary-text-outline:visited:hover, .elementor-button-primary-text-outline-icon .elementor-button:visited:hover, .btn-primary-text-outline:visited:focus, .btn-primary-text-outline:focus:hover, .btn-primary-text-outline:focus:focus, .elementor-button-primary-text-outline-icon .elementor-button:focus:focus,
.elementor-button-primary-text-outline .elementor-button:link:hover,
.elementor-button-primary-text-outline .elementor-button:link:focus,
.elementor-button-primary-text-outline .elementor-button:active:hover,
.elementor-button-primary-text-outline .elementor-button:active:focus,
.elementor-button-primary-text-outline .elementor-button:visited:hover,
.elementor-button-primary-text-outline .elementor-button:visited:focus,
.elementor-button-primary-text-outline .elementor-button:focus:hover,
.elementor-button-primary-text-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: rgb(4.452173913, 40.6260869565, 85.147826087) !important;
}
@media screen and (max-width: 767px) {
  .btn-primary-text-outline, .elementor-button-primary-text-outline-icon .elementor-button,
  .elementor-button-primary-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-primary-text-outline, .elementor-button-primary-text-outline-icon .elementor-button,
  .elementor-button-primary-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-primary-text-outline, .elementor-button-primary-text-outline-icon .elementor-button,
.elementor-button-primary-text-outline .elementor-button {
  font-weight: 600;
}

.elementor-button-primary-text-outline-icon .elementor-button {
  font-weight: 600;
}

.btn-primary-text, .btn-primary-text-icon .elementor-widget-container,
.elementor-button-primary-text-icon .elementor-button,
.elementor-button-primary-text .elementor-button {
  color: #084999 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  padding: 6px 0 2px 0;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.btn-primary-text:hover, .btn-primary-text-icon .elementor-widget-container:hover,
.elementor-button-primary-text-icon .elementor-button:hover, .btn-primary-text:focus, .btn-primary-text-icon .elementor-widget-container:focus,
.elementor-button-primary-text-icon .elementor-button:focus,
.elementor-button-primary-text .elementor-button:hover,
.elementor-button-primary-text .elementor-button:focus {
  color: rgb(4.9590062112, 45.250931677, 94.8409937888) !important;
  box-shadow: none;
}
.btn-primary-text, .btn-primary-text-icon .elementor-widget-container,
.elementor-button-primary-text-icon .elementor-button,
.elementor-button-primary-text .elementor-button {
  font-weight: 600;
}

.btn-primary-text-icon .elementor-widget-container,
.elementor-button-primary-text-icon .elementor-button {
  font-weight: 600;
}

.border-primary {
  border: 1px solid #084999;
}

.input-group > .input-group-append > .btn {
  padding: 6px 12px;
  margin: 0;
  font-size: 16px;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.toggle.toggle-primary {
  background: #084999;
  border-color: transparent;
}
.toggle.toggle-primary i {
  color: white;
}
.toggle.toggle-primary:hover, .toggle.toggle-primary:focus {
  background: transparent;
  text-decoration: none;
}
.toggle.toggle-primary:hover i, .toggle.toggle-primary:focus i {
  color: #084999;
}
.toggle.toggle-primary.toggle-circle {
  border-color: #084999;
}

.toggle.toggle-primary-outline {
  background: transparent;
  border-color: #084999;
}
.toggle.toggle-primary-outline i {
  color: #084999;
}
.toggle.toggle-primary-outline:hover, .toggle.toggle-primary-outline:focus {
  background: #084999;
  text-decoration: none;
}
.toggle.toggle-primary-outline:hover i, .toggle.toggle-primary-outline:focus i {
  color: white;
}
.toggle.toggle-primary-outline.toggle-circle {
  border-color: #084999;
}

.badge.badge-primary {
  background: #084999;
  display: flex;
  align-items: center;
  font-weight: normal;
  display: inline-block;
  border-color: #084999;
}
.badge.badge-primary i {
  color: white;
}

a.badge.badge-primary {
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a.badge.badge-primary:hover, a.badge.badge-primary:focus {
  color: white;
  background-color: rgb(5.4658385093, 49.8757763975, 104.5341614907);
}

button.badge.badge-primary {
  transition: all 0.2s ease-out;
}
button.badge.badge-primary:hover, button.badge.badge-primary:focus {
  background: rgb(4.9590062112, 45.250931677, 94.8409937888);
}

.bg-secondary {
  background-color: #979797 !important;
}
.bg-secondary *:not(.btn):not(font):not(input[type=submit]) {
  color: white;
}
.bg-secondary input {
  color: #333f48;
}

.color-secondary {
  color: #979797 !important;
  fill: #979797 !important;
}
.color-secondary strong, .color-secondary span {
  color: #979797 !important;
  fill: #979797 !important;
}

.btn-secondary, .elementor-button-secondary-icon-shadow .elementor-button, .btn-secondary-icon .elementor-widget-container,
.elementor-button-secondary-icon .elementor-button, .elementor-button-secondary-shadow .elementor-button,
.elementor-button-secondary .elementor-button {
  border: 1px rgb(140.8, 140.8, 140.8) solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #979797 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-secondary:hover, .elementor-button-secondary-icon-shadow .elementor-button:hover, .btn-secondary-icon .elementor-widget-container:hover,
.elementor-button-secondary-icon .elementor-button:hover, .elementor-button-secondary-shadow .elementor-button:hover, .btn-secondary:focus, .elementor-button-secondary-icon-shadow .elementor-button:focus, .btn-secondary-icon .elementor-widget-container:focus,
.elementor-button-secondary-icon .elementor-button:focus, .elementor-button-secondary-shadow .elementor-button:focus,
.elementor-button-secondary .elementor-button:hover,
.elementor-button-secondary .elementor-button:focus {
  background-color: rgb(115.3, 115.3, 115.3) !important;
  border: 1px rgb(115.3, 115.3, 115.3) solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-secondary:link, .elementor-button-secondary-icon-shadow .elementor-button:link, .btn-secondary-icon .elementor-widget-container:link,
.elementor-button-secondary-icon .elementor-button:link, .elementor-button-secondary-shadow .elementor-button:link, .btn-secondary:active, .elementor-button-secondary-icon-shadow .elementor-button:active, .btn-secondary-icon .elementor-widget-container:active,
.elementor-button-secondary-icon .elementor-button:active, .elementor-button-secondary-shadow .elementor-button:active, .btn-secondary:visited, .elementor-button-secondary-icon-shadow .elementor-button:visited, .btn-secondary-icon .elementor-widget-container:visited,
.elementor-button-secondary-icon .elementor-button:visited, .elementor-button-secondary-shadow .elementor-button:visited, .btn-secondary:focus, .elementor-button-secondary-icon-shadow .elementor-button:focus, .btn-secondary-icon .elementor-widget-container:focus,
.elementor-button-secondary-icon .elementor-button:focus, .elementor-button-secondary-shadow .elementor-button:focus,
.elementor-button-secondary .elementor-button:link,
.elementor-button-secondary .elementor-button:active,
.elementor-button-secondary .elementor-button:visited,
.elementor-button-secondary .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-secondary:link:hover, .elementor-button-secondary-icon-shadow .elementor-button:link:hover, .btn-secondary-icon .elementor-widget-container:link:hover,
.elementor-button-secondary-icon .elementor-button:link:hover, .elementor-button-secondary-shadow .elementor-button:link:hover, .btn-secondary:link:focus, .btn-secondary:active:hover, .elementor-button-secondary-icon-shadow .elementor-button:active:hover, .btn-secondary-icon .elementor-widget-container:active:hover,
.elementor-button-secondary-icon .elementor-button:active:hover, .elementor-button-secondary-shadow .elementor-button:active:hover, .btn-secondary:active:focus, .btn-secondary:visited:hover, .elementor-button-secondary-icon-shadow .elementor-button:visited:hover, .btn-secondary-icon .elementor-widget-container:visited:hover,
.elementor-button-secondary-icon .elementor-button:visited:hover, .elementor-button-secondary-shadow .elementor-button:visited:hover, .btn-secondary:visited:focus, .btn-secondary:focus:hover, .btn-secondary:focus:focus, .elementor-button-secondary-icon-shadow .elementor-button:focus:focus, .btn-secondary-icon .elementor-widget-container:focus:focus,
.elementor-button-secondary-icon .elementor-button:focus:focus, .elementor-button-secondary-shadow .elementor-button:focus:focus,
.elementor-button-secondary .elementor-button:link:hover,
.elementor-button-secondary .elementor-button:link:focus,
.elementor-button-secondary .elementor-button:active:hover,
.elementor-button-secondary .elementor-button:active:focus,
.elementor-button-secondary .elementor-button:visited:hover,
.elementor-button-secondary .elementor-button:visited:focus,
.elementor-button-secondary .elementor-button:focus:hover,
.elementor-button-secondary .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-secondary, .elementor-button-secondary-icon-shadow .elementor-button, .btn-secondary-icon .elementor-widget-container,
  .elementor-button-secondary-icon .elementor-button, .elementor-button-secondary-shadow .elementor-button,
  .elementor-button-secondary .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-secondary, .elementor-button-secondary-icon-shadow .elementor-button, .btn-secondary-icon .elementor-widget-container,
  .elementor-button-secondary-icon .elementor-button, .elementor-button-secondary-shadow .elementor-button,
  .elementor-button-secondary .elementor-button {
    font-size: 16px !important;
  }
}
.btn-secondary, .elementor-button-secondary-icon-shadow .elementor-button, .btn-secondary-icon .elementor-widget-container,
.elementor-button-secondary-icon .elementor-button, .elementor-button-secondary-shadow .elementor-button,
.elementor-button-secondary .elementor-button {
  font-weight: 600;
}

.btn-secondary-alt, .elementor-button-secondary-alt-icon-shadow .elementor-button, .elementor-button-secondary-alt-icon .elementor-button, .elementor-button-secondary-alt-shadow .elementor-button,
.elementor-button-secondary-alt .elementor-button {
  border: 1px #979797 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #979797 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-secondary-alt:hover, .elementor-button-secondary-alt-icon-shadow .elementor-button:hover, .elementor-button-secondary-alt-icon .elementor-button:hover, .elementor-button-secondary-alt-shadow .elementor-button:hover, .btn-secondary-alt:focus, .elementor-button-secondary-alt-icon-shadow .elementor-button:focus, .elementor-button-secondary-alt-icon .elementor-button:focus, .elementor-button-secondary-alt-shadow .elementor-button:focus,
.elementor-button-secondary-alt .elementor-button:hover,
.elementor-button-secondary-alt .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #979797 solid !important;
  text-decoration: none !important;
  color: #979797 !important;
}
.btn-secondary-alt:link, .elementor-button-secondary-alt-icon-shadow .elementor-button:link, .elementor-button-secondary-alt-icon .elementor-button:link, .elementor-button-secondary-alt-shadow .elementor-button:link, .btn-secondary-alt:active, .elementor-button-secondary-alt-icon-shadow .elementor-button:active, .elementor-button-secondary-alt-icon .elementor-button:active, .elementor-button-secondary-alt-shadow .elementor-button:active, .btn-secondary-alt:visited, .elementor-button-secondary-alt-icon-shadow .elementor-button:visited, .elementor-button-secondary-alt-icon .elementor-button:visited, .elementor-button-secondary-alt-shadow .elementor-button:visited, .btn-secondary-alt:focus, .elementor-button-secondary-alt-icon-shadow .elementor-button:focus, .elementor-button-secondary-alt-icon .elementor-button:focus, .elementor-button-secondary-alt-shadow .elementor-button:focus,
.elementor-button-secondary-alt .elementor-button:link,
.elementor-button-secondary-alt .elementor-button:active,
.elementor-button-secondary-alt .elementor-button:visited,
.elementor-button-secondary-alt .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-secondary-alt:link:hover, .elementor-button-secondary-alt-icon-shadow .elementor-button:link:hover, .elementor-button-secondary-alt-icon .elementor-button:link:hover, .elementor-button-secondary-alt-shadow .elementor-button:link:hover, .btn-secondary-alt:link:focus, .btn-secondary-alt:active:hover, .elementor-button-secondary-alt-icon-shadow .elementor-button:active:hover, .elementor-button-secondary-alt-icon .elementor-button:active:hover, .elementor-button-secondary-alt-shadow .elementor-button:active:hover, .btn-secondary-alt:active:focus, .btn-secondary-alt:visited:hover, .elementor-button-secondary-alt-icon-shadow .elementor-button:visited:hover, .elementor-button-secondary-alt-icon .elementor-button:visited:hover, .elementor-button-secondary-alt-shadow .elementor-button:visited:hover, .btn-secondary-alt:visited:focus, .btn-secondary-alt:focus:hover, .btn-secondary-alt:focus:focus, .elementor-button-secondary-alt-icon-shadow .elementor-button:focus:focus, .elementor-button-secondary-alt-icon .elementor-button:focus:focus, .elementor-button-secondary-alt-shadow .elementor-button:focus:focus,
.elementor-button-secondary-alt .elementor-button:link:hover,
.elementor-button-secondary-alt .elementor-button:link:focus,
.elementor-button-secondary-alt .elementor-button:active:hover,
.elementor-button-secondary-alt .elementor-button:active:focus,
.elementor-button-secondary-alt .elementor-button:visited:hover,
.elementor-button-secondary-alt .elementor-button:visited:focus,
.elementor-button-secondary-alt .elementor-button:focus:hover,
.elementor-button-secondary-alt .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #979797 !important;
}
@media screen and (max-width: 767px) {
  .btn-secondary-alt, .elementor-button-secondary-alt-icon-shadow .elementor-button, .elementor-button-secondary-alt-icon .elementor-button, .elementor-button-secondary-alt-shadow .elementor-button,
  .elementor-button-secondary-alt .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-secondary-alt, .elementor-button-secondary-alt-icon-shadow .elementor-button, .elementor-button-secondary-alt-icon .elementor-button, .elementor-button-secondary-alt-shadow .elementor-button,
  .elementor-button-secondary-alt .elementor-button {
    font-size: 16px !important;
  }
}
.btn-secondary-alt, .elementor-button-secondary-alt-icon-shadow .elementor-button, .elementor-button-secondary-alt-icon .elementor-button, .elementor-button-secondary-alt-shadow .elementor-button,
.elementor-button-secondary-alt .elementor-button {
  font-weight: 600;
}
.btn-secondary-alt font, .elementor-button-secondary-alt-icon-shadow .elementor-button font, .elementor-button-secondary-alt-icon .elementor-button font, .elementor-button-secondary-alt-shadow .elementor-button font,
.elementor-button-secondary-alt .elementor-button font {
  vertical-align: baseline !important;
}

.btn-secondary-outline, .elementor-button-secondary-outline-icon-shadow .elementor-button, .elementor-button-secondary-outline-icon .elementor-button, .elementor-button-secondary-outline-shadow .elementor-button,
.elementor-button-secondary-outline .elementor-button {
  border: 1px #979797 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #979797 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-secondary-outline:hover, .elementor-button-secondary-outline-icon-shadow .elementor-button:hover, .elementor-button-secondary-outline-icon .elementor-button:hover, .elementor-button-secondary-outline-shadow .elementor-button:hover, .btn-secondary-outline:focus, .elementor-button-secondary-outline-icon-shadow .elementor-button:focus, .elementor-button-secondary-outline-icon .elementor-button:focus, .elementor-button-secondary-outline-shadow .elementor-button:focus,
.elementor-button-secondary-outline .elementor-button:hover,
.elementor-button-secondary-outline .elementor-button:focus {
  background-color: #979797 !important;
  border: 1px #979797 solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-secondary-outline:link, .elementor-button-secondary-outline-icon-shadow .elementor-button:link, .elementor-button-secondary-outline-icon .elementor-button:link, .elementor-button-secondary-outline-shadow .elementor-button:link, .btn-secondary-outline:active, .elementor-button-secondary-outline-icon-shadow .elementor-button:active, .elementor-button-secondary-outline-icon .elementor-button:active, .elementor-button-secondary-outline-shadow .elementor-button:active, .btn-secondary-outline:visited, .elementor-button-secondary-outline-icon-shadow .elementor-button:visited, .elementor-button-secondary-outline-icon .elementor-button:visited, .elementor-button-secondary-outline-shadow .elementor-button:visited, .btn-secondary-outline:focus, .elementor-button-secondary-outline-icon-shadow .elementor-button:focus, .elementor-button-secondary-outline-icon .elementor-button:focus, .elementor-button-secondary-outline-shadow .elementor-button:focus,
.elementor-button-secondary-outline .elementor-button:link,
.elementor-button-secondary-outline .elementor-button:active,
.elementor-button-secondary-outline .elementor-button:visited,
.elementor-button-secondary-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #979797 !important;
}
.btn-secondary-outline:link:hover, .elementor-button-secondary-outline-icon-shadow .elementor-button:link:hover, .elementor-button-secondary-outline-icon .elementor-button:link:hover, .elementor-button-secondary-outline-shadow .elementor-button:link:hover, .btn-secondary-outline:link:focus, .btn-secondary-outline:active:hover, .elementor-button-secondary-outline-icon-shadow .elementor-button:active:hover, .elementor-button-secondary-outline-icon .elementor-button:active:hover, .elementor-button-secondary-outline-shadow .elementor-button:active:hover, .btn-secondary-outline:active:focus, .btn-secondary-outline:visited:hover, .elementor-button-secondary-outline-icon-shadow .elementor-button:visited:hover, .elementor-button-secondary-outline-icon .elementor-button:visited:hover, .elementor-button-secondary-outline-shadow .elementor-button:visited:hover, .btn-secondary-outline:visited:focus, .btn-secondary-outline:focus:hover, .btn-secondary-outline:focus:focus, .elementor-button-secondary-outline-icon-shadow .elementor-button:focus:focus, .elementor-button-secondary-outline-icon .elementor-button:focus:focus, .elementor-button-secondary-outline-shadow .elementor-button:focus:focus,
.elementor-button-secondary-outline .elementor-button:link:hover,
.elementor-button-secondary-outline .elementor-button:link:focus,
.elementor-button-secondary-outline .elementor-button:active:hover,
.elementor-button-secondary-outline .elementor-button:active:focus,
.elementor-button-secondary-outline .elementor-button:visited:hover,
.elementor-button-secondary-outline .elementor-button:visited:focus,
.elementor-button-secondary-outline .elementor-button:focus:hover,
.elementor-button-secondary-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-secondary-outline, .elementor-button-secondary-outline-icon-shadow .elementor-button, .elementor-button-secondary-outline-icon .elementor-button, .elementor-button-secondary-outline-shadow .elementor-button,
  .elementor-button-secondary-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-secondary-outline, .elementor-button-secondary-outline-icon-shadow .elementor-button, .elementor-button-secondary-outline-icon .elementor-button, .elementor-button-secondary-outline-shadow .elementor-button,
  .elementor-button-secondary-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-secondary-outline, .elementor-button-secondary-outline-icon-shadow .elementor-button, .elementor-button-secondary-outline-icon .elementor-button, .elementor-button-secondary-outline-shadow .elementor-button,
.elementor-button-secondary-outline .elementor-button {
  font-weight: 600;
}

.btn-secondary-text-outline, .elementor-button-secondary-text-outline-icon .elementor-button,
.elementor-button-secondary-text-outline .elementor-button {
  border: 1px transparent solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #979797 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-secondary-text-outline:hover, .elementor-button-secondary-text-outline-icon .elementor-button:hover, .btn-secondary-text-outline:focus, .elementor-button-secondary-text-outline-icon .elementor-button:focus,
.elementor-button-secondary-text-outline .elementor-button:hover,
.elementor-button-secondary-text-outline .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #979797 solid !important;
  text-decoration: none !important;
  color: rgb(115.3, 115.3, 115.3) !important;
}
.btn-secondary-text-outline:link, .elementor-button-secondary-text-outline-icon .elementor-button:link, .btn-secondary-text-outline:active, .elementor-button-secondary-text-outline-icon .elementor-button:active, .btn-secondary-text-outline:visited, .elementor-button-secondary-text-outline-icon .elementor-button:visited, .btn-secondary-text-outline:focus, .elementor-button-secondary-text-outline-icon .elementor-button:focus,
.elementor-button-secondary-text-outline .elementor-button:link,
.elementor-button-secondary-text-outline .elementor-button:active,
.elementor-button-secondary-text-outline .elementor-button:visited,
.elementor-button-secondary-text-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #979797 !important;
}
.btn-secondary-text-outline:link:hover, .elementor-button-secondary-text-outline-icon .elementor-button:link:hover, .btn-secondary-text-outline:link:focus, .btn-secondary-text-outline:active:hover, .elementor-button-secondary-text-outline-icon .elementor-button:active:hover, .btn-secondary-text-outline:active:focus, .btn-secondary-text-outline:visited:hover, .elementor-button-secondary-text-outline-icon .elementor-button:visited:hover, .btn-secondary-text-outline:visited:focus, .btn-secondary-text-outline:focus:hover, .btn-secondary-text-outline:focus:focus, .elementor-button-secondary-text-outline-icon .elementor-button:focus:focus,
.elementor-button-secondary-text-outline .elementor-button:link:hover,
.elementor-button-secondary-text-outline .elementor-button:link:focus,
.elementor-button-secondary-text-outline .elementor-button:active:hover,
.elementor-button-secondary-text-outline .elementor-button:active:focus,
.elementor-button-secondary-text-outline .elementor-button:visited:hover,
.elementor-button-secondary-text-outline .elementor-button:visited:focus,
.elementor-button-secondary-text-outline .elementor-button:focus:hover,
.elementor-button-secondary-text-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: rgb(115.3, 115.3, 115.3) !important;
}
@media screen and (max-width: 767px) {
  .btn-secondary-text-outline, .elementor-button-secondary-text-outline-icon .elementor-button,
  .elementor-button-secondary-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-secondary-text-outline, .elementor-button-secondary-text-outline-icon .elementor-button,
  .elementor-button-secondary-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-secondary-text-outline, .elementor-button-secondary-text-outline-icon .elementor-button,
.elementor-button-secondary-text-outline .elementor-button {
  font-weight: 600;
}

.elementor-button-secondary-text-outline-icon .elementor-button {
  font-weight: 600;
}

.btn-secondary-text, .btn-secondary-text-icon .elementor-widget-container,
.elementor-button-secondary-text-icon .elementor-button,
.elementor-button-secondary-text .elementor-button {
  color: #979797 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  padding: 6px 0 2px 0;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.btn-secondary-text:hover, .btn-secondary-text-icon .elementor-widget-container:hover,
.elementor-button-secondary-text-icon .elementor-button:hover, .btn-secondary-text:focus, .btn-secondary-text-icon .elementor-widget-container:focus,
.elementor-button-secondary-text-icon .elementor-button:focus,
.elementor-button-secondary-text .elementor-button:hover,
.elementor-button-secondary-text .elementor-button:focus {
  color: rgb(120.4, 120.4, 120.4) !important;
  box-shadow: none;
}
.btn-secondary-text, .btn-secondary-text-icon .elementor-widget-container,
.elementor-button-secondary-text-icon .elementor-button,
.elementor-button-secondary-text .elementor-button {
  font-weight: 600;
}

.btn-secondary-text-icon .elementor-widget-container,
.elementor-button-secondary-text-icon .elementor-button {
  font-weight: 600;
}

.border-secondary {
  border: 1px solid #979797;
}

.input-group > .input-group-append > .btn {
  padding: 6px 12px;
  margin: 0;
  font-size: 16px;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.toggle.toggle-secondary {
  background: #979797;
  border-color: transparent;
}
.toggle.toggle-secondary i {
  color: white;
}
.toggle.toggle-secondary:hover, .toggle.toggle-secondary:focus {
  background: transparent;
  text-decoration: none;
}
.toggle.toggle-secondary:hover i, .toggle.toggle-secondary:focus i {
  color: #979797;
}
.toggle.toggle-secondary.toggle-circle {
  border-color: #979797;
}

.toggle.toggle-secondary-outline {
  background: transparent;
  border-color: #979797;
}
.toggle.toggle-secondary-outline i {
  color: #979797;
}
.toggle.toggle-secondary-outline:hover, .toggle.toggle-secondary-outline:focus {
  background: #979797;
  text-decoration: none;
}
.toggle.toggle-secondary-outline:hover i, .toggle.toggle-secondary-outline:focus i {
  color: white;
}
.toggle.toggle-secondary-outline.toggle-circle {
  border-color: #979797;
}

.badge.badge-secondary {
  background: #979797;
  display: flex;
  align-items: center;
  font-weight: normal;
  display: inline-block;
  border-color: #979797;
}
.badge.badge-secondary i {
  color: white;
}

a.badge.badge-secondary {
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a.badge.badge-secondary:hover, a.badge.badge-secondary:focus {
  color: white;
  background-color: rgb(125.5, 125.5, 125.5);
}

button.badge.badge-secondary {
  transition: all 0.2s ease-out;
}
button.badge.badge-secondary:hover, button.badge.badge-secondary:focus {
  background: rgb(120.4, 120.4, 120.4);
}

.bg-accent {
  background-color: #0e50a1 !important;
}
.bg-accent *:not(.btn):not(font):not(input[type=submit]) {
  color: white;
}
.bg-accent input {
  color: #333f48;
}

.color-accent {
  color: #0e50a1 !important;
  fill: #0e50a1 !important;
}
.color-accent strong, .color-accent span {
  color: #0e50a1 !important;
  fill: #0e50a1 !important;
}

.btn-accent, .elementor-button-accent-icon-shadow .elementor-button, .btn-accent-icon .elementor-widget-container,
.elementor-button-accent-icon .elementor-button, .elementor-button-accent-shadow .elementor-button,
.elementor-button-accent .elementor-button {
  border: 1px rgb(12.368, 70.6742857143, 142.232) solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #0e50a1 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-accent:hover, .elementor-button-accent-icon-shadow .elementor-button:hover, .btn-accent-icon .elementor-widget-container:hover,
.elementor-button-accent-icon .elementor-button:hover, .elementor-button-accent-shadow .elementor-button:hover, .btn-accent:focus, .elementor-button-accent-icon-shadow .elementor-button:focus, .btn-accent-icon .elementor-widget-container:focus,
.elementor-button-accent-icon .elementor-button:focus, .elementor-button-accent-shadow .elementor-button:focus,
.elementor-button-accent .elementor-button:hover,
.elementor-button-accent .elementor-button:focus {
  background-color: rgb(8.288, 47.36, 95.312) !important;
  border: 1px rgb(8.288, 47.36, 95.312) solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-accent:link, .elementor-button-accent-icon-shadow .elementor-button:link, .btn-accent-icon .elementor-widget-container:link,
.elementor-button-accent-icon .elementor-button:link, .elementor-button-accent-shadow .elementor-button:link, .btn-accent:active, .elementor-button-accent-icon-shadow .elementor-button:active, .btn-accent-icon .elementor-widget-container:active,
.elementor-button-accent-icon .elementor-button:active, .elementor-button-accent-shadow .elementor-button:active, .btn-accent:visited, .elementor-button-accent-icon-shadow .elementor-button:visited, .btn-accent-icon .elementor-widget-container:visited,
.elementor-button-accent-icon .elementor-button:visited, .elementor-button-accent-shadow .elementor-button:visited, .btn-accent:focus, .elementor-button-accent-icon-shadow .elementor-button:focus, .btn-accent-icon .elementor-widget-container:focus,
.elementor-button-accent-icon .elementor-button:focus, .elementor-button-accent-shadow .elementor-button:focus,
.elementor-button-accent .elementor-button:link,
.elementor-button-accent .elementor-button:active,
.elementor-button-accent .elementor-button:visited,
.elementor-button-accent .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-accent:link:hover, .elementor-button-accent-icon-shadow .elementor-button:link:hover, .btn-accent-icon .elementor-widget-container:link:hover,
.elementor-button-accent-icon .elementor-button:link:hover, .elementor-button-accent-shadow .elementor-button:link:hover, .btn-accent:link:focus, .btn-accent:active:hover, .elementor-button-accent-icon-shadow .elementor-button:active:hover, .btn-accent-icon .elementor-widget-container:active:hover,
.elementor-button-accent-icon .elementor-button:active:hover, .elementor-button-accent-shadow .elementor-button:active:hover, .btn-accent:active:focus, .btn-accent:visited:hover, .elementor-button-accent-icon-shadow .elementor-button:visited:hover, .btn-accent-icon .elementor-widget-container:visited:hover,
.elementor-button-accent-icon .elementor-button:visited:hover, .elementor-button-accent-shadow .elementor-button:visited:hover, .btn-accent:visited:focus, .btn-accent:focus:hover, .btn-accent:focus:focus, .elementor-button-accent-icon-shadow .elementor-button:focus:focus, .btn-accent-icon .elementor-widget-container:focus:focus,
.elementor-button-accent-icon .elementor-button:focus:focus, .elementor-button-accent-shadow .elementor-button:focus:focus,
.elementor-button-accent .elementor-button:link:hover,
.elementor-button-accent .elementor-button:link:focus,
.elementor-button-accent .elementor-button:active:hover,
.elementor-button-accent .elementor-button:active:focus,
.elementor-button-accent .elementor-button:visited:hover,
.elementor-button-accent .elementor-button:visited:focus,
.elementor-button-accent .elementor-button:focus:hover,
.elementor-button-accent .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-accent, .elementor-button-accent-icon-shadow .elementor-button, .btn-accent-icon .elementor-widget-container,
  .elementor-button-accent-icon .elementor-button, .elementor-button-accent-shadow .elementor-button,
  .elementor-button-accent .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-accent, .elementor-button-accent-icon-shadow .elementor-button, .btn-accent-icon .elementor-widget-container,
  .elementor-button-accent-icon .elementor-button, .elementor-button-accent-shadow .elementor-button,
  .elementor-button-accent .elementor-button {
    font-size: 16px !important;
  }
}
.btn-accent, .elementor-button-accent-icon-shadow .elementor-button, .btn-accent-icon .elementor-widget-container,
.elementor-button-accent-icon .elementor-button, .elementor-button-accent-shadow .elementor-button,
.elementor-button-accent .elementor-button {
  font-weight: 600;
}

.btn-accent-alt, .elementor-button-accent-alt-icon-shadow .elementor-button, .elementor-button-accent-alt-icon .elementor-button, .elementor-button-accent-alt-shadow .elementor-button,
.elementor-button-accent-alt .elementor-button {
  border: 1px #0e50a1 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #0e50a1 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-accent-alt:hover, .elementor-button-accent-alt-icon-shadow .elementor-button:hover, .elementor-button-accent-alt-icon .elementor-button:hover, .elementor-button-accent-alt-shadow .elementor-button:hover, .btn-accent-alt:focus, .elementor-button-accent-alt-icon-shadow .elementor-button:focus, .elementor-button-accent-alt-icon .elementor-button:focus, .elementor-button-accent-alt-shadow .elementor-button:focus,
.elementor-button-accent-alt .elementor-button:hover,
.elementor-button-accent-alt .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #0e50a1 solid !important;
  text-decoration: none !important;
  color: #0e50a1 !important;
}
.btn-accent-alt:link, .elementor-button-accent-alt-icon-shadow .elementor-button:link, .elementor-button-accent-alt-icon .elementor-button:link, .elementor-button-accent-alt-shadow .elementor-button:link, .btn-accent-alt:active, .elementor-button-accent-alt-icon-shadow .elementor-button:active, .elementor-button-accent-alt-icon .elementor-button:active, .elementor-button-accent-alt-shadow .elementor-button:active, .btn-accent-alt:visited, .elementor-button-accent-alt-icon-shadow .elementor-button:visited, .elementor-button-accent-alt-icon .elementor-button:visited, .elementor-button-accent-alt-shadow .elementor-button:visited, .btn-accent-alt:focus, .elementor-button-accent-alt-icon-shadow .elementor-button:focus, .elementor-button-accent-alt-icon .elementor-button:focus, .elementor-button-accent-alt-shadow .elementor-button:focus,
.elementor-button-accent-alt .elementor-button:link,
.elementor-button-accent-alt .elementor-button:active,
.elementor-button-accent-alt .elementor-button:visited,
.elementor-button-accent-alt .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-accent-alt:link:hover, .elementor-button-accent-alt-icon-shadow .elementor-button:link:hover, .elementor-button-accent-alt-icon .elementor-button:link:hover, .elementor-button-accent-alt-shadow .elementor-button:link:hover, .btn-accent-alt:link:focus, .btn-accent-alt:active:hover, .elementor-button-accent-alt-icon-shadow .elementor-button:active:hover, .elementor-button-accent-alt-icon .elementor-button:active:hover, .elementor-button-accent-alt-shadow .elementor-button:active:hover, .btn-accent-alt:active:focus, .btn-accent-alt:visited:hover, .elementor-button-accent-alt-icon-shadow .elementor-button:visited:hover, .elementor-button-accent-alt-icon .elementor-button:visited:hover, .elementor-button-accent-alt-shadow .elementor-button:visited:hover, .btn-accent-alt:visited:focus, .btn-accent-alt:focus:hover, .btn-accent-alt:focus:focus, .elementor-button-accent-alt-icon-shadow .elementor-button:focus:focus, .elementor-button-accent-alt-icon .elementor-button:focus:focus, .elementor-button-accent-alt-shadow .elementor-button:focus:focus,
.elementor-button-accent-alt .elementor-button:link:hover,
.elementor-button-accent-alt .elementor-button:link:focus,
.elementor-button-accent-alt .elementor-button:active:hover,
.elementor-button-accent-alt .elementor-button:active:focus,
.elementor-button-accent-alt .elementor-button:visited:hover,
.elementor-button-accent-alt .elementor-button:visited:focus,
.elementor-button-accent-alt .elementor-button:focus:hover,
.elementor-button-accent-alt .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #0e50a1 !important;
}
@media screen and (max-width: 767px) {
  .btn-accent-alt, .elementor-button-accent-alt-icon-shadow .elementor-button, .elementor-button-accent-alt-icon .elementor-button, .elementor-button-accent-alt-shadow .elementor-button,
  .elementor-button-accent-alt .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-accent-alt, .elementor-button-accent-alt-icon-shadow .elementor-button, .elementor-button-accent-alt-icon .elementor-button, .elementor-button-accent-alt-shadow .elementor-button,
  .elementor-button-accent-alt .elementor-button {
    font-size: 16px !important;
  }
}
.btn-accent-alt, .elementor-button-accent-alt-icon-shadow .elementor-button, .elementor-button-accent-alt-icon .elementor-button, .elementor-button-accent-alt-shadow .elementor-button,
.elementor-button-accent-alt .elementor-button {
  font-weight: 600;
}
.btn-accent-alt font, .elementor-button-accent-alt-icon-shadow .elementor-button font, .elementor-button-accent-alt-icon .elementor-button font, .elementor-button-accent-alt-shadow .elementor-button font,
.elementor-button-accent-alt .elementor-button font {
  vertical-align: baseline !important;
}

.btn-accent-outline, .elementor-button-accent-outline-icon-shadow .elementor-button, .elementor-button-accent-outline-icon .elementor-button, .elementor-button-accent-outline-shadow .elementor-button,
.elementor-button-accent-outline .elementor-button {
  border: 1px #0e50a1 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #0e50a1 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-accent-outline:hover, .elementor-button-accent-outline-icon-shadow .elementor-button:hover, .elementor-button-accent-outline-icon .elementor-button:hover, .elementor-button-accent-outline-shadow .elementor-button:hover, .btn-accent-outline:focus, .elementor-button-accent-outline-icon-shadow .elementor-button:focus, .elementor-button-accent-outline-icon .elementor-button:focus, .elementor-button-accent-outline-shadow .elementor-button:focus,
.elementor-button-accent-outline .elementor-button:hover,
.elementor-button-accent-outline .elementor-button:focus {
  background-color: #0e50a1 !important;
  border: 1px #0e50a1 solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-accent-outline:link, .elementor-button-accent-outline-icon-shadow .elementor-button:link, .elementor-button-accent-outline-icon .elementor-button:link, .elementor-button-accent-outline-shadow .elementor-button:link, .btn-accent-outline:active, .elementor-button-accent-outline-icon-shadow .elementor-button:active, .elementor-button-accent-outline-icon .elementor-button:active, .elementor-button-accent-outline-shadow .elementor-button:active, .btn-accent-outline:visited, .elementor-button-accent-outline-icon-shadow .elementor-button:visited, .elementor-button-accent-outline-icon .elementor-button:visited, .elementor-button-accent-outline-shadow .elementor-button:visited, .btn-accent-outline:focus, .elementor-button-accent-outline-icon-shadow .elementor-button:focus, .elementor-button-accent-outline-icon .elementor-button:focus, .elementor-button-accent-outline-shadow .elementor-button:focus,
.elementor-button-accent-outline .elementor-button:link,
.elementor-button-accent-outline .elementor-button:active,
.elementor-button-accent-outline .elementor-button:visited,
.elementor-button-accent-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #0e50a1 !important;
}
.btn-accent-outline:link:hover, .elementor-button-accent-outline-icon-shadow .elementor-button:link:hover, .elementor-button-accent-outline-icon .elementor-button:link:hover, .elementor-button-accent-outline-shadow .elementor-button:link:hover, .btn-accent-outline:link:focus, .btn-accent-outline:active:hover, .elementor-button-accent-outline-icon-shadow .elementor-button:active:hover, .elementor-button-accent-outline-icon .elementor-button:active:hover, .elementor-button-accent-outline-shadow .elementor-button:active:hover, .btn-accent-outline:active:focus, .btn-accent-outline:visited:hover, .elementor-button-accent-outline-icon-shadow .elementor-button:visited:hover, .elementor-button-accent-outline-icon .elementor-button:visited:hover, .elementor-button-accent-outline-shadow .elementor-button:visited:hover, .btn-accent-outline:visited:focus, .btn-accent-outline:focus:hover, .btn-accent-outline:focus:focus, .elementor-button-accent-outline-icon-shadow .elementor-button:focus:focus, .elementor-button-accent-outline-icon .elementor-button:focus:focus, .elementor-button-accent-outline-shadow .elementor-button:focus:focus,
.elementor-button-accent-outline .elementor-button:link:hover,
.elementor-button-accent-outline .elementor-button:link:focus,
.elementor-button-accent-outline .elementor-button:active:hover,
.elementor-button-accent-outline .elementor-button:active:focus,
.elementor-button-accent-outline .elementor-button:visited:hover,
.elementor-button-accent-outline .elementor-button:visited:focus,
.elementor-button-accent-outline .elementor-button:focus:hover,
.elementor-button-accent-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-accent-outline, .elementor-button-accent-outline-icon-shadow .elementor-button, .elementor-button-accent-outline-icon .elementor-button, .elementor-button-accent-outline-shadow .elementor-button,
  .elementor-button-accent-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-accent-outline, .elementor-button-accent-outline-icon-shadow .elementor-button, .elementor-button-accent-outline-icon .elementor-button, .elementor-button-accent-outline-shadow .elementor-button,
  .elementor-button-accent-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-accent-outline, .elementor-button-accent-outline-icon-shadow .elementor-button, .elementor-button-accent-outline-icon .elementor-button, .elementor-button-accent-outline-shadow .elementor-button,
.elementor-button-accent-outline .elementor-button {
  font-weight: 600;
}

.btn-accent-text-outline, .elementor-button-accent-text-outline-icon .elementor-button,
.elementor-button-accent-text-outline .elementor-button {
  border: 1px transparent solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #0e50a1 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-accent-text-outline:hover, .elementor-button-accent-text-outline-icon .elementor-button:hover, .btn-accent-text-outline:focus, .elementor-button-accent-text-outline-icon .elementor-button:focus,
.elementor-button-accent-text-outline .elementor-button:hover,
.elementor-button-accent-text-outline .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #0e50a1 solid !important;
  text-decoration: none !important;
  color: rgb(8.288, 47.36, 95.312) !important;
}
.btn-accent-text-outline:link, .elementor-button-accent-text-outline-icon .elementor-button:link, .btn-accent-text-outline:active, .elementor-button-accent-text-outline-icon .elementor-button:active, .btn-accent-text-outline:visited, .elementor-button-accent-text-outline-icon .elementor-button:visited, .btn-accent-text-outline:focus, .elementor-button-accent-text-outline-icon .elementor-button:focus,
.elementor-button-accent-text-outline .elementor-button:link,
.elementor-button-accent-text-outline .elementor-button:active,
.elementor-button-accent-text-outline .elementor-button:visited,
.elementor-button-accent-text-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #0e50a1 !important;
}
.btn-accent-text-outline:link:hover, .elementor-button-accent-text-outline-icon .elementor-button:link:hover, .btn-accent-text-outline:link:focus, .btn-accent-text-outline:active:hover, .elementor-button-accent-text-outline-icon .elementor-button:active:hover, .btn-accent-text-outline:active:focus, .btn-accent-text-outline:visited:hover, .elementor-button-accent-text-outline-icon .elementor-button:visited:hover, .btn-accent-text-outline:visited:focus, .btn-accent-text-outline:focus:hover, .btn-accent-text-outline:focus:focus, .elementor-button-accent-text-outline-icon .elementor-button:focus:focus,
.elementor-button-accent-text-outline .elementor-button:link:hover,
.elementor-button-accent-text-outline .elementor-button:link:focus,
.elementor-button-accent-text-outline .elementor-button:active:hover,
.elementor-button-accent-text-outline .elementor-button:active:focus,
.elementor-button-accent-text-outline .elementor-button:visited:hover,
.elementor-button-accent-text-outline .elementor-button:visited:focus,
.elementor-button-accent-text-outline .elementor-button:focus:hover,
.elementor-button-accent-text-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: rgb(8.288, 47.36, 95.312) !important;
}
@media screen and (max-width: 767px) {
  .btn-accent-text-outline, .elementor-button-accent-text-outline-icon .elementor-button,
  .elementor-button-accent-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-accent-text-outline, .elementor-button-accent-text-outline-icon .elementor-button,
  .elementor-button-accent-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-accent-text-outline, .elementor-button-accent-text-outline-icon .elementor-button,
.elementor-button-accent-text-outline .elementor-button {
  font-weight: 600;
}

.elementor-button-accent-text-outline-icon .elementor-button {
  font-weight: 600;
}

.btn-accent-text, .btn-accent-text-icon .elementor-widget-container,
.elementor-button-accent-text-icon .elementor-button,
.elementor-button-accent-text .elementor-button {
  color: #0e50a1 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  padding: 6px 0 2px 0;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.btn-accent-text:hover, .btn-accent-text-icon .elementor-widget-container:hover,
.elementor-button-accent-text-icon .elementor-button:hover, .btn-accent-text:focus, .btn-accent-text-icon .elementor-widget-container:focus,
.elementor-button-accent-text-icon .elementor-button:focus,
.elementor-button-accent-text .elementor-button:hover,
.elementor-button-accent-text .elementor-button:focus {
  color: rgb(9.104, 52.0228571429, 104.696) !important;
  box-shadow: none;
}
.btn-accent-text, .btn-accent-text-icon .elementor-widget-container,
.elementor-button-accent-text-icon .elementor-button,
.elementor-button-accent-text .elementor-button {
  font-weight: 600;
}

.btn-accent-text-icon .elementor-widget-container,
.elementor-button-accent-text-icon .elementor-button {
  font-weight: 600;
}

.border-accent {
  border: 1px solid #0e50a1;
}

.input-group > .input-group-append > .btn {
  padding: 6px 12px;
  margin: 0;
  font-size: 16px;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.toggle.toggle-accent {
  background: #0e50a1;
  border-color: transparent;
}
.toggle.toggle-accent i {
  color: white;
}
.toggle.toggle-accent:hover, .toggle.toggle-accent:focus {
  background: transparent;
  text-decoration: none;
}
.toggle.toggle-accent:hover i, .toggle.toggle-accent:focus i {
  color: #0e50a1;
}
.toggle.toggle-accent.toggle-circle {
  border-color: #0e50a1;
}

.toggle.toggle-accent-outline {
  background: transparent;
  border-color: #0e50a1;
}
.toggle.toggle-accent-outline i {
  color: #0e50a1;
}
.toggle.toggle-accent-outline:hover, .toggle.toggle-accent-outline:focus {
  background: #0e50a1;
  text-decoration: none;
}
.toggle.toggle-accent-outline:hover i, .toggle.toggle-accent-outline:focus i {
  color: white;
}
.toggle.toggle-accent-outline.toggle-circle {
  border-color: #0e50a1;
}

.badge.badge-accent {
  background: #0e50a1;
  display: flex;
  align-items: center;
  font-weight: normal;
  display: inline-block;
  border-color: #0e50a1;
}
.badge.badge-accent i {
  color: white;
}

a.badge.badge-accent {
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a.badge.badge-accent:hover, a.badge.badge-accent:focus {
  color: white;
  background-color: rgb(9.92, 56.6857142857, 114.08);
}

button.badge.badge-accent {
  transition: all 0.2s ease-out;
}
button.badge.badge-accent:hover, button.badge.badge-accent:focus {
  background: rgb(9.104, 52.0228571429, 104.696);
}

.bg-blue {
  background-color: #084999 !important;
}
.bg-blue *:not(.btn):not(font):not(input[type=submit]) {
  color: white;
}
.bg-blue input {
  color: #333f48;
}

.color-blue {
  color: #084999 !important;
  fill: #084999 !important;
}
.color-blue strong, .color-blue span {
  color: #084999 !important;
  fill: #084999 !important;
}

.btn-blue, .elementor-button-blue-icon-shadow .elementor-button, .btn-blue-icon .elementor-widget-container,
.elementor-button-blue-icon .elementor-button, .elementor-button-blue-shadow .elementor-button,
.elementor-button-blue .elementor-button {
  border: 1px rgb(6.9863354037, 63.750310559, 133.6136645963) solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #084999 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-blue:hover, .elementor-button-blue-icon-shadow .elementor-button:hover, .btn-blue-icon .elementor-widget-container:hover,
.elementor-button-blue-icon .elementor-button:hover, .elementor-button-blue-shadow .elementor-button:hover, .btn-blue:focus, .elementor-button-blue-icon-shadow .elementor-button:focus, .btn-blue-icon .elementor-widget-container:focus,
.elementor-button-blue-icon .elementor-button:focus, .elementor-button-blue-shadow .elementor-button:focus,
.elementor-button-blue .elementor-button:hover,
.elementor-button-blue .elementor-button:focus {
  background-color: rgb(4.452173913, 40.6260869565, 85.147826087) !important;
  border: 1px rgb(4.452173913, 40.6260869565, 85.147826087) solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-blue:link, .elementor-button-blue-icon-shadow .elementor-button:link, .btn-blue-icon .elementor-widget-container:link,
.elementor-button-blue-icon .elementor-button:link, .elementor-button-blue-shadow .elementor-button:link, .btn-blue:active, .elementor-button-blue-icon-shadow .elementor-button:active, .btn-blue-icon .elementor-widget-container:active,
.elementor-button-blue-icon .elementor-button:active, .elementor-button-blue-shadow .elementor-button:active, .btn-blue:visited, .elementor-button-blue-icon-shadow .elementor-button:visited, .btn-blue-icon .elementor-widget-container:visited,
.elementor-button-blue-icon .elementor-button:visited, .elementor-button-blue-shadow .elementor-button:visited, .btn-blue:focus, .elementor-button-blue-icon-shadow .elementor-button:focus, .btn-blue-icon .elementor-widget-container:focus,
.elementor-button-blue-icon .elementor-button:focus, .elementor-button-blue-shadow .elementor-button:focus,
.elementor-button-blue .elementor-button:link,
.elementor-button-blue .elementor-button:active,
.elementor-button-blue .elementor-button:visited,
.elementor-button-blue .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-blue:link:hover, .elementor-button-blue-icon-shadow .elementor-button:link:hover, .btn-blue-icon .elementor-widget-container:link:hover,
.elementor-button-blue-icon .elementor-button:link:hover, .elementor-button-blue-shadow .elementor-button:link:hover, .btn-blue:link:focus, .btn-blue:active:hover, .elementor-button-blue-icon-shadow .elementor-button:active:hover, .btn-blue-icon .elementor-widget-container:active:hover,
.elementor-button-blue-icon .elementor-button:active:hover, .elementor-button-blue-shadow .elementor-button:active:hover, .btn-blue:active:focus, .btn-blue:visited:hover, .elementor-button-blue-icon-shadow .elementor-button:visited:hover, .btn-blue-icon .elementor-widget-container:visited:hover,
.elementor-button-blue-icon .elementor-button:visited:hover, .elementor-button-blue-shadow .elementor-button:visited:hover, .btn-blue:visited:focus, .btn-blue:focus:hover, .btn-blue:focus:focus, .elementor-button-blue-icon-shadow .elementor-button:focus:focus, .btn-blue-icon .elementor-widget-container:focus:focus,
.elementor-button-blue-icon .elementor-button:focus:focus, .elementor-button-blue-shadow .elementor-button:focus:focus,
.elementor-button-blue .elementor-button:link:hover,
.elementor-button-blue .elementor-button:link:focus,
.elementor-button-blue .elementor-button:active:hover,
.elementor-button-blue .elementor-button:active:focus,
.elementor-button-blue .elementor-button:visited:hover,
.elementor-button-blue .elementor-button:visited:focus,
.elementor-button-blue .elementor-button:focus:hover,
.elementor-button-blue .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-blue, .elementor-button-blue-icon-shadow .elementor-button, .btn-blue-icon .elementor-widget-container,
  .elementor-button-blue-icon .elementor-button, .elementor-button-blue-shadow .elementor-button,
  .elementor-button-blue .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-blue, .elementor-button-blue-icon-shadow .elementor-button, .btn-blue-icon .elementor-widget-container,
  .elementor-button-blue-icon .elementor-button, .elementor-button-blue-shadow .elementor-button,
  .elementor-button-blue .elementor-button {
    font-size: 16px !important;
  }
}
.btn-blue, .elementor-button-blue-icon-shadow .elementor-button, .btn-blue-icon .elementor-widget-container,
.elementor-button-blue-icon .elementor-button, .elementor-button-blue-shadow .elementor-button,
.elementor-button-blue .elementor-button {
  font-weight: 600;
}

.btn-blue-alt, .elementor-button-blue-alt-icon-shadow .elementor-button, .elementor-button-blue-alt-icon .elementor-button, .elementor-button-blue-alt-shadow .elementor-button,
.elementor-button-blue-alt .elementor-button {
  border: 1px #084999 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #084999 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-blue-alt:hover, .elementor-button-blue-alt-icon-shadow .elementor-button:hover, .elementor-button-blue-alt-icon .elementor-button:hover, .elementor-button-blue-alt-shadow .elementor-button:hover, .btn-blue-alt:focus, .elementor-button-blue-alt-icon-shadow .elementor-button:focus, .elementor-button-blue-alt-icon .elementor-button:focus, .elementor-button-blue-alt-shadow .elementor-button:focus,
.elementor-button-blue-alt .elementor-button:hover,
.elementor-button-blue-alt .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #084999 solid !important;
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-blue-alt:link, .elementor-button-blue-alt-icon-shadow .elementor-button:link, .elementor-button-blue-alt-icon .elementor-button:link, .elementor-button-blue-alt-shadow .elementor-button:link, .btn-blue-alt:active, .elementor-button-blue-alt-icon-shadow .elementor-button:active, .elementor-button-blue-alt-icon .elementor-button:active, .elementor-button-blue-alt-shadow .elementor-button:active, .btn-blue-alt:visited, .elementor-button-blue-alt-icon-shadow .elementor-button:visited, .elementor-button-blue-alt-icon .elementor-button:visited, .elementor-button-blue-alt-shadow .elementor-button:visited, .btn-blue-alt:focus, .elementor-button-blue-alt-icon-shadow .elementor-button:focus, .elementor-button-blue-alt-icon .elementor-button:focus, .elementor-button-blue-alt-shadow .elementor-button:focus,
.elementor-button-blue-alt .elementor-button:link,
.elementor-button-blue-alt .elementor-button:active,
.elementor-button-blue-alt .elementor-button:visited,
.elementor-button-blue-alt .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-blue-alt:link:hover, .elementor-button-blue-alt-icon-shadow .elementor-button:link:hover, .elementor-button-blue-alt-icon .elementor-button:link:hover, .elementor-button-blue-alt-shadow .elementor-button:link:hover, .btn-blue-alt:link:focus, .btn-blue-alt:active:hover, .elementor-button-blue-alt-icon-shadow .elementor-button:active:hover, .elementor-button-blue-alt-icon .elementor-button:active:hover, .elementor-button-blue-alt-shadow .elementor-button:active:hover, .btn-blue-alt:active:focus, .btn-blue-alt:visited:hover, .elementor-button-blue-alt-icon-shadow .elementor-button:visited:hover, .elementor-button-blue-alt-icon .elementor-button:visited:hover, .elementor-button-blue-alt-shadow .elementor-button:visited:hover, .btn-blue-alt:visited:focus, .btn-blue-alt:focus:hover, .btn-blue-alt:focus:focus, .elementor-button-blue-alt-icon-shadow .elementor-button:focus:focus, .elementor-button-blue-alt-icon .elementor-button:focus:focus, .elementor-button-blue-alt-shadow .elementor-button:focus:focus,
.elementor-button-blue-alt .elementor-button:link:hover,
.elementor-button-blue-alt .elementor-button:link:focus,
.elementor-button-blue-alt .elementor-button:active:hover,
.elementor-button-blue-alt .elementor-button:active:focus,
.elementor-button-blue-alt .elementor-button:visited:hover,
.elementor-button-blue-alt .elementor-button:visited:focus,
.elementor-button-blue-alt .elementor-button:focus:hover,
.elementor-button-blue-alt .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
@media screen and (max-width: 767px) {
  .btn-blue-alt, .elementor-button-blue-alt-icon-shadow .elementor-button, .elementor-button-blue-alt-icon .elementor-button, .elementor-button-blue-alt-shadow .elementor-button,
  .elementor-button-blue-alt .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-blue-alt, .elementor-button-blue-alt-icon-shadow .elementor-button, .elementor-button-blue-alt-icon .elementor-button, .elementor-button-blue-alt-shadow .elementor-button,
  .elementor-button-blue-alt .elementor-button {
    font-size: 16px !important;
  }
}
.btn-blue-alt, .elementor-button-blue-alt-icon-shadow .elementor-button, .elementor-button-blue-alt-icon .elementor-button, .elementor-button-blue-alt-shadow .elementor-button,
.elementor-button-blue-alt .elementor-button {
  font-weight: 600;
}
.btn-blue-alt font, .elementor-button-blue-alt-icon-shadow .elementor-button font, .elementor-button-blue-alt-icon .elementor-button font, .elementor-button-blue-alt-shadow .elementor-button font,
.elementor-button-blue-alt .elementor-button font {
  vertical-align: baseline !important;
}

.btn-blue-outline, .elementor-button-blue-outline-icon-shadow .elementor-button, .elementor-button-blue-outline-icon .elementor-button, .elementor-button-blue-outline-shadow .elementor-button,
.elementor-button-blue-outline .elementor-button {
  border: 1px #084999 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #084999 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-blue-outline:hover, .elementor-button-blue-outline-icon-shadow .elementor-button:hover, .elementor-button-blue-outline-icon .elementor-button:hover, .elementor-button-blue-outline-shadow .elementor-button:hover, .btn-blue-outline:focus, .elementor-button-blue-outline-icon-shadow .elementor-button:focus, .elementor-button-blue-outline-icon .elementor-button:focus, .elementor-button-blue-outline-shadow .elementor-button:focus,
.elementor-button-blue-outline .elementor-button:hover,
.elementor-button-blue-outline .elementor-button:focus {
  background-color: #084999 !important;
  border: 1px #084999 solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-blue-outline:link, .elementor-button-blue-outline-icon-shadow .elementor-button:link, .elementor-button-blue-outline-icon .elementor-button:link, .elementor-button-blue-outline-shadow .elementor-button:link, .btn-blue-outline:active, .elementor-button-blue-outline-icon-shadow .elementor-button:active, .elementor-button-blue-outline-icon .elementor-button:active, .elementor-button-blue-outline-shadow .elementor-button:active, .btn-blue-outline:visited, .elementor-button-blue-outline-icon-shadow .elementor-button:visited, .elementor-button-blue-outline-icon .elementor-button:visited, .elementor-button-blue-outline-shadow .elementor-button:visited, .btn-blue-outline:focus, .elementor-button-blue-outline-icon-shadow .elementor-button:focus, .elementor-button-blue-outline-icon .elementor-button:focus, .elementor-button-blue-outline-shadow .elementor-button:focus,
.elementor-button-blue-outline .elementor-button:link,
.elementor-button-blue-outline .elementor-button:active,
.elementor-button-blue-outline .elementor-button:visited,
.elementor-button-blue-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-blue-outline:link:hover, .elementor-button-blue-outline-icon-shadow .elementor-button:link:hover, .elementor-button-blue-outline-icon .elementor-button:link:hover, .elementor-button-blue-outline-shadow .elementor-button:link:hover, .btn-blue-outline:link:focus, .btn-blue-outline:active:hover, .elementor-button-blue-outline-icon-shadow .elementor-button:active:hover, .elementor-button-blue-outline-icon .elementor-button:active:hover, .elementor-button-blue-outline-shadow .elementor-button:active:hover, .btn-blue-outline:active:focus, .btn-blue-outline:visited:hover, .elementor-button-blue-outline-icon-shadow .elementor-button:visited:hover, .elementor-button-blue-outline-icon .elementor-button:visited:hover, .elementor-button-blue-outline-shadow .elementor-button:visited:hover, .btn-blue-outline:visited:focus, .btn-blue-outline:focus:hover, .btn-blue-outline:focus:focus, .elementor-button-blue-outline-icon-shadow .elementor-button:focus:focus, .elementor-button-blue-outline-icon .elementor-button:focus:focus, .elementor-button-blue-outline-shadow .elementor-button:focus:focus,
.elementor-button-blue-outline .elementor-button:link:hover,
.elementor-button-blue-outline .elementor-button:link:focus,
.elementor-button-blue-outline .elementor-button:active:hover,
.elementor-button-blue-outline .elementor-button:active:focus,
.elementor-button-blue-outline .elementor-button:visited:hover,
.elementor-button-blue-outline .elementor-button:visited:focus,
.elementor-button-blue-outline .elementor-button:focus:hover,
.elementor-button-blue-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-blue-outline, .elementor-button-blue-outline-icon-shadow .elementor-button, .elementor-button-blue-outline-icon .elementor-button, .elementor-button-blue-outline-shadow .elementor-button,
  .elementor-button-blue-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-blue-outline, .elementor-button-blue-outline-icon-shadow .elementor-button, .elementor-button-blue-outline-icon .elementor-button, .elementor-button-blue-outline-shadow .elementor-button,
  .elementor-button-blue-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-blue-outline, .elementor-button-blue-outline-icon-shadow .elementor-button, .elementor-button-blue-outline-icon .elementor-button, .elementor-button-blue-outline-shadow .elementor-button,
.elementor-button-blue-outline .elementor-button {
  font-weight: 600;
}

.btn-blue-text-outline, .elementor-button-blue-text-outline-icon .elementor-button,
.elementor-button-blue-text-outline .elementor-button {
  border: 1px transparent solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #084999 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-blue-text-outline:hover, .elementor-button-blue-text-outline-icon .elementor-button:hover, .btn-blue-text-outline:focus, .elementor-button-blue-text-outline-icon .elementor-button:focus,
.elementor-button-blue-text-outline .elementor-button:hover,
.elementor-button-blue-text-outline .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #084999 solid !important;
  text-decoration: none !important;
  color: rgb(4.452173913, 40.6260869565, 85.147826087) !important;
}
.btn-blue-text-outline:link, .elementor-button-blue-text-outline-icon .elementor-button:link, .btn-blue-text-outline:active, .elementor-button-blue-text-outline-icon .elementor-button:active, .btn-blue-text-outline:visited, .elementor-button-blue-text-outline-icon .elementor-button:visited, .btn-blue-text-outline:focus, .elementor-button-blue-text-outline-icon .elementor-button:focus,
.elementor-button-blue-text-outline .elementor-button:link,
.elementor-button-blue-text-outline .elementor-button:active,
.elementor-button-blue-text-outline .elementor-button:visited,
.elementor-button-blue-text-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-blue-text-outline:link:hover, .elementor-button-blue-text-outline-icon .elementor-button:link:hover, .btn-blue-text-outline:link:focus, .btn-blue-text-outline:active:hover, .elementor-button-blue-text-outline-icon .elementor-button:active:hover, .btn-blue-text-outline:active:focus, .btn-blue-text-outline:visited:hover, .elementor-button-blue-text-outline-icon .elementor-button:visited:hover, .btn-blue-text-outline:visited:focus, .btn-blue-text-outline:focus:hover, .btn-blue-text-outline:focus:focus, .elementor-button-blue-text-outline-icon .elementor-button:focus:focus,
.elementor-button-blue-text-outline .elementor-button:link:hover,
.elementor-button-blue-text-outline .elementor-button:link:focus,
.elementor-button-blue-text-outline .elementor-button:active:hover,
.elementor-button-blue-text-outline .elementor-button:active:focus,
.elementor-button-blue-text-outline .elementor-button:visited:hover,
.elementor-button-blue-text-outline .elementor-button:visited:focus,
.elementor-button-blue-text-outline .elementor-button:focus:hover,
.elementor-button-blue-text-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: rgb(4.452173913, 40.6260869565, 85.147826087) !important;
}
@media screen and (max-width: 767px) {
  .btn-blue-text-outline, .elementor-button-blue-text-outline-icon .elementor-button,
  .elementor-button-blue-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-blue-text-outline, .elementor-button-blue-text-outline-icon .elementor-button,
  .elementor-button-blue-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-blue-text-outline, .elementor-button-blue-text-outline-icon .elementor-button,
.elementor-button-blue-text-outline .elementor-button {
  font-weight: 600;
}

.elementor-button-blue-text-outline-icon .elementor-button {
  font-weight: 600;
}

.btn-blue-text, .btn-blue-text-icon .elementor-widget-container,
.elementor-button-blue-text-icon .elementor-button,
.elementor-button-blue-text .elementor-button {
  color: #084999 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  padding: 6px 0 2px 0;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.btn-blue-text:hover, .btn-blue-text-icon .elementor-widget-container:hover,
.elementor-button-blue-text-icon .elementor-button:hover, .btn-blue-text:focus, .btn-blue-text-icon .elementor-widget-container:focus,
.elementor-button-blue-text-icon .elementor-button:focus,
.elementor-button-blue-text .elementor-button:hover,
.elementor-button-blue-text .elementor-button:focus {
  color: rgb(4.9590062112, 45.250931677, 94.8409937888) !important;
  box-shadow: none;
}
.btn-blue-text, .btn-blue-text-icon .elementor-widget-container,
.elementor-button-blue-text-icon .elementor-button,
.elementor-button-blue-text .elementor-button {
  font-weight: 600;
}

.btn-blue-text-icon .elementor-widget-container,
.elementor-button-blue-text-icon .elementor-button {
  font-weight: 600;
}

.border-blue {
  border: 1px solid #084999;
}

.input-group > .input-group-append > .btn {
  padding: 6px 12px;
  margin: 0;
  font-size: 16px;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.toggle.toggle-blue {
  background: #084999;
  border-color: transparent;
}
.toggle.toggle-blue i {
  color: white;
}
.toggle.toggle-blue:hover, .toggle.toggle-blue:focus {
  background: transparent;
  text-decoration: none;
}
.toggle.toggle-blue:hover i, .toggle.toggle-blue:focus i {
  color: #084999;
}
.toggle.toggle-blue.toggle-circle {
  border-color: #084999;
}

.toggle.toggle-blue-outline {
  background: transparent;
  border-color: #084999;
}
.toggle.toggle-blue-outline i {
  color: #084999;
}
.toggle.toggle-blue-outline:hover, .toggle.toggle-blue-outline:focus {
  background: #084999;
  text-decoration: none;
}
.toggle.toggle-blue-outline:hover i, .toggle.toggle-blue-outline:focus i {
  color: white;
}
.toggle.toggle-blue-outline.toggle-circle {
  border-color: #084999;
}

.badge.badge-blue {
  background: #084999;
  display: flex;
  align-items: center;
  font-weight: normal;
  display: inline-block;
  border-color: #084999;
}
.badge.badge-blue i {
  color: white;
}

a.badge.badge-blue {
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a.badge.badge-blue:hover, a.badge.badge-blue:focus {
  color: white;
  background-color: rgb(5.4658385093, 49.8757763975, 104.5341614907);
}

button.badge.badge-blue {
  transition: all 0.2s ease-out;
}
button.badge.badge-blue:hover, button.badge.badge-blue:focus {
  background: rgb(4.9590062112, 45.250931677, 94.8409937888);
}

.bg-light-blue {
  background-color: #179AD6 !important;
}
.bg-light-blue *:not(.btn):not(font):not(input[type=submit]) {
  color: white;
}
.bg-light-blue input {
  color: #333f48;
}

.color-light-blue {
  color: #179AD6 !important;
  fill: #179AD6 !important;
}
.color-light-blue strong, .color-light-blue span {
  color: #179AD6 !important;
  fill: #179AD6 !important;
}

.btn-light-blue, .elementor-button-light-blue-icon-shadow .elementor-button, .btn-light-blue-icon .elementor-widget-container,
.elementor-button-light-blue-icon .elementor-button, .elementor-button-light-blue-shadow .elementor-button,
.elementor-button-light-blue .elementor-button {
  border: 1px rgb(21.0202531646, 140.7443037975, 195.5797468354) solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #179AD6 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-light-blue:hover, .elementor-button-light-blue-icon-shadow .elementor-button:hover, .btn-light-blue-icon .elementor-widget-container:hover,
.elementor-button-light-blue-icon .elementor-button:hover, .elementor-button-light-blue-shadow .elementor-button:hover, .btn-light-blue:focus, .elementor-button-light-blue-icon-shadow .elementor-button:focus, .btn-light-blue-icon .elementor-widget-container:focus,
.elementor-button-light-blue-icon .elementor-button:focus, .elementor-button-light-blue-shadow .elementor-button:focus,
.elementor-button-light-blue .elementor-button:hover,
.elementor-button-light-blue .elementor-button:focus {
  background-color: rgb(16.0708860759, 107.6050632911, 149.5291139241) !important;
  border: 1px rgb(16.0708860759, 107.6050632911, 149.5291139241) solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-light-blue:link, .elementor-button-light-blue-icon-shadow .elementor-button:link, .btn-light-blue-icon .elementor-widget-container:link,
.elementor-button-light-blue-icon .elementor-button:link, .elementor-button-light-blue-shadow .elementor-button:link, .btn-light-blue:active, .elementor-button-light-blue-icon-shadow .elementor-button:active, .btn-light-blue-icon .elementor-widget-container:active,
.elementor-button-light-blue-icon .elementor-button:active, .elementor-button-light-blue-shadow .elementor-button:active, .btn-light-blue:visited, .elementor-button-light-blue-icon-shadow .elementor-button:visited, .btn-light-blue-icon .elementor-widget-container:visited,
.elementor-button-light-blue-icon .elementor-button:visited, .elementor-button-light-blue-shadow .elementor-button:visited, .btn-light-blue:focus, .elementor-button-light-blue-icon-shadow .elementor-button:focus, .btn-light-blue-icon .elementor-widget-container:focus,
.elementor-button-light-blue-icon .elementor-button:focus, .elementor-button-light-blue-shadow .elementor-button:focus,
.elementor-button-light-blue .elementor-button:link,
.elementor-button-light-blue .elementor-button:active,
.elementor-button-light-blue .elementor-button:visited,
.elementor-button-light-blue .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-light-blue:link:hover, .elementor-button-light-blue-icon-shadow .elementor-button:link:hover, .btn-light-blue-icon .elementor-widget-container:link:hover,
.elementor-button-light-blue-icon .elementor-button:link:hover, .elementor-button-light-blue-shadow .elementor-button:link:hover, .btn-light-blue:link:focus, .btn-light-blue:active:hover, .elementor-button-light-blue-icon-shadow .elementor-button:active:hover, .btn-light-blue-icon .elementor-widget-container:active:hover,
.elementor-button-light-blue-icon .elementor-button:active:hover, .elementor-button-light-blue-shadow .elementor-button:active:hover, .btn-light-blue:active:focus, .btn-light-blue:visited:hover, .elementor-button-light-blue-icon-shadow .elementor-button:visited:hover, .btn-light-blue-icon .elementor-widget-container:visited:hover,
.elementor-button-light-blue-icon .elementor-button:visited:hover, .elementor-button-light-blue-shadow .elementor-button:visited:hover, .btn-light-blue:visited:focus, .btn-light-blue:focus:hover, .btn-light-blue:focus:focus, .elementor-button-light-blue-icon-shadow .elementor-button:focus:focus, .btn-light-blue-icon .elementor-widget-container:focus:focus,
.elementor-button-light-blue-icon .elementor-button:focus:focus, .elementor-button-light-blue-shadow .elementor-button:focus:focus,
.elementor-button-light-blue .elementor-button:link:hover,
.elementor-button-light-blue .elementor-button:link:focus,
.elementor-button-light-blue .elementor-button:active:hover,
.elementor-button-light-blue .elementor-button:active:focus,
.elementor-button-light-blue .elementor-button:visited:hover,
.elementor-button-light-blue .elementor-button:visited:focus,
.elementor-button-light-blue .elementor-button:focus:hover,
.elementor-button-light-blue .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-light-blue, .elementor-button-light-blue-icon-shadow .elementor-button, .btn-light-blue-icon .elementor-widget-container,
  .elementor-button-light-blue-icon .elementor-button, .elementor-button-light-blue-shadow .elementor-button,
  .elementor-button-light-blue .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-light-blue, .elementor-button-light-blue-icon-shadow .elementor-button, .btn-light-blue-icon .elementor-widget-container,
  .elementor-button-light-blue-icon .elementor-button, .elementor-button-light-blue-shadow .elementor-button,
  .elementor-button-light-blue .elementor-button {
    font-size: 16px !important;
  }
}
.btn-light-blue, .elementor-button-light-blue-icon-shadow .elementor-button, .btn-light-blue-icon .elementor-widget-container,
.elementor-button-light-blue-icon .elementor-button, .elementor-button-light-blue-shadow .elementor-button,
.elementor-button-light-blue .elementor-button {
  font-weight: 600;
}

.btn-light-blue-alt, .elementor-button-light-blue-alt-icon-shadow .elementor-button, .elementor-button-light-blue-alt-icon .elementor-button, .elementor-button-light-blue-alt-shadow .elementor-button,
.elementor-button-light-blue-alt .elementor-button {
  border: 1px #179AD6 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #179AD6 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-light-blue-alt:hover, .elementor-button-light-blue-alt-icon-shadow .elementor-button:hover, .elementor-button-light-blue-alt-icon .elementor-button:hover, .elementor-button-light-blue-alt-shadow .elementor-button:hover, .btn-light-blue-alt:focus, .elementor-button-light-blue-alt-icon-shadow .elementor-button:focus, .elementor-button-light-blue-alt-icon .elementor-button:focus, .elementor-button-light-blue-alt-shadow .elementor-button:focus,
.elementor-button-light-blue-alt .elementor-button:hover,
.elementor-button-light-blue-alt .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #179AD6 solid !important;
  text-decoration: none !important;
  color: #179AD6 !important;
}
.btn-light-blue-alt:link, .elementor-button-light-blue-alt-icon-shadow .elementor-button:link, .elementor-button-light-blue-alt-icon .elementor-button:link, .elementor-button-light-blue-alt-shadow .elementor-button:link, .btn-light-blue-alt:active, .elementor-button-light-blue-alt-icon-shadow .elementor-button:active, .elementor-button-light-blue-alt-icon .elementor-button:active, .elementor-button-light-blue-alt-shadow .elementor-button:active, .btn-light-blue-alt:visited, .elementor-button-light-blue-alt-icon-shadow .elementor-button:visited, .elementor-button-light-blue-alt-icon .elementor-button:visited, .elementor-button-light-blue-alt-shadow .elementor-button:visited, .btn-light-blue-alt:focus, .elementor-button-light-blue-alt-icon-shadow .elementor-button:focus, .elementor-button-light-blue-alt-icon .elementor-button:focus, .elementor-button-light-blue-alt-shadow .elementor-button:focus,
.elementor-button-light-blue-alt .elementor-button:link,
.elementor-button-light-blue-alt .elementor-button:active,
.elementor-button-light-blue-alt .elementor-button:visited,
.elementor-button-light-blue-alt .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-light-blue-alt:link:hover, .elementor-button-light-blue-alt-icon-shadow .elementor-button:link:hover, .elementor-button-light-blue-alt-icon .elementor-button:link:hover, .elementor-button-light-blue-alt-shadow .elementor-button:link:hover, .btn-light-blue-alt:link:focus, .btn-light-blue-alt:active:hover, .elementor-button-light-blue-alt-icon-shadow .elementor-button:active:hover, .elementor-button-light-blue-alt-icon .elementor-button:active:hover, .elementor-button-light-blue-alt-shadow .elementor-button:active:hover, .btn-light-blue-alt:active:focus, .btn-light-blue-alt:visited:hover, .elementor-button-light-blue-alt-icon-shadow .elementor-button:visited:hover, .elementor-button-light-blue-alt-icon .elementor-button:visited:hover, .elementor-button-light-blue-alt-shadow .elementor-button:visited:hover, .btn-light-blue-alt:visited:focus, .btn-light-blue-alt:focus:hover, .btn-light-blue-alt:focus:focus, .elementor-button-light-blue-alt-icon-shadow .elementor-button:focus:focus, .elementor-button-light-blue-alt-icon .elementor-button:focus:focus, .elementor-button-light-blue-alt-shadow .elementor-button:focus:focus,
.elementor-button-light-blue-alt .elementor-button:link:hover,
.elementor-button-light-blue-alt .elementor-button:link:focus,
.elementor-button-light-blue-alt .elementor-button:active:hover,
.elementor-button-light-blue-alt .elementor-button:active:focus,
.elementor-button-light-blue-alt .elementor-button:visited:hover,
.elementor-button-light-blue-alt .elementor-button:visited:focus,
.elementor-button-light-blue-alt .elementor-button:focus:hover,
.elementor-button-light-blue-alt .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #179AD6 !important;
}
@media screen and (max-width: 767px) {
  .btn-light-blue-alt, .elementor-button-light-blue-alt-icon-shadow .elementor-button, .elementor-button-light-blue-alt-icon .elementor-button, .elementor-button-light-blue-alt-shadow .elementor-button,
  .elementor-button-light-blue-alt .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-light-blue-alt, .elementor-button-light-blue-alt-icon-shadow .elementor-button, .elementor-button-light-blue-alt-icon .elementor-button, .elementor-button-light-blue-alt-shadow .elementor-button,
  .elementor-button-light-blue-alt .elementor-button {
    font-size: 16px !important;
  }
}
.btn-light-blue-alt, .elementor-button-light-blue-alt-icon-shadow .elementor-button, .elementor-button-light-blue-alt-icon .elementor-button, .elementor-button-light-blue-alt-shadow .elementor-button,
.elementor-button-light-blue-alt .elementor-button {
  font-weight: 600;
}
.btn-light-blue-alt font, .elementor-button-light-blue-alt-icon-shadow .elementor-button font, .elementor-button-light-blue-alt-icon .elementor-button font, .elementor-button-light-blue-alt-shadow .elementor-button font,
.elementor-button-light-blue-alt .elementor-button font {
  vertical-align: baseline !important;
}

.btn-light-blue-outline, .elementor-button-light-blue-outline-icon-shadow .elementor-button, .elementor-button-light-blue-outline-icon .elementor-button, .elementor-button-light-blue-outline-shadow .elementor-button,
.elementor-button-light-blue-outline .elementor-button {
  border: 1px #179AD6 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #179AD6 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-light-blue-outline:hover, .elementor-button-light-blue-outline-icon-shadow .elementor-button:hover, .elementor-button-light-blue-outline-icon .elementor-button:hover, .elementor-button-light-blue-outline-shadow .elementor-button:hover, .btn-light-blue-outline:focus, .elementor-button-light-blue-outline-icon-shadow .elementor-button:focus, .elementor-button-light-blue-outline-icon .elementor-button:focus, .elementor-button-light-blue-outline-shadow .elementor-button:focus,
.elementor-button-light-blue-outline .elementor-button:hover,
.elementor-button-light-blue-outline .elementor-button:focus {
  background-color: #179AD6 !important;
  border: 1px #179AD6 solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-light-blue-outline:link, .elementor-button-light-blue-outline-icon-shadow .elementor-button:link, .elementor-button-light-blue-outline-icon .elementor-button:link, .elementor-button-light-blue-outline-shadow .elementor-button:link, .btn-light-blue-outline:active, .elementor-button-light-blue-outline-icon-shadow .elementor-button:active, .elementor-button-light-blue-outline-icon .elementor-button:active, .elementor-button-light-blue-outline-shadow .elementor-button:active, .btn-light-blue-outline:visited, .elementor-button-light-blue-outline-icon-shadow .elementor-button:visited, .elementor-button-light-blue-outline-icon .elementor-button:visited, .elementor-button-light-blue-outline-shadow .elementor-button:visited, .btn-light-blue-outline:focus, .elementor-button-light-blue-outline-icon-shadow .elementor-button:focus, .elementor-button-light-blue-outline-icon .elementor-button:focus, .elementor-button-light-blue-outline-shadow .elementor-button:focus,
.elementor-button-light-blue-outline .elementor-button:link,
.elementor-button-light-blue-outline .elementor-button:active,
.elementor-button-light-blue-outline .elementor-button:visited,
.elementor-button-light-blue-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #179AD6 !important;
}
.btn-light-blue-outline:link:hover, .elementor-button-light-blue-outline-icon-shadow .elementor-button:link:hover, .elementor-button-light-blue-outline-icon .elementor-button:link:hover, .elementor-button-light-blue-outline-shadow .elementor-button:link:hover, .btn-light-blue-outline:link:focus, .btn-light-blue-outline:active:hover, .elementor-button-light-blue-outline-icon-shadow .elementor-button:active:hover, .elementor-button-light-blue-outline-icon .elementor-button:active:hover, .elementor-button-light-blue-outline-shadow .elementor-button:active:hover, .btn-light-blue-outline:active:focus, .btn-light-blue-outline:visited:hover, .elementor-button-light-blue-outline-icon-shadow .elementor-button:visited:hover, .elementor-button-light-blue-outline-icon .elementor-button:visited:hover, .elementor-button-light-blue-outline-shadow .elementor-button:visited:hover, .btn-light-blue-outline:visited:focus, .btn-light-blue-outline:focus:hover, .btn-light-blue-outline:focus:focus, .elementor-button-light-blue-outline-icon-shadow .elementor-button:focus:focus, .elementor-button-light-blue-outline-icon .elementor-button:focus:focus, .elementor-button-light-blue-outline-shadow .elementor-button:focus:focus,
.elementor-button-light-blue-outline .elementor-button:link:hover,
.elementor-button-light-blue-outline .elementor-button:link:focus,
.elementor-button-light-blue-outline .elementor-button:active:hover,
.elementor-button-light-blue-outline .elementor-button:active:focus,
.elementor-button-light-blue-outline .elementor-button:visited:hover,
.elementor-button-light-blue-outline .elementor-button:visited:focus,
.elementor-button-light-blue-outline .elementor-button:focus:hover,
.elementor-button-light-blue-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-light-blue-outline, .elementor-button-light-blue-outline-icon-shadow .elementor-button, .elementor-button-light-blue-outline-icon .elementor-button, .elementor-button-light-blue-outline-shadow .elementor-button,
  .elementor-button-light-blue-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-light-blue-outline, .elementor-button-light-blue-outline-icon-shadow .elementor-button, .elementor-button-light-blue-outline-icon .elementor-button, .elementor-button-light-blue-outline-shadow .elementor-button,
  .elementor-button-light-blue-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-light-blue-outline, .elementor-button-light-blue-outline-icon-shadow .elementor-button, .elementor-button-light-blue-outline-icon .elementor-button, .elementor-button-light-blue-outline-shadow .elementor-button,
.elementor-button-light-blue-outline .elementor-button {
  font-weight: 600;
}

.btn-light-blue-text-outline, .elementor-button-light-blue-text-outline-icon .elementor-button,
.elementor-button-light-blue-text-outline .elementor-button {
  border: 1px transparent solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #179AD6 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-light-blue-text-outline:hover, .elementor-button-light-blue-text-outline-icon .elementor-button:hover, .btn-light-blue-text-outline:focus, .elementor-button-light-blue-text-outline-icon .elementor-button:focus,
.elementor-button-light-blue-text-outline .elementor-button:hover,
.elementor-button-light-blue-text-outline .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #179AD6 solid !important;
  text-decoration: none !important;
  color: rgb(16.0708860759, 107.6050632911, 149.5291139241) !important;
}
.btn-light-blue-text-outline:link, .elementor-button-light-blue-text-outline-icon .elementor-button:link, .btn-light-blue-text-outline:active, .elementor-button-light-blue-text-outline-icon .elementor-button:active, .btn-light-blue-text-outline:visited, .elementor-button-light-blue-text-outline-icon .elementor-button:visited, .btn-light-blue-text-outline:focus, .elementor-button-light-blue-text-outline-icon .elementor-button:focus,
.elementor-button-light-blue-text-outline .elementor-button:link,
.elementor-button-light-blue-text-outline .elementor-button:active,
.elementor-button-light-blue-text-outline .elementor-button:visited,
.elementor-button-light-blue-text-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #179AD6 !important;
}
.btn-light-blue-text-outline:link:hover, .elementor-button-light-blue-text-outline-icon .elementor-button:link:hover, .btn-light-blue-text-outline:link:focus, .btn-light-blue-text-outline:active:hover, .elementor-button-light-blue-text-outline-icon .elementor-button:active:hover, .btn-light-blue-text-outline:active:focus, .btn-light-blue-text-outline:visited:hover, .elementor-button-light-blue-text-outline-icon .elementor-button:visited:hover, .btn-light-blue-text-outline:visited:focus, .btn-light-blue-text-outline:focus:hover, .btn-light-blue-text-outline:focus:focus, .elementor-button-light-blue-text-outline-icon .elementor-button:focus:focus,
.elementor-button-light-blue-text-outline .elementor-button:link:hover,
.elementor-button-light-blue-text-outline .elementor-button:link:focus,
.elementor-button-light-blue-text-outline .elementor-button:active:hover,
.elementor-button-light-blue-text-outline .elementor-button:active:focus,
.elementor-button-light-blue-text-outline .elementor-button:visited:hover,
.elementor-button-light-blue-text-outline .elementor-button:visited:focus,
.elementor-button-light-blue-text-outline .elementor-button:focus:hover,
.elementor-button-light-blue-text-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: rgb(16.0708860759, 107.6050632911, 149.5291139241) !important;
}
@media screen and (max-width: 767px) {
  .btn-light-blue-text-outline, .elementor-button-light-blue-text-outline-icon .elementor-button,
  .elementor-button-light-blue-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-light-blue-text-outline, .elementor-button-light-blue-text-outline-icon .elementor-button,
  .elementor-button-light-blue-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-light-blue-text-outline, .elementor-button-light-blue-text-outline-icon .elementor-button,
.elementor-button-light-blue-text-outline .elementor-button {
  font-weight: 600;
}

.elementor-button-light-blue-text-outline-icon .elementor-button {
  font-weight: 600;
}

.btn-light-blue-text, .btn-light-blue-text-icon .elementor-widget-container,
.elementor-button-light-blue-text-icon .elementor-button,
.elementor-button-light-blue-text .elementor-button {
  color: #179AD6 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  padding: 6px 0 2px 0;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.btn-light-blue-text:hover, .btn-light-blue-text-icon .elementor-widget-container:hover,
.elementor-button-light-blue-text-icon .elementor-button:hover, .btn-light-blue-text:focus, .btn-light-blue-text-icon .elementor-widget-container:focus,
.elementor-button-light-blue-text-icon .elementor-button:focus,
.elementor-button-light-blue-text .elementor-button:hover,
.elementor-button-light-blue-text .elementor-button:focus {
  color: rgb(17.0607594937, 114.2329113924, 158.7392405063) !important;
  box-shadow: none;
}
.btn-light-blue-text, .btn-light-blue-text-icon .elementor-widget-container,
.elementor-button-light-blue-text-icon .elementor-button,
.elementor-button-light-blue-text .elementor-button {
  font-weight: 600;
}

.btn-light-blue-text-icon .elementor-widget-container,
.elementor-button-light-blue-text-icon .elementor-button {
  font-weight: 600;
}

.border-light-blue {
  border: 1px solid #179AD6;
}

.input-group > .input-group-append > .btn {
  padding: 6px 12px;
  margin: 0;
  font-size: 16px;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.toggle.toggle-light-blue {
  background: #179AD6;
  border-color: transparent;
}
.toggle.toggle-light-blue i {
  color: white;
}
.toggle.toggle-light-blue:hover, .toggle.toggle-light-blue:focus {
  background: transparent;
  text-decoration: none;
}
.toggle.toggle-light-blue:hover i, .toggle.toggle-light-blue:focus i {
  color: #179AD6;
}
.toggle.toggle-light-blue.toggle-circle {
  border-color: #179AD6;
}

.toggle.toggle-light-blue-outline {
  background: transparent;
  border-color: #179AD6;
}
.toggle.toggle-light-blue-outline i {
  color: #179AD6;
}
.toggle.toggle-light-blue-outline:hover, .toggle.toggle-light-blue-outline:focus {
  background: #179AD6;
  text-decoration: none;
}
.toggle.toggle-light-blue-outline:hover i, .toggle.toggle-light-blue-outline:focus i {
  color: white;
}
.toggle.toggle-light-blue-outline.toggle-circle {
  border-color: #179AD6;
}

.badge.badge-light-blue {
  background: #179AD6;
  display: flex;
  align-items: center;
  font-weight: normal;
  display: inline-block;
  border-color: #179AD6;
}
.badge.badge-light-blue i {
  color: white;
}

a.badge.badge-light-blue {
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a.badge.badge-light-blue:hover, a.badge.badge-light-blue:focus {
  color: white;
  background-color: rgb(18.0506329114, 120.8607594937, 167.9493670886);
}

button.badge.badge-light-blue {
  transition: all 0.2s ease-out;
}
button.badge.badge-light-blue:hover, button.badge.badge-light-blue:focus {
  background: rgb(17.0607594937, 114.2329113924, 158.7392405063);
}

.bg-orange {
  background-color: #EB4600 !important;
}
.bg-orange *:not(.btn):not(font):not(input[type=submit]) {
  color: white;
}
.bg-orange input {
  color: #333f48;
}

.color-orange {
  color: #EB4600 !important;
  fill: #EB4600 !important;
}
.color-orange strong, .color-orange span {
  color: #EB4600 !important;
  fill: #EB4600 !important;
}

.btn-orange, .elementor-button-orange-icon-shadow .elementor-button, .btn-orange-icon .elementor-widget-container,
.elementor-button-orange-icon .elementor-button, .elementor-button-orange-shadow .elementor-button,
.elementor-button-orange .elementor-button {
  border: 1px rgb(214.6, 63.9234042553, 0) solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #EB4600 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-orange:hover, .elementor-button-orange-icon-shadow .elementor-button:hover, .btn-orange-icon .elementor-widget-container:hover,
.elementor-button-orange-icon .elementor-button:hover, .elementor-button-orange-shadow .elementor-button:hover, .btn-orange:focus, .elementor-button-orange-icon-shadow .elementor-button:focus, .btn-orange-icon .elementor-widget-container:focus,
.elementor-button-orange-icon .elementor-button:focus, .elementor-button-orange-shadow .elementor-button:focus,
.elementor-button-orange .elementor-button:hover,
.elementor-button-orange .elementor-button:focus {
  background-color: rgb(163.6, 48.7319148936, 0) !important;
  border: 1px rgb(163.6, 48.7319148936, 0) solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-orange:link, .elementor-button-orange-icon-shadow .elementor-button:link, .btn-orange-icon .elementor-widget-container:link,
.elementor-button-orange-icon .elementor-button:link, .elementor-button-orange-shadow .elementor-button:link, .btn-orange:active, .elementor-button-orange-icon-shadow .elementor-button:active, .btn-orange-icon .elementor-widget-container:active,
.elementor-button-orange-icon .elementor-button:active, .elementor-button-orange-shadow .elementor-button:active, .btn-orange:visited, .elementor-button-orange-icon-shadow .elementor-button:visited, .btn-orange-icon .elementor-widget-container:visited,
.elementor-button-orange-icon .elementor-button:visited, .elementor-button-orange-shadow .elementor-button:visited, .btn-orange:focus, .elementor-button-orange-icon-shadow .elementor-button:focus, .btn-orange-icon .elementor-widget-container:focus,
.elementor-button-orange-icon .elementor-button:focus, .elementor-button-orange-shadow .elementor-button:focus,
.elementor-button-orange .elementor-button:link,
.elementor-button-orange .elementor-button:active,
.elementor-button-orange .elementor-button:visited,
.elementor-button-orange .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-orange:link:hover, .elementor-button-orange-icon-shadow .elementor-button:link:hover, .btn-orange-icon .elementor-widget-container:link:hover,
.elementor-button-orange-icon .elementor-button:link:hover, .elementor-button-orange-shadow .elementor-button:link:hover, .btn-orange:link:focus, .btn-orange:active:hover, .elementor-button-orange-icon-shadow .elementor-button:active:hover, .btn-orange-icon .elementor-widget-container:active:hover,
.elementor-button-orange-icon .elementor-button:active:hover, .elementor-button-orange-shadow .elementor-button:active:hover, .btn-orange:active:focus, .btn-orange:visited:hover, .elementor-button-orange-icon-shadow .elementor-button:visited:hover, .btn-orange-icon .elementor-widget-container:visited:hover,
.elementor-button-orange-icon .elementor-button:visited:hover, .elementor-button-orange-shadow .elementor-button:visited:hover, .btn-orange:visited:focus, .btn-orange:focus:hover, .btn-orange:focus:focus, .elementor-button-orange-icon-shadow .elementor-button:focus:focus, .btn-orange-icon .elementor-widget-container:focus:focus,
.elementor-button-orange-icon .elementor-button:focus:focus, .elementor-button-orange-shadow .elementor-button:focus:focus,
.elementor-button-orange .elementor-button:link:hover,
.elementor-button-orange .elementor-button:link:focus,
.elementor-button-orange .elementor-button:active:hover,
.elementor-button-orange .elementor-button:active:focus,
.elementor-button-orange .elementor-button:visited:hover,
.elementor-button-orange .elementor-button:visited:focus,
.elementor-button-orange .elementor-button:focus:hover,
.elementor-button-orange .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-orange, .elementor-button-orange-icon-shadow .elementor-button, .btn-orange-icon .elementor-widget-container,
  .elementor-button-orange-icon .elementor-button, .elementor-button-orange-shadow .elementor-button,
  .elementor-button-orange .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-orange, .elementor-button-orange-icon-shadow .elementor-button, .btn-orange-icon .elementor-widget-container,
  .elementor-button-orange-icon .elementor-button, .elementor-button-orange-shadow .elementor-button,
  .elementor-button-orange .elementor-button {
    font-size: 16px !important;
  }
}
.btn-orange, .elementor-button-orange-icon-shadow .elementor-button, .btn-orange-icon .elementor-widget-container,
.elementor-button-orange-icon .elementor-button, .elementor-button-orange-shadow .elementor-button,
.elementor-button-orange .elementor-button {
  font-weight: 600;
}

.btn-orange-alt, .elementor-button-orange-alt-icon-shadow .elementor-button, .elementor-button-orange-alt-icon .elementor-button, .elementor-button-orange-alt-shadow .elementor-button,
.elementor-button-orange-alt .elementor-button {
  border: 1px #EB4600 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #EB4600 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-orange-alt:hover, .elementor-button-orange-alt-icon-shadow .elementor-button:hover, .elementor-button-orange-alt-icon .elementor-button:hover, .elementor-button-orange-alt-shadow .elementor-button:hover, .btn-orange-alt:focus, .elementor-button-orange-alt-icon-shadow .elementor-button:focus, .elementor-button-orange-alt-icon .elementor-button:focus, .elementor-button-orange-alt-shadow .elementor-button:focus,
.elementor-button-orange-alt .elementor-button:hover,
.elementor-button-orange-alt .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #EB4600 solid !important;
  text-decoration: none !important;
  color: #EB4600 !important;
}
.btn-orange-alt:link, .elementor-button-orange-alt-icon-shadow .elementor-button:link, .elementor-button-orange-alt-icon .elementor-button:link, .elementor-button-orange-alt-shadow .elementor-button:link, .btn-orange-alt:active, .elementor-button-orange-alt-icon-shadow .elementor-button:active, .elementor-button-orange-alt-icon .elementor-button:active, .elementor-button-orange-alt-shadow .elementor-button:active, .btn-orange-alt:visited, .elementor-button-orange-alt-icon-shadow .elementor-button:visited, .elementor-button-orange-alt-icon .elementor-button:visited, .elementor-button-orange-alt-shadow .elementor-button:visited, .btn-orange-alt:focus, .elementor-button-orange-alt-icon-shadow .elementor-button:focus, .elementor-button-orange-alt-icon .elementor-button:focus, .elementor-button-orange-alt-shadow .elementor-button:focus,
.elementor-button-orange-alt .elementor-button:link,
.elementor-button-orange-alt .elementor-button:active,
.elementor-button-orange-alt .elementor-button:visited,
.elementor-button-orange-alt .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-orange-alt:link:hover, .elementor-button-orange-alt-icon-shadow .elementor-button:link:hover, .elementor-button-orange-alt-icon .elementor-button:link:hover, .elementor-button-orange-alt-shadow .elementor-button:link:hover, .btn-orange-alt:link:focus, .btn-orange-alt:active:hover, .elementor-button-orange-alt-icon-shadow .elementor-button:active:hover, .elementor-button-orange-alt-icon .elementor-button:active:hover, .elementor-button-orange-alt-shadow .elementor-button:active:hover, .btn-orange-alt:active:focus, .btn-orange-alt:visited:hover, .elementor-button-orange-alt-icon-shadow .elementor-button:visited:hover, .elementor-button-orange-alt-icon .elementor-button:visited:hover, .elementor-button-orange-alt-shadow .elementor-button:visited:hover, .btn-orange-alt:visited:focus, .btn-orange-alt:focus:hover, .btn-orange-alt:focus:focus, .elementor-button-orange-alt-icon-shadow .elementor-button:focus:focus, .elementor-button-orange-alt-icon .elementor-button:focus:focus, .elementor-button-orange-alt-shadow .elementor-button:focus:focus,
.elementor-button-orange-alt .elementor-button:link:hover,
.elementor-button-orange-alt .elementor-button:link:focus,
.elementor-button-orange-alt .elementor-button:active:hover,
.elementor-button-orange-alt .elementor-button:active:focus,
.elementor-button-orange-alt .elementor-button:visited:hover,
.elementor-button-orange-alt .elementor-button:visited:focus,
.elementor-button-orange-alt .elementor-button:focus:hover,
.elementor-button-orange-alt .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #EB4600 !important;
}
@media screen and (max-width: 767px) {
  .btn-orange-alt, .elementor-button-orange-alt-icon-shadow .elementor-button, .elementor-button-orange-alt-icon .elementor-button, .elementor-button-orange-alt-shadow .elementor-button,
  .elementor-button-orange-alt .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-orange-alt, .elementor-button-orange-alt-icon-shadow .elementor-button, .elementor-button-orange-alt-icon .elementor-button, .elementor-button-orange-alt-shadow .elementor-button,
  .elementor-button-orange-alt .elementor-button {
    font-size: 16px !important;
  }
}
.btn-orange-alt, .elementor-button-orange-alt-icon-shadow .elementor-button, .elementor-button-orange-alt-icon .elementor-button, .elementor-button-orange-alt-shadow .elementor-button,
.elementor-button-orange-alt .elementor-button {
  font-weight: 600;
}
.btn-orange-alt font, .elementor-button-orange-alt-icon-shadow .elementor-button font, .elementor-button-orange-alt-icon .elementor-button font, .elementor-button-orange-alt-shadow .elementor-button font,
.elementor-button-orange-alt .elementor-button font {
  vertical-align: baseline !important;
}

.btn-orange-outline, .elementor-button-orange-outline-icon-shadow .elementor-button, .elementor-button-orange-outline-icon .elementor-button, .elementor-button-orange-outline-shadow .elementor-button,
.elementor-button-orange-outline .elementor-button {
  border: 1px #EB4600 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #EB4600 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-orange-outline:hover, .elementor-button-orange-outline-icon-shadow .elementor-button:hover, .elementor-button-orange-outline-icon .elementor-button:hover, .elementor-button-orange-outline-shadow .elementor-button:hover, .btn-orange-outline:focus, .elementor-button-orange-outline-icon-shadow .elementor-button:focus, .elementor-button-orange-outline-icon .elementor-button:focus, .elementor-button-orange-outline-shadow .elementor-button:focus,
.elementor-button-orange-outline .elementor-button:hover,
.elementor-button-orange-outline .elementor-button:focus {
  background-color: #EB4600 !important;
  border: 1px #EB4600 solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-orange-outline:link, .elementor-button-orange-outline-icon-shadow .elementor-button:link, .elementor-button-orange-outline-icon .elementor-button:link, .elementor-button-orange-outline-shadow .elementor-button:link, .btn-orange-outline:active, .elementor-button-orange-outline-icon-shadow .elementor-button:active, .elementor-button-orange-outline-icon .elementor-button:active, .elementor-button-orange-outline-shadow .elementor-button:active, .btn-orange-outline:visited, .elementor-button-orange-outline-icon-shadow .elementor-button:visited, .elementor-button-orange-outline-icon .elementor-button:visited, .elementor-button-orange-outline-shadow .elementor-button:visited, .btn-orange-outline:focus, .elementor-button-orange-outline-icon-shadow .elementor-button:focus, .elementor-button-orange-outline-icon .elementor-button:focus, .elementor-button-orange-outline-shadow .elementor-button:focus,
.elementor-button-orange-outline .elementor-button:link,
.elementor-button-orange-outline .elementor-button:active,
.elementor-button-orange-outline .elementor-button:visited,
.elementor-button-orange-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #EB4600 !important;
}
.btn-orange-outline:link:hover, .elementor-button-orange-outline-icon-shadow .elementor-button:link:hover, .elementor-button-orange-outline-icon .elementor-button:link:hover, .elementor-button-orange-outline-shadow .elementor-button:link:hover, .btn-orange-outline:link:focus, .btn-orange-outline:active:hover, .elementor-button-orange-outline-icon-shadow .elementor-button:active:hover, .elementor-button-orange-outline-icon .elementor-button:active:hover, .elementor-button-orange-outline-shadow .elementor-button:active:hover, .btn-orange-outline:active:focus, .btn-orange-outline:visited:hover, .elementor-button-orange-outline-icon-shadow .elementor-button:visited:hover, .elementor-button-orange-outline-icon .elementor-button:visited:hover, .elementor-button-orange-outline-shadow .elementor-button:visited:hover, .btn-orange-outline:visited:focus, .btn-orange-outline:focus:hover, .btn-orange-outline:focus:focus, .elementor-button-orange-outline-icon-shadow .elementor-button:focus:focus, .elementor-button-orange-outline-icon .elementor-button:focus:focus, .elementor-button-orange-outline-shadow .elementor-button:focus:focus,
.elementor-button-orange-outline .elementor-button:link:hover,
.elementor-button-orange-outline .elementor-button:link:focus,
.elementor-button-orange-outline .elementor-button:active:hover,
.elementor-button-orange-outline .elementor-button:active:focus,
.elementor-button-orange-outline .elementor-button:visited:hover,
.elementor-button-orange-outline .elementor-button:visited:focus,
.elementor-button-orange-outline .elementor-button:focus:hover,
.elementor-button-orange-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-orange-outline, .elementor-button-orange-outline-icon-shadow .elementor-button, .elementor-button-orange-outline-icon .elementor-button, .elementor-button-orange-outline-shadow .elementor-button,
  .elementor-button-orange-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-orange-outline, .elementor-button-orange-outline-icon-shadow .elementor-button, .elementor-button-orange-outline-icon .elementor-button, .elementor-button-orange-outline-shadow .elementor-button,
  .elementor-button-orange-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-orange-outline, .elementor-button-orange-outline-icon-shadow .elementor-button, .elementor-button-orange-outline-icon .elementor-button, .elementor-button-orange-outline-shadow .elementor-button,
.elementor-button-orange-outline .elementor-button {
  font-weight: 600;
}

.btn-orange-text-outline, .elementor-button-orange-text-outline-icon .elementor-button,
.elementor-button-orange-text-outline .elementor-button {
  border: 1px transparent solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #EB4600 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-orange-text-outline:hover, .elementor-button-orange-text-outline-icon .elementor-button:hover, .btn-orange-text-outline:focus, .elementor-button-orange-text-outline-icon .elementor-button:focus,
.elementor-button-orange-text-outline .elementor-button:hover,
.elementor-button-orange-text-outline .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #EB4600 solid !important;
  text-decoration: none !important;
  color: rgb(163.6, 48.7319148936, 0) !important;
}
.btn-orange-text-outline:link, .elementor-button-orange-text-outline-icon .elementor-button:link, .btn-orange-text-outline:active, .elementor-button-orange-text-outline-icon .elementor-button:active, .btn-orange-text-outline:visited, .elementor-button-orange-text-outline-icon .elementor-button:visited, .btn-orange-text-outline:focus, .elementor-button-orange-text-outline-icon .elementor-button:focus,
.elementor-button-orange-text-outline .elementor-button:link,
.elementor-button-orange-text-outline .elementor-button:active,
.elementor-button-orange-text-outline .elementor-button:visited,
.elementor-button-orange-text-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #EB4600 !important;
}
.btn-orange-text-outline:link:hover, .elementor-button-orange-text-outline-icon .elementor-button:link:hover, .btn-orange-text-outline:link:focus, .btn-orange-text-outline:active:hover, .elementor-button-orange-text-outline-icon .elementor-button:active:hover, .btn-orange-text-outline:active:focus, .btn-orange-text-outline:visited:hover, .elementor-button-orange-text-outline-icon .elementor-button:visited:hover, .btn-orange-text-outline:visited:focus, .btn-orange-text-outline:focus:hover, .btn-orange-text-outline:focus:focus, .elementor-button-orange-text-outline-icon .elementor-button:focus:focus,
.elementor-button-orange-text-outline .elementor-button:link:hover,
.elementor-button-orange-text-outline .elementor-button:link:focus,
.elementor-button-orange-text-outline .elementor-button:active:hover,
.elementor-button-orange-text-outline .elementor-button:active:focus,
.elementor-button-orange-text-outline .elementor-button:visited:hover,
.elementor-button-orange-text-outline .elementor-button:visited:focus,
.elementor-button-orange-text-outline .elementor-button:focus:hover,
.elementor-button-orange-text-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: rgb(163.6, 48.7319148936, 0) !important;
}
@media screen and (max-width: 767px) {
  .btn-orange-text-outline, .elementor-button-orange-text-outline-icon .elementor-button,
  .elementor-button-orange-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-orange-text-outline, .elementor-button-orange-text-outline-icon .elementor-button,
  .elementor-button-orange-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-orange-text-outline, .elementor-button-orange-text-outline-icon .elementor-button,
.elementor-button-orange-text-outline .elementor-button {
  font-weight: 600;
}

.elementor-button-orange-text-outline-icon .elementor-button {
  font-weight: 600;
}

.btn-orange-text, .btn-orange-text-icon .elementor-widget-container,
.elementor-button-orange-text-icon .elementor-button,
.elementor-button-orange-text .elementor-button {
  color: #EB4600 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  padding: 6px 0 2px 0;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.btn-orange-text:hover, .btn-orange-text-icon .elementor-widget-container:hover,
.elementor-button-orange-text-icon .elementor-button:hover, .btn-orange-text:focus, .btn-orange-text-icon .elementor-widget-container:focus,
.elementor-button-orange-text-icon .elementor-button:focus,
.elementor-button-orange-text .elementor-button:hover,
.elementor-button-orange-text .elementor-button:focus {
  color: rgb(173.8, 51.770212766, 0) !important;
  box-shadow: none;
}
.btn-orange-text, .btn-orange-text-icon .elementor-widget-container,
.elementor-button-orange-text-icon .elementor-button,
.elementor-button-orange-text .elementor-button {
  font-weight: 600;
}

.btn-orange-text-icon .elementor-widget-container,
.elementor-button-orange-text-icon .elementor-button {
  font-weight: 600;
}

.border-orange {
  border: 1px solid #EB4600;
}

.input-group > .input-group-append > .btn {
  padding: 6px 12px;
  margin: 0;
  font-size: 16px;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.toggle.toggle-orange {
  background: #EB4600;
  border-color: transparent;
}
.toggle.toggle-orange i {
  color: white;
}
.toggle.toggle-orange:hover, .toggle.toggle-orange:focus {
  background: transparent;
  text-decoration: none;
}
.toggle.toggle-orange:hover i, .toggle.toggle-orange:focus i {
  color: #EB4600;
}
.toggle.toggle-orange.toggle-circle {
  border-color: #EB4600;
}

.toggle.toggle-orange-outline {
  background: transparent;
  border-color: #EB4600;
}
.toggle.toggle-orange-outline i {
  color: #EB4600;
}
.toggle.toggle-orange-outline:hover, .toggle.toggle-orange-outline:focus {
  background: #EB4600;
  text-decoration: none;
}
.toggle.toggle-orange-outline:hover i, .toggle.toggle-orange-outline:focus i {
  color: white;
}
.toggle.toggle-orange-outline.toggle-circle {
  border-color: #EB4600;
}

.badge.badge-orange {
  background: #EB4600;
  display: flex;
  align-items: center;
  font-weight: normal;
  display: inline-block;
  border-color: #EB4600;
}
.badge.badge-orange i {
  color: white;
}

a.badge.badge-orange {
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a.badge.badge-orange:hover, a.badge.badge-orange:focus {
  color: white;
  background-color: rgb(184, 54.8085106383, 0);
}

button.badge.badge-orange {
  transition: all 0.2s ease-out;
}
button.badge.badge-orange:hover, button.badge.badge-orange:focus {
  background: rgb(173.8, 51.770212766, 0);
}

.bg-black {
  background-color: #000 !important;
}
.bg-black *:not(.btn):not(font):not(input[type=submit]) {
  color: white;
}
.bg-black input {
  color: #333f48;
}

.color-black {
  color: #000 !important;
  fill: #000 !important;
}
.color-black strong, .color-black span {
  color: #000 !important;
  fill: #000 !important;
}

.btn-black, .elementor-button-black-icon-shadow .elementor-button, .btn-black-icon .elementor-widget-container,
.elementor-button-black-icon .elementor-button, .elementor-button-black-shadow .elementor-button,
.elementor-button-black .elementor-button {
  border: 1px hsl(0, 0%, -4%) solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #000 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-black:hover, .elementor-button-black-icon-shadow .elementor-button:hover, .btn-black-icon .elementor-widget-container:hover,
.elementor-button-black-icon .elementor-button:hover, .elementor-button-black-shadow .elementor-button:hover, .btn-black:focus, .elementor-button-black-icon-shadow .elementor-button:focus, .btn-black-icon .elementor-widget-container:focus,
.elementor-button-black-icon .elementor-button:focus, .elementor-button-black-shadow .elementor-button:focus,
.elementor-button-black .elementor-button:hover,
.elementor-button-black .elementor-button:focus {
  background-color: hsl(0, 0%, -14%) !important;
  border: 1px hsl(0, 0%, -14%) solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-black:link, .elementor-button-black-icon-shadow .elementor-button:link, .btn-black-icon .elementor-widget-container:link,
.elementor-button-black-icon .elementor-button:link, .elementor-button-black-shadow .elementor-button:link, .btn-black:active, .elementor-button-black-icon-shadow .elementor-button:active, .btn-black-icon .elementor-widget-container:active,
.elementor-button-black-icon .elementor-button:active, .elementor-button-black-shadow .elementor-button:active, .btn-black:visited, .elementor-button-black-icon-shadow .elementor-button:visited, .btn-black-icon .elementor-widget-container:visited,
.elementor-button-black-icon .elementor-button:visited, .elementor-button-black-shadow .elementor-button:visited, .btn-black:focus, .elementor-button-black-icon-shadow .elementor-button:focus, .btn-black-icon .elementor-widget-container:focus,
.elementor-button-black-icon .elementor-button:focus, .elementor-button-black-shadow .elementor-button:focus,
.elementor-button-black .elementor-button:link,
.elementor-button-black .elementor-button:active,
.elementor-button-black .elementor-button:visited,
.elementor-button-black .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-black:link:hover, .elementor-button-black-icon-shadow .elementor-button:link:hover, .btn-black-icon .elementor-widget-container:link:hover,
.elementor-button-black-icon .elementor-button:link:hover, .elementor-button-black-shadow .elementor-button:link:hover, .btn-black:link:focus, .btn-black:active:hover, .elementor-button-black-icon-shadow .elementor-button:active:hover, .btn-black-icon .elementor-widget-container:active:hover,
.elementor-button-black-icon .elementor-button:active:hover, .elementor-button-black-shadow .elementor-button:active:hover, .btn-black:active:focus, .btn-black:visited:hover, .elementor-button-black-icon-shadow .elementor-button:visited:hover, .btn-black-icon .elementor-widget-container:visited:hover,
.elementor-button-black-icon .elementor-button:visited:hover, .elementor-button-black-shadow .elementor-button:visited:hover, .btn-black:visited:focus, .btn-black:focus:hover, .btn-black:focus:focus, .elementor-button-black-icon-shadow .elementor-button:focus:focus, .btn-black-icon .elementor-widget-container:focus:focus,
.elementor-button-black-icon .elementor-button:focus:focus, .elementor-button-black-shadow .elementor-button:focus:focus,
.elementor-button-black .elementor-button:link:hover,
.elementor-button-black .elementor-button:link:focus,
.elementor-button-black .elementor-button:active:hover,
.elementor-button-black .elementor-button:active:focus,
.elementor-button-black .elementor-button:visited:hover,
.elementor-button-black .elementor-button:visited:focus,
.elementor-button-black .elementor-button:focus:hover,
.elementor-button-black .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-black, .elementor-button-black-icon-shadow .elementor-button, .btn-black-icon .elementor-widget-container,
  .elementor-button-black-icon .elementor-button, .elementor-button-black-shadow .elementor-button,
  .elementor-button-black .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-black, .elementor-button-black-icon-shadow .elementor-button, .btn-black-icon .elementor-widget-container,
  .elementor-button-black-icon .elementor-button, .elementor-button-black-shadow .elementor-button,
  .elementor-button-black .elementor-button {
    font-size: 16px !important;
  }
}
.btn-black, .elementor-button-black-icon-shadow .elementor-button, .btn-black-icon .elementor-widget-container,
.elementor-button-black-icon .elementor-button, .elementor-button-black-shadow .elementor-button,
.elementor-button-black .elementor-button {
  font-weight: 600;
}

.btn-black-alt, .elementor-button-black-alt-icon-shadow .elementor-button, .elementor-button-black-alt-icon .elementor-button, .elementor-button-black-alt-shadow .elementor-button,
.elementor-button-black-alt .elementor-button {
  border: 1px #000 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #000 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-black-alt:hover, .elementor-button-black-alt-icon-shadow .elementor-button:hover, .elementor-button-black-alt-icon .elementor-button:hover, .elementor-button-black-alt-shadow .elementor-button:hover, .btn-black-alt:focus, .elementor-button-black-alt-icon-shadow .elementor-button:focus, .elementor-button-black-alt-icon .elementor-button:focus, .elementor-button-black-alt-shadow .elementor-button:focus,
.elementor-button-black-alt .elementor-button:hover,
.elementor-button-black-alt .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #000 solid !important;
  text-decoration: none !important;
  color: #000 !important;
}
.btn-black-alt:link, .elementor-button-black-alt-icon-shadow .elementor-button:link, .elementor-button-black-alt-icon .elementor-button:link, .elementor-button-black-alt-shadow .elementor-button:link, .btn-black-alt:active, .elementor-button-black-alt-icon-shadow .elementor-button:active, .elementor-button-black-alt-icon .elementor-button:active, .elementor-button-black-alt-shadow .elementor-button:active, .btn-black-alt:visited, .elementor-button-black-alt-icon-shadow .elementor-button:visited, .elementor-button-black-alt-icon .elementor-button:visited, .elementor-button-black-alt-shadow .elementor-button:visited, .btn-black-alt:focus, .elementor-button-black-alt-icon-shadow .elementor-button:focus, .elementor-button-black-alt-icon .elementor-button:focus, .elementor-button-black-alt-shadow .elementor-button:focus,
.elementor-button-black-alt .elementor-button:link,
.elementor-button-black-alt .elementor-button:active,
.elementor-button-black-alt .elementor-button:visited,
.elementor-button-black-alt .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-black-alt:link:hover, .elementor-button-black-alt-icon-shadow .elementor-button:link:hover, .elementor-button-black-alt-icon .elementor-button:link:hover, .elementor-button-black-alt-shadow .elementor-button:link:hover, .btn-black-alt:link:focus, .btn-black-alt:active:hover, .elementor-button-black-alt-icon-shadow .elementor-button:active:hover, .elementor-button-black-alt-icon .elementor-button:active:hover, .elementor-button-black-alt-shadow .elementor-button:active:hover, .btn-black-alt:active:focus, .btn-black-alt:visited:hover, .elementor-button-black-alt-icon-shadow .elementor-button:visited:hover, .elementor-button-black-alt-icon .elementor-button:visited:hover, .elementor-button-black-alt-shadow .elementor-button:visited:hover, .btn-black-alt:visited:focus, .btn-black-alt:focus:hover, .btn-black-alt:focus:focus, .elementor-button-black-alt-icon-shadow .elementor-button:focus:focus, .elementor-button-black-alt-icon .elementor-button:focus:focus, .elementor-button-black-alt-shadow .elementor-button:focus:focus,
.elementor-button-black-alt .elementor-button:link:hover,
.elementor-button-black-alt .elementor-button:link:focus,
.elementor-button-black-alt .elementor-button:active:hover,
.elementor-button-black-alt .elementor-button:active:focus,
.elementor-button-black-alt .elementor-button:visited:hover,
.elementor-button-black-alt .elementor-button:visited:focus,
.elementor-button-black-alt .elementor-button:focus:hover,
.elementor-button-black-alt .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .btn-black-alt, .elementor-button-black-alt-icon-shadow .elementor-button, .elementor-button-black-alt-icon .elementor-button, .elementor-button-black-alt-shadow .elementor-button,
  .elementor-button-black-alt .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-black-alt, .elementor-button-black-alt-icon-shadow .elementor-button, .elementor-button-black-alt-icon .elementor-button, .elementor-button-black-alt-shadow .elementor-button,
  .elementor-button-black-alt .elementor-button {
    font-size: 16px !important;
  }
}
.btn-black-alt, .elementor-button-black-alt-icon-shadow .elementor-button, .elementor-button-black-alt-icon .elementor-button, .elementor-button-black-alt-shadow .elementor-button,
.elementor-button-black-alt .elementor-button {
  font-weight: 600;
}
.btn-black-alt font, .elementor-button-black-alt-icon-shadow .elementor-button font, .elementor-button-black-alt-icon .elementor-button font, .elementor-button-black-alt-shadow .elementor-button font,
.elementor-button-black-alt .elementor-button font {
  vertical-align: baseline !important;
}

.btn-black-outline, .elementor-button-black-outline-icon-shadow .elementor-button, .elementor-button-black-outline-icon .elementor-button, .elementor-button-black-outline-shadow .elementor-button,
.elementor-button-black-outline .elementor-button {
  border: 1px #000 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #000 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-black-outline:hover, .elementor-button-black-outline-icon-shadow .elementor-button:hover, .elementor-button-black-outline-icon .elementor-button:hover, .elementor-button-black-outline-shadow .elementor-button:hover, .btn-black-outline:focus, .elementor-button-black-outline-icon-shadow .elementor-button:focus, .elementor-button-black-outline-icon .elementor-button:focus, .elementor-button-black-outline-shadow .elementor-button:focus,
.elementor-button-black-outline .elementor-button:hover,
.elementor-button-black-outline .elementor-button:focus {
  background-color: #000 !important;
  border: 1px #000 solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-black-outline:link, .elementor-button-black-outline-icon-shadow .elementor-button:link, .elementor-button-black-outline-icon .elementor-button:link, .elementor-button-black-outline-shadow .elementor-button:link, .btn-black-outline:active, .elementor-button-black-outline-icon-shadow .elementor-button:active, .elementor-button-black-outline-icon .elementor-button:active, .elementor-button-black-outline-shadow .elementor-button:active, .btn-black-outline:visited, .elementor-button-black-outline-icon-shadow .elementor-button:visited, .elementor-button-black-outline-icon .elementor-button:visited, .elementor-button-black-outline-shadow .elementor-button:visited, .btn-black-outline:focus, .elementor-button-black-outline-icon-shadow .elementor-button:focus, .elementor-button-black-outline-icon .elementor-button:focus, .elementor-button-black-outline-shadow .elementor-button:focus,
.elementor-button-black-outline .elementor-button:link,
.elementor-button-black-outline .elementor-button:active,
.elementor-button-black-outline .elementor-button:visited,
.elementor-button-black-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #000 !important;
}
.btn-black-outline:link:hover, .elementor-button-black-outline-icon-shadow .elementor-button:link:hover, .elementor-button-black-outline-icon .elementor-button:link:hover, .elementor-button-black-outline-shadow .elementor-button:link:hover, .btn-black-outline:link:focus, .btn-black-outline:active:hover, .elementor-button-black-outline-icon-shadow .elementor-button:active:hover, .elementor-button-black-outline-icon .elementor-button:active:hover, .elementor-button-black-outline-shadow .elementor-button:active:hover, .btn-black-outline:active:focus, .btn-black-outline:visited:hover, .elementor-button-black-outline-icon-shadow .elementor-button:visited:hover, .elementor-button-black-outline-icon .elementor-button:visited:hover, .elementor-button-black-outline-shadow .elementor-button:visited:hover, .btn-black-outline:visited:focus, .btn-black-outline:focus:hover, .btn-black-outline:focus:focus, .elementor-button-black-outline-icon-shadow .elementor-button:focus:focus, .elementor-button-black-outline-icon .elementor-button:focus:focus, .elementor-button-black-outline-shadow .elementor-button:focus:focus,
.elementor-button-black-outline .elementor-button:link:hover,
.elementor-button-black-outline .elementor-button:link:focus,
.elementor-button-black-outline .elementor-button:active:hover,
.elementor-button-black-outline .elementor-button:active:focus,
.elementor-button-black-outline .elementor-button:visited:hover,
.elementor-button-black-outline .elementor-button:visited:focus,
.elementor-button-black-outline .elementor-button:focus:hover,
.elementor-button-black-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-black-outline, .elementor-button-black-outline-icon-shadow .elementor-button, .elementor-button-black-outline-icon .elementor-button, .elementor-button-black-outline-shadow .elementor-button,
  .elementor-button-black-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-black-outline, .elementor-button-black-outline-icon-shadow .elementor-button, .elementor-button-black-outline-icon .elementor-button, .elementor-button-black-outline-shadow .elementor-button,
  .elementor-button-black-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-black-outline, .elementor-button-black-outline-icon-shadow .elementor-button, .elementor-button-black-outline-icon .elementor-button, .elementor-button-black-outline-shadow .elementor-button,
.elementor-button-black-outline .elementor-button {
  font-weight: 600;
}

.btn-black-text-outline, .elementor-button-black-text-outline-icon .elementor-button,
.elementor-button-black-text-outline .elementor-button {
  border: 1px transparent solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #000 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-black-text-outline:hover, .elementor-button-black-text-outline-icon .elementor-button:hover, .btn-black-text-outline:focus, .elementor-button-black-text-outline-icon .elementor-button:focus,
.elementor-button-black-text-outline .elementor-button:hover,
.elementor-button-black-text-outline .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #000 solid !important;
  text-decoration: none !important;
  color: hsl(0, 0%, -14%) !important;
}
.btn-black-text-outline:link, .elementor-button-black-text-outline-icon .elementor-button:link, .btn-black-text-outline:active, .elementor-button-black-text-outline-icon .elementor-button:active, .btn-black-text-outline:visited, .elementor-button-black-text-outline-icon .elementor-button:visited, .btn-black-text-outline:focus, .elementor-button-black-text-outline-icon .elementor-button:focus,
.elementor-button-black-text-outline .elementor-button:link,
.elementor-button-black-text-outline .elementor-button:active,
.elementor-button-black-text-outline .elementor-button:visited,
.elementor-button-black-text-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #000 !important;
}
.btn-black-text-outline:link:hover, .elementor-button-black-text-outline-icon .elementor-button:link:hover, .btn-black-text-outline:link:focus, .btn-black-text-outline:active:hover, .elementor-button-black-text-outline-icon .elementor-button:active:hover, .btn-black-text-outline:active:focus, .btn-black-text-outline:visited:hover, .elementor-button-black-text-outline-icon .elementor-button:visited:hover, .btn-black-text-outline:visited:focus, .btn-black-text-outline:focus:hover, .btn-black-text-outline:focus:focus, .elementor-button-black-text-outline-icon .elementor-button:focus:focus,
.elementor-button-black-text-outline .elementor-button:link:hover,
.elementor-button-black-text-outline .elementor-button:link:focus,
.elementor-button-black-text-outline .elementor-button:active:hover,
.elementor-button-black-text-outline .elementor-button:active:focus,
.elementor-button-black-text-outline .elementor-button:visited:hover,
.elementor-button-black-text-outline .elementor-button:visited:focus,
.elementor-button-black-text-outline .elementor-button:focus:hover,
.elementor-button-black-text-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: hsl(0, 0%, -14%) !important;
}
@media screen and (max-width: 767px) {
  .btn-black-text-outline, .elementor-button-black-text-outline-icon .elementor-button,
  .elementor-button-black-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-black-text-outline, .elementor-button-black-text-outline-icon .elementor-button,
  .elementor-button-black-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-black-text-outline, .elementor-button-black-text-outline-icon .elementor-button,
.elementor-button-black-text-outline .elementor-button {
  font-weight: 600;
}

.elementor-button-black-text-outline-icon .elementor-button {
  font-weight: 600;
}

.btn-black-text, .btn-black-text-icon .elementor-widget-container,
.elementor-button-black-text-icon .elementor-button,
.elementor-button-black-text .elementor-button {
  color: #000 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  padding: 6px 0 2px 0;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.btn-black-text:hover, .btn-black-text-icon .elementor-widget-container:hover,
.elementor-button-black-text-icon .elementor-button:hover, .btn-black-text:focus, .btn-black-text-icon .elementor-widget-container:focus,
.elementor-button-black-text-icon .elementor-button:focus,
.elementor-button-black-text .elementor-button:hover,
.elementor-button-black-text .elementor-button:focus {
  color: hsl(0, 0%, -12%) !important;
  box-shadow: none;
}
.btn-black-text, .btn-black-text-icon .elementor-widget-container,
.elementor-button-black-text-icon .elementor-button,
.elementor-button-black-text .elementor-button {
  font-weight: 600;
}

.btn-black-text-icon .elementor-widget-container,
.elementor-button-black-text-icon .elementor-button {
  font-weight: 600;
}

.border-black {
  border: 1px solid #000;
}

.input-group > .input-group-append > .btn {
  padding: 6px 12px;
  margin: 0;
  font-size: 16px;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.toggle.toggle-black {
  background: #000;
  border-color: transparent;
}
.toggle.toggle-black i {
  color: white;
}
.toggle.toggle-black:hover, .toggle.toggle-black:focus {
  background: transparent;
  text-decoration: none;
}
.toggle.toggle-black:hover i, .toggle.toggle-black:focus i {
  color: #000;
}
.toggle.toggle-black.toggle-circle {
  border-color: #000;
}

.toggle.toggle-black-outline {
  background: transparent;
  border-color: #000;
}
.toggle.toggle-black-outline i {
  color: #000;
}
.toggle.toggle-black-outline:hover, .toggle.toggle-black-outline:focus {
  background: #000;
  text-decoration: none;
}
.toggle.toggle-black-outline:hover i, .toggle.toggle-black-outline:focus i {
  color: white;
}
.toggle.toggle-black-outline.toggle-circle {
  border-color: #000;
}

.badge.badge-black {
  background: #000;
  display: flex;
  align-items: center;
  font-weight: normal;
  display: inline-block;
  border-color: #000;
}
.badge.badge-black i {
  color: white;
}

a.badge.badge-black {
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a.badge.badge-black:hover, a.badge.badge-black:focus {
  color: white;
  background-color: hsl(0, 0%, -10%);
}

button.badge.badge-black {
  transition: all 0.2s ease-out;
}
button.badge.badge-black:hover, button.badge.badge-black:focus {
  background: hsl(0, 0%, -12%);
}

.bg-almost-black {
  background-color: #404040 !important;
}
.bg-almost-black *:not(.btn):not(font):not(input[type=submit]) {
  color: white;
}
.bg-almost-black input {
  color: #333f48;
}

.color-almost-black {
  color: #404040 !important;
  fill: #404040 !important;
}
.color-almost-black strong, .color-almost-black span {
  color: #404040 !important;
  fill: #404040 !important;
}

.btn-almost-black, .elementor-button-almost-black-icon-shadow .elementor-button, .btn-almost-black-icon .elementor-widget-container,
.elementor-button-almost-black-icon .elementor-button, .elementor-button-almost-black-shadow .elementor-button,
.elementor-button-almost-black .elementor-button {
  border: 1px rgb(53.8, 53.8, 53.8) solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #404040 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-almost-black:hover, .elementor-button-almost-black-icon-shadow .elementor-button:hover, .btn-almost-black-icon .elementor-widget-container:hover,
.elementor-button-almost-black-icon .elementor-button:hover, .elementor-button-almost-black-shadow .elementor-button:hover, .btn-almost-black:focus, .elementor-button-almost-black-icon-shadow .elementor-button:focus, .btn-almost-black-icon .elementor-widget-container:focus,
.elementor-button-almost-black-icon .elementor-button:focus, .elementor-button-almost-black-shadow .elementor-button:focus,
.elementor-button-almost-black .elementor-button:hover,
.elementor-button-almost-black .elementor-button:focus {
  background-color: rgb(28.3, 28.3, 28.3) !important;
  border: 1px rgb(28.3, 28.3, 28.3) solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-almost-black:link, .elementor-button-almost-black-icon-shadow .elementor-button:link, .btn-almost-black-icon .elementor-widget-container:link,
.elementor-button-almost-black-icon .elementor-button:link, .elementor-button-almost-black-shadow .elementor-button:link, .btn-almost-black:active, .elementor-button-almost-black-icon-shadow .elementor-button:active, .btn-almost-black-icon .elementor-widget-container:active,
.elementor-button-almost-black-icon .elementor-button:active, .elementor-button-almost-black-shadow .elementor-button:active, .btn-almost-black:visited, .elementor-button-almost-black-icon-shadow .elementor-button:visited, .btn-almost-black-icon .elementor-widget-container:visited,
.elementor-button-almost-black-icon .elementor-button:visited, .elementor-button-almost-black-shadow .elementor-button:visited, .btn-almost-black:focus, .elementor-button-almost-black-icon-shadow .elementor-button:focus, .btn-almost-black-icon .elementor-widget-container:focus,
.elementor-button-almost-black-icon .elementor-button:focus, .elementor-button-almost-black-shadow .elementor-button:focus,
.elementor-button-almost-black .elementor-button:link,
.elementor-button-almost-black .elementor-button:active,
.elementor-button-almost-black .elementor-button:visited,
.elementor-button-almost-black .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-almost-black:link:hover, .elementor-button-almost-black-icon-shadow .elementor-button:link:hover, .btn-almost-black-icon .elementor-widget-container:link:hover,
.elementor-button-almost-black-icon .elementor-button:link:hover, .elementor-button-almost-black-shadow .elementor-button:link:hover, .btn-almost-black:link:focus, .btn-almost-black:active:hover, .elementor-button-almost-black-icon-shadow .elementor-button:active:hover, .btn-almost-black-icon .elementor-widget-container:active:hover,
.elementor-button-almost-black-icon .elementor-button:active:hover, .elementor-button-almost-black-shadow .elementor-button:active:hover, .btn-almost-black:active:focus, .btn-almost-black:visited:hover, .elementor-button-almost-black-icon-shadow .elementor-button:visited:hover, .btn-almost-black-icon .elementor-widget-container:visited:hover,
.elementor-button-almost-black-icon .elementor-button:visited:hover, .elementor-button-almost-black-shadow .elementor-button:visited:hover, .btn-almost-black:visited:focus, .btn-almost-black:focus:hover, .btn-almost-black:focus:focus, .elementor-button-almost-black-icon-shadow .elementor-button:focus:focus, .btn-almost-black-icon .elementor-widget-container:focus:focus,
.elementor-button-almost-black-icon .elementor-button:focus:focus, .elementor-button-almost-black-shadow .elementor-button:focus:focus,
.elementor-button-almost-black .elementor-button:link:hover,
.elementor-button-almost-black .elementor-button:link:focus,
.elementor-button-almost-black .elementor-button:active:hover,
.elementor-button-almost-black .elementor-button:active:focus,
.elementor-button-almost-black .elementor-button:visited:hover,
.elementor-button-almost-black .elementor-button:visited:focus,
.elementor-button-almost-black .elementor-button:focus:hover,
.elementor-button-almost-black .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-almost-black, .elementor-button-almost-black-icon-shadow .elementor-button, .btn-almost-black-icon .elementor-widget-container,
  .elementor-button-almost-black-icon .elementor-button, .elementor-button-almost-black-shadow .elementor-button,
  .elementor-button-almost-black .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-almost-black, .elementor-button-almost-black-icon-shadow .elementor-button, .btn-almost-black-icon .elementor-widget-container,
  .elementor-button-almost-black-icon .elementor-button, .elementor-button-almost-black-shadow .elementor-button,
  .elementor-button-almost-black .elementor-button {
    font-size: 16px !important;
  }
}
.btn-almost-black, .elementor-button-almost-black-icon-shadow .elementor-button, .btn-almost-black-icon .elementor-widget-container,
.elementor-button-almost-black-icon .elementor-button, .elementor-button-almost-black-shadow .elementor-button,
.elementor-button-almost-black .elementor-button {
  font-weight: 600;
}

.btn-almost-black-alt, .elementor-button-almost-black-alt-icon-shadow .elementor-button, .elementor-button-almost-black-alt-icon .elementor-button, .elementor-button-almost-black-alt-shadow .elementor-button,
.elementor-button-almost-black-alt .elementor-button {
  border: 1px #404040 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #404040 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-almost-black-alt:hover, .elementor-button-almost-black-alt-icon-shadow .elementor-button:hover, .elementor-button-almost-black-alt-icon .elementor-button:hover, .elementor-button-almost-black-alt-shadow .elementor-button:hover, .btn-almost-black-alt:focus, .elementor-button-almost-black-alt-icon-shadow .elementor-button:focus, .elementor-button-almost-black-alt-icon .elementor-button:focus, .elementor-button-almost-black-alt-shadow .elementor-button:focus,
.elementor-button-almost-black-alt .elementor-button:hover,
.elementor-button-almost-black-alt .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #404040 solid !important;
  text-decoration: none !important;
  color: #404040 !important;
}
.btn-almost-black-alt:link, .elementor-button-almost-black-alt-icon-shadow .elementor-button:link, .elementor-button-almost-black-alt-icon .elementor-button:link, .elementor-button-almost-black-alt-shadow .elementor-button:link, .btn-almost-black-alt:active, .elementor-button-almost-black-alt-icon-shadow .elementor-button:active, .elementor-button-almost-black-alt-icon .elementor-button:active, .elementor-button-almost-black-alt-shadow .elementor-button:active, .btn-almost-black-alt:visited, .elementor-button-almost-black-alt-icon-shadow .elementor-button:visited, .elementor-button-almost-black-alt-icon .elementor-button:visited, .elementor-button-almost-black-alt-shadow .elementor-button:visited, .btn-almost-black-alt:focus, .elementor-button-almost-black-alt-icon-shadow .elementor-button:focus, .elementor-button-almost-black-alt-icon .elementor-button:focus, .elementor-button-almost-black-alt-shadow .elementor-button:focus,
.elementor-button-almost-black-alt .elementor-button:link,
.elementor-button-almost-black-alt .elementor-button:active,
.elementor-button-almost-black-alt .elementor-button:visited,
.elementor-button-almost-black-alt .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-almost-black-alt:link:hover, .elementor-button-almost-black-alt-icon-shadow .elementor-button:link:hover, .elementor-button-almost-black-alt-icon .elementor-button:link:hover, .elementor-button-almost-black-alt-shadow .elementor-button:link:hover, .btn-almost-black-alt:link:focus, .btn-almost-black-alt:active:hover, .elementor-button-almost-black-alt-icon-shadow .elementor-button:active:hover, .elementor-button-almost-black-alt-icon .elementor-button:active:hover, .elementor-button-almost-black-alt-shadow .elementor-button:active:hover, .btn-almost-black-alt:active:focus, .btn-almost-black-alt:visited:hover, .elementor-button-almost-black-alt-icon-shadow .elementor-button:visited:hover, .elementor-button-almost-black-alt-icon .elementor-button:visited:hover, .elementor-button-almost-black-alt-shadow .elementor-button:visited:hover, .btn-almost-black-alt:visited:focus, .btn-almost-black-alt:focus:hover, .btn-almost-black-alt:focus:focus, .elementor-button-almost-black-alt-icon-shadow .elementor-button:focus:focus, .elementor-button-almost-black-alt-icon .elementor-button:focus:focus, .elementor-button-almost-black-alt-shadow .elementor-button:focus:focus,
.elementor-button-almost-black-alt .elementor-button:link:hover,
.elementor-button-almost-black-alt .elementor-button:link:focus,
.elementor-button-almost-black-alt .elementor-button:active:hover,
.elementor-button-almost-black-alt .elementor-button:active:focus,
.elementor-button-almost-black-alt .elementor-button:visited:hover,
.elementor-button-almost-black-alt .elementor-button:visited:focus,
.elementor-button-almost-black-alt .elementor-button:focus:hover,
.elementor-button-almost-black-alt .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #404040 !important;
}
@media screen and (max-width: 767px) {
  .btn-almost-black-alt, .elementor-button-almost-black-alt-icon-shadow .elementor-button, .elementor-button-almost-black-alt-icon .elementor-button, .elementor-button-almost-black-alt-shadow .elementor-button,
  .elementor-button-almost-black-alt .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-almost-black-alt, .elementor-button-almost-black-alt-icon-shadow .elementor-button, .elementor-button-almost-black-alt-icon .elementor-button, .elementor-button-almost-black-alt-shadow .elementor-button,
  .elementor-button-almost-black-alt .elementor-button {
    font-size: 16px !important;
  }
}
.btn-almost-black-alt, .elementor-button-almost-black-alt-icon-shadow .elementor-button, .elementor-button-almost-black-alt-icon .elementor-button, .elementor-button-almost-black-alt-shadow .elementor-button,
.elementor-button-almost-black-alt .elementor-button {
  font-weight: 600;
}
.btn-almost-black-alt font, .elementor-button-almost-black-alt-icon-shadow .elementor-button font, .elementor-button-almost-black-alt-icon .elementor-button font, .elementor-button-almost-black-alt-shadow .elementor-button font,
.elementor-button-almost-black-alt .elementor-button font {
  vertical-align: baseline !important;
}

.btn-almost-black-outline, .elementor-button-almost-black-outline-icon-shadow .elementor-button, .elementor-button-almost-black-outline-icon .elementor-button, .elementor-button-almost-black-outline-shadow .elementor-button,
.elementor-button-almost-black-outline .elementor-button {
  border: 1px #404040 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #404040 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-almost-black-outline:hover, .elementor-button-almost-black-outline-icon-shadow .elementor-button:hover, .elementor-button-almost-black-outline-icon .elementor-button:hover, .elementor-button-almost-black-outline-shadow .elementor-button:hover, .btn-almost-black-outline:focus, .elementor-button-almost-black-outline-icon-shadow .elementor-button:focus, .elementor-button-almost-black-outline-icon .elementor-button:focus, .elementor-button-almost-black-outline-shadow .elementor-button:focus,
.elementor-button-almost-black-outline .elementor-button:hover,
.elementor-button-almost-black-outline .elementor-button:focus {
  background-color: #404040 !important;
  border: 1px #404040 solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-almost-black-outline:link, .elementor-button-almost-black-outline-icon-shadow .elementor-button:link, .elementor-button-almost-black-outline-icon .elementor-button:link, .elementor-button-almost-black-outline-shadow .elementor-button:link, .btn-almost-black-outline:active, .elementor-button-almost-black-outline-icon-shadow .elementor-button:active, .elementor-button-almost-black-outline-icon .elementor-button:active, .elementor-button-almost-black-outline-shadow .elementor-button:active, .btn-almost-black-outline:visited, .elementor-button-almost-black-outline-icon-shadow .elementor-button:visited, .elementor-button-almost-black-outline-icon .elementor-button:visited, .elementor-button-almost-black-outline-shadow .elementor-button:visited, .btn-almost-black-outline:focus, .elementor-button-almost-black-outline-icon-shadow .elementor-button:focus, .elementor-button-almost-black-outline-icon .elementor-button:focus, .elementor-button-almost-black-outline-shadow .elementor-button:focus,
.elementor-button-almost-black-outline .elementor-button:link,
.elementor-button-almost-black-outline .elementor-button:active,
.elementor-button-almost-black-outline .elementor-button:visited,
.elementor-button-almost-black-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #404040 !important;
}
.btn-almost-black-outline:link:hover, .elementor-button-almost-black-outline-icon-shadow .elementor-button:link:hover, .elementor-button-almost-black-outline-icon .elementor-button:link:hover, .elementor-button-almost-black-outline-shadow .elementor-button:link:hover, .btn-almost-black-outline:link:focus, .btn-almost-black-outline:active:hover, .elementor-button-almost-black-outline-icon-shadow .elementor-button:active:hover, .elementor-button-almost-black-outline-icon .elementor-button:active:hover, .elementor-button-almost-black-outline-shadow .elementor-button:active:hover, .btn-almost-black-outline:active:focus, .btn-almost-black-outline:visited:hover, .elementor-button-almost-black-outline-icon-shadow .elementor-button:visited:hover, .elementor-button-almost-black-outline-icon .elementor-button:visited:hover, .elementor-button-almost-black-outline-shadow .elementor-button:visited:hover, .btn-almost-black-outline:visited:focus, .btn-almost-black-outline:focus:hover, .btn-almost-black-outline:focus:focus, .elementor-button-almost-black-outline-icon-shadow .elementor-button:focus:focus, .elementor-button-almost-black-outline-icon .elementor-button:focus:focus, .elementor-button-almost-black-outline-shadow .elementor-button:focus:focus,
.elementor-button-almost-black-outline .elementor-button:link:hover,
.elementor-button-almost-black-outline .elementor-button:link:focus,
.elementor-button-almost-black-outline .elementor-button:active:hover,
.elementor-button-almost-black-outline .elementor-button:active:focus,
.elementor-button-almost-black-outline .elementor-button:visited:hover,
.elementor-button-almost-black-outline .elementor-button:visited:focus,
.elementor-button-almost-black-outline .elementor-button:focus:hover,
.elementor-button-almost-black-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-almost-black-outline, .elementor-button-almost-black-outline-icon-shadow .elementor-button, .elementor-button-almost-black-outline-icon .elementor-button, .elementor-button-almost-black-outline-shadow .elementor-button,
  .elementor-button-almost-black-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-almost-black-outline, .elementor-button-almost-black-outline-icon-shadow .elementor-button, .elementor-button-almost-black-outline-icon .elementor-button, .elementor-button-almost-black-outline-shadow .elementor-button,
  .elementor-button-almost-black-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-almost-black-outline, .elementor-button-almost-black-outline-icon-shadow .elementor-button, .elementor-button-almost-black-outline-icon .elementor-button, .elementor-button-almost-black-outline-shadow .elementor-button,
.elementor-button-almost-black-outline .elementor-button {
  font-weight: 600;
}

.btn-almost-black-text-outline, .elementor-button-almost-black-text-outline-icon .elementor-button,
.elementor-button-almost-black-text-outline .elementor-button {
  border: 1px transparent solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #404040 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-almost-black-text-outline:hover, .elementor-button-almost-black-text-outline-icon .elementor-button:hover, .btn-almost-black-text-outline:focus, .elementor-button-almost-black-text-outline-icon .elementor-button:focus,
.elementor-button-almost-black-text-outline .elementor-button:hover,
.elementor-button-almost-black-text-outline .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #404040 solid !important;
  text-decoration: none !important;
  color: rgb(28.3, 28.3, 28.3) !important;
}
.btn-almost-black-text-outline:link, .elementor-button-almost-black-text-outline-icon .elementor-button:link, .btn-almost-black-text-outline:active, .elementor-button-almost-black-text-outline-icon .elementor-button:active, .btn-almost-black-text-outline:visited, .elementor-button-almost-black-text-outline-icon .elementor-button:visited, .btn-almost-black-text-outline:focus, .elementor-button-almost-black-text-outline-icon .elementor-button:focus,
.elementor-button-almost-black-text-outline .elementor-button:link,
.elementor-button-almost-black-text-outline .elementor-button:active,
.elementor-button-almost-black-text-outline .elementor-button:visited,
.elementor-button-almost-black-text-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #404040 !important;
}
.btn-almost-black-text-outline:link:hover, .elementor-button-almost-black-text-outline-icon .elementor-button:link:hover, .btn-almost-black-text-outline:link:focus, .btn-almost-black-text-outline:active:hover, .elementor-button-almost-black-text-outline-icon .elementor-button:active:hover, .btn-almost-black-text-outline:active:focus, .btn-almost-black-text-outline:visited:hover, .elementor-button-almost-black-text-outline-icon .elementor-button:visited:hover, .btn-almost-black-text-outline:visited:focus, .btn-almost-black-text-outline:focus:hover, .btn-almost-black-text-outline:focus:focus, .elementor-button-almost-black-text-outline-icon .elementor-button:focus:focus,
.elementor-button-almost-black-text-outline .elementor-button:link:hover,
.elementor-button-almost-black-text-outline .elementor-button:link:focus,
.elementor-button-almost-black-text-outline .elementor-button:active:hover,
.elementor-button-almost-black-text-outline .elementor-button:active:focus,
.elementor-button-almost-black-text-outline .elementor-button:visited:hover,
.elementor-button-almost-black-text-outline .elementor-button:visited:focus,
.elementor-button-almost-black-text-outline .elementor-button:focus:hover,
.elementor-button-almost-black-text-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: rgb(28.3, 28.3, 28.3) !important;
}
@media screen and (max-width: 767px) {
  .btn-almost-black-text-outline, .elementor-button-almost-black-text-outline-icon .elementor-button,
  .elementor-button-almost-black-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-almost-black-text-outline, .elementor-button-almost-black-text-outline-icon .elementor-button,
  .elementor-button-almost-black-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-almost-black-text-outline, .elementor-button-almost-black-text-outline-icon .elementor-button,
.elementor-button-almost-black-text-outline .elementor-button {
  font-weight: 600;
}

.elementor-button-almost-black-text-outline-icon .elementor-button {
  font-weight: 600;
}

.btn-almost-black-text, .btn-almost-black-text-icon .elementor-widget-container,
.elementor-button-almost-black-text-icon .elementor-button,
.elementor-button-almost-black-text .elementor-button {
  color: #404040 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  padding: 6px 0 2px 0;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.btn-almost-black-text:hover, .btn-almost-black-text-icon .elementor-widget-container:hover,
.elementor-button-almost-black-text-icon .elementor-button:hover, .btn-almost-black-text:focus, .btn-almost-black-text-icon .elementor-widget-container:focus,
.elementor-button-almost-black-text-icon .elementor-button:focus,
.elementor-button-almost-black-text .elementor-button:hover,
.elementor-button-almost-black-text .elementor-button:focus {
  color: rgb(33.4, 33.4, 33.4) !important;
  box-shadow: none;
}
.btn-almost-black-text, .btn-almost-black-text-icon .elementor-widget-container,
.elementor-button-almost-black-text-icon .elementor-button,
.elementor-button-almost-black-text .elementor-button {
  font-weight: 600;
}

.btn-almost-black-text-icon .elementor-widget-container,
.elementor-button-almost-black-text-icon .elementor-button {
  font-weight: 600;
}

.border-almost-black {
  border: 1px solid #404040;
}

.input-group > .input-group-append > .btn {
  padding: 6px 12px;
  margin: 0;
  font-size: 16px;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.toggle.toggle-almost-black {
  background: #404040;
  border-color: transparent;
}
.toggle.toggle-almost-black i {
  color: white;
}
.toggle.toggle-almost-black:hover, .toggle.toggle-almost-black:focus {
  background: transparent;
  text-decoration: none;
}
.toggle.toggle-almost-black:hover i, .toggle.toggle-almost-black:focus i {
  color: #404040;
}
.toggle.toggle-almost-black.toggle-circle {
  border-color: #404040;
}

.toggle.toggle-almost-black-outline {
  background: transparent;
  border-color: #404040;
}
.toggle.toggle-almost-black-outline i {
  color: #404040;
}
.toggle.toggle-almost-black-outline:hover, .toggle.toggle-almost-black-outline:focus {
  background: #404040;
  text-decoration: none;
}
.toggle.toggle-almost-black-outline:hover i, .toggle.toggle-almost-black-outline:focus i {
  color: white;
}
.toggle.toggle-almost-black-outline.toggle-circle {
  border-color: #404040;
}

.badge.badge-almost-black {
  background: #404040;
  display: flex;
  align-items: center;
  font-weight: normal;
  display: inline-block;
  border-color: #404040;
}
.badge.badge-almost-black i {
  color: white;
}

a.badge.badge-almost-black {
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a.badge.badge-almost-black:hover, a.badge.badge-almost-black:focus {
  color: white;
  background-color: rgb(38.5, 38.5, 38.5);
}

button.badge.badge-almost-black {
  transition: all 0.2s ease-out;
}
button.badge.badge-almost-black:hover, button.badge.badge-almost-black:focus {
  background: rgb(33.4, 33.4, 33.4);
}

.bg-dark-gray {
  background-color: #545454 !important;
}
.bg-dark-gray *:not(.btn):not(font):not(input[type=submit]) {
  color: white;
}
.bg-dark-gray input {
  color: #333f48;
}

.color-dark-gray {
  color: #545454 !important;
  fill: #545454 !important;
}
.color-dark-gray strong, .color-dark-gray span {
  color: #545454 !important;
  fill: #545454 !important;
}

.btn-dark-gray, .elementor-button-dark-gray-icon-shadow .elementor-button, .btn-dark-gray-icon .elementor-widget-container,
.elementor-button-dark-gray-icon .elementor-button, .elementor-button-dark-gray-shadow .elementor-button,
.elementor-button-dark-gray .elementor-button {
  border: 1px rgb(73.8, 73.8, 73.8) solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #545454 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-dark-gray:hover, .elementor-button-dark-gray-icon-shadow .elementor-button:hover, .btn-dark-gray-icon .elementor-widget-container:hover,
.elementor-button-dark-gray-icon .elementor-button:hover, .elementor-button-dark-gray-shadow .elementor-button:hover, .btn-dark-gray:focus, .elementor-button-dark-gray-icon-shadow .elementor-button:focus, .btn-dark-gray-icon .elementor-widget-container:focus,
.elementor-button-dark-gray-icon .elementor-button:focus, .elementor-button-dark-gray-shadow .elementor-button:focus,
.elementor-button-dark-gray .elementor-button:hover,
.elementor-button-dark-gray .elementor-button:focus {
  background-color: rgb(48.3, 48.3, 48.3) !important;
  border: 1px rgb(48.3, 48.3, 48.3) solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-dark-gray:link, .elementor-button-dark-gray-icon-shadow .elementor-button:link, .btn-dark-gray-icon .elementor-widget-container:link,
.elementor-button-dark-gray-icon .elementor-button:link, .elementor-button-dark-gray-shadow .elementor-button:link, .btn-dark-gray:active, .elementor-button-dark-gray-icon-shadow .elementor-button:active, .btn-dark-gray-icon .elementor-widget-container:active,
.elementor-button-dark-gray-icon .elementor-button:active, .elementor-button-dark-gray-shadow .elementor-button:active, .btn-dark-gray:visited, .elementor-button-dark-gray-icon-shadow .elementor-button:visited, .btn-dark-gray-icon .elementor-widget-container:visited,
.elementor-button-dark-gray-icon .elementor-button:visited, .elementor-button-dark-gray-shadow .elementor-button:visited, .btn-dark-gray:focus, .elementor-button-dark-gray-icon-shadow .elementor-button:focus, .btn-dark-gray-icon .elementor-widget-container:focus,
.elementor-button-dark-gray-icon .elementor-button:focus, .elementor-button-dark-gray-shadow .elementor-button:focus,
.elementor-button-dark-gray .elementor-button:link,
.elementor-button-dark-gray .elementor-button:active,
.elementor-button-dark-gray .elementor-button:visited,
.elementor-button-dark-gray .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-dark-gray:link:hover, .elementor-button-dark-gray-icon-shadow .elementor-button:link:hover, .btn-dark-gray-icon .elementor-widget-container:link:hover,
.elementor-button-dark-gray-icon .elementor-button:link:hover, .elementor-button-dark-gray-shadow .elementor-button:link:hover, .btn-dark-gray:link:focus, .btn-dark-gray:active:hover, .elementor-button-dark-gray-icon-shadow .elementor-button:active:hover, .btn-dark-gray-icon .elementor-widget-container:active:hover,
.elementor-button-dark-gray-icon .elementor-button:active:hover, .elementor-button-dark-gray-shadow .elementor-button:active:hover, .btn-dark-gray:active:focus, .btn-dark-gray:visited:hover, .elementor-button-dark-gray-icon-shadow .elementor-button:visited:hover, .btn-dark-gray-icon .elementor-widget-container:visited:hover,
.elementor-button-dark-gray-icon .elementor-button:visited:hover, .elementor-button-dark-gray-shadow .elementor-button:visited:hover, .btn-dark-gray:visited:focus, .btn-dark-gray:focus:hover, .btn-dark-gray:focus:focus, .elementor-button-dark-gray-icon-shadow .elementor-button:focus:focus, .btn-dark-gray-icon .elementor-widget-container:focus:focus,
.elementor-button-dark-gray-icon .elementor-button:focus:focus, .elementor-button-dark-gray-shadow .elementor-button:focus:focus,
.elementor-button-dark-gray .elementor-button:link:hover,
.elementor-button-dark-gray .elementor-button:link:focus,
.elementor-button-dark-gray .elementor-button:active:hover,
.elementor-button-dark-gray .elementor-button:active:focus,
.elementor-button-dark-gray .elementor-button:visited:hover,
.elementor-button-dark-gray .elementor-button:visited:focus,
.elementor-button-dark-gray .elementor-button:focus:hover,
.elementor-button-dark-gray .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-dark-gray, .elementor-button-dark-gray-icon-shadow .elementor-button, .btn-dark-gray-icon .elementor-widget-container,
  .elementor-button-dark-gray-icon .elementor-button, .elementor-button-dark-gray-shadow .elementor-button,
  .elementor-button-dark-gray .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-dark-gray, .elementor-button-dark-gray-icon-shadow .elementor-button, .btn-dark-gray-icon .elementor-widget-container,
  .elementor-button-dark-gray-icon .elementor-button, .elementor-button-dark-gray-shadow .elementor-button,
  .elementor-button-dark-gray .elementor-button {
    font-size: 16px !important;
  }
}
.btn-dark-gray, .elementor-button-dark-gray-icon-shadow .elementor-button, .btn-dark-gray-icon .elementor-widget-container,
.elementor-button-dark-gray-icon .elementor-button, .elementor-button-dark-gray-shadow .elementor-button,
.elementor-button-dark-gray .elementor-button {
  font-weight: 600;
}

.btn-dark-gray-alt, .elementor-button-dark-gray-alt-icon-shadow .elementor-button, .elementor-button-dark-gray-alt-icon .elementor-button, .elementor-button-dark-gray-alt-shadow .elementor-button,
.elementor-button-dark-gray-alt .elementor-button {
  border: 1px #545454 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: white !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #545454 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-dark-gray-alt:hover, .elementor-button-dark-gray-alt-icon-shadow .elementor-button:hover, .elementor-button-dark-gray-alt-icon .elementor-button:hover, .elementor-button-dark-gray-alt-shadow .elementor-button:hover, .btn-dark-gray-alt:focus, .elementor-button-dark-gray-alt-icon-shadow .elementor-button:focus, .elementor-button-dark-gray-alt-icon .elementor-button:focus, .elementor-button-dark-gray-alt-shadow .elementor-button:focus,
.elementor-button-dark-gray-alt .elementor-button:hover,
.elementor-button-dark-gray-alt .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #545454 solid !important;
  text-decoration: none !important;
  color: #545454 !important;
}
.btn-dark-gray-alt:link, .elementor-button-dark-gray-alt-icon-shadow .elementor-button:link, .elementor-button-dark-gray-alt-icon .elementor-button:link, .elementor-button-dark-gray-alt-shadow .elementor-button:link, .btn-dark-gray-alt:active, .elementor-button-dark-gray-alt-icon-shadow .elementor-button:active, .elementor-button-dark-gray-alt-icon .elementor-button:active, .elementor-button-dark-gray-alt-shadow .elementor-button:active, .btn-dark-gray-alt:visited, .elementor-button-dark-gray-alt-icon-shadow .elementor-button:visited, .elementor-button-dark-gray-alt-icon .elementor-button:visited, .elementor-button-dark-gray-alt-shadow .elementor-button:visited, .btn-dark-gray-alt:focus, .elementor-button-dark-gray-alt-icon-shadow .elementor-button:focus, .elementor-button-dark-gray-alt-icon .elementor-button:focus, .elementor-button-dark-gray-alt-shadow .elementor-button:focus,
.elementor-button-dark-gray-alt .elementor-button:link,
.elementor-button-dark-gray-alt .elementor-button:active,
.elementor-button-dark-gray-alt .elementor-button:visited,
.elementor-button-dark-gray-alt .elementor-button:focus {
  text-decoration: none !important;
  color: white !important;
}
.btn-dark-gray-alt:link:hover, .elementor-button-dark-gray-alt-icon-shadow .elementor-button:link:hover, .elementor-button-dark-gray-alt-icon .elementor-button:link:hover, .elementor-button-dark-gray-alt-shadow .elementor-button:link:hover, .btn-dark-gray-alt:link:focus, .btn-dark-gray-alt:active:hover, .elementor-button-dark-gray-alt-icon-shadow .elementor-button:active:hover, .elementor-button-dark-gray-alt-icon .elementor-button:active:hover, .elementor-button-dark-gray-alt-shadow .elementor-button:active:hover, .btn-dark-gray-alt:active:focus, .btn-dark-gray-alt:visited:hover, .elementor-button-dark-gray-alt-icon-shadow .elementor-button:visited:hover, .elementor-button-dark-gray-alt-icon .elementor-button:visited:hover, .elementor-button-dark-gray-alt-shadow .elementor-button:visited:hover, .btn-dark-gray-alt:visited:focus, .btn-dark-gray-alt:focus:hover, .btn-dark-gray-alt:focus:focus, .elementor-button-dark-gray-alt-icon-shadow .elementor-button:focus:focus, .elementor-button-dark-gray-alt-icon .elementor-button:focus:focus, .elementor-button-dark-gray-alt-shadow .elementor-button:focus:focus,
.elementor-button-dark-gray-alt .elementor-button:link:hover,
.elementor-button-dark-gray-alt .elementor-button:link:focus,
.elementor-button-dark-gray-alt .elementor-button:active:hover,
.elementor-button-dark-gray-alt .elementor-button:active:focus,
.elementor-button-dark-gray-alt .elementor-button:visited:hover,
.elementor-button-dark-gray-alt .elementor-button:visited:focus,
.elementor-button-dark-gray-alt .elementor-button:focus:hover,
.elementor-button-dark-gray-alt .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #545454 !important;
}
@media screen and (max-width: 767px) {
  .btn-dark-gray-alt, .elementor-button-dark-gray-alt-icon-shadow .elementor-button, .elementor-button-dark-gray-alt-icon .elementor-button, .elementor-button-dark-gray-alt-shadow .elementor-button,
  .elementor-button-dark-gray-alt .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-dark-gray-alt, .elementor-button-dark-gray-alt-icon-shadow .elementor-button, .elementor-button-dark-gray-alt-icon .elementor-button, .elementor-button-dark-gray-alt-shadow .elementor-button,
  .elementor-button-dark-gray-alt .elementor-button {
    font-size: 16px !important;
  }
}
.btn-dark-gray-alt, .elementor-button-dark-gray-alt-icon-shadow .elementor-button, .elementor-button-dark-gray-alt-icon .elementor-button, .elementor-button-dark-gray-alt-shadow .elementor-button,
.elementor-button-dark-gray-alt .elementor-button {
  font-weight: 600;
}
.btn-dark-gray-alt font, .elementor-button-dark-gray-alt-icon-shadow .elementor-button font, .elementor-button-dark-gray-alt-icon .elementor-button font, .elementor-button-dark-gray-alt-shadow .elementor-button font,
.elementor-button-dark-gray-alt .elementor-button font {
  vertical-align: baseline !important;
}

.btn-dark-gray-outline, .elementor-button-dark-gray-outline-icon-shadow .elementor-button, .elementor-button-dark-gray-outline-icon .elementor-button, .elementor-button-dark-gray-outline-shadow .elementor-button,
.elementor-button-dark-gray-outline .elementor-button {
  border: 1px #545454 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #545454 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-dark-gray-outline:hover, .elementor-button-dark-gray-outline-icon-shadow .elementor-button:hover, .elementor-button-dark-gray-outline-icon .elementor-button:hover, .elementor-button-dark-gray-outline-shadow .elementor-button:hover, .btn-dark-gray-outline:focus, .elementor-button-dark-gray-outline-icon-shadow .elementor-button:focus, .elementor-button-dark-gray-outline-icon .elementor-button:focus, .elementor-button-dark-gray-outline-shadow .elementor-button:focus,
.elementor-button-dark-gray-outline .elementor-button:hover,
.elementor-button-dark-gray-outline .elementor-button:focus {
  background-color: #545454 !important;
  border: 1px #545454 solid !important;
  text-decoration: none !important;
  color: white !important;
}
.btn-dark-gray-outline:link, .elementor-button-dark-gray-outline-icon-shadow .elementor-button:link, .elementor-button-dark-gray-outline-icon .elementor-button:link, .elementor-button-dark-gray-outline-shadow .elementor-button:link, .btn-dark-gray-outline:active, .elementor-button-dark-gray-outline-icon-shadow .elementor-button:active, .elementor-button-dark-gray-outline-icon .elementor-button:active, .elementor-button-dark-gray-outline-shadow .elementor-button:active, .btn-dark-gray-outline:visited, .elementor-button-dark-gray-outline-icon-shadow .elementor-button:visited, .elementor-button-dark-gray-outline-icon .elementor-button:visited, .elementor-button-dark-gray-outline-shadow .elementor-button:visited, .btn-dark-gray-outline:focus, .elementor-button-dark-gray-outline-icon-shadow .elementor-button:focus, .elementor-button-dark-gray-outline-icon .elementor-button:focus, .elementor-button-dark-gray-outline-shadow .elementor-button:focus,
.elementor-button-dark-gray-outline .elementor-button:link,
.elementor-button-dark-gray-outline .elementor-button:active,
.elementor-button-dark-gray-outline .elementor-button:visited,
.elementor-button-dark-gray-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #545454 !important;
}
.btn-dark-gray-outline:link:hover, .elementor-button-dark-gray-outline-icon-shadow .elementor-button:link:hover, .elementor-button-dark-gray-outline-icon .elementor-button:link:hover, .elementor-button-dark-gray-outline-shadow .elementor-button:link:hover, .btn-dark-gray-outline:link:focus, .btn-dark-gray-outline:active:hover, .elementor-button-dark-gray-outline-icon-shadow .elementor-button:active:hover, .elementor-button-dark-gray-outline-icon .elementor-button:active:hover, .elementor-button-dark-gray-outline-shadow .elementor-button:active:hover, .btn-dark-gray-outline:active:focus, .btn-dark-gray-outline:visited:hover, .elementor-button-dark-gray-outline-icon-shadow .elementor-button:visited:hover, .elementor-button-dark-gray-outline-icon .elementor-button:visited:hover, .elementor-button-dark-gray-outline-shadow .elementor-button:visited:hover, .btn-dark-gray-outline:visited:focus, .btn-dark-gray-outline:focus:hover, .btn-dark-gray-outline:focus:focus, .elementor-button-dark-gray-outline-icon-shadow .elementor-button:focus:focus, .elementor-button-dark-gray-outline-icon .elementor-button:focus:focus, .elementor-button-dark-gray-outline-shadow .elementor-button:focus:focus,
.elementor-button-dark-gray-outline .elementor-button:link:hover,
.elementor-button-dark-gray-outline .elementor-button:link:focus,
.elementor-button-dark-gray-outline .elementor-button:active:hover,
.elementor-button-dark-gray-outline .elementor-button:active:focus,
.elementor-button-dark-gray-outline .elementor-button:visited:hover,
.elementor-button-dark-gray-outline .elementor-button:visited:focus,
.elementor-button-dark-gray-outline .elementor-button:focus:hover,
.elementor-button-dark-gray-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-dark-gray-outline, .elementor-button-dark-gray-outline-icon-shadow .elementor-button, .elementor-button-dark-gray-outline-icon .elementor-button, .elementor-button-dark-gray-outline-shadow .elementor-button,
  .elementor-button-dark-gray-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-dark-gray-outline, .elementor-button-dark-gray-outline-icon-shadow .elementor-button, .elementor-button-dark-gray-outline-icon .elementor-button, .elementor-button-dark-gray-outline-shadow .elementor-button,
  .elementor-button-dark-gray-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-dark-gray-outline, .elementor-button-dark-gray-outline-icon-shadow .elementor-button, .elementor-button-dark-gray-outline-icon .elementor-button, .elementor-button-dark-gray-outline-shadow .elementor-button,
.elementor-button-dark-gray-outline .elementor-button {
  font-weight: 600;
}

.btn-dark-gray-text-outline, .elementor-button-dark-gray-text-outline-icon .elementor-button,
.elementor-button-dark-gray-text-outline .elementor-button {
  border: 1px transparent solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #545454 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-dark-gray-text-outline:hover, .elementor-button-dark-gray-text-outline-icon .elementor-button:hover, .btn-dark-gray-text-outline:focus, .elementor-button-dark-gray-text-outline-icon .elementor-button:focus,
.elementor-button-dark-gray-text-outline .elementor-button:hover,
.elementor-button-dark-gray-text-outline .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #545454 solid !important;
  text-decoration: none !important;
  color: rgb(48.3, 48.3, 48.3) !important;
}
.btn-dark-gray-text-outline:link, .elementor-button-dark-gray-text-outline-icon .elementor-button:link, .btn-dark-gray-text-outline:active, .elementor-button-dark-gray-text-outline-icon .elementor-button:active, .btn-dark-gray-text-outline:visited, .elementor-button-dark-gray-text-outline-icon .elementor-button:visited, .btn-dark-gray-text-outline:focus, .elementor-button-dark-gray-text-outline-icon .elementor-button:focus,
.elementor-button-dark-gray-text-outline .elementor-button:link,
.elementor-button-dark-gray-text-outline .elementor-button:active,
.elementor-button-dark-gray-text-outline .elementor-button:visited,
.elementor-button-dark-gray-text-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #545454 !important;
}
.btn-dark-gray-text-outline:link:hover, .elementor-button-dark-gray-text-outline-icon .elementor-button:link:hover, .btn-dark-gray-text-outline:link:focus, .btn-dark-gray-text-outline:active:hover, .elementor-button-dark-gray-text-outline-icon .elementor-button:active:hover, .btn-dark-gray-text-outline:active:focus, .btn-dark-gray-text-outline:visited:hover, .elementor-button-dark-gray-text-outline-icon .elementor-button:visited:hover, .btn-dark-gray-text-outline:visited:focus, .btn-dark-gray-text-outline:focus:hover, .btn-dark-gray-text-outline:focus:focus, .elementor-button-dark-gray-text-outline-icon .elementor-button:focus:focus,
.elementor-button-dark-gray-text-outline .elementor-button:link:hover,
.elementor-button-dark-gray-text-outline .elementor-button:link:focus,
.elementor-button-dark-gray-text-outline .elementor-button:active:hover,
.elementor-button-dark-gray-text-outline .elementor-button:active:focus,
.elementor-button-dark-gray-text-outline .elementor-button:visited:hover,
.elementor-button-dark-gray-text-outline .elementor-button:visited:focus,
.elementor-button-dark-gray-text-outline .elementor-button:focus:hover,
.elementor-button-dark-gray-text-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: rgb(48.3, 48.3, 48.3) !important;
}
@media screen and (max-width: 767px) {
  .btn-dark-gray-text-outline, .elementor-button-dark-gray-text-outline-icon .elementor-button,
  .elementor-button-dark-gray-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-dark-gray-text-outline, .elementor-button-dark-gray-text-outline-icon .elementor-button,
  .elementor-button-dark-gray-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-dark-gray-text-outline, .elementor-button-dark-gray-text-outline-icon .elementor-button,
.elementor-button-dark-gray-text-outline .elementor-button {
  font-weight: 600;
}

.elementor-button-dark-gray-text-outline-icon .elementor-button {
  font-weight: 600;
}

.btn-dark-gray-text, .btn-dark-gray-text-icon .elementor-widget-container,
.elementor-button-dark-gray-text-icon .elementor-button,
.elementor-button-dark-gray-text .elementor-button {
  color: #545454 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  padding: 6px 0 2px 0;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.btn-dark-gray-text:hover, .btn-dark-gray-text-icon .elementor-widget-container:hover,
.elementor-button-dark-gray-text-icon .elementor-button:hover, .btn-dark-gray-text:focus, .btn-dark-gray-text-icon .elementor-widget-container:focus,
.elementor-button-dark-gray-text-icon .elementor-button:focus,
.elementor-button-dark-gray-text .elementor-button:hover,
.elementor-button-dark-gray-text .elementor-button:focus {
  color: rgb(53.4, 53.4, 53.4) !important;
  box-shadow: none;
}
.btn-dark-gray-text, .btn-dark-gray-text-icon .elementor-widget-container,
.elementor-button-dark-gray-text-icon .elementor-button,
.elementor-button-dark-gray-text .elementor-button {
  font-weight: 600;
}

.btn-dark-gray-text-icon .elementor-widget-container,
.elementor-button-dark-gray-text-icon .elementor-button {
  font-weight: 600;
}

.border-dark-gray {
  border: 1px solid #545454;
}

.input-group > .input-group-append > .btn {
  padding: 6px 12px;
  margin: 0;
  font-size: 16px;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.toggle.toggle-dark-gray {
  background: #545454;
  border-color: transparent;
}
.toggle.toggle-dark-gray i {
  color: white;
}
.toggle.toggle-dark-gray:hover, .toggle.toggle-dark-gray:focus {
  background: transparent;
  text-decoration: none;
}
.toggle.toggle-dark-gray:hover i, .toggle.toggle-dark-gray:focus i {
  color: #545454;
}
.toggle.toggle-dark-gray.toggle-circle {
  border-color: #545454;
}

.toggle.toggle-dark-gray-outline {
  background: transparent;
  border-color: #545454;
}
.toggle.toggle-dark-gray-outline i {
  color: #545454;
}
.toggle.toggle-dark-gray-outline:hover, .toggle.toggle-dark-gray-outline:focus {
  background: #545454;
  text-decoration: none;
}
.toggle.toggle-dark-gray-outline:hover i, .toggle.toggle-dark-gray-outline:focus i {
  color: white;
}
.toggle.toggle-dark-gray-outline.toggle-circle {
  border-color: #545454;
}

.badge.badge-dark-gray {
  background: #545454;
  display: flex;
  align-items: center;
  font-weight: normal;
  display: inline-block;
  border-color: #545454;
}
.badge.badge-dark-gray i {
  color: white;
}

a.badge.badge-dark-gray {
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a.badge.badge-dark-gray:hover, a.badge.badge-dark-gray:focus {
  color: white;
  background-color: rgb(58.5, 58.5, 58.5);
}

button.badge.badge-dark-gray {
  transition: all 0.2s ease-out;
}
button.badge.badge-dark-gray:hover, button.badge.badge-dark-gray:focus {
  background: rgb(53.4, 53.4, 53.4);
}

.bg-med-gray {
  background-color: #979797 !important;
}
.bg-med-gray *:not(.btn):not(font):not(input[type=submit]) {
  color: #084999;
}
.bg-med-gray input {
  color: #333f48;
}

.color-med-gray {
  color: #979797 !important;
  fill: #979797 !important;
}
.color-med-gray strong, .color-med-gray span {
  color: #979797 !important;
  fill: #979797 !important;
}

.btn-med-gray, .elementor-button-med-gray-icon-shadow .elementor-button, .btn-med-gray-icon .elementor-widget-container,
.elementor-button-med-gray-icon .elementor-button, .elementor-button-med-gray-shadow .elementor-button,
.elementor-button-med-gray .elementor-button {
  border: 1px rgb(140.8, 140.8, 140.8) solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #084999 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #979797 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-med-gray:hover, .elementor-button-med-gray-icon-shadow .elementor-button:hover, .btn-med-gray-icon .elementor-widget-container:hover,
.elementor-button-med-gray-icon .elementor-button:hover, .elementor-button-med-gray-shadow .elementor-button:hover, .btn-med-gray:focus, .elementor-button-med-gray-icon-shadow .elementor-button:focus, .btn-med-gray-icon .elementor-widget-container:focus,
.elementor-button-med-gray-icon .elementor-button:focus, .elementor-button-med-gray-shadow .elementor-button:focus,
.elementor-button-med-gray .elementor-button:hover,
.elementor-button-med-gray .elementor-button:focus {
  background-color: rgb(115.3, 115.3, 115.3) !important;
  border: 1px rgb(115.3, 115.3, 115.3) solid !important;
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-med-gray:link, .elementor-button-med-gray-icon-shadow .elementor-button:link, .btn-med-gray-icon .elementor-widget-container:link,
.elementor-button-med-gray-icon .elementor-button:link, .elementor-button-med-gray-shadow .elementor-button:link, .btn-med-gray:active, .elementor-button-med-gray-icon-shadow .elementor-button:active, .btn-med-gray-icon .elementor-widget-container:active,
.elementor-button-med-gray-icon .elementor-button:active, .elementor-button-med-gray-shadow .elementor-button:active, .btn-med-gray:visited, .elementor-button-med-gray-icon-shadow .elementor-button:visited, .btn-med-gray-icon .elementor-widget-container:visited,
.elementor-button-med-gray-icon .elementor-button:visited, .elementor-button-med-gray-shadow .elementor-button:visited, .btn-med-gray:focus, .elementor-button-med-gray-icon-shadow .elementor-button:focus, .btn-med-gray-icon .elementor-widget-container:focus,
.elementor-button-med-gray-icon .elementor-button:focus, .elementor-button-med-gray-shadow .elementor-button:focus,
.elementor-button-med-gray .elementor-button:link,
.elementor-button-med-gray .elementor-button:active,
.elementor-button-med-gray .elementor-button:visited,
.elementor-button-med-gray .elementor-button:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-med-gray:link:hover, .elementor-button-med-gray-icon-shadow .elementor-button:link:hover, .btn-med-gray-icon .elementor-widget-container:link:hover,
.elementor-button-med-gray-icon .elementor-button:link:hover, .elementor-button-med-gray-shadow .elementor-button:link:hover, .btn-med-gray:link:focus, .btn-med-gray:active:hover, .elementor-button-med-gray-icon-shadow .elementor-button:active:hover, .btn-med-gray-icon .elementor-widget-container:active:hover,
.elementor-button-med-gray-icon .elementor-button:active:hover, .elementor-button-med-gray-shadow .elementor-button:active:hover, .btn-med-gray:active:focus, .btn-med-gray:visited:hover, .elementor-button-med-gray-icon-shadow .elementor-button:visited:hover, .btn-med-gray-icon .elementor-widget-container:visited:hover,
.elementor-button-med-gray-icon .elementor-button:visited:hover, .elementor-button-med-gray-shadow .elementor-button:visited:hover, .btn-med-gray:visited:focus, .btn-med-gray:focus:hover, .btn-med-gray:focus:focus, .elementor-button-med-gray-icon-shadow .elementor-button:focus:focus, .btn-med-gray-icon .elementor-widget-container:focus:focus,
.elementor-button-med-gray-icon .elementor-button:focus:focus, .elementor-button-med-gray-shadow .elementor-button:focus:focus,
.elementor-button-med-gray .elementor-button:link:hover,
.elementor-button-med-gray .elementor-button:link:focus,
.elementor-button-med-gray .elementor-button:active:hover,
.elementor-button-med-gray .elementor-button:active:focus,
.elementor-button-med-gray .elementor-button:visited:hover,
.elementor-button-med-gray .elementor-button:visited:focus,
.elementor-button-med-gray .elementor-button:focus:hover,
.elementor-button-med-gray .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
@media screen and (max-width: 767px) {
  .btn-med-gray, .elementor-button-med-gray-icon-shadow .elementor-button, .btn-med-gray-icon .elementor-widget-container,
  .elementor-button-med-gray-icon .elementor-button, .elementor-button-med-gray-shadow .elementor-button,
  .elementor-button-med-gray .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-med-gray, .elementor-button-med-gray-icon-shadow .elementor-button, .btn-med-gray-icon .elementor-widget-container,
  .elementor-button-med-gray-icon .elementor-button, .elementor-button-med-gray-shadow .elementor-button,
  .elementor-button-med-gray .elementor-button {
    font-size: 16px !important;
  }
}
.btn-med-gray, .elementor-button-med-gray-icon-shadow .elementor-button, .btn-med-gray-icon .elementor-widget-container,
.elementor-button-med-gray-icon .elementor-button, .elementor-button-med-gray-shadow .elementor-button,
.elementor-button-med-gray .elementor-button {
  font-weight: 600;
}

.btn-med-gray-alt, .elementor-button-med-gray-alt-icon-shadow .elementor-button, .elementor-button-med-gray-alt-icon .elementor-button, .elementor-button-med-gray-alt-shadow .elementor-button,
.elementor-button-med-gray-alt .elementor-button {
  border: 1px #979797 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #084999 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #979797 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-med-gray-alt:hover, .elementor-button-med-gray-alt-icon-shadow .elementor-button:hover, .elementor-button-med-gray-alt-icon .elementor-button:hover, .elementor-button-med-gray-alt-shadow .elementor-button:hover, .btn-med-gray-alt:focus, .elementor-button-med-gray-alt-icon-shadow .elementor-button:focus, .elementor-button-med-gray-alt-icon .elementor-button:focus, .elementor-button-med-gray-alt-shadow .elementor-button:focus,
.elementor-button-med-gray-alt .elementor-button:hover,
.elementor-button-med-gray-alt .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #979797 solid !important;
  text-decoration: none !important;
  color: #979797 !important;
}
.btn-med-gray-alt:link, .elementor-button-med-gray-alt-icon-shadow .elementor-button:link, .elementor-button-med-gray-alt-icon .elementor-button:link, .elementor-button-med-gray-alt-shadow .elementor-button:link, .btn-med-gray-alt:active, .elementor-button-med-gray-alt-icon-shadow .elementor-button:active, .elementor-button-med-gray-alt-icon .elementor-button:active, .elementor-button-med-gray-alt-shadow .elementor-button:active, .btn-med-gray-alt:visited, .elementor-button-med-gray-alt-icon-shadow .elementor-button:visited, .elementor-button-med-gray-alt-icon .elementor-button:visited, .elementor-button-med-gray-alt-shadow .elementor-button:visited, .btn-med-gray-alt:focus, .elementor-button-med-gray-alt-icon-shadow .elementor-button:focus, .elementor-button-med-gray-alt-icon .elementor-button:focus, .elementor-button-med-gray-alt-shadow .elementor-button:focus,
.elementor-button-med-gray-alt .elementor-button:link,
.elementor-button-med-gray-alt .elementor-button:active,
.elementor-button-med-gray-alt .elementor-button:visited,
.elementor-button-med-gray-alt .elementor-button:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-med-gray-alt:link:hover, .elementor-button-med-gray-alt-icon-shadow .elementor-button:link:hover, .elementor-button-med-gray-alt-icon .elementor-button:link:hover, .elementor-button-med-gray-alt-shadow .elementor-button:link:hover, .btn-med-gray-alt:link:focus, .btn-med-gray-alt:active:hover, .elementor-button-med-gray-alt-icon-shadow .elementor-button:active:hover, .elementor-button-med-gray-alt-icon .elementor-button:active:hover, .elementor-button-med-gray-alt-shadow .elementor-button:active:hover, .btn-med-gray-alt:active:focus, .btn-med-gray-alt:visited:hover, .elementor-button-med-gray-alt-icon-shadow .elementor-button:visited:hover, .elementor-button-med-gray-alt-icon .elementor-button:visited:hover, .elementor-button-med-gray-alt-shadow .elementor-button:visited:hover, .btn-med-gray-alt:visited:focus, .btn-med-gray-alt:focus:hover, .btn-med-gray-alt:focus:focus, .elementor-button-med-gray-alt-icon-shadow .elementor-button:focus:focus, .elementor-button-med-gray-alt-icon .elementor-button:focus:focus, .elementor-button-med-gray-alt-shadow .elementor-button:focus:focus,
.elementor-button-med-gray-alt .elementor-button:link:hover,
.elementor-button-med-gray-alt .elementor-button:link:focus,
.elementor-button-med-gray-alt .elementor-button:active:hover,
.elementor-button-med-gray-alt .elementor-button:active:focus,
.elementor-button-med-gray-alt .elementor-button:visited:hover,
.elementor-button-med-gray-alt .elementor-button:visited:focus,
.elementor-button-med-gray-alt .elementor-button:focus:hover,
.elementor-button-med-gray-alt .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #979797 !important;
}
@media screen and (max-width: 767px) {
  .btn-med-gray-alt, .elementor-button-med-gray-alt-icon-shadow .elementor-button, .elementor-button-med-gray-alt-icon .elementor-button, .elementor-button-med-gray-alt-shadow .elementor-button,
  .elementor-button-med-gray-alt .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-med-gray-alt, .elementor-button-med-gray-alt-icon-shadow .elementor-button, .elementor-button-med-gray-alt-icon .elementor-button, .elementor-button-med-gray-alt-shadow .elementor-button,
  .elementor-button-med-gray-alt .elementor-button {
    font-size: 16px !important;
  }
}
.btn-med-gray-alt, .elementor-button-med-gray-alt-icon-shadow .elementor-button, .elementor-button-med-gray-alt-icon .elementor-button, .elementor-button-med-gray-alt-shadow .elementor-button,
.elementor-button-med-gray-alt .elementor-button {
  font-weight: 600;
}
.btn-med-gray-alt font, .elementor-button-med-gray-alt-icon-shadow .elementor-button font, .elementor-button-med-gray-alt-icon .elementor-button font, .elementor-button-med-gray-alt-shadow .elementor-button font,
.elementor-button-med-gray-alt .elementor-button font {
  vertical-align: baseline !important;
}

.btn-med-gray-outline, .elementor-button-med-gray-outline-icon-shadow .elementor-button, .elementor-button-med-gray-outline-icon .elementor-button, .elementor-button-med-gray-outline-shadow .elementor-button,
.elementor-button-med-gray-outline .elementor-button {
  border: 1px #979797 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #979797 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-med-gray-outline:hover, .elementor-button-med-gray-outline-icon-shadow .elementor-button:hover, .elementor-button-med-gray-outline-icon .elementor-button:hover, .elementor-button-med-gray-outline-shadow .elementor-button:hover, .btn-med-gray-outline:focus, .elementor-button-med-gray-outline-icon-shadow .elementor-button:focus, .elementor-button-med-gray-outline-icon .elementor-button:focus, .elementor-button-med-gray-outline-shadow .elementor-button:focus,
.elementor-button-med-gray-outline .elementor-button:hover,
.elementor-button-med-gray-outline .elementor-button:focus {
  background-color: #979797 !important;
  border: 1px #979797 solid !important;
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-med-gray-outline:link, .elementor-button-med-gray-outline-icon-shadow .elementor-button:link, .elementor-button-med-gray-outline-icon .elementor-button:link, .elementor-button-med-gray-outline-shadow .elementor-button:link, .btn-med-gray-outline:active, .elementor-button-med-gray-outline-icon-shadow .elementor-button:active, .elementor-button-med-gray-outline-icon .elementor-button:active, .elementor-button-med-gray-outline-shadow .elementor-button:active, .btn-med-gray-outline:visited, .elementor-button-med-gray-outline-icon-shadow .elementor-button:visited, .elementor-button-med-gray-outline-icon .elementor-button:visited, .elementor-button-med-gray-outline-shadow .elementor-button:visited, .btn-med-gray-outline:focus, .elementor-button-med-gray-outline-icon-shadow .elementor-button:focus, .elementor-button-med-gray-outline-icon .elementor-button:focus, .elementor-button-med-gray-outline-shadow .elementor-button:focus,
.elementor-button-med-gray-outline .elementor-button:link,
.elementor-button-med-gray-outline .elementor-button:active,
.elementor-button-med-gray-outline .elementor-button:visited,
.elementor-button-med-gray-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #979797 !important;
}
.btn-med-gray-outline:link:hover, .elementor-button-med-gray-outline-icon-shadow .elementor-button:link:hover, .elementor-button-med-gray-outline-icon .elementor-button:link:hover, .elementor-button-med-gray-outline-shadow .elementor-button:link:hover, .btn-med-gray-outline:link:focus, .btn-med-gray-outline:active:hover, .elementor-button-med-gray-outline-icon-shadow .elementor-button:active:hover, .elementor-button-med-gray-outline-icon .elementor-button:active:hover, .elementor-button-med-gray-outline-shadow .elementor-button:active:hover, .btn-med-gray-outline:active:focus, .btn-med-gray-outline:visited:hover, .elementor-button-med-gray-outline-icon-shadow .elementor-button:visited:hover, .elementor-button-med-gray-outline-icon .elementor-button:visited:hover, .elementor-button-med-gray-outline-shadow .elementor-button:visited:hover, .btn-med-gray-outline:visited:focus, .btn-med-gray-outline:focus:hover, .btn-med-gray-outline:focus:focus, .elementor-button-med-gray-outline-icon-shadow .elementor-button:focus:focus, .elementor-button-med-gray-outline-icon .elementor-button:focus:focus, .elementor-button-med-gray-outline-shadow .elementor-button:focus:focus,
.elementor-button-med-gray-outline .elementor-button:link:hover,
.elementor-button-med-gray-outline .elementor-button:link:focus,
.elementor-button-med-gray-outline .elementor-button:active:hover,
.elementor-button-med-gray-outline .elementor-button:active:focus,
.elementor-button-med-gray-outline .elementor-button:visited:hover,
.elementor-button-med-gray-outline .elementor-button:visited:focus,
.elementor-button-med-gray-outline .elementor-button:focus:hover,
.elementor-button-med-gray-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
@media screen and (max-width: 767px) {
  .btn-med-gray-outline, .elementor-button-med-gray-outline-icon-shadow .elementor-button, .elementor-button-med-gray-outline-icon .elementor-button, .elementor-button-med-gray-outline-shadow .elementor-button,
  .elementor-button-med-gray-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-med-gray-outline, .elementor-button-med-gray-outline-icon-shadow .elementor-button, .elementor-button-med-gray-outline-icon .elementor-button, .elementor-button-med-gray-outline-shadow .elementor-button,
  .elementor-button-med-gray-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-med-gray-outline, .elementor-button-med-gray-outline-icon-shadow .elementor-button, .elementor-button-med-gray-outline-icon .elementor-button, .elementor-button-med-gray-outline-shadow .elementor-button,
.elementor-button-med-gray-outline .elementor-button {
  font-weight: 600;
}

.btn-med-gray-text-outline, .elementor-button-med-gray-text-outline-icon .elementor-button,
.elementor-button-med-gray-text-outline .elementor-button {
  border: 1px transparent solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #979797 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-med-gray-text-outline:hover, .elementor-button-med-gray-text-outline-icon .elementor-button:hover, .btn-med-gray-text-outline:focus, .elementor-button-med-gray-text-outline-icon .elementor-button:focus,
.elementor-button-med-gray-text-outline .elementor-button:hover,
.elementor-button-med-gray-text-outline .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #979797 solid !important;
  text-decoration: none !important;
  color: rgb(115.3, 115.3, 115.3) !important;
}
.btn-med-gray-text-outline:link, .elementor-button-med-gray-text-outline-icon .elementor-button:link, .btn-med-gray-text-outline:active, .elementor-button-med-gray-text-outline-icon .elementor-button:active, .btn-med-gray-text-outline:visited, .elementor-button-med-gray-text-outline-icon .elementor-button:visited, .btn-med-gray-text-outline:focus, .elementor-button-med-gray-text-outline-icon .elementor-button:focus,
.elementor-button-med-gray-text-outline .elementor-button:link,
.elementor-button-med-gray-text-outline .elementor-button:active,
.elementor-button-med-gray-text-outline .elementor-button:visited,
.elementor-button-med-gray-text-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #979797 !important;
}
.btn-med-gray-text-outline:link:hover, .elementor-button-med-gray-text-outline-icon .elementor-button:link:hover, .btn-med-gray-text-outline:link:focus, .btn-med-gray-text-outline:active:hover, .elementor-button-med-gray-text-outline-icon .elementor-button:active:hover, .btn-med-gray-text-outline:active:focus, .btn-med-gray-text-outline:visited:hover, .elementor-button-med-gray-text-outline-icon .elementor-button:visited:hover, .btn-med-gray-text-outline:visited:focus, .btn-med-gray-text-outline:focus:hover, .btn-med-gray-text-outline:focus:focus, .elementor-button-med-gray-text-outline-icon .elementor-button:focus:focus,
.elementor-button-med-gray-text-outline .elementor-button:link:hover,
.elementor-button-med-gray-text-outline .elementor-button:link:focus,
.elementor-button-med-gray-text-outline .elementor-button:active:hover,
.elementor-button-med-gray-text-outline .elementor-button:active:focus,
.elementor-button-med-gray-text-outline .elementor-button:visited:hover,
.elementor-button-med-gray-text-outline .elementor-button:visited:focus,
.elementor-button-med-gray-text-outline .elementor-button:focus:hover,
.elementor-button-med-gray-text-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: rgb(115.3, 115.3, 115.3) !important;
}
@media screen and (max-width: 767px) {
  .btn-med-gray-text-outline, .elementor-button-med-gray-text-outline-icon .elementor-button,
  .elementor-button-med-gray-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-med-gray-text-outline, .elementor-button-med-gray-text-outline-icon .elementor-button,
  .elementor-button-med-gray-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-med-gray-text-outline, .elementor-button-med-gray-text-outline-icon .elementor-button,
.elementor-button-med-gray-text-outline .elementor-button {
  font-weight: 600;
}

.elementor-button-med-gray-text-outline-icon .elementor-button {
  font-weight: 600;
}

.btn-med-gray-text, .btn-med-gray-text-icon .elementor-widget-container,
.elementor-button-med-gray-text-icon .elementor-button,
.elementor-button-med-gray-text .elementor-button {
  color: #979797 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  padding: 6px 0 2px 0;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.btn-med-gray-text:hover, .btn-med-gray-text-icon .elementor-widget-container:hover,
.elementor-button-med-gray-text-icon .elementor-button:hover, .btn-med-gray-text:focus, .btn-med-gray-text-icon .elementor-widget-container:focus,
.elementor-button-med-gray-text-icon .elementor-button:focus,
.elementor-button-med-gray-text .elementor-button:hover,
.elementor-button-med-gray-text .elementor-button:focus {
  color: rgb(120.4, 120.4, 120.4) !important;
  box-shadow: none;
}
.btn-med-gray-text, .btn-med-gray-text-icon .elementor-widget-container,
.elementor-button-med-gray-text-icon .elementor-button,
.elementor-button-med-gray-text .elementor-button {
  font-weight: 600;
}

.btn-med-gray-text-icon .elementor-widget-container,
.elementor-button-med-gray-text-icon .elementor-button {
  font-weight: 600;
}

.border-med-gray {
  border: 1px solid #979797;
}

.input-group > .input-group-append > .btn {
  padding: 6px 12px;
  margin: 0;
  font-size: 16px;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.toggle.toggle-med-gray {
  background: #979797;
  border-color: transparent;
}
.toggle.toggle-med-gray i {
  color: #084999;
}
.toggle.toggle-med-gray:hover, .toggle.toggle-med-gray:focus {
  background: transparent;
  text-decoration: none;
}
.toggle.toggle-med-gray:hover i, .toggle.toggle-med-gray:focus i {
  color: #979797;
}
.toggle.toggle-med-gray.toggle-circle {
  border-color: #979797;
}

.toggle.toggle-med-gray-outline {
  background: transparent;
  border-color: #979797;
}
.toggle.toggle-med-gray-outline i {
  color: #979797;
}
.toggle.toggle-med-gray-outline:hover, .toggle.toggle-med-gray-outline:focus {
  background: #979797;
  text-decoration: none;
}
.toggle.toggle-med-gray-outline:hover i, .toggle.toggle-med-gray-outline:focus i {
  color: #084999;
}
.toggle.toggle-med-gray-outline.toggle-circle {
  border-color: #979797;
}

.badge.badge-med-gray {
  background: #979797;
  display: flex;
  align-items: center;
  font-weight: normal;
  display: inline-block;
  border-color: #979797;
}
.badge.badge-med-gray i {
  color: #084999;
}

a.badge.badge-med-gray {
  color: #084999;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a.badge.badge-med-gray:hover, a.badge.badge-med-gray:focus {
  color: #084999;
  background-color: rgb(125.5, 125.5, 125.5);
}

button.badge.badge-med-gray {
  transition: all 0.2s ease-out;
}
button.badge.badge-med-gray:hover, button.badge.badge-med-gray:focus {
  background: rgb(120.4, 120.4, 120.4);
}

.bg-light-gray {
  background-color: #E4E5E6 !important;
}
.bg-light-gray *:not(.btn):not(font):not(input[type=submit]) {
  color: #084999;
}
.bg-light-gray input {
  color: #333f48;
}

.color-light-gray {
  color: #E4E5E6 !important;
  fill: #E4E5E6 !important;
}
.color-light-gray strong, .color-light-gray span {
  color: #E4E5E6 !important;
  fill: #E4E5E6 !important;
}

.btn-light-gray, .elementor-button-light-gray-icon-shadow .elementor-button, .btn-light-gray-icon .elementor-widget-container,
.elementor-button-light-gray-icon .elementor-button, .elementor-button-light-gray-shadow .elementor-button,
.elementor-button-light-gray .elementor-button {
  border: 1px rgb(217.4076923077, 218.8, 220.1923076923) solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #084999 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #E4E5E6 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-light-gray:hover, .elementor-button-light-gray-icon-shadow .elementor-button:hover, .btn-light-gray-icon .elementor-widget-container:hover,
.elementor-button-light-gray-icon .elementor-button:hover, .elementor-button-light-gray-shadow .elementor-button:hover, .btn-light-gray:focus, .elementor-button-light-gray-icon-shadow .elementor-button:focus, .btn-light-gray-icon .elementor-widget-container:focus,
.elementor-button-light-gray-icon .elementor-button:focus, .elementor-button-light-gray-shadow .elementor-button:focus,
.elementor-button-light-gray .elementor-button:hover,
.elementor-button-light-gray .elementor-button:focus {
  background-color: rgb(190.9269230769, 193.3, 195.6730769231) !important;
  border: 1px rgb(190.9269230769, 193.3, 195.6730769231) solid !important;
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-light-gray:link, .elementor-button-light-gray-icon-shadow .elementor-button:link, .btn-light-gray-icon .elementor-widget-container:link,
.elementor-button-light-gray-icon .elementor-button:link, .elementor-button-light-gray-shadow .elementor-button:link, .btn-light-gray:active, .elementor-button-light-gray-icon-shadow .elementor-button:active, .btn-light-gray-icon .elementor-widget-container:active,
.elementor-button-light-gray-icon .elementor-button:active, .elementor-button-light-gray-shadow .elementor-button:active, .btn-light-gray:visited, .elementor-button-light-gray-icon-shadow .elementor-button:visited, .btn-light-gray-icon .elementor-widget-container:visited,
.elementor-button-light-gray-icon .elementor-button:visited, .elementor-button-light-gray-shadow .elementor-button:visited, .btn-light-gray:focus, .elementor-button-light-gray-icon-shadow .elementor-button:focus, .btn-light-gray-icon .elementor-widget-container:focus,
.elementor-button-light-gray-icon .elementor-button:focus, .elementor-button-light-gray-shadow .elementor-button:focus,
.elementor-button-light-gray .elementor-button:link,
.elementor-button-light-gray .elementor-button:active,
.elementor-button-light-gray .elementor-button:visited,
.elementor-button-light-gray .elementor-button:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-light-gray:link:hover, .elementor-button-light-gray-icon-shadow .elementor-button:link:hover, .btn-light-gray-icon .elementor-widget-container:link:hover,
.elementor-button-light-gray-icon .elementor-button:link:hover, .elementor-button-light-gray-shadow .elementor-button:link:hover, .btn-light-gray:link:focus, .btn-light-gray:active:hover, .elementor-button-light-gray-icon-shadow .elementor-button:active:hover, .btn-light-gray-icon .elementor-widget-container:active:hover,
.elementor-button-light-gray-icon .elementor-button:active:hover, .elementor-button-light-gray-shadow .elementor-button:active:hover, .btn-light-gray:active:focus, .btn-light-gray:visited:hover, .elementor-button-light-gray-icon-shadow .elementor-button:visited:hover, .btn-light-gray-icon .elementor-widget-container:visited:hover,
.elementor-button-light-gray-icon .elementor-button:visited:hover, .elementor-button-light-gray-shadow .elementor-button:visited:hover, .btn-light-gray:visited:focus, .btn-light-gray:focus:hover, .btn-light-gray:focus:focus, .elementor-button-light-gray-icon-shadow .elementor-button:focus:focus, .btn-light-gray-icon .elementor-widget-container:focus:focus,
.elementor-button-light-gray-icon .elementor-button:focus:focus, .elementor-button-light-gray-shadow .elementor-button:focus:focus,
.elementor-button-light-gray .elementor-button:link:hover,
.elementor-button-light-gray .elementor-button:link:focus,
.elementor-button-light-gray .elementor-button:active:hover,
.elementor-button-light-gray .elementor-button:active:focus,
.elementor-button-light-gray .elementor-button:visited:hover,
.elementor-button-light-gray .elementor-button:visited:focus,
.elementor-button-light-gray .elementor-button:focus:hover,
.elementor-button-light-gray .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
@media screen and (max-width: 767px) {
  .btn-light-gray, .elementor-button-light-gray-icon-shadow .elementor-button, .btn-light-gray-icon .elementor-widget-container,
  .elementor-button-light-gray-icon .elementor-button, .elementor-button-light-gray-shadow .elementor-button,
  .elementor-button-light-gray .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-light-gray, .elementor-button-light-gray-icon-shadow .elementor-button, .btn-light-gray-icon .elementor-widget-container,
  .elementor-button-light-gray-icon .elementor-button, .elementor-button-light-gray-shadow .elementor-button,
  .elementor-button-light-gray .elementor-button {
    font-size: 16px !important;
  }
}
.btn-light-gray, .elementor-button-light-gray-icon-shadow .elementor-button, .btn-light-gray-icon .elementor-widget-container,
.elementor-button-light-gray-icon .elementor-button, .elementor-button-light-gray-shadow .elementor-button,
.elementor-button-light-gray .elementor-button {
  font-weight: 600;
}

.btn-light-gray-alt, .elementor-button-light-gray-alt-icon-shadow .elementor-button, .elementor-button-light-gray-alt-icon .elementor-button, .elementor-button-light-gray-alt-shadow .elementor-button,
.elementor-button-light-gray-alt .elementor-button {
  border: 1px #E4E5E6 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #084999 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #E4E5E6 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-light-gray-alt:hover, .elementor-button-light-gray-alt-icon-shadow .elementor-button:hover, .elementor-button-light-gray-alt-icon .elementor-button:hover, .elementor-button-light-gray-alt-shadow .elementor-button:hover, .btn-light-gray-alt:focus, .elementor-button-light-gray-alt-icon-shadow .elementor-button:focus, .elementor-button-light-gray-alt-icon .elementor-button:focus, .elementor-button-light-gray-alt-shadow .elementor-button:focus,
.elementor-button-light-gray-alt .elementor-button:hover,
.elementor-button-light-gray-alt .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #E4E5E6 solid !important;
  text-decoration: none !important;
  color: #E4E5E6 !important;
}
.btn-light-gray-alt:link, .elementor-button-light-gray-alt-icon-shadow .elementor-button:link, .elementor-button-light-gray-alt-icon .elementor-button:link, .elementor-button-light-gray-alt-shadow .elementor-button:link, .btn-light-gray-alt:active, .elementor-button-light-gray-alt-icon-shadow .elementor-button:active, .elementor-button-light-gray-alt-icon .elementor-button:active, .elementor-button-light-gray-alt-shadow .elementor-button:active, .btn-light-gray-alt:visited, .elementor-button-light-gray-alt-icon-shadow .elementor-button:visited, .elementor-button-light-gray-alt-icon .elementor-button:visited, .elementor-button-light-gray-alt-shadow .elementor-button:visited, .btn-light-gray-alt:focus, .elementor-button-light-gray-alt-icon-shadow .elementor-button:focus, .elementor-button-light-gray-alt-icon .elementor-button:focus, .elementor-button-light-gray-alt-shadow .elementor-button:focus,
.elementor-button-light-gray-alt .elementor-button:link,
.elementor-button-light-gray-alt .elementor-button:active,
.elementor-button-light-gray-alt .elementor-button:visited,
.elementor-button-light-gray-alt .elementor-button:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-light-gray-alt:link:hover, .elementor-button-light-gray-alt-icon-shadow .elementor-button:link:hover, .elementor-button-light-gray-alt-icon .elementor-button:link:hover, .elementor-button-light-gray-alt-shadow .elementor-button:link:hover, .btn-light-gray-alt:link:focus, .btn-light-gray-alt:active:hover, .elementor-button-light-gray-alt-icon-shadow .elementor-button:active:hover, .elementor-button-light-gray-alt-icon .elementor-button:active:hover, .elementor-button-light-gray-alt-shadow .elementor-button:active:hover, .btn-light-gray-alt:active:focus, .btn-light-gray-alt:visited:hover, .elementor-button-light-gray-alt-icon-shadow .elementor-button:visited:hover, .elementor-button-light-gray-alt-icon .elementor-button:visited:hover, .elementor-button-light-gray-alt-shadow .elementor-button:visited:hover, .btn-light-gray-alt:visited:focus, .btn-light-gray-alt:focus:hover, .btn-light-gray-alt:focus:focus, .elementor-button-light-gray-alt-icon-shadow .elementor-button:focus:focus, .elementor-button-light-gray-alt-icon .elementor-button:focus:focus, .elementor-button-light-gray-alt-shadow .elementor-button:focus:focus,
.elementor-button-light-gray-alt .elementor-button:link:hover,
.elementor-button-light-gray-alt .elementor-button:link:focus,
.elementor-button-light-gray-alt .elementor-button:active:hover,
.elementor-button-light-gray-alt .elementor-button:active:focus,
.elementor-button-light-gray-alt .elementor-button:visited:hover,
.elementor-button-light-gray-alt .elementor-button:visited:focus,
.elementor-button-light-gray-alt .elementor-button:focus:hover,
.elementor-button-light-gray-alt .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #E4E5E6 !important;
}
@media screen and (max-width: 767px) {
  .btn-light-gray-alt, .elementor-button-light-gray-alt-icon-shadow .elementor-button, .elementor-button-light-gray-alt-icon .elementor-button, .elementor-button-light-gray-alt-shadow .elementor-button,
  .elementor-button-light-gray-alt .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-light-gray-alt, .elementor-button-light-gray-alt-icon-shadow .elementor-button, .elementor-button-light-gray-alt-icon .elementor-button, .elementor-button-light-gray-alt-shadow .elementor-button,
  .elementor-button-light-gray-alt .elementor-button {
    font-size: 16px !important;
  }
}
.btn-light-gray-alt, .elementor-button-light-gray-alt-icon-shadow .elementor-button, .elementor-button-light-gray-alt-icon .elementor-button, .elementor-button-light-gray-alt-shadow .elementor-button,
.elementor-button-light-gray-alt .elementor-button {
  font-weight: 600;
}
.btn-light-gray-alt font, .elementor-button-light-gray-alt-icon-shadow .elementor-button font, .elementor-button-light-gray-alt-icon .elementor-button font, .elementor-button-light-gray-alt-shadow .elementor-button font,
.elementor-button-light-gray-alt .elementor-button font {
  vertical-align: baseline !important;
}

.btn-light-gray-outline, .elementor-button-light-gray-outline-icon-shadow .elementor-button, .elementor-button-light-gray-outline-icon .elementor-button, .elementor-button-light-gray-outline-shadow .elementor-button,
.elementor-button-light-gray-outline .elementor-button {
  border: 1px #E4E5E6 solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #E4E5E6 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-light-gray-outline:hover, .elementor-button-light-gray-outline-icon-shadow .elementor-button:hover, .elementor-button-light-gray-outline-icon .elementor-button:hover, .elementor-button-light-gray-outline-shadow .elementor-button:hover, .btn-light-gray-outline:focus, .elementor-button-light-gray-outline-icon-shadow .elementor-button:focus, .elementor-button-light-gray-outline-icon .elementor-button:focus, .elementor-button-light-gray-outline-shadow .elementor-button:focus,
.elementor-button-light-gray-outline .elementor-button:hover,
.elementor-button-light-gray-outline .elementor-button:focus {
  background-color: #E4E5E6 !important;
  border: 1px #E4E5E6 solid !important;
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-light-gray-outline:link, .elementor-button-light-gray-outline-icon-shadow .elementor-button:link, .elementor-button-light-gray-outline-icon .elementor-button:link, .elementor-button-light-gray-outline-shadow .elementor-button:link, .btn-light-gray-outline:active, .elementor-button-light-gray-outline-icon-shadow .elementor-button:active, .elementor-button-light-gray-outline-icon .elementor-button:active, .elementor-button-light-gray-outline-shadow .elementor-button:active, .btn-light-gray-outline:visited, .elementor-button-light-gray-outline-icon-shadow .elementor-button:visited, .elementor-button-light-gray-outline-icon .elementor-button:visited, .elementor-button-light-gray-outline-shadow .elementor-button:visited, .btn-light-gray-outline:focus, .elementor-button-light-gray-outline-icon-shadow .elementor-button:focus, .elementor-button-light-gray-outline-icon .elementor-button:focus, .elementor-button-light-gray-outline-shadow .elementor-button:focus,
.elementor-button-light-gray-outline .elementor-button:link,
.elementor-button-light-gray-outline .elementor-button:active,
.elementor-button-light-gray-outline .elementor-button:visited,
.elementor-button-light-gray-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #E4E5E6 !important;
}
.btn-light-gray-outline:link:hover, .elementor-button-light-gray-outline-icon-shadow .elementor-button:link:hover, .elementor-button-light-gray-outline-icon .elementor-button:link:hover, .elementor-button-light-gray-outline-shadow .elementor-button:link:hover, .btn-light-gray-outline:link:focus, .btn-light-gray-outline:active:hover, .elementor-button-light-gray-outline-icon-shadow .elementor-button:active:hover, .elementor-button-light-gray-outline-icon .elementor-button:active:hover, .elementor-button-light-gray-outline-shadow .elementor-button:active:hover, .btn-light-gray-outline:active:focus, .btn-light-gray-outline:visited:hover, .elementor-button-light-gray-outline-icon-shadow .elementor-button:visited:hover, .elementor-button-light-gray-outline-icon .elementor-button:visited:hover, .elementor-button-light-gray-outline-shadow .elementor-button:visited:hover, .btn-light-gray-outline:visited:focus, .btn-light-gray-outline:focus:hover, .btn-light-gray-outline:focus:focus, .elementor-button-light-gray-outline-icon-shadow .elementor-button:focus:focus, .elementor-button-light-gray-outline-icon .elementor-button:focus:focus, .elementor-button-light-gray-outline-shadow .elementor-button:focus:focus,
.elementor-button-light-gray-outline .elementor-button:link:hover,
.elementor-button-light-gray-outline .elementor-button:link:focus,
.elementor-button-light-gray-outline .elementor-button:active:hover,
.elementor-button-light-gray-outline .elementor-button:active:focus,
.elementor-button-light-gray-outline .elementor-button:visited:hover,
.elementor-button-light-gray-outline .elementor-button:visited:focus,
.elementor-button-light-gray-outline .elementor-button:focus:hover,
.elementor-button-light-gray-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
@media screen and (max-width: 767px) {
  .btn-light-gray-outline, .elementor-button-light-gray-outline-icon-shadow .elementor-button, .elementor-button-light-gray-outline-icon .elementor-button, .elementor-button-light-gray-outline-shadow .elementor-button,
  .elementor-button-light-gray-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-light-gray-outline, .elementor-button-light-gray-outline-icon-shadow .elementor-button, .elementor-button-light-gray-outline-icon .elementor-button, .elementor-button-light-gray-outline-shadow .elementor-button,
  .elementor-button-light-gray-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-light-gray-outline, .elementor-button-light-gray-outline-icon-shadow .elementor-button, .elementor-button-light-gray-outline-icon .elementor-button, .elementor-button-light-gray-outline-shadow .elementor-button,
.elementor-button-light-gray-outline .elementor-button {
  font-weight: 600;
}

.btn-light-gray-text-outline, .elementor-button-light-gray-text-outline-icon .elementor-button,
.elementor-button-light-gray-text-outline .elementor-button {
  border: 1px transparent solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #E4E5E6 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-light-gray-text-outline:hover, .elementor-button-light-gray-text-outline-icon .elementor-button:hover, .btn-light-gray-text-outline:focus, .elementor-button-light-gray-text-outline-icon .elementor-button:focus,
.elementor-button-light-gray-text-outline .elementor-button:hover,
.elementor-button-light-gray-text-outline .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #E4E5E6 solid !important;
  text-decoration: none !important;
  color: rgb(190.9269230769, 193.3, 195.6730769231) !important;
}
.btn-light-gray-text-outline:link, .elementor-button-light-gray-text-outline-icon .elementor-button:link, .btn-light-gray-text-outline:active, .elementor-button-light-gray-text-outline-icon .elementor-button:active, .btn-light-gray-text-outline:visited, .elementor-button-light-gray-text-outline-icon .elementor-button:visited, .btn-light-gray-text-outline:focus, .elementor-button-light-gray-text-outline-icon .elementor-button:focus,
.elementor-button-light-gray-text-outline .elementor-button:link,
.elementor-button-light-gray-text-outline .elementor-button:active,
.elementor-button-light-gray-text-outline .elementor-button:visited,
.elementor-button-light-gray-text-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #E4E5E6 !important;
}
.btn-light-gray-text-outline:link:hover, .elementor-button-light-gray-text-outline-icon .elementor-button:link:hover, .btn-light-gray-text-outline:link:focus, .btn-light-gray-text-outline:active:hover, .elementor-button-light-gray-text-outline-icon .elementor-button:active:hover, .btn-light-gray-text-outline:active:focus, .btn-light-gray-text-outline:visited:hover, .elementor-button-light-gray-text-outline-icon .elementor-button:visited:hover, .btn-light-gray-text-outline:visited:focus, .btn-light-gray-text-outline:focus:hover, .btn-light-gray-text-outline:focus:focus, .elementor-button-light-gray-text-outline-icon .elementor-button:focus:focus,
.elementor-button-light-gray-text-outline .elementor-button:link:hover,
.elementor-button-light-gray-text-outline .elementor-button:link:focus,
.elementor-button-light-gray-text-outline .elementor-button:active:hover,
.elementor-button-light-gray-text-outline .elementor-button:active:focus,
.elementor-button-light-gray-text-outline .elementor-button:visited:hover,
.elementor-button-light-gray-text-outline .elementor-button:visited:focus,
.elementor-button-light-gray-text-outline .elementor-button:focus:hover,
.elementor-button-light-gray-text-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: rgb(190.9269230769, 193.3, 195.6730769231) !important;
}
@media screen and (max-width: 767px) {
  .btn-light-gray-text-outline, .elementor-button-light-gray-text-outline-icon .elementor-button,
  .elementor-button-light-gray-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-light-gray-text-outline, .elementor-button-light-gray-text-outline-icon .elementor-button,
  .elementor-button-light-gray-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-light-gray-text-outline, .elementor-button-light-gray-text-outline-icon .elementor-button,
.elementor-button-light-gray-text-outline .elementor-button {
  font-weight: 600;
}

.elementor-button-light-gray-text-outline-icon .elementor-button {
  font-weight: 600;
}

.btn-light-gray-text, .btn-light-gray-text-icon .elementor-widget-container,
.elementor-button-light-gray-text-icon .elementor-button,
.elementor-button-light-gray-text .elementor-button {
  color: #E4E5E6 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  padding: 6px 0 2px 0;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.btn-light-gray-text:hover, .btn-light-gray-text-icon .elementor-widget-container:hover,
.elementor-button-light-gray-text-icon .elementor-button:hover, .btn-light-gray-text:focus, .btn-light-gray-text-icon .elementor-widget-container:focus,
.elementor-button-light-gray-text-icon .elementor-button:focus,
.elementor-button-light-gray-text .elementor-button:hover,
.elementor-button-light-gray-text .elementor-button:focus {
  color: rgb(196.2230769231, 198.4, 200.5769230769) !important;
  box-shadow: none;
}
.btn-light-gray-text, .btn-light-gray-text-icon .elementor-widget-container,
.elementor-button-light-gray-text-icon .elementor-button,
.elementor-button-light-gray-text .elementor-button {
  font-weight: 600;
}

.btn-light-gray-text-icon .elementor-widget-container,
.elementor-button-light-gray-text-icon .elementor-button {
  font-weight: 600;
}

.border-light-gray {
  border: 1px solid #E4E5E6;
}

.input-group > .input-group-append > .btn {
  padding: 6px 12px;
  margin: 0;
  font-size: 16px;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.toggle.toggle-light-gray {
  background: #E4E5E6;
  border-color: transparent;
}
.toggle.toggle-light-gray i {
  color: #084999;
}
.toggle.toggle-light-gray:hover, .toggle.toggle-light-gray:focus {
  background: transparent;
  text-decoration: none;
}
.toggle.toggle-light-gray:hover i, .toggle.toggle-light-gray:focus i {
  color: #E4E5E6;
}
.toggle.toggle-light-gray.toggle-circle {
  border-color: #E4E5E6;
}

.toggle.toggle-light-gray-outline {
  background: transparent;
  border-color: #E4E5E6;
}
.toggle.toggle-light-gray-outline i {
  color: #E4E5E6;
}
.toggle.toggle-light-gray-outline:hover, .toggle.toggle-light-gray-outline:focus {
  background: #E4E5E6;
  text-decoration: none;
}
.toggle.toggle-light-gray-outline:hover i, .toggle.toggle-light-gray-outline:focus i {
  color: #084999;
}
.toggle.toggle-light-gray-outline.toggle-circle {
  border-color: #E4E5E6;
}

.badge.badge-light-gray {
  background: #E4E5E6;
  display: flex;
  align-items: center;
  font-weight: normal;
  display: inline-block;
  border-color: #E4E5E6;
}
.badge.badge-light-gray i {
  color: #084999;
}

a.badge.badge-light-gray {
  color: #084999;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a.badge.badge-light-gray:hover, a.badge.badge-light-gray:focus {
  color: #084999;
  background-color: rgb(201.5192307692, 203.5, 205.4807692308);
}

button.badge.badge-light-gray {
  transition: all 0.2s ease-out;
}
button.badge.badge-light-gray:hover, button.badge.badge-light-gray:focus {
  background: rgb(196.2230769231, 198.4, 200.5769230769);
}

.bg-white {
  background-color: #ffffff !important;
}
.bg-white *:not(.btn):not(font):not(input[type=submit]) {
  color: #084999;
}
.bg-white input {
  color: #333f48;
}

.color-white {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.color-white strong, .color-white span {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.btn-white, .elementor-button-white-icon-shadow .elementor-button, .btn-white-icon .elementor-widget-container,
.elementor-button-white-icon .elementor-button, .elementor-button-white-shadow .elementor-button,
.elementor-button-white .elementor-button {
  border: 1px rgb(244.8, 244.8, 244.8) solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #084999 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #ffffff !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-white:hover, .elementor-button-white-icon-shadow .elementor-button:hover, .btn-white-icon .elementor-widget-container:hover,
.elementor-button-white-icon .elementor-button:hover, .elementor-button-white-shadow .elementor-button:hover, .btn-white:focus, .elementor-button-white-icon-shadow .elementor-button:focus, .btn-white-icon .elementor-widget-container:focus,
.elementor-button-white-icon .elementor-button:focus, .elementor-button-white-shadow .elementor-button:focus,
.elementor-button-white .elementor-button:hover,
.elementor-button-white .elementor-button:focus {
  background-color: rgb(219.3, 219.3, 219.3) !important;
  border: 1px rgb(219.3, 219.3, 219.3) solid !important;
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-white:link, .elementor-button-white-icon-shadow .elementor-button:link, .btn-white-icon .elementor-widget-container:link,
.elementor-button-white-icon .elementor-button:link, .elementor-button-white-shadow .elementor-button:link, .btn-white:active, .elementor-button-white-icon-shadow .elementor-button:active, .btn-white-icon .elementor-widget-container:active,
.elementor-button-white-icon .elementor-button:active, .elementor-button-white-shadow .elementor-button:active, .btn-white:visited, .elementor-button-white-icon-shadow .elementor-button:visited, .btn-white-icon .elementor-widget-container:visited,
.elementor-button-white-icon .elementor-button:visited, .elementor-button-white-shadow .elementor-button:visited, .btn-white:focus, .elementor-button-white-icon-shadow .elementor-button:focus, .btn-white-icon .elementor-widget-container:focus,
.elementor-button-white-icon .elementor-button:focus, .elementor-button-white-shadow .elementor-button:focus,
.elementor-button-white .elementor-button:link,
.elementor-button-white .elementor-button:active,
.elementor-button-white .elementor-button:visited,
.elementor-button-white .elementor-button:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-white:link:hover, .elementor-button-white-icon-shadow .elementor-button:link:hover, .btn-white-icon .elementor-widget-container:link:hover,
.elementor-button-white-icon .elementor-button:link:hover, .elementor-button-white-shadow .elementor-button:link:hover, .btn-white:link:focus, .btn-white:active:hover, .elementor-button-white-icon-shadow .elementor-button:active:hover, .btn-white-icon .elementor-widget-container:active:hover,
.elementor-button-white-icon .elementor-button:active:hover, .elementor-button-white-shadow .elementor-button:active:hover, .btn-white:active:focus, .btn-white:visited:hover, .elementor-button-white-icon-shadow .elementor-button:visited:hover, .btn-white-icon .elementor-widget-container:visited:hover,
.elementor-button-white-icon .elementor-button:visited:hover, .elementor-button-white-shadow .elementor-button:visited:hover, .btn-white:visited:focus, .btn-white:focus:hover, .btn-white:focus:focus, .elementor-button-white-icon-shadow .elementor-button:focus:focus, .btn-white-icon .elementor-widget-container:focus:focus,
.elementor-button-white-icon .elementor-button:focus:focus, .elementor-button-white-shadow .elementor-button:focus:focus,
.elementor-button-white .elementor-button:link:hover,
.elementor-button-white .elementor-button:link:focus,
.elementor-button-white .elementor-button:active:hover,
.elementor-button-white .elementor-button:active:focus,
.elementor-button-white .elementor-button:visited:hover,
.elementor-button-white .elementor-button:visited:focus,
.elementor-button-white .elementor-button:focus:hover,
.elementor-button-white .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
@media screen and (max-width: 767px) {
  .btn-white, .elementor-button-white-icon-shadow .elementor-button, .btn-white-icon .elementor-widget-container,
  .elementor-button-white-icon .elementor-button, .elementor-button-white-shadow .elementor-button,
  .elementor-button-white .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-white, .elementor-button-white-icon-shadow .elementor-button, .btn-white-icon .elementor-widget-container,
  .elementor-button-white-icon .elementor-button, .elementor-button-white-shadow .elementor-button,
  .elementor-button-white .elementor-button {
    font-size: 16px !important;
  }
}
.btn-white, .elementor-button-white-icon-shadow .elementor-button, .btn-white-icon .elementor-widget-container,
.elementor-button-white-icon .elementor-button, .elementor-button-white-shadow .elementor-button,
.elementor-button-white .elementor-button {
  font-weight: 600;
}

.btn-white-alt, .elementor-button-white-alt-icon-shadow .elementor-button, .elementor-button-white-alt-icon .elementor-button, .elementor-button-white-alt-shadow .elementor-button,
.elementor-button-white-alt .elementor-button {
  border: 1px #ffffff solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #084999 !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: #ffffff !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-white-alt:hover, .elementor-button-white-alt-icon-shadow .elementor-button:hover, .elementor-button-white-alt-icon .elementor-button:hover, .elementor-button-white-alt-shadow .elementor-button:hover, .btn-white-alt:focus, .elementor-button-white-alt-icon-shadow .elementor-button:focus, .elementor-button-white-alt-icon .elementor-button:focus, .elementor-button-white-alt-shadow .elementor-button:focus,
.elementor-button-white-alt .elementor-button:hover,
.elementor-button-white-alt .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #ffffff solid !important;
  text-decoration: none !important;
  color: #ffffff !important;
}
.btn-white-alt:link, .elementor-button-white-alt-icon-shadow .elementor-button:link, .elementor-button-white-alt-icon .elementor-button:link, .elementor-button-white-alt-shadow .elementor-button:link, .btn-white-alt:active, .elementor-button-white-alt-icon-shadow .elementor-button:active, .elementor-button-white-alt-icon .elementor-button:active, .elementor-button-white-alt-shadow .elementor-button:active, .btn-white-alt:visited, .elementor-button-white-alt-icon-shadow .elementor-button:visited, .elementor-button-white-alt-icon .elementor-button:visited, .elementor-button-white-alt-shadow .elementor-button:visited, .btn-white-alt:focus, .elementor-button-white-alt-icon-shadow .elementor-button:focus, .elementor-button-white-alt-icon .elementor-button:focus, .elementor-button-white-alt-shadow .elementor-button:focus,
.elementor-button-white-alt .elementor-button:link,
.elementor-button-white-alt .elementor-button:active,
.elementor-button-white-alt .elementor-button:visited,
.elementor-button-white-alt .elementor-button:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-white-alt:link:hover, .elementor-button-white-alt-icon-shadow .elementor-button:link:hover, .elementor-button-white-alt-icon .elementor-button:link:hover, .elementor-button-white-alt-shadow .elementor-button:link:hover, .btn-white-alt:link:focus, .btn-white-alt:active:hover, .elementor-button-white-alt-icon-shadow .elementor-button:active:hover, .elementor-button-white-alt-icon .elementor-button:active:hover, .elementor-button-white-alt-shadow .elementor-button:active:hover, .btn-white-alt:active:focus, .btn-white-alt:visited:hover, .elementor-button-white-alt-icon-shadow .elementor-button:visited:hover, .elementor-button-white-alt-icon .elementor-button:visited:hover, .elementor-button-white-alt-shadow .elementor-button:visited:hover, .btn-white-alt:visited:focus, .btn-white-alt:focus:hover, .btn-white-alt:focus:focus, .elementor-button-white-alt-icon-shadow .elementor-button:focus:focus, .elementor-button-white-alt-icon .elementor-button:focus:focus, .elementor-button-white-alt-shadow .elementor-button:focus:focus,
.elementor-button-white-alt .elementor-button:link:hover,
.elementor-button-white-alt .elementor-button:link:focus,
.elementor-button-white-alt .elementor-button:active:hover,
.elementor-button-white-alt .elementor-button:active:focus,
.elementor-button-white-alt .elementor-button:visited:hover,
.elementor-button-white-alt .elementor-button:visited:focus,
.elementor-button-white-alt .elementor-button:focus:hover,
.elementor-button-white-alt .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #ffffff !important;
}
@media screen and (max-width: 767px) {
  .btn-white-alt, .elementor-button-white-alt-icon-shadow .elementor-button, .elementor-button-white-alt-icon .elementor-button, .elementor-button-white-alt-shadow .elementor-button,
  .elementor-button-white-alt .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-white-alt, .elementor-button-white-alt-icon-shadow .elementor-button, .elementor-button-white-alt-icon .elementor-button, .elementor-button-white-alt-shadow .elementor-button,
  .elementor-button-white-alt .elementor-button {
    font-size: 16px !important;
  }
}
.btn-white-alt, .elementor-button-white-alt-icon-shadow .elementor-button, .elementor-button-white-alt-icon .elementor-button, .elementor-button-white-alt-shadow .elementor-button,
.elementor-button-white-alt .elementor-button {
  font-weight: 600;
}
.btn-white-alt font, .elementor-button-white-alt-icon-shadow .elementor-button font, .elementor-button-white-alt-icon .elementor-button font, .elementor-button-white-alt-shadow .elementor-button font,
.elementor-button-white-alt .elementor-button font {
  vertical-align: baseline !important;
}

.btn-white-outline, .elementor-button-white-outline-icon-shadow .elementor-button, .elementor-button-white-outline-icon .elementor-button, .elementor-button-white-outline-shadow .elementor-button,
.elementor-button-white-outline .elementor-button {
  border: 1px #ffffff solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #ffffff !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-white-outline:hover, .elementor-button-white-outline-icon-shadow .elementor-button:hover, .elementor-button-white-outline-icon .elementor-button:hover, .elementor-button-white-outline-shadow .elementor-button:hover, .btn-white-outline:focus, .elementor-button-white-outline-icon-shadow .elementor-button:focus, .elementor-button-white-outline-icon .elementor-button:focus, .elementor-button-white-outline-shadow .elementor-button:focus,
.elementor-button-white-outline .elementor-button:hover,
.elementor-button-white-outline .elementor-button:focus {
  background-color: #ffffff !important;
  border: 1px #ffffff solid !important;
  text-decoration: none !important;
  color: #084999 !important;
}
.btn-white-outline:link, .elementor-button-white-outline-icon-shadow .elementor-button:link, .elementor-button-white-outline-icon .elementor-button:link, .elementor-button-white-outline-shadow .elementor-button:link, .btn-white-outline:active, .elementor-button-white-outline-icon-shadow .elementor-button:active, .elementor-button-white-outline-icon .elementor-button:active, .elementor-button-white-outline-shadow .elementor-button:active, .btn-white-outline:visited, .elementor-button-white-outline-icon-shadow .elementor-button:visited, .elementor-button-white-outline-icon .elementor-button:visited, .elementor-button-white-outline-shadow .elementor-button:visited, .btn-white-outline:focus, .elementor-button-white-outline-icon-shadow .elementor-button:focus, .elementor-button-white-outline-icon .elementor-button:focus, .elementor-button-white-outline-shadow .elementor-button:focus,
.elementor-button-white-outline .elementor-button:link,
.elementor-button-white-outline .elementor-button:active,
.elementor-button-white-outline .elementor-button:visited,
.elementor-button-white-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #ffffff !important;
}
.btn-white-outline:link:hover, .elementor-button-white-outline-icon-shadow .elementor-button:link:hover, .elementor-button-white-outline-icon .elementor-button:link:hover, .elementor-button-white-outline-shadow .elementor-button:link:hover, .btn-white-outline:link:focus, .btn-white-outline:active:hover, .elementor-button-white-outline-icon-shadow .elementor-button:active:hover, .elementor-button-white-outline-icon .elementor-button:active:hover, .elementor-button-white-outline-shadow .elementor-button:active:hover, .btn-white-outline:active:focus, .btn-white-outline:visited:hover, .elementor-button-white-outline-icon-shadow .elementor-button:visited:hover, .elementor-button-white-outline-icon .elementor-button:visited:hover, .elementor-button-white-outline-shadow .elementor-button:visited:hover, .btn-white-outline:visited:focus, .btn-white-outline:focus:hover, .btn-white-outline:focus:focus, .elementor-button-white-outline-icon-shadow .elementor-button:focus:focus, .elementor-button-white-outline-icon .elementor-button:focus:focus, .elementor-button-white-outline-shadow .elementor-button:focus:focus,
.elementor-button-white-outline .elementor-button:link:hover,
.elementor-button-white-outline .elementor-button:link:focus,
.elementor-button-white-outline .elementor-button:active:hover,
.elementor-button-white-outline .elementor-button:active:focus,
.elementor-button-white-outline .elementor-button:visited:hover,
.elementor-button-white-outline .elementor-button:visited:focus,
.elementor-button-white-outline .elementor-button:focus:hover,
.elementor-button-white-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: #084999 !important;
}
@media screen and (max-width: 767px) {
  .btn-white-outline, .elementor-button-white-outline-icon-shadow .elementor-button, .elementor-button-white-outline-icon .elementor-button, .elementor-button-white-outline-shadow .elementor-button,
  .elementor-button-white-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-white-outline, .elementor-button-white-outline-icon-shadow .elementor-button, .elementor-button-white-outline-icon .elementor-button, .elementor-button-white-outline-shadow .elementor-button,
  .elementor-button-white-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-white-outline, .elementor-button-white-outline-icon-shadow .elementor-button, .elementor-button-white-outline-icon .elementor-button, .elementor-button-white-outline-shadow .elementor-button,
.elementor-button-white-outline .elementor-button {
  font-weight: 600;
}

.btn-white-text-outline, .elementor-button-white-text-outline-icon .elementor-button,
.elementor-button-white-text-outline .elementor-button {
  border: 1px transparent solid !important;
  border-radius: 6px;
  position: relative !important;
  color: #ffffff !important;
  display: inline-block;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  padding: 9px 27px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  transition: all 0.4s ease-out;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-white-text-outline:hover, .elementor-button-white-text-outline-icon .elementor-button:hover, .btn-white-text-outline:focus, .elementor-button-white-text-outline-icon .elementor-button:focus,
.elementor-button-white-text-outline .elementor-button:hover,
.elementor-button-white-text-outline .elementor-button:focus {
  background-color: transparent !important;
  border: 1px #ffffff solid !important;
  text-decoration: none !important;
  color: rgb(219.3, 219.3, 219.3) !important;
}
.btn-white-text-outline:link, .elementor-button-white-text-outline-icon .elementor-button:link, .btn-white-text-outline:active, .elementor-button-white-text-outline-icon .elementor-button:active, .btn-white-text-outline:visited, .elementor-button-white-text-outline-icon .elementor-button:visited, .btn-white-text-outline:focus, .elementor-button-white-text-outline-icon .elementor-button:focus,
.elementor-button-white-text-outline .elementor-button:link,
.elementor-button-white-text-outline .elementor-button:active,
.elementor-button-white-text-outline .elementor-button:visited,
.elementor-button-white-text-outline .elementor-button:focus {
  text-decoration: none !important;
  color: #ffffff !important;
}
.btn-white-text-outline:link:hover, .elementor-button-white-text-outline-icon .elementor-button:link:hover, .btn-white-text-outline:link:focus, .btn-white-text-outline:active:hover, .elementor-button-white-text-outline-icon .elementor-button:active:hover, .btn-white-text-outline:active:focus, .btn-white-text-outline:visited:hover, .elementor-button-white-text-outline-icon .elementor-button:visited:hover, .btn-white-text-outline:visited:focus, .btn-white-text-outline:focus:hover, .btn-white-text-outline:focus:focus, .elementor-button-white-text-outline-icon .elementor-button:focus:focus,
.elementor-button-white-text-outline .elementor-button:link:hover,
.elementor-button-white-text-outline .elementor-button:link:focus,
.elementor-button-white-text-outline .elementor-button:active:hover,
.elementor-button-white-text-outline .elementor-button:active:focus,
.elementor-button-white-text-outline .elementor-button:visited:hover,
.elementor-button-white-text-outline .elementor-button:visited:focus,
.elementor-button-white-text-outline .elementor-button:focus:hover,
.elementor-button-white-text-outline .elementor-button:focus:focus {
  text-decoration: none !important;
  color: rgb(219.3, 219.3, 219.3) !important;
}
@media screen and (max-width: 767px) {
  .btn-white-text-outline, .elementor-button-white-text-outline-icon .elementor-button,
  .elementor-button-white-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-white-text-outline, .elementor-button-white-text-outline-icon .elementor-button,
  .elementor-button-white-text-outline .elementor-button {
    font-size: 16px !important;
  }
}
.btn-white-text-outline, .elementor-button-white-text-outline-icon .elementor-button,
.elementor-button-white-text-outline .elementor-button {
  font-weight: 600;
}

.elementor-button-white-text-outline-icon .elementor-button {
  font-weight: 600;
}

.btn-white-text, .btn-white-text-icon .elementor-widget-container,
.elementor-button-white-text-icon .elementor-button,
.elementor-button-white-text .elementor-button {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  padding: 6px 0 2px 0;
  font-size: 16px;
  border: none;
  border-radius: 0;
}
.btn-white-text:hover, .btn-white-text-icon .elementor-widget-container:hover,
.elementor-button-white-text-icon .elementor-button:hover, .btn-white-text:focus, .btn-white-text-icon .elementor-widget-container:focus,
.elementor-button-white-text-icon .elementor-button:focus,
.elementor-button-white-text .elementor-button:hover,
.elementor-button-white-text .elementor-button:focus {
  color: rgb(224.4, 224.4, 224.4) !important;
  box-shadow: none;
}
.btn-white-text, .btn-white-text-icon .elementor-widget-container,
.elementor-button-white-text-icon .elementor-button,
.elementor-button-white-text .elementor-button {
  font-weight: 600;
}

.btn-white-text-icon .elementor-widget-container,
.elementor-button-white-text-icon .elementor-button {
  font-weight: 600;
}

.border-white {
  border: 1px solid #ffffff;
}

.input-group > .input-group-append > .btn {
  padding: 6px 12px;
  margin: 0;
  font-size: 16px;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.toggle.toggle-white {
  background: #ffffff;
  border-color: transparent;
}
.toggle.toggle-white i {
  color: #084999;
}
.toggle.toggle-white:hover, .toggle.toggle-white:focus {
  background: transparent;
  text-decoration: none;
}
.toggle.toggle-white:hover i, .toggle.toggle-white:focus i {
  color: #ffffff;
}
.toggle.toggle-white.toggle-circle {
  border-color: #ffffff;
}

.toggle.toggle-white-outline {
  background: transparent;
  border-color: #ffffff;
}
.toggle.toggle-white-outline i {
  color: #ffffff;
}
.toggle.toggle-white-outline:hover, .toggle.toggle-white-outline:focus {
  background: #ffffff;
  text-decoration: none;
}
.toggle.toggle-white-outline:hover i, .toggle.toggle-white-outline:focus i {
  color: #084999;
}
.toggle.toggle-white-outline.toggle-circle {
  border-color: #ffffff;
}

.badge.badge-white {
  background: #ffffff;
  display: flex;
  align-items: center;
  font-weight: normal;
  display: inline-block;
  border-color: #ffffff;
}
.badge.badge-white i {
  color: #084999;
}

a.badge.badge-white {
  color: #084999;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a.badge.badge-white:hover, a.badge.badge-white:focus {
  color: #084999;
  background-color: rgb(229.5, 229.5, 229.5);
}

button.badge.badge-white {
  transition: all 0.2s ease-out;
}
button.badge.badge-white:hover, button.badge.badge-white:focus {
  background: rgb(224.4, 224.4, 224.4);
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .fz-14, body .section p.fz-14, body .sxs p.fz-14 {
    font-size: 0.875rem;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .fz-14, body .section p.fz-14, body .sxs p.fz-14 {
    font-size: 0.875rem;
    line-height: normal;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .fz-14, body .section p.fz-14, body .sxs p.fz-14 {
    font-size: 0.875rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .fz-14, body .section p.fz-14, body .sxs p.fz-14 {
    font-size: 0.875rem;
    line-height: normal;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .fz-14, body .section p.fz-14, body .sxs p.fz-14 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .fz-16, body .section p.fz-16, body .sxs p.fz-16 {
    font-size: 1rem;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .fz-16, body .section p.fz-16, body .sxs p.fz-16 {
    font-size: 1rem;
    line-height: normal;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .fz-16, body .section p.fz-16, body .sxs p.fz-16 {
    font-size: 1rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .fz-16, body .section p.fz-16, body .sxs p.fz-16 {
    font-size: 1rem;
    line-height: normal;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .fz-16, body .section p.fz-16, body .sxs p.fz-16 {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .fz-18, .btn.btn-sm, body .section p.btn.btn-sm, body .sxs p.btn.btn-sm, body .section p.fz-18, body .sxs p.fz-18, body table td,
  body table tr {
    font-size: 1rem;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .fz-18, .btn.btn-sm, body .section p.btn.btn-sm, body .sxs p.btn.btn-sm, body .section p.fz-18, body .sxs p.fz-18, body table td,
  body table tr {
    font-size: 1rem;
    line-height: normal;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .fz-18, .btn.btn-sm, body .section p.btn.btn-sm, body .sxs p.btn.btn-sm, body .section p.fz-18, body .sxs p.fz-18, body table td,
  body table tr {
    font-size: 1rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .fz-18, .btn.btn-sm, body .section p.btn.btn-sm, body .sxs p.btn.btn-sm, body .section p.fz-18, body .sxs p.fz-18, body table td,
  body table tr {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .fz-18, .btn.btn-sm, body .section p.btn.btn-sm, body .sxs p.btn.btn-sm, body .section p.fz-18, body .sxs p.fz-18, body table td,
  body table tr {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .fz-20, .btn.btn-md, body .section p.btn.btn-md, body .sxs p.btn.btn-md, body .section p.fz-20, body .section p.badge.badge-primary, body .section p.badge.badge-secondary, body .section p.badge.badge-accent, body .section p.badge.badge-blue, body .section p.badge.badge-light-blue, body .section p.badge.badge-orange, body .section p.badge.badge-black, body .section p.badge.badge-almost-black, body .section p.badge.badge-dark-gray, body .section p.badge.badge-med-gray, body .section p.badge.badge-light-gray, body .section p.badge.badge-white, body .sxs p.fz-20, body .sxs p.badge.badge-primary, body .sxs p.badge.badge-secondary, body .sxs p.badge.badge-accent, body .sxs p.badge.badge-blue, body .sxs p.badge.badge-light-blue, body .sxs p.badge.badge-orange, body .sxs p.badge.badge-black, body .sxs p.badge.badge-almost-black, body .sxs p.badge.badge-dark-gray, body .sxs p.badge.badge-med-gray, body .sxs p.badge.badge-light-gray, body .sxs p.badge.badge-white, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    font-size: 1rem;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .fz-20, .btn.btn-md, body .section p.btn.btn-md, body .sxs p.btn.btn-md, body .section p.fz-20, body .section p.badge.badge-primary, body .section p.badge.badge-secondary, body .section p.badge.badge-accent, body .section p.badge.badge-blue, body .section p.badge.badge-light-blue, body .section p.badge.badge-orange, body .section p.badge.badge-black, body .section p.badge.badge-almost-black, body .section p.badge.badge-dark-gray, body .section p.badge.badge-med-gray, body .section p.badge.badge-light-gray, body .section p.badge.badge-white, body .sxs p.fz-20, body .sxs p.badge.badge-primary, body .sxs p.badge.badge-secondary, body .sxs p.badge.badge-accent, body .sxs p.badge.badge-blue, body .sxs p.badge.badge-light-blue, body .sxs p.badge.badge-orange, body .sxs p.badge.badge-black, body .sxs p.badge.badge-almost-black, body .sxs p.badge.badge-dark-gray, body .sxs p.badge.badge-med-gray, body .sxs p.badge.badge-light-gray, body .sxs p.badge.badge-white, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    font-size: 1rem;
    line-height: normal;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .fz-20, .btn.btn-md, body .section p.btn.btn-md, body .sxs p.btn.btn-md, body .section p.fz-20, body .section p.badge.badge-primary, body .section p.badge.badge-secondary, body .section p.badge.badge-accent, body .section p.badge.badge-blue, body .section p.badge.badge-light-blue, body .section p.badge.badge-orange, body .section p.badge.badge-black, body .section p.badge.badge-almost-black, body .section p.badge.badge-dark-gray, body .section p.badge.badge-med-gray, body .section p.badge.badge-light-gray, body .section p.badge.badge-white, body .sxs p.fz-20, body .sxs p.badge.badge-primary, body .sxs p.badge.badge-secondary, body .sxs p.badge.badge-accent, body .sxs p.badge.badge-blue, body .sxs p.badge.badge-light-blue, body .sxs p.badge.badge-orange, body .sxs p.badge.badge-black, body .sxs p.badge.badge-almost-black, body .sxs p.badge.badge-dark-gray, body .sxs p.badge.badge-med-gray, body .sxs p.badge.badge-light-gray, body .sxs p.badge.badge-white, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    font-size: 1rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .fz-20, .btn.btn-md, body .section p.btn.btn-md, body .sxs p.btn.btn-md, body .section p.fz-20, body .section p.badge.badge-primary, body .section p.badge.badge-secondary, body .section p.badge.badge-accent, body .section p.badge.badge-blue, body .section p.badge.badge-light-blue, body .section p.badge.badge-orange, body .section p.badge.badge-black, body .section p.badge.badge-almost-black, body .section p.badge.badge-dark-gray, body .section p.badge.badge-med-gray, body .section p.badge.badge-light-gray, body .section p.badge.badge-white, body .sxs p.fz-20, body .sxs p.badge.badge-primary, body .sxs p.badge.badge-secondary, body .sxs p.badge.badge-accent, body .sxs p.badge.badge-blue, body .sxs p.badge.badge-light-blue, body .sxs p.badge.badge-orange, body .sxs p.badge.badge-black, body .sxs p.badge.badge-almost-black, body .sxs p.badge.badge-dark-gray, body .sxs p.badge.badge-med-gray, body .sxs p.badge.badge-light-gray, body .sxs p.badge.badge-white, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    font-size: 1.25rem;
    line-height: normal;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .fz-20, .btn.btn-md, body .section p.btn.btn-md, body .sxs p.btn.btn-md, body .section p.fz-20, body .section p.badge.badge-primary, body .section p.badge.badge-secondary, body .section p.badge.badge-accent, body .section p.badge.badge-blue, body .section p.badge.badge-light-blue, body .section p.badge.badge-orange, body .section p.badge.badge-black, body .section p.badge.badge-almost-black, body .section p.badge.badge-dark-gray, body .section p.badge.badge-med-gray, body .section p.badge.badge-light-gray, body .section p.badge.badge-white, body .sxs p.fz-20, body .sxs p.badge.badge-primary, body .sxs p.badge.badge-secondary, body .sxs p.badge.badge-accent, body .sxs p.badge.badge-blue, body .sxs p.badge.badge-light-blue, body .sxs p.badge.badge-orange, body .sxs p.badge.badge-black, body .sxs p.badge.badge-almost-black, body .sxs p.badge.badge-dark-gray, body .sxs p.badge.badge-med-gray, body .sxs p.badge.badge-light-gray, body .sxs p.badge.badge-white, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .fz-24, .font-leadin, body .section p.font-leadin, body .sxs p.font-leadin, .btn.btn-lg, body .section p.btn.btn-lg, body .sxs p.btn.btn-lg, body .section p.fz-24, body .sxs p.fz-24 {
    font-size: 1rem;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .fz-24, .font-leadin, body .section p.font-leadin, body .sxs p.font-leadin, .btn.btn-lg, body .section p.btn.btn-lg, body .sxs p.btn.btn-lg, body .section p.fz-24, body .sxs p.fz-24 {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .fz-24, .font-leadin, body .section p.font-leadin, body .sxs p.font-leadin, .btn.btn-lg, body .section p.btn.btn-lg, body .sxs p.btn.btn-lg, body .section p.fz-24, body .sxs p.fz-24 {
    font-size: 1.375rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .fz-24, .font-leadin, body .section p.font-leadin, body .sxs p.font-leadin, .btn.btn-lg, body .section p.btn.btn-lg, body .sxs p.btn.btn-lg, body .section p.fz-24, body .sxs p.fz-24 {
    font-size: 1.5rem;
    line-height: normal;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .fz-24, .font-leadin, body .section p.font-leadin, body .sxs p.font-leadin, .btn.btn-lg, body .section p.btn.btn-lg, body .sxs p.btn.btn-lg, body .section p.fz-24, body .sxs p.fz-24 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .fz-28, body .section p.fz-28, body .sxs p.fz-28 {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .fz-28, body .section p.fz-28, body .sxs p.fz-28 {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .fz-28, body .section p.fz-28, body .sxs p.fz-28 {
    font-size: 1.5rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .fz-28, body .section p.fz-28, body .sxs p.fz-28 {
    font-size: 1.75rem;
    line-height: normal;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .fz-28, body .section p.fz-28, body .sxs p.fz-28 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .fz-32, body .section p.fz-32, body .sxs p.fz-32 {
    font-size: 1.25rem;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .fz-32, body .section p.fz-32, body .sxs p.fz-32 {
    font-size: 1.25rem;
    line-height: normal;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .fz-32, body .section p.fz-32, body .sxs p.fz-32 {
    font-size: 1.5rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .fz-32, body .section p.fz-32, body .sxs p.fz-32 {
    font-size: 2rem;
    line-height: normal;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .fz-32, body .section p.fz-32, body .sxs p.fz-32 {
    font-size: 2rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .fz-36, body .section p.fz-36, body .sxs p.fz-36 {
    font-size: 1.25rem;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .fz-36, body .section p.fz-36, body .sxs p.fz-36 {
    font-size: 1.25rem;
    line-height: normal;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .fz-36, body .section p.fz-36, body .sxs p.fz-36 {
    font-size: 1.5rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .fz-36, body .section p.fz-36, body .sxs p.fz-36 {
    font-size: 2.25rem;
    line-height: normal;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .fz-36, body .section p.fz-36, body .sxs p.fz-36 {
    font-size: 2.25rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .fz-42, body .section p.fz-42, body .sxs p.fz-42 {
    font-size: 1.5rem;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .fz-42, body .section p.fz-42, body .sxs p.fz-42 {
    font-size: 1.5rem;
    line-height: normal;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .fz-42, body .section p.fz-42, body .sxs p.fz-42 {
    font-size: 1.75rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .fz-42, body .section p.fz-42, body .sxs p.fz-42 {
    font-size: 2.5rem;
    line-height: normal;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .fz-42, body .section p.fz-42, body .sxs p.fz-42 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .fz-52, body .section p.fz-52, body .sxs p.fz-52 {
    font-size: 1.75rem;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .fz-52, body .section p.fz-52, body .sxs p.fz-52 {
    font-size: 1.75rem;
    line-height: normal;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .fz-52, body .section p.fz-52, body .sxs p.fz-52 {
    font-size: 2rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .fz-52, body .section p.fz-52, body .sxs p.fz-52 {
    font-size: 3.125rem;
    line-height: normal;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .fz-52, body .section p.fz-52, body .sxs p.fz-52 {
    font-size: 3.125rem;
    line-height: 1.35;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-04 {
    margin: 0.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-04 {
    margin: 0.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-04 {
    margin: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-04 {
    margin: 0.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-04 {
    margin: 0.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-04 {
    margin-top: 0.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-04 {
    margin-top: 0.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-04 {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-04 {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-04 {
    margin-top: 0.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-04 {
    margin-bottom: 0.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-04 {
    margin-bottom: 0.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-04 {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-04 {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-04 {
    margin-bottom: 0.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-04 {
    margin-left: 0.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-04 {
    margin-left: 0.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-04 {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-04 {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-04 {
    margin-left: 0.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-04 {
    margin-right: 0.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-04 {
    margin-right: 0.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-04 {
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-04 {
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-04 {
    margin-right: 0.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-04 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-04 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-04 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-04 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-04 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-04 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-04 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-04 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-04 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-04 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-04 {
    padding: 0.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-04 {
    padding: 0.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-04 {
    padding: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-04 {
    padding: 0.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-04 {
    padding: 0.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-04 {
    padding-top: 0.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-04 {
    padding-top: 0.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-04 {
    padding-top: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-04 {
    padding-top: 0.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-04 {
    padding-top: 0.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-04 {
    padding-bottom: 0.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-04 {
    padding-bottom: 0.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-04 {
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-04 {
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-04 {
    padding-bottom: 0.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-04 {
    padding-left: 0.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-04 {
    padding-left: 0.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-04 {
    padding-left: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-04 {
    padding-left: 0.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-04 {
    padding-left: 0.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-04 {
    padding-right: 0.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-04 {
    padding-right: 0.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-04 {
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-04 {
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-04 {
    padding-right: 0.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-04, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-04, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-04, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-04, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-04, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-04 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-04 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-04 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-04 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-04 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-8 {
    margin: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-8 {
    margin: 0.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-8 {
    margin: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-8 {
    margin: 0.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-8 {
    margin: 0.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-8 {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-8 {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-8 {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-8 {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-8 {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-8 {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-8 {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-8 {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-8 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-8 {
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-8 {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-8 {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-8 {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-8 {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-8 {
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-8 {
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-8 {
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-8 {
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-8 {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-8 {
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-8 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-8 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-8 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-8 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-8 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-8 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-8 {
    padding: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-8 {
    padding: 0.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-8 {
    padding: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-8 {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-8 {
    padding: 0.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-8 {
    padding-top: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-8 {
    padding-top: 0.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-8 {
    padding-top: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-8 {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-8 {
    padding-top: 0.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-8 {
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-8 {
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-8 {
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-8 {
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-8 {
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-8 {
    padding-left: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-8 {
    padding-left: 0.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-8 {
    padding-left: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-8 {
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-8 {
    padding-left: 0.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-8 {
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-8 {
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-8 {
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-8 {
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-8 {
    padding-right: 0.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-8 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-8 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-8 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-8 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-8 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-8 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-15 {
    margin: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-15 {
    margin: 0.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-15 {
    margin: 0.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-15 {
    margin: 0.9375rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-15 {
    margin: 0.9375rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-15 {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-15 {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-15 {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-15 {
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-15 {
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-15 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-15 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-15 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-15 {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-15 {
    margin-bottom: 0.9375rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-15 {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-15 {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-15 {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-15 {
    margin-left: 0.9375rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-15 {
    margin-left: 0.9375rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-15 {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-15 {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-15 {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-15 {
    margin-right: 0.9375rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-15 {
    margin-right: 0.9375rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-15 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-15 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-15 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-15 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-15 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-15 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-15 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-15 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-15 {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-15 {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-15 {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-15 {
    padding: 0.9375rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-15 {
    padding: 0.9375rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-15 {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-15 {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-15 {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-15 {
    padding-top: 0.9375rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-15 {
    padding-top: 0.9375rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-15 {
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-15 {
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-15 {
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-15 {
    padding-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-15 {
    padding-bottom: 0.9375rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-15 {
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-15 {
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-15 {
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-15 {
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-15 {
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-15 {
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-15 {
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-15 {
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-15 {
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-15 {
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-15 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-15 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-15 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-15, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-15, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-15, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-15, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-15, .badge.badge-primary, .badge.badge-secondary, .badge.badge-accent, .badge.badge-blue, .badge.badge-light-blue, .badge.badge-orange, .badge.badge-black, .badge.badge-almost-black, .badge.badge-dark-gray, .badge.badge-med-gray, .badge.badge-light-gray, .badge.badge-white {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-20 {
    margin: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-20 {
    margin: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-20 {
    margin: 1rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-20 {
    margin: 1.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-20 {
    margin: 1.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-20 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-20 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-20 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-20 {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-20 {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-20 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-20 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-20 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-20 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-20 {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-20 {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-20 {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-20 {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-20 {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-20 {
    margin-left: 1.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-20 {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-20 {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-20 {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-20 {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-20 {
    margin-right: 1.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-20 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-20 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-20 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-20 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-20 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-20 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-20 {
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-20 {
    padding: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-20 {
    padding: 1rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-20 {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-20 {
    padding: 1.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-20 {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-20 {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-20 {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-20 {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-20 {
    padding-top: 1.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-20 {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-20 {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-20 {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-20 {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-20 {
    padding-bottom: 1.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-20 {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-20 {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-20 {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-20 {
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-20 {
    padding-left: 1.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-20 {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-20 {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-20 {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-20 {
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-20 {
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-20 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-20 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-20 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-20 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-20 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-20 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-24 {
    margin: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-24 {
    margin: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-24 {
    margin: 1.375rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-24 {
    margin: 1.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-24 {
    margin: 1.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-24 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-24 {
    margin-top: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-24 {
    margin-top: 1.375rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-24 {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-24 {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-24 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-24 {
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-24 {
    margin-bottom: 1.375rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-24 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-24 {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-24 {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-24 {
    margin-left: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-24 {
    margin-left: 1.375rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-24 {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-24 {
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-24 {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-24 {
    margin-right: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-24 {
    margin-right: 1.375rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-24 {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-24 {
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-24 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-24 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-24 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-24 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-24 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-24 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-24 {
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-24 {
    padding: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-24 {
    padding: 1.375rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-24 {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-24 {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-24 {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-24 {
    padding-top: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-24 {
    padding-top: 1.375rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-24 {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-24 {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-24 {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-24 {
    padding-bottom: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-24 {
    padding-bottom: 1.375rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-24 {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-24 {
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-24 {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-24 {
    padding-left: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-24 {
    padding-left: 1.375rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-24 {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-24 {
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-24 {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-24 {
    padding-right: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-24 {
    padding-right: 1.375rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-24 {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-24 {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-24 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-24 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-24 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-24 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-24 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-24 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-28 {
    margin: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-28 {
    margin: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-28 {
    margin: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-28 {
    margin: 1.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-28 {
    margin: 1.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-28 {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-28 {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-28 {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-28 {
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-28 {
    margin-top: 1.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-28 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-28 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-28 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-28 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-28 {
    margin-bottom: 1.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-28 {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-28 {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-28 {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-28 {
    margin-left: 1.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-28 {
    margin-left: 1.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-28 {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-28 {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-28 {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-28 {
    margin-right: 1.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-28 {
    margin-right: 1.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-28 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-28 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-28 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-28 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-28 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-28 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-28 {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-28 {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-28 {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-28 {
    padding: 1.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-28 {
    padding: 1.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-28 {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-28 {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-28 {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-28 {
    padding-top: 1.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-28 {
    padding-top: 1.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-28 {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-28 {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-28 {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-28 {
    padding-bottom: 1.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-28 {
    padding-bottom: 1.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-28 {
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-28 {
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-28 {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-28 {
    padding-left: 1.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-28 {
    padding-left: 1.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-28 {
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-28 {
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-28 {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-28 {
    padding-right: 1.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-28 {
    padding-right: 1.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-28 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-28 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-28 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-28 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-28 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-28 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-32 {
    margin: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-32 {
    margin: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-32 {
    margin: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-32 {
    margin: 2rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-32 {
    margin: 2rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-32 {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-32 {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-32 {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-32 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-32 {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-32 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-32 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-32 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-32 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-32 {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-32 {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-32 {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-32 {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-32 {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-32 {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-32 {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-32 {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-32 {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-32 {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-32 {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-32 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-32 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-32 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-32 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-32 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-32 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-32 {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-32 {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-32 {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-32 {
    padding: 2rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-32 {
    padding: 2rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-32 {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-32 {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-32 {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-32 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-32 {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-32 {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-32 {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-32 {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-32 {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-32 {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-32 {
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-32 {
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-32 {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-32 {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-32 {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-32 {
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-32 {
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-32 {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-32 {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-32 {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-32 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-32 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-32 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-32 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-32 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-32 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-36 {
    margin: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-36 {
    margin: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-36 {
    margin: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-36 {
    margin: 2.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-36 {
    margin: 2.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-36 {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-36 {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-36 {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-36 {
    margin-top: 2.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-36 {
    margin-top: 2.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-36 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-36 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-36 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-36 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-36 {
    margin-bottom: 2.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-36 {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-36 {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-36 {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-36 {
    margin-left: 2.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-36 {
    margin-left: 2.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-36 {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-36 {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-36 {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-36 {
    margin-right: 2.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-36 {
    margin-right: 2.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-36 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-36 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-36 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-36 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-36 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-36 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-36 {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-36 {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-36 {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-36 {
    padding: 2.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-36 {
    padding: 2.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-36 {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-36 {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-36 {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-36 {
    padding-top: 2.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-36 {
    padding-top: 2.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-36 {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-36 {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-36 {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-36 {
    padding-bottom: 2.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-36 {
    padding-bottom: 2.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-36 {
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-36 {
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-36 {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-36 {
    padding-left: 2.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-36 {
    padding-left: 2.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-36 {
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-36 {
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-36 {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-36 {
    padding-right: 2.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-36 {
    padding-right: 2.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-36 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-36 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-36 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-36 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-36 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-36 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-48 {
    margin: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-48 {
    margin: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-48 {
    margin: 1.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-48 {
    margin: 3rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-48 {
    margin: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-48 {
    margin-top: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-48 {
    margin-top: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-48 {
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-48 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-48 {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-48 {
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-48 {
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-48 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-48 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-48 {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-48 {
    margin-left: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-48 {
    margin-left: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-48 {
    margin-left: 1.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-48 {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-48 {
    margin-left: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-48 {
    margin-right: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-48 {
    margin-right: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-48 {
    margin-right: 1.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-48 {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-48 {
    margin-right: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-48 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-48 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-48 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-48 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-48 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-48 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-48 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-48 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-48 {
    padding: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-48 {
    padding: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-48 {
    padding: 1.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-48 {
    padding: 3rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-48 {
    padding: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-48 {
    padding-top: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-48 {
    padding-top: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-48 {
    padding-top: 1.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-48 {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-48 {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-48 {
    padding-bottom: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-48 {
    padding-bottom: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-48 {
    padding-bottom: 1.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-48 {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-48 {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-48 {
    padding-left: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-48 {
    padding-left: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-48 {
    padding-left: 1.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-48 {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-48 {
    padding-left: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-48 {
    padding-right: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-48 {
    padding-right: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-48 {
    padding-right: 1.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-48 {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-48 {
    padding-right: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-48 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-48 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-48 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-48 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-48 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-48 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-64 {
    margin: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-64 {
    margin: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-64 {
    margin: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-64 {
    margin: 4rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-64 {
    margin: 4rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-64 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-64 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-64 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-64 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-64 {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-64 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-64 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-64 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-64 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-64 {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-64 {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-64 {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-64 {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-64 {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-64 {
    margin-left: 4rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-64 {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-64 {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-64 {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-64 {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-64 {
    margin-right: 4rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-64 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-64 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-64 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-64 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-64 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-64 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-64 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-64 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-64 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-64 {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-64 {
    padding: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-64 {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-64 {
    padding: 4rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-64 {
    padding: 4rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-64 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-64 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-64 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-64 {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-64 {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-64 {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-64 {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-64 {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-64 {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-64 {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-64 {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-64 {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-64 {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-64 {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-64 {
    padding-left: 4rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-64 {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-64 {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-64 {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-64 {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-64 {
    padding-right: 4rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-64 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-64 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-64 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-64 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-64 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-64 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-64 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-64 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-80 {
    margin: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-80 {
    margin: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-80 {
    margin: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-80 {
    margin: 5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-80 {
    margin: 5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-80 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-80 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-80 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-80 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-80 {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-80 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-80 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-80 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-80 {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-80 {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-80 {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-80 {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-80 {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-80 {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-80 {
    margin-left: 5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-80 {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-80 {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-80 {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-80 {
    margin-right: 5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-80 {
    margin-right: 5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-80 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-80 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-80 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-80 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-80 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-80 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-80 {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-80 {
    padding: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-80 {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-80 {
    padding: 5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-80 {
    padding: 5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-80 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-80 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-80 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-80 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-80 {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-80 {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-80 {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-80 {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-80 {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-80 {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-80 {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-80 {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-80 {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-80 {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-80 {
    padding-left: 5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-80 {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-80 {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-80 {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-80 {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-80 {
    padding-right: 5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-80 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-80 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-80 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-80 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-80 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-80 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-96 {
    margin: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-96 {
    margin: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-96 {
    margin: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-96 {
    margin: 6rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-96 {
    margin: 6rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-96 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-96 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-96 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-96 {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-96 {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-96 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-96 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-96 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-96 {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-96 {
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-96 {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-96 {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-96 {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-96 {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-96 {
    margin-left: 6rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-96 {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-96 {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-96 {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-96 {
    margin-right: 6rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-96 {
    margin-right: 6rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-96 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-96 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-96 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-96 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-96 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-96 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-96 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-96 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-96 {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-96 {
    padding: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-96 {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-96 {
    padding: 6rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-96 {
    padding: 6rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-96 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-96 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-96 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-96 {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-96 {
    padding-top: 6rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-96 {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-96 {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-96 {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-96 {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-96 {
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-96 {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-96 {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-96 {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-96 {
    padding-left: 6rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-96 {
    padding-left: 6rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-96 {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-96 {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-96 {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-96 {
    padding-right: 6rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-96 {
    padding-right: 6rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-96 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-96 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-96 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-96 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-96 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-96 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-96 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-128 {
    margin: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-128 {
    margin: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-128 {
    margin: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-128 {
    margin: 8rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-128 {
    margin: 8rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-128 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-128 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-128 {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-128 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-128 {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-128 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-128 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-128 {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-128 {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-128 {
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-128 {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-128 {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-128 {
    margin-left: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-128 {
    margin-left: 8rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-128 {
    margin-left: 8rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-128 {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-128 {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-128 {
    margin-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-128 {
    margin-right: 8rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-128 {
    margin-right: 8rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-128 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-128 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-128 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-128 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-128 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-128 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-128 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-128 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-128 {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-128 {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-128 {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-128 {
    padding: 8rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-128 {
    padding: 8rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-128 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-128 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-128 {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-128 {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-128 {
    padding-top: 8rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-128 {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-128 {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-128 {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-128 {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-128 {
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-128 {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-128 {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-128 {
    padding-left: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-128 {
    padding-left: 8rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-128 {
    padding-left: 8rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-128 {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-128 {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-128 {
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-128 {
    padding-right: 8rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-128 {
    padding-right: 8rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-128 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-128 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-128 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-128 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-128 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-128 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-128 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-210 {
    margin: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-210 {
    margin: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-210 {
    margin: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-210 {
    margin: 13.125rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-210 {
    margin: 13.125rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-210 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-210 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-210 {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-210 {
    margin-top: 13.125rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-210 {
    margin-top: 13.125rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-210 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-210 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-210 {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-210 {
    margin-bottom: 13.125rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-210 {
    margin-bottom: 13.125rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-210 {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-210 {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-210 {
    margin-left: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-210 {
    margin-left: 13.125rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-210 {
    margin-left: 13.125rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-210 {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-210 {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-210 {
    margin-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-210 {
    margin-right: 13.125rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-210 {
    margin-right: 13.125rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-210 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-210 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-210 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-210 {
    margin-top: 13.125rem;
    margin-bottom: 13.125rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-210 {
    margin-top: 13.125rem;
    margin-bottom: 13.125rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-210 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-210 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-210 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-210 {
    margin-left: 13.125rem;
    margin-right: 13.125rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-210 {
    margin-left: 13.125rem;
    margin-right: 13.125rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-210 {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-210 {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-210 {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-210 {
    padding: 13.125rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-210 {
    padding: 13.125rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-210 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-210 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-210 {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-210 {
    padding-top: 13.125rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-210 {
    padding-top: 13.125rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-210 {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-210 {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-210 {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-210 {
    padding-bottom: 13.125rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-210 {
    padding-bottom: 13.125rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-210 {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-210 {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-210 {
    padding-left: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-210 {
    padding-left: 13.125rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-210 {
    padding-left: 13.125rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-210 {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-210 {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-210 {
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-210 {
    padding-right: 13.125rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-210 {
    padding-right: 13.125rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-210 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-210 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-210 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-210 {
    padding-top: 13.125rem;
    padding-bottom: 13.125rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-210 {
    padding-top: 13.125rem;
    padding-bottom: 13.125rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-210 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-210 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-210 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-210 {
    padding-left: 13.125rem;
    padding-right: 13.125rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-210 {
    padding-left: 13.125rem;
    padding-right: 13.125rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-250 {
    margin: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-250 {
    margin: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-250 {
    margin: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-250 {
    margin: 15.625rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-250 {
    margin: 15.625rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-250 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-250 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-250 {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-250 {
    margin-top: 15.625rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-250 {
    margin-top: 15.625rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-250 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-250 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-250 {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-250 {
    margin-bottom: 15.625rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-250 {
    margin-bottom: 15.625rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-250 {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-250 {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-250 {
    margin-left: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-250 {
    margin-left: 15.625rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-250 {
    margin-left: 15.625rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-250 {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-250 {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-250 {
    margin-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-250 {
    margin-right: 15.625rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-250 {
    margin-right: 15.625rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-250 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-250 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-250 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-250 {
    margin-top: 15.625rem;
    margin-bottom: 15.625rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-250 {
    margin-top: 15.625rem;
    margin-bottom: 15.625rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-250 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-250 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-250 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-250 {
    margin-left: 15.625rem;
    margin-right: 15.625rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-250 {
    margin-left: 15.625rem;
    margin-right: 15.625rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-250 {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-250 {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-250 {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-250 {
    padding: 15.625rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-250 {
    padding: 15.625rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-250 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-250 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-250 {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-250 {
    padding-top: 15.625rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-250 {
    padding-top: 15.625rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-250 {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-250 {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-250 {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-250 {
    padding-bottom: 15.625rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-250 {
    padding-bottom: 15.625rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-250 {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-250 {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-250 {
    padding-left: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-250 {
    padding-left: 15.625rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-250 {
    padding-left: 15.625rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-250 {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-250 {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-250 {
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-250 {
    padding-right: 15.625rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-250 {
    padding-right: 15.625rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-250 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-250 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-250 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-250 {
    padding-top: 15.625rem;
    padding-bottom: 15.625rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-250 {
    padding-top: 15.625rem;
    padding-bottom: 15.625rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-250 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-250 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-250 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-250 {
    padding-left: 15.625rem;
    padding-right: 15.625rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-250 {
    padding-left: 15.625rem;
    padding-right: 15.625rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .m-300 {
    margin: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .m-300 {
    margin: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .m-300 {
    margin: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .m-300 {
    margin: 18.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .m-300 {
    margin: 18.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mt-300 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mt-300 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mt-300 {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mt-300 {
    margin-top: 18.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mt-300 {
    margin-top: 18.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mb-300 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mb-300 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mb-300 {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mb-300 {
    margin-bottom: 18.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mb-300 {
    margin-bottom: 18.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .ml-300 {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .ml-300 {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ml-300 {
    margin-left: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ml-300 {
    margin-left: 18.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .ml-300 {
    margin-left: 18.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mr-300 {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mr-300 {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mr-300 {
    margin-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mr-300 {
    margin-right: 18.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mr-300 {
    margin-right: 18.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .my-300 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .my-300 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-300 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .my-300 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .my-300 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .mx-300 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mx-300 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .mx-300 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mx-300 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .mx-300 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .p-300 {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .p-300 {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-300 {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .p-300 {
    padding: 18.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .p-300 {
    padding: 18.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pt-300 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pt-300 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pt-300 {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pt-300 {
    padding-top: 18.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pt-300 {
    padding-top: 18.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pb-300 {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pb-300 {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pb-300 {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pb-300 {
    padding-bottom: 18.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pb-300 {
    padding-bottom: 18.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pl-300 {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pl-300 {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pl-300 {
    padding-left: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pl-300 {
    padding-left: 18.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pl-300 {
    padding-left: 18.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .pr-300 {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .pr-300 {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pr-300 {
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pr-300 {
    padding-right: 18.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .pr-300 {
    padding-right: 18.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .py-300 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .py-300 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .py-300 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .py-300 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .py-300 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }
}

@media screen and (max-width: 575px) and (min-width: 0) {
  .px-300 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .px-300 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .px-300 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .px-300 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }
}
@media screen and (max-width: 100000px) and (min-width: 1200px) {
  .px-300 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }
}

.mt--64 {
  margin-top: -64px;
}

@media screen and (max-width: 767px) {
  .px-mobile-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.btn.btn-lg {
  margin: 0.375rem;
}
@media screen and (max-width: 1199px) {
  .btn.btn-lg {
    padding: 1.625rem 6rem;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-lg {
    padding: 1.25rem 3rem;
  }
}
@media screen and (max-width: 575px) {
  .btn.btn-lg {
    padding: 1rem 1.75rem;
  }
}

.btn.btn-md {
  margin: 0.375rem;
}
@media screen and (max-width: 1199px) {
  .btn.btn-md {
    padding: 0.875rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-md {
    padding: 0.75rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  .btn.btn-md {
    padding: 0.75rem 2rem;
  }
}

.btn.btn-sm {
  margin: 0.375rem;
}
@media screen and (max-width: 1199px) {
  .btn.btn-sm {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-sm {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  .btn.btn-sm {
    padding: 0.5rem 1rem;
  }
}

.font-bold {
  font-weight: 900;
}

.font-leadin {
  color: #333f48;
  letter-spacing: 0;
  line-height: 41px;
}

ul.ul-chevron {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
ul.ul-chevron li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.7em;
}
ul.ul-chevron li:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  color: #00819E !important;
  position: absolute;
  left: 0;
}
ul.ul-chevron li p {
  display: inline-block;
}

.triangle {
  display: block;
  height: 20px;
  width: 20px;
  background-color: inherit;
  border: inherit;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(-45deg);
  border-radius: 0 0 0 0.25em;
}

.shadow {
  box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.2) !important;
}

.text-shadow {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7490196078);
}

.toggle {
  width: 3rem;
  height: 3rem;
  border: none;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.toggle.toggle-circle {
  border-radius: 50%;
}
.toggle.toggle-circle i {
  font-size: 1.25rem;
}

.transition, .btn-icon::after, .btn-primary-icon .elementor-widget-container::after,
.elementor-button-primary-icon .elementor-button::after, .elementor-button-primary-icon-shadow .elementor-button::after, .elementor-button-primary-alt-icon .elementor-button::after, .elementor-button-primary-alt-icon-shadow .elementor-button::after, .elementor-button-primary-outline-icon .elementor-button::after, .elementor-button-primary-outline-icon-shadow .elementor-button::after, .elementor-button-primary-text-outline-icon .elementor-button::after, .btn-primary-text-icon .elementor-widget-container::after,
.elementor-button-primary-text-icon .elementor-button::after, .btn-secondary-icon .elementor-widget-container::after,
.elementor-button-secondary-icon .elementor-button::after, .elementor-button-secondary-icon-shadow .elementor-button::after, .elementor-button-secondary-alt-icon .elementor-button::after, .elementor-button-secondary-alt-icon-shadow .elementor-button::after, .elementor-button-secondary-outline-icon .elementor-button::after, .elementor-button-secondary-outline-icon-shadow .elementor-button::after, .elementor-button-secondary-text-outline-icon .elementor-button::after, .btn-secondary-text-icon .elementor-widget-container::after,
.elementor-button-secondary-text-icon .elementor-button::after, .btn-accent-icon .elementor-widget-container::after,
.elementor-button-accent-icon .elementor-button::after, .elementor-button-accent-icon-shadow .elementor-button::after, .elementor-button-accent-alt-icon .elementor-button::after, .elementor-button-accent-alt-icon-shadow .elementor-button::after, .elementor-button-accent-outline-icon .elementor-button::after, .elementor-button-accent-outline-icon-shadow .elementor-button::after, .elementor-button-accent-text-outline-icon .elementor-button::after, .btn-accent-text-icon .elementor-widget-container::after,
.elementor-button-accent-text-icon .elementor-button::after, .btn-blue-icon .elementor-widget-container::after,
.elementor-button-blue-icon .elementor-button::after, .elementor-button-blue-icon-shadow .elementor-button::after, .elementor-button-blue-alt-icon .elementor-button::after, .elementor-button-blue-alt-icon-shadow .elementor-button::after, .elementor-button-blue-outline-icon .elementor-button::after, .elementor-button-blue-outline-icon-shadow .elementor-button::after, .elementor-button-blue-text-outline-icon .elementor-button::after, .btn-blue-text-icon .elementor-widget-container::after,
.elementor-button-blue-text-icon .elementor-button::after, .btn-light-blue-icon .elementor-widget-container::after,
.elementor-button-light-blue-icon .elementor-button::after, .elementor-button-light-blue-icon-shadow .elementor-button::after, .elementor-button-light-blue-alt-icon .elementor-button::after, .elementor-button-light-blue-alt-icon-shadow .elementor-button::after, .elementor-button-light-blue-outline-icon .elementor-button::after, .elementor-button-light-blue-outline-icon-shadow .elementor-button::after, .elementor-button-light-blue-text-outline-icon .elementor-button::after, .btn-light-blue-text-icon .elementor-widget-container::after,
.elementor-button-light-blue-text-icon .elementor-button::after, .btn-orange-icon .elementor-widget-container::after,
.elementor-button-orange-icon .elementor-button::after, .elementor-button-orange-icon-shadow .elementor-button::after, .elementor-button-orange-alt-icon .elementor-button::after, .elementor-button-orange-alt-icon-shadow .elementor-button::after, .elementor-button-orange-outline-icon .elementor-button::after, .elementor-button-orange-outline-icon-shadow .elementor-button::after, .elementor-button-orange-text-outline-icon .elementor-button::after, .btn-orange-text-icon .elementor-widget-container::after,
.elementor-button-orange-text-icon .elementor-button::after, .btn-black-icon .elementor-widget-container::after,
.elementor-button-black-icon .elementor-button::after, .elementor-button-black-icon-shadow .elementor-button::after, .elementor-button-black-alt-icon .elementor-button::after, .elementor-button-black-alt-icon-shadow .elementor-button::after, .elementor-button-black-outline-icon .elementor-button::after, .elementor-button-black-outline-icon-shadow .elementor-button::after, .elementor-button-black-text-outline-icon .elementor-button::after, .btn-black-text-icon .elementor-widget-container::after,
.elementor-button-black-text-icon .elementor-button::after, .btn-almost-black-icon .elementor-widget-container::after,
.elementor-button-almost-black-icon .elementor-button::after, .elementor-button-almost-black-icon-shadow .elementor-button::after, .elementor-button-almost-black-alt-icon .elementor-button::after, .elementor-button-almost-black-alt-icon-shadow .elementor-button::after, .elementor-button-almost-black-outline-icon .elementor-button::after, .elementor-button-almost-black-outline-icon-shadow .elementor-button::after, .elementor-button-almost-black-text-outline-icon .elementor-button::after, .btn-almost-black-text-icon .elementor-widget-container::after,
.elementor-button-almost-black-text-icon .elementor-button::after, .btn-dark-gray-icon .elementor-widget-container::after,
.elementor-button-dark-gray-icon .elementor-button::after, .elementor-button-dark-gray-icon-shadow .elementor-button::after, .elementor-button-dark-gray-alt-icon .elementor-button::after, .elementor-button-dark-gray-alt-icon-shadow .elementor-button::after, .elementor-button-dark-gray-outline-icon .elementor-button::after, .elementor-button-dark-gray-outline-icon-shadow .elementor-button::after, .elementor-button-dark-gray-text-outline-icon .elementor-button::after, .btn-dark-gray-text-icon .elementor-widget-container::after,
.elementor-button-dark-gray-text-icon .elementor-button::after, .btn-med-gray-icon .elementor-widget-container::after,
.elementor-button-med-gray-icon .elementor-button::after, .elementor-button-med-gray-icon-shadow .elementor-button::after, .elementor-button-med-gray-alt-icon .elementor-button::after, .elementor-button-med-gray-alt-icon-shadow .elementor-button::after, .elementor-button-med-gray-outline-icon .elementor-button::after, .elementor-button-med-gray-outline-icon-shadow .elementor-button::after, .elementor-button-med-gray-text-outline-icon .elementor-button::after, .btn-med-gray-text-icon .elementor-widget-container::after,
.elementor-button-med-gray-text-icon .elementor-button::after, .btn-light-gray-icon .elementor-widget-container::after,
.elementor-button-light-gray-icon .elementor-button::after, .elementor-button-light-gray-icon-shadow .elementor-button::after, .elementor-button-light-gray-alt-icon .elementor-button::after, .elementor-button-light-gray-alt-icon-shadow .elementor-button::after, .elementor-button-light-gray-outline-icon .elementor-button::after, .elementor-button-light-gray-outline-icon-shadow .elementor-button::after, .elementor-button-light-gray-text-outline-icon .elementor-button::after, .btn-light-gray-text-icon .elementor-widget-container::after,
.elementor-button-light-gray-text-icon .elementor-button::after, .btn-white-icon .elementor-widget-container::after,
.elementor-button-white-icon .elementor-button::after, .elementor-button-white-icon-shadow .elementor-button::after, .elementor-button-white-alt-icon .elementor-button::after, .elementor-button-white-alt-icon-shadow .elementor-button::after, .elementor-button-white-outline-icon .elementor-button::after, .elementor-button-white-outline-icon-shadow .elementor-button::after, .elementor-button-white-text-outline-icon .elementor-button::after, .btn-white-text-icon .elementor-widget-container::after,
.elementor-button-white-text-icon .elementor-button::after {
  transition: all 300ms ease-out;
}

.animate-slow {
  animation-duration: 10s;
  animation-delay: 5s;
}

/* 5 Columns */
.col-xs-15 {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .col-sm-15 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}

/*# sourceMappingURL=main.css.map*/