@font-face {
    font-family: 'GeneralSans-Regular';
       src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
         url('../fonts/GeneralSans-Regular.woff') format('woff'),
         url('../fonts/GeneralSans-Regular.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: normal;
}

@font-face {
    font-family: 'GeneralSans-Italic';
    src: url('../fonts/GeneralSans-Italic.woff2') format('woff2'),
         url('../fonts/GeneralSans-Italic.woff') format('woff'),
         url('../fonts/GeneralSans-Italic.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: italic;
}

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

html {
    font-size: 10px
}

@media (max-width: 1440px) {
    html {
        font-size:8.5px
    }
}

body {
    font-size: 1.6rem;
    font-family: "GeneralSans-Regular" !important;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .6px;
    color: #1e1e1e
}
p{
font-family: "GeneralSans-Regular";
font-size: 1.6rem;

}

a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #1e1e1e
    font-family: "GeneralSans-Regular";
}

a:hover {
    text-decoration: none;
    color: #1e1e1e
}

h1,.h1 {
    font-size: 3.6rem;
    line-height: 1.2;
    margin: 0 0 48px 0
    font-family: "GeneralSans-Regular";
}

h2,.h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    font-family: "GeneralSans-Regular";
    margin: 0 0 32px 0
}

h3,.h3 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 24px 0
    font-family: "GeneralSans-Regular";
}

h4,.h4 {
    font-size: 1.6rem;
    line-height: 1.2;
    font-family: "GeneralSans-Regular";
    margin: 0 0 18px 0
}

@media (max-width: 1440px) {
    h4,.h4 {
        margin-top:30px
    }
}

h5,.h5 {
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0 0 14px 0
}

h6,.h6 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0 0 12px 0
}

blockquote {
    background: #f4f9fb;
    border-left: 10px solid #ebf4f8
}

blockquote p {
    padding: 32px 48px
}

blockquote img {
    width: 58px;
    height: 46px;
    color: #ebf4f8
}

.color-dark,.color-dark a,.color-dark h2 {
    color: #fff
}

p {
    margin: 0 0 20px 0
}

b,strong,.text-bold {
    font-family: "GeneralSans-Medium";
    font-weight: 500
}