/** Fonts **/
/* Nunito latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Nunito/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Nunito latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Nunito/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/** General **/
*, ::after, ::before {
    box-sizing: border-box
}

@media screen {
    .container-fluid {
        max-width: 1440px;
    }
}

#app.layout-frontend {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between
}

label {
    font-weight: 600;
}

input[type=checkbox] + label {
    font-weight: normal;
}

.livewire-formview h3 {
    margin-top: 20px;
}

.word-break {
    word-break: break-word;
}

/** Navbar **/
@media print {
    .navbar {
        display: none;
    }
}

.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    max-height: 45px;
}

.navbar .navbar-nav > .nav-item a:not(.dropdown-item) {
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
}

.main-menu .nav-item {
    padding: 0 8px;
}

.profile-dropdown .media-body {
    line-height: 17px;
}

.navbar .navbar-nav .profile-dropdown a.dropdown-item {
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
}

.navbar .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .navbar .nav-link-account {
        max-width: 150px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .navbar .form-inline .form-control {
        width: 165px;
    }
}

#navbarDropdown + .dropdown-menu {
    min-width: 12rem;
}

@media (max-width: 1199px) {
    .main-menu .nav-item {
        text-align: center;
        border-bottom: 1px solid #eee;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid #eee;
    }

    .navbar .form-inline {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    .navbar .form-inline .form-control {
        width: calc(100% - 48px);
    }

    .navbar .nav-link-account {
        padding-top: 15px;
        padding-bottom: 10px;
        text-align: center;
    }
}

/** Page Header **/
header .page-header {
    background: var(--yellow);
    padding: 40px 0;
}

header .page-submenu {
    margin-top: 30px;
    margin-bottom: -40px;
    border-bottom: none;
}

header .page-submenu .nav-item a {
    color: #495057;
}

header .page-submenu .nav-item a:not(.active):hover {
    border-color: transparent;
    background: rgba(255,255,255,0.25);
}

header .header-subheadline {
    font-size: 18px;
}

/** Alerts **/
.page-alerts {
    position: fixed;
    bottom: 10px;
    right: 10px;
    max-width: 280px;
    text-align: left;
}

.page-alerts .alert {
    margin-bottom: 0;
}

.alert-warning {
    color: #443604;
}

/** Bootstrap Select **/
.bootstrap-select .btn {
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #ffbbb7;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 67, 55, 0.25);
}

/** Table Style 2 (Vertical) **/
.table-details {
    width: 100%;
}

.table-details td, .table-details th {
    padding: 6px 4px 6px 0;
    text-align: left;
}

.table-details th {
    color: #888f9c;
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
    padding-top: 7px;
}

.table-details-fixed-140 th {
    width: 140px;
}

.table-details-fixed-120 th {
    width: 120px;
}

/** Quill JS **/
.ql-toolbar {
    background-color: rgb(225,225,225);
}

.ql-container {
    background-color: #fff;
    font-family: inherit;
    font-size: inherit;
}

#text_container .ql-editor {
    min-height: 140px;
    max-height: 600px;

}

#text_container .ql-editor p:last-of-type {
    margin-bottom: 20px;
}

/** Bootstrap Extensions **/
.badge-md {
    font-size: 13px;
    letter-spacing: 1px;
}

.btn-outline-secondary {
    background: white;
    color: #333;
    border-color: #bec5cb;
}

.btn-outline-secondary:hover {
    background: #e3e3e3;
    color: #333;
    border-color: #bec5cb;
}

.tooltip-inner {
    max-width: 250px;
    padding: 0.5rem 0.75rem;
}

.page-link:hover,
.pagination > li > button,
.pagination > li > span {
    color: var(--dark);
}

.pagination > .active > button,
.pagination > .active > button:focus,
.pagination > .active > button:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination .page-item.active .page-link {
    background-color: var(--dark);
    border-color: var(--dark);
}

.pagination-sm .page-link {
    padding: 0.25rem 0.75rem;
    font-size: 0.7875rem;
    line-height: 1.5;
}

.pagination-col > nav {
    display: inline-block;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: none;
}

.btn.disabled, .btn:disabled {
    pointer-events: none;
}

/** Messages **/
.message-block.widget-livestream .widget-content,
.message-block.widget-top-news-slider .widget-content{
    border-top-width:4px;
    border-top-style: solid;
}

.message-block h3 {
    border-left: 6px solid black;
    text-transform: uppercase;
    font-weight: 1000;
    padding-left: 15px;
}

.message-block .message-show-all {
    float: right;
}

.message-block .card {
    border: none;
    border-top:4px solid black;
    border-radius: 0;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    transition: 0.5s;
    will-change: transform;
    min-height: 411px;
}

.message-block .card:hover {
    transform: scale(1.012);
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
    transition: 0.2s;
}

.message-block .card img {
    border-radius: 0;
}

.message-block .card .card-text-preview {
    display: -webkit-box;
    line-height: 24px;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}

.message-block h4 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 1px 0 black;
    line-height: 28px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message-block .message-date, .message-block .message-category {
    font-size: 13px;
}

.message-block .message-category {
    float: right;
}

.message-block .card-body {
    position: relative;
    padding-bottom: 40px;
}

.message-block .message-customer {
    position: absolute;
    bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 2.5rem);
}

.message-block-green .card,
.message-block-green .widget-content,
.message-block-green h3 {
    border-color: var(--green);
}

.message-block-green .message-date,
.message-block-green .message-category,
.message-block-green .message-customer,
.message-block-green .message-show-all {
    color: var(--green);
}

.message-block-green .carousel-indicators li {
    background-color: var(--green);
}

.message-block-red .card,
.message-block-red .widget-content,
.message-block-red h3 {
    border-color: var(--red);
}

.message-block-red .message-date,
.message-block-red .message-category,
.message-block-red .message-customer,
.message-block-red .message-show-all {
    color: var(--red);
}

.message-block-yellow .card,
.message-block-yellow .widget-content,
.message-block-yellow h3 {
    border-color: var(--yellow);
}

.message-block-yellow .message-date,
.message-block-yellow .message-category,
.message-block-yellow .message-customer,
.message-block-yellow .message-show-all {
    color: var(--yellow);
}

.message-block-blue .card,
.message-block-blue .widget-content,
.message-block-blue h3 {
    border-color: var(--blue);
}

.message-block-blue .message-date,
.message-block-blue .message-category,
.message-block-blue .message-customer,
.message-block-blue .message-show-all {
    color: var(--blue);
}

.message-block-blue .carousel-indicators li {
    background-color: var(--blue);
}

.message-social-share a {
    text-decoration: none;
    opacity: 1;
}

.message-social-share a:hover {
    opacity: 0.8;
}

@media print {
    .message-meta {
        display: none;
    }
}

.card .message-card-image {
    aspect-ratio: 3 / 2;
    background: rgb(230, 230, 230);
}

.message-card-image .badge {
    right: 5px;
    top: 5px;
}

.message-meta h4 {
    font-weight: bolder;
    font-size: 16px;
    letter-spacing: 1px;
}

.message-text {
    font-size: 16px;
    line-height: 1.7;
}

.message-text p {
    margin-bottom: 0;
}

/** Context Header Block **/
.context-header-block .card {
    min-height: auto;
    padding-block: 32px;
}

.context-header-block .card:hover {
    transform: scale(1.0) !important;
}

.context-header-block .navbar-subnav {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: -5px;
    margin-left: -15px;
}

@media (max-width: 460px) {
    .context-header-block .navbar-subnav {
        flex-direction: column;
    }
}

.context-header-block .navbar-subnav a.nav-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: rgba(0,0,0,.5);
}

.context-header-block .navbar-subnav a.nav-link:hover {
    color: rgba(0,0,0,.7);
}

.context-header-block .context-header-block-logo img {
    max-height: 200px;
}

.context-header-block .context-header-block-logo-sm img {
    max-height: 80px !important;
}

.context-header-block .social-link {
    text-shadow: none;
    transition: all 0.5s;
}

.context-header-block .social-link:hover {
    text-decoration: none;
    text-shadow: 0 0 2px rgba(0,0,0,0.25);
    transform: scale(1.05);
    transition: all 0.2s;
}

.context-header-block .social-link i {
    transition: all 0.5s;
}

.context-header-block .social-link i:hover {
    transform: scale(1.05);
    transition: all 0.2s;
}

/** Media **/
.file-thumbnail {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cdd4d6;
    background-color: var(--light);
    aspect-ratio: 1.5;
    overflow: hidden;
}

.file-thumbnail img {
    object-fit: contain;
    height: 100%;
    max-width: 100%;
    max-height: 240px;
}

.file-thumbnail-sm {
    height: 140px;
}

.file-thumbnail-sm img {
    max-height: 140px;
}

.file-title {
    font-weight: bold;
    font-size: 16px;
}

/** Widgets **/
.top-news-content {
    max-height: 380px
}

.top-news-content h4 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 12px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-news-content p {
    font-size: 16px;
    line-height: 28px;
    margin: 0;

    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-top-news-slider .carousel-control-prev:hover {
    background: linear-gradient(90deg, rgba(150, 179, 196, 0.4) 0%, rgba(241,241,241,0) 100%);
}

.widget-top-news-slider .carousel-control-next:hover {
    background: linear-gradient(-90deg, rgba(150, 179, 196, 0.4) 0%, rgba(241,241,241,0) 100%);
}

.widget-top-news-slider .carousel-control-prev,
.widget-top-news-slider .carousel-control-next {
    width: 70px;
    background: rgba(255, 255, 255, 0);
}

.widget-top-news-slider .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%23bbb' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.widget-top-news-slider .carousel-control-next .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%23bbb' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.widget-top-news-slider .carousel-indicators {
    bottom: -50px;
}

.widget-enabled .widget-content {
    opacity: 1;
}

.widget-disabled .widget-content {
    opacity: 0.5;
}

.widget-top-news-slider .top-news-fallback-img {
    background: rgb(242, 242, 242);
    padding: 40px;
    aspect-ratio: 1.5;
}

.widget-top-news-slider .top-news-fallback-img img{
    max-height: 300px;
}

.widget-top-news-slider .message-card-image {
    background: rgb(242, 242, 242);
}

@media (max-width: 767px) {
    .widget-top-news-slider .message-card-image {
        aspect-ratio: 1.5;
    }
}

/** Footer **/
@media print {
    footer.page-footer {
        display: none;
    }
}

footer.page-footer {
    background: #D9D9D9;
    padding: 60px 20px 20px;
    box-shadow: 0 0 64px rgba(255,255,255,0.8);
}

footer.page-footer img {
     max-height: 60px;
}

footer.page-footer .footer-social a {
    text-decoration: none;
    transition: 0.5s;
    opacity: 0.9;
}

footer.page-footer .footer-social a:hover {
    opacity: 1;
    transition: 0.5s;
    text-shadow: 0 0 2px rgba(0,0,0,0.25);
}

footer.page-footer .footer-social a i {
    transition: all 0.5s;
}

footer.page-footer .footer-social a:hover i {
    transform: scale(1.05);
    transition: all 0.5s;
}

footer.page-footer .footer-categories a {
    color: black;
    padding: 0 20px;
}

footer.page-footer .footer-links a {
    color: gray;
    font-size: 12px;
    padding: 0 20px;
}

footer.page-footer .footer-copyright {
    font-size: 10px;
}

/** Backend Footer **/
.backend-footer {
    border-top: 1px solid #c8c8c8;
    text-align: center;
    font-size: 10px;
    padding: 15px;
    color: gray;
}

/** Startpage Config **/
.widget-container, .static-widget-container {
    margin-right: -15px;
    margin-left: -15px;
}

.widget-container .widget {
    background: #E0E5EA;
}

.widget-container .widget-placeholder {
    background: darkgray;
    height: 200px;
    border: 3px dashed gray;
    margin-right: 15px;
    margin-left: 15px;
}

.widget-container .widget-mover {
    cursor: move;
}

.widget-container .widget-header {
    z-index: 1;
    position: relative;
}

.empty-container {
    background: #eee;
    padding: 100px;
    text-align: center;
    width: calc(100% - 30px);
    font-size: 24px;
    font-weight: lighter;
    border: 2px dashed #d7d7d7;
    margin-right: 15px;
    margin-left: 15px;
}

/** FAQs **/
#faq_accordion .card-header .btn-link {
    font-weight: bolder;
    text-decoration: none;
    font-size: 16px;
}

#faq_accordion .card-body {
    padding: 20px 35px;
}

/** Customer */
.image-square {
    position: relative;
    border: 1px solid #ccc;
    width: 100%;
}

.image-square-48 {
    width: 48px;
}

.image-square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.image-square .content {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.image-square .content img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/** Footer Categories Manager **/
.footer-categories-item {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    background: #fff;
    margin-bottom: 6px;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.15);
}

.footer-categories-item.draggable-mirror {
    min-width: 400px;
}

.footer-categories-container h4 {
    font-size: 18px;
    padding: 8px 0;
    margin-bottom: 0;
    cursor: move;
}

/** Social Media Colors **/
.text-facebook {
    color: #3b5998;
}

.text-twitter {
    color: #1da1f2;
}

.text-twitter-x {
    color: #000000;
}

.text-instagram {
    color: #e4405f;
}

.text-whatsapp {
    color: #25d366;
}

.text-linkedin {
    color: #0a66c2;
}

.text-xing {
    color: #026466;
}

.text-youtube {
    color: #ff0000;
}

.text-tiktok {
    color: #000000;
}

.fab.fa-twitter-x-square:before {
    content: "";
    display: inline-block;
    width: 1.05em;
    height: 1.05em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    vertical-align: -0.145em;
}

/** Login Styles **/
.login-col {
    max-width: 450px;
}

/** Page message details **/
.page-message-details .message-block h3 {
    text-transform: none;
}

.page-message-details .btn-print {
    cursor: pointer;
}

@media print {
    .page-message-details > .card {
        border: none;
    }

    .page-message-details .p-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .page-message-details .message-recommendations {
        display: none;
    }
}

.page-message-details .message-block h3 {
    text-transform: none;
}

/** Page privacy/imprint **/
.page-privacy hr, .page-imprint hr {
    width: 80px;
}

.page-privacy small, .page-imprint small  {
    letter-spacing: 1px;
}

/** Page media show **/
.page-media-show .iframe-pdf {
    height: 1000px;
}

/** Media highlights **/
.media-highlights .media-highlight-card {
    box-shadow: 0 0 16px rgba(50, 50, 50, 0.3);
    transition: 0.5s all;
    margin-bottom: 10px;
}

.col-fw-140 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    flex: 0 0 140px;
    max-width: 140px;
}

.media-highlights .media-highlight-card:hover {
    box-shadow: 0 0 16px rgba(50, 50, 50, 0.5);
    transition: 0.5s all;
}

.media-highlights .media-highlight-copyright {
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.media-highlights .media-highlight-content {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.media-highlights .media-highlight-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 2px;
    margin-bottom: -1px;
    padding: 0;
}

.media-highlights .media-highlight-type {
    display: block;
    font-size: 11px;
    color: #444;
    margin-top: 8px;
}

/** Datatable styles **/
.nodus-table-pagination-change select {
    max-width: 100px;
}

.nodus-table-search input {
    max-width: 300px;
}

.nodus-table-simple-scopes select {
    max-width: 300px;
}

/** Cookie consent **/
.cookie-consent-settings .cookie-consent-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(64, 64, 64, 0.8)
}

.cookie-consent-settings .cookie-consent-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99999;
    width: 100%;
    max-width: 600px;
    background: white;
}
.cookie-consent-settings .cookie-consent-modal header {
    padding: 15px 20px;
    background: var(--warning);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cookie-consent-settings .cookie-consent-modal main .btn {
    border-radius: 0;
    border-bottom: 1px solid #dee2e6 !important;
    color: gray;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.cookie-consent-settings .cookie-consent-modal main .btn-spacer {
    height: 20px;
}

.cookie-consent-settings .cookie-consent-modal main .btn:not(.collapsed) {
    background: white;
    box-shadow: 3px 0 1px rgb(255, 255, 255);
}

.cookie-consent-settings .cookie-consent-modal main .btn.collapsed {

}

.cookie-consent-settings .cookie-consent-modal main .col-groups {
    background: #f6f6f6;
    border-right: 1px solid #dee2e6 !important;
}

.cookie-consent-settings .cookie-consent-modal footer {
    padding: 10px;
    text-align: right;
}

.cookie-consent-entry .cookie-consent__message {
    max-width: 780px;
}

/** Embed Consent **/
.embed-consent {
    background-clip: content-box;
}

.embed-consent img {
    filter: blur(10px);
    transform: scale(1.1)
}

.embed-consent .embed-consent-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(200, 200, 200, 0.8);
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

/** Datatable Breakpoint classes **/
@media (max-width: 1400px) {
    .breakpoint-1400 {
        display: none;
    }
}

@media (max-width: 1300px) {
    .breakpoint-1300 {
        display: none;
    }
}

@media (max-width: 1200px) {
    .breakpoint-1200 {
        display: none;
    }
}

@media (max-width: 1100px) {
    .breakpoint-1100 {
        display: none;
    }
}

@media (max-width: 1000px) {
    .breakpoint-1000 {
        display: none;
    }
}

@media (max-width: 900px) {
    .breakpoint-900 {
        display: none;
    }
}

@media (max-width: 800px) {
    .breakpoint-800 {
        display: none;
    }
}

@media (max-width: 700px) {
    .breakpoint-700 {
        display: none;
    }
}

@media (max-width: 600px) {
    .breakpoint-600 {
        display: none;
    }
}

@media (max-width: 500px) {
    .breakpoint-500 {
        display: none;
    }
}

@media (max-width: 400px) {
    .breakpoint-400 {
        display: none;
    }
}

@media (max-width: 300px) {
    .breakpoint-300 {
        display: none;
    }
}
