html.lenis, html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-smooth iframe {
    pointer-events: none;
}
@keyframes header {
    0% {
        transform: scaleY(0);
        transform-origin: 100% 0;
        opacity: 1;
    }
    to {
        transform: scaleY(1);
        transform-origin: 100% 0;
        opacity: 1;
    }
}
@keyframes waves {
    0% {
        transform: scale(0.2, 0.2);
        opacity: 0;
    }
    50% {
        opacity: 0.9;
    }
    to {
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}
@font-face {
    font-family: "geobrand-fontregular";
    src: url(../fonts/GeoBrand-Font-Regular.eot);
    src: url(../fonts/GeoBrand-Font-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/GeoBrand-Font-Regular.woff2) format("woff2"), url(../fonts/GeoBrand-Font-Regular.woff) format("woff"),
        url(../fonts/GeoBrand-Font-Regular.ttf) format("truetype"), url(../fonts/GeoBrand-Font-Regular.svg#geobrand-fontregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
/* Degular */
.degular-regular {
    font-family: "degular", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.degular-medium {
    font-family: "degular", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.degular-bold {
    font-family: "degular", sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* Degular Text */
.degular-text-regular {
    font-family: "degular-text", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.degular-text-medium {
    font-family: "degular-text", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.degular-text-bold {
    font-family: "degular-text", sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* Inter Variable */
.inter-variable-regular {
    font-family: "inter-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 400;
    font-style: normal;
}
.dg-custom-icons {
    font-family: "geobrand-fontregular";
    font-style: normal;
}
:root {
    --white: #ffffff;
    --black: #000000;
    --greyscale: 100%;
    --red: #EA1D3C;
    --lred: #F53A56;
    --dark-grey: #191F20;
    --mid-grey: #8B8B8B;
    --light-grey: #F2F2F2;
    --teal: #1BF5C2;
    
    --g-teal-1a: #1BF5C2;
    --g-teal-1b: #02D4BF;
    --g-red-1a: #EA1D3C;
    --g-red-1b: #870216;
    --g-green-1a: #003126;
    --g-green-1b: #004233;
    
    --g-grey-1a: #191F20;
    --g-grey-1b: #2B2F2F;
    
    /* Map custom colours to WordPress preset tokens */
    --wp--preset--color--white: var(--white);
    --wp--preset--color--black: var(--black);
    --wp--preset--color--light-grey: var(--light-grey);
    --wp--preset--color--mid-grey: var(--mid-grey);
    --wp--preset--color--dark-grey: var(--dark-grey);
    --wp--preset--color--teal: var(--teal);
    --wp--preset--color--teal-light: var(--g-teal-1a);
    --wp--preset--color--blue: var(--g-teal-1b);
    --wp--preset--color--red: var(--red);
    --wp--preset--color--burgundy: var(--g-red-1b);
    --wp--preset--color--green: var(--g-green-1b);
    --wp--preset--color--grey-2: var(--g-grey-1b);

    /* Optional: additional mapping for advanced gradients */
    --wp--preset--color--g-grey-1a: var(--g-grey-1a);
    --wp--preset--color--g-grey-1b: var(--g-grey-1b);
    --wp--preset--color--g-red-1a: var(--g-red-1a);
    --wp--preset--color--g-red-1b: var(--g-red-1b);
    --wp--preset--color--g-teal-1a: var(--g-teal-1a);
    --wp--preset--color--g-teal-1b: var(--g-teal-1b);
    --wp--preset--color--g-green-1a: var(--g-green-1a);
    --wp--preset--color--g-green-1b: var(--g-green-1b);
    

	/* Gutenberg gradient support (for fallback in CSS) */
	--wp--preset--gradient--gradient-g-teal-1: linear-gradient(180deg, #1BF5C2 0%, #02D4BF 100%);
	--wp--preset--gradient--gradient-g-red-1: linear-gradient(180deg, #EA1D3C 0%, #870216 100%);
	--wp--preset--gradient--gradient-g-green-1: linear-gradient(180deg, #003126 0%, #004233 100%);
	--wp--preset--gradient--gradient-g-grey-1: linear-gradient(180deg, #191F20 0%, #2B2F2F 100%);
    
}
.fill-white path,
.fill-white rect,
.fill-white circle,
.fill-white ellipse,
.fill-white polygon {
	fill: #fff;
}
.fill-black path,
.fill-black rect,
.fill-black circle,
.fill-black ellipse,
.fill-black polygon {
	fill: #000;
}
.fill-red path,
.fill-red rect,
.fill-red circle,
.fill-red ellipse,
.fill-red polygon {
	fill: var(--red);
}
.fill-burgundy path,
.fill-burgundy rect,
.fill-burgundy circle,
.fill-burgundy ellipse,
.fill-burgundy polygon {
	fill: var(--g-red-1b);
}
.fill-teal path,
.fill-teal rect,
.fill-teal circle,
.fill-teal ellipse,
.fill-teal polygon {
	fill: var(--teal);
}
.fill-blue path,
.fill-blue rect,
.fill-blue circle,
.fill-blue ellipse,
.fill-blue polygon {
	fill: var(--g-teal-1b);
}
.fill-green path,
.fill-green rect,
.fill-green circle,
.fill-green ellipse,
.fill-green polygon {
	fill: var(--g-green-1b);
}
.fill-light-grey path,
.fill-light-grey rect,
.fill-light-grey circle,
.fill-light-grey ellipse,
.fill-light-grey polygon {
	fill: var(--light-grey);
}
.fill-mid-grey path,
.fill-mid-grey rect,
.fill-mid-grey circle,
.fill-mid-grey ellipse,
.fill-mid-grey polygon {
	fill: var(--mid-grey);
}
.fill-dark-grey path,
.fill-dark-grey rect,
.fill-dark-grey circle,
.fill-dark-grey ellipse,
.fill-dark-grey polygon {
	fill: var(--dark-grey);
}
.fill-grey-2 path,
.fill-grey-2 rect,
.fill-grey-2 circle,
.fill-grey-2 ellipse,
.fill-grey-2 polygon {
	fill: var(--g-grey-1b);
}
.fill-teal-light path,
.fill-teal-light rect,
.fill-teal-light circle,
.fill-teal-light ellipse,
.fill-teal-light polygon {
	fill: var(--g-teal-1a);
}
.text-white { color: var(--white); }
.text-black { color: var(--black); }
.text-red { color: var(--red); }
.text-dark-grey { color: var(--dark-grey); }
.text-mid-grey { color: var(--mid-grey); }
.text-light-grey { color: var(--light-grey); }
.text-teal { color: var(--teal); }
.bg-white { background-color: var(--white); }
.bg-black { background-color: var(--black); }
.bg-red { background-color: var(--red); }
.bg-dark-grey { background-color: var(--dark-grey); }
.bg-mid-grey { background-color: var(--mid-grey); }
.bg-light-grey { background-color: var(--light-grey); }
.bg-teal { background-color: var(--teal); }
.has-white-color        { color: var(--white); }
.has-black-color        { color: var(--black); }
.has-light-grey-color   { color: var(--light-grey); }
.has-teal-color         { color: var(--teal); }
.has-blue-color         { color: var(--g-teal-1b); }
.has-dark-grey-color    { color: var(--dark-grey); }
.has-green-color        { color: var(--g-green-1b); }
.has-burgundy-color     { color: var(--g-red-1b); }
.has-grey-2-color       { color: var(--g-grey-1b); }
.has-red-color          { color: var(--red); }
.has-teal-light-color   { color: var(--g-teal-1a); }
.has-mid-grey-color     { color: var(--mid-grey); }
.has-white-background-color        { background-color: var(--white); }
.has-black-background-color        { background-color: var(--black); }
.has-light-grey-background-color   { background-color: var(--light-grey); }
.has-mid-grey-background-color     { background-color: var(--mid-grey); }
.has-dark-grey-background-color    { background-color: var(--dark-grey); }
.has-teal-background-color         { background-color: var(--teal); }
.has-teal-light-background-color   { background-color: var(--g-teal-1a); }
.has-blue-background-color         { background-color: var(--g-teal-1b); }
.has-red-background-color          { background-color: var(--red); }
.has-burgundy-background-color     { background-color: var(--g-red-1b); }
.has-green-background-color        { background-color: var(--g-green-1b); }
.has-grey-2-background-color       { background-color: var(--g-grey-1b); }
.has-gradient-g-teal-1-gradient-background     { background-image: linear-gradient(180deg, var(--g-teal-1a), var(--g-teal-1b)); }
.has-gradient-g-red-1-gradient-background      { background-image: linear-gradient(180deg, var(--g-red-1a), var(--g-red-1b)); }
.has-gradient-g-green-1--gradienbackground    { background-image: linear-gradient(180deg, var(--g-green-1a), var(--g-green-1b)); }
.has-gradient-g-grey-1-gradien-background     { background-image: linear-gradient(180deg, var(--g-grey-1a), var(--g-grey-1b)); }
.bg-gradient-g-teal {
    background-image: linear-gradient(180deg, var(--g-teal-1a), var(--g-teal-1b));
}
.bg-gradient-g-red {
    background-image: linear-gradient(180deg, var(--g-red-1a), var(--g-red-1b));
}
.bg-gradient-g-green {
    background-image: linear-gradient(180deg, var(--g-green-1a), var(--g-green-1b));
}
.bg-gradient-g-grey {
    background-image: linear-gradient(180deg, var(--g-grey-1a), var(--g-grey-1b));
}
.wp-block-button__link:hover {
    background-color: var(--red);
    background-image: none;
    color: var(--white);
    transition: all 0.3s ease-in-out;
}
*,
:after,
:before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
clearfix {
    overflow: auto;
    content: "";
    clear: both;
    display: table;
}
body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
main {
    overflow: hidden;
}
html {
    font-size: 62.5%;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
body,
p {
    line-height: 1.4;
}
body {
    font-family: "inter-variable", sans-serif;
    font-style: normal;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    line-height: 1;
}
body,
h1,
h2 {
    font-weight: 400;
}
h1,
h2 {
    font-size: 2em;
    margin-bottom: 0.67em;
    font-family: "degular", sans-serif;
}
h2 {
    font-size: 36px;
    margin-bottom: 0.63em;
}
h3 {
    font-size: 1.17em;
    margin-bottom: 0.6em;
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
}
h3,
h4 {
    font-family: "degular", sans-serif;
}
h4 {
    font-size: 1em;
}
h5,
h6 {
    font-size: 0.83em;
    margin-bottom: 0.67em;
}
h4,
h6 {
    margin-bottom: 1.33em;
}
h6 {
    font-size: 0.67em;
}
a {
    text-decoration: none;
}
p {
    margin: 0 0 20px;
}
.hide-it {
    display: none;
}
.align-center {
    text-align: center;
}
.align-center img {
    margin: 0 auto;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.pointer {
    cursor: pointer;
}
.margin-0 {
    margin: 0;
}
.margin-10 {
    margin: 10px;
}
.margin-20 {
    margin: 20px;
}
.margin-30 {
    margin: 30px;
}
.margin-40 {
    margin: 40px;
}
.margin-50 {
    margin: 50px;
}
.margin-60 {
    margin: 60px;
}
.margin-70 {
    margin: 70px;
}
.margin-80 {
    margin: 80px;
}
.margin-90 {
    margin: 90px;
}
.margin-100 {
    margin: 100px;
}
.margin-top-0 {
    margin-top: 0;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-70 {
    margin-top: 70px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-100 {
    margin-top: 100px;
}
.padding-5p {
    padding: 5%;
}
.padding-10p {
    padding: 10%;
}
.padding-15p {
    padding: 15%;
}
.padding-20p {
    padding: 20%;
}
.padding-30p {
    padding: 30%;
}
.padding-40p {
    padding: 40%;
}
.padding-50p {
    padding: 50%;
}
.padding-60p {
    padding: 60%;
}
.padding-70p {
    padding: 70%;
}
.padding-80p {
    padding: 80%;
}
.padding-90p {
    padding: 90%;
}
.padding-100p {
    padding: 100%;
}
.large-hero .large-hero-inner-content h1,
.margin-bottom-0,
.titlebar-with-image h1 {
    margin-bottom: 0;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20,
.overlay-content h1 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-70 {
    margin-bottom: 70px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-100 {
    margin-bottom: 100px;
}
.padding-0 {
    padding: 0;
}
.padding-5 {
    padding: 5px;
}
.padding-10 {
    padding: 10px;
}
.padding-20 {
    padding: 20px;
}
.padding-30 {
    padding: 30px;
}
.padding-40 {
    padding: 40px;
}
.padding-50 {
    padding: 50px;
}
.padding-60 {
    padding: 60px;
}
.padding-70 {
    padding: 70px;
}
.padding-80 {
    padding: 80px;
}
.padding-90 {
    padding: 90px;
}
.padding-100 {
    padding: 100px;
}
.padding-top-10 { padding-top: 10px; }
.padding-top-20 { padding-top: 20px; }
.padding-top-30 { padding-top: 30px; }
.padding-top-40 { padding-top: 40px; }
.padding-top-50 { padding-top: 50px; }
.padding-top-60 { padding-top: 60px; }
.padding-top-70 { padding-top: 70px; }
.padding-top-80 { padding-top: 80px; }
.padding-top-90 { padding-top: 90px; }
.padding-top-100 { padding-top: 100px; }
.padding-top-110 { padding-top: 110px; }
.padding-top-120 { padding-top: 120px; }
.padding-top-130 { padding-top: 130px; }
.padding-top-140 { padding-top: 140px; }
.padding-top-150 { padding-top: 150px; }
.padding-top-160 { padding-top: 160px; }
.padding-top-170 { padding-top: 170px; }
.padding-top-180 { padding-top: 180px; }
.padding-top-190 { padding-top: 190px; }
.padding-top-200 { padding-top: 200px; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-bottom-30 { padding-bottom: 30px; }
.padding-bottom-40 { padding-bottom: 40px; }
.padding-bottom-50 { padding-bottom: 50px; }
.padding-bottom-60 { padding-bottom: 60px; }
.padding-bottom-70 { padding-bottom: 70px; }
.padding-bottom-80 { padding-bottom: 80px; }
.padding-bottom-90 { padding-bottom: 90px; }
.padding-bottom-100 { padding-bottom: 100px; }
.padding-bottom-110 { padding-bottom: 110px; }
.padding-bottom-120 { padding-bottom: 120px; }
.padding-bottom-130 { padding-bottom: 130px; }
.padding-bottom-140 { padding-bottom: 140px; }
.padding-bottom-150 { padding-bottom: 150px; }
.padding-bottom-160 { padding-bottom: 160px; }
.padding-bottom-170 { padding-bottom: 170px; }
.padding-bottom-180 { padding-bottom: 180px; }
.padding-bottom-190 { padding-bottom: 190px; }
.padding-bottom-200 { padding-bottom: 200px; }
.font-weight-100 {
    font-weight: 100;
}
.font-weight-200 {
    font-weight: 200;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-900 {
    font-weight: 900;
}
.underline {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
.strong {
    font-weight: 700;
}
.light {
    font-weight: 400;
}
.thin {
    font-weight: thin;
}
.block,
.nav-list li:hover > .nav-dropdown {
    display: block;
}
.inline-block {
    display: inline-block;
}
.table {
    display: table;
}
.line-height-0 {
    line-height: 0;
}
.line-height-1 {
    line-height: 1;
}
.line-height-12 {
    line-height: 1.2;
}
.line-height-13 {
    line-height: 1.3;
}
.line-height-14 {
    line-height: 1.4;
}
.line-height-15 {
    line-height: 1.5;
}
.line-height-16 {
    line-height: 1.6;
}
.line-height-17 {
    line-height: 1.7;
}
.line-height-18 {
    line-height: 1.8;
}
.line-height-19 {
    line-height: 1.9;
}
.line-height-2 {
    line-height: 2;
}
.image-cover {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.border-radius-10 {
    border-radius: 10px;
}
.border-radius-16 {
    border-radius: 16px;
}
.border-radius-20 {
    border-radius: 20px;
}
.border-radius-15 {
    border-radius: 15px;
}
.border-radius-50-p {
    border-radius: 50%;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-visible {
    overflow: visible !important;
}
.nav-list li,
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.after,
.before {
    position: absolute;
    width: 100%;
    left: 0;
}
.before {
    top: 0;
}
.after {
    bottom: 0;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.header {
    position: fixed;
    top: 0;
    left: 20px;
    right: 20px;
    margin-bottom: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #fff;
    z-index: 999;
    transition: all 0.5s ease;
}
.header.sticky {
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.20);
    transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 0.5);

}
/****** NAV START *******/
.nav-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu-main-navigation {
    margin-right: 20px;
}
.nav-extra {
    margin-right: 20px;
}
.contact-button {
    display: inline-flex;
    align-items: center;
    background: var(--teal);
    color: var(--black);
    padding: 10px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
    gap: 8px;
}
.contact-button:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.contact-icon {
    display: inline-block;
    vertical-align: middle;
}
.header .brand #tbi-logo path {
     fill: var(--white);
}
.brand a,
.brand a:visited {
    color: var(--white);
    text-decoration: none;
    padding: 0 15px;
}
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
}
.nav-mobile button {
    background: 0 0;
    border: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.nav-mobile button:focus {
    outline: 0;
}
#nav-toggle {
    position: relative;
    width: 35px;
    height: 25px;
    margin: auto;
}
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 100%;
    background: var(--red);
    position: absolute;
    content: "";
    transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:after,
#nav-toggle.active span:before {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
.nav-list li a,
.nav-list li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    color: var(--black);
    text-decoration: none;
    position: relative;
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
.nav-list li a:hover,
.nav-list li a:visited:hover {
    color: var(--red);
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
.nav-list li a:not(:only-child):after,
.nav-list li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: "";
}
.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 10;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    padding: 0;
    list-style-type: none;
    background: var(--red);
}
.nav-dropdown li {
    min-width: 190px;
}
.nav-dropdown li a {
    padding: 15px;
    line-height: 20px;
    color: var(--white) !important;
}
.nav-dropdown li a:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
li.menu-item .dropdown-arrow {
    position: absolute;
    top: 23px;
    right: 5px;
}
.dropdown-arrow {
    color: var(--lred);
}
/****** NAV END *******/
/******** GRAVITY FORMS STARTS ******/
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 12px;
    font-weight: 400 !important;
    color: var(--white);
}
.gform_required_legend {
    display: none !important;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    border: none;
    border-bottom: 1px solid var(--white);
    background: transparent;
    color: var(--white);
    font-family: "degular", sans-serif;
    outline: none;
    padding-left: 0 !important;
    font-size: 16px !important;
}
/* Chrome, Opera, Safari */
.gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme select::-webkit-input-placeholder,
.gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
    color: var(--white);
    font-size: 16px;
    font-family: "inter-variable", sans-serif;
}
/* Firefox 19+ */
.gform_wrapper.gravity-theme input[type=color]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=date]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=email]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=month]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=number]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=password]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=search]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=text]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=time]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=url]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=week]::-moz-placeholder,
.gform_wrapper.gravity-theme select::-moz-placeholder,
.gform_wrapper.gravity-theme textarea::-moz-placeholder {
    color: var(--white);
    font-size: 16px;
    font-family: "inter-variable", sans-serif;
}
/* IE 10+ */
.gform_wrapper.gravity-theme input[type=color]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=date]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=datetime]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=month]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=number]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=password]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=search]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=time]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=url]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=week]:-ms-input-placeholder,
.gform_wrapper.gravity-theme select:-ms-input-placeholder,
.gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
    color: var(--white);
    font-size: 16px;
    font-family: "inter-variable", sans-serif;
}
/* Firefox 18- */
.gform_wrapper.gravity-theme input[type=color]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=date]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=datetime]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=email]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=month]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=number]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=password]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=search]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=tel]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=text]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=time]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=url]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=week]:-moz-placeholder,
.gform_wrapper.gravity-theme select:-moz-placeholder,
.gform_wrapper.gravity-theme textarea:-moz-placeholder {
    color: var(--white);
    font-size: 16px;
    font-family: "inter-variable", sans-serif;
}
.charleft.ginput_counter.gfield_description {
    font-size: 10px !important;
    color: var(--white) !important;
}
.gform-footer input[type=submit] {
    padding: 10px 25px;
    border: 1px solid var(--white);
    border-radius: 30px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .5s;
}
.gform-footer input[type=submit]:hover {
    padding: 10px 25px;
    border: 1px solid var(--white);
    background: transparent;
    cursor: pointer;
    transition: all .5s;
    color: var(--white)
}
/******** GRAVITY FORMS ENDS ******/
/********SOCIAL ICONS STARTS ******/
.social-media-footer a, .social-sharing a {font-weight: normal !important}
.social-media-footer {text-align:left !important}
.social-media-footer a.sm-link, .social-sharing a.sm-link{
    display: inline-block;
    font-size: 35px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 0px;
    padding: 13px 10px;
    border-radius: 50%;
    border: 1px solid var(--lred);
    margin-top: 0px;
    position: relative;
    font-style: inherit;
    cursor: pointer;
    margin-right: 10px;
    transition: all .5s;
    opacity: 1;
}
.social-media-footer a.sm-link span {
    background: var(--white);
    color: var(--lred);
    line-height: 23px;
}
.social-sharing a.sm-link span  {
    background: #C5C5C5;
    color: var(--white);
    line-height: 33px;
}
.social-media-footer a.sm-link span, .social-sharing a.sm-link span {
    height: 34px;
    width: 34px;
    top: 2px;
    left: 2px;
    position: absolute;
    border-radius: 50%;
}
.social-media-footer {
    margin-bottom:20px;
}
.social-media-footer a.sm-link .pulse:hover, 
.social-media-footer a.sm-link .pulse:focus,
.social-sharing a.sm-link .pulse:hover, 
.social-sharing a.sm-link .pulse:focus 
{
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    box-shadow: 0 0 0 .5em rgba(255, 255, 255, 0);
    
}
.social-media-footer li:last-child a i.fab {
    margin-right: 0;
}
.social-media-footer a .fab:hover {
    background-color: #ffffff;
    color: #ffffff;
}
.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
          box-shadow: 0 0 0 .5em rgba(255, 255, 255, 0);
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.pulse {
    --color: #ffffff;
    --hover: #ffffff;
}
.contact-fields {
    margin-top:60px !important;
    max-width:80%;
}
.contact-fields .contact-field {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 16px;
    text-decoration: none;
    color: var(--white);
    position: relative;
}
.contact-fields .contact-field .dg-custom-icons {
    flex: 0 0 auto;
    font-size: 36px;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    top: -10px;
}
.contact-fields .contact-field .contact-label {
    flex: 1 1 0;
}
.contact-fields .contact-field .dg-custom-icons.address-icon {
    margin-top:6px;
}
/********SOCIAL ICONS ENDS ******/
/******* COLUMNS OPTIONS STARTS ******/
main > .wp-block-columns,
main > .wp-block-heading {
    padding-left: calc((100% - 1320px) / 2);
    padding-right: calc((100% - 1320px) / 2);
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
/******** COLUMNS OPTIONS ENDS ******/
/******* ANIMATIONS START ******/
/* The container element that holds the text you want to skew up. */
.skew-up {
    font-kerning: none;
    /* Optional: overflow hidden to prevent visual glitches */
    overflow: hidden;
}
/* Each line gets its own clipping mask (useful if you want line-by-line effects). */
.skew-up .line {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
/* Initial “off-screen” state: words start 80px down. */
.skew-up .word {
    transform: translateY(80px);
    /* It’s important NOT to set transform: translateY(0) anywhere here. */
}
/******* ANIMATIONS END ******/
/********HOMEPAGE STARTS ******/
.service-box {
    background-color: var(--red);
    color: var(--white);
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}
.service-box:hover {
    background-color: var(--dark-grey) !important;
    color: var(--black);
    transform: scale(1.03);
}
.front-hero-block {
    position: relative;
    overflow: hidden;
}
.front-hero-block .container {
    position: relative;
    z-index: 1;
}
.service-text {
    padding: 5%;
}
/********HOMEPAGE STARTS ******/
footer h2 {
    font-size: 62px;
    line-height: 0.9;
    margin-bottom: 60px;
}
#footer h4 {
    color: var(--white);
}
footer#footer {
    overflow: hidden;
    color: var(--white);
    z-index: 1;
}
footer#footer .footer-inner a,
footer#footer .footer-inner a:hover {
    color: var(--white);
    opacity: 0.6;
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
footer#footer .footer-inner a:hover {
    opacity: 1;
}
footer#footer .logo-wide {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height: 100%;
    z-index: 0;
    mix-blend-mode: soft-light;
}
#menu-footer-column-1 a,
#menu-footer-column-2 a,
#menu-footer-column-3 a,
#menu-footer-column-4 a {
    opacity: 1 !important;
}
.footer-social a.sm-link .sm-text {
    font-size: 12px;
}
.footer-social a.sm-link .dg-custom-icons {
    font-size: 34px;
    line-height: 1;
    position: relative;
    top: -5px;
}
#footer h4,
.contact-item,
.footer-copyright {
    font-size: 14px;
}
#footer .involved-container {
    background: var(--turquoise);
}
#footer .arrow-icon svg {
    max-width: 20px;
}
#footer .container, #footer .footer-copyright {
    position: relative;
    z-index: 1
}
#footer .footer-inner {
    margin-top: 50px;
    background: var(--red);
    padding: 40px;
    border-radius: 10px;
}
#footer #menu-footer-main-menu, #footer  #menu-footer-policies-menu{
    list-style-type: none;
    margin: 0;
    padding: 0;

}
#footer #menu-footer-main-menu {
    text-align: right;  
}
#footer #menu-footer-main-menu li {
    display: inline-block;
    list-style-type: none;
    margin-left: 7px;
}
#footer #menu-footer-main-menu li a {
    padding: 0 5px;    
}
#menu-footer-policies-menu li {
    display: block;
    list-style-type: none;   
}
/***** BUTTONS ********/
a.button,
button.button {
    display: inline-block;
    padding: 5px 25px;
    text-transform: uppercase;
    border-radius: 20px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    border: 1px solid;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
a.button.fill {
    color: #fff;
}
a.button.outline {
    background-color: transparent;
    color: inherit;
}
/********PLAY CONTAINER FOR VIDEO STARTS************/
.play-container {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.fa.fa-play,
.waves-block {
    position: relative;
    top: -11px;
    z-index: 3;
    left: 1px;
}
.fa-play:before {
    content: "Y";
    font-size: 34px;
    color: var(--white);
}
.dg-custom-icons, .fa-play:before, .social-sharing li a i.fab {
    font-style: normal;
}
.waves-block {
    z-index: 2;
    top: 60px;
    left: 90px;
}
.waves {
    position: absolute;
    z-index: -1;
    width: 180px;
    height: 180px;
    background: rgba(135, 2, 22, 0.5);
    opacity: 0;
    border-radius: 100%;
    right: 0;
    bottom: 0;
    animation: 3s ease-in-out infinite waves;
}
.wave-1 {
    animation-delay: 0s;
}
.wave-2 {
    animation-delay: 1s;
}
.wave-3 {
    animation-delay: 2s;
}
/********PLAY CONTAINER FOR VIDEO ENDS************/
.stats-inner {
    padding: 5% 30px 5% 10px;
}
.stat-item {
    padding: 20px 10px;
    line-height: 1;
    font-size: 24px;
}
/******* STATISTIC BLOCK STARTS ************/
.wp-block-columns.stats {
    display: flex;
    gap: 20px;
}
.wp-block-columns.stats .wp-block-column {
    flex: 1;
}
.statistics-block {
    padding: 0 20px; 
    display: flex; 
    flex-direction: column; 
    justify-content: flex-start;
}
.stat-number {
    font-size: 72px;
    width: 100%;
    line-height: 100%;
    padding-top:10px;
    margin-bottom: 30px;
}
.wp-block-image {
    margin: 0
}
.stat-text {
    margin-top: 50px;
    font-size: 16px; 
    width: 100%; 
    margin-bottom: 20px;
    line-height: 18px;
}
/******* STATISTIC BLOCK ENDS ************/
/******* COLUMNS SVG STARTS ************/
.columns-svg-wrapper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	width: 100%;
	height: auto;
	z-index: 0;
}
.columns-svg-wrapper.position-top {
	top: 0;
	transform: translateX(-50%);
}
.columns-svg-wrapper.position-center {
	top: 50%;
	transform: translate(-50%, -50%);
}
.columns-svg-wrapper.position-bottom {
	bottom: 0;
	top: auto;
	transform: translateX(-50%);
}
/* Blend mode variants */
.blend-mode-normal.columns-svg-wrapper {
	mix-blend-mode: normal;
}
.blend-mode-multiply.columns-svg-wrapper {
	mix-blend-mode: multiply;
}
.blend-mode-screen.columns-svg-wrapper {
	mix-blend-mode: screen;
}
.blend-mode-overlay.columns-svg-wrapper {
	mix-blend-mode: overlay;
}
.blend-mode-darken.columns-svg-wrapper {
	mix-blend-mode: darken;
}
.blend-mode-lighten.columns-svg-wrapper {
	mix-blend-mode: lighten;
}
.blend-mode-color-dodge.columns-svg-wrapper {
	mix-blend-mode: color-dodge;
}
.blend-mode-color-burn.columns-svg-wrapper {
	mix-blend-mode: color-burn;
}
.blend-mode-hard-light.columns-svg-wrapper {
	mix-blend-mode: hard-light;
}
.blend-mode-soft-light.columns-svg-wrapper {
	mix-blend-mode: soft-light;
}
.blend-mode-difference.columns-svg-wrapper {
	mix-blend-mode: difference;
}
.blend-mode-exclusion .columns-svg-wrapper {
	mix-blend-mode: exclusion;
}
.blend-mode-hue.columns-svg-wrapper {
	mix-blend-mode: hue;
}
.blend-mode-saturation.columns-svg-wrapper {
	mix-blend-mode: saturation;
}
.blend-mode-color.columns-svg-wrapper {
	mix-blend-mode: color;
}
.blend-mode-luminosity.columns-svg-wrapper {
	mix-blend-mode: luminosity;
}
.opacity-100 .columns-svg-wrapper { opacity: 1; }
.opacity-90 .columns-svg-wrapper  { opacity: 0.9; }
.opacity-80 .columns-svg-wrapper  { opacity: 0.8; }
.opacity-70 .columns-svg-wrapper  { opacity: 0.7; }
.opacity-60 .columns-svg-wrapper  { opacity: 0.6; }
.opacity-50 .columns-svg-wrapper  { opacity: 0.5; }
.opacity-40 .columns-svg-wrapper  { opacity: 0.4; }
.opacity-30 .columns-svg-wrapper  { opacity: 0.3; }
.opacity-20 .columns-svg-wrapper  { opacity: 0.2; }
.opacity-10 .columns-svg-wrapper  { opacity: 0.1; }
.wp-block-columns.gap-0 { gap: 0; }
.wp-block-columns.gap-10 { gap: 10px; }
.wp-block-columns.gap-20 { gap: 20px; }
.wp-block-columns.gap-30 { gap: 30px; }
.wp-block-columns.gap-40 { gap: 40px; }
.wp-block-columns.gap-50 { gap: 50px; }
.wp-block-columns.gap-60 { gap: 60px; }
.wp-block-columns.gap-70 { gap: 70px; }
.wp-block-columns.gap-80 { gap: 80px; }
.wp-block-columns.gap-90 { gap: 90px; }
.wp-block-columns.gap-100 { gap: 100px; }
/* Make sure container uses flex correctly */
.wp-block-columns.stats {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
}
/* Stretch the columns */
.wp-block-columns.stats > .wp-block-column {
	display: flex;
	flex-direction: column;
}
/* Let the statement block stretch to fill the column */
.wp-block-columns.stats .statements-block {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* optional: balances icon and text */
    margin-bottom:30px;
}
.wp-block-columns.stats .statements-block p {
    font-size:15px;
}
.columns-svg-wrapper {
	color: var(--white); /* Default SVG fill */
}
/* === FORCE ALL SVG ELEMENTS TO INHERIT COLOUR === */
/* === SVG COLOUR MODIFIERS === */
.wp-block-columns.svg-colour-white .curve-lines g { fill: var(--white); }
.wp-block-columns.svg-colour-black .curve-lines  g  {  fill: var(--black); }
.wp-block-columns.svg-colour-grey .curve-lines  g   {  fill: var(--light-grey); }
.wp-block-columns.svg-colour-teal .curve-lines  g   {  fill: var(--teal); }
.wp-block-columns.svg-colour-blue  .curve-lines g   {  fill: var(--g-teal-1b); }
.wp-block-columns.svg-colour-dark-grey .curve-lines g {  fill: var(--dark-grey); }
.wp-block-columns.svg-colour-light-grey .curve-lines g {  fill: var(--light-grey); }
.wp-block-columns.svg-colour-green  .curve-lines  g {  fill: var(--g-green-1b); }
.wp-block-columns.svg-colour-burgundy .curve-lines g { fill: var(--g-red-1b); }
.wp-block-columns.svg-colour-grey2  .curve-lines  g {  fill: var(--g-grey-1b); }
.wp-block-columns.svg-colour-red   .curve-lines    g {  fill: var(--red); }
.wp-block-columns.svg-colour-mid-grey .curve-lines g {  fill: var(--mid-grey); }
/******* COLUMNS SVG ENDS ************/
.facts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.facts-list .fact-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0;
}
.facts-list .fact-item {
      border-bottom: 1px solid var(--mid-grey);
    color: var(--mid-grey)
}
.single-ps-block .facts-list .fact-item {
    border-bottom: 1px solid var(--white);
    color: var(--white)
}
.facts-list .fact-item:last-child {
  border-bottom: none;
}
.facts-list .fact-item strong {
  font-weight: bold;
  margin: 0;
  flex-shrink: 0;
}
.ps-readmore {
    margin-top:170px;
}
.ps-readmore a {
    color: var(--black);
}
.single-ps-block-inner .ps-image {
    margin-bottom:0 !important;
}
.taxonomy-projects_category .term-item {
    display: inline-block;
    padding: 1px 10px 1px 25px;
    border-radius: 12px;
    border: 1px solid var(--black);
    font-family: "degular", sans-serif;
    text-transform: uppercase;
    color: var(--black);
    position: relative;
	margin-bottom: 5px;
}
.taxonomy-projects_category .term-item::before, .rp-meta .related-post-cat:before {
    color: var(--red);
    background: var(--red);
}
.taxonomy-projects_category .term-item::before, .rp-meta .related-post-cat:before, .rp-meta .feed-post-cat:before {
    color: var(--red);
    background: var(--red);
}
.taxonomy-projects_category .term-item::before, .rp-meta .related-post-cat:before, .rp-meta .feed-post-cat:before {
    content: '';
    line-height: 0;
    left: 12px;
    position: absolute;
    top: 10px;
    border-radius: 50%;
    width: 5px;
    height: 5px;

}
.wp-block-post-terms .term-item {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}
/* Related Post Block */
.related-post-block {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid var(--white);
}
.related-post-block .related-post-image img,
.feed-post-block .feed-post-image img, .wp-block-cover__image-background  {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}
/* Meta row */
.rp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    align-items: center;
    margin-bottom: 0.5rem;
    color: var(--dark-grey);
}
.rp-meta .related-post-cat {
    border: 1px solid var(--white);
    color: var(--white);
}
.rp-meta .feed-post-cat {
    border: 1px solid var(--black);
    color: var(--black);
}
.rp-meta .related-post-cat, .rp-meta .feed-post-cat {
    display: inline-block;
    padding: 1px 10px 1px 25px;
    border-radius: 12px;
    font-family: "degular", sans-serif;
    text-transform: uppercase;
    position: relative;
}
.rp-meta .related-post-date, .rp-meta .related-post-divider {
    color: var(--white);
}
.rp-meta .related-post-readtime {
    color: var(--g-teal-1b);
}
.rp-meta .feed-post-readtime {
    color: var(--red);
}
.rp-meta .related-post-readtime, .rp-meta .feed-post-readtime {
    text-transform: uppercase;
}
/* Title */
.feed-post-title {
     color: var(--g-grey-1b);
}
.related-post-title {
    color: var(--white);
}
.related-post-title, .feed-post-title {
    margin: 0.5em 0 0.75em;
    font-size: 32px;
    line-height: 1.2;

}
.related-post-title a, .feed-post-title a {
    color: inherit;
    text-decoration: none;
}
.related-post-title a:hover, .feed-post-title a:hover {
    text-decoration: underline;
}
/* Description */
.feed-post-desc {
    color: var(--g-grey-1b);
}
.related-post-desc {
    color: var(--white); 
}
.related-post-desc, .feed-post-desc {
    margin-bottom: 1.5rem;
    line-height: 1.6;

}
/* Button */
.related-post-button .wp-block-button__link { 
    background-color: var(--white);
    color: var(--dark-grey);
}
.feed-post-button .wp-block-button__link { 
    background-color: var(--teal);
    color: var(--dark-grey);
}
.related-post-button .wp-block-button__link, .feed-post-button .wp-block-button__link  {

    text-transform: uppercase;
    padding: 0.6em 1.2em;
    border-radius: 999px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s, color 0.2s;
}
.related-post-button .wp-block-button__link:hover {
    background-color: var(--g-teal-1b);
    color: var(--white);
}
.feed-post-button .wp-block-button__link:hover {
    background-color: var(--red);
    color: var(--white);
}
.post-feed .feed-post-block {
    padding: 25px 0;
}
.post-feed .feed-post-block:first-child{
    border-top: 1px solid var(--dark-grey);
}
.post-feed .feed-post-block {
    border-bottom: 1px solid var(--dark-grey);
}
.post-feed .feed-post-block:last-child {
    margin-bottom: 30px;
}
.navigation {
    margin-bottom: 30px;
}
.nav-label {
       padding: 5px; 
}
.cat-buttons {
    line-height:15px;
    padding:5px;
}
.cat-buttons, .nav-label {
    font-size: 15px;
    list-style: none;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    display: inline-block;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    background: var(--dark-grey); 
}
.nav-label-inner {
    padding: 5px 30px;
    background: var(--red); 
    border-radius: 30px;
    color: var(--white)
}
.cat-buttons a {
    text-decoration: none;
    padding: 10px 35px 10px 35px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition-duration: 0.6s;
    line-height: 1;
    color: var(--white); 
}
.cat-buttons a:hover,
.cat-buttons a.active {
    color: var(--white); 
}
.cat-buttons .selector {
    height: calc(100% - 10px);
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 5px;
    z-index: 1;
    border-radius: 30px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: var(--red); 
}
/* Responsive tweaks */
@media (max-width: 767px) {
  .related-post-block .row {

  }

}
/******* TEXT OVER IMAGE BLOCK STARTS ************/
.text-over-image {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	height: 400px;
}
.text-over-image .container {
	flex: 1;
	height: 100%;
	overflow: hidden;
	border-radius: 12px;
}
.text-over-image .container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 12px;    
}
.text-over-image .blob-inner {
	background-color: rgba(0, 0, 0, 0.6); 
	padding: 30px;
	border-radius: 12px;
	max-width: 40%;
	margin: 0 5%;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}
.wp-block-button__link {
    width: auto;
    text-transform: uppercase;
    padding: 10px 26px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s, color 0.2s;
    line-height: 1;
    font-size: 16px;
}
.text-over-image.align-left .blob-inner {
	left: 0;
}
.text-over-image.align-right .blob-inner {
	right: 0;
}
@media screen and (max-width: 768px) {
	.text-over-image {
		flex-direction: column !important;
		height: auto;
	}

    .text-over-image .container img {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
}
/******* TEXT OVER IMAGE BLOCK ENDS ************/
/******* JOBS and SERVICES FEED STARTS ************/
.jobs-feed, .service-feed, .policy-feed  {
  display: grid;
  gap: 0 30px; /* no vertical gap, horizontal only */
}
/* Dynamic column layout based on selected value */
.jobs-feed.columns-1, .service-feed.columns-1, .policy-feed.columns-1 {
  grid-template-columns: 1fr;
}
.jobs-feed.columns-2, .service-feed.columns-2, .policy-feed.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.jobs-feed.columns-3, .service-feed.columns-3, .policy-feed.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.jobs-feed.columns-4, .service-feed.columns-4, .policy-feed.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
/* Job row item */
.job-row, .service-row, .policy-row  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  text-decoration: none;
  color: #0c2c2d;
  border-bottom: 2px solid var(--mid-grey);
  border-top: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease;
}
/* Apply border-top to the top row in each column */
.jobs-feed.columns-1 .job-row:first-child,
.jobs-feed.columns-2 .job-row:nth-child(-n+2),
.jobs-feed.columns-3 .job-row:nth-child(-n+3),
.jobs-feed.columns-4 .job-row:nth-child(-n+4),

.policy-feed.columns-1 .policy-row:first-child,
.policy-feed.columns-2 .policy-row:nth-child(-n+2),
.policy-feed.columns-3 .policy-row:nth-child(-n+3),
.policy-feed.columns-4 .policy-row:nth-child(-n+4)

{
  border-top: 2px solid var(--mid-grey);
}
/* Hover effect: change background + text + arrow colour */
.job-row:hover,  .service-row:hover, .policy-row:hover {
  color: var(--teal);
}
.job-row:hover .job-title,
.job-row:hover .job-icon,
.job-row:hover .arrow-icon,

.service-row:hover .service-title,
.service-row:hover .service-icon,
.service-row:hover .arrow-icon,

.policy-row:hover .policy-title,
.policy-row:hover .policy-icon,
.policy-row:hover .arrow-icon

{
    color: var(--teal);
    fill: var(--teal);
}
.job-row:hover .job-icon, 
.service-row:hover .service-icon,
.policy-row:hover .policy-icon {
    border-color: var(--teal)
}
.job-title, .service-title, .policy-title {
  font-size: 32px;
  font-weight: 500;
  font-family: "degular", sans-serif;
}
.service-title, .policy-title {
    color: var(--mid-grey);
}
.job-icon, .service-icon, .policy-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1em;
    fill: var(--mid-grey);
    position: relative;
    border-right: 2px solid var(--mid-grey);
    transition:  border-right 0.2s ease;
}
.arrow-icon {
    width: 40px;
    height: 40px;
    fill: var(--mid-grey);
    transition: fill 0.2s ease;
    margin-right:20px;
}
/* Responsive fallback */
@media (max-width: 768px) {
    .jobs-feed.columns-2,
    .jobs-feed.columns-3,
    .jobs-feed.columns-4,
    
    .policy-feed.columns-2,
    .policy-feed.columns-3,
    .policy-feed.columns-4{
    grid-template-columns: 1fr;
  }

    .jobs-feed.columns-2 .job-row:nth-child(-n+2),
    .jobs-feed.columns-3 .job-row:nth-child(-n+3),
    .jobs-feed.columns-4 .job-row:nth-child(-n+4),
    
    .policy-feed.columns-2 .policy-row:nth-child(-n+2),
    .policy-feed.columns-3 .policy-row:nth-child(-n+3),
    .policy-feed.columns-4 .policy-row:nth-child(-n+4)
    {
    border-top: 2px solid var(--mid-grey);
  }
}
/* make hover panel escape overflow of grid cells */
.service-row-wrapper {
  position: relative;
}
/* hide by default */
.service-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(16px);
  width: 350px;            
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 16px;
  z-index: 10;
    border-radius: 12px;
    color: var(--white);
}
.service-hover img {
    border-radius: 12px;
    margin-bottom:20px;
}
.service-hover.show-hover {
  display: block;
}
/* tweak link hover colours as you already have */
.service-row:hover .service-title,
.service-row-wrapper.show-hover .service-title {
  color: var(--teal);
}
/******* JOBS and SERVICES FEED ENDS ************/
/******* INTROS STARTS ************/
.intro {
    display: flex;
    gap: 10%;
}
/******* INTROS ENDS ************/
/******* STATEMENTS STARTS ************/
.wp-block-columns.statements {
    display: flex;
    gap: 20px;
}
.statements-block {
    width:100%;
}
.statements-block p {
    font-size: 15px;
}
.statements-block h3 {
    font-size: 24px;
    max-width: 100%;
}
@media screen and (max-width: 768px) {
   .statements-block h3 {
        max-width: 100%;
    } 
}
/* Make the columns direct flex-children */
.wp-block-columns.statements {
  display: flex;
  flex-wrap: wrap;        /* if you need wrapping on narrower screens */
  align-items: stretch;   /* children will stretch to equal height */
}
/* Ensure each inner block fills its column */
.wp-block-columns.statements .wp-block-column {
  flex: 1;                /* each column gets equal flex-basis */
  display: flex;          /* turn the column into a flex container */
}
/* And make the inner box fill its parent */
.statements-block-inner {
  flex: 1;                /* stretch to fill the height of the column */
  display: flex;          /* if you need to vertically centre children, for example */
  flex-direction: column; /* standard top-down flow */
}
/******* STATEMENTS ENDS ************/
/******* ANIMATING **********/
.animating {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1.2s;
}
.animating.in-view {
    opacity: 1;
    transform: translate(0, 0);
}
.animating.in-view.delay1 {
    transition-delay: 300ms;
}
.animating.in-view.delay2 {
    transition-delay: 600ms;
}
.animating.in-view.delay3 {
    transition-delay: 900ms;
}
.animating.in-view.delay4 {
    transition-delay: 1200ms;
}
.animating.in-view.delay5 {
    transition-delay: 1500ms;
}
.animating.in-view.delay6 {
    transition-delay: 1800ms;
}
.animating.in-view.delay7 {
    transition-delay: 2100ms;
}
.animating.in-view.delay8 {
    transition-delay: 2400ms;
}
.animating.in-view.delay9 {
    transition-delay: 2700ms;
}
.animating.in-view.delay10 {
    transition-delay: 3000ms;
}
.animating.in-view.delay11 {
    transition-delay: 3300ms;
}
.animating.in-view.delay12 {
    transition-delay: 3600ms;
}
figure.wp-block-image img {
    border-radius: 12px;
    position: relative;
    display: block;
    width:100%;
}
:where(.wp-block-columns) {
    margin-bottom: 0;
}
.footer-copyright .geo,
.footer-copyright .geo a {
    text-align: right;
    color: #ffffff;
    font-size: 14px;
}
.floating-donate-button:hover {
    background-color: var(--purple);
}
@keyframes pulse {
    0% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(244, 78, 50, 0.7);
    }

    70% {
        transform: scale(1.10);
        box-shadow: 0 0 0 10px rgba(244, 78, 50, 0);
    }

    100% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(244, 78, 50, 0);
    }
}
/***** PAGE HERO START *****/
.page-hero-block {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.page-hero-block .container {
    position: relative;
    z-index: 2;
}
.content-wrapper {
    position: relative;
    z-index: 3;
}
.page-hero-block-element {
    position: absolute; 
    max-width: 60%;
    top: 10%;
    right: -10%;
    mix-blend-mode: soft-light;
    z-index: 0; 
    pointer-events: none; 
    opacity: .4;
}
.page-hero-block  .page-hero-wrapper {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.page-hero-block .media-ear {
  position: absolute;
  top: 40%;
  width: 100%;
  height: 80px;
  background: var(--ear-bg);
  transform: translateY(-50%);
  z-index: 0;
}
.page-hero-block .media-ear-left {
  left: calc(-100% + -10px);
  border-top-right-radius: 12px;
}
.page-hero-block .media-ear-right {
  right: calc(-100% + -10px);
  border-top-left-radius: 12px;
}
.media-wrapper {
    top: 0;
    width: 100%;
    z-index: 1;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.hero-media {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 0;
    transition: transform 0.6s ease;
}
.hero-media video,
.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
}
.hero-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    transition: transform 0.6s ease;
}
/* Background shape animation on scroll (optional JS trigger) */
.page-hero-block.scrolled .hero-shape {
    transform: scaleY(0.7);
}
.page-hero-block.scrolled .hero-media {
    transform: translateY(-80px);
}
/* Background After Layer */
.background-after-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 0;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}
.page-hero-block.scrolled .background-after-layer {
    border-radius: 0;
}
/***** PAGE HERO END *****/
/***** COLUMN CONTENT INNER STARTS *****/
.columns-content .text-inner {
    padding: 5% 7%;
}
.columns-content .text-inner a.wp-block-button__link {
    margin-top: 20px;
}
.columns-content, .page-hero-block {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.image-video-block {
    z-index: 1;
}
.columns-content .media-ear {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 80px;
  background: var(--ear-bg);
  transform: translateY(-50%);
  z-index: 0;
}
.columns-content .media-ear-left {
  left: calc(-100% + -10px);
  border-top-right-radius: 12px;
}
.columns-content .media-ear-right {
  right: calc(-100% + -10px);
  border-top-left-radius: 12px;
}
.static       { position: static !important; }
.relative     { position: relative !important; }
.absolute     { position: absolute !important; }
.fixed        { position: fixed !important; }
.sticky       { position: sticky !important; }
.inherit      { position: inherit !important; }
.initial      { position: initial !important; }
.revert       { position: revert !important; }
.revert-layer { position: revert-layer !important; }
.unset        { position: unset !important; }
.columns-content::before,
.columns-content::after,
.image-video-block::before,
.image-video-block::after ,
.page-hero-block::before,
.page-hero-block::after
{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}
.columns-content::before,
.columns-content::after,
.image-video-block::before,
.image-video-block::after {
      height: 50%;
}
.page-hero-block::before {
    height: 60%;
}
.columns-content::before, .columns-content::after, 
.image-video-block::before, .image-video-block::after,
.page-hero-block::before, .page-hero-block::after {
    left: 0;
}
.columns-content::before, 
.image-video-block::before,
.page-hero-block::before {
    top: 0;
}
.columns-content::after, 
.image-video-block::after,
.page-hero-block::after{
    top: 50%;
}
.image-video-block .media-wrapper {
  position: relative;
  overflow: visible; /* allow ears to poke out */
  z-index: 1;
}
.image-video-block .media-ear {
  position: absolute;
  top: 50%;
  width: 100%;               /* diameter */
  height: 80px;
  background: var(--ear-bg);
  transform: translateY(-50%);
  z-index: 0;                /* behind media, above section bg */
}
.image-video-block .media-ear-left {
    left: calc(-100% + -10px);
  border-top-right-radius: 12px;
}
.image-video-block .media-ear-right {
  right: calc(-100% + -10px);
  border-top-left-radius: 12px;
}
/* -- Background Before -- */
.bg-before-white::before { background-color: var(--white); }
.bg-before-black::before { background-color: var(--black); }
.bg-before-red::before { background-color: var(--red); }
.bg-before-dark-grey::before { background-color: var(--dark-grey); }
.bg-before-mid-grey::before { background-color: var(--mid-grey); }
.bg-before-light-grey::before { background-color: var(--light-grey); }
.bg-before-teal::before { background-color: var(--teal); }
.bg-before-blue::before { background-color: var(--g-teal-1b); }
.bg-before-burgundy::before { background-color: var(--g-red-1b); }
.bg-before-green::before { background-color: var(--g-green-1b); }
.bg-before-grey-2::before,
.bg-before-g-grey-1b::before { background-color: var(--g-grey-1b); }
.bg-before-g-teal-1a::before { background-color: var(--g-teal-1a); }
.bg-before-g-teal-1b::before { background-color: var(--g-teal-1b); }
.bg-before-g-red-1a::before { background-color: var(--g-red-1a); }
.bg-before-g-red-1b::before { background-color: var(--g-red-1b); }
.bg-before-g-green-1a::before { background-color: var(--g-green-1a); }
.bg-before-g-green-1b::before { background-color: var(--g-green-1b); }
.bg-before-transparent::before { background-color: transparent; }
/* -- Background After -- */
.bg-after-white::after { background-color: var(--white); }
.bg-after-black::after { background-color: var(--black); }
.bg-after-red::after { background-color: var(--red); }
.bg-after-dark-grey::after { background-color: var(--dark-grey); }
.bg-after-mid-grey::after { background-color: var(--mid-grey); }
.bg-after-light-grey::after { background-color: var(--light-grey); }
.bg-after-teal::after { background-color: var(--teal); }
.bg-after-blue::after { background-color: var(--g-teal-1b); }
.bg-after-burgundy::after { background-color: var(--g-red-1b); }
.bg-after-green::after { background-color: var(--g-green-1b); }
.bg-after-grey-2::after,
.bg-after-g-grey-1b::after { background-color: var(--g-grey-1b); }
.bg-after-g-teal-1a::after { background-color: var(--g-teal-1a); }
.bg-after-g-teal-1b::after { background-color: var(--g-teal-1b); }
.bg-after-g-red-1a::after { background-color: var(--g-red-1a); }
.bg-after-g-red-1b::after { background-color: var(--g-red-1b); }
.bg-after-g-green-1a::after { background-color: var(--g-green-1a); }
.bg-after-g-green-1b::after { background-color: var(--g-green-1b); }
.bg-after-transparent::after { background-color: transparent; }
/* Content should be above the pseudo elements */
.columns-content > * {
    position: relative;
    z-index: 1;
}
/***** COLUMN CONTENT INNER END *****/
/***** TICKER STARTS *****/
.tickers-outer {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.ticker {
    width: 200%;
    display: inline-block;
    white-space: nowrap;
    animation: ticker 25s linear infinite;
}
@keyframes ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.scrolling-text {
    font-size: 120px;
    line-height: 125px;
    white-space: nowrap;
    margin: 20px 0;
}
/* Bullet styling */
.bullet {
    margin: 0 20px;
    font-size: 0.6em;
    vertical-align: middle;
    display: inline-block;
    transform: translateY(-0.1em);
}
/* Solid Bullet Colours */
.bullet-white         { color: var(--white); }
.bullet-black         { color: var(--black); }
.bullet-red           { color: var(--red); }
.bullet-dark-grey     { color: var(--dark-grey); }
.bullet-mid-grey      { color: var(--mid-grey); }
.bullet-light-grey    { color: var(--light-grey); }
.bullet-teal          { color: var(--teal); }
.bullet-blue          { color: var(--g-teal-1b); }
.bullet-burgundy      { color: var(--g-red-1b); }
.bullet-green         { color: var(--g-green-1b); }
.bullet-grey-2        { color: var(--g-grey-1b); }
.bullet-teal-light    { color: var(--g-teal-1a); }
.bullet-transparent   { color: transparent; }
/* Solid Text Colours */
.text-white           { color: var(--white); }
.text-black           { color: var(--black); }
.text-red             { color: var(--red); }
.text-dark-grey       { color: var(--dark-grey); }
.text-mid-grey        { color: var(--mid-grey); }
.text-light-grey      { color: var(--light-grey); }
.text-teal            { color: var(--teal); }
.text-blue            { color: var(--g-teal-1b); }
.text-burgundy        { color: var(--g-red-1b); }
.text-green           { color: var(--g-green-1b); }
.text-grey-2          { color: var(--g-grey-1b); }
.text-teal-light      { color: var(--g-teal-1a); }
.text-transparent     { color: transparent; }
/***** TICKER ENDS *****/
/***** PROJECTS/ SERVICES STARTSS *****/
.link--arrowed {
    margin-top: 15px;
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    position: relative;
    color: var(--black);
    text-transform: uppercase;
}
.link--arrowed .arrow-icon {
    position: relative;
    top: -1px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease, opacity 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
    opacity: 0;
}
.link--arrowed:hover .arrow-icon {
    transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
    opacity: 1;
}
.page-numbers {
    list-style-type: none;
}
.pagination-container {
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom:60px;
}
.pagination-container ul li {
    display: inline-block;
}
.page-numbers .page-numbers {
    padding: 10px 15px;
    background: var(--white);
    line-height: 18px;
    border: 1px solid var(--red);
    border-radius: 5px;
    color: var(--red);
}
.page-numbers .page-numbers.current,
.page-numbers .page-numbers:hover {
    background: var(--red);
    color: var(--white);
}
.next.page-numbers,
.page-numbers,
.prev.page-numbers {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    margin-right: 5px;
}
.next.page-numbers,
.prev.page-numbers {
    padding: 0;
    background: 0 0;
    width: 40px;
    height: inherit;
    line-height: inherit;
    border: 0;
    border-radius: 0;
}
.single-ps-block .ps-meta time {
    margin-bottom:10px;
    display: block;
}
.single-ps-block .ps-meta .ps-heading {
    margin-bottom:10px
}
.single-ps-block .ps-location, .single-ps-block .ps-icons img {
    opacity: 0.7;    
}
.single-ps-block .ps-icons img {
    opacity: 0.7; 
    display: inline-block;
    margin-right: 3px;
}
.single-ps-block .ps-icons img:hover { 
    transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 1; 
}
/***** PROJECTS/ SERVICES ENDS *****/
@media (min-width: 769px) and (max-width: 900px) {
    #posts-container .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }
    .pagination-container .col-md-3,
    .pagination-container .col-md-5 {
        display: none;
    }
    .coloured-block-inner .col-md-6,
    .pagination-container .col-md-4 {
        flex: 0 0 auto;
        width: 100% !important;
    }
    .coloured-block-inner .order-md-2 {
        order: 1 !important;
    }
}
@media (min-width: 901px) and (max-width: 1200px) {
    .wp-block-columns {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.unhide-mobile {
    display: none;
}
#menu-main-navigation li:last-child {
	display:none;
}
@media (max-width: 1180px) {
	#menu-main-navigation li:last-child {
		display:block;
	}
    .header.sticky {
        overflow-x: hidden;
    }
    
    figure.wp-block-image img{
        margin: 0 auto;
    }

    .job-title, .service-title, .policy-title {
        font-size: 20px;
    }
    .cat-buttons {
        border-radius: 20px;
		text-align: center;
    }
	.nav-label {
        border-radius: 20px;
		text-align: center;
    }
	.cat-buttons .selector {
        border-radius: 16px;
		text-align: center;
    }
    .nav-label {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .nav-extra {
        display: none;
    }
    .testimonial-content {
        margin: 20px 15px;
    }
    .feed-post-image, .related-post-image {
        margin-bottom:20px;
    }
    .curve-lines {
        transform: scale(3);
    }
    .single-projects .columns-svg-wrapper.position-top {
        top: 0;
        transform: translate(-50%, 100%);
    }
    .menu-footer-main-menu-container, 
    #footer #menu-footer-main-menu, 
    .menu-footer-policies-menu-container,
    .company {
        text-align: center;
    }
    .company span {
        font-size: 14px !important;
        margin-bottom:20px;
    }
    .media-wrapper, .columns-content-inner {
        max-width: 94% !important;
        left: 3%;
    }
    
    

    .ps-meta {
        margin-top: 30px;
    }
    .facts-list .fact-item strong, .facts-list .fact-item {
        display: block;
    }
    .ps-readmore {
        margin-top:30px;
    }

    .stats-block .col-1 {
        width:15%;
    }
    .stats-block .col-11 {
        width: 85%;
    }
	.stats-block .container {
		max-width: inherit;
	}

    footer#footer .logo-wide {
        transform: scale(3);
    }

    .menu-footer-policies-menu-container {
        margin-bottom: 20px;
    }
    .nav-container {
        z-index: 98;
        position: relative;
    }
    #menu-main-navigation {
        padding-top: 50px;
    }
    .nav-mobile {
        top: 15px;
        right: -10px;
    }
    .wp-block-columns.stats .statements-block {
        margin-bottom: 0;
    }
    .front-hero-block h1 {
        font-size: 42px!important;
    }
    .front-hero-block .container, .text-over-image, .page-hero-block .container, .category-feed .container {
        padding: 0 15px;
    }
    .scrolling-text {
        font-size: 50px;
        line-height: 55px;
        margin: 0;
    }
    
    .text-over-image {
        margin-top:20px;
        height: auto !important;
    }
    .stat-text {
        width: 100% !important;
    }
    
   .page-hero-block .container h1 {
        font-size: 52px!important ;
    }
    
    .image-video-block img, .inline-video, .page-hero-block .hero-media, .page-hero-block .hero-media img   {
        height: 280px!important ;
    }
    .single-services .page-hero-block .media-ear {
        top: 35%;
    }
    .page-hero-block .media-ear {
        top: 35%;
    }

    
    .wp-block-spacer {
        height: 30px !important;
    }
    
    .wp-block-columns.gap-100, 
    .wp-block-columns.gap-90, 
    .wp-block-columns.gap-80, 
    .wp-block-columns.gap-70,
    .wp-block-columns.gap-60,
    .wp-block-columns.gap-50, 
    .wp-block-columns.gap-40, 
    .wp-block-columns.gap-30 {
        gap: 20px;
    }
    .page-hero-block {
        padding-top: 90px !important;
    }
    
	footer h2 {
		font-size: 42px;
	}
    .statistics-block {
        margin: 0 !important;
    }
    
    .page-hero-block-element {
        max-width: 100%;
    }
    
    .header {
        position: fixed;
        transition: all 0.3s ease-in-out;
        z-index: 99;
        left: 0;
        right: 0;
    }
	
	.front-hero-video-block {
		padding-left: 20px;
		padding-right:20px;
	}
    .brand {
        position: absolute;
        top: 0;
        left: 0;
		padding: 7px 0;
    }
	.brand svg{
		width: 180px
	}
    #tcs-logo {
        max-width: 110px;
    }
   
    
    #nav-toggle span,
    #nav-toggle span:after,
    #nav-toggle span:before {
        right: 0;
    }
    .nav-mobile {
        display: block;
    }
    .nav-dropdown {
        box-shadow: none;
    }
    nav {
        width: 100%;
        padding: 50px 0 15px;
    }
    .nav-list {
        display: none;
        flex-direction: column;
        width: 100%;
    }
    .nav-list li {
        float: none;
    }
    .nav-list li a.dropdown-toggle {
        border-bottom: 1px solid var(--turquoise);
        padding: 9px 20px;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-list li .dropdown-arrow {
        position: absolute;
        right: 0;
        border: 1px solid var(--turquoise);
        top: -1px;
        line-height: 36px;
        height: 40px;
        width: 40px;
        text-align: center;
    }
    ul.nav-dropdown li a {
        padding: 5px 20px !important;
    }
    .nav-list>li.menu-item {
        margin-bottom: 10px;
    }
    .nav-list li a {
        padding: 4px 15px;
        line-height: 20px;
    }
    .nav-list li ul li a {
        padding-left: 20px;
    }
    .nav-dropdown {
        position: static;
        display: none;
    }
	.front-hero-video-block .video-inner, .front-hero-video-block .video-inner video {
		height: 500px !important;
        object-position: center !important;
	}
	

}
@media (min-width: 1301px) {
    .nav-list {
        display: flex !important;
    }
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) 
  and (orientation: portrait) {
	  .stat-item {
		  font-size: 16px;
	  }
	 .text-over-image .blob-inner {
        position: relative;
        top: auto;
        transform: none;
        width: 100%;
        margin: 0;
        max-width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
	}
	  .testimonial-text {
		  font-size: 16px !important;
	  }
	  
	  .columns-content-inner img, .image-side img,  .text-over-image img {
		border-top-left-radius: 12px !important;
    	border-top-right-radius: 12px !important;
    	border-bottom-left-radius: 0px !important;
    	border-bottom-right-radius: 0px !important;
	  }
		.single-ps-block-inner .ps-image, .image-side img {
			height: 300px !important;
			min-height: inherit !important;
		}

	  .cat-buttons, 
	  .nav-label 
	  {
		display: block;
        width: 100%;
        margin-top: 5px;
        
	  }
	  .cat-buttons .selector {
		width: 97% !important;
        left: 6px !important;
	  }
	 .front-hero-video-block .video-inner, .front-hero-video-block .video-inner video {
		height: 300px !important;
        object-position: center !important;
		margin: inherit !important;	 
	}
	.columns-content-inner .image-column img {
        height: 250px !important;
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
        border-bottom-right-radius: 0!important; 
	  }
		.testimonial-slider-block .col-12.col-md-4 .ps-image {
		  display: none;
	  }
	  .stat-number {
        font-size: 24px!important;
    }
        
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {

	.stat-item {
        font-size: 16px;
    }
	  .service-box {
		  padding: 20px !important;
	  }
	  .service-box img {
		  padding:10px 20px;
	  }
	  .service-text {
		  font-size: 24px !important;
	  }
	  
	 .text-over-image .blob-inner {
        position: relative;
        top: auto;
        transform: none;
        width: 100%;
        margin: 0;
        max-width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
	}
	  .testimonial-slider-block .col-12.col-md-4 .ps-image {
		  display: none;
	  }
	  .footer-inner .col-12.col-md-3, .footer-inner .col-12.col-md-9, .footer-inner .col-12.col-md-2, .footer-inner .col-12.col-md-6, .service-row-wrapper .col-12.col-md-6{
		  flex: 0 0 auto;
		  width: 100%;
		  text-align: center;
	  }
	  .single-ps-block-inner .col-12.col-md-6, 
	  .columns-content-inner  .col-12.col-md-6, 
	  .navigation .col-12.col-md-2, 
	  .navigation .col-12.col-md-10, 
	  .testimonial-slider-block .col-12.col-md-4, .testimonial-slider-block .col-12.col-md-8 {
		  flex: 0 0 auto;
		  width: 100%;
	  }
	  #footer-logo {
		  max-width:250px;
		  margin-bottom: 30px;
	  }
	  
	.single-ps-block-inner .order-md-2 {
        order: 1 !important;
    }
	.columns-content-inner .order-1.order-md-1, 
	.columns-content-inner .order-1.order-md-2 {
        order: 1 !important;
    }
	.columns-content-inner .order-2.order-md-1{
        order: 2 !important;
    }
	.single-ps-block-inner .ps-image {
        height: 300px !important;
        min-height: inherit !important;
    }
	.stat-number {
        font-size: 34px!important;
    }
	
	.columns-content-inner .image-column img, .text-over-image img  {
        height: 250px !important;
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
        border-bottom-right-radius: 0!important; 
        border-bottom-left-radius: 0!important; 
    }
	.columns-content-inner .text-inner {
		padding: 30px 40px;  
	}
  
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
	  .service-row-wrapper .col-12.col-md-6 {
		  flex: 0 0 auto;
		  width: 100%;
		  text-align: center;
	  }
	.single-ps-block-inner .ps-image {
        height: 450px !important;
        min-height: inherit !important;
    }
	.stat-number {
        font-size: 24px!important ;
    }
	.navigation .col-12.col-md-2, .navigation .col-12.col-md-10 {
		flex: 0 0 auto;
		width: 100%;
	 }
  
}
@media only screen and (max-width: 900px) {
    #footer,
    .block-titlebar-text-only,
    .coloured-block,
    .columns-text-block,
    .events-grid-block,
    .large-hero,
    .news-featured,
    .overlay-content,
    .posts-grid-block,
    .related-events,
    .related-posts,
    .subscription-block,
    .wp-block-columns {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .align-right,
    .pagination-container {
        text-align: center !important;
    }

    .unhide-mobile {
        display: block;
    }
}
.testimonial {
    position: relative;
}
.testimonial .testimonial-swiper {
    overflow: hidden;
}
.testimonial::after {
    content: '';
    position: absolute;
    background: var(--red);
    width: 100%;
    height: 50%;
    top: 50%;
    left: 0;
    z-index: -1;
}
.testimonial-slider-block {
    border: 10px solid var(--red);
    border-radius: 22px;
}
.logo-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}
.testimonial .swiper-outer .testimonial-swiper .swiper-slide {
    padding: 30px 5%;
}
.testimonial .swiper-outer .testimonial-swiper .swiper-slide .ps-image{
    height: 100%;
}
.testimonial-author {
    font-weight: 600;
    font-size: 24px;
}
.testimonial-role {
    font-weight: 400;
    font-size: 18px;
}
.testimonial .media-ear {
    position: absolute;
    top: 46%;
    width: 100%;
    height: 80px;
    background: var(--white);
    transform: translateY(-50%);
    z-index: 0;
}
.testimonial .media-ear-left {
  left: calc(-100% + -10px);
  border-bottom-right-radius: 22px;
}
.testimonial .media-ear-right {
  right: calc(-100% + -10px);
  border-bottom-left-radius: 22px;
}
.swiper-button-prev-custom.has-teal-color,
.swiper-button-next-custom.has-teal-color {
    border: 2px solid var(--teal);
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin: 0 10px;
}
.swiper-button-prev-custom.has-teal-color .arrow-icon, 
.swiper-button-next-custom.has-teal-color .arrow-icon {
    width: 25px;
    height: 25px;
    top: 15px;
    position: absolute;

}
.testimonial-pagination {
    text-align: right;
    margin-right: 40px;
}
.swiper-button-prev-custom.has-teal-color .arrow-icon {
    left: 15px;
}
.swiper-button-next-custom.has-teal-color .arrow-icon {
    left: 15px;
}
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.g-0,
.gy-0,
.row {
    --bs-gutter-y: 0;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.125rem);
    padding-left: var(--bs-gutter-x, 0.125rem);
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.col-auto,
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.col-12,
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.col-6,
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.col-3,
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-1,
.col-2 {
    flex: 0 0 auto;
}
.col-1 {
    width: 8.33333333%;
}
.col-2 {
    width: 16.66666667%;
}
.col-4,
.col-5 {
    flex: 0 0 auto;
}
.col-4 {
    width: 33.33333333%;
}
.col-5 {
    width: 41.66666667%;
}
.col-7,
.col-8 {
    flex: 0 0 auto;
}
.col-7 {
    width: 58.33333333%;
}
.col-8 {
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10,
.col-11 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    width: 91.66666667%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
    .col-sm {
        flex: 1 0 0%;
    }
    .col-sm-auto,
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-12,
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-sm-6,
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-sm-3,
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-sm-1,
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-2,
    .col-sm-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-5,
    .col-sm-7 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-8,
    .col-sm-9 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10,
    .col-sm-11 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto,
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-12,
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-6,
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-md-3,
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-md-1,
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-2,
    .col-md-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-5,
    .col-md-7 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-8,
    .col-md-9 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10,
    .col-md-11 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
    .col-lg {
        flex: 1 0 0%;
    }
    .col-lg-auto,
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-12,
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-lg-6,
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-lg-3,
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-lg-1,
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-2,
    .col-lg-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-5,
    .col-lg-7 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-8,
    .col-lg-9 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10,
    .col-lg-11 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
    .col-xl {
        flex: 1 0 0%;
    }
    .col-xl-auto,
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-12,
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-xl-6,
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xl-3,
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-xl-1,
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-2,
    .col-xl-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-5,
    .col-xl-7 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-8,
    .col-xl-9 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10,
    .col-xl-11 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
    .col-xxl {
        flex: 1 0 0%;
    }
    .col-xxl-auto,
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-12,
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-xxl-6,
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xxl-3,
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-xxl-1,
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-1 {
        width: 8.33333333%;
    }
    .col-xxl-2,
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-4 {
        width: 33.33333333%;
    }
    .col-xxl-5,
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-7 {
        width: 58.33333333%;
    }
    .col-xxl-8,
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        width: 75%;
    }
    .col-xxl-10,
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        width: 91.66666667%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
    * {
        background: 0 0;
        color: #000;
        box-shadow: none;
        text-shadow: none;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        text-wrap: balance;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
