body {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    color: #313131;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

#map_svg, #svg-container {
    width: 100%;
    height: 473px;
}

#map_svg_2, #svg-container-2,
#map_svg_3, #svg-container-3 {
    width: 100%;
    height: 473px;
}

[data-country]:hover, [data-specie]:hover {
    cursor: pointer;
}

.st1:hover {
    fill: #ff4600;
}

.st4_4:hover {
    fill: #ffa800;
}

#specie-popup .popover {
    min-width: 320px;
}

.other-invertebrates {
    font-size: 1.3rem;
}

#specie-popup .bs-popover-auto[x-placement^=top] .arrow::after, #specie-popup .bs-popover-top .arrow::after {
    border-top-color: #fc8f02;
}

#specie-popup .bs-popover-auto[x-placement^=bottom] .arrow::after, #specie-popup .bs-popover-bottom .arrow::after {
    border-bottom-color: #fc8f02;
}

#specie-popup .bs-popover-auto[x-placement^=top] .arrow, #specie-popup .bs-popover-top .arrow {
    bottom: calc((1.5rem + 1px) * -1);
}

#specie-popup .bs-popover-auto[x-placement^=bottom] .arrow, #specie-popup .bs-popover-bottom .arrow {
    top: calc((1.5rem + 1px) * -1);
}

#specie-popup .bs-popover-auto[x-placement^=bottom] .arrow::after,
#specie-popup .bs-popover-auto[x-placement^=bottom] .arrow::before,
#specie-popup .bs-popover-bottom .arrow::after,
#specie-popup .bs-popover-bottom .arrow::before {
    border-width: 0 1.5rem 1.8rem 1.5rem;
}

#specie-popup .bs-popover-auto[x-placement^=top] .arrow::after,
#specie-popup .bs-popover-auto[x-placement^=top] .arrow::before,
#specie-popup .bs-popover-top .arrow::after, #specie-popup .bs-popover-top .arrow::before {
    border-width: 1.5rem 1.5rem 0;
}

#specie-popup .bs-popover-bottom .arrow::after,
#specie-popup .bs-popover-bottom .arrow::before,
#specie-popup .bs-popover-top .arrow::after,
#specie-popup .bs-popover-top .arrow::before {
    left: -13px;
}

#specie-popup .bs-popover-bottom .arrow::before {
    border-bottom-color: transparent;
}

#specie-popup .bs-popover-top .arrow::before {
    border-top-color: transparent;
}

#specie-popup .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 5px 0px !important;
    right: 30px;
}

.popover .popup-content {
    border-radius: 1rem;
}

.popover-header {
    background-color: transparent;
}

.popover .img-square {
    border-radius: 1rem;
}

.popover {
    border: 0;
    background-color: transparent;
}

.popover-body {
    padding: 0;
    min-width: 141px;
}

.bar-title {
    border-top-right-radius: 0.4rem;
    border-top-left-radius: 0.4rem;
}

.header {
    background: url(../images/header.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.text-shadow {
    text-shadow: 0 1px 9px rgba(119, 119, 119, 0.51);
}

.btn-secondary {
    display: block;
    height: 50px;
    width: 50px;
    font-size: 1.5rem;
    background-color: #000c1b;
    border-radius: 50%;
    margin-bottom: 6px;
}

.overflow-hidden {
    overflow: hidden;
}

.position-sticky {
    top: 0;
    z-index: 9;
}

.map-controls {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
}

.shadow-lg {
    box-shadow: 0 0.2rem 0.3rem rgb(0 0 0 / 88%) !important;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    display: inline-block;
}

.line-height-1-5 {
    line-height: 1.5;
}

.h5, h5 {
    font-size: 1.1rem;
}

.fa-2x {
    font-size: 1.7rem;
}

.section_primary {
    display: none;
}

.section_primary.open {
    display: block;
}


.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, .1);
}

.navbar-toggler {
    font-size: 1.7rem;
    border: 0px solid transparent;
}


.dataTables_length, .dataTables_paginate {
    display: none;
}


.btn-primary {
    color: #ffffff !important;
    background-color: #1b0902;
    border: 1px solid #1b0902;
    border-radius: 0.6rem !important;
    font-weight: 500;
    height: 55px;
    line-height: 42px;
    width: 100%;
}

.navbar i {
    color: #ffffff !important;
    font-size: 1.6rem;
}

.navbar .h4 {
    font-size: 1.5rem;
}

.text-height {
    height: 65px;
    display: flex;

}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
    color: #ffa800 !important;
    background-color: #000c1b;
    border-color: #000c1b;
    font-weight: 800;
}


.navbar .btn-outline-dark {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, 1);
}


.text-orange {
    color: #ffa800;
}


.text-yellow {
    color: #ffdd33;
}

.bg-red {
    background-color: #ff6633 !important;
}

.bg-orange-light {
    background-color: #fdf7ee;
}

.bg-orange-lighter {
    background-color: #ff942b;
}

.text-orange-lighter {
    color: #ff942b;
}

.bg-orange-dark {
    background-color: #fc8f00;
}

.bg-orange {
    background-color: #ff4600;
}

.text-orange-dark {
    color: #ff4600;
}

.bg-orange-gradient {
    background: rgb(248, 128, 70);
    background: linear-gradient(180deg, rgba(248, 128, 70, 1) 0%, rgba(248, 135, 73, 1) 21%, rgba(247, 157, 82, 1) 49%, rgba(247, 172, 89, 1) 68%);
}

.bg-gray {
    background-color: #ebebeb;
}

.text-dark {
    color: #000000 !important;
}

.border {
    border: 1px solid black !important;
}

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

.img-square {
    padding-bottom: 45%;
    background-position: center;
    background-size: cover;
}

.shadow::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 27%, rgba(42, 42, 42, 1) 100%);
}

.img-square.smaller {
    padding-bottom: 50%;
    background-position: center;
    background-size: cover;

}

.img-square-table {
    padding-bottom: 77%;
    background-position: center;
    background-size: cover;
}

.img-square-table.rounded {
    border-radius: 1rem !important;
}

.img-square-table.longer {
    padding-bottom: 124%;
}

.img-square-table.longest {
    padding-bottom: 67%;
}

.img-square-header {
    padding-bottom: 63%;
    background-position: center;
    background-size: cover;
}

.img-square-header-text-bottom {
    position: absolute;
    bottom: 21px;
    left: 9px;
    width: 90%;
}

.scroll-overflow {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tooltip.show {
    opacity: 1;
}


.navbar-dark .navbar-toggler i {
    color: rgba(250, 250, 250, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 0.35rem 0.75rem;
    border-radius: 0.25rem;
}

.navbar-toggler .fa-bars {
    font-size: 1.7rem;
    color: #fa582b;
}


button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

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

.line-height-1 {
    line-height: 1 !important;
}

.line-height-0-8 {
    line-height: 0.8 !important;
}

.overflow-hidden {
    overflow: hidden;
    position: relative;
}

.bg-pink {
    background-color: #feded5;
}

.bg-pink-light {
    background-color: #fff2ee;
}

.bg-blue-light {
    background-color: #99def9;
}

.text-yellow {
    color: #fff200 !important;
}

.text-green {
    color: #00c420 !important;
}

.text-red {
    color: #c60000;
}

.bg-blue {
    background-color: #0099eb;
}

.buttons-section a {
    cursor: pointer;
}

.min-height {
    height: 91px;
}

a {
    color: #ffa800;
    text-decoration: underline;
    -webkit-text-decoration-skip: objects;

}

.navbar .h4 {
    font-size: 1.2rem;
}

/* Typography */

.font-weight-bold {
    font-weight: 800 !important;
}

.font-weight-semi-medium {
    font-weight: 600 !important;
}

.font-weight-medium {
    font-weight: 600 !important;
}

.font-weight-extra-bold {
    font-weight: 900 !important;
}

.font-style-italic {
    font-style: italic;
}


.number-rank {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin: auto;
    line-height: 35px;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    z-index: 1;
}

.img-square-table.longer {
    padding-bottom: 64%;
}

.z-index-2 {
    z-index: 2;
}


.height {
    height: 55px;
}


.bg-dark {
    background-color: #313131 !important;
}


.rounded {
    border-radius: 1rem !important;
}

.footer a {
    color: #000cff;
}

#methodology a {
    color: #ffa800;
    text-decoration: underline;
}


.img-circle {
    padding-bottom: 100%;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}


.img-thumb {
    max-width: 215px;
    margin: 0 auto;
}

.rounded-top-right {
    border-top-right-radius: 0.5rem !important;
}

.rounded-top-left {
    border-top-left-radius: 0.5rem !important;
}

.rounded-xl {
    border-radius: 2.5rem;
}

.rounded-xs {
    border-radius: 0.5rem;
}

.border-brown {
    border-color: #ff6633 !important;
}

.rank-oval {
    background-color: #000000;
    height: 43px;
    width: 43px;
    line-height: 51px;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

.rank-oval-small {
    height: 53px;
    width: 56px;
    line-height: 52px;
}

.lead {
    font-size: 1.1rem;
    font-weight: 400;
}

.display-4 {
    font-size: 2.7rem;
}


/*** Table ******/
.control_lenght {
    background-color: #000000;
    border-radius: 1.3rem;
    padding: 0.7rem 2.8rem;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #000000;
    display: inline-block;
    font-weight: 800;
}


.control_lenght:hover {
    background-color: #313131;
    color: #ffffff;
    border: 1px solid #313131;
    text-decoration: none;
}


.icon-wrap i {
    line-height: 1;
}

.title-th i {
    line-height: 1;
    font-size: 2rem;
}

.heading-holder {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    min-width: 110px;
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    height: 64px;
    line-height: 31px;
}

.heading-holder.th-col-sec {
    height: 47px;
}

.th-col-sec.line-left::before {
    position: absolute;
    content: "";
    left: 53px;
    top: 11px;
    background-color: #ffffff;
    height: 1px;
    width: 30px;
}

.th-col-sec.line-left::after {
    position: absolute;
    content: "";
    right: 53px;
    top: 11px;
    background-color: #ffffff;
    height: 1px;
    width: 30px;
}

.th-col-sec .line-left-b::before {
    position: absolute;
    content: "";
    left: 53px;
    top: 12px;
    background-color: #ffffff;
    height: 16px;
    width: 1px;
}

.th-col-sec .line-left-b::after {
    position: absolute;
    content: "";
    right: 53px;
    top: 12px;
    background-color: #ffffff;
    height: 16px;
    width: 1px;
}

.table h5, .table .h5 {
    margin-top: -7px;
}

#data.table tr th:first-child .heading-holder {
    border-top-left-radius: 0.7rem;
    border-bottom-left-radius: 0.7rem;
}

#data2.table tr th:first-child .heading-holder {
    border-top-left-radius: 0.7rem;

}

.table tr th:last-child .heading-holder {
    border-top-right-radius: 0.7rem;
    border-bottom-right-radius: 0;
}

#data3.table tr th:last-child .heading-holder.th-col-sec {
    border-top-right-radius: 0.7rem;
}

#data3.table tr th:last-child .heading-holder {
    border-top-right-radius: 0;
}

.heading-holder .title-th {
    display: block;
    line-height: 1;
    color: #000;
}


.table .heading-holder .title-icon {
    display: inline-block;
}

.sorting-icons {
    line-height: 10px;
    text-align: center;
    font-size: 1rem;
    margin: auto 10px;
    color: #ffffff;
    display: block;

}

.rank span {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: #ffffff;
    line-height: 30px !important;
    display: inline-block;
    background-color: #ff942b;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid transparent;
    padding-bottom: 0px !important;
    font-size: 1rem;
}

.dataTables_wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}


.dataTables_wrapper .col-6,
.dataTables_wrapper .col-12,
.dataTables_wrapper .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.sorting-icons i {
    font-size: 1rem;
}

.sorting .fa-sort-down,
.sorting .fa-sort-up {
    display: none;
}

.sorting_asc .fa-sort,
.sorting_asc .fa-sort-up {
    display: none;
}

.sorting_desc .fa-sort,
.sorting_desc .fa-sort-down {
    display: none;
}


.table td, .table th {
    vertical-align: middle;
    text-align: center;
    padding: 0;
}


table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-collapse: collapse !important;

}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
    padding: 50px;
}


table tr td span {
    color: #313131;
    font-weight: 500;
}


div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    display: none;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    display: none;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
}

.table th {
    color: #322e2f;
    font-size: 1rem;
    white-space: nowrap;
    border-top: 0;
}


.table td {
    border-top: 0px solid transparent;
    color: #000000;
    font-size: 1.1rem;
    white-space: nowrap;
    border-bottom: 1px solid #000c1b;

}

.table tr:last-child td {
    border-bottom: 0;
}

.table tr td .td-simulate {
    display: block;
    padding: 0.2em 0;
    font-weight: 700;
    line-height: 35px;
    background-color: white;
}

#data.table tr:last-child td:first-child .td-simulate {
    border-bottom-left-radius: 1rem;
}

.table tr:last-child td:last-child .td-simulate {
    border-bottom-right-radius: 1rem;
}

#data5.table tr th:first-child .heading-holder {
    border-top-left-radius: 0.7rem;
}

#data5.table tr:last-child td:first-child .td-simulate {
    border-bottom-left-radius: 1rem;
}

.table tr td.sorting_1 .td-simulate {
    color: #ff942b;
}

.line-height-0-8 {
    line-height: 0.8;
}

/**** Headings ******/
.display-2 {
    font-size: 2.5rem;
}

.display-3 {
    font-size: 2.5rem;
    line-height: 0.5;
}


.footer p {
    color: black;
}


.methodology a {
    color: #0000ee;
    text-decoration: underline;
}

.footer-logo {
    min-width: 200px;
    max-width: 200px;
}

.h3, h3 {
    font-size: 1.4rem;
    line-height: 1;
}


.h2, h2 {
    font-size: 1.4rem;
    line-height: 1.2;
}

.h4, h4 {
    font-size: 1.2rem;
}

.header .h4, .header h4 {
    font-size: 0.8rem;
}


.btn-outline-danger.h5 {
    font-size: 1.15rem;
}

.container-custom, .container-table {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .display-1 {
        font-size: 4.8rem;
    }

    .h4, h4 {
        font-size: 1.4rem;
    }


    .h3, h3 {
        font-size: 2rem;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    .display-3 {
        font-size: 4.7rem;
        line-height: 0.5;

    }


}

@media (min-width: 768px) {
    .img-square-table {
        padding-bottom: 71%;
    }

    #data3 .heading-holder {
        min-width: 110px;
    }

    .header .h4, .header h4 {
        font-size: 1.4rem;
    }

    .h2, h2 {
        font-size: 1.7rem;
    }

    .h4, h4 {
        font-size: 1.6rem;
    }

    .display-4 {
        font-size: 3.7rem;
    }


    .display-3 {
        font-size: 4.4rem;
        line-height: 0.5;
    }


    .footer-logo {
        min-width: 200px;
        max-width: 200px;
    }

    .img-square {
        padding-bottom: 60%;
    }
}

@media (min-width: 992px) {
    .header .footer-logo {
        min-width: 159px;
        max-width: 226px;
    }

    .img-square-table {
        padding-bottom: 127%;
    }

    .btn-primary {
        width: 284px;
    }

    .container-custom {
        max-width: 1280px;
    }

    .display-4 {
        font-size: 5.2rem;
    }


    .h3, h3 {
        font-size: 2.5rem;
        line-height: 1;
    }

    .footer-logo {
        max-width: 180px;
    }

    .table h5, .table .h5 {
        font-size: 1.25rem;
    }

    .h5, h5 {
        font-size: 1.35rem;
    }

    .white-space-nowrap {
        white-space: nowrap;
    }

    .lead {
        font-size: 1.3em;
    }

    .h2, h2 {
        font-size: 2.4rem;
        line-height: 1;
    }

    .display-3 {
        font-size: 5.5rem;
        line-height: 1;

    }

    .h4, h4 {
        font-size: 1.4rem;
    }


    .img-square-table {
        padding-bottom: 141%;
    }

    .img-square.smaller {
        padding-bottom: 87%;
    }

    .header .h4, .header h4 {
        font-size: 1.8rem;
    }

    .h3, h3 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .display-2 {
        font-size: 7rem;
        font-weight: 300;
        line-height: 1;
    }

    .display-1 {
        font-size: 10.5rem;
        line-height: 0.8 !important;
    }

    .lead {
        font-size: 1.4em;

    }

    .table tr th:nth-child(2) .heading-holder {
        min-width: 167px;
    }

    #data2.table tr th:last-child .heading-holder {
        min-width: 267px;
    }

    #data2.table tr th:first-child .heading-holder {
        min-width: 67px;
    }

    .table tr th:nth-child(2) .heading-holder {
        min-width: 223px;
    }

    #data2.table tr th:nth-child(3) .heading-holder {
        min-width: 165px;
    }

    .bubble-rank {
        height: 160px;
        width: 160px;
        position: absolute;
        bottom: -74px;
    }

    #data2.table tr th:last-child .heading-holder {
        min-width: 88px;
    }

    .img-square.shadow .img-square-header-text-bottom {
        bottom: 45px;
        left: 20px;
    }

    .table tr th:nth-child(2) .heading-holder {
        min-width: 147px;
    }

    .img-square-table.longer {
        padding-bottom: 130%;
    }

    .container-custom {
        max-width: 930px;
    }


    .img-square-header-text-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .h4, h4 {
        font-size: 1.2rem;
    }

    .img-square-header-text-bottom {
        bottom: 19px;
    }

    .img-square-table.shadow::before {
        border-bottom-right-radius: 1rem;
    }

    #data3 .heading-holder {
        min-width: 120px;
    }

    #data3 tr th:nth-child(2) .heading-holder {
        min-width: 80px;
    }

    .img-square {
        padding-bottom: 82%;
    }

    #data4.table tr th:first-child .heading-holder {
        border-top-left-radius: 0.7rem;

    }

    .img-square-table.rounded {
        margin-right: -9px;
        margin-top: 1px;
        z-index: 2;
    }
}


@media (min-width: 1200px) {
    .container-custom {
        max-width: 1180px;
    }

    .img-square-table .img-square-header-text-bottom {
        left: 7px;
    }

    .container-custom {
        max-width: 1180px;
    }

    .img-square-table.longest {
        padding-bottom: 105%;
    }

    .img-square-header {
        padding-bottom: 34%;
    }

    .img-square-table.longer {
        padding-bottom: 124%;
    }

    .img-square-header-text-bottom {
        left: 34px;
    }

    .img-square-table.longer {
        padding-bottom: 152%;
    }

    .container-table {
        max-width: 1203px;
    }

    .img-square-table {
        padding-bottom: 137%;
    }

    .img-square.smaller {
        padding-bottom: 80%;
    }

    .img-square-header-text-bottom .h4, .img-square-header-text-bottom h4 {
        font-size: 1.8rem;
    }

    #data2.table tr th:first-child .heading-holder {
        border-top-left-radius: 0;

    }

    .img-square.shadow .img-square-header-text-bottom {
        bottom: 49px;
        left: 66px;
    }

    .h4, h4 {
        font-size: 1.7rem;
    }


    #map_svg, #svg-container {
        width: 100%;
        height: 773px;
    }

    #data2.table tr th:last-child .heading-holder {
        min-width: 267px;
    }

    #data5 .heading-holder {
        min-width: 90px;
    }

    #map_svg_2, #svg-container-2,
    #map_svg_3, #svg-container-3,
    #map_svg_4, #svg-container-4 {
        width: 100%;
        height: 673px;
    }

    .container {
        max-width: 1180px;
    }

    .btn-primary {
        width: 437px;
    }

    .h2, h2 {
        font-size: 2.7rem;
    }

    .h3, h3 {
        font-size: 2rem;
    }

    .header .h4, .header h4 {
        font-size: 1.5rem;
    }

    .navbar .h4 {
        font-size: 1.8rem;
    }


    .display-2 {
        font-size: 7.5rem;

    }

    .lead {
        font-size: 1.4em;
    }

    .display-3 {
        font-size: 5.6rem;
    }

    .text-lg-justify {
        text-align: justify;
    }

    .desktop-xl .pl-xl-5 {
        padding-left: 0 !important;
    }

    .desktop-xl .px-xl-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 1320px) {
    #data2.table tr th:last-child .heading-holder {
        min-width: 119px;
    }

    .img-square-table {
        padding-bottom: 122%;
    }

    .container-custom {
        max-width: 1320px;
    }

    .img-square.smaller {
        padding-bottom: 70%;
    }

    .img-square-table.longer {
        padding-bottom: 135%;
    }

    .row.mx-lg-0 .pl-xl-5 {
        padding-left: 0rem !important;
    }
}

@media (min-width: 1400px) {
    .container-custom {
        max-width: 1340px;
    }
    .img-square-table.longest {
        padding-bottom: 121%;
    }
    #data2.table tr th:nth-child(3) .heading-holder {
        min-width: 217px;
    }

    .img-square-table {
        padding-bottom: 119%;
    }

    .img-square-header-text-bottom .h4, .img-square-header-text-bottom h4 {
        font-size: 1.5rem;
    }

    .header .h4, .header h4 {
        font-size: 1.8rem;
    }

    .desktop-xl .pl-xl-5 {
        padding-left: 0 !important;
    }

    .desktop-xl .px-xl-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

@media (min-width: 1500px) {
    .container-custom {
        max-width: 1409px;
    }

    .desktop-xl .pl-xl-5 {
        padding-left: 3rem !important;
    }

    .desktop-xl .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .img-square-table.longer {
        padding-bottom: 125%;
    }

    .img-square-table.longest {
        padding-bottom: 114%;
    }

    .img-square-table {
        padding-bottom: 113%;
    }

}

@media (min-width: 1600px) {
    .img-square-table.longest {
        padding-bottom: 105%;
    }

    .img-square-table.longer {
        padding-bottom: 115%;
    }

    .img-square.smaller {
        padding-bottom: 46%;
    }

    .container-custom {
        max-width: 1523px;
    }

    .img-square-table {
        padding-bottom: 104%;
    }
}

@media (min-width: 1920px) {

    .display-4 {
        font-size: 6.2rem;
    }
}

@media (min-width: 2200px) {


}