.common-btn,
a {
    transition: .5s
}
a,
a:hover {
    text-decoration: none
}
h1,
h2 {
    font-size: 4.8rem;
    font-family: Prata-Regular;
    line-height: normal
}
h1,
h2,
h3 {
    font-family: Prata-Regular
}
a,
h2,
h3,
h4 {
    color: #1C1C1C;
}
h1,
h5 {
    color: #fff;
}
h1,
h2,
h6 {
    line-height: normal
}
.common-btn strong,
.common-btn::after {
    position: absolute;
    background-color: #003865;
}
.common-btn:hover,
.dark-btn:hover {
    border-color: #fff;
}
*,
:focus {
    outline: 0 !important
}
a {
    -webkit-transition: .5s
}
a:hover {
    color: #fff;
}
section {
    width: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}
h2 strong {
    color: #3992DA;
    font-weight: 400
}
h3 {
    font-size: 3.2rem;
    line-height: 45px
}
h4 {
    font-family: LamaSans-SemiBold;
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: .2px
}
h5,
h6 {
    font-family: LamaSans-Bold
}
h5 {
    font-size: 1.6rem;
    line-height: 20px
}
h6 {
    color: rgba(255, 255, 255, .5);
    font-size: 1.4rem
}
li,p {
    font-family: LamaSans-Regular;
    letter-spacing: .28px;
    color: #1C1C1C;
    font-size: 1.4rem
}
p {
    line-height: 22px;
    margin-bottom: 20px
}
ul {
    margin-bottom: 17px
}
li {
    line-height: 27px
}
li::marker {
    color: #3992DA;
    font-size: 1.5rem
}
ol li::marker {
    color: #1C1C1C;
}
.common-btn {
    font-family: LamaSans-Medium;
    border: 1px solid #1C1C1C;
    padding: 10px 50px 10px 18px;
    color: #1C1C1C;
    font-size: 1.4rem;
    line-height: 24px;
    -webkit-transition: .5s;
    display: inline-block;
    overflow: hidden;
    text-transform: none;
    position: relative;
    border-radius: 51px;
    background-color: transparent;
    cursor: pointer
}
.common-btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    clip-path: inset(1.5rem 2rem 1.5rem calc(100% - 0rem) round 4.25rem);
    transition: .5s;
    -webkit-transition: .5s
}
.common-btn:hover {
    color: #fff;
    border-color: #003865;
    transition: .5s;
    -webkit-transition: .5s
}
.common-btn:hover::after {
    clip-path: inset(0 round 4.25rem)
}
.common-btn strong {
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 21px;
    height: 21px;
    content: "";
    transition: .5s;
    -webkit-transition: .5s;
    overflow: hidden;
    border-radius: 100%;
    color: transparent;
    z-index: 1
}
.common-btn strong::after,
.common-btn strong::before {
    content: "";
    height: 10px;
    width: 5px;
    background-image: url(../images/btn-arrow-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: .5s;
    -webkit-transition: .5s;
    z-index: 1;
    opacity: 0
}
.common-btn strong::after {
    background-image: url(../images/btn-arrow-white.svg);
    opacity: 1
}
.common-btn strong::before {
    left: -100%
}
.common-btn em {
    position: relative;
    z-index: 1;
    font-style: normal
}
.common-btn:hover strong
.dark-btn:hover strong,
.white-border-btn strong,
.white-border-btn:hover::after,
.white-btn:hover strong {
    background-color: #fff
}
.common-btn:hover em {
    color: #fff;
}
.common-btn:hover strong {
    background-color: #fff;
}
.common-btn:hover strong::before {
    opacity: 1;
    left: 50%
}
.common-btn:hover strong::after {
    left: 110%
}
.dark-btn {
    background-color: #003865;
    border-color: #003865;
    color: #fff
}
.dark-btn strong {
    background-color: #fff;
}
.dark-btn strong::after {
    background-image: url(../images/btn-arrow-black.svg);
    opacity: 1;
}
.dark-btn:hover::after {
    background-color: #fff;
}
.dark-btn:hover {
    border-color: #fff;
}
.dark-btn:hover em {
    color: #003865;
}
.dark-btn:hover strong::before {
    background-image: url(../images/btn-arrow-white.svg);
}
.white-border-btn:hover,
.white-btn {
    color: #1C1C1C;
    border-color: #fff
}
.white-btn {
    background-color: #fff
}
.white-border-btn {
    border-color: #fff;
    background-color: transparent;
    color: #fff
}
.white-border-btn:hover strong {
    background-color: #003865;
}
.white-border-btn strong::after {
    background-image: url(../images/btn-arrow-black.svg)
}
.white-border-btn strong::before {
    background-image: url(../images/btn-arrow-white.svg)
}
.white-btn:hover {
    border-color: #003865;
}
.white-btn:hover::after {
    background-color: #003865;
}
.white-btn,
.white-border-btn:hover em {
    color: #003865;
}
.blur-btn {
    border-color: rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    color: #fff
}
.blur-btn strong {
    background-color: #003865;
}
.blur-btn strong::before, 
.blur-btn strong::after {
    background-color: transparent;
    /* background-image: url(../images/btn-arrow-black.svg); */
}
.blur-btn:hover {
    border-color: #003865;
}
.dark-btn:hover strong {
    background-color: #003865;
}
.common-arrow {
    height: 46px;
    width: 46px;
    border-radius: 100%;
    border: 1px solid #1C1C1C;
    background-color: #1C1C1C;
    transition: .5s;
    -webkit-transition: .5s
}
.common-arrow:after {
    display: none
}
.common-arrow img {
    width: 6px
}
.common-arrow:hover {
    background-color: #003865;
    border-color: #003865;
}
.common-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}
.common-wrap {
    padding-left: 12px;
    padding-right: 12px
}