@media (max-width: 575.98px) {
    .contact-banner-form {
        padding: 1rem !important;
        margin: 0;
    }

    .pt-6 {
        padding-top: 3rem !important;
    }

    .pb-6 {
        padding-bottom: 3rem !important;
    }

    .image-text-split .image-wrapper img.rad-img3 {
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }

    .image-text-split .image-wrapper img.rad-img2 {
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
    }

    .image-text-split .image-wrapper img.rad-img1 {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        border-top-right-radius: 100px;
    }

    .hero {
        max-height: 450px;
    }
}

/* Extra small devices (phones, less than 576px) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .pt-6 {
        padding-top: 3rem !important;
    }

    .pb-6 {
        padding-bottom: 3rem !important;
    }

    .image-text-split .image-wrapper img.rad-img3 {
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }

    .image-text-split .image-wrapper img.rad-img2 {
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
    }

    .image-text-split .image-wrapper img.rad-img1 {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        border-top-right-radius: 100px;
    }

    .hero {
        max-height: 500px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .pt-6 {
        padding-top: 3rem !important;
    }

    .pb-6 {
        padding-bottom: 3rem !important;
    }

    .image-text-split .image-wrapper img.rad-img3 {
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }

    .image-text-split .image-wrapper img.rad-img2 {
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
    }

    .image-text-split .image-wrapper img.rad-img1 {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        border-top-right-radius: 100px;
    }

    .hero {
        max-height: 550px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero {
        max-height: 600px;
    }
}

/* Extra large devices (large desktops, less than 1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .navbar-nav.font-size-18 * {
        font-size: 15px !important;
    }

    .hero {
        max-height: 600px;
    }
}

@media (max-width: 1199.98px) {
    .nav-button {
        width: 100%;
    }
}







@media (max-width: 575.98px) {

    /***************************
    // Navbar
    ***************************/
    .navbar-top {
        display: none;
    }

    .navbar-nav {
        background: #ffffff;
        position: absolute;
    }

    .nav-item {
        width: 100%;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .navbar-custom .nav-link {
        padding: 1rem 1.5rem;
        white-space: nowrap;
    }

    .navbar-custom .nav-link.btn-filled-blue {
        width: 100%;
    }

    .navbar-custom .nav-link:hover {
        background: #3accc73a;
    }

    .navbar-collapse {
        flex-basis: unset;
        flex-grow: unset;
        align-items: center;
    }

    /***************************
    // End Navbar
    ***************************/
}

/* Extra small devices (phones, less than 576px) */
@media (min-width: 576px) and (max-width: 767.98px) {

    /***************************
    // Navbar
    ***************************/
    .navbar-top {
        display: none;
    }

    .navbar-nav {
        background: #ffffff;
        position: absolute;
    }

    .nav-item {
        width: 100%;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .navbar-custom .nav-link {
        white-space: nowrap;
        padding: 1rem 1.5rem;
    }

    .navbar-custom .nav-link.btn-filled-blue {
        width: 100%;
    }

    .navbar-custom .nav-link:hover {
        background: #3accc73a;
    }

    .navbar-collapse {
        flex-basis: unset;
        flex-grow: unset;
        align-items: center;
    }

    /***************************
    // End Navbar
    ***************************/
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {

    /***************************
    // Navbar
    ***************************/
    .navbar-top {
        display: none;
    }

    .navbar-nav {
        background: #ffffff;
        position: absolute;
    }

    .nav-item {
        width: 100%;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .navbar-custom .nav-link {
        white-space: nowrap;
        padding: 1rem 1.5rem;
    }

    .navbar-custom .nav-link.btn-filled-blue {
        width: 100%;
    }

    .navbar-custom .nav-link:hover {
        background: #3accc73a;
    }

    .navbar-collapse {
        flex-basis: unset;
        flex-grow: unset;
        align-items: center;
    }

    /***************************
    // End Navbar
    ***************************/
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    /***************************
    // Navbar
    ***************************/
    .navbar-top {
        display: none;
    }

    .navbar-nav {
        background: #ffffff;
        position: absolute;
    }

    .nav-item {
        width: 100%;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .navbar-custom .nav-link {
        white-space: nowrap;
        padding: 1rem 1.5rem;
    }

    .navbar-custom .nav-link.btn-filled-blue {
        width: 100%;
    }

    .navbar-custom .nav-link:hover {
        background: #3accc73a;
    }

    .navbar-collapse {
        flex-basis: unset;
        flex-grow: unset;
        align-items: center;
    }

    /***************************
    // End Navbar
    ***************************/
}










@media (max-width: 575.98px) {
    /***************************
    // Font Sizes
    ***************************/

    .font-size-96 * {
        font-size: calc(96px / 2) !important;
    }

    .font-size-80 * {
        font-size: calc(80px / 2.4) !important;
    }

    .font-size-65 * {
        font-size: calc(65px / 2) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 2) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 2) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 2) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 2) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 2) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.8) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.8) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.8) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.8) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.8) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.8) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.8) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.8) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.8) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.8) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.8) !important;
    }

    .static-content h1,
    .font-size-48 * {
        font-size: calc(48px / 1.9) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.5) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.5) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.5) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.5) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.5) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.5) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.5) !important;
    }

    .static-content h2,
    .font-size-40 * {
        font-size: calc(40px / 1.5) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.5) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.5) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.5) !important;
    }

    .font-size-36 * {
        font-size: calc(36px / 1.5) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.5) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.5) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.5) !important;
    }

    .static-content h3,
    .font-size-32 * {
        font-size: calc(32px / 1.5) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.5) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.5) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.5) !important;
    }

    .font-size-28 * {
        font-size: calc(28px / 1.5) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.5) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.5) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.5) !important;
    }

    .font-size-24 * {
        font-size: calc(24px / 1.5) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.5) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.5) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.5) !important;
    }

    .static-content h4,
    .font-size-20 * {
        font-size: calc(20px / 1.35) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.3) !important;
    }

    .static-content p,
    .static-content span,
    .font-size-18 * {
        font-size: calc(18px / 1.25) !important;
    }

    .font-size-17 * {
        font-size: calc(17px / 1.2) !important;
    }

    .static-content h5,
    .font-size-16 * {
        font-size: calc(16px / 1.1) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .static-content h6,
    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}

/* Extra small devices (phones, less than 576px) */
@media (min-width: 576px) and (max-width: 767.98px) {

    /***************************
    // Font Sizes
    ***************************/
    .font-size-96 * {
        font-size: calc(96px / 1.9) !important;
    }

    .font-size-80 * {
        font-size: calc(80px / 1.9) !important;
    }

    .font-size-65 * {
        font-size: calc(65px / 1.75) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 1.75) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 1.75) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 1.75) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 1.75) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 1.75) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.5) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.5) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.5) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.5) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.5) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.5) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.46) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.46) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.46) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.42) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.42) !important;
    }

    .static-content h1,
    .font-size-48 * {
        font-size: calc(48px / 1.42) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.38) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.38) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.38) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.34) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.34) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.34) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.3) !important;
    }

    .static-content h2,
    .font-size-40 * {
        font-size: calc(40px / 1.3) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.3) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.3) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.3) !important;
    }

    .font-size-36 * {
        font-size: calc(36px / 1.3) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.3) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.3) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.3) !important;
    }

    .static-content h3,
    .font-size-32 * {
        font-size: calc(32px / 1.3) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.3) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.3) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.3) !important;
    }

    .font-size-28 * {
        font-size: calc(28px / 1.3) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.3) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.3) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.3) !important;
    }

    .font-size-24 * {
        font-size: calc(24px / 1.3) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.3) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.3) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.3) !important;
    }

    .static-content h4,
    .font-size-20 * {
        font-size: calc(20px / 1.3) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.3) !important;
    }

    .static-content p,
    .static-content span,
    .font-size-18 * {
        font-size: calc(18px / 1.25) !important;
    }

    .font-size-17 * {
        font-size: calc(17px / 1.2) !important;
    }

    .static-content h5,
    .font-size-16 * {
        font-size: calc(16px / 1.1) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .static-content h6,
    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {

    /***************************
    // Font Sizes
    ***************************/
    .font-size-96 * {
        font-size: calc(96px / 1.8) !important;
    }

    .font-size-80 * {
        font-size: calc(80px / 1.8) !important;
    }

    .font-size-65 * {
        font-size: calc(65px / 1.3) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 1.3) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 1.3) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 1.3) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 1.3) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 1.3) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.3) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.3) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.3) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.3) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.3) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.28) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.25) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.24) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.24) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.23) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.23) !important;
    }

    .static-content h1,
    .font-size-48 * {
        font-size: calc(48px / 1.23) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.22) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.22) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.22) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.21) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.21) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.21) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.20) !important;
    }

    .static-content h2,
    .font-size-40 * {
        font-size: calc(40px / 1.20) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.20) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.19) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.19) !important;
    }

    .font-size-36 * {
        font-size: calc(36px / 1.19) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.18) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.18) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.18) !important;
    }

    .static-content h3,
    .font-size-32 * {
        font-size: calc(32px / 1.17) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.17) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.17) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.16) !important;
    }

    .font-size-28 * {
        font-size: calc(28px / 1.16) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.16) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.15) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.15) !important;
    }

    .font-size-24 * {
        font-size: calc(24px / 1.15) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.12) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.1) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.1) !important;
    }

    .static-content h4,
    .font-size-20 * {
        font-size: calc(20px / 1.1) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.1) !important;
    }

    .static-content p,
    .static-content span,
    .font-size-18 * {
        font-size: calc(18px / 1.1) !important;
    }

    .font-size-17 * {
        font-size: calc(17px / 1.1) !important;
    }

    .static-content h5,
    .font-size-16 * {
        font-size: calc(16px / 1.05) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .static-content h6,
    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    /***************************
    // Font Sizes
    ***************************/
    .font-size-96 * {
        font-size: calc(96px / 1.7) !important;
    }

    .font-size-80 * {
        font-size: calc(80px / 1.7) !important;
    }

    .font-size-65 * {
        font-size: calc(65px / 1.3) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 1.3) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 1.3) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 1.3) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 1.3) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 1.3) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.3) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.3) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.3) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.2) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.2) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.2) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.19) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.19) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.19) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.18) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.18) !important;
    }

    .static-content h1,
    .font-size-48 * {
        font-size: calc(48px / 1.18) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.17) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.17) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.17) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.16) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.16) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.16) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.15) !important;
    }

    .static-content h2,
    .font-size-40 * {
        font-size: calc(40px / 1.15) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.15) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.14) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.14) !important;
    }

    .font-size-36 * {
        font-size: calc(36px / 1.14) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.13) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.13) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.13) !important;
    }

    .static-content h3,
    .font-size-32 * {
        font-size: calc(32px / 1.12) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.12) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.12) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.11) !important;
    }

    .font-size-28 * {
        font-size: calc(28px / 1.11) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.11) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.1) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.1) !important;
    }

    .font-size-24 * {
        font-size: calc(24px / 1.1) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.1) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.1) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.1) !important;
    }

    .static-content h4,
    .font-size-20 * {
        font-size: calc(20px / 1.1) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.1) !important;
    }

    .static-content p,
    .static-content span,
    .font-size-18 * {
        font-size: calc(18px / 1.1) !important;
    }

    .font-size-17 * {
        font-size: calc(17px) !important;
    }

    .static-content h5,
    .font-size-16 * {
        font-size: calc(16px) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .static-content h6,
    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    /***************************
    // Font Sizes
    ***************************/
    .font-size-96 * {
        font-size: calc(96px / 1.5) !important;
    }

    .font-size-80 * {
        font-size: calc(80px / 1.5) !important;
    }

    .font-size-65 * {
        font-size: calc(65px / 1.2) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 1.2) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 1.2) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 1.2) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 1.2) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 1.2) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.2) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.2) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.2) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.2) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.2) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.2) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.19) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.19) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.19) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.18) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.18) !important;
    }

    .static-content h1,
    .font-size-48 * {
        font-size: calc(48px / 1.18) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.17) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.17) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.17) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.16) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.16) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.16) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.15) !important;
    }

    .static-content h2,
    .font-size-40 * {
        font-size: calc(40px / 1.15) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.15) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.14) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.14) !important;
    }

    .font-size-36 * {
        font-size: calc(36px / 1.14) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.13) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.13) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.13) !important;
    }

    .static-content h3,
    .font-size-32 * {
        font-size: calc(32px / 1.12) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.12) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.12) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.11) !important;
    }

    .font-size-28 * {
        font-size: calc(28px / 1.11) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.11) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.1) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.1) !important;
    }

    .font-size-24 * {
        font-size: calc(24px / 1.1) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.03) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.02) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.02) !important;
    }

    .static-content h4,
    .font-size-20 * {
        font-size: calc(20px / 1.01) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.01) !important;
    }

    .static-content p,
    .static-content span,
    .font-size-18 * {
        font-size: calc(18px) !important;
    }

    .font-size-17 * {
        font-size: calc(17px) !important;
    }

    .static-content h5,
    .font-size-16 * {
        font-size: calc(16px) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .static-content h6,
    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}