body {
  margin: 0;
  padding: 0;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333332;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 500;
  margin-block-start: 0;
  margin-block-end: 0;
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.7em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.5em; }

p {
  margin: 7px 0;
  padding: 0;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  color: #333;
}

.small {
  font-size: 80%;
}

a {
  color: #639;
  text-decoration: underline;
  background-color: transparent;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 2px;
}

a:hover {
  color: #464646;
  text-decoration: underline;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

.p-15 {
  padding: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.hidden {
  display: none;
}

.container {
  width: 92%;
  padding-right: 4%;
  padding-left: 4%;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.qtr,
.third,
.half,
.two-thirds,
.full-width {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.qtr {
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  margin: 0 1% 30px;
}

.third {
  -ms-flex: 0 0 31.333333%;
  flex: 0 0 31.333333%;
  max-width: 31.333333%;
  margin: 0 1% 30px;
}

.half {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  margin: 0 1% 30px;
}

.two-thirds {
  -ms-flex: 0 0 64.666667%;
  flex: 0 0 64.666667%;
  max-width: 64.666667%;
  margin: 0 1% 30px;
}

.full-width {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 768px;
  }

  .qtr,
  .third,
  .two-thirds {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    margin: 0 2% 30px;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 576px;
  }

  .qtr,
  .third,
  .half,
  .two-thirds {
    -ms-flex: 0 0 96%;
    flex: 0 0 96%;
    max-width: 96%;
    margin: 0 2% 30px;
  }

  .subnav {
    display: none;
  }
}

.breadcrumb {
  width: auto;
  display: inline-block;
}

.breadcrumb ol {
  font-size: 14px;
  font-weight: bold;
  list-style: none;
  color: #3c3b4b;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  margin-top: 15px;
}

.breadcrumb ol li {
  display: inline;
}

.breadcrumb ol li a {
  text-decoration: none;
  color: #3c3b4b;
  margin: 0 10px;
}

.breadcrumb ol li a:hover {
  text-decoration: underline;
}

#nav-menu {
  border-bottom: 1px solid #eeeeee;
  letter-spacing: -0.4px;
}

#nav-menu ul {
  list-style: none;
  padding: 0;
}

#nav-menu a {
  text-decoration: none;
  color: inherit;
}

#nav-menu a:hover {
  color: #994CE5;
}

#nav-menu button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

#nav-menu .btn {
  display: block;
  background-color: #663399;
  color: #fff;
  text-align: center;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
}

#nav-menu .logo {
  margin-right: 15px;
  min-width: 35px;
}

#nav-menu .container {
  display: flex;
  align-items: center;
  height: 90px;
  max-width: 100%;
}

#nav-menu .menu {
  position: relative;
  background: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#nav-menu .menu-bar li:first-child .dropdown {
  flex-direction: initial;
}

#nav-menu .menu-bar .nav-link {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.6px;
  padding: 0.3rem;
  min-width: 60px;
  margin: 0 0.6rem;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

#nav-menu .menu-bar .nav-link:hover,
#nav-menu .dropdown-link:hover {
  color: #663399;
}

#nav-menu .nav-start,
#nav-menu .nav-end,
#nav-menu .menu-bar,
#nav-menu .right-container {
  display: flex;
  align-items: left;
}

#nav-menu .hide-full {
  display: none;
}

#nav-menu .dropdown {
  min-width: 230px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 36px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.97) translateX(-5px);
  transition: 0.1s ease-in-out;
  margin-top: 20px;
  border: 1px solid #eeeeee;
  padding: 15px;
}

#nav-menu .dropdown.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateX(5px);
}

#nav-menu .dropdown ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.2rem;
  font-size: 0.95rem;
}

#nav-menu .dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.15rem;
}

#nav-menu .dropdown-btn .arrow {
  font-size: 0.70rem;
}

#nav-menu .dropdown-link {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-radius: 7px;
  transition: 0.1s ease-in-out;
}

#nav-menu .dropdown-link p {
  font-size: 0.8rem;
  color: #636363;
}

#nav-menu .right-container {
  display: flex;
  margin-left: auto;
  order: 1;
  align-items: center;
  column-gap: 1rem;
}

#nav-menu #hamburger {
  display: none;
  font-size: 4rem;
  vertical-align: top;
  margin-left: auto;
  order: 2;
}

@media (max-width: 1100px) {
  #nav-menu #hamburger {
    display: block;
  }

  #nav-menu .hide-full {
    display: block;
  }

  #nav-menu .container {
    padding: 1.2rem;
  }

  #nav-menu .menu {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    min-height: 100vh;
    width: 100vw;
  }

  #nav-menu .menu-bar li:first-child ul:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #eeeeee;
  }

  #nav-menu .dropdown {
    display: none;
    border: none !important;
    position: static;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
    margin-top: 0;
    padding: 0 0 0 20px;
    width: 90%;
  }

  #nav-menu .menu.show,
  #nav-menu .dropdown.active {
    display: block;
    z-index: 1;
  }

  #nav-menu .dropdown ul {
    padding-left: 0;
  }

  #nav-menu .menu-bar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 1rem;
    padding: 1rem;
  }

  #nav-menu .menu-bar .nav-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0;
  }

  #nav-menu .menu-bar > li:not(:last-child) {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eeeeee;
  }
}

.popup-login {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.80);
}

.noScroll {
  overflow: hidden;
  position: fixed;
}

.popup-login .form-container {
  width: 300px;
  display: block;
  padding: 10px;
  background-color: white;
  border: 3px solid #f1f1f1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}

.popup-login .form-container input[type=email],
.popup-login .form-container input[type=password] {
  width: 90%;
  padding: 15px;
  margin: 5px 0 10px 0;
  border: none;
  background: #f1f1f1;
}

.popup-login .form-container input[type=email]:focus,
.popup-login .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.popup-login .form-container .close {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 25px;
  height: 25px;
  opacity: 0.3;
}

.popup-login .form-container .close:hover {
  opacity: 1;
}

.popup-login .form-container .close:before,
.popup-login .form-container .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

.popup-login .form-container .close:before {
  transform: rotate(45deg);
}

.popup-login .form-container .close:after {
  transform: rotate(-45deg);
}

.popup-login .form-container .heading {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.popup-login .form-container p.small {
  font-size: .8em;
}

.popup-login .form-container .btn {
  padding: 10px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
  display: block;
  color: white;
  font-size: 1.2em;
}

.popup-login .form-container .btn:hover {
  opacity: 1;
}

.popup-login .login {
  background-color: #4CAF50;
}

.popup-login .fb {
  background-color: #3B5998;
}

.popup-login .google {
  background-color: #dd4b39;
}

footer {
  background-color: #fff;
  margin-top: 20px;
  padding: 0;
}

footer .footer-inner {
  padding-top: 62px;
  padding-bottom: 42px;
  border-top: 1px solid #cfcfcf;
}

footer .footer-inner p.message {
  font-size: 14px;
  color: #8e8e8e;
}

footer .footer-inner h5 {
  color: #262626;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

footer .footer-inner a {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

footer .footer-inner a:hover {
  color: #9359c8;
}

footer .footer-inner .bold {
  font-weight: 600;
}

footer .footer-bottom {
  border-top: 1px solid #cfcfcf;
  width: 100%;
}

footer .footer-bottom .third,
footer .footer-bottom .two-thirds {
  margin-bottom: 10px;
}

footer .footer-bottom ul.privacy {
  text-align: right;
}

footer .footer-bottom ul.privacy li {
  display: inline;
  font-size: 14px;
  list-style: none;
}

footer .footer-bottom ul.privacy li a {
  display: inline;
  margin: 0 10px;
  font-weight: 600;
}

footer .footer-bottom .small {
  font-size: 12px;
  color: #8e8e8e;
}

footer .footer-bottom .half {
  margin: 0;
}

@media (max-width: 425px) {
  footer .footer-inner .p-15 {
    padding: 0 15px;
  }

  footer .footer-bottom .third,
  footer .footer-bottom .two-thirds {
    text-align: center;
    margin-bottom: 10px;
  }

  footer .footer-bottom .mt-20 {
    margin: 20px 0 0 0;
  }

  footer .footer-bottom ul.privacy {
    text-align: center;
    margin-top: 0;
    padding-inline-start: 0;
  }

  footer .footer-bottom ul.privacy li {
    width: 100%;
    display: block;
  }

  footer .footer-inner h5 {
    color: #262626;
    font-size: 22px;
  }

  footer .footer-inner a {
    font-size: 20px;
  }

  footer .footer-bottom ul.privacy li a {
    font-size: 20px;
  }

  footer .footer-bottom .small {
    font-size: 20px;
  }
}