/* ========== [ Variables ] ========== */
/* ========== [ Mixins ] ========== */
/* ========== [ Footer Part ] ==========*/
.regBtn {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .regBtn.showRegBtn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .regBtn a {
    width: 100%;
    background: #2756af;
    color: white;
    display: block;
    padding: 0 10px 10px;
    text-align: center;
    margin: auto;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.7rem;
    position: relative;
    border-top: 2px solid white; }
    .regBtn a::before {
      content: "";
      display: block;
      border-top-right-radius: 12px;
      border-top-left-radius: 12px;
      background: #2756af;
      height: 23px;
      width: 100%;
      max-width: 186px;
      top: -10px;
      right: 0;
      left: 0;
      position: absolute;
      margin: auto;
      border-top: 2px solid white;
      border-bottom: 1px solid #2756af; }
    .regBtn a p {
      position: relative; }
    .regBtn a p:nth-child(n + 2) {
      font-size: 2.8rem;
      line-height: 2.8rem;
      padding-top: 5px; }

footer {
  padding-top: 80px; }
  footer p {
    padding: 10px 0;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
    color: #000;
    border-top: 1px solid #d9d9d9;
    text-align: center;
}
footer p.companylp {
	padding: 0;
    border-top: none;
}
footer p.copyrightlp {
	color: #d9d9d9;
    border-top: none;
}