/*! CSS Used from: https://cdn.hstatic.net/themes/200000692767/1001399722/14/bootstrap-4-3-min.css?v=1074 */
*,
::after,
::before {
  box-sizing: border-box;
}
nav {
  display: block;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.col-3 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.5rem;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.d-none {
  display: none !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.float-right {
  float: right !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.text-white {
  color: #fff !important;
}

/*! CSS Used from: https://cdn.hstatic.net/themes/200000692767/1001399722/14/main.css?v=1074 */
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1188px;
  }
}
@media (min-width: 1230px) {
  .container {
    max-width: 1218px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1650px;
  }
}
.container,
.col-3 {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.card {
  border-radius: 0.25rem;
  padding: 15px;
  border: 1px solid rgb(0 0 0 / 8%);
}
.btn {
  border-radius: 5px;
}
a,
.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}
a {
  color: var(--link-color);
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
  color: var(--link-color);
}
img {
  max-width: 100%;
}

.navigation-horizontal-wrapper {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 2px solid var(--primary-color);
}

.navigation .list-group-item {
  padding: 0px;
  border: none;
  background: transparent;
}
.navigation .list-group-item > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #333;
  padding: 15px 15px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
}

.navigation .list-group-item > a:hover {
  color: var(--primary-color);
}

.navigation .menu-item {
  position: relative;
}
.navigation .menu-item:hover > .megamenu-sub,
.navigation .menu-item:hover > .submenu {
  display: block;
}

.megamenu-sub {
  display: none;
  width: 1000px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 100%;
  list-style: none;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 250px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 10px 0;
}

.submenu__item a {
  display: block;
  padding: 8px 20px;
  color: #333 !important;
  text-transform: none;
  font-weight: 500;
}

.submenu__item a:hover {
  background: #f8f9fa;
  color: var(--primary-color) !important;
}

.megamenu-sub-wrap h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.megamenu-sub-wrap ul {
  padding: 0;
  list-style: none;
}
.megamenu-sub-wrap ul li {
  margin-bottom: 8px;
}
.megamenu-sub-wrap ul li a {
  color: #555 !important;
  font-weight: 400;
  text-transform: none;
  padding: 0 !important;
}
.megamenu-sub-wrap ul li a:hover {
  color: var(--primary-color) !important;
}

.navigation-arrows {
  display: none;
}
