.Footer_wrapper__RAsdB {
  background-color: #181821;
  color: #a9b3bb;
  overflow: hidden;
  padding: 68px 0 40px;
}
.Footer_column__Jllii {
  display: flex;
  justify-content: center;
}
.Footer_column-top__2kQ8J {
  align-items: center;
  display: flex;
}
.Footer_top-logo__2i6Rn {
  border-radius: 8px;
  height: 38px;
  margin-right: 10px;
  width: 38px;
}
.Footer_top-slogan__yvaAt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.Footer_heading__JLn-b {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  text-transform: uppercase;
}
.Footer_contact-list__UCS\+O {
  color: #a9b3bb;
  font-size: 1.4rem;
  line-height: 2.2rem;
  position: relative;
}
.Footer_contact-list__UCS\+O a {
  color: #a9b3bb;
}
.Footer_contact-list__UCS\+O a:hover {
  opacity: 0.8;
}
.Footer_list__pNU8w {
  padding-left: 0;
}
.Footer_list__pNU8w li {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 8px;
  position: relative;
}
.Footer_list__pNU8w li:last-child {
  margin-bottom: 2px;
}
.Footer_list__pNU8w a {
  color: #a9b3bb;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}
.Footer_list__pNU8w a:hover {
  color: #fff;
}
.Footer_dmca__70ZIa {
  margin-top: 20px;
}
.Footer_bottom__J7kjW {
  align-items: baseline;
  display: flex;
  margin-top: 48px;
}
.Footer_copyright__2WB24 {
  font-size: 1.4rem;
}
.Footer_social-list__gg6vl {
  margin-left: auto;
}
.Footer_social-item__GydUc {
  font-size: 3.2rem;
}
.Footer_social-item__GydUc + .Footer_social-item__GydUc {
  margin-left: 16px;
}
.Footer_social-item__GydUc.Footer_youtube__p9tJ3 {
  color: #eb2c3b;
}
.Footer_social-item__GydUc.Footer_facebook__9kuWE {
  color: #4867aa;
}
.Footer_social-item__GydUc.Footer_tiktok__OiXpU {
  color: #ccc;
}
.Footer_social-item__GydUc:hover {
  opacity: 0.9;
}
.Footer_google-ads__qEQay {
  margin-top: 94px;
  width: 100%;
}

/* ------------------------
    Footer
------------------------*/
.footer {
  position: relative;
  background-color: #f8f8f8;
  padding: 25px 60px 15px 180px;
}

.primary-footer {
  position: relative;
  z-index: 99;
  font-size: 16px;
  color: #ffffff;
}

.secondary-footer {
  color: #636160;
  font-weight: normal;
}

.footer-logo {
  margin-right: 20px;
}

.footer-logo img {
  height: auto;
  object-fit: contain;
  width: 100px;
}

.footer-name {
  align-items: center;
  font-size: 28px;
  line-height: 28px;
  align-items: baseline;
  color: #2c3177;
}
.footer-info {
  font-size: 16px;
  color: #222;
  line-height: 1rem;
}
.footer-cre {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0;
}
.footer .footer-header {
  display: flex;
}

.media-icon.list-inline li {
  display: inline-block;
}

.media-icon li {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
}

.media-icon li:last-child {
  margin-bottom: 0;
}

.media-icon li i {
  font-size: 30px;
  color: #ffffff;
  vertical-align: middle;
  line-height: 30px;
}

.media-icon li a {
  color: #ffffff;
}

.media-icon li a:hover {
  color: #03d665;
}

.footer-list li {
  margin-bottom: 15px;
  text-transform: capitalize;
  height: 30px;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

.footer-list li a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.footer-list .list-inline li {
  display: inline-block;
  margin: 0 10px;
}

.footer-cntct .social-icons li a {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.copyright span {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.03);
  padding: 5px;
  border-radius: 5px;
}

.copyright span a {
  color: #ffffff;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .Footer_column__Jllii {
    justify-content: flex-start;
  }
}
@media (min-width: 0px) and (max-width: 739px) {
  .Footer_wrapper__RAsdB {
    padding: 48px 16px 40px;
  }
  .Footer_heading__JLn-b {
    margin-top: 36px;
  }
  .Footer_bottom__J7kjW {
    flex-direction: column;
  }
  .Footer_social-list__gg6vl {
    margin-left: unset;
    margin-top: 12px;
  }
  .footer-logo img {
    width: 130px;
    height: auto;
  }
  .footer-name {
    font-size: 22px;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  .footer .footer-header {
    margin-bottom: 15px;
  }
  .footer-logo {
    margin-right: 15px;
  }
  .footer-logo img {
    width: 100px;
    height: auto;
  }
  .footer-name {
    font-size: 20px;
  }
  .footer-info {
    font-size: 14px;
  }
  .footer-cre {
    font-size: 14px;
  }
}
