
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 Author's custom styles
 ========================================================================== */

 @font-face {
  font-family: 'Trajan Pro';
  src: url('../webfonts/TrajanPro-Bold.woff2') format('woff2'),
      url('../webfonts/TrajanPro-Bold.woff') format('woff'),
      url('../webfonts/TrajanPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Light';
  src: url('../webfonts/Gotham-Light.woff2') format('woff2'),
      url('../webfonts/Gotham-Light.woff') format('woff'),
      url('../webfonts/Gotham-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Medium';
  src: url('../webfonts/Gotham-Medium.woff2') format('woff2'),
      url('../webfonts/Gotham-Medium.woff') format('woff'),
      url('../webfonts/Gotham-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('../webfonts/Gotham-Bold.woff2.woff2') format('woff2'),
      url('../webfonts/Gotham-Bold.woff') format('woff'),
      url('../webfonts/Gotham-Bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
body{
  color: #000;
  margin: 0;
  padding: 0; 
  background-color: #fff;
  font-family: "Gotham Medium";
  height: 100%;
}
.content-pa ul{
  font-family: "Open Sans";
}
p{
  font-family: "Open Sans";
}
.box{
  padding: 10px;
  height: 100vh;
  width: 100%;
}
.box-contact{
  padding: 10px;
  height: 100vh;
  width: 100%;
}
.box-inside{
  padding: 10px;
  height: 100%;
  width: 100%;
  position: relative;
}
.border-grey{
  border: 1px solid #ddd;
  width: 100%;
  height: 100%;
}
.border-body{
  padding: 10px;
  border: 1px solid #ddd;
  width: 100%;
  height: 100%;
}
.border-body-home {
  padding: 10px;
  border: 1px solid #ddd;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-center, .box-center-keep{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}
.box-center-home{
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-img{
  text-align: center;
}
.navigation{
  display: block;
}
.box-img-home{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-logo{
  position: relative;
  width: 100%;
}
.landing-logo{
  max-height: 420px;
}
a.img-hover{
  position: absolute;
  top: 0;
  left: 0;
  transition: ease-in-out 300ms;
}
a.img-hover:hover{
  opacity: 0;
}
.mobile-hover-logo{
  position: relative;
}
a.mobile-hover{
  position: absolute;
  top: 0;
  left: 0;
  transition: ease-in-out 300ms;
}
a.mobile-hover:hover{
  opacity: 0;
}
.tagline{
  font-family: "Trajan Pro";
  letter-spacing: 4px;
  text-align: center;
  font-size: 27px;
  color: #c1a221;
}
.coming-soon{
  font-family: "Trajan Pro";
  letter-spacing: 4px;
  text-align: center;
  font-size: 40px;
  color: #000;
}
.yellow{
  color: #c1a221;
}
.green{
  color: #074c23;
}
.bold{
  font-weight: bold;
}
.tagline span:nth-of-type(8){
  color: #c1a221;
}
.tagline span:nth-of-type(9){
  color: #c1a221;
}
.tagline span:nth-of-type(10){
  color: #c1a221;
}
.tagline span:nth-of-type(11){
  color: #c1a221;
}
.tagline span:nth-of-type(12){
  color: #c1a221;
}
.tagline span:nth-of-type(13){
  color: #c1a221;
}
.tagline span:nth-of-type(14){
  color: #c1a221;
}
.coming-soon span:nth-of-type(7) {
  color: #c1a221;
}
.coming-soon span:nth-of-type(8){
  color: #c1a221;
}
.coming-soon span:nth-of-type(9){
  color: #c1a221;
}
.coming-soon span:nth-of-type(10){
  color: #c1a221;
}
.copy{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-family: "Open Sans";
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-size: 13px;
  z-index: -1;
}
.copy-inside{
  font-family: "Open Sans";
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 13px;
  margin-top: 180px;
}
.copy-keep{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-family: "Open Sans";
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-size: 13px;
}
ul.menu{
  display: block;
  text-align: center;
  margin-top: 20px;
  padding-left: 0;
}
ul.menu li{
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
}
ul.menu li:after{
  content: "|";
  display: inline-block;
  padding-left: 30px;
}
ul.menu li:last-child::after{
  display: none;
}
ul.menu li a{
  color: #000;
  letter-spacing: 2px;
  transition: ease-in-out 250ms;
}
ul.menu li a:hover, ul.menu li button:hover{
  color: #ffca18;
  text-decoration: none;
}
.top-icon{
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 1.5;
  font-size: 12px;
  background: #fff;
}
.btn-plus{
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 0;
  font-size: 12px;
}
.btn-plus::after{
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 9px;
  left: 4px;
  position: absolute;
  z-index: -1;
}
.hide{
  display: none;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f9f9f9;
}
.dropdown-menu {
  position: absolute;
  top: 35px !important;
  left: 0;
  z-index: 10000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 14px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0;
  will-change: none;
}
.dropdown-menu{
  transform: none !important;
}
.img-firm{
  background-size: cover;
  background-color: #090909;
  text-align: center;
  width: 100%;
  min-height: 150px;
  background: url(../img/firm-img.png) no-repeat center center;
  background-size: cover;
}
.g-light{
  font-family: "Gotham Light";
}
.g-bold{
  font-family: "Gotham Bold";
}
.title{
  font-size: 40px;
  letter-spacing: 3px;
  margin: 25px 0;
}
.title-inside{
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
.quote, .quote-pa{
  background: #074c23;
  color: #fff;
  padding: 50px 30px 20px 30px;
  font-family: "Open Sans";
  font-weight: 300;
  position: relative;
}
.quote{
  font-size: 25px;
}
.quote-pa{
  font-size: 18px;
}
.quote h1, .quote-history h1{
  font-family: "Nunito Sans";
  font-size: 95px;
  margin: 0;
  line-height: 0.5em;
}
.quote p, .quote-history p{
  display: block;
}
.bg-quote{
  position: relative;
  background: #074c23;
  z-index: -1;
}
.quote-history{
  padding: 40px 50px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 25px;
  font-weight: 300;
  height: 100%;
  position: relative;
}
.move-up{
  margin-top: -50px;
}
a.btn-twitter{
  display: inline-block;
  border-radius: 30px;
  padding: 10px 25px;
  color: #fff;
  font-size: 16px;
  font-family: "Gotham Bold";
  background: #c1a221;
  text-transform: uppercase;
  text-align: center;
  transition: ease-in-out 200ms;
  margin: 20px 0;
}
a.btn-twitter:hover{
  color: #fff;
  background: #074c23;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.menu-icon{
  max-height: 40px;
  margin-right: 15px;
}
.box-menu{
  text-align: left !important;
  padding: 15px 0;
  min-height: 120px;
  margin-left: 20px;
}
.box-menu a{
  color: #000;
  transition: ease-in-out 250ms;
}
.box-menu a:hover{
  color: #c1a221;
  text-decoration: none;
}
.name{
  font-size: 19px;
  font-weight: bold;
  text-align: right;
  line-height: 2;
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.big-screen{
  min-height: 930px;
  width: 100%;
  padding: 10px;
}
.border-inside{
  border: 1px solid #ddd;
  min-height: 930px;
}
.list-paul{
  list-style-type: decimal;
  font-family: "Open Sans";
  margin-bottom: 25px;
  display: block;
}
.list-paul li{
  margin-bottom: 10px;
}
hr {
  margin: 10px 0;
}
.w-100{
  width: 100%;
  font-family: "Open Sans";
}
.number{
  width: 10%;
}
.top-35{
  margin-top: 35px;
}
.bottom-2{
  margin-bottom: 20px;
}
.bottom-30{
  margin-bottom: 30px;
}
.bottom-50{
  margin-bottom: 30px;
}
.bottom-70{
  margin-bottom: 70px;
}
.circle{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}
.white{
  border: 1px solid #ddd;
}
.black{
  background: #000;
}
.green-bg{
  background: #074c23;
}
.box-practice{
  margin-top: 150px;
}
.margin-practice{
  margin-top: 70px;
  margin-bottom: 30px;
}
.fs-18px{
  font-size: 18px !important;
}
.box-logo-info{
  position: relative;
  display: block;
  width: 100%;
}
.move-logo{
  margin-top: -228px !important;
}
.pin {
  position: relative;
  margin: auto;
  max-width: 550px;
}
.pin img {
  display: block;
  max-width: 100%;
  text-align: center;
}

.pin-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  display: inline-block;
  padding: 15px;
  background-color: #fff;
  transition: all 300ms ease-in;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 24px rgba(0,0,0,0.22);
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
}
.popup-1, .popup-4, .popup-5, .popup-6{
  width: 200px;
}
.popup-2{
  width: 500px;
}
.popup-3{
  width: 250px;
}

.pin-popup > *:first-child { margin-top: 0; }
.pin-popup > *:last-child { margin-bottom: 0; }

.pin-popup.open {
  opacity: 1;
  visibility: visible;
}

.marker {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(193,162,33,0.5);
  transition: all 350ms;
}
.marker:hover {
  background-color: rgba(193,162,33,0.2);
}
.marker-inside{
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(193,162,33,0.7);
}

.pin-item {
  position: absolute;
  width: 20px;
  height: 20px;
}

.pin-item1 {
  top: 7%;
  left: 48.2%;
}

.pin-item2 {
  top: 30%;
  left: 48.2%;
}

.pin-item3 {
  top: 45%;
  left: 64%;
}

.pin-item4 {
  bottom: 3%;
  right: 7%;
}

.pin-item5 {
  top: 30%;
  left: 54.2%;
}

.pin-item6 {
  bottom: 20%;
  left: 12%;
}

.pin-popup {
  position: absolute;
  left: 50px;
  transform: translateY(-50%);
}
.pin-popup:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 30px;
  height: 1px;
  background-color: rgba(193,162,33,1);
}
.pin-popup.edge {
  left: auto;
  right: calc(100% + 24px);
}
a.link-yellow{
  color: #c1a221;
  transition: ease-in-out 100ms;
}
a.link-yellow:hover{
  color: #074c23;
  text-decoration: none;
}
a.link-green{
  color: #074c23;
  transition: ease-in-out 100ms;
}
a.link-green:hover{
  color: #c1a221;
  text-decoration: none;
}
.cmm-logo{
  position: relative;
}
.cmm-logo-hover{
  position: absolute;
  left: 0;
  top: 0;
  transition: ease-in-out 300ms;
}
.cmm-logo-hover:hover{
  opacity: 0;
}
.logo{
  position: relative;
  max-width: 150px;
}
.logo-hover{
  position: absolute;
  left: 0;
  top: 0;
  transition: ease-in-out 300ms;
}
.logo-hover:hover{
  opacity: 0;
}
.navbar-nav .nav-link {
  color: #000;
  text-transform: uppercase;
  transition: ease-in-out 200ms;
  font-family: "Gotham Medium";
}
.navbar-nav .nav-link:hover {
  color: #ffca18;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .8rem;
  padding-left: .8rem;
}
.disclaimer-link{
  color: #000;
  transition: ease-in-out 100ms;
}
.disclaimer-link:hover, .dropdown-item:hover{
  color: #ffca18;
  text-decoration: none;
}

.cmm-bg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
.cmm-bg-inside{
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.login-bg{
  background-size: auto;
  background-position: top 30% center;
  background-repeat: no-repeat;
}
.box-coming-soon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.menubar{
  margin-bottom: 20px;
}
.menu-nav-mobile{
  margin-top: 20px;
}
.menu-nav-mobile li{
  text-align: center;
}
#navbar-menu{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
#pa-accordion .card{
  background: #fff;
  border-color: transparent;
}
#pa-accordion .card-header{
  background: #fff;
  border: 0;
  padding: 10px 0;
  font-weight: bold;
  font-size: 20px;
  border-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pa-accordion .card-body{
  padding: 10px 0 10px 10px;
}
#pa-accordion .plus-icon:after {
  content: "\f068"; 
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right; 
  color: #c1a221;
}
#pa-accordion .plus-icon:hover:after,
#pa-accordion .plus-icon.collapsed:hover:after {
  color: #c1a221;
}
#pa-accordion .plus-icon.collapsed:after {
  content: "\f067";
}
.content-pa, .box-practice{
  margin-top: 75px;
}
.keep-m{
  margin-top: 150px;
}
.experience-list{
  list-style: disc;
  padding-left: 18px;
}
.experience-list li{
  margin-bottom: 15px;
}
.light{
  font-family: "Gotham medium";
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  margin-top: 75px;
}
.animate__delay-1{
  -webkit-animation-delay:1.1s;
  animation-delay:1.1s;
  -webkit-animation-delay:calc(var(--animate-delay)*1.1);
  animation-delay:calc(var(--animate-delay)*1.1)
}
.animate__delay-1-5{
  -webkit-animation-delay:1.5s;
  animation-delay:1.5s;
  -webkit-animation-delay:calc(var(--animate-delay)*1.5);
  animation-delay:calc(var(--animate-delay)*1.5)
}
.animate__delay-1-8{
  -webkit-animation-delay:1.8s;
  animation-delay:1.8s;
  -webkit-animation-delay:calc(var(--animate-delay)*1.8);
  animation-delay:calc(var(--animate-delay)*1.8)
}
.animate__delay-2-5{
  -webkit-animation-delay:2.5s;
  animation-delay:2.5s;
  -webkit-animation-delay:calc(var(--animate-delay)*2.5);
  animation-delay:calc(var(--animate-delay)*2.5)
}
.animate__delay-31{
  -webkit-animation-delay:3.1s;
  animation-delay:3.1s;
  -webkit-animation-delay:calc(var(--animate-delay)*3.1);
  animation-delay:calc(var(--animate-delay)*3.1)
}
.animate__delay-32{
  -webkit-animation-delay:3.2s;
  animation-delay:3.2s;
  -webkit-animation-delay:calc(var(--animate-delay)*3.2);
  animation-delay:calc(var(--animate-delay)*3.2)
}
.animate__delay-33{
  -webkit-animation-delay:3.3s;
  animation-delay:3.3s;
  -webkit-animation-delay:calc(var(--animate-delay)*3.3);
  animation-delay:calc(var(--animate-delay)*3.3)
}
@media (min-width:767.98px){
  .mobile-hover-logo{
    display: none;
  }
}
@media (min-width:768px){
  .menu-mobile{
    display: none;
  }
}
/* humberger
--------------------------------*/
.hamburger .line{
  width: 25px;
  height: 2px;
  border-radius: 25px;
  background-color: #000;
  display: table-caption;
  margin: 2px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover{
  cursor: pointer;
}

@media (min-width: 992px) {
  .hamburger {
      display: none;
  }
}

.nav-mobile-overlay {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 1031;
  transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: "Gotham Medium";
}
.nav-mobile-overlay.open {
  visibility: visible;
  width: 100%;
}
.nav-mobile-wrapper {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-mobile-overlay.open .nav-mobile-wrapper {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition-delay: 350ms;
}
.nav-mobile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.nav-mobile .nav-mobile-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
}
.nav-mobile .nav-mobile-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 30px 0 45px;
  text-align: center;
}
.nav-mobile .nav-mobile-list .mobile-menu-item {
  font-size: 16px;
  color: #000;
  margin: 20px 0;
  text-transform: uppercase;
}
.nav-mobile .nav-mobile-list .mobile-menu-item.active {
  font-weight: bold;
  color: #000;
}
.nav-mobile .nav-mobile-list .mobile-menu-item:hover,
.nav-mobile .nav-mobile-list .mobile-menu-item:focus,
.nav-mobile .nav-mobile-list .mobile-menu-item button:hover,
.nav-mobile .nav-mobile-list .mobile-menu-item button:focus {
  color: #ffca18;
  text-decoration: none;
}
.btn-close{
  padding-top: 50px;
  padding-right: 30px;
}
.btn-plus{
  padding: 3px;
}
@media (max-width: 992px) {
  #menu-desktop {
      display: none;
  }
}
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 35px !important;
  }
}
@media (min-width:576px) and (max-width:768px){
  ul.menu{
    display: inline-block ;
  }
  .move-up{
    margin-top: 0;
  }
  .menu-mobile{
    display: none;
  }
  .popup-2{
    width: 300px;
  }
  .popup-3{
    width: 200px;
  }
}
@media (max-width:575.98px){
  .navbar {
    padding: .5rem 0;
  }
  .base-logo{
    display: none;
  }
  .logo{
    text-align: center;
    max-width: 140px;
  }
  .menu-desktop{
    display: none;
  }
  .dropdown-menu {
    position: static;
    z-index: 999;
    left: 50% !important;
    top: 35px !important;
    transform: translateX(-50%) !important;
  }
  .dropdown-item {
    text-align: center;
  }
  .border-body-home{
    display: flex;
    flex-direction: column;
  }

  ul.menu li{
    display: block;
    text-align: center;
    font-size: 13px;
    padding: 10px 15px;
  }
  ul.menu li:after{
    display: none;
  }
  .menu-icon {
    max-height: 20px;
    margin-right: 5px;
  }
  ul.menu li a {
    color: #000;
    letter-spacing: 0px;
    font-size: 11px;
  }
  .box-menu {
    padding-top: 10px;
    padding-bottom: 0 !important;
    min-height: 20px;
  }
  .menu-on-mobile{
    margin-bottom: 10px;
  }
  .move-up{
    margin-top: 10px;
  }
  .box-center {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
  .box-center {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
  .box {
    padding: 10px;
    height: 100%;
  }
  .box-keep{
    height: 100vh;
  }
  .tagline{
    margin-top: 15px;
    font-size: 15px;
  }
  .box-center-home {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    padding: 20% 0 30%;
}
  .copy-inside {
    margin: 30px 0;
  }
  .copy {
    width: 100%;
    position: relative;
    padding: 0 30px;
    margin-top: 50px;
    bottom: 15px;
  }
  .border-body{
    padding: 0;
  }
  .copy-mobile{
    position: relative;
    margin: 50px 0 30px;
  }
  .box-contact{
    height: 100%;
    width: fit-content;
  }
  .box-center-keep{
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 30px 0;
  }
  .copy-keep{
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    margin: 30px 0;
  }
  .copy-login{
    position: absolute;
    bottom: 20px;
  }
  #practice{
    padding-left: 20%;
  }
  .box-practice {
    margin-top: 50px;
  }
  .coming-soon{
    font-size: 30px;
  }
  .img-firm{
    min-height: 200px;
  }
  .img-firm img{
    display: none;
    min-height: 200px;
  }
  .margin-practice{
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .margin-practice-mobile{
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .box-practice h5{
    font-size: 17px;
  }
  .popup-1, .popup-4{
    width: 160px;
  }
  .popup-2{
    width: 300px;
  }
  .popup-3{
    width: 200px;
  }
  .pin-popup {
    position: absolute;
    left: 10px;
    top: 100%;
    transform: translateY(0) translateX(-50%);
  }
  .pin-popup:before {
    display: none;
  }
  .title{
    font-size: 35px;
    letter-spacing: 3px;
    margin: 25px 0;
  }
  .popup-6{
    transform: translateX(-20%);
  }
  .popup-4{
    transform: translateX(-70%);
  }
  .quote-pa{
    margin-bottom: 30px;
  }
  .content-pa{
    margin-top: 50px;
  }
}
/* ==========================================================================
 Helper classes
 ========================================================================== */
 
.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
 
/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
      background: transparent !important;
      color: #000 !important; /* Black prints faster */
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
  }
  a,
  a:visited {
      text-decoration: underline;
  }
  a[href]:after {
      content: " (" attr(href) ")";
  }
  abbr[title]:after {
      content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
      content: "";
  }
  pre {
      white-space: pre-wrap !important;
  }
  pre,
  blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
  }
  thead {
      display: table-header-group;
  }
  tr,
  img {
      page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
      orphans: 3;
      widows: 3;
  }
  h2,
  h3 {
      page-break-after: avoid;
  }
}