:root {
    --theme-color-main: #0C7878;
    --theme-color-sec: #0C7878;
    --theme-color-light: #eeeff1;
    --theme-color-landing: #0a4848;
}

*,
body {
    outline: none;
    font-family: "Mona Sans", sans-serif;
}

body {
    background: #ecf0f0;
}

p {
    font-family: "Mona Sans", sans-serif;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #101828;
}

a {
    color: #000000 !important;
}

a:hover {
    color: #000000 !important;
}

.main-bg {
    width: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient(90deg, #0c1e21, #134749);
}

.about-banner {
    width: 98%;
    margin: 105px auto 0 auto;
    padding: 0;
    background: linear-gradient(90deg, #032c4a85, #00291e36), url(../../sfs-theme/images/banners/inner-banner.webp) no-repeat center top / cover #182d30;
    border-radius: 14px;
}

.blog-banner {
    width: 98%;
    margin: 105px auto 0 auto;
    padding: 0;
    background: linear-gradient(90deg, #032c4a85, #00291e36), url(../../sfs-theme/images/banners/blog-banner.webp) no-repeat center top / cover #182d30;
    border-radius: 14px;
}

.contact-banner {
    width: 98%;
    margin: 105px auto 0 auto;
    padding: 0;
    background: linear-gradient(90deg, #032c4a85, #00291e36), url(../../sfs-theme/images/banners/contact-banner.webp) no-repeat center top / cover #182d30;
    border-radius: 14px;
}

.terms-banner {
    width: 98%;
    margin: 105px auto 0 auto;
    padding: 0;
    background: linear-gradient(90deg, #032c4a85, #00291e36), url(../../sfs-theme/images/banners/terms-banner.webp) no-repeat center top / cover #182d30;
    border-radius: 14px;
}

.school-banner {
    width: 98%;
    margin: 105px auto 0 auto;
    padding: 0;
    background: linear-gradient(90deg, #032c4a85, #00291e36), url(../../sfs-theme/images/banners/school-banner.webp) no-repeat center top / cover #182d30;
    border-radius: 14px;
}

.categories-banner {
    width: 98%;
    margin: 105px auto 0 auto;
    padding: 0;
    background: linear-gradient(90deg, #032c4a85, #00291e36), url(../../sfs-theme/images/banners/categories-banner.webp) no-repeat center top / cover #182d30;
    border-radius: 14px;
}

.location-banner {
    width: 98%;
    margin: 105px auto 0 auto;
    padding: 0;
    background: linear-gradient(90deg, #032c4a85, #00291e36), url(../../sfs-theme/images/banners/location-banner.webp) no-repeat center top / cover #182d30;
    border-radius: 14px;
}

.inner-job-bg {
    width: 92%;
    margin: 105px auto 0 auto;
    padding: 0;
    background: linear-gradient(90deg, #032c4a, #00291e);
    border-radius: 30px;
}

@media(max-width:992px) {

    .about-banner,
    .categories-banner,
    .company-banner,
    .terms-banner,
    .contact-banner,
    .blog-banner {
        background: linear-gradient(90deg, #032C4A, #00291E);
    }
}

.inner-bg span {
    color: rgb(0, 0, 0);
}

.form-box {
    position: relative;
    width: 100%;
    background: linear-gradient(#438989, #183e3e);
    margin-top: -10px;
}

.fild-bg {
    background: linear-gradient(45deg, #022b3a3b, transparent);
}

.job-btn {
    position: absolute;
    width: auto;
    margin: 0 auto;
    bottom: -15%;
}

@media(min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
    }
}

.theme-btn {
    text-align: center;
    padding: 10px 20px;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    background: var(--theme-color-sec);
    border-radius: 9px;
    transition: all linear 0.3s;
    border: 1px solid var(--theme-color-main);
}

.text-sec {
    color: var(--theme-color-sec);
}

.theme-btn:hover {
    background: #0a0a0a;
    color: #ffffff !important;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-top {
    border-radius: 40px 40px 0 0;
}

.rounded-box {
    border-radius: 0px 20px 0 20px;
}

.search-btn {
    background: #89efdd;
    border-radius: 0px;
    color: #000 !important;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    transition: 0.5s;
}

.search-btn:hover {
    background: var(--theme-color-sec);
    color: #fff !important;
}

.theme-bg {
    background: var(--theme-color-main);
}

.theme-bg-sec {
    background: var(--theme-color-sec);
}

.theme-bg-lght {
    background: var(--theme-color-light);
}

.theme-bg-form {
    background: #0B55B560;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.fw-bold {
    font-weight: 600 !important;
}

.border {
    border-color: #e3e3e3 !important;
}

hr {
    color: #af9cc3;
}

.nowrap {
    white-space: nowrap;
}

.bg-white {
    background: #ffffff;
}

.bg-dark {
    background: radial-gradient(circle, rgba(13, 41, 39, 1) 0%, rgba(25, 46, 49, 1) 100%) !important;
}

.bg-light {
    background: var(--theme-color-light) !important;
}

.bg-theme {
    background: var(--theme-color-main) !important;
}

.bg-theme-sec {
    background: var(--theme-color-sec) !important;
}

.text-theme {
    color: var(--theme-color-main);
}

.btn-outline-warning {
    color: var(--theme-color-main);
    border-color: var(--theme-color-main);
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: var(--theme-color-main);
    border-color: var(--theme-color-main);
}

.btn {
    white-space: nowrap;
}

.c-img {
    height: 80px;
    display: flex;
    align-items: center;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
}

footer {
    background: #182d30;
    color: #ffffff;
}

.footer a {
    color: #ffffff !important;
}

.footer a:hover {
    color: #aadcff !important;
}

.form-control,
.form-select {
    padding: 15px 30px;
    border-radius: 12px;
}

.header a.logo,
.header li a {
    text-decoration: none;
    color: #fff !important;
    display: block;
}

.hdr-box-inner .header li a {
    text-decoration: none;
    color: #0c1e21 !important;
    display: block;
}

.header li a.active {
    border-bottom: 2px solid #00CACA;
    background: none;
    color: #00CACA !important;
}

.header li a:hover.active {
    color: #0C7878 !important;
    border-bottom: 2px solid #0C7878;
    background: #cccccc00;
}

.header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
}

.header ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.header li a {
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.header .menu-btn:hover,
.header li:hover a {
    color: var(--theme-color-main) !important;
}

.header a.logo {
    float: left;
    font-size: 2em;
    padding: 10px;
}

.header a:hover.logo {
    color: #000;
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 32px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:after,
.header .menu-icon .navicon:before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: 0.2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 260px;
    padding-bottom: 20px;
    background: #016048;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: 0 0;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0;
}

@media (min-width: 992px) {
    .header li {
        float: left;
    }

    .header li a {
        padding: 10px 20px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}

.j-tags {
    border-radius: 12px;
    border: 1px solid var(--theme-color-sec);
    color: #000 !important;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.j-tags:hover {
    background: var(--theme-color-sec);
    color: #fff !important;
}

.description-lp {
    all: initial !important;
    font-family: var(--bs-font-sans-serif) !important;
}

.description-lp li,
.description-lp p,
.description-lp ul {
    padding: revert !important;
    margin: revert !important;
    font-size: 18px;
    list-style: revert !important;
}

.side-border {
    border-left: 5px solid var(--theme-color-main);
    padding-left: 10px;
}

label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

label.error.fail-alert {
    border: 2px solid red;
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
    background: #ffe6eb;
}

input.valid.success-alert {
    border: 2px solid #4caf50;
    color: green;
}

input.error,
textarea.error {
    border: 1px solid red !important;
    font-weight: 300;
    color: red;
}

.alert {
    border: 1px solid #0A3622;
    border-radius: 6px;
    background: #d1e7dd;
    padding: 10px;
}

.alert-success {
    color: #0a3622;
}

.txt-colr {
    color: #a9b8b8;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13rem;
    overflow: hidden;
    height: 3rem;
    background-size: 300% 300%;
    cursor: pointer;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
    transition: 0.5s;
    animation: gradient_301 5s ease infinite;
    border: double 4px transparent;
    background-image: linear-gradient(#212121, #212121), linear-gradient(137.48deg, #ffdb3b 10%, #fe53bb 45%, #8f51ea 67%, #0044ff 87%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

#container-stars {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
}

strong {
    z-index: 2;
    font-family: "Avalors Personal Use";
    font-size: 12px;
    letter-spacing: 5px;
    color: #ffffff;
    text-shadow: 0 0 4px white;
}

#glow {
    position: absolute;
    display: flex;
    width: 12rem;
}

.circle {
    width: 100%;
    height: 30px;
    filter: blur(2rem);
    animation: pulse_3011 4s infinite;
    z-index: -1;
}

.circle:nth-of-type(1) {
    background: rgba(254, 83, 186, 0.636);
}

.circle:nth-of-type(2) {
    background: rgba(142, 81, 234, 0.704);
}

.btn:hover #container-stars {
    z-index: 1;
    background-color: #212121;
}

.btn:hover {
    transform: scale(1.1);
}

.btn:active {
    border: double 4px #fe53bb;
    background-origin: border-box;
    background-clip: content-box, border-box;
    animation: none;
}

.btn:active .circle {
    background: #fe53bb;
}

#stars {
    position: relative;
    background: transparent;
    width: 200rem;
    height: 200rem;
}

#stars::after {
    content: "";
    position: absolute;
    top: -10rem;
    left: -100rem;
    width: 100%;
    height: 100%;
    animation: animStarRotate 90s linear infinite;
}

#stars::after {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
}

#stars::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 170%;
    height: 500%;
    animation: animStar 60s linear infinite;
}

#stars::before {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
    opacity: 0.5;
}

@keyframes animStar {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-135rem);
    }
}

@keyframes animStarRotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}

@keyframes gradient_301 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse_3011 {
    0% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.button {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    background-color: #0C7878;
    color: #fff;
    border-radius: 10rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
}

.button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.button:hover {
    background-color: #000;
}

.button:hover .button__icon-wrapper {
    color: #000;
}

.button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}

.blog-wrap .blog-img {
    border-radius: 20px 20px 0 0;
}

.hdr-box {
    width: 98%;
    border: 1px solid #114042;
    border-radius: 0 0 30px 30px;
    display: inline-block;
    background: linear-gradient(90deg, #0C1E21, #134749);
}

.hdr-box-inner {
    background: #fff;
    padding: 0 10px;
    border-radius: 0 0 14px 14px;
    display: inline-block;
    width: 98%;
}

.header01 {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    padding: 18px;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.mscroll {
    background: linear-gradient(90deg, #0c1e21, #134749);
    color: #fff !important;
}

.mscroll .menu li a {
    color: #fff !important;
}

.mscroll .menu li a.active {
    color: #33C0C5 !important;
}

.mscroll .logo-dark {
    display: none !important;
}

.mscroll .logo-light {
    display: block;
}

.mscroll a.active {
    color: #33C0C5 !important;
    border-bottom: 2px solid #33C0C5;
}

.header .mscroll a .logo,
.header .mscroll .menu li a {
    color: #ffffff !important;
}

.logo-dark {
    display: block;
}

.logo-light {
    display: none;
}

.header .hdr-box-inner a .logo,
.header .hdr-box-inner li a {
    text-decoration: none;
    color: #0c1e21 !important;
    display: block;
}

.active {
    background: linear-gradient(90deg, #0c1e21, #134749);
    color: #fff;
}

p span,
h2 span {
    color: #0C7878;
}

.box-bg {
    background: #d8e5e5;
}

.blog-sec-01 {
    background: linear-gradient(#0000002d, #0e2d30cf), url(../../sfs-theme/images/blogs/blog-01.webp) no-repeat center top/cover;
    height: 180px;
}

.blog-sec-02 {
    background: linear-gradient(#0000002d, #0e2d30cf), url(../../sfs-theme/images/blogs/blog-02.webp) no-repeat center top/cover;
    height: 180px;
}

.blog-sec-03 {
    background: linear-gradient(#0000002d, #0e2d30cf), url(../../sfs-theme/images/blogs/blog-03.webp) no-repeat center top/cover;
    height: 180px;
}

.blog-sec-04 {
    background: linear-gradient(#0000002d, #0e2d30cf), url(../../sfs-theme/images/blogs/blog-04.webp) no-repeat center top/cover;
    height: 180px;
}

.blog-sec-05 {
    background: linear-gradient(#0000002d, #0e2d30cf), url(../../sfs-theme/images/blogs/blog-05.webp) no-repeat center top/cover;
    height: 180px;
}

.blog-sec-06 {
    background: linear-gradient(#0000002d, #0e2d30cf), url(../../sfs-theme/images/blogs/blog-06.webp) no-repeat center top/cover;
    height: 180px;
}

.blog-sec-07 {
    background: linear-gradient(#0000002d, #0e2d30cf), url(../../sfs-theme/images/blogs/blog-07.webp) no-repeat center top/cover;
    height: 180px;
}

.blog-sec-08 {
    background: linear-gradient(#0000002d, #0e2d30cf), url(../../sfs-theme/images/blogs/blog-08.webp) no-repeat center top/cover;
    height: 180px;
}

.blog-sec-09 {
    background: linear-gradient(#0000002d, #0e2d30cf), url(../../sfs-theme/images/blogs/blog-09.webp) no-repeat center top/cover;
    height: 180px;
}

.blog-sec-10 {
    background: linear-gradient(#0000002d, #0e2d30cf), url(../../sfs-theme/images/blogs/blog-10.webp) no-repeat center top/cover;
    height: 180px;
}

.blog-date {
    width: 55px;
    background: #ffffffd8;
}

.contact-form-input:focus {
    border: 1px solid #15141c99;
}

.contact-form-input {
    border: 1px solid #15141c5e;
    border-radius: 10px;
    height: 60px;
    margin: 5px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    width: 100%;
    font-size: 16px;
}

.contact-form-input.textarea {
    border: 1px solid #15141c5e;
    border-radius: 10px;
    height: 125px;
    margin: 5px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    width: 100%;
    font-size: 16px;
}

.expe-box {
    width: 280px;
    background: #438989;
    padding: 20px;
    position: absolute;
    bottom: 25px;
    left: 330px;
    display: inline-block;
    border: 10px solid #fff;
    text-transform: uppercase;
}

.contact-info {
    position: relative;
    left: -50px;
}

blockquote {
    position: relative;
    padding: 20px 20px 20px;
    background: #d8e5e5;
    border: 1px solid #0C7878;
    border-radius: 12px;
    margin-top: 55px;
    margin-bottom: 50px;
    z-index: 2;
}

blockquote cite {
    color: var(--tj-color-heading-primary);
    display: block;
    text-align: end;
    font-style: normal;
    position: relative;
    z-index: 1;
}

.compny-img {
    border-radius: 15px;
    background-color: #fff;
    padding: 10px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compny-img img {
    border-radius: 12px;
    background-color: #fff;
}

.box-white {
    background: #ffffff;
    display: inline-block;
}

.job-list {
    width: 100%;
    margin: 0;
    padding: 0px;
}

.job-list ul {
    list-style: none;
    margin: 0 0 0 -20px;
}

.job-list ul li {
    width: auto;
    margin: 5px 0;
    padding: 10px 20px 0px 30px;
    background: #f5f5f5;
    background: url(../../sfs-theme/images/icons/bullet-icon.webp) no-repeat 8px 12px / 15px;
}

.hdr-box-inner .menu-icon .navicon:after,
.header .menu-icon .navicon:before {
    background: #239797;
}

.hdr-box-inner .menu-icon .navicon {
    background: #239797;
}

.header .hdr-box-inner li a.active {
    border-bottom: 2px solid #0C7878;
}

.hdr-box .menu-icon .navicon:after,
.hdr-box .menu-icon .navicon:before {
    background: #ffffff;
}

.header .hdr-box-inner a .logo,
.header .hdr-box-inner li a {
    color: #0c1e21 !important;
}

@media (min-width:993px) and (max-width:1240px) {
    .hdr-box {
        width: 95%;
    }

    .button {
        white-space: normal;
    }
}

@media (min-width:320px) and (max-width:992px) {
    .inner-bg {
        background-size: auto;
    }

    .hdr-box {
        width: 95%;
    }

    .contact-info {
        position: relative;
        left: 0px;
    }

    .expe-box {
        position: relative;
        left: 0;
    }

    .form-box {
        margin-top: 0px;
        top: 23px;
    }

    .blog-banner,
    .about-banner,
    .contact-banner {
        background-size: cover;
    }

    .header .hdr-box-inner a .logo,
    .header .hdr-box-inner li a {
        color: #fff !important;
    }
}

.button a {
    color: #fff !important;
    display: contents;
}

.button a:hover {
    background-color: #000;
    color: #fff !important;
}

.button a:hover .button__icon-wrapper {
    color: #000;
}

.subtitle {
    display: inline-block;
    color: #0c7171;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #ddebeb;
    padding: 6px 10px;
    margin-bottom: 20px;
    border-radius: 40px;
    background: #ffffff;
}

.list-items {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0
}

.list-items li {
    position: relative;
    padding: 8px 0 8px 30px;
}

.list-items li::before {
    content: '' !important;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url('../../sfs-theme/images/home/li-icon.webp');
    background-size: cover;
    left: 0;
    top: 10px;
    position: absolute;
}

.fs-6 {
    font-size: 14px !important;
}

.job-card {
    background: #fff
}

.job-card:hover {
    background: #131c20
}

.job-card:hover>* {
    color: #fff !important;
}

.job-card:hover img {
    filter: invert(1)
}

.job-card:hover a {
    color: #fff !important;
}

.job-card:hover>.bg-light {
    background: #131c20 !important;
}

.job-card:hover .text-theme {
    color: #00CACA !important;
}

.job-card:hover .compny-img img {
    filter: invert(0)
}

.hero-banner {
    background: url(../../sfs-theme/images/home/banner-image.webp) #07383b no-repeat top center / cover;
    padding: 200px 0px;
    position: relative;
    border-radius: 60px;
}

.about-image {
    background: url(../../sfs-theme/images/home/about-us.webp) no-repeat top center / contain;
    padding: 250px 0px;
    position: relative;
    border-radius: 12px;
}

.main-text {
    font-size: clamp(2.1rem, -0.6469rem + 6.8702vw, 3.75rem);
}

@font-face {
    font-family: 'Mona Sans';
    font-style: italic;
    font-weight: 200 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/monasans/v4/o-0ZIpQmx24alC5A4PNr4C5OaxRsfNNlKbCePevttnOmDyw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Mona Sans';
    font-style: italic;
    font-weight: 200 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/monasans/v4/o-0ZIpQmx24alC5A4PNr4C5OaxRsfNNlKbCePevtt3OmDyw.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, 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: 'Mona Sans';
    font-style: italic;
    font-weight: 200 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/monasans/v4/o-0ZIpQmx24alC5A4PNr4C5OaxRsfNNlKbCePevtuXOm.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 200 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/monasans/v4/o-0bIpQmx24alC5A4PNB6Ryti20_6n1iPHjc5aHdu2ui.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 200 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/monasans/v4/o-0bIpQmx24alC5A4PNB6Ryti20_6n1iPHjc5aDdu2ui.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, 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: 'Mona Sans';
    font-style: normal;
    font-weight: 200 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/monasans/v4/o-0bIpQmx24alC5A4PNB6Ryti20_6n1iPHjc5a7duw.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}