* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

html {
    overflow: hidden;
    overflow-y: auto;
}

body {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.714286;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Poppins, sans-serif;
    color: #1d1d24;
    font-weight: 400;
}

a {
    transition: all 0.4s ease-in-out 0s;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
address, p, pre, blockquote,
dl, dd, menu, ol, ul, table,
caption, hr {
    margin: 0;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Poppins, sans-serif;
    line-height: 1.4074;
}

h1, h2, .h1, .h2 {
    line-height: 1.2;
}

h1.h-themed, h2.h-themed, h3.h-themed, h4.h-themed, h5.h-themed, h6.h-themed,
.h1.h-themed, .h2.h-themed, .h3.h-themed, .h4.h-themed, .h5.h-themed, .h6.h-themed {
    color: #1a3757;
}

.h1, h1 {
    font-size: 64px;
}
.h2, h2 {
    font-size: 54px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 20px;
}
.h5, h5 {
    font-size: 18px;
}
.h6, h6 {
    font-size: 16px;
}

@media (max-width: 992px) {
    .h1, h1 {
        font-size: 60px;
    }
    .h2, h2 {
        font-size: 52px;
    }
    .h3, h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .h1, h1 {
        font-size: 58px;
    }
    .h2, h2 {
        font-size: 50px;
    }
    .h3, h3 {
        font-size: 22px;
    }
}

@media (max-width: 880px) {
    .h1, h1 {
        font-size: 56px;
    }
}

h1, .h1, h2, .h2, h3, .h3 {
    font-weight: 700;
}
h4, .h4, h5, .h5 {
    font-weight: 600;
}
h6, .h6 {
    font-weight: 500;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

a:visited {
    color: inherit;
}
