/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.5/css/uikit.min.css */
a {
    -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
    outline: 0;
}

a {
    color: #1e87f0;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #0f6ecd;
    text-decoration: underline;
}

b, strong {
    font-weight: bolder;
}

em {
    color: #f0506e;
}

img {
    vertical-align: middle;
}

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

figure, p, ul {
    margin: 0 0 20px 0;
}

* + p, * + ul {
    margin-top: 20px;
}

h1, h2, h3, h4 {
    margin: 0 0 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    color: #333;
    text-transform: none;
}

* + h2, * + h3, * + h4 {
    margin-top: 40px;
}

h1 {
    font-size: 2.23125rem;
    line-height: 1.2;
}

h2 {
    font-size: 1.7rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.4;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.4;
}

@media (min-width: 960px) {
    h1 {
        font-size: 2.625rem;
    }

    h2 {
        font-size: 2rem;
    }
}

ul {
    padding-left: 30px;
}

ul > li > ul {
    margin: 0;
}

::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

.uk-container {
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 640px) {
    .uk-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 960px) {
    .uk-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.uk-container::after, .uk-container::before {
    content: "";
    display: table;
}

.uk-container::after {
    clear: both;
}

.uk-container > :last-child {
    margin-bottom: 0;
}

[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.uk-width-auto {
    width: auto;
}

@media print {
    *, ::after, ::before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/*! CSS Used from: https://www.keforma.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.1 ; media=all */
@media all {
    ul {
        box-sizing: border-box;
    }

    :where(figure) {
        margin: 0 0 1em;
    }
}

/*! CSS Used from: https://www.keforma.com/content/plugins/contact-form-7/includes/css/styles.css?ver=5.9.6 ; media=all */
@media all {
    .wpcf7 .screen-reader-response {
        position: absolute;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        word-wrap: normal !important;
    }

    .wpcf7 form .wpcf7-response-output {
        margin: 2em 0.5em 1em;
        padding: 0.2em 1em;
        border: 2px solid #00a0d2;
    }

    .wpcf7 form.init .wpcf7-response-output {
        display: none;
    }

    .wpcf7-form-control-wrap {
        position: relative;
    }

    .wpcf7-spinner {
        visibility: hidden;
        display: inline-block;
        background-color: #23282d;
        opacity: 0.75;
        width: 24px;
        height: 24px;
        border: none;
        border-radius: 100%;
        padding: 0;
        margin: 0 24px;
        position: relative;
    }

    .wpcf7-spinner::before {
        content: '';
        position: absolute;
        background-color: #fbfbfc;
        top: 4px;
        left: 4px;
        width: 6px;
        height: 6px;
        border: none;
        border-radius: 100%;
        transform-origin: 8px 8px;
        animation-name: spin;
        animation-duration: 1000ms;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    @media (prefers-reduced-motion: reduce) {
        .wpcf7-spinner::before {
            animation-name: blink;
            animation-duration: 2000ms;
        }
    }
    .wpcf7 .wpcf7-submit:disabled {
        cursor: not-allowed;
    }

    .wpcf7 input[type="email"] {
        direction: ltr;
    }
}

/*! CSS Used from: https://www.keforma.com/content/themes/white-timber/style.css?ver=6.4.1 ; media=all */
@media all {
    /*! @import https://www.keforma.com/content/themes/white-timber/css/main.css */
    figure {
        display: block;
    }

    a {
        background-color: transparent;
    }

    a:active, a:hover {
        outline: 0;
    }

    b, strong {
        font-weight: bold;
    }

    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }

    img {
        border: 0;
    }

    figure {
        margin: 1em 40px;
    }

    input {
        color: inherit;
        font: inherit;
        margin: 0;
    }

    input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    input {
        line-height: normal;
    }

    *, *::before, *::after {
        box-sizing: border-box;
    }

    *:focus {
        outline: none;
    }

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

    h1, h2, h3, h4, ul, p {
        margin: 0;
        /*color: #000000;*/
    }

    a {
        color: #D71921;
        transition: all 0.3s;
    }

    a:hover {
        color: #D71921;
    }

    h4, h1, h2, h3 {
        font-family: "Ubuntu";
        font-weight: 600;
        letter-spacing: 0px;
    }

    h1 {
        font-size: 3.5rem;
    }

    @media (max-width: 768px) {
        h1 {
            font-size: 2.625rem;
        }
    }
    @media (max-width: 640px) {
        h1 {
            font-size: 2rem;
        }
    }
    h3 {
        font-size: 2.25rem;
    }

    @media (max-width: 768px) {
        h3 {
            font-size: 1.75rem;
        }
    }
    h4 {
        font-size: 1.875rem;
    }

    @media (max-width: 768px) {
        h4 {
            font-size: 1.5rem;
        }
    }
    em {
        color: black;
    }

    .bg-secondary {
        color: white;
    }

    .bg-secondary h2, .bg-secondary p {
        color: white;
    }

    .bg-secondary {
        background-color: #01011E;
    }

    .img-border-left {
        border-left: 8px solid #D71921;
    }

    .content-wrapper .vc_row {
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .content-wrapper .vc_row .vc_column_container > .vc_column-inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    .content-wrapper .vc_row.vc_column-gap-30 {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
    }

    .content-wrapper .wpb_content_element {
        margin-bottom: 0px;
    }

    .vc_row-o-equal-height .wpb_column > div {
        height: 100%;
    }

    .vc_row {
        position: relative;
    }

    .btn {
        padding: 10px 20px;
        background-color: #D71921;
        width: 370px;
        max-width: 100%;
        text-align: center;
        color: white;
        position: relative;
        height: auto !important;
        transition: all 0.3s;
        z-index: 1;
        position: relative;
        border: 0px;
    }

    .btn:hover {
        color: white;
        background-color: #AB0F16;
    }

    .btn-outer {
        position: relative;
        width: fit-content;
        height: fit-content;
        max-width: 100%;
    }

    .btn-outer .btn-shadow {
        width: 100%;
        height: 100%;
        border: 2px solid black;
        z-index: 0;
        top: 8px;
        left: 10px;
        position: absolute;
        transition: all 0.3s;
    }

    .bg-secondary .btn-outer .btn-shadow {
        border-color: white;
    }

    .btn-outer:hover .btn {
        color: white;
        background-color: #AB0F16;
    }

    .btn-outer:hover .btn-shadow {
        top: 4px;
        left: 6px;
    }

    .btn-link {
        text-decoration: none !important;
        max-width: 100%;
    }

    .wpcf7-form .wpcf7-text {
        width: 100%;
        border-radius: 2px;
        border: 1px solid #000000;
        color: black;
        font-family: "Ubuntu";
        padding: 10px 10px;
    }

    .wpcf7-form p {
        margin-bottom: 15px;
    }

    .wpcf7-response-output {
        border-radius: 0;
        padding: 10px 20px;
        text-align: center;
        margin: 0 !important;
    }

    .bg-triangles {
        position: absolute;
        width: 100%;
        height: 500px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .bg-triangles.tr-full {
        background-image: url("https://www.keforma.com/content/themes/white-timber/assets/imgs/triangles-fill-optimized.png");
        mix-blend-mode: luminosity;
    }

    .bg-triangles.tr-right-top {
        top: 30px;
        right: 60px;
        background-position: right top;
    }

    .bg-triangles.tr-left-center {
        top: 50%;
        left: 60px;
        background-position: left center;
        transform: translateY(-50%);
    }

    .bg-triangles.tr-left-bottom {
        bottom: 30px;
        left: 60px;
        background-position: left bottom;
    }

    @media (max-width: 768px) {
        .bg-triangles {
            display: none;
        }

        .bg-triangles.show_mobile {
            display: block;
        }
    }
    /*! end @import */
}

/*! CSS Used from: https://www.keforma.com/content/plugins/js_composer/assets/css/js_composer.min.css?ver=7.2 ; media=all */
@media all {
    .vc_row:after, .vc_row:before {
        content: " ";
        display: table;
    }

    .vc_row:after {
        clear: both;
    }

    .vc_column_container {
        width: 100%;
    }

    .vc_row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .vc_col-sm-12, .vc_col-sm-6 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    @media (min-width: 768px) {
        .vc_col-sm-12, .vc_col-sm-6 {
            float: left;
        }

        .vc_col-sm-12 {
            width: 100%;
        }

        .vc_col-sm-6 {
            width: 50%;
        }
    }
    #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
        margin-bottom: 0;
    }

    .wpb_content_element {
        margin-bottom: 35px;
    }

    .wpb-content-wrapper {
        margin: 0;
        padding: 0;
        border: none;
        overflow: unset;
        display: block;
    }

    .vc_row.vc_row-flex {
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
    }

    .vc_row.vc_row-flex > .vc_column_container {
        display: flex;
    }

    .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        z-index: 1;
    }

    @media (-ms-high-contrast: active),(-ms-high-contrast: none) {
        .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > * {
            min-height: 1em;
        }
    }
    .vc_row.vc_row-flex::after, .vc_row.vc_row-flex::before {
        display: none;
    }

    .vc_row.vc_row-o-equal-height > .vc_column_container {
        align-items: stretch;
    }

    .vc_row.vc_row-o-content-top > .vc_column_container > .vc_column-inner {
        justify-content: flex-start;
    }

    .vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner {
        justify-content: center;
    }

    .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_column_container {
        align-items: center;
    }

    .vc_column-inner::after, .vc_column-inner::before {
        content: " ";
        display: table;
    }

    .vc_column-inner::after {
        clear: both;
    }

    .vc_row.vc_column-gap-30 {
        margin-left: -30px;
        margin-right: -30px;
    }

    .vc_row.vc_column-gap-30 > .vc_column_container {
        padding: 15px;
    }

    .vc_column_container {
        padding-left: 0;
        padding-right: 0;
    }

    .vc_column_container > .vc_column-inner {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .vc_row.vc_row-o-equal-height > .vc_column_container {
        align-items: stretch;
    }

    .wpb_single_image a {
        border: none;
        outline: 0;
    }

    .wpb_single_image img {
        height: auto;
        max-width: 100%;
        vertical-align: top;
    }

    .wpb_single_image .vc_single_image-wrapper {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
    }

    .wpb_single_image.vc_align_left {
        text-align: left;
    }

    .wpb_single_image .vc_figure {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        max-width: 100%;
    }
}

/*! CSS Used from: Embedded */
.qzbais1 {
    display: block;
    float: left;
    width: 100px;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 25px;
    color: #d71921;
}

.wpcf7-quiz-label {
    float: left;
}

/*! CSS Used from: Embedded */
.vc_custom_1699372587754 {
    padding-top: 0px !important;
    padding-bottom: 40px !important;
}

.vc_custom_1699372587754 {
    padding-top: 0px !important;
    padding-bottom: 40px !important;
}

.vc_custom_1583365174670 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.vc_custom_1699373422137 {
    padding-top: 40px !important;
}

.vc_custom_1699378948730 {
    padding-bottom: 40px !important;
}

.vc_custom_1583365174670 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.vc_custom_1583365174670 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.vc_custom_1583103722995 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1699348211401 {
    padding-top: 20px !important;
}

.vc_custom_1664387017695 {
    padding-bottom: 20px !important;
}

.vc_custom_1699281212031 {
    margin-bottom: 30px !important;
}

.vc_custom_1583365243496 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.vc_custom_1583103554951 {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}

.vc_custom_1699348211401 {
    padding-top: 20px !important;
}

.vc_custom_1699372645760 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1699282599401 {
    margin-bottom: 30px !important;
}

.vc_custom_1664387218067 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1699290147819 {
    margin-bottom: 30px !important;
}

.vc_custom_1664387218067 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1699287349003 {
    margin-bottom: 30px !important;
}

.vc_custom_1664387254470 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1699542962379 {
    margin-bottom: 30px !important;
}

.vc_custom_1664387281303 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1699542951095 {
    margin-bottom: 30px !important;
}

.vc_custom_1664387337214 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1699542939539 {
    margin-bottom: 30px !important;
}

.vc_custom_1664387337214 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1699375325676 {
    margin-bottom: 30px !important;
}

.vc_custom_1583365243496 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.vc_custom_1663943153613 {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}

.vc_custom_1664387368006 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1699542902069 {
    margin-bottom: 30px !important;
}

.vc_custom_1664387395861 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1701084919058 {
    margin-bottom: 30px !important;
}

.vc_custom_1664387395861 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1701084989845 {
    margin-bottom: 30px !important;
}

.vc_custom_1664387395861 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1701085056257 {
    margin-bottom: 30px !important;
}

.vc_custom_1664387395861 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1701085096485 {
    margin-bottom: 30px !important;
}

.vc_custom_1664387395861 {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.vc_custom_1701085173789 {
    margin-bottom: 30px !important;
}

/*! CSS Used keyframes */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/*! CSS Used fontfaces */
/*
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvWyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjtGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1Czjs2yNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvmyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjsGyNPYZvgw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcg72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKew72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcw72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfA72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcQ72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw72nU6AFw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvWyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jtGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3js2yNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvmyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jsGyNPYZvgw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvWyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjtGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjs2yNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvmyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyNPYZvgw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/
