/* global styles */

@font-face {
    font-family: 'ArmHmksBebasNeue';
    src: url('../fonts/ArmHmksBebasNeue.woff2') format('woff2'),
    url('../fonts/ArmHmksBebasNeue.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/ArialMT.woff2') format('woff2'),
    url('../fonts/ArialMT.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --ff-arm: "ArmHmksBebasNeue", sans-serif;
    --ff-arial: "Arial", sans-serif;
    --c-white: #fff;
    --c-blue: #1A4ED6;
    --c-dark: #000;
    --c-gray: rgba(37, 37, 37, 0.55);
    --c-dark-2: #252525;
    --c-dark-3: #232323;
    --fw-400: 400;
}


body {
    margin: 0;
    padding: 0;
    font-family: var(--ff-arm);
    font-weight: var(--fw-400);
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

img {
    max-width: 100%;
    width: 100%;
}

.obj-cov {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.obj-con {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

a {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    color: var(--c-blue);
}

ul,
ol {
    /*list-style-type: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
}

.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.pos-rel {
    position: relative;
}

.tr03 {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.d-block {
    display: block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.upper {
    text-transform: uppercase;
}

.cursor {
    cursor: pointer;
}

.fw-400 {
    font-weight: var(--fw-400);
}

.c-white {
    color: var(--c-white);
}

.c-gray {
    color: var(--c-gray);
}

.c-blue {
    color: var(--c-blue);
}

.c-dark {
    color: var(--c-dark);
}

.c-dark-2 {
    color: var(--c-dark-2);
}

.c-dark-3 {
    color: var(--c-dark-3);
}

.global-btn {
    width: 100%;
}

.global-btn a {

}

.global-btn a:hover {

}

.fs-88 {
    font-size: 88px;
    line-height: 95px;
}

.fs-80 {
    font-size: 80px;
    line-height: 88px;
}

.fs-42 {
    font-size: 42px;
    line-height: 48px;
}

.fs-32 {
    font-size: 32px;
    line-height: 38px;
}

.fs-26 {
    font-size: 26px;
    line-height: 31px;
}

.fs-24 {
    font-size: 24px;
    line-height: 30px;
}

.fs-20 {
    font-size: 20px;
    line-height: 28px;
}

.ls-17 {
    letter-spacing: 1.76px;
}

.ls-16 {
    letter-spacing: 1.6px;
}

.ls-08 {
    letter-spacing: 0.84px;
}

.ls-06 {
    letter-spacing: 0.64px;
}

.ls-05 {
    letter-spacing: 0.52px;
}

.ls-04 {
    letter-spacing: 0.48px;
}

.ls-040 {
    letter-spacing: 0.4px;
}

.ff-arm {
    font-family: var(--ff-arm);
}

.ff-arial {
    font-family: var(--ff-arial);
}

@media (max-width: 1024px) {
    .fs-88 {
        font-size: 68px;
        line-height: 74px;
    }

    .fs-80 {
        font-size: 60px;
        line-height: 68px;
    }

    .fs-42 {
        font-size: 32px;
        line-height: 40px;
    }

    .fs-32 {
        font-size: 24px;
        line-height: 32px;
    }

    .fs-26 {
        font-size: 22px;
        line-height: 28px;
    }

    .fs-24 {
        font-size: 20px;
        line-height: 28px;
    }

    .fs-20 {
        font-size: 16px;
        line-height: 25px;
    }

    .ls-17 {
        letter-spacing: 1.25px;
    }

    .ls-16 {
        letter-spacing: 1px;
    }

    .ls-08 {
        letter-spacing: 0.75px;
    }

    .ls-06 {
        letter-spacing: 0.55px;
    }

    .ls-05 {
        letter-spacing: 0.45px;
    }

    .ls-04 {
        letter-spacing: 0.35px;
    }

    .ls-040 {
        letter-spacing: 0.35px;
    }
}

@media (max-width: 767px) {
    .fs-88 {
        font-size: 48px;
        line-height: 56px;
    }

    .fs-80 {
        font-size: 44px;
        line-height: 50px;
    }

    .fs-42 {
        font-size: 28px;
        line-height: 36px;
    }
}

/* global styles end */