
/* @import url(animate.min.css); */
@import url(header2.css);
@import url(footer.css);
@import url(colors.css);
* {
    margin: 0;
    scroll-behavior: smooth;
    font-family: 'FireflyDisplay';
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
}
*,
:focus,
:hover {
    outline: 0;
}
.d-none {
    display: none;
}
.noselect {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}
.center {
    text-align: center;
}
.container,
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.container {
    max-width: 1140px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}
.col {
    flex: 1 0 0%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}
.col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}
.col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
}
.align-items-center {
    align-items: center;
}
a {
    color: var(--ffly-link-blue);
    text-decoration: none;
}

a:active,
a:focus,
a:hover,
a:hover:focus {
    color: var(--ffly-link-blue);
    opacity: 0.7;
}
a.logo:active,
a.logo:focus,
a.logo:hover,
a.logo:hover:focus {
    opacity: 0.9;
}

img {
    max-width: 100%;
    height: auto;
}

body,
html {
    height: 100%;
    color: var(--gray);
}

body {
    font-size: 14px;
    line-height: 24px;
}
.h1 {
    font-weight: bold;
    font-size: 64px;
    line-height: 64px;
}
.h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
}
.underline {
    text-decoration: underline;
}

@media (max-width: 990px) {
    .h1 {
        font-size: 42px;
        line-height: 40px;
    }
    .h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

/* Buttons */
.bordered-btn {
    border: 1px solid var(--light-gray-border);
    border-radius: 8px;
    color: var(--light-gray-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 18px;
}
.bordered-btn:hover,
.bordered-btn:focus,
.bordered-btn:hover:focus {
    color: var(--light-gray-font) !important;
    opacity: 0.7;
}
.bordered-btn span {
    position: relative;
    padding-left: 28px;
}
.bordered-btn span svg {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
/* Buttons */
.container {
    width: 84.53%;
    padding-left: 0;
    padding-right: 0;
    max-width: 1400px;
}

.wh-bg-sec .ccol .link.dis,
.wh-bg-sec .ccol .link.dis:hover,
.wh-bg-sec .ccol .link.dis:focus {
    color: var(--green) !important;
    opacity: 0.6;
}

@media (max-width: 991px) {
    .container {
        width: 95%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.mb-img,
.mb-show {
    display: none;
}

@media (max-width: 810px) {
    .mb-img {
        display: block;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
    }
}

/*--------------FOOTER-----------------------------------------------*/
:root {
    --base-200: #fafafa;
    --base-300: #e5e6e8;
    --base-400: #a2a7b0;
    --base-500: #767b89;
    --base-600: #5d616c;
    --base-700: #3b3c44;
    --base-1000: #111215;
    --base-900: #181a1e;
    --brand-green: #fbd20f;
    --input-field-border: rgba(120, 120, 120, 0.2);
    --white: #ffffff;
    --black: #000;
}