.header-home {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  padding-bottom: 14rem;
  padding-top: 6rem;
  min-height: calc(100vh - 8rem);
}
.header-home.mask-shadow {
  z-index: 0;
}
.mask-shadow:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: -1;
}
.mask-shadow:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  z-index: -1;
  background: -webkit-linear-gradient(top,rgba(19,20,34,0) 0%,rgba(19,20,34,0.6) 100%);
  background: -o-linear-gradient(top,rgba(19,20,34,0) 0%,rgba(19,20,34,0.6) 100%);
  background: linear-gradient(to bottom,rgba(19,20,34,0) 0%,rgba(19,20,34,0.6) 100%);
}
section.header-home .page-center {
  padding-top: 120px;
  width: 100%;
}
.header-home-header h1 {
  font-size: 7rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  font-family: archivo black,sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 60%;
  margin-bottom: 2.5rem;
}
.header-home-header .text-medium {
  color: #0fa1e2;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: pathway gothic one,sans-serif;
  display: block;
  margin-bottom: 2.75rem;
}
a.btn.header-home-footer-button {
  font-size: 2.6rem;
  padding: 2.3rem 7rem 2.4rem;
  box-shadow: 0 22px 46px rgb(0 0 0 / 9%), 0 30px 24px rgb(0 0 0 / 6%);
  border-color: #c5c5c5;
}
.component-arrow-bottom {
  position: absolute;
  left: 0%;
  bottom: 20px;
  width: 100%;
  height: 116px;
  z-index: 9;
}
.component-arrow-bottom .content-inner-arrow-bottom {
  position: absolute;
  width: 116px;
  height: 116px;
  left: 50%;
  top: 0%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.component-arrow-bottom .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255,255,255,.12);
  width: 75%;
  height: 75%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background-clip: padding-box;
  z-index: 1;
}
.component-arrow-bottom .circle.circle-1 {
  -webkit-animation: animationCircleArrowDown 1.2s ease-out 0s infinite;
  -o-animation: animationCircleArrowDown 1.2s ease-out 0s infinite;
  animation: animationCircleArrowDown 1.2s ease-out 0s infinite;
}
.component-arrow-bottom .circle.circle-2 {
  -webkit-animation: animationCircleArrowDown 1.2s ease-out .2s infinite;
  -o-animation: animationCircleArrowDown 1.2s ease-out .2s infinite;
  animation: animationCircleArrowDown 1.2s ease-out .2s infinite;
}
.component-arrow-bottom svg {
  position: absolute;
  left: 50%;
  top: 50%;
  fill: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
  -o-transition: all .3s cubic-bezier(.4,0,.2,1);
  transition: all .3s cubic-bezier(.4,0,.2,1);
}
.svg-arrow-down {
  padding: 0.1rem;
  width: 3.6rem;
  height: 3.6rem;
}
.component-arrow-bottom.scroll-to .content-inner-arrow-bottom {
  cursor: pointer;
}
@-webkit-keyframes animationCircleArrowDown{
  0%{width:0%;height:0%;opacity:0}
  50%{opacity:1}
  100%{width:90%;height:90%;opacity:0}
}
@-o-keyframes animationCircleArrowDown{
  0%{width:0%;height:0%;opacity:0}
  50%{opacity:1}
  100%{width:90%;height:90%;opacity:0}
}
@keyframes animationCircleArrowDown{
  0%{width:0%;height:0%;opacity:0}
  50%{opacity:1}
  100%{width:90%;height:90%;opacity:0}
}
@media (max-width: 1199px){
  .header-home-header h1 {
    font-size: calc((7rem * 70)/100);
  }
}
@media (max-width: 991px){
  .header-home {
    min-height: 702px;
  }
  .header-home-header h1 {
    font-size: calc((7rem * 60)/100);
  }
}
@media (max-width: 767px){
  .header-home {
    min-height: 624px;
  }
  .header-home-header h1 {
    font-size: calc((7rem * 50)/100);
  }
}
@media (max-width: 650px){
  a.btn.header-home-footer-button {
    font-size: 1.7rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (max-width: 479px){
  .header-home {
    min-height: 100vh;
  }
  .header-home-header h1 {
    font-size: calc((7rem * 45)/100);
    width: 80%;
  }
  .header-home-header .text-medium {
    font-size: calc((2.6rem * 80)/100);
    width: 80%;
    margin-bottom: 4.75rem;
  }
  a.btn.header-home-footer-button {
    font-size: calc((2.6rem * 70)/100);
    padding: 1.4rem 3rem;
  }
}