* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #00404C;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #A90063;
}
ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h2 {
    color: #FFCBA6;
    font-family: 'PPFormula-NarrowSemibold';
    font-size: 6.4rem;
    line-height: 70px;
}
h3 {
    color: #fff;
    font-family: 'PPFormula-NarrowSemibold';
    font-size: 4rem;
    line-height: normal;
}
h4 {
    color: #00404C;
    font-family: 'PPFormula-NarrowSemibold';
    font-size: 3.2rem;
}
h5 {
    color: #00404C;
    font-family: 'InterTight-Regular';
    font-size: 2.5rem;
    line-height: normal;
}
h6 {
    color: #FFF;
    font-family: 'Inter-Bold';
    font-size: 1.6rem;
    line-height: 24px;
}
p {
    color: #00404C;
    font-family: 'InterTight-Regular';
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 15px;
}
.common-btn {
    color: #00404C;
    font-family: 'InterTight-Regular';
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.7px;
    background-color: transparent;
    border: 1px solid #00404C;
    padding: 10px 23px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn::after {
    content: "";
    height: 19px;
    width: 19px;
    background-size: 19px;
    background-image: url(../images/btn-arrow.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #A90063;
    border-color: #fff;
    color: #fff;
}
.common-btn:hover::after {
    filter: brightness(0) invert(1);
}
.white-border-btn {
    border-color: #fff;
    color: #fff;
}
.white-border-btn::after {
    filter: brightness(0) invert(1);
}
.white-border-btn:hover {
    background-color: #A90063;
    border-color: #fff;
    color: #fff;
}
.white-border-btn:hover::after {
    filter: brightness(0) invert(1);
}
.red-btn {
    background-color: #A90063;
    border-color: #A90063;
    color: #fff;
}
.red-btn::after {
    filter: brightness(0) invert(1);
}
.red-btn:hover {
    background-color: #00404C;
    border-color: #fff;
    color: #fff;
}
.red-btn:hover::after {
    filter: brightness(0) invert(1);
}
.left-icon-btn {
    flex-direction: row-reverse;
}
.left-icon-btn::after {
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 12px;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

