@font-face {
  font-family: 'Monrope Flex';
  src: url('../fonts/Monrope/Manrope-VariableFont_wght.ttf')
      format('truetype-variations'),
    url('../fonts/Monrope/Manrope-Regular.ttf') format('truetype-variations');
  font-weight: 200 800;
  font-display: swap;
}

body {
  font-family: 'Monrope Flex', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0px;
}

.pricing-2-wrapper [class|='col'] {
  display: flex;
  flex-direction: column;
}

.pricing-2-wrapper .pricing-2-table {
  flex: 1 1 auto;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #007bff !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  border-color: #007bff !important;
}

.btn-primary.tra-white-hover.disabled,
.btn-primary.tra-white-hover:disabled,
.btn-primary.tra-white-hover.disabled:hover,
.btn-primary.tra-white-hover:disabled:hover {
  background-color: #319ed7 !important;
  border-color: #319ed7 !important;
}

.btn-primary.tra-primary-hover.disabled:hover,
.btn-primary.tra-primary-hover:disabled:hover {
  background-color: transparent !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.hidden {
  display: none;
}

.flipdown-wrapper {
  padding: 40px 0 0;
}

.flipdown-wrapper__title {
  color: #fff;
  margin-bottom: 0;
}

.flipdown-wrapper__title span {
  color: #ffb000;
}

.flipdown-wrapper__caption {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.flipdown-wrapper .flipdown .rotor-group-heading:before {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .flipdown-wrapper {
    text-align: center;
  }

  .flipdown-wrapper .flipdown {
    margin: 0 auto;
  }

  .flipdown-wrapper .flipdown .rotor-group-heading:before {
    text-align: center;
  }
}

.wsmenu > .wsmenu-list > li > a {
  font-size: 16px;
}

.wsmenu > .wsmenu-list > li.nl-simple > a {
  transition: none;
}

.wsmenu > .wsmenu-list > li.nl-simple > a:hover {
  color: #ffb000;
}

.wsmenu > .wsmenu-list > li > a > .wsarrow {
  margin-left: 6px;
}

.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu {
  border-radius: 0;
}

.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu {
  border-radius: 0;
}

.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li.nl-simple > a:hover {
  color: #ffb000;
}

.secondary-header .wsmenu > .wsmenu-list > li > .wsmegamenu {
  border-radius: 0;
}

.btn {
  transition: all 0.2s ease-in-out;
}

.tra-menu .wsmainfull.scroll,
.white-menu .wsmainfull.scroll,
.dark-menu.dark-scroll .wsmainfull.scroll {
  padding: 0;
}

.white-menu .wsmainfull {
  padding: 0;
}

.brands-3 .brand-logo {
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
}

.page-hero-section {
  margin-top: 70px;
}

.common-page {
  margin-top: 70px;
}

.block-counter {
  padding: 24px 0 30px;
  background-color: #283034;
  color: #fff;
}

.block-counter__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.block-counter__title {
  margin-bottom: 4px;
}

.block-counter__title span {
  color: #ffb000;
}

.block-counter__caption {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}

.block-counter__button {
  margin-bottom: 8px;
}

.block-counter__hide-btn {
  color: #fff;
  border: none;
  background: none;
  font-size: 13px;
  padding: 0 0 1px;
  border-bottom: 1px solid #fff;
  opacity: 0.5;
}

.block-counter__hide-btn:hover,
.block-counter__hide-btn:active,
.block-counter__hide-btn:focus {
  opacity: 1;
  outline: none;
}

.other-posts {
  padding-top: 32px;
}
