/* Typography */

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-1);
    font-style: normal;
    font-weight: bold;
    padding: 0;
    position: relative;
}

h1 {
    font-size: 6.4rem;
    line-height: 1.1;
    margin: 0;
}

h1.looks-like-h2 {
    font-size: 4.8rem;
}

h2 {
    font-size: 4.8rem;
    line-height: 1.2;
    margin: 3.2rem 0;
}

h2.looks-like-h3 {
    font-size: 3.6rem;
    font-weight: 600;
}

h3 {
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 3.2rem 0;
}

h3.looks-like-h2 {
    font-size: 4.8rem;
    font-weight: bold;
}

h3.looks-like-h4 {
    font-size: 2.4rem;
    font-weight: 500;
}

h4 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

h4.looks-like-h3 {
    font-size: 3.6rem;
    font-weight: 500;
}

h5 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0;
}

h6 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0;
}

p {
    margin: 2.4rem 0;
}

p.has-small-font-size {
    font-size: 1.4rem !important;
}

p.has-medium-font-size {
    font-size: 1.4rem !important;
}

p.has-large-font-size {
    font-size: 1.8rem !important;
}

p.has-x-large-font-size {
    font-size: 2.4rem !important;
    font-weight: 500;
}

p.has-background {
    padding: 1.6rem 2.4rem;
}

a {
    color: var(--blue);
    text-decoration: underline;
}

a:hover {
    color: var(--blue-dark);
    text-decoration: none;
}

main.page .main-content > .container > .wrap > .content-left > h2,
main.page .main-content > .container > .wrap > .content-left > h3 {
    margin-top: 7.2rem;
    margin-bottom: 3.2rem;
}

.fw-bold,
.fw-bold span.in-icon {
    font-weight: bold;
}

.fw-semibold,
.fw-semibold span.in-icon {
    font-weight: 600;
}

.fw-medium,
.fw-medium span.in-icon {
    font-weight: 500;
}

.fw-regular,
.fw-regular span.in-icon {
    font-weight: normal;
}

.fw-light,
.fw-light span.in-icon {
    font-weight: 300;
}

.fw-thin,
.fw-thin span.in-icon {
    font-weight: 100;
}

/* Label */

span.label {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: none;
    padding: 0.88rem 1.6rem;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    border-color: var(--blue);
    color: var(--blue);
}

/* RESPONSIVE */

@media (max-width: 1600px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 990px) {
    h1 {
        font-size: 4rem;
    }

    h1.looks-like-h2 {
        font-size: 3.6rem;
    }

    h2 {
        font-size: 3.6rem;
        margin: 2.4rem 0;
    }

    h2.looks-like-h3 {
        font-size: 3.2rem;
    }

    h3 {
        font-size: 3.2rem;
    }

    h3.looks-like-h2 {
        font-size: 3.6rem;
    }

    main.page .main-content > .container > .wrap > .content-left > h2,
    main.page .main-content > .container > .wrap > .content-left > h3 {
        margin-top: 4.8rem;
        margin-bottom: 2.4rem;
    }
}

@media (max-width: 750px) {
}

@media (max-width: 600px) {
}

@media (max-width: 400px) {
}
