body {
    font-family: "Rubik", -apple-system, Arial, sans-serif;
    font-weight: 400;
    color: #010101 !important;
}

/* Big red button style */
.btn-big-red {
    background-color: #c70000;
    color: #fff;
    padding: 15px 30px;
    font-size: 1.25rem;
    border: none;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    width: 200px;
}

.btn-big-red:hover,
.btn-big-red:focus {
    background-color: #ff4d4d;
    color: #fff;
}

.btn-big-red.set-to-blue {
    background-color: #2D5CA8;
}

.btn-big-red.set-to-blue:hover,
.btn-big-red.set-to-blue:focus {
    background-color: #2D5CA8;
    color: #fff;
}

.btn-big-red + .btn-big-red {
    margin-left: 1rem;
}

.button-container {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .button-container {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1rem 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1080;
    }

    .button-container .btn-big-red {
        width: 45%;
    }

    .button-container .btn-big-red + .btn-big-red {
        margin-left: 0;
    }
}

/* Countdown styles for 2025 pages */
.countdown-25 h2 {
    font-family: "Bitcount Prop Single", system-ui;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0.5, "ELSH" 0, "ELXP" 0;
}

.countdown-25 h4 {
    font-weight: 300;
    font-size: 22px;
}

.countdown-25 h2,
.countdown-25 h4 {
    display: block;
    color: #ffffff;
    text-align: center;
}

@media (min-width: 1200px) {
    .countdown-25 h4 {
        font-size: 30px;
    }
}

.countdown-25 .w-100 {
    display: flex;
    justify-content: center;
}

.countdown-25 .w-100 > div {
    text-align: center;
}

@media only screen and (max-width : 991px) {
    .countdown-25 .w-100 > div {
        min-width: 20%;
        text-align: center;
    }
}

.text-third, .context-dark .text-third {
    color: #cf001f;
}

.section-background {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}

#myCarousel {
    --f-carousel-slide-height: 100%;
    --f-carousel-spacing: 0px;
    --f-progress-color: #ff3520;
}

.f-carousel__dots {
    display: none !important;
}

.fullscreen-height {
    height:100vh;
    min-height: 800px;
}

.bg-cover-section {
    background-size: cover;
    background-position: bottom;
}

.bg-image-section {
    background-repeat: no-repeat;
}

.bg-image-section-efx-grey,
.bg-image-section-efx-white {
    position: relative;
}

.bg-image-section-efx-grey:before,
.bg-image-section-efx-white:before {
    content:'';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-image-section-efx-grey:before {
    background: rgb(142,142,142);
    background: linear-gradient(180deg, rgba(142,142,142,0.2) 0%, rgba(255,255,255,0.1) 100%);
}

.bg-image-section-efx-white:before {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
    max-width: 280px;
}

.listing {
    margin: 0 auto;
    padding: 0 20px 0 20px;
}

.listing ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.listing li {
    position: relative;
    margin: 20px 0;
    padding-left: 40px; /* Adjusted for icon width + margin */
    padding-top: 4px;
    padding-bottom: 4px;
}

.listing li:first-child {
    margin-top: 0;
}

.listing li:last-child {
    margin-bottom: 0;
}

.cog-listing li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 25px;
    height: 25px;
    background-image: url('../images/matec-images/matec-05.png');
    background-size: contain;
}

.cog-listing.style-2025 li::before {
    background-image: url('../images/2025/1x/artboard_11.png');
    background-size: contain;
}

.embedded-image {
    float: right;
    max-width: 40%;
    height: auto;
    margin: 20px 0 20px 40px;
}

.content .icon-rect.icon-white {
        color: #ffffff;
        background-color: transparent;
}

.block-address .icon-rect.icon-white[class*='facebook'],
.block-address .icon-rect.icon-white[class*='twitter'],
.block-address .icon-rect.icon-white[class*='linkedin'],
.block-address .icon-rect.icon-white[class*='youtube'],
.block-address .icon-rect.icon-white[class*='instagram'] {
	color: #ffffff;
}

.block-address .icon-rect.icon-white[class*='facebook']:hover,
.block-address .icon-rect.icon-white[class*='twitter']:hover,
.block-address .icon-rect.icon-white[class*='linkedin']:hover,
.block-address .icon-rect.icon-white[class*='youtube']:hover,
.block-address .icon-rect.icon-white[class*='instagram']:hover {
	color: #ffffff;
}

.block-address .icon-rect.icon-white:after {
        background-image: none;
}

.block-address .icon-rect.icon-white,
.block-address .icon-rect.icon-white:focus,
.block-address .icon-rect.icon-white:active {
        color: #ffffff;
        background-color: transparent;
}

.block-address .icon-rect.icon-white:hover {
        color: #ffffff;
}

/* Remove background gradient from white icon buttons */
.icon-rect.icon-white:after,
.icon-rect.icon-white:hover:after {
        background-image: none;
}

.parallax-overlay-gradient-primary:before, .parallax-overlay-gradient-primary-1:before {
	background-image: -webkit-linear-gradient(left, #822ea8 0%, #d90e90 100%);
	background-image: linear-gradient(to right, #822ea8 0%, #d90e90 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF822EA8', endColorstr='#FFD90E90', GradientType=1);
}

.parallax-overlay-gradient-primary:after, .parallax-overlay-gradient-primary-1:after {
	background-image: -webkit-linear-gradient(left, #d90e90 0%, #822ea8 100%);
	background-image: linear-gradient(to right, #d90e90 0%, #822ea8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD90E90', endColorstr='#FF822EA8', GradientType=1);
	animation: fadeBoth 6s infinite;
}

.box-location.flex,
.box-img.flex {
    display:flex;
    flex-direction:column;
    flex:1;
}

.section-collapse-body {
    transition: max-height 0.5s ease;
    overflow: hidden;
}

.popup-width {
    max-width: 1200px;
}

.button-primary-blue:before {
	z-index: -2;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .3s ease-out all;
}

.button-primary-blue:before {
    background-image: -webkit-linear-gradient(left, #2D5CA8 0%, #2D5CA8 100%);
    background-image: linear-gradient(to right, #2D5CA8 0%, #2D5CA8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF822EA8', endColorstr='#FFD90E90', GradientType=1);
}

.navbar-fixed-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    richness: 0;
    z-index: 9;
    background-color: #000000;
    box-shadow: 0px 0px 70px -2px rgba(33,33,33,0.65);
    -webkit-box-shadow: 0px 0px 70px -2px rgba(33,33,33,0.65);
    -moz-box-shadow: 0px 0px 70px -2px rgba(33,33,33,0.65);
}

.ui-to-top {
    /*bottom: 85px;*/
}

.box-counter-title.text-red {
    color: #ff3520 !important;
}

.video-link-bg {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    overflow: hidden;
    background-image: -webkit-linear-gradient(left, #2D5CA8 0%, #2D5CA8 100%);
    background-image: linear-gradient(to right, #2D5CA8 0%, #2D5CA8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEF7630', endColorstr='#FFF09922', GradientType=1);
    border-radius: 50%;
}

.excitement-image-container .image {
    max-width:65%;
    display: block;
    margin: 0 auto;
}

.box-img.fl {
    /*padding: 1rem 1rem;*/
    border: 2px solid darkgray;
    /*box-sizing: border-box;*/
    /*margin: 5px;*/
    border-radius: 10px;
}

.rd-navbar-static {
    z-index: 1050;
}

.btn-link:hover {
    color: #c70000;
}

.bg-image-section-efx-white:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 20%;
    z-index: 0;
}

.svg-icon-primary {
	fill: url("#svg-gradient-primary") #c70000 !important;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
    color: #ffffff;
    background: rgba(199, 0, 0, 1);
    border-color: rgba(199, 0, 0, 1);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
}

@media only screen and (max-width : 991px) {
    .rd-navbar-fixed .rd-navbar-panel {
        background: #ffffff;
        z-index: 1050;
    }

    .rd-navbar-fixed,
    .rd-navbar-nav-wrap {
        background: #ffffff;
    }

    .countdown-block {
        flex-basis: 19%;
        width: 19%;
    }

    .countdown-title {
        text-align: center;
        font-size: 12px;
    }

    .fullscreen-height {
        height: auto;
    }

    .embedded-image {
        float: none;
        max-width: 100%;
        margin: 0;
    }

    .popup-width {
        max-width: 95%;
    }

    .excitement-image-container .image {
        max-width:65%;
    }

    .box-img.fl {
        /*padding: 1rem 1rem;*/
        border: 2px solid darkgray;
        /*box-sizing: border-box;*/
        /*margin: 15px;*/
        border-radius: 10px;
    }
    .box-location.flex {
        height: auto !important;
    }

    .ui-to-top {
        bottom: 85px;
    }
    .section-lg {
        padding: 80px 0;
    }
   
    
    
    
}

.w-0px {
    width: 0 !important;
}
.w-xs-0px {
    width: 0 !important;
}
@media (min-width: 576px) {
    .w-sm-0px {
        width: 0 !important;
    }
}
@media (min-width: 768px) {
    .w-md-0px {
        width: 0 !important;
    }
}
@media (min-width: 992px) {
    .w-lg-0px {
        width: 0 !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-0px {
        width: 0 !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-0px {
        width: 0 !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-0px {
        width: 0 !important;
    }
}
.w-50px {
    width: 50px !important;
}
.w-xs-50px {
    width: 50px !important;
}
@media (min-width: 576px) {
    .w-sm-50px {
        width: 50px !important;
    }
}
@media (min-width: 768px) {
    .w-md-50px {
        width: 50px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-50px {
        width: 50px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-50px {
        width: 50px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-50px {
        width: 50px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-50px {
        width: 50px !important;
    }
}
.w-100px {
    width: 100px !important;
}
.w-xs-100px {
    width: 100px !important;
}
@media (min-width: 576px) {
    .w-sm-100px {
        width: 100px !important;
    }
}
@media (min-width: 768px) {
    .w-md-100px {
        width: 100px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-100px {
        width: 100px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-100px {
        width: 100px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-100px {
        width: 100px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-100px {
        width: 100px !important;
    }
}
.w-150px {
    width: 150px !important;
}
.w-xs-150px {
    width: 150px !important;
}
@media (min-width: 576px) {
    .w-sm-150px {
        width: 150px !important;
    }
}
@media (min-width: 768px) {
    .w-md-150px {
        width: 150px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-150px {
        width: 150px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-150px {
        width: 150px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-150px {
        width: 150px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-150px {
        width: 150px !important;
    }
}
.w-200px {
    width: 200px !important;
}
.w-xs-200px {
    width: 200px !important;
}
@media (min-width: 576px) {
    .w-sm-200px {
        width: 200px !important;
    }
}
@media (min-width: 768px) {
    .w-md-200px {
        width: 200px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-200px {
        width: 200px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-200px {
        width: 200px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-200px {
        width: 200px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-200px {
        width: 200px !important;
    }
}
.w-250px {
    width: 250px !important;
}
.w-xs-250px {
    width: 250px !important;
}
@media (min-width: 576px) {
    .w-sm-250px {
        width: 250px !important;
    }
}
@media (min-width: 768px) {
    .w-md-250px {
        width: 250px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-250px {
        width: 250px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-250px {
        width: 250px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-250px {
        width: 250px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-250px {
        width: 250px !important;
    }
}
.w-300px {
    width: 300px !important;
}
.w-xs-300px {
    width: 300px !important;
}
@media (min-width: 576px) {
    .w-sm-300px {
        width: 300px !important;
    }
}
@media (min-width: 768px) {
    .w-md-300px {
        width: 300px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-300px {
        width: 300px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-300px {
        width: 300px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-300px {
        width: 300px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-300px {
        width: 300px !important;
    }
}
.w-350px {
    width: 350px !important;
}
.w-xs-350px {
    width: 350px !important;
}
@media (min-width: 576px) {
    .w-sm-350px {
        width: 350px !important;
    }
}
@media (min-width: 768px) {
    .w-md-350px {
        width: 350px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-350px {
        width: 350px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-350px {
        width: 350px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-350px {
        width: 350px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-350px {
        width: 350px !important;
    }
}
.w-400px {
    width: 400px !important;
}
.w-xs-400px {
    width: 400px !important;
}
@media (min-width: 576px) {
    .w-sm-400px {
        width: 400px !important;
    }
}
@media (min-width: 768px) {
    .w-md-400px {
        width: 400px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-400px {
        width: 400px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-400px {
        width: 400px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-400px {
        width: 400px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-400px {
        width: 400px !important;
    }
}
.w-450px {
    width: 450px !important;
}
.w-xs-450px {
    width: 450px !important;
}
@media (min-width: 576px) {
    .w-sm-450px {
        width: 450px !important;
    }
}
@media (min-width: 768px) {
    .w-md-450px {
        width: 450px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-450px {
        width: 450px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-450px {
        width: 450px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-450px {
        width: 450px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-450px {
        width: 450px !important;
    }
}
.w-500px {
    width: 500px !important;
}
.w-xs-500px {
    width: 500px !important;
}
@media (min-width: 576px) {
    .w-sm-500px {
        width: 500px !important;
    }
}
@media (min-width: 768px) {
    .w-md-500px {
        width: 500px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-500px {
        width: 500px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-500px {
        width: 500px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-500px {
        width: 500px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-500px {
        width: 500px !important;
    }
}
.w-550px {
    width: 550px !important;
}
.w-xs-550px {
    width: 550px !important;
}
@media (min-width: 576px) {
    .w-sm-550px {
        width: 550px !important;
    }
}
@media (min-width: 768px) {
    .w-md-550px {
        width: 550px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-550px {
        width: 550px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-550px {
        width: 550px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-550px {
        width: 550px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-550px {
        width: 550px !important;
    }
}
.w-600px {
    width: 600px !important;
}
.w-xs-600px {
    width: 600px !important;
}
@media (min-width: 576px) {
    .w-sm-600px {
        width: 600px !important;
    }
}
@media (min-width: 768px) {
    .w-md-600px {
        width: 600px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-600px {
        width: 600px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-600px {
        width: 600px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-600px {
        width: 600px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-600px {
        width: 600px !important;
    }
}
.w-5px {
    width: 5px !important;
}
.w-xs-5px {
    width: 5px !important;
}
@media (min-width: 576px) {
    .w-sm-5px {
        width: 5px !important;
    }
}
@media (min-width: 768px) {
    .w-md-5px {
        width: 5px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-5px {
        width: 5px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-5px {
        width: 5px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-5px {
        width: 5px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-5px {
        width: 5px !important;
    }
}
.w-10px {
    width: 10px !important;
}
.w-xs-10px {
    width: 10px !important;
}
@media (min-width: 576px) {
    .w-sm-10px {
        width: 10px !important;
    }
}
@media (min-width: 768px) {
    .w-md-10px {
        width: 10px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-10px {
        width: 10px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-10px {
        width: 10px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-10px {
        width: 10px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-10px {
        width: 10px !important;
    }
}
.w-15px {
    width: 15px !important;
}
.w-xs-15px {
    width: 15px !important;
}
@media (min-width: 576px) {
    .w-sm-15px {
        width: 15px !important;
    }
}
@media (min-width: 768px) {
    .w-md-15px {
        width: 15px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-15px {
        width: 15px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-15px {
        width: 15px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-15px {
        width: 15px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-15px {
        width: 15px !important;
    }
}
.w-20px {
    width: 20px !important;
}
.w-xs-20px {
    width: 20px !important;
}
@media (min-width: 576px) {
    .w-sm-20px {
        width: 20px !important;
    }
}
@media (min-width: 768px) {
    .w-md-20px {
        width: 20px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-20px {
        width: 20px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-20px {
        width: 20px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-20px {
        width: 20px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-20px {
        width: 20px !important;
    }
}
.w-25px {
    width: 25px !important;
}
.w-xs-25px {
    width: 25px !important;
}
@media (min-width: 576px) {
    .w-sm-25px {
        width: 25px !important;
    }
}
@media (min-width: 768px) {
    .w-md-25px {
        width: 25px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-25px {
        width: 25px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-25px {
        width: 25px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-25px {
        width: 25px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-25px {
        width: 25px !important;
    }
}
.w-30px {
    width: 30px !important;
}
.w-xs-30px {
    width: 30px !important;
}
@media (min-width: 576px) {
    .w-sm-30px {
        width: 30px !important;
    }
}
@media (min-width: 768px) {
    .w-md-30px {
        width: 30px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-30px {
        width: 30px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-30px {
        width: 30px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-30px {
        width: 30px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-30px {
        width: 30px !important;
    }
}
.w-35px {
    width: 35px !important;
}
.w-xs-35px {
    width: 35px !important;
}
@media (min-width: 576px) {
    .w-sm-35px {
        width: 35px !important;
    }
}
@media (min-width: 768px) {
    .w-md-35px {
        width: 35px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-35px {
        width: 35px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-35px {
        width: 35px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-35px {
        width: 35px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-35px {
        width: 35px !important;
    }
}
.w-40px {
    width: 40px !important;
}
.w-xs-40px {
    width: 40px !important;
}
@media (min-width: 576px) {
    .w-sm-40px {
        width: 40px !important;
    }
}
@media (min-width: 768px) {
    .w-md-40px {
        width: 40px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-40px {
        width: 40px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-40px {
        width: 40px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-40px {
        width: 40px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-40px {
        width: 40px !important;
    }
}
.w-45px {
    width: 45px !important;
}
.w-xs-45px {
    width: 45px !important;
}
@media (min-width: 576px) {
    .w-sm-45px {
        width: 45px !important;
    }
}
@media (min-width: 768px) {
    .w-md-45px {
        width: 45px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-45px {
        width: 45px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-45px {
        width: 45px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-45px {
        width: 45px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-45px {
        width: 45px !important;
    }
}
.w-50px {
    width: 50px !important;
}
.w-xs-50px {
    width: 50px !important;
}
@media (min-width: 576px) {
    .w-sm-50px {
        width: 50px !important;
    }
}
@media (min-width: 768px) {
    .w-md-50px {
        width: 50px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-50px {
        width: 50px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-50px {
        width: 50px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-50px {
        width: 50px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-50px {
        width: 50px !important;
    }
}
.w-55px {
    width: 55px !important;
}
.w-xs-55px {
    width: 55px !important;
}
@media (min-width: 576px) {
    .w-sm-55px {
        width: 55px !important;
    }
}
@media (min-width: 768px) {
    .w-md-55px {
        width: 55px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-55px {
        width: 55px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-55px {
        width: 55px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-55px {
        width: 55px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-55px {
        width: 55px !important;
    }
}
.w-60px {
    width: 60px !important;
}
.w-xs-60px {
    width: 60px !important;
}
@media (min-width: 576px) {
    .w-sm-60px {
        width: 60px !important;
    }
}
@media (min-width: 768px) {
    .w-md-60px {
        width: 60px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-60px {
        width: 60px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-60px {
        width: 60px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-60px {
        width: 60px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-60px {
        width: 60px !important;
    }
}
.w-65px {
    width: 65px !important;
}
.w-xs-65px {
    width: 65px !important;
}
@media (min-width: 576px) {
    .w-sm-65px {
        width: 65px !important;
    }
}
@media (min-width: 768px) {
    .w-md-65px {
        width: 65px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-65px {
        width: 65px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-65px {
        width: 65px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-65px {
        width: 65px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-65px {
        width: 65px !important;
    }
}
.w-70px {
    width: 70px !important;
}
.w-xs-70px {
    width: 70px !important;
}
@media (min-width: 576px) {
    .w-sm-70px {
        width: 70px !important;
    }
}
@media (min-width: 768px) {
    .w-md-70px {
        width: 70px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-70px {
        width: 70px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-70px {
        width: 70px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-70px {
        width: 70px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-70px {
        width: 70px !important;
    }
}
.w-75px {
    width: 75px !important;
}
.w-xs-75px {
    width: 75px !important;
}
@media (min-width: 576px) {
    .w-sm-75px {
        width: 75px !important;
    }
}
@media (min-width: 768px) {
    .w-md-75px {
        width: 75px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-75px {
        width: 75px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-75px {
        width: 75px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-75px {
        width: 75px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-75px {
        width: 75px !important;
    }
}
.w-80px {
    width: 80px !important;
}
.w-xs-80px {
    width: 80px !important;
}
@media (min-width: 576px) {
    .w-sm-80px {
        width: 80px !important;
    }
}
@media (min-width: 768px) {
    .w-md-80px {
        width: 80px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-80px {
        width: 80px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-80px {
        width: 80px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-80px {
        width: 80px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-80px {
        width: 80px !important;
    }
}
.w-85px {
    width: 85px !important;
}
.w-xs-85px {
    width: 85px !important;
}
@media (min-width: 576px) {
    .w-sm-85px {
        width: 85px !important;
    }
}
@media (min-width: 768px) {
    .w-md-85px {
        width: 85px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-85px {
        width: 85px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-85px {
        width: 85px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-85px {
        width: 85px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-85px {
        width: 85px !important;
    }
}
.w-90px {
    width: 90px !important;
}
.w-xs-90px {
    width: 90px !important;
}
@media (min-width: 576px) {
    .w-sm-90px {
        width: 90px !important;
    }
}
@media (min-width: 768px) {
    .w-md-90px {
        width: 90px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-90px {
        width: 90px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-90px {
        width: 90px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-90px {
        width: 90px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-90px {
        width: 90px !important;
    }
}
.w-95px {
    width: 95px !important;
}
.w-xs-95px {
    width: 95px !important;
}
@media (min-width: 576px) {
    .w-sm-95px {
        width: 95px !important;
    }
}
@media (min-width: 768px) {
    .w-md-95px {
        width: 95px !important;
    }
}
@media (min-width: 992px) {
    .w-lg-95px {
        width: 95px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-95px {
        width: 95px !important;
    }
}
@media (min-width: 1400px) {
    .w-xxl-95px {
        width: 95px !important;
    }
}
@media (min-width: 1800px) {
    .w-xxxl-95px {
        width: 95px !important;
    }
}

.h-0px {
    height: 0 !important;
}
.h-xs-0px {
    height: 0 !important;
}
@media (min-width: 576px) {
    .h-sm-0px {
        height: 0 !important;
    }
}
@media (min-width: 768px) {
    .h-md-0px {
        height: 0 !important;
    }
}
@media (min-width: 992px) {
    .h-lg-0px {
        height: 0 !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-0px {
        height: 0 !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-0px {
        height: 0 !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-0px {
        height: 0 !important;
    }
}
.h-50px {
    height: 50px !important;
}
.h-xs-50px {
    height: 50px !important;
}
@media (min-width: 576px) {
    .h-sm-50px {
        height: 50px !important;
    }
}
@media (min-width: 768px) {
    .h-md-50px {
        height: 50px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-50px {
        height: 50px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-50px {
        height: 50px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-50px {
        height: 50px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-50px {
        height: 50px !important;
    }
}
.h-100px {
    height: 100px !important;
}
.h-xs-100px {
    height: 100px !important;
}
@media (min-width: 576px) {
    .h-sm-100px {
        height: 100px !important;
    }
}
@media (min-width: 768px) {
    .h-md-100px {
        height: 100px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-100px {
        height: 100px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-100px {
        height: 100px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-100px {
        height: 100px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-100px {
        height: 100px !important;
    }
}
.h-150px {
    height: 150px !important;
}
.h-xs-150px {
    height: 150px !important;
}
@media (min-width: 576px) {
    .h-sm-150px {
        height: 150px !important;
    }
}
@media (min-width: 768px) {
    .h-md-150px {
        height: 150px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-150px {
        height: 150px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-150px {
        height: 150px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-150px {
        height: 150px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-150px {
        height: 150px !important;
    }
}
.h-200px {
    height: 200px !important;
}
.h-xs-200px {
    height: 200px !important;
}
@media (min-width: 576px) {
    .h-sm-200px {
        height: 200px !important;
    }
}
@media (min-width: 768px) {
    .h-md-200px {
        height: 200px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-200px {
        height: 200px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-200px {
        height: 200px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-200px {
        height: 200px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-200px {
        height: 200px !important;
    }
}
.h-250px {
    height: 250px !important;
}
.h-xs-250px {
    height: 250px !important;
}
@media (min-width: 576px) {
    .h-sm-250px {
        height: 250px !important;
    }
}
@media (min-width: 768px) {
    .h-md-250px {
        height: 250px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-250px {
        height: 250px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-250px {
        height: 250px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-250px {
        height: 250px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-250px {
        height: 250px !important;
    }
}
.h-300px {
    height: 300px !important;
}
.h-xs-300px {
    height: 300px !important;
}
@media (min-width: 576px) {
    .h-sm-300px {
        height: 300px !important;
    }
}
@media (min-width: 768px) {
    .h-md-300px {
        height: 300px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-300px {
        height: 300px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-300px {
        height: 300px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-300px {
        height: 300px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-300px {
        height: 300px !important;
    }
}
.h-350px {
    height: 350px !important;
}
.h-xs-350px {
    height: 350px !important;
}
@media (min-width: 576px) {
    .h-sm-350px {
        height: 350px !important;
    }
}
@media (min-width: 768px) {
    .h-md-350px {
        height: 350px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-350px {
        height: 350px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-350px {
        height: 350px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-350px {
        height: 350px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-350px {
        height: 350px !important;
    }
}
.h-400px {
    height: 400px !important;
}
.h-xs-400px {
    height: 400px !important;
}
@media (min-width: 576px) {
    .h-sm-400px {
        height: 400px !important;
    }
}
@media (min-width: 768px) {
    .h-md-400px {
        height: 400px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-400px {
        height: 400px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-400px {
        height: 400px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-400px {
        height: 400px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-400px {
        height: 400px !important;
    }
}
.h-450px {
    height: 450px !important;
}
.h-xs-450px {
    height: 450px !important;
}
@media (min-width: 576px) {
    .h-sm-450px {
        height: 450px !important;
    }
}
@media (min-width: 768px) {
    .h-md-450px {
        height: 450px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-450px {
        height: 450px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-450px {
        height: 450px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-450px {
        height: 450px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-450px {
        height: 450px !important;
    }
}
.h-500px {
    height: 500px !important;
}
.h-xs-500px {
    height: 500px !important;
}
@media (min-width: 576px) {
    .h-sm-500px {
        height: 500px !important;
    }
}
@media (min-width: 768px) {
    .h-md-500px {
        height: 500px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-500px {
        height: 500px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-500px {
        height: 500px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-500px {
        height: 500px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-500px {
        height: 500px !important;
    }
}
.h-550px {
    height: 550px !important;
}
.h-xs-550px {
    height: 550px !important;
}
@media (min-width: 576px) {
    .h-sm-550px {
        height: 550px !important;
    }
}
@media (min-width: 768px) {
    .h-md-550px {
        height: 550px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-550px {
        height: 550px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-550px {
        height: 550px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-550px {
        height: 550px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-550px {
        height: 550px !important;
    }
}
.h-600px {
    height: 600px !important;
}
.h-xs-600px {
    height: 600px !important;
}
@media (min-width: 576px) {
    .h-sm-600px {
        height: 600px !important;
    }
}
@media (min-width: 768px) {
    .h-md-600px {
        height: 600px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-600px {
        height: 600px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-600px {
        height: 600px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-600px {
        height: 600px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-600px {
        height: 600px !important;
    }
}
.h-5px {
    height: 5px !important;
}
.h-xs-5px {
    height: 5px !important;
}
@media (min-width: 576px) {
    .h-sm-5px {
        height: 5px !important;
    }
}
@media (min-width: 768px) {
    .h-md-5px {
        height: 5px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-5px {
        height: 5px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-5px {
        height: 5px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-5px {
        height: 5px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-5px {
        height: 5px !important;
    }
}
.h-10px {
    height: 10px !important;
}
.h-xs-10px {
    height: 10px !important;
}
@media (min-width: 576px) {
    .h-sm-10px {
        height: 10px !important;
    }
}
@media (min-width: 768px) {
    .h-md-10px {
        height: 10px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-10px {
        height: 10px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-10px {
        height: 10px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-10px {
        height: 10px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-10px {
        height: 10px !important;
    }
}
.h-15px {
    height: 15px !important;
}
.h-xs-15px {
    height: 15px !important;
}
@media (min-width: 576px) {
    .h-sm-15px {
        height: 15px !important;
    }
}
@media (min-width: 768px) {
    .h-md-15px {
        height: 15px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-15px {
        height: 15px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-15px {
        height: 15px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-15px {
        height: 15px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-15px {
        height: 15px !important;
    }
}
.h-20px {
    height: 20px !important;
}
.h-xs-20px {
    height: 20px !important;
}
@media (min-width: 576px) {
    .h-sm-20px {
        height: 20px !important;
    }
}
@media (min-width: 768px) {
    .h-md-20px {
        height: 20px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-20px {
        height: 20px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-20px {
        height: 20px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-20px {
        height: 20px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-20px {
        height: 20px !important;
    }
}
.h-25px {
    height: 25px !important;
}
.h-xs-25px {
    height: 25px !important;
}
@media (min-width: 576px) {
    .h-sm-25px {
        height: 25px !important;
    }
}
@media (min-width: 768px) {
    .h-md-25px {
        height: 25px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-25px {
        height: 25px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-25px {
        height: 25px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-25px {
        height: 25px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-25px {
        height: 25px !important;
    }
}
.h-30px {
    height: 30px !important;
}
.h-xs-30px {
    height: 30px !important;
}
@media (min-width: 576px) {
    .h-sm-30px {
        height: 30px !important;
    }
}
@media (min-width: 768px) {
    .h-md-30px {
        height: 30px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-30px {
        height: 30px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-30px {
        height: 30px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-30px {
        height: 30px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-30px {
        height: 30px !important;
    }
}
.h-35px {
    height: 35px !important;
}
.h-xs-35px {
    height: 35px !important;
}
@media (min-width: 576px) {
    .h-sm-35px {
        height: 35px !important;
    }
}
@media (min-width: 768px) {
    .h-md-35px {
        height: 35px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-35px {
        height: 35px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-35px {
        height: 35px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-35px {
        height: 35px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-35px {
        height: 35px !important;
    }
}
.h-40px {
    height: 40px !important;
}
.h-xs-40px {
    height: 40px !important;
}
@media (min-width: 576px) {
    .h-sm-40px {
        height: 40px !important;
    }
}
@media (min-width: 768px) {
    .h-md-40px {
        height: 40px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-40px {
        height: 40px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-40px {
        height: 40px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-40px {
        height: 40px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-40px {
        height: 40px !important;
    }
}
.h-45px {
    height: 45px !important;
}
.h-xs-45px {
    height: 45px !important;
}
@media (min-width: 576px) {
    .h-sm-45px {
        height: 45px !important;
    }
}
@media (min-width: 768px) {
    .h-md-45px {
        height: 45px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-45px {
        height: 45px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-45px {
        height: 45px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-45px {
        height: 45px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-45px {
        height: 45px !important;
    }
}
.h-50px {
    height: 50px !important;
}
.h-xs-50px {
    height: 50px !important;
}
@media (min-width: 576px) {
    .h-sm-50px {
        height: 50px !important;
    }
}
@media (min-width: 768px) {
    .h-md-50px {
        height: 50px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-50px {
        height: 50px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-50px {
        height: 50px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-50px {
        height: 50px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-50px {
        height: 50px !important;
    }
}
.h-55px {
    height: 55px !important;
}
.h-xs-55px {
    height: 55px !important;
}
@media (min-width: 576px) {
    .h-sm-55px {
        height: 55px !important;
    }
}
@media (min-width: 768px) {
    .h-md-55px {
        height: 55px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-55px {
        height: 55px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-55px {
        height: 55px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-55px {
        height: 55px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-55px {
        height: 55px !important;
    }
}
.h-60px {
    height: 60px !important;
}
.h-xs-60px {
    height: 60px !important;
}
@media (min-width: 576px) {
    .h-sm-60px {
        height: 60px !important;
    }
}
@media (min-width: 768px) {
    .h-md-60px {
        height: 60px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-60px {
        height: 60px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-60px {
        height: 60px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-60px {
        height: 60px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-60px {
        height: 60px !important;
    }
}
.h-65px {
    height: 65px !important;
}
.h-xs-65px {
    height: 65px !important;
}
@media (min-width: 576px) {
    .h-sm-65px {
        height: 65px !important;
    }
}
@media (min-width: 768px) {
    .h-md-65px {
        height: 65px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-65px {
        height: 65px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-65px {
        height: 65px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-65px {
        height: 65px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-65px {
        height: 65px !important;
    }
}
.h-70px {
    height: 70px !important;
}
.h-xs-70px {
    height: 70px !important;
}
@media (min-width: 576px) {
    .h-sm-70px {
        height: 70px !important;
    }
}
@media (min-width: 768px) {
    .h-md-70px {
        height: 70px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-70px {
        height: 70px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-70px {
        height: 70px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-70px {
        height: 70px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-70px {
        height: 70px !important;
    }
}
.h-75px {
    height: 75px !important;
}
.h-xs-75px {
    height: 75px !important;
}
@media (min-width: 576px) {
    .h-sm-75px {
        height: 75px !important;
    }
}
@media (min-width: 768px) {
    .h-md-75px {
        height: 75px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-75px {
        height: 75px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-75px {
        height: 75px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-75px {
        height: 75px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-75px {
        height: 75px !important;
    }
}
.h-80px {
    height: 80px !important;
}
.h-xs-80px {
    height: 80px !important;
}
@media (min-width: 576px) {
    .h-sm-80px {
        height: 80px !important;
    }
}
@media (min-width: 768px) {
    .h-md-80px {
        height: 80px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-80px {
        height: 80px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-80px {
        height: 80px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-80px {
        height: 80px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-80px {
        height: 80px !important;
    }
}
.h-85px {
    height: 85px !important;
}
.h-xs-85px {
    height: 85px !important;
}
@media (min-width: 576px) {
    .h-sm-85px {
        height: 85px !important;
    }
}
@media (min-width: 768px) {
    .h-md-85px {
        height: 85px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-85px {
        height: 85px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-85px {
        height: 85px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-85px {
        height: 85px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-85px {
        height: 85px !important;
    }
}
.h-90px {
    height: 90px !important;
}
.h-xs-90px {
    height: 90px !important;
}
@media (min-width: 576px) {
    .h-sm-90px {
        height: 90px !important;
    }
}
@media (min-width: 768px) {
    .h-md-90px {
        height: 90px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-90px {
        height: 90px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-90px {
        height: 90px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-90px {
        height: 90px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-90px {
        height: 90px !important;
    }
}
.h-95px {
    height: 95px !important;
}
.h-xs-95px {
    height: 95px !important;
}
@media (min-width: 576px) {
    .h-sm-95px {
        height: 95px !important;
    }
}
@media (min-width: 768px) {
    .h-md-95px {
        height: 95px !important;
    }
}
@media (min-width: 992px) {
    .h-lg-95px {
        height: 95px !important;
    }
}
@media (min-width: 1200px) {
    .h-xl-95px {
        height: 95px !important;
    }
}
@media (min-width: 1400px) {
    .h-xxl-95px {
        height: 95px !important;
    }
}
@media (min-width: 1800px) {
    .h-xxxl-95px {
        height: 95px !important;
    }
}

/* Spacing utilities */
.p-10 {
    padding: 0.625rem !important;
}
.pt-10 {
    padding-top: 0.625rem !important;
}
.pr-10 {
    padding-right: 0.625rem !important;
}
.pb-10 {
    padding-bottom: 0.625rem !important;
}
.pl-10 {
    padding-left: 0.625rem !important;
}
.px-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
}
.py-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
}

.p-15 {
    padding: 0.9375rem !important;
}
.pt-15 {
    padding-top: 0.9375rem !important;
}
.pr-15 {
    padding-right: 0.9375rem !important;
}
.pb-15 {
    padding-bottom: 0.9375rem !important;
}
.pl-15 {
    padding-left: 0.9375rem !important;
}
.px-15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
}
.py-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
}

.p-20 {
    padding: 1.25rem !important;
}
.pt-20 {
    padding-top: 1.25rem !important;
}
.pr-20 {
    padding-right: 1.25rem !important;
}
.pb-20 {
    padding-bottom: 1.25rem !important;
}
.pl-20 {
    padding-left: 1.25rem !important;
}
.px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}
.py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.p-25 {
    padding: 1.562rem !important;
}
.pt-25 {
    padding-top: 1.562rem !important;
}
.pr-25 {
    padding-right: 1.562rem !important;
}
.pb-25 {
    padding-bottom: 1.562rem !important;
}
.pl-25 {
    padding-left: 1.562rem !important;
}
.px-25 {
    padding-left: 1.562rem !important;
    padding-right: 1.562rem !important;
}
.py-25 {
    padding-top: 1.562rem !important;
    padding-bottom: 1.562rem !important;
}

.p-30 {
    padding: 1.875rem !important;
}
.pt-30 {
    padding-top: 1.875rem !important;
}
.pr-30 {
    padding-right: 1.875rem !important;
}
.pb-30 {
    padding-bottom: 1.875rem !important;
}
.pl-30 {
    padding-left: 1.875rem !important;
}
.px-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
}
.py-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
}

.p-35 {
    padding: 2.188rem !important;
}
.pt-35 {
    padding-top: 2.188rem !important;
}
.pr-35 {
    padding-right: 2.188rem !important;
}
.pb-35 {
    padding-bottom: 2.188rem !important;
}
.pl-35 {
    padding-left: 2.188rem !important;
}
.px-35 {
    padding-left: 2.188rem !important;
    padding-right: 2.188rem !important;
}
.py-35 {
    padding-top: 2.188rem !important;
    padding-bottom: 2.188rem !important;
}

.p-40 {
    padding: 2.5rem !important;
}
.pt-40 {
    padding-top: 2.5rem !important;
}
.pr-40 {
    padding-right: 2.5rem !important;
}
.pb-40 {
    padding-bottom: 2.5rem !important;
}
.pl-40 {
    padding-left: 2.5rem !important;
}
.px-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.p-45 {
    padding: 2.812rem !important;
}
.pt-45 {
    padding-top: 2.812rem !important;
}
.pr-45 {
    padding-right: 2.812rem !important;
}
.pb-45 {
    padding-bottom: 2.812rem !important;
}
.pl-45 {
    padding-left: 2.812rem !important;
}
.px-45 {
    padding-left: 2.812rem !important;
    padding-right: 2.812rem !important;
}
.py-45 {
    padding-top: 2.812rem !important;
    padding-bottom: 2.812rem !important;
}

.p-50 {
    padding: 3.125rem !important;
}
.pt-50 {
    padding-top: 3.125rem !important;
}
.pr-50 {
    padding-right: 3.125rem !important;
}
.pb-50 {
    padding-bottom: 3.125rem !important;
}
.pl-50 {
    padding-left: 3.125rem !important;
}
.px-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
}
.py-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
}

.p-55 {
    padding: 3.438rem !important;
}
.pt-55 {
    padding-top: 3.438rem !important;
}
.pr-55 {
    padding-right: 3.438rem !important;
}
.pb-55 {
    padding-bottom: 3.438rem !important;
}
.pl-55 {
    padding-left: 3.438rem !important;
}
.px-55 {
    padding-left: 3.438rem !important;
    padding-right: 3.438rem !important;
}
.py-55 {
    padding-top: 3.438rem !important;
    padding-bottom: 3.438rem !important;
}

.p-60 {
    padding: 3.75rem !important;
}
.pt-60 {
    padding-top: 3.75rem !important;
}
.pr-60 {
    padding-right: 3.75rem !important;
}
.pb-60 {
    padding-bottom: 3.75rem !important;
}
.pl-60 {
    padding-left: 3.75rem !important;
}
.px-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
}
.py-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
}

.p-65 {
    padding: 4.062rem !important;
}
.pt-65 {
    padding-top: 4.062rem !important;
}
.pr-65 {
    padding-right: 4.062rem !important;
}
.pb-65 {
    padding-bottom: 4.062rem !important;
}
.pl-65 {
    padding-left: 4.062rem !important;
}
.px-65 {
    padding-left: 4.062rem !important;
    padding-right: 4.062rem !important;
}
.py-65 {
    padding-top: 4.062rem !important;
    padding-bottom: 4.062rem !important;
}

.p-70 {
    padding: 4.375rem !important;
}
.pt-70 {
    padding-top: 4.375rem !important;
}
.pr-70 {
    padding-right: 4.375rem !important;
}
.pb-70 {
    padding-bottom: 4.375rem !important;
}
.pl-70 {
    padding-left: 4.375rem !important;
}
.px-70 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important;
}
.py-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
}

.p-75 {
    padding: 4.688rem !important;
}
.pt-75 {
    padding-top: 4.688rem !important;
}
.pr-75 {
    padding-right: 4.688rem !important;
}
.pb-75 {
    padding-bottom: 4.688rem !important;
}
.pl-75 {
    padding-left: 4.688rem !important;
}
.px-75 {
    padding-left: 4.688rem !important;
    padding-right: 4.688rem !important;
}
.py-75 {
    padding-top: 4.688rem !important;
    padding-bottom: 4.688rem !important;
}

.p-80 {
    padding: 5rem !important;
}
.pt-80 {
    padding-top: 5rem !important;
}
.pr-80 {
    padding-right: 5rem !important;
}
.pb-80 {
    padding-bottom: 5rem !important;
}
.pl-80 {
    padding-left: 5rem !important;
}
.px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.p-85 {
    padding: 5.312rem !important;
}
.pt-85 {
    padding-top: 5.312rem !important;
}
.pr-85 {
    padding-right: 5.312rem !important;
}
.pb-85 {
    padding-bottom: 5.312rem !important;
}
.pl-85 {
    padding-left: 5.312rem !important;
}
.px-85 {
    padding-left: 5.312rem !important;
    padding-right: 5.312rem !important;
}
.py-85 {
    padding-top: 5.312rem !important;
    padding-bottom: 5.312rem !important;
}

.p-90 {
    padding: 5.625rem !important;
}
.pt-90 {
    padding-top: 5.625rem !important;
}
.pr-90 {
    padding-right: 5.625rem !important;
}
.pb-90 {
    padding-bottom: 5.625rem !important;
}
.pl-90 {
    padding-left: 5.625rem !important;
}
.px-90 {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important;
}
.py-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
}

.p-95 {
    padding: 5.938rem !important;
}
.pt-95 {
    padding-top: 5.938rem !important;
}
.pr-95 {
    padding-right: 5.938rem !important;
}
.pb-95 {
    padding-bottom: 5.938rem !important;
}
.pl-95 {
    padding-left: 5.938rem !important;
}
.px-95 {
    padding-left: 5.938rem !important;
    padding-right: 5.938rem !important;
}
.py-95 {
    padding-top: 5.938rem !important;
    padding-bottom: 5.938rem !important;
}

.p-100 {
    padding: 6.25rem !important;
}
.pt-100 {
    padding-top: 6.25rem !important;
}
.pr-100 {
    padding-right: 6.25rem !important;
}
.pb-100 {
    padding-bottom: 6.25rem !important;
}
.pl-100 {
    padding-left: 6.25rem !important;
}
.px-100 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
}
.py-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
}

.p-105 {
    padding: 6.562rem !important;
}
.pt-105 {
    padding-top: 6.562rem !important;
}
.pr-105 {
    padding-right: 6.562rem !important;
}
.pb-105 {
    padding-bottom: 6.562rem !important;
}
.pl-105 {
    padding-left: 6.562rem !important;
}
.px-105 {
    padding-left: 6.562rem !important;
    padding-right: 6.562rem !important;
}
.py-105 {
    padding-top: 6.562rem !important;
    padding-bottom: 6.562rem !important;
}

.p-110 {
    padding: 6.875rem !important;
}
.pt-110 {
    padding-top: 6.875rem !important;
}
.pr-110 {
    padding-right: 6.875rem !important;
}
.pb-110 {
    padding-bottom: 6.875rem !important;
}
.pl-110 {
    padding-left: 6.875rem !important;
}
.px-110 {
    padding-left: 6.875rem !important;
    padding-right: 6.875rem !important;
}
.py-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
}

.p-115 {
    padding: 7.188rem !important;
}
.pt-115 {
    padding-top: 7.188rem !important;
}
.pr-115 {
    padding-right: 7.188rem !important;
}
.pb-115 {
    padding-bottom: 7.188rem !important;
}
.pl-115 {
    padding-left: 7.188rem !important;
}
.px-115 {
    padding-left: 7.188rem !important;
    padding-right: 7.188rem !important;
}
.py-115 {
    padding-top: 7.188rem !important;
    padding-bottom: 7.188rem !important;
}

.p-120 {
    padding: 7.5rem !important;
}
.pt-120 {
    padding-top: 7.5rem !important;
}
.pr-120 {
    padding-right: 7.5rem !important;
}
.pb-120 {
    padding-bottom: 7.5rem !important;
}
.pl-120 {
    padding-left: 7.5rem !important;
}
.px-120 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
}
.py-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}

.p-125 {
    padding: 7.812rem !important;
}
.pt-125 {
    padding-top: 7.812rem !important;
}
.pr-125 {
    padding-right: 7.812rem !important;
}
.pb-125 {
    padding-bottom: 7.812rem !important;
}
.pl-125 {
    padding-left: 7.812rem !important;
}
.px-125 {
    padding-left: 7.812rem !important;
    padding-right: 7.812rem !important;
}
.py-125 {
    padding-top: 7.812rem !important;
    padding-bottom: 7.812rem !important;
}

.p-130 {
    padding: 8.125rem !important;
}
.pt-130 {
    padding-top: 8.125rem !important;
}
.pr-130 {
    padding-right: 8.125rem !important;
}
.pb-130 {
    padding-bottom: 8.125rem !important;
}
.pl-130 {
    padding-left: 8.125rem !important;
}
.px-130 {
    padding-left: 8.125rem !important;
    padding-right: 8.125rem !important;
}
.py-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
}

.p-135 {
    padding: 8.438rem !important;
}
.pt-135 {
    padding-top: 8.438rem !important;
}
.pr-135 {
    padding-right: 8.438rem !important;
}
.pb-135 {
    padding-bottom: 8.438rem !important;
}
.pl-135 {
    padding-left: 8.438rem !important;
}
.px-135 {
    padding-left: 8.438rem !important;
    padding-right: 8.438rem !important;
}
.py-135 {
    padding-top: 8.438rem !important;
    padding-bottom: 8.438rem !important;
}

.p-140 {
    padding: 8.75rem !important;
}
.pt-140 {
    padding-top: 8.75rem !important;
}
.pr-140 {
    padding-right: 8.75rem !important;
}
.pb-140 {
    padding-bottom: 8.75rem !important;
}
.pl-140 {
    padding-left: 8.75rem !important;
}
.px-140 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
}
.py-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
}

.p-145 {
    padding: 9.062rem !important;
}
.pt-145 {
    padding-top: 9.062rem !important;
}
.pr-145 {
    padding-right: 9.062rem !important;
}
.pb-145 {
    padding-bottom: 9.062rem !important;
}
.pl-145 {
    padding-left: 9.062rem !important;
}
.px-145 {
    padding-left: 9.062rem !important;
    padding-right: 9.062rem !important;
}
.py-145 {
    padding-top: 9.062rem !important;
    padding-bottom: 9.062rem !important;
}

.p-150 {
    padding: 9.375rem !important;
}
.pt-150 {
    padding-top: 9.375rem !important;
}
.pr-150 {
    padding-right: 9.375rem !important;
}
.pb-150 {
    padding-bottom: 9.375rem !important;
}
.pl-150 {
    padding-left: 9.375rem !important;
}
.px-150 {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important;
}
.py-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
}

.p-155 {
    padding: 9.688rem !important;
}
.pt-155 {
    padding-top: 9.688rem !important;
}
.pr-155 {
    padding-right: 9.688rem !important;
}
.pb-155 {
    padding-bottom: 9.688rem !important;
}
.pl-155 {
    padding-left: 9.688rem !important;
}
.px-155 {
    padding-left: 9.688rem !important;
    padding-right: 9.688rem !important;
}
.py-155 {
    padding-top: 9.688rem !important;
    padding-bottom: 9.688rem !important;
}

.p-160 {
    padding: 10rem !important;
}
.pt-160 {
    padding-top: 10rem !important;
}
.pr-160 {
    padding-right: 10rem !important;
}
.pb-160 {
    padding-bottom: 10rem !important;
}
.pl-160 {
    padding-left: 10rem !important;
}
.px-160 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}
.py-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.p-165 {
    padding: 10.312rem !important;
}
.pt-165 {
    padding-top: 10.312rem !important;
}
.pr-165 {
    padding-right: 10.312rem !important;
}
.pb-165 {
    padding-bottom: 10.312rem !important;
}
.pl-165 {
    padding-left: 10.312rem !important;
}
.px-165 {
    padding-left: 10.312rem !important;
    padding-right: 10.312rem !important;
}
.py-165 {
    padding-top: 10.312rem !important;
    padding-bottom: 10.312rem !important;
}

.p-170 {
    padding: 10.625rem !important;
}
.pt-170 {
    padding-top: 10.625rem !important;
}
.pr-170 {
    padding-right: 10.625rem !important;
}
.pb-170 {
    padding-bottom: 10.625rem !important;
}
.pl-170 {
    padding-left: 10.625rem !important;
}
.px-170 {
    padding-left: 10.625rem !important;
    padding-right: 10.625rem !important;
}
.py-170 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
}

.p-175 {
    padding: 10.938rem !important;
}
.pt-175 {
    padding-top: 10.938rem !important;
}
.pr-175 {
    padding-right: 10.938rem !important;
}
.pb-175 {
    padding-bottom: 10.938rem !important;
}
.pl-175 {
    padding-left: 10.938rem !important;
}
.px-175 {
    padding-left: 10.938rem !important;
    padding-right: 10.938rem !important;
}
.py-175 {
    padding-top: 10.938rem !important;
    padding-bottom: 10.938rem !important;
}

.p-180 {
    padding: 11.25rem !important;
}
.pt-180 {
    padding-top: 11.25rem !important;
}
.pr-180 {
    padding-right: 11.25rem !important;
}
.pb-180 {
    padding-bottom: 11.25rem !important;
}
.pl-180 {
    padding-left: 11.25rem !important;
}
.px-180 {
    padding-left: 11.25rem !important;
    padding-right: 11.25rem !important;
}
.py-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
}

.p-185 {
    padding: 11.562rem !important;
}
.pt-185 {
    padding-top: 11.562rem !important;
}
.pr-185 {
    padding-right: 11.562rem !important;
}
.pb-185 {
    padding-bottom: 11.562rem !important;
}
.pl-185 {
    padding-left: 11.562rem !important;
}
.px-185 {
    padding-left: 11.562rem !important;
    padding-right: 11.562rem !important;
}
.py-185 {
    padding-top: 11.562rem !important;
    padding-bottom: 11.562rem !important;
}

.p-190 {
    padding: 11.875rem !important;
}
.pt-190 {
    padding-top: 11.875rem !important;
}
.pr-190 {
    padding-right: 11.875rem !important;
}
.pb-190 {
    padding-bottom: 11.875rem !important;
}
.pl-190 {
    padding-left: 11.875rem !important;
}
.px-190 {
    padding-left: 11.875rem !important;
    padding-right: 11.875rem !important;
}
.py-190 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
}

.p-195 {
    padding: 12.188rem !important;
}
.pt-195 {
    padding-top: 12.188rem !important;
}
.pr-195 {
    padding-right: 12.188rem !important;
}
.pb-195 {
    padding-bottom: 12.188rem !important;
}
.pl-195 {
    padding-left: 12.188rem !important;
}
.px-195 {
    padding-left: 12.188rem !important;
    padding-right: 12.188rem !important;
}
.py-195 {
    padding-top: 12.188rem !important;
    padding-bottom: 12.188rem !important;
}

.p-200 {
    padding: 12.5rem !important;
}
.pt-200 {
    padding-top: 12.5rem !important;
}
.pr-200 {
    padding-right: 12.5rem !important;
}
.pb-200 {
    padding-bottom: 12.5rem !important;
}
.pl-200 {
    padding-left: 12.5rem !important;
}
.px-200 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
}
.py-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
}

.p-205 {
    padding: 12.812rem !important;
}
.pt-205 {
    padding-top: 12.812rem !important;
}
.pr-205 {
    padding-right: 12.812rem !important;
}
.pb-205 {
    padding-bottom: 12.812rem !important;
}
.pl-205 {
    padding-left: 12.812rem !important;
}
.px-205 {
    padding-left: 12.812rem !important;
    padding-right: 12.812rem !important;
}
.py-205 {
    padding-top: 12.812rem !important;
    padding-bottom: 12.812rem !important;
}

.p-210 {
    padding: 13.125rem !important;
}
.pt-210 {
    padding-top: 13.125rem !important;
}
.pr-210 {
    padding-right: 13.125rem !important;
}
.pb-210 {
    padding-bottom: 13.125rem !important;
}
.pl-210 {
    padding-left: 13.125rem !important;
}
.px-210 {
    padding-left: 13.125rem !important;
    padding-right: 13.125rem !important;
}
.py-210 {
    padding-top: 13.125rem !important;
    padding-bottom: 13.125rem !important;
}

.p-215 {
    padding: 13.438rem !important;
}
.pt-215 {
    padding-top: 13.438rem !important;
}
.pr-215 {
    padding-right: 13.438rem !important;
}
.pb-215 {
    padding-bottom: 13.438rem !important;
}
.pl-215 {
    padding-left: 13.438rem !important;
}
.px-215 {
    padding-left: 13.438rem !important;
    padding-right: 13.438rem !important;
}
.py-215 {
    padding-top: 13.438rem !important;
    padding-bottom: 13.438rem !important;
}

.p-220 {
    padding: 13.75rem !important;
}
.pt-220 {
    padding-top: 13.75rem !important;
}
.pr-220 {
    padding-right: 13.75rem !important;
}
.pb-220 {
    padding-bottom: 13.75rem !important;
}
.pl-220 {
    padding-left: 13.75rem !important;
}
.px-220 {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
}
.py-220 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
}

.p-225 {
    padding: 14.062rem !important;
}
.pt-225 {
    padding-top: 14.062rem !important;
}
.pr-225 {
    padding-right: 14.062rem !important;
}
.pb-225 {
    padding-bottom: 14.062rem !important;
}
.pl-225 {
    padding-left: 14.062rem !important;
}
.px-225 {
    padding-left: 14.062rem !important;
    padding-right: 14.062rem !important;
}
.py-225 {
    padding-top: 14.062rem !important;
    padding-bottom: 14.062rem !important;
}

.p-230 {
    padding: 14.375rem !important;
}
.pt-230 {
    padding-top: 14.375rem !important;
}
.pr-230 {
    padding-right: 14.375rem !important;
}
.pb-230 {
    padding-bottom: 14.375rem !important;
}
.pl-230 {
    padding-left: 14.375rem !important;
}
.px-230 {
    padding-left: 14.375rem !important;
    padding-right: 14.375rem !important;
}
.py-230 {
    padding-top: 14.375rem !important;
    padding-bottom: 14.375rem !important;
}

.p-235 {
    padding: 14.688rem !important;
}
.pt-235 {
    padding-top: 14.688rem !important;
}
.pr-235 {
    padding-right: 14.688rem !important;
}
.pb-235 {
    padding-bottom: 14.688rem !important;
}
.pl-235 {
    padding-left: 14.688rem !important;
}
.px-235 {
    padding-left: 14.688rem !important;
    padding-right: 14.688rem !important;
}
.py-235 {
    padding-top: 14.688rem !important;
    padding-bottom: 14.688rem !important;
}

.p-240 {
    padding: 15rem !important;
}
.pt-240 {
    padding-top: 15rem !important;
}
.pr-240 {
    padding-right: 15rem !important;
}
.pb-240 {
    padding-bottom: 15rem !important;
}
.pl-240 {
    padding-left: 15rem !important;
}
.px-240 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
}
.py-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
}

.p-245 {
    padding: 15.312rem !important;
}
.pt-245 {
    padding-top: 15.312rem !important;
}
.pr-245 {
    padding-right: 15.312rem !important;
}
.pb-245 {
    padding-bottom: 15.312rem !important;
}
.pl-245 {
    padding-left: 15.312rem !important;
}
.px-245 {
    padding-left: 15.312rem !important;
    padding-right: 15.312rem !important;
}
.py-245 {
    padding-top: 15.312rem !important;
    padding-bottom: 15.312rem !important;
}

.p-250 {
    padding: 15.625rem !important;
}
.pt-250 {
    padding-top: 15.625rem !important;
}
.pr-250 {
    padding-right: 15.625rem !important;
}
.pb-250 {
    padding-bottom: 15.625rem !important;
}
.pl-250 {
    padding-left: 15.625rem !important;
}
.px-250 {
    padding-left: 15.625rem !important;
    padding-right: 15.625rem !important;
}
.py-250 {
    padding-top: 15.625rem !important;
    padding-bottom: 15.625rem !important;
}

.p-255 {
    padding: 15.938rem !important;
}
.pt-255 {
    padding-top: 15.938rem !important;
}
.pr-255 {
    padding-right: 15.938rem !important;
}
.pb-255 {
    padding-bottom: 15.938rem !important;
}
.pl-255 {
    padding-left: 15.938rem !important;
}
.px-255 {
    padding-left: 15.938rem !important;
    padding-right: 15.938rem !important;
}
.py-255 {
    padding-top: 15.938rem !important;
    padding-bottom: 15.938rem !important;
}

.p-260 {
    padding: 16.25rem !important;
}
.pt-260 {
    padding-top: 16.25rem !important;
}
.pr-260 {
    padding-right: 16.25rem !important;
}
.pb-260 {
    padding-bottom: 16.25rem !important;
}
.pl-260 {
    padding-left: 16.25rem !important;
}
.px-260 {
    padding-left: 16.25rem !important;
    padding-right: 16.25rem !important;
}
.py-260 {
    padding-top: 16.25rem !important;
    padding-bottom: 16.25rem !important;
}

.p-265 {
    padding: 16.562rem !important;
}
.pt-265 {
    padding-top: 16.562rem !important;
}
.pr-265 {
    padding-right: 16.562rem !important;
}
.pb-265 {
    padding-bottom: 16.562rem !important;
}
.pl-265 {
    padding-left: 16.562rem !important;
}
.px-265 {
    padding-left: 16.562rem !important;
    padding-right: 16.562rem !important;
}
.py-265 {
    padding-top: 16.562rem !important;
    padding-bottom: 16.562rem !important;
}

.p-270 {
    padding: 16.875rem !important;
}
.pt-270 {
    padding-top: 16.875rem !important;
}
.pr-270 {
    padding-right: 16.875rem !important;
}
.pb-270 {
    padding-bottom: 16.875rem !important;
}
.pl-270 {
    padding-left: 16.875rem !important;
}
.px-270 {
    padding-left: 16.875rem !important;
    padding-right: 16.875rem !important;
}
.py-270 {
    padding-top: 16.875rem !important;
    padding-bottom: 16.875rem !important;
}

.p-275 {
    padding: 17.188rem !important;
}
.pt-275 {
    padding-top: 17.188rem !important;
}
.pr-275 {
    padding-right: 17.188rem !important;
}
.pb-275 {
    padding-bottom: 17.188rem !important;
}
.pl-275 {
    padding-left: 17.188rem !important;
}
.px-275 {
    padding-left: 17.188rem !important;
    padding-right: 17.188rem !important;
}
.py-275 {
    padding-top: 17.188rem !important;
    padding-bottom: 17.188rem !important;
}

.p-280 {
    padding: 17.5rem !important;
}
.pt-280 {
    padding-top: 17.5rem !important;
}
.pr-280 {
    padding-right: 17.5rem !important;
}
.pb-280 {
    padding-bottom: 17.5rem !important;
}
.pl-280 {
    padding-left: 17.5rem !important;
}
.px-280 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important;
}
.py-280 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
}

.p-285 {
    padding: 17.812rem !important;
}
.pt-285 {
    padding-top: 17.812rem !important;
}
.pr-285 {
    padding-right: 17.812rem !important;
}
.pb-285 {
    padding-bottom: 17.812rem !important;
}
.pl-285 {
    padding-left: 17.812rem !important;
}
.px-285 {
    padding-left: 17.812rem !important;
    padding-right: 17.812rem !important;
}
.py-285 {
    padding-top: 17.812rem !important;
    padding-bottom: 17.812rem !important;
}

.p-290 {
    padding: 18.125rem !important;
}
.pt-290 {
    padding-top: 18.125rem !important;
}
.pr-290 {
    padding-right: 18.125rem !important;
}
.pb-290 {
    padding-bottom: 18.125rem !important;
}
.pl-290 {
    padding-left: 18.125rem !important;
}
.px-290 {
    padding-left: 18.125rem !important;
    padding-right: 18.125rem !important;
}
.py-290 {
    padding-top: 18.125rem !important;
    padding-bottom: 18.125rem !important;
}

.p-295 {
    padding: 18.438rem !important;
}
.pt-295 {
    padding-top: 18.438rem !important;
}
.pr-295 {
    padding-right: 18.438rem !important;
}
.pb-295 {
    padding-bottom: 18.438rem !important;
}
.pl-295 {
    padding-left: 18.438rem !important;
}
.px-295 {
    padding-left: 18.438rem !important;
    padding-right: 18.438rem !important;
}
.py-295 {
    padding-top: 18.438rem !important;
    padding-bottom: 18.438rem !important;
}

.p-300 {
    padding: 18.75rem !important;
}
.pt-300 {
    padding-top: 18.75rem !important;
}
.pr-300 {
    padding-right: 18.75rem !important;
}
.pb-300 {
    padding-bottom: 18.75rem !important;
}
.pl-300 {
    padding-left: 18.75rem !important;
}
.px-300 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
}
.py-300 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
}

.p-305 {
    padding: 19.062rem !important;
}
.pt-305 {
    padding-top: 19.062rem !important;
}
.pr-305 {
    padding-right: 19.062rem !important;
}
.pb-305 {
    padding-bottom: 19.062rem !important;
}
.pl-305 {
    padding-left: 19.062rem !important;
}
.px-305 {
    padding-left: 19.062rem !important;
    padding-right: 19.062rem !important;
}
.py-305 {
    padding-top: 19.062rem !important;
    padding-bottom: 19.062rem !important;
}

.p-310 {
    padding: 19.375rem !important;
}
.pt-310 {
    padding-top: 19.375rem !important;
}
.pr-310 {
    padding-right: 19.375rem !important;
}
.pb-310 {
    padding-bottom: 19.375rem !important;
}
.pl-310 {
    padding-left: 19.375rem !important;
}
.px-310 {
    padding-left: 19.375rem !important;
    padding-right: 19.375rem !important;
}
.py-310 {
    padding-top: 19.375rem !important;
    padding-bottom: 19.375rem !important;
}

.p-315 {
    padding: 19.688rem !important;
}
.pt-315 {
    padding-top: 19.688rem !important;
}
.pr-315 {
    padding-right: 19.688rem !important;
}
.pb-315 {
    padding-bottom: 19.688rem !important;
}
.pl-315 {
    padding-left: 19.688rem !important;
}
.px-315 {
    padding-left: 19.688rem !important;
    padding-right: 19.688rem !important;
}
.py-315 {
    padding-top: 19.688rem !important;
    padding-bottom: 19.688rem !important;
}

.p-320 {
    padding: 20rem !important;
}
.pt-320 {
    padding-top: 20rem !important;
}
.pr-320 {
    padding-right: 20rem !important;
}
.pb-320 {
    padding-bottom: 20rem !important;
}
.pl-320 {
    padding-left: 20rem !important;
}
.px-320 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
}
.py-320 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
}

.p-325 {
    padding: 20.312rem !important;
}
.pt-325 {
    padding-top: 20.312rem !important;
}
.pr-325 {
    padding-right: 20.312rem !important;
}
.pb-325 {
    padding-bottom: 20.312rem !important;
}
.pl-325 {
    padding-left: 20.312rem !important;
}
.px-325 {
    padding-left: 20.312rem !important;
    padding-right: 20.312rem !important;
}
.py-325 {
    padding-top: 20.312rem !important;
    padding-bottom: 20.312rem !important;
}

.p-330 {
    padding: 20.625rem !important;
}
.pt-330 {
    padding-top: 20.625rem !important;
}
.pr-330 {
    padding-right: 20.625rem !important;
}
.pb-330 {
    padding-bottom: 20.625rem !important;
}
.pl-330 {
    padding-left: 20.625rem !important;
}
.px-330 {
    padding-left: 20.625rem !important;
    padding-right: 20.625rem !important;
}
.py-330 {
    padding-top: 20.625rem !important;
    padding-bottom: 20.625rem !important;
}

.p-335 {
    padding: 20.938rem !important;
}
.pt-335 {
    padding-top: 20.938rem !important;
}
.pr-335 {
    padding-right: 20.938rem !important;
}
.pb-335 {
    padding-bottom: 20.938rem !important;
}
.pl-335 {
    padding-left: 20.938rem !important;
}
.px-335 {
    padding-left: 20.938rem !important;
    padding-right: 20.938rem !important;
}
.py-335 {
    padding-top: 20.938rem !important;
    padding-bottom: 20.938rem !important;
}

.p-340 {
    padding: 21.25rem !important;
}
.pt-340 {
    padding-top: 21.25rem !important;
}
.pr-340 {
    padding-right: 21.25rem !important;
}
.pb-340 {
    padding-bottom: 21.25rem !important;
}
.pl-340 {
    padding-left: 21.25rem !important;
}
.px-340 {
    padding-left: 21.25rem !important;
    padding-right: 21.25rem !important;
}
.py-340 {
    padding-top: 21.25rem !important;
    padding-bottom: 21.25rem !important;
}

.p-345 {
    padding: 21.562rem !important;
}
.pt-345 {
    padding-top: 21.562rem !important;
}
.pr-345 {
    padding-right: 21.562rem !important;
}
.pb-345 {
    padding-bottom: 21.562rem !important;
}
.pl-345 {
    padding-left: 21.562rem !important;
}
.px-345 {
    padding-left: 21.562rem !important;
    padding-right: 21.562rem !important;
}
.py-345 {
    padding-top: 21.562rem !important;
    padding-bottom: 21.562rem !important;
}

.p-350 {
    padding: 21.875rem !important;
}
.pt-350 {
    padding-top: 21.875rem !important;
}
.pr-350 {
    padding-right: 21.875rem !important;
}
.pb-350 {
    padding-bottom: 21.875rem !important;
}
.pl-350 {
    padding-left: 21.875rem !important;
}
.px-350 {
    padding-left: 21.875rem !important;
    padding-right: 21.875rem !important;
}
.py-350 {
    padding-top: 21.875rem !important;
    padding-bottom: 21.875rem !important;
}

.p-355 {
    padding: 22.188rem !important;
}
.pt-355 {
    padding-top: 22.188rem !important;
}
.pr-355 {
    padding-right: 22.188rem !important;
}
.pb-355 {
    padding-bottom: 22.188rem !important;
}
.pl-355 {
    padding-left: 22.188rem !important;
}
.px-355 {
    padding-left: 22.188rem !important;
    padding-right: 22.188rem !important;
}
.py-355 {
    padding-top: 22.188rem !important;
    padding-bottom: 22.188rem !important;
}

.p-360 {
    padding: 22.5rem !important;
}
.pt-360 {
    padding-top: 22.5rem !important;
}
.pr-360 {
    padding-right: 22.5rem !important;
}
.pb-360 {
    padding-bottom: 22.5rem !important;
}
.pl-360 {
    padding-left: 22.5rem !important;
}
.px-360 {
    padding-left: 22.5rem !important;
    padding-right: 22.5rem !important;
}
.py-360 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
}

.p-365 {
    padding: 22.812rem !important;
}
.pt-365 {
    padding-top: 22.812rem !important;
}
.pr-365 {
    padding-right: 22.812rem !important;
}
.pb-365 {
    padding-bottom: 22.812rem !important;
}
.pl-365 {
    padding-left: 22.812rem !important;
}
.px-365 {
    padding-left: 22.812rem !important;
    padding-right: 22.812rem !important;
}
.py-365 {
    padding-top: 22.812rem !important;
    padding-bottom: 22.812rem !important;
}

.p-370 {
    padding: 23.125rem !important;
}
.pt-370 {
    padding-top: 23.125rem !important;
}
.pr-370 {
    padding-right: 23.125rem !important;
}
.pb-370 {
    padding-bottom: 23.125rem !important;
}
.pl-370 {
    padding-left: 23.125rem !important;
}
.px-370 {
    padding-left: 23.125rem !important;
    padding-right: 23.125rem !important;
}
.py-370 {
    padding-top: 23.125rem !important;
    padding-bottom: 23.125rem !important;
}

.p-375 {
    padding: 23.438rem !important;
}
.pt-375 {
    padding-top: 23.438rem !important;
}
.pr-375 {
    padding-right: 23.438rem !important;
}
.pb-375 {
    padding-bottom: 23.438rem !important;
}
.pl-375 {
    padding-left: 23.438rem !important;
}
.px-375 {
    padding-left: 23.438rem !important;
    padding-right: 23.438rem !important;
}
.py-375 {
    padding-top: 23.438rem !important;
    padding-bottom: 23.438rem !important;
}

.p-380 {
    padding: 23.75rem !important;
}
.pt-380 {
    padding-top: 23.75rem !important;
}
.pr-380 {
    padding-right: 23.75rem !important;
}
.pb-380 {
    padding-bottom: 23.75rem !important;
}
.pl-380 {
    padding-left: 23.75rem !important;
}
.px-380 {
    padding-left: 23.75rem !important;
    padding-right: 23.75rem !important;
}
.py-380 {
    padding-top: 23.75rem !important;
    padding-bottom: 23.75rem !important;
}

.p-385 {
    padding: 24.062rem !important;
}
.pt-385 {
    padding-top: 24.062rem !important;
}
.pr-385 {
    padding-right: 24.062rem !important;
}
.pb-385 {
    padding-bottom: 24.062rem !important;
}
.pl-385 {
    padding-left: 24.062rem !important;
}
.px-385 {
    padding-left: 24.062rem !important;
    padding-right: 24.062rem !important;
}
.py-385 {
    padding-top: 24.062rem !important;
    padding-bottom: 24.062rem !important;
}

.p-390 {
    padding: 24.375rem !important;
}
.pt-390 {
    padding-top: 24.375rem !important;
}
.pr-390 {
    padding-right: 24.375rem !important;
}
.pb-390 {
    padding-bottom: 24.375rem !important;
}
.pl-390 {
    padding-left: 24.375rem !important;
}
.px-390 {
    padding-left: 24.375rem !important;
    padding-right: 24.375rem !important;
}
.py-390 {
    padding-top: 24.375rem !important;
    padding-bottom: 24.375rem !important;
}

.p-395 {
    padding: 24.688rem !important;
}
.pt-395 {
    padding-top: 24.688rem !important;
}
.pr-395 {
    padding-right: 24.688rem !important;
}
.pb-395 {
    padding-bottom: 24.688rem !important;
}
.pl-395 {
    padding-left: 24.688rem !important;
}
.px-395 {
    padding-left: 24.688rem !important;
    padding-right: 24.688rem !important;
}
.py-395 {
    padding-top: 24.688rem !important;
    padding-bottom: 24.688rem !important;
}

.p-400 {
    padding: 25rem !important;
}
.pt-400 {
    padding-top: 25rem !important;
}
.pr-400 {
    padding-right: 25rem !important;
}
.pb-400 {
    padding-bottom: 25rem !important;
}
.pl-400 {
    padding-left: 25rem !important;
}
.px-400 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
}
.py-400 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
}

.p-405 {
    padding: 25.312rem !important;
}
.pt-405 {
    padding-top: 25.312rem !important;
}
.pr-405 {
    padding-right: 25.312rem !important;
}
.pb-405 {
    padding-bottom: 25.312rem !important;
}
.pl-405 {
    padding-left: 25.312rem !important;
}
.px-405 {
    padding-left: 25.312rem !important;
    padding-right: 25.312rem !important;
}
.py-405 {
    padding-top: 25.312rem !important;
    padding-bottom: 25.312rem !important;
}

.p-410 {
    padding: 25.625rem !important;
}
.pt-410 {
    padding-top: 25.625rem !important;
}
.pr-410 {
    padding-right: 25.625rem !important;
}
.pb-410 {
    padding-bottom: 25.625rem !important;
}
.pl-410 {
    padding-left: 25.625rem !important;
}
.px-410 {
    padding-left: 25.625rem !important;
    padding-right: 25.625rem !important;
}
.py-410 {
    padding-top: 25.625rem !important;
    padding-bottom: 25.625rem !important;
}

.p-415 {
    padding: 25.938rem !important;
}
.pt-415 {
    padding-top: 25.938rem !important;
}
.pr-415 {
    padding-right: 25.938rem !important;
}
.pb-415 {
    padding-bottom: 25.938rem !important;
}
.pl-415 {
    padding-left: 25.938rem !important;
}
.px-415 {
    padding-left: 25.938rem !important;
    padding-right: 25.938rem !important;
}
.py-415 {
    padding-top: 25.938rem !important;
    padding-bottom: 25.938rem !important;
}

.p-420 {
    padding: 26.25rem !important;
}
.pt-420 {
    padding-top: 26.25rem !important;
}
.pr-420 {
    padding-right: 26.25rem !important;
}
.pb-420 {
    padding-bottom: 26.25rem !important;
}
.pl-420 {
    padding-left: 26.25rem !important;
}
.px-420 {
    padding-left: 26.25rem !important;
    padding-right: 26.25rem !important;
}
.py-420 {
    padding-top: 26.25rem !important;
    padding-bottom: 26.25rem !important;
}

.p-425 {
    padding: 26.562rem !important;
}
.pt-425 {
    padding-top: 26.562rem !important;
}
.pr-425 {
    padding-right: 26.562rem !important;
}
.pb-425 {
    padding-bottom: 26.562rem !important;
}
.pl-425 {
    padding-left: 26.562rem !important;
}
.px-425 {
    padding-left: 26.562rem !important;
    padding-right: 26.562rem !important;
}
.py-425 {
    padding-top: 26.562rem !important;
    padding-bottom: 26.562rem !important;
}

.p-430 {
    padding: 26.875rem !important;
}
.pt-430 {
    padding-top: 26.875rem !important;
}
.pr-430 {
    padding-right: 26.875rem !important;
}
.pb-430 {
    padding-bottom: 26.875rem !important;
}
.pl-430 {
    padding-left: 26.875rem !important;
}
.px-430 {
    padding-left: 26.875rem !important;
    padding-right: 26.875rem !important;
}
.py-430 {
    padding-top: 26.875rem !important;
    padding-bottom: 26.875rem !important;
}

.p-435 {
    padding: 27.188rem !important;
}
.pt-435 {
    padding-top: 27.188rem !important;
}
.pr-435 {
    padding-right: 27.188rem !important;
}
.pb-435 {
    padding-bottom: 27.188rem !important;
}
.pl-435 {
    padding-left: 27.188rem !important;
}
.px-435 {
    padding-left: 27.188rem !important;
    padding-right: 27.188rem !important;
}
.py-435 {
    padding-top: 27.188rem !important;
    padding-bottom: 27.188rem !important;
}

.p-440 {
    padding: 27.5rem !important;
}
.pt-440 {
    padding-top: 27.5rem !important;
}
.pr-440 {
    padding-right: 27.5rem !important;
}
.pb-440 {
    padding-bottom: 27.5rem !important;
}
.pl-440 {
    padding-left: 27.5rem !important;
}
.px-440 {
    padding-left: 27.5rem !important;
    padding-right: 27.5rem !important;
}
.py-440 {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
}

.p-445 {
    padding: 27.812rem !important;
}
.pt-445 {
    padding-top: 27.812rem !important;
}
.pr-445 {
    padding-right: 27.812rem !important;
}
.pb-445 {
    padding-bottom: 27.812rem !important;
}
.pl-445 {
    padding-left: 27.812rem !important;
}
.px-445 {
    padding-left: 27.812rem !important;
    padding-right: 27.812rem !important;
}
.py-445 {
    padding-top: 27.812rem !important;
    padding-bottom: 27.812rem !important;
}

.p-450 {
    padding: 28.125rem !important;
}
.pt-450 {
    padding-top: 28.125rem !important;
}
.pr-450 {
    padding-right: 28.125rem !important;
}
.pb-450 {
    padding-bottom: 28.125rem !important;
}
.pl-450 {
    padding-left: 28.125rem !important;
}
.px-450 {
    padding-left: 28.125rem !important;
    padding-right: 28.125rem !important;
}
.py-450 {
    padding-top: 28.125rem !important;
    padding-bottom: 28.125rem !important;
}

.p-455 {
    padding: 28.438rem !important;
}
.pt-455 {
    padding-top: 28.438rem !important;
}
.pr-455 {
    padding-right: 28.438rem !important;
}
.pb-455 {
    padding-bottom: 28.438rem !important;
}
.pl-455 {
    padding-left: 28.438rem !important;
}
.px-455 {
    padding-left: 28.438rem !important;
    padding-right: 28.438rem !important;
}
.py-455 {
    padding-top: 28.438rem !important;
    padding-bottom: 28.438rem !important;
}

.p-460 {
    padding: 28.75rem !important;
}
.pt-460 {
    padding-top: 28.75rem !important;
}
.pr-460 {
    padding-right: 28.75rem !important;
}
.pb-460 {
    padding-bottom: 28.75rem !important;
}
.pl-460 {
    padding-left: 28.75rem !important;
}
.px-460 {
    padding-left: 28.75rem !important;
    padding-right: 28.75rem !important;
}
.py-460 {
    padding-top: 28.75rem !important;
    padding-bottom: 28.75rem !important;
}

.p-465 {
    padding: 29.062rem !important;
}
.pt-465 {
    padding-top: 29.062rem !important;
}
.pr-465 {
    padding-right: 29.062rem !important;
}
.pb-465 {
    padding-bottom: 29.062rem !important;
}
.pl-465 {
    padding-left: 29.062rem !important;
}
.px-465 {
    padding-left: 29.062rem !important;
    padding-right: 29.062rem !important;
}
.py-465 {
    padding-top: 29.062rem !important;
    padding-bottom: 29.062rem !important;
}

.p-470 {
    padding: 29.375rem !important;
}
.pt-470 {
    padding-top: 29.375rem !important;
}
.pr-470 {
    padding-right: 29.375rem !important;
}
.pb-470 {
    padding-bottom: 29.375rem !important;
}
.pl-470 {
    padding-left: 29.375rem !important;
}
.px-470 {
    padding-left: 29.375rem !important;
    padding-right: 29.375rem !important;
}
.py-470 {
    padding-top: 29.375rem !important;
    padding-bottom: 29.375rem !important;
}

.p-475 {
    padding: 29.688rem !important;
}
.pt-475 {
    padding-top: 29.688rem !important;
}
.pr-475 {
    padding-right: 29.688rem !important;
}
.pb-475 {
    padding-bottom: 29.688rem !important;
}
.pl-475 {
    padding-left: 29.688rem !important;
}
.px-475 {
    padding-left: 29.688rem !important;
    padding-right: 29.688rem !important;
}
.py-475 {
    padding-top: 29.688rem !important;
    padding-bottom: 29.688rem !important;
}

.p-480 {
    padding: 30rem !important;
}
.pt-480 {
    padding-top: 30rem !important;
}
.pr-480 {
    padding-right: 30rem !important;
}
.pb-480 {
    padding-bottom: 30rem !important;
}
.pl-480 {
    padding-left: 30rem !important;
}
.px-480 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
}
.py-480 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
}

.p-485 {
    padding: 30.312rem !important;
}
.pt-485 {
    padding-top: 30.312rem !important;
}
.pr-485 {
    padding-right: 30.312rem !important;
}
.pb-485 {
    padding-bottom: 30.312rem !important;
}
.pl-485 {
    padding-left: 30.312rem !important;
}
.px-485 {
    padding-left: 30.312rem !important;
    padding-right: 30.312rem !important;
}
.py-485 {
    padding-top: 30.312rem !important;
    padding-bottom: 30.312rem !important;
}

.p-490 {
    padding: 30.625rem !important;
}
.pt-490 {
    padding-top: 30.625rem !important;
}
.pr-490 {
    padding-right: 30.625rem !important;
}
.pb-490 {
    padding-bottom: 30.625rem !important;
}
.pl-490 {
    padding-left: 30.625rem !important;
}
.px-490 {
    padding-left: 30.625rem !important;
    padding-right: 30.625rem !important;
}
.py-490 {
    padding-top: 30.625rem !important;
    padding-bottom: 30.625rem !important;
}

.p-495 {
    padding: 30.938rem !important;
}
.pt-495 {
    padding-top: 30.938rem !important;
}
.pr-495 {
    padding-right: 30.938rem !important;
}
.pb-495 {
    padding-bottom: 30.938rem !important;
}
.pl-495 {
    padding-left: 30.938rem !important;
}
.px-495 {
    padding-left: 30.938rem !important;
    padding-right: 30.938rem !important;
}
.py-495 {
    padding-top: 30.938rem !important;
    padding-bottom: 30.938rem !important;
}

.p-500 {
    padding: 31.25rem !important;
}
.pt-500 {
    padding-top: 31.25rem !important;
}
.pr-500 {
    padding-right: 31.25rem !important;
}
.pb-500 {
    padding-bottom: 31.25rem !important;
}
.pl-500 {
    padding-left: 31.25rem !important;
}
.px-500 {
    padding-left: 31.25rem !important;
    padding-right: 31.25rem !important;
}
.py-500 {
    padding-top: 31.25rem !important;
    padding-bottom: 31.25rem !important;
}

.p-505 {
    padding: 31.562rem !important;
}
.pt-505 {
    padding-top: 31.562rem !important;
}
.pr-505 {
    padding-right: 31.562rem !important;
}
.pb-505 {
    padding-bottom: 31.562rem !important;
}
.pl-505 {
    padding-left: 31.562rem !important;
}
.px-505 {
    padding-left: 31.562rem !important;
    padding-right: 31.562rem !important;
}
.py-505 {
    padding-top: 31.562rem !important;
    padding-bottom: 31.562rem !important;
}

.p-510 {
    padding: 31.875rem !important;
}
.pt-510 {
    padding-top: 31.875rem !important;
}
.pr-510 {
    padding-right: 31.875rem !important;
}
.pb-510 {
    padding-bottom: 31.875rem !important;
}
.pl-510 {
    padding-left: 31.875rem !important;
}
.px-510 {
    padding-left: 31.875rem !important;
    padding-right: 31.875rem !important;
}
.py-510 {
    padding-top: 31.875rem !important;
    padding-bottom: 31.875rem !important;
}

.p-515 {
    padding: 32.188rem !important;
}
.pt-515 {
    padding-top: 32.188rem !important;
}
.pr-515 {
    padding-right: 32.188rem !important;
}
.pb-515 {
    padding-bottom: 32.188rem !important;
}
.pl-515 {
    padding-left: 32.188rem !important;
}
.px-515 {
    padding-left: 32.188rem !important;
    padding-right: 32.188rem !important;
}
.py-515 {
    padding-top: 32.188rem !important;
    padding-bottom: 32.188rem !important;
}

.p-520 {
    padding: 32.5rem !important;
}
.pt-520 {
    padding-top: 32.5rem !important;
}
.pr-520 {
    padding-right: 32.5rem !important;
}
.pb-520 {
    padding-bottom: 32.5rem !important;
}
.pl-520 {
    padding-left: 32.5rem !important;
}
.px-520 {
    padding-left: 32.5rem !important;
    padding-right: 32.5rem !important;
}
.py-520 {
    padding-top: 32.5rem !important;
    padding-bottom: 32.5rem !important;
}

.p-525 {
    padding: 32.812rem !important;
}
.pt-525 {
    padding-top: 32.812rem !important;
}
.pr-525 {
    padding-right: 32.812rem !important;
}
.pb-525 {
    padding-bottom: 32.812rem !important;
}
.pl-525 {
    padding-left: 32.812rem !important;
}
.px-525 {
    padding-left: 32.812rem !important;
    padding-right: 32.812rem !important;
}
.py-525 {
    padding-top: 32.812rem !important;
    padding-bottom: 32.812rem !important;
}

.p-530 {
    padding: 33.125rem !important;
}
.pt-530 {
    padding-top: 33.125rem !important;
}
.pr-530 {
    padding-right: 33.125rem !important;
}
.pb-530 {
    padding-bottom: 33.125rem !important;
}
.pl-530 {
    padding-left: 33.125rem !important;
}
.px-530 {
    padding-left: 33.125rem !important;
    padding-right: 33.125rem !important;
}
.py-530 {
    padding-top: 33.125rem !important;
    padding-bottom: 33.125rem !important;
}

.p-535 {
    padding: 33.438rem !important;
}
.pt-535 {
    padding-top: 33.438rem !important;
}
.pr-535 {
    padding-right: 33.438rem !important;
}
.pb-535 {
    padding-bottom: 33.438rem !important;
}
.pl-535 {
    padding-left: 33.438rem !important;
}
.px-535 {
    padding-left: 33.438rem !important;
    padding-right: 33.438rem !important;
}
.py-535 {
    padding-top: 33.438rem !important;
    padding-bottom: 33.438rem !important;
}

.p-540 {
    padding: 33.75rem !important;
}
.pt-540 {
    padding-top: 33.75rem !important;
}
.pr-540 {
    padding-right: 33.75rem !important;
}
.pb-540 {
    padding-bottom: 33.75rem !important;
}
.pl-540 {
    padding-left: 33.75rem !important;
}
.px-540 {
    padding-left: 33.75rem !important;
    padding-right: 33.75rem !important;
}
.py-540 {
    padding-top: 33.75rem !important;
    padding-bottom: 33.75rem !important;
}

.p-545 {
    padding: 34.062rem !important;
}
.pt-545 {
    padding-top: 34.062rem !important;
}
.pr-545 {
    padding-right: 34.062rem !important;
}
.pb-545 {
    padding-bottom: 34.062rem !important;
}
.pl-545 {
    padding-left: 34.062rem !important;
}
.px-545 {
    padding-left: 34.062rem !important;
    padding-right: 34.062rem !important;
}
.py-545 {
    padding-top: 34.062rem !important;
    padding-bottom: 34.062rem !important;
}

.p-550 {
    padding: 34.375rem !important;
}
.pt-550 {
    padding-top: 34.375rem !important;
}
.pr-550 {
    padding-right: 34.375rem !important;
}
.pb-550 {
    padding-bottom: 34.375rem !important;
}
.pl-550 {
    padding-left: 34.375rem !important;
}
.px-550 {
    padding-left: 34.375rem !important;
    padding-right: 34.375rem !important;
}
.py-550 {
    padding-top: 34.375rem !important;
    padding-bottom: 34.375rem !important;
}

.p-555 {
    padding: 34.688rem !important;
}
.pt-555 {
    padding-top: 34.688rem !important;
}
.pr-555 {
    padding-right: 34.688rem !important;
}
.pb-555 {
    padding-bottom: 34.688rem !important;
}
.pl-555 {
    padding-left: 34.688rem !important;
}
.px-555 {
    padding-left: 34.688rem !important;
    padding-right: 34.688rem !important;
}
.py-555 {
    padding-top: 34.688rem !important;
    padding-bottom: 34.688rem !important;
}

.p-560 {
    padding: 35rem !important;
}
.pt-560 {
    padding-top: 35rem !important;
}
.pr-560 {
    padding-right: 35rem !important;
}
.pb-560 {
    padding-bottom: 35rem !important;
}
.pl-560 {
    padding-left: 35rem !important;
}
.px-560 {
    padding-left: 35rem !important;
    padding-right: 35rem !important;
}
.py-560 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
}

.p-565 {
    padding: 35.312rem !important;
}
.pt-565 {
    padding-top: 35.312rem !important;
}
.pr-565 {
    padding-right: 35.312rem !important;
}
.pb-565 {
    padding-bottom: 35.312rem !important;
}
.pl-565 {
    padding-left: 35.312rem !important;
}
.px-565 {
    padding-left: 35.312rem !important;
    padding-right: 35.312rem !important;
}
.py-565 {
    padding-top: 35.312rem !important;
    padding-bottom: 35.312rem !important;
}

.p-570 {
    padding: 35.625rem !important;
}
.pt-570 {
    padding-top: 35.625rem !important;
}
.pr-570 {
    padding-right: 35.625rem !important;
}
.pb-570 {
    padding-bottom: 35.625rem !important;
}
.pl-570 {
    padding-left: 35.625rem !important;
}
.px-570 {
    padding-left: 35.625rem !important;
    padding-right: 35.625rem !important;
}
.py-570 {
    padding-top: 35.625rem !important;
    padding-bottom: 35.625rem !important;
}

.p-575 {
    padding: 35.938rem !important;
}
.pt-575 {
    padding-top: 35.938rem !important;
}
.pr-575 {
    padding-right: 35.938rem !important;
}
.pb-575 {
    padding-bottom: 35.938rem !important;
}
.pl-575 {
    padding-left: 35.938rem !important;
}
.px-575 {
    padding-left: 35.938rem !important;
    padding-right: 35.938rem !important;
}
.py-575 {
    padding-top: 35.938rem !important;
    padding-bottom: 35.938rem !important;
}

.p-580 {
    padding: 36.25rem !important;
}
.pt-580 {
    padding-top: 36.25rem !important;
}
.pr-580 {
    padding-right: 36.25rem !important;
}
.pb-580 {
    padding-bottom: 36.25rem !important;
}
.pl-580 {
    padding-left: 36.25rem !important;
}
.px-580 {
    padding-left: 36.25rem !important;
    padding-right: 36.25rem !important;
}
.py-580 {
    padding-top: 36.25rem !important;
    padding-bottom: 36.25rem !important;
}

.p-585 {
    padding: 36.562rem !important;
}
.pt-585 {
    padding-top: 36.562rem !important;
}
.pr-585 {
    padding-right: 36.562rem !important;
}
.pb-585 {
    padding-bottom: 36.562rem !important;
}
.pl-585 {
    padding-left: 36.562rem !important;
}
.px-585 {
    padding-left: 36.562rem !important;
    padding-right: 36.562rem !important;
}
.py-585 {
    padding-top: 36.562rem !important;
    padding-bottom: 36.562rem !important;
}

.p-590 {
    padding: 36.875rem !important;
}
.pt-590 {
    padding-top: 36.875rem !important;
}
.pr-590 {
    padding-right: 36.875rem !important;
}
.pb-590 {
    padding-bottom: 36.875rem !important;
}
.pl-590 {
    padding-left: 36.875rem !important;
}
.px-590 {
    padding-left: 36.875rem !important;
    padding-right: 36.875rem !important;
}
.py-590 {
    padding-top: 36.875rem !important;
    padding-bottom: 36.875rem !important;
}

.p-595 {
    padding: 37.188rem !important;
}
.pt-595 {
    padding-top: 37.188rem !important;
}
.pr-595 {
    padding-right: 37.188rem !important;
}
.pb-595 {
    padding-bottom: 37.188rem !important;
}
.pl-595 {
    padding-left: 37.188rem !important;
}
.px-595 {
    padding-left: 37.188rem !important;
    padding-right: 37.188rem !important;
}
.py-595 {
    padding-top: 37.188rem !important;
    padding-bottom: 37.188rem !important;
}

.p-600 {
    padding: 37.5rem !important;
}
.pt-600 {
    padding-top: 37.5rem !important;
}
.pr-600 {
    padding-right: 37.5rem !important;
}
.pb-600 {
    padding-bottom: 37.5rem !important;
}
.pl-600 {
    padding-left: 37.5rem !important;
}
.px-600 {
    padding-left: 37.5rem !important;
    padding-right: 37.5rem !important;
}
.py-600 {
    padding-top: 37.5rem !important;
    padding-bottom: 37.5rem !important;
}

.m-10 {
    margin: 0.625rem !important;
}
.mt-10 {
    margin-top: 0.625rem !important;
}
.mr-10 {
    margin-right: 0.625rem !important;
}
.mb-10 {
    margin-bottom: 0.625rem !important;
}
.ml-10 {
    margin-left: 0.625rem !important;
}
.mx-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
}
.my-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
}

.m-15 {
    margin: 0.9375rem !important;
}
.mt-15 {
    margin-top: 0.9375rem !important;
}
.mr-15 {
    margin-right: 0.9375rem !important;
}
.mb-15 {
    margin-bottom: 0.9375rem !important;
}
.ml-15 {
    margin-left: 0.9375rem !important;
}
.mx-15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
}
.my-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
}

.m-20 {
    margin: 1.25rem !important;
}
.mt-20 {
    margin-top: 1.25rem !important;
}
.mr-20 {
    margin-right: 1.25rem !important;
}
.mb-20 {
    margin-bottom: 1.25rem !important;
}
.ml-20 {
    margin-left: 1.25rem !important;
}
.mx-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}
.my-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.m-25 {
    margin: 1.562rem !important;
}
.mt-25 {
    margin-top: 1.562rem !important;
}
.mr-25 {
    margin-right: 1.562rem !important;
}
.mb-25 {
    margin-bottom: 1.562rem !important;
}
.ml-25 {
    margin-left: 1.562rem !important;
}
.mx-25 {
    margin-left: 1.562rem !important;
    margin-right: 1.562rem !important;
}
.my-25 {
    margin-top: 1.562rem !important;
    margin-bottom: 1.562rem !important;
}

.m-30 {
    margin: 1.875rem !important;
}
.mt-30 {
    margin-top: 1.875rem !important;
}
.mr-30 {
    margin-right: 1.875rem !important;
}
.mb-30 {
    margin-bottom: 1.875rem !important;
}
.ml-30 {
    margin-left: 1.875rem !important;
}
.mx-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
}
.my-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
}

.m-35 {
    margin: 2.188rem !important;
}
.mt-35 {
    margin-top: 2.188rem !important;
}
.mr-35 {
    margin-right: 2.188rem !important;
}
.mb-35 {
    margin-bottom: 2.188rem !important;
}
.ml-35 {
    margin-left: 2.188rem !important;
}
.mx-35 {
    margin-left: 2.188rem !important;
    margin-right: 2.188rem !important;
}
.my-35 {
    margin-top: 2.188rem !important;
    margin-bottom: 2.188rem !important;
}

.m-40 {
    margin: 2.5rem !important;
}
.mt-40 {
    margin-top: 2.5rem !important;
}
.mr-40 {
    margin-right: 2.5rem !important;
}
.mb-40 {
    margin-bottom: 2.5rem !important;
}
.ml-40 {
    margin-left: 2.5rem !important;
}
.mx-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}
.my-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.m-45 {
    margin: 2.812rem !important;
}
.mt-45 {
    margin-top: 2.812rem !important;
}
.mr-45 {
    margin-right: 2.812rem !important;
}
.mb-45 {
    margin-bottom: 2.812rem !important;
}
.ml-45 {
    margin-left: 2.812rem !important;
}
.mx-45 {
    margin-left: 2.812rem !important;
    margin-right: 2.812rem !important;
}
.my-45 {
    margin-top: 2.812rem !important;
    margin-bottom: 2.812rem !important;
}

.m-50 {
    margin: 3.125rem !important;
}
.mt-50 {
    margin-top: 3.125rem !important;
}
.mr-50 {
    margin-right: 3.125rem !important;
}
.mb-50 {
    margin-bottom: 3.125rem !important;
}
.ml-50 {
    margin-left: 3.125rem !important;
}
.mx-50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
}
.my-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
}

.m-55 {
    margin: 3.438rem !important;
}
.mt-55 {
    margin-top: 3.438rem !important;
}
.mr-55 {
    margin-right: 3.438rem !important;
}
.mb-55 {
    margin-bottom: 3.438rem !important;
}
.ml-55 {
    margin-left: 3.438rem !important;
}
.mx-55 {
    margin-left: 3.438rem !important;
    margin-right: 3.438rem !important;
}
.my-55 {
    margin-top: 3.438rem !important;
    margin-bottom: 3.438rem !important;
}

.m-60 {
    margin: 3.75rem !important;
}
.mt-60 {
    margin-top: 3.75rem !important;
}
.mr-60 {
    margin-right: 3.75rem !important;
}
.mb-60 {
    margin-bottom: 3.75rem !important;
}
.ml-60 {
    margin-left: 3.75rem !important;
}
.mx-60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
}
.my-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
}

.m-65 {
    margin: 4.062rem !important;
}
.mt-65 {
    margin-top: 4.062rem !important;
}
.mr-65 {
    margin-right: 4.062rem !important;
}
.mb-65 {
    margin-bottom: 4.062rem !important;
}
.ml-65 {
    margin-left: 4.062rem !important;
}
.mx-65 {
    margin-left: 4.062rem !important;
    margin-right: 4.062rem !important;
}
.my-65 {
    margin-top: 4.062rem !important;
    margin-bottom: 4.062rem !important;
}

.m-70 {
    margin: 4.375rem !important;
}
.mt-70 {
    margin-top: 4.375rem !important;
}
.mr-70 {
    margin-right: 4.375rem !important;
}
.mb-70 {
    margin-bottom: 4.375rem !important;
}
.ml-70 {
    margin-left: 4.375rem !important;
}
.mx-70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important;
}
.my-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
}

.m-75 {
    margin: 4.688rem !important;
}
.mt-75 {
    margin-top: 4.688rem !important;
}
.mr-75 {
    margin-right: 4.688rem !important;
}
.mb-75 {
    margin-bottom: 4.688rem !important;
}
.ml-75 {
    margin-left: 4.688rem !important;
}
.mx-75 {
    margin-left: 4.688rem !important;
    margin-right: 4.688rem !important;
}
.my-75 {
    margin-top: 4.688rem !important;
    margin-bottom: 4.688rem !important;
}

.m-80 {
    margin: 5rem !important;
}
.mt-80 {
    margin-top: 5rem !important;
}
.mr-80 {
    margin-right: 5rem !important;
}
.mb-80 {
    margin-bottom: 5rem !important;
}
.ml-80 {
    margin-left: 5rem !important;
}
.mx-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}
.my-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.m-85 {
    margin: 5.312rem !important;
}
.mt-85 {
    margin-top: 5.312rem !important;
}
.mr-85 {
    margin-right: 5.312rem !important;
}
.mb-85 {
    margin-bottom: 5.312rem !important;
}
.ml-85 {
    margin-left: 5.312rem !important;
}
.mx-85 {
    margin-left: 5.312rem !important;
    margin-right: 5.312rem !important;
}
.my-85 {
    margin-top: 5.312rem !important;
    margin-bottom: 5.312rem !important;
}

.m-90 {
    margin: 5.625rem !important;
}
.mt-90 {
    margin-top: 5.625rem !important;
}
.mr-90 {
    margin-right: 5.625rem !important;
}
.mb-90 {
    margin-bottom: 5.625rem !important;
}
.ml-90 {
    margin-left: 5.625rem !important;
}
.mx-90 {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important;
}
.my-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
}

.m-95 {
    margin: 5.938rem !important;
}
.mt-95 {
    margin-top: 5.938rem !important;
}
.mr-95 {
    margin-right: 5.938rem !important;
}
.mb-95 {
    margin-bottom: 5.938rem !important;
}
.ml-95 {
    margin-left: 5.938rem !important;
}
.mx-95 {
    margin-left: 5.938rem !important;
    margin-right: 5.938rem !important;
}
.my-95 {
    margin-top: 5.938rem !important;
    margin-bottom: 5.938rem !important;
}

.m-100 {
    margin: 6.25rem !important;
}
.mt-100 {
    margin-top: 6.25rem !important;
}
.mr-100 {
    margin-right: 6.25rem !important;
}
.mb-100 {
    margin-bottom: 6.25rem !important;
}
.ml-100 {
    margin-left: 6.25rem !important;
}
.mx-100 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
}
.my-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
}

.m-105 {
    margin: 6.562rem !important;
}
.mt-105 {
    margin-top: 6.562rem !important;
}
.mr-105 {
    margin-right: 6.562rem !important;
}
.mb-105 {
    margin-bottom: 6.562rem !important;
}
.ml-105 {
    margin-left: 6.562rem !important;
}
.mx-105 {
    margin-left: 6.562rem !important;
    margin-right: 6.562rem !important;
}
.my-105 {
    margin-top: 6.562rem !important;
    margin-bottom: 6.562rem !important;
}

.m-110 {
    margin: 6.875rem !important;
}
.mt-110 {
    margin-top: 6.875rem !important;
}
.mr-110 {
    margin-right: 6.875rem !important;
}
.mb-110 {
    margin-bottom: 6.875rem !important;
}
.ml-110 {
    margin-left: 6.875rem !important;
}
.mx-110 {
    margin-left: 6.875rem !important;
    margin-right: 6.875rem !important;
}
.my-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
}

.m-115 {
    margin: 7.188rem !important;
}
.mt-115 {
    margin-top: 7.188rem !important;
}
.mr-115 {
    margin-right: 7.188rem !important;
}
.mb-115 {
    margin-bottom: 7.188rem !important;
}
.ml-115 {
    margin-left: 7.188rem !important;
}
.mx-115 {
    margin-left: 7.188rem !important;
    margin-right: 7.188rem !important;
}
.my-115 {
    margin-top: 7.188rem !important;
    margin-bottom: 7.188rem !important;
}

.m-120 {
    margin: 7.5rem !important;
}
.mt-120 {
    margin-top: 7.5rem !important;
}
.mr-120 {
    margin-right: 7.5rem !important;
}
.mb-120 {
    margin-bottom: 7.5rem !important;
}
.ml-120 {
    margin-left: 7.5rem !important;
}
.mx-120 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
}
.my-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
}

.m-125 {
    margin: 7.812rem !important;
}
.mt-125 {
    margin-top: 7.812rem !important;
}
.mr-125 {
    margin-right: 7.812rem !important;
}
.mb-125 {
    margin-bottom: 7.812rem !important;
}
.ml-125 {
    margin-left: 7.812rem !important;
}
.mx-125 {
    margin-left: 7.812rem !important;
    margin-right: 7.812rem !important;
}
.my-125 {
    margin-top: 7.812rem !important;
    margin-bottom: 7.812rem !important;
}

.m-130 {
    margin: 8.125rem !important;
}
.mt-130 {
    margin-top: 8.125rem !important;
}
.mr-130 {
    margin-right: 8.125rem !important;
}
.mb-130 {
    margin-bottom: 8.125rem !important;
}
.ml-130 {
    margin-left: 8.125rem !important;
}
.mx-130 {
    margin-left: 8.125rem !important;
    margin-right: 8.125rem !important;
}
.my-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
}

.m-135 {
    margin: 8.438rem !important;
}
.mt-135 {
    margin-top: 8.438rem !important;
}
.mr-135 {
    margin-right: 8.438rem !important;
}
.mb-135 {
    margin-bottom: 8.438rem !important;
}
.ml-135 {
    margin-left: 8.438rem !important;
}
.mx-135 {
    margin-left: 8.438rem !important;
    margin-right: 8.438rem !important;
}
.my-135 {
    margin-top: 8.438rem !important;
    margin-bottom: 8.438rem !important;
}

.m-140 {
    margin: 8.75rem !important;
}
.mt-140 {
    margin-top: 8.75rem !important;
}
.mr-140 {
    margin-right: 8.75rem !important;
}
.mb-140 {
    margin-bottom: 8.75rem !important;
}
.ml-140 {
    margin-left: 8.75rem !important;
}
.mx-140 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
}
.my-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
}

.m-145 {
    margin: 9.062rem !important;
}
.mt-145 {
    margin-top: 9.062rem !important;
}
.mr-145 {
    margin-right: 9.062rem !important;
}
.mb-145 {
    margin-bottom: 9.062rem !important;
}
.ml-145 {
    margin-left: 9.062rem !important;
}
.mx-145 {
    margin-left: 9.062rem !important;
    margin-right: 9.062rem !important;
}
.my-145 {
    margin-top: 9.062rem !important;
    margin-bottom: 9.062rem !important;
}

.m-150 {
    margin: 9.375rem !important;
}
.mt-150 {
    margin-top: 9.375rem !important;
}
.mr-150 {
    margin-right: 9.375rem !important;
}
.mb-150 {
    margin-bottom: 9.375rem !important;
}
.ml-150 {
    margin-left: 9.375rem !important;
}
.mx-150 {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important;
}
.my-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
}

.m-155 {
    margin: 9.688rem !important;
}
.mt-155 {
    margin-top: 9.688rem !important;
}
.mr-155 {
    margin-right: 9.688rem !important;
}
.mb-155 {
    margin-bottom: 9.688rem !important;
}
.ml-155 {
    margin-left: 9.688rem !important;
}
.mx-155 {
    margin-left: 9.688rem !important;
    margin-right: 9.688rem !important;
}
.my-155 {
    margin-top: 9.688rem !important;
    margin-bottom: 9.688rem !important;
}

.m-160 {
    margin: 10rem !important;
}
.mt-160 {
    margin-top: 10rem !important;
}
.mr-160 {
    margin-right: 10rem !important;
}
.mb-160 {
    margin-bottom: 10rem !important;
}
.ml-160 {
    margin-left: 10rem !important;
}
.mx-160 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}
.my-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.m-165 {
    margin: 10.312rem !important;
}
.mt-165 {
    margin-top: 10.312rem !important;
}
.mr-165 {
    margin-right: 10.312rem !important;
}
.mb-165 {
    margin-bottom: 10.312rem !important;
}
.ml-165 {
    margin-left: 10.312rem !important;
}
.mx-165 {
    margin-left: 10.312rem !important;
    margin-right: 10.312rem !important;
}
.my-165 {
    margin-top: 10.312rem !important;
    margin-bottom: 10.312rem !important;
}

.m-170 {
    margin: 10.625rem !important;
}
.mt-170 {
    margin-top: 10.625rem !important;
}
.mr-170 {
    margin-right: 10.625rem !important;
}
.mb-170 {
    margin-bottom: 10.625rem !important;
}
.ml-170 {
    margin-left: 10.625rem !important;
}
.mx-170 {
    margin-left: 10.625rem !important;
    margin-right: 10.625rem !important;
}
.my-170 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
}

.m-175 {
    margin: 10.938rem !important;
}
.mt-175 {
    margin-top: 10.938rem !important;
}
.mr-175 {
    margin-right: 10.938rem !important;
}
.mb-175 {
    margin-bottom: 10.938rem !important;
}
.ml-175 {
    margin-left: 10.938rem !important;
}
.mx-175 {
    margin-left: 10.938rem !important;
    margin-right: 10.938rem !important;
}
.my-175 {
    margin-top: 10.938rem !important;
    margin-bottom: 10.938rem !important;
}

.m-180 {
    margin: 11.25rem !important;
}
.mt-180 {
    margin-top: 11.25rem !important;
}
.mr-180 {
    margin-right: 11.25rem !important;
}
.mb-180 {
    margin-bottom: 11.25rem !important;
}
.ml-180 {
    margin-left: 11.25rem !important;
}
.mx-180 {
    margin-left: 11.25rem !important;
    margin-right: 11.25rem !important;
}
.my-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
}

.m-185 {
    margin: 11.562rem !important;
}
.mt-185 {
    margin-top: 11.562rem !important;
}
.mr-185 {
    margin-right: 11.562rem !important;
}
.mb-185 {
    margin-bottom: 11.562rem !important;
}
.ml-185 {
    margin-left: 11.562rem !important;
}
.mx-185 {
    margin-left: 11.562rem !important;
    margin-right: 11.562rem !important;
}
.my-185 {
    margin-top: 11.562rem !important;
    margin-bottom: 11.562rem !important;
}

.m-190 {
    margin: 11.875rem !important;
}
.mt-190 {
    margin-top: 11.875rem !important;
}
.mr-190 {
    margin-right: 11.875rem !important;
}
.mb-190 {
    margin-bottom: 11.875rem !important;
}
.ml-190 {
    margin-left: 11.875rem !important;
}
.mx-190 {
    margin-left: 11.875rem !important;
    margin-right: 11.875rem !important;
}
.my-190 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
}

.m-195 {
    margin: 12.188rem !important;
}
.mt-195 {
    margin-top: 12.188rem !important;
}
.mr-195 {
    margin-right: 12.188rem !important;
}
.mb-195 {
    margin-bottom: 12.188rem !important;
}
.ml-195 {
    margin-left: 12.188rem !important;
}
.mx-195 {
    margin-left: 12.188rem !important;
    margin-right: 12.188rem !important;
}
.my-195 {
    margin-top: 12.188rem !important;
    margin-bottom: 12.188rem !important;
}

.m-200 {
    margin: 12.5rem !important;
}
.mt-200 {
    margin-top: 12.5rem !important;
}
.mr-200 {
    margin-right: 12.5rem !important;
}
.mb-200 {
    margin-bottom: 12.5rem !important;
}
.ml-200 {
    margin-left: 12.5rem !important;
}
.mx-200 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
}
.my-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
}

.m-205 {
    margin: 12.812rem !important;
}
.mt-205 {
    margin-top: 12.812rem !important;
}
.mr-205 {
    margin-right: 12.812rem !important;
}
.mb-205 {
    margin-bottom: 12.812rem !important;
}
.ml-205 {
    margin-left: 12.812rem !important;
}
.mx-205 {
    margin-left: 12.812rem !important;
    margin-right: 12.812rem !important;
}
.my-205 {
    margin-top: 12.812rem !important;
    margin-bottom: 12.812rem !important;
}

.m-210 {
    margin: 13.125rem !important;
}
.mt-210 {
    margin-top: 13.125rem !important;
}
.mr-210 {
    margin-right: 13.125rem !important;
}
.mb-210 {
    margin-bottom: 13.125rem !important;
}
.ml-210 {
    margin-left: 13.125rem !important;
}
.mx-210 {
    margin-left: 13.125rem !important;
    margin-right: 13.125rem !important;
}
.my-210 {
    margin-top: 13.125rem !important;
    margin-bottom: 13.125rem !important;
}

.m-215 {
    margin: 13.438rem !important;
}
.mt-215 {
    margin-top: 13.438rem !important;
}
.mr-215 {
    margin-right: 13.438rem !important;
}
.mb-215 {
    margin-bottom: 13.438rem !important;
}
.ml-215 {
    margin-left: 13.438rem !important;
}
.mx-215 {
    margin-left: 13.438rem !important;
    margin-right: 13.438rem !important;
}
.my-215 {
    margin-top: 13.438rem !important;
    margin-bottom: 13.438rem !important;
}

.m-220 {
    margin: 13.75rem !important;
}
.mt-220 {
    margin-top: 13.75rem !important;
}
.mr-220 {
    margin-right: 13.75rem !important;
}
.mb-220 {
    margin-bottom: 13.75rem !important;
}
.ml-220 {
    margin-left: 13.75rem !important;
}
.mx-220 {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
}
.my-220 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
}

.m-225 {
    margin: 14.062rem !important;
}
.mt-225 {
    margin-top: 14.062rem !important;
}
.mr-225 {
    margin-right: 14.062rem !important;
}
.mb-225 {
    margin-bottom: 14.062rem !important;
}
.ml-225 {
    margin-left: 14.062rem !important;
}
.mx-225 {
    margin-left: 14.062rem !important;
    margin-right: 14.062rem !important;
}
.my-225 {
    margin-top: 14.062rem !important;
    margin-bottom: 14.062rem !important;
}

.m-230 {
    margin: 14.375rem !important;
}
.mt-230 {
    margin-top: 14.375rem !important;
}
.mr-230 {
    margin-right: 14.375rem !important;
}
.mb-230 {
    margin-bottom: 14.375rem !important;
}
.ml-230 {
    margin-left: 14.375rem !important;
}
.mx-230 {
    margin-left: 14.375rem !important;
    margin-right: 14.375rem !important;
}
.my-230 {
    margin-top: 14.375rem !important;
    margin-bottom: 14.375rem !important;
}

.m-235 {
    margin: 14.688rem !important;
}
.mt-235 {
    margin-top: 14.688rem !important;
}
.mr-235 {
    margin-right: 14.688rem !important;
}
.mb-235 {
    margin-bottom: 14.688rem !important;
}
.ml-235 {
    margin-left: 14.688rem !important;
}
.mx-235 {
    margin-left: 14.688rem !important;
    margin-right: 14.688rem !important;
}
.my-235 {
    margin-top: 14.688rem !important;
    margin-bottom: 14.688rem !important;
}

.m-240 {
    margin: 15rem !important;
}
.mt-240 {
    margin-top: 15rem !important;
}
.mr-240 {
    margin-right: 15rem !important;
}
.mb-240 {
    margin-bottom: 15rem !important;
}
.ml-240 {
    margin-left: 15rem !important;
}
.mx-240 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
}
.my-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
}

.m-245 {
    margin: 15.312rem !important;
}
.mt-245 {
    margin-top: 15.312rem !important;
}
.mr-245 {
    margin-right: 15.312rem !important;
}
.mb-245 {
    margin-bottom: 15.312rem !important;
}
.ml-245 {
    margin-left: 15.312rem !important;
}
.mx-245 {
    margin-left: 15.312rem !important;
    margin-right: 15.312rem !important;
}
.my-245 {
    margin-top: 15.312rem !important;
    margin-bottom: 15.312rem !important;
}

.m-250 {
    margin: 15.625rem !important;
}
.mt-250 {
    margin-top: 15.625rem !important;
}
.mr-250 {
    margin-right: 15.625rem !important;
}
.mb-250 {
    margin-bottom: 15.625rem !important;
}
.ml-250 {
    margin-left: 15.625rem !important;
}
.mx-250 {
    margin-left: 15.625rem !important;
    margin-right: 15.625rem !important;
}
.my-250 {
    margin-top: 15.625rem !important;
    margin-bottom: 15.625rem !important;
}

.m-255 {
    margin: 15.938rem !important;
}
.mt-255 {
    margin-top: 15.938rem !important;
}
.mr-255 {
    margin-right: 15.938rem !important;
}
.mb-255 {
    margin-bottom: 15.938rem !important;
}
.ml-255 {
    margin-left: 15.938rem !important;
}
.mx-255 {
    margin-left: 15.938rem !important;
    margin-right: 15.938rem !important;
}
.my-255 {
    margin-top: 15.938rem !important;
    margin-bottom: 15.938rem !important;
}

.m-260 {
    margin: 16.25rem !important;
}
.mt-260 {
    margin-top: 16.25rem !important;
}
.mr-260 {
    margin-right: 16.25rem !important;
}
.mb-260 {
    margin-bottom: 16.25rem !important;
}
.ml-260 {
    margin-left: 16.25rem !important;
}
.mx-260 {
    margin-left: 16.25rem !important;
    margin-right: 16.25rem !important;
}
.my-260 {
    margin-top: 16.25rem !important;
    margin-bottom: 16.25rem !important;
}

.m-265 {
    margin: 16.562rem !important;
}
.mt-265 {
    margin-top: 16.562rem !important;
}
.mr-265 {
    margin-right: 16.562rem !important;
}
.mb-265 {
    margin-bottom: 16.562rem !important;
}
.ml-265 {
    margin-left: 16.562rem !important;
}
.mx-265 {
    margin-left: 16.562rem !important;
    margin-right: 16.562rem !important;
}
.my-265 {
    margin-top: 16.562rem !important;
    margin-bottom: 16.562rem !important;
}

.m-270 {
    margin: 16.875rem !important;
}
.mt-270 {
    margin-top: 16.875rem !important;
}
.mr-270 {
    margin-right: 16.875rem !important;
}
.mb-270 {
    margin-bottom: 16.875rem !important;
}
.ml-270 {
    margin-left: 16.875rem !important;
}
.mx-270 {
    margin-left: 16.875rem !important;
    margin-right: 16.875rem !important;
}
.my-270 {
    margin-top: 16.875rem !important;
    margin-bottom: 16.875rem !important;
}

.m-275 {
    margin: 17.188rem !important;
}
.mt-275 {
    margin-top: 17.188rem !important;
}
.mr-275 {
    margin-right: 17.188rem !important;
}
.mb-275 {
    margin-bottom: 17.188rem !important;
}
.ml-275 {
    margin-left: 17.188rem !important;
}
.mx-275 {
    margin-left: 17.188rem !important;
    margin-right: 17.188rem !important;
}
.my-275 {
    margin-top: 17.188rem !important;
    margin-bottom: 17.188rem !important;
}

.m-280 {
    margin: 17.5rem !important;
}
.mt-280 {
    margin-top: 17.5rem !important;
}
.mr-280 {
    margin-right: 17.5rem !important;
}
.mb-280 {
    margin-bottom: 17.5rem !important;
}
.ml-280 {
    margin-left: 17.5rem !important;
}
.mx-280 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important;
}
.my-280 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
}

.m-285 {
    margin: 17.812rem !important;
}
.mt-285 {
    margin-top: 17.812rem !important;
}
.mr-285 {
    margin-right: 17.812rem !important;
}
.mb-285 {
    margin-bottom: 17.812rem !important;
}
.ml-285 {
    margin-left: 17.812rem !important;
}
.mx-285 {
    margin-left: 17.812rem !important;
    margin-right: 17.812rem !important;
}
.my-285 {
    margin-top: 17.812rem !important;
    margin-bottom: 17.812rem !important;
}

.m-290 {
    margin: 18.125rem !important;
}
.mt-290 {
    margin-top: 18.125rem !important;
}
.mr-290 {
    margin-right: 18.125rem !important;
}
.mb-290 {
    margin-bottom: 18.125rem !important;
}
.ml-290 {
    margin-left: 18.125rem !important;
}
.mx-290 {
    margin-left: 18.125rem !important;
    margin-right: 18.125rem !important;
}
.my-290 {
    margin-top: 18.125rem !important;
    margin-bottom: 18.125rem !important;
}

.m-295 {
    margin: 18.438rem !important;
}
.mt-295 {
    margin-top: 18.438rem !important;
}
.mr-295 {
    margin-right: 18.438rem !important;
}
.mb-295 {
    margin-bottom: 18.438rem !important;
}
.ml-295 {
    margin-left: 18.438rem !important;
}
.mx-295 {
    margin-left: 18.438rem !important;
    margin-right: 18.438rem !important;
}
.my-295 {
    margin-top: 18.438rem !important;
    margin-bottom: 18.438rem !important;
}

.m-300 {
    margin: 18.75rem !important;
}
.mt-300 {
    margin-top: 18.75rem !important;
}
.mr-300 {
    margin-right: 18.75rem !important;
}
.mb-300 {
    margin-bottom: 18.75rem !important;
}
.ml-300 {
    margin-left: 18.75rem !important;
}
.mx-300 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important;
}
.my-300 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
}

.m-305 {
    margin: 19.062rem !important;
}
.mt-305 {
    margin-top: 19.062rem !important;
}
.mr-305 {
    margin-right: 19.062rem !important;
}
.mb-305 {
    margin-bottom: 19.062rem !important;
}
.ml-305 {
    margin-left: 19.062rem !important;
}
.mx-305 {
    margin-left: 19.062rem !important;
    margin-right: 19.062rem !important;
}
.my-305 {
    margin-top: 19.062rem !important;
    margin-bottom: 19.062rem !important;
}

.m-310 {
    margin: 19.375rem !important;
}
.mt-310 {
    margin-top: 19.375rem !important;
}
.mr-310 {
    margin-right: 19.375rem !important;
}
.mb-310 {
    margin-bottom: 19.375rem !important;
}
.ml-310 {
    margin-left: 19.375rem !important;
}
.mx-310 {
    margin-left: 19.375rem !important;
    margin-right: 19.375rem !important;
}
.my-310 {
    margin-top: 19.375rem !important;
    margin-bottom: 19.375rem !important;
}

.m-315 {
    margin: 19.688rem !important;
}
.mt-315 {
    margin-top: 19.688rem !important;
}
.mr-315 {
    margin-right: 19.688rem !important;
}
.mb-315 {
    margin-bottom: 19.688rem !important;
}
.ml-315 {
    margin-left: 19.688rem !important;
}
.mx-315 {
    margin-left: 19.688rem !important;
    margin-right: 19.688rem !important;
}
.my-315 {
    margin-top: 19.688rem !important;
    margin-bottom: 19.688rem !important;
}

.m-320 {
    margin: 20rem !important;
}
.mt-320 {
    margin-top: 20rem !important;
}
.mr-320 {
    margin-right: 20rem !important;
}
.mb-320 {
    margin-bottom: 20rem !important;
}
.ml-320 {
    margin-left: 20rem !important;
}
.mx-320 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
}
.my-320 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
}

.m-325 {
    margin: 20.312rem !important;
}
.mt-325 {
    margin-top: 20.312rem !important;
}
.mr-325 {
    margin-right: 20.312rem !important;
}
.mb-325 {
    margin-bottom: 20.312rem !important;
}
.ml-325 {
    margin-left: 20.312rem !important;
}
.mx-325 {
    margin-left: 20.312rem !important;
    margin-right: 20.312rem !important;
}
.my-325 {
    margin-top: 20.312rem !important;
    margin-bottom: 20.312rem !important;
}

.m-330 {
    margin: 20.625rem !important;
}
.mt-330 {
    margin-top: 20.625rem !important;
}
.mr-330 {
    margin-right: 20.625rem !important;
}
.mb-330 {
    margin-bottom: 20.625rem !important;
}
.ml-330 {
    margin-left: 20.625rem !important;
}
.mx-330 {
    margin-left: 20.625rem !important;
    margin-right: 20.625rem !important;
}
.my-330 {
    margin-top: 20.625rem !important;
    margin-bottom: 20.625rem !important;
}

.m-335 {
    margin: 20.938rem !important;
}
.mt-335 {
    margin-top: 20.938rem !important;
}
.mr-335 {
    margin-right: 20.938rem !important;
}
.mb-335 {
    margin-bottom: 20.938rem !important;
}
.ml-335 {
    margin-left: 20.938rem !important;
}
.mx-335 {
    margin-left: 20.938rem !important;
    margin-right: 20.938rem !important;
}
.my-335 {
    margin-top: 20.938rem !important;
    margin-bottom: 20.938rem !important;
}

.m-340 {
    margin: 21.25rem !important;
}
.mt-340 {
    margin-top: 21.25rem !important;
}
.mr-340 {
    margin-right: 21.25rem !important;
}
.mb-340 {
    margin-bottom: 21.25rem !important;
}
.ml-340 {
    margin-left: 21.25rem !important;
}
.mx-340 {
    margin-left: 21.25rem !important;
    margin-right: 21.25rem !important;
}
.my-340 {
    margin-top: 21.25rem !important;
    margin-bottom: 21.25rem !important;
}

.m-345 {
    margin: 21.562rem !important;
}
.mt-345 {
    margin-top: 21.562rem !important;
}
.mr-345 {
    margin-right: 21.562rem !important;
}
.mb-345 {
    margin-bottom: 21.562rem !important;
}
.ml-345 {
    margin-left: 21.562rem !important;
}
.mx-345 {
    margin-left: 21.562rem !important;
    margin-right: 21.562rem !important;
}
.my-345 {
    margin-top: 21.562rem !important;
    margin-bottom: 21.562rem !important;
}

.m-350 {
    margin: 21.875rem !important;
}
.mt-350 {
    margin-top: 21.875rem !important;
}
.mr-350 {
    margin-right: 21.875rem !important;
}
.mb-350 {
    margin-bottom: 21.875rem !important;
}
.ml-350 {
    margin-left: 21.875rem !important;
}
.mx-350 {
    margin-left: 21.875rem !important;
    margin-right: 21.875rem !important;
}
.my-350 {
    margin-top: 21.875rem !important;
    margin-bottom: 21.875rem !important;
}

.m-355 {
    margin: 22.188rem !important;
}
.mt-355 {
    margin-top: 22.188rem !important;
}
.mr-355 {
    margin-right: 22.188rem !important;
}
.mb-355 {
    margin-bottom: 22.188rem !important;
}
.ml-355 {
    margin-left: 22.188rem !important;
}
.mx-355 {
    margin-left: 22.188rem !important;
    margin-right: 22.188rem !important;
}
.my-355 {
    margin-top: 22.188rem !important;
    margin-bottom: 22.188rem !important;
}

.m-360 {
    margin: 22.5rem !important;
}
.mt-360 {
    margin-top: 22.5rem !important;
}
.mr-360 {
    margin-right: 22.5rem !important;
}
.mb-360 {
    margin-bottom: 22.5rem !important;
}
.ml-360 {
    margin-left: 22.5rem !important;
}
.mx-360 {
    margin-left: 22.5rem !important;
    margin-right: 22.5rem !important;
}
.my-360 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
}

.m-365 {
    margin: 22.812rem !important;
}
.mt-365 {
    margin-top: 22.812rem !important;
}
.mr-365 {
    margin-right: 22.812rem !important;
}
.mb-365 {
    margin-bottom: 22.812rem !important;
}
.ml-365 {
    margin-left: 22.812rem !important;
}
.mx-365 {
    margin-left: 22.812rem !important;
    margin-right: 22.812rem !important;
}
.my-365 {
    margin-top: 22.812rem !important;
    margin-bottom: 22.812rem !important;
}

.m-370 {
    margin: 23.125rem !important;
}
.mt-370 {
    margin-top: 23.125rem !important;
}
.mr-370 {
    margin-right: 23.125rem !important;
}
.mb-370 {
    margin-bottom: 23.125rem !important;
}
.ml-370 {
    margin-left: 23.125rem !important;
}
.mx-370 {
    margin-left: 23.125rem !important;
    margin-right: 23.125rem !important;
}
.my-370 {
    margin-top: 23.125rem !important;
    margin-bottom: 23.125rem !important;
}

.m-375 {
    margin: 23.438rem !important;
}
.mt-375 {
    margin-top: 23.438rem !important;
}
.mr-375 {
    margin-right: 23.438rem !important;
}
.mb-375 {
    margin-bottom: 23.438rem !important;
}
.ml-375 {
    margin-left: 23.438rem !important;
}
.mx-375 {
    margin-left: 23.438rem !important;
    margin-right: 23.438rem !important;
}
.my-375 {
    margin-top: 23.438rem !important;
    margin-bottom: 23.438rem !important;
}

.m-380 {
    margin: 23.75rem !important;
}
.mt-380 {
    margin-top: 23.75rem !important;
}
.mr-380 {
    margin-right: 23.75rem !important;
}
.mb-380 {
    margin-bottom: 23.75rem !important;
}
.ml-380 {
    margin-left: 23.75rem !important;
}
.mx-380 {
    margin-left: 23.75rem !important;
    margin-right: 23.75rem !important;
}
.my-380 {
    margin-top: 23.75rem !important;
    margin-bottom: 23.75rem !important;
}

.m-385 {
    margin: 24.062rem !important;
}
.mt-385 {
    margin-top: 24.062rem !important;
}
.mr-385 {
    margin-right: 24.062rem !important;
}
.mb-385 {
    margin-bottom: 24.062rem !important;
}
.ml-385 {
    margin-left: 24.062rem !important;
}
.mx-385 {
    margin-left: 24.062rem !important;
    margin-right: 24.062rem !important;
}
.my-385 {
    margin-top: 24.062rem !important;
    margin-bottom: 24.062rem !important;
}

.m-390 {
    margin: 24.375rem !important;
}
.mt-390 {
    margin-top: 24.375rem !important;
}
.mr-390 {
    margin-right: 24.375rem !important;
}
.mb-390 {
    margin-bottom: 24.375rem !important;
}
.ml-390 {
    margin-left: 24.375rem !important;
}
.mx-390 {
    margin-left: 24.375rem !important;
    margin-right: 24.375rem !important;
}
.my-390 {
    margin-top: 24.375rem !important;
    margin-bottom: 24.375rem !important;
}

.m-395 {
    margin: 24.688rem !important;
}
.mt-395 {
    margin-top: 24.688rem !important;
}
.mr-395 {
    margin-right: 24.688rem !important;
}
.mb-395 {
    margin-bottom: 24.688rem !important;
}
.ml-395 {
    margin-left: 24.688rem !important;
}
.mx-395 {
    margin-left: 24.688rem !important;
    margin-right: 24.688rem !important;
}
.my-395 {
    margin-top: 24.688rem !important;
    margin-bottom: 24.688rem !important;
}

.m-400 {
    margin: 25rem !important;
}
.mt-400 {
    margin-top: 25rem !important;
}
.mr-400 {
    margin-right: 25rem !important;
}
.mb-400 {
    margin-bottom: 25rem !important;
}
.ml-400 {
    margin-left: 25rem !important;
}
.mx-400 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
}
.my-400 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
}

.m-405 {
    margin: 25.312rem !important;
}
.mt-405 {
    margin-top: 25.312rem !important;
}
.mr-405 {
    margin-right: 25.312rem !important;
}
.mb-405 {
    margin-bottom: 25.312rem !important;
}
.ml-405 {
    margin-left: 25.312rem !important;
}
.mx-405 {
    margin-left: 25.312rem !important;
    margin-right: 25.312rem !important;
}
.my-405 {
    margin-top: 25.312rem !important;
    margin-bottom: 25.312rem !important;
}

.m-410 {
    margin: 25.625rem !important;
}
.mt-410 {
    margin-top: 25.625rem !important;
}
.mr-410 {
    margin-right: 25.625rem !important;
}
.mb-410 {
    margin-bottom: 25.625rem !important;
}
.ml-410 {
    margin-left: 25.625rem !important;
}
.mx-410 {
    margin-left: 25.625rem !important;
    margin-right: 25.625rem !important;
}
.my-410 {
    margin-top: 25.625rem !important;
    margin-bottom: 25.625rem !important;
}

.m-415 {
    margin: 25.938rem !important;
}
.mt-415 {
    margin-top: 25.938rem !important;
}
.mr-415 {
    margin-right: 25.938rem !important;
}
.mb-415 {
    margin-bottom: 25.938rem !important;
}
.ml-415 {
    margin-left: 25.938rem !important;
}
.mx-415 {
    margin-left: 25.938rem !important;
    margin-right: 25.938rem !important;
}
.my-415 {
    margin-top: 25.938rem !important;
    margin-bottom: 25.938rem !important;
}

.m-420 {
    margin: 26.25rem !important;
}
.mt-420 {
    margin-top: 26.25rem !important;
}
.mr-420 {
    margin-right: 26.25rem !important;
}
.mb-420 {
    margin-bottom: 26.25rem !important;
}
.ml-420 {
    margin-left: 26.25rem !important;
}
.mx-420 {
    margin-left: 26.25rem !important;
    margin-right: 26.25rem !important;
}
.my-420 {
    margin-top: 26.25rem !important;
    margin-bottom: 26.25rem !important;
}

.m-425 {
    margin: 26.562rem !important;
}
.mt-425 {
    margin-top: 26.562rem !important;
}
.mr-425 {
    margin-right: 26.562rem !important;
}
.mb-425 {
    margin-bottom: 26.562rem !important;
}
.ml-425 {
    margin-left: 26.562rem !important;
}
.mx-425 {
    margin-left: 26.562rem !important;
    margin-right: 26.562rem !important;
}
.my-425 {
    margin-top: 26.562rem !important;
    margin-bottom: 26.562rem !important;
}

.m-430 {
    margin: 26.875rem !important;
}
.mt-430 {
    margin-top: 26.875rem !important;
}
.mr-430 {
    margin-right: 26.875rem !important;
}
.mb-430 {
    margin-bottom: 26.875rem !important;
}
.ml-430 {
    margin-left: 26.875rem !important;
}
.mx-430 {
    margin-left: 26.875rem !important;
    margin-right: 26.875rem !important;
}
.my-430 {
    margin-top: 26.875rem !important;
    margin-bottom: 26.875rem !important;
}

.m-435 {
    margin: 27.188rem !important;
}
.mt-435 {
    margin-top: 27.188rem !important;
}
.mr-435 {
    margin-right: 27.188rem !important;
}
.mb-435 {
    margin-bottom: 27.188rem !important;
}
.ml-435 {
    margin-left: 27.188rem !important;
}
.mx-435 {
    margin-left: 27.188rem !important;
    margin-right: 27.188rem !important;
}
.my-435 {
    margin-top: 27.188rem !important;
    margin-bottom: 27.188rem !important;
}

.m-440 {
    margin: 27.5rem !important;
}
.mt-440 {
    margin-top: 27.5rem !important;
}
.mr-440 {
    margin-right: 27.5rem !important;
}
.mb-440 {
    margin-bottom: 27.5rem !important;
}
.ml-440 {
    margin-left: 27.5rem !important;
}
.mx-440 {
    margin-left: 27.5rem !important;
    margin-right: 27.5rem !important;
}
.my-440 {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
}

.m-445 {
    margin: 27.812rem !important;
}
.mt-445 {
    margin-top: 27.812rem !important;
}
.mr-445 {
    margin-right: 27.812rem !important;
}
.mb-445 {
    margin-bottom: 27.812rem !important;
}
.ml-445 {
    margin-left: 27.812rem !important;
}
.mx-445 {
    margin-left: 27.812rem !important;
    margin-right: 27.812rem !important;
}
.my-445 {
    margin-top: 27.812rem !important;
    margin-bottom: 27.812rem !important;
}

.m-450 {
    margin: 28.125rem !important;
}
.mt-450 {
    margin-top: 28.125rem !important;
}
.mr-450 {
    margin-right: 28.125rem !important;
}
.mb-450 {
    margin-bottom: 28.125rem !important;
}
.ml-450 {
    margin-left: 28.125rem !important;
}
.mx-450 {
    margin-left: 28.125rem !important;
    margin-right: 28.125rem !important;
}
.my-450 {
    margin-top: 28.125rem !important;
    margin-bottom: 28.125rem !important;
}

.m-455 {
    margin: 28.438rem !important;
}
.mt-455 {
    margin-top: 28.438rem !important;
}
.mr-455 {
    margin-right: 28.438rem !important;
}
.mb-455 {
    margin-bottom: 28.438rem !important;
}
.ml-455 {
    margin-left: 28.438rem !important;
}
.mx-455 {
    margin-left: 28.438rem !important;
    margin-right: 28.438rem !important;
}
.my-455 {
    margin-top: 28.438rem !important;
    margin-bottom: 28.438rem !important;
}

.m-460 {
    margin: 28.75rem !important;
}
.mt-460 {
    margin-top: 28.75rem !important;
}
.mr-460 {
    margin-right: 28.75rem !important;
}
.mb-460 {
    margin-bottom: 28.75rem !important;
}
.ml-460 {
    margin-left: 28.75rem !important;
}
.mx-460 {
    margin-left: 28.75rem !important;
    margin-right: 28.75rem !important;
}
.my-460 {
    margin-top: 28.75rem !important;
    margin-bottom: 28.75rem !important;
}

.m-465 {
    margin: 29.062rem !important;
}
.mt-465 {
    margin-top: 29.062rem !important;
}
.mr-465 {
    margin-right: 29.062rem !important;
}
.mb-465 {
    margin-bottom: 29.062rem !important;
}
.ml-465 {
    margin-left: 29.062rem !important;
}
.mx-465 {
    margin-left: 29.062rem !important;
    margin-right: 29.062rem !important;
}
.my-465 {
    margin-top: 29.062rem !important;
    margin-bottom: 29.062rem !important;
}

.m-470 {
    margin: 29.375rem !important;
}
.mt-470 {
    margin-top: 29.375rem !important;
}
.mr-470 {
    margin-right: 29.375rem !important;
}
.mb-470 {
    margin-bottom: 29.375rem !important;
}
.ml-470 {
    margin-left: 29.375rem !important;
}
.mx-470 {
    margin-left: 29.375rem !important;
    margin-right: 29.375rem !important;
}
.my-470 {
    margin-top: 29.375rem !important;
    margin-bottom: 29.375rem !important;
}

.m-475 {
    margin: 29.688rem !important;
}
.mt-475 {
    margin-top: 29.688rem !important;
}
.mr-475 {
    margin-right: 29.688rem !important;
}
.mb-475 {
    margin-bottom: 29.688rem !important;
}
.ml-475 {
    margin-left: 29.688rem !important;
}
.mx-475 {
    margin-left: 29.688rem !important;
    margin-right: 29.688rem !important;
}
.my-475 {
    margin-top: 29.688rem !important;
    margin-bottom: 29.688rem !important;
}

.m-480 {
    margin: 30rem !important;
}
.mt-480 {
    margin-top: 30rem !important;
}
.mr-480 {
    margin-right: 30rem !important;
}
.mb-480 {
    margin-bottom: 30rem !important;
}
.ml-480 {
    margin-left: 30rem !important;
}
.mx-480 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
}
.my-480 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
}

.m-485 {
    margin: 30.312rem !important;
}
.mt-485 {
    margin-top: 30.312rem !important;
}
.mr-485 {
    margin-right: 30.312rem !important;
}
.mb-485 {
    margin-bottom: 30.312rem !important;
}
.ml-485 {
    margin-left: 30.312rem !important;
}
.mx-485 {
    margin-left: 30.312rem !important;
    margin-right: 30.312rem !important;
}
.my-485 {
    margin-top: 30.312rem !important;
    margin-bottom: 30.312rem !important;
}

.m-490 {
    margin: 30.625rem !important;
}
.mt-490 {
    margin-top: 30.625rem !important;
}
.mr-490 {
    margin-right: 30.625rem !important;
}
.mb-490 {
    margin-bottom: 30.625rem !important;
}
.ml-490 {
    margin-left: 30.625rem !important;
}
.mx-490 {
    margin-left: 30.625rem !important;
    margin-right: 30.625rem !important;
}
.my-490 {
    margin-top: 30.625rem !important;
    margin-bottom: 30.625rem !important;
}

.m-495 {
    margin: 30.938rem !important;
}
.mt-495 {
    margin-top: 30.938rem !important;
}
.mr-495 {
    margin-right: 30.938rem !important;
}
.mb-495 {
    margin-bottom: 30.938rem !important;
}
.ml-495 {
    margin-left: 30.938rem !important;
}
.mx-495 {
    margin-left: 30.938rem !important;
    margin-right: 30.938rem !important;
}
.my-495 {
    margin-top: 30.938rem !important;
    margin-bottom: 30.938rem !important;
}

.m-500 {
    margin: 31.25rem !important;
}
.mt-500 {
    margin-top: 31.25rem !important;
}
.mr-500 {
    margin-right: 31.25rem !important;
}
.mb-500 {
    margin-bottom: 31.25rem !important;
}
.ml-500 {
    margin-left: 31.25rem !important;
}
.mx-500 {
    margin-left: 31.25rem !important;
    margin-right: 31.25rem !important;
}
.my-500 {
    margin-top: 31.25rem !important;
    margin-bottom: 31.25rem !important;
}

.m-505 {
    margin: 31.562rem !important;
}
.mt-505 {
    margin-top: 31.562rem !important;
}
.mr-505 {
    margin-right: 31.562rem !important;
}
.mb-505 {
    margin-bottom: 31.562rem !important;
}
.ml-505 {
    margin-left: 31.562rem !important;
}
.mx-505 {
    margin-left: 31.562rem !important;
    margin-right: 31.562rem !important;
}
.my-505 {
    margin-top: 31.562rem !important;
    margin-bottom: 31.562rem !important;
}

.m-510 {
    margin: 31.875rem !important;
}
.mt-510 {
    margin-top: 31.875rem !important;
}
.mr-510 {
    margin-right: 31.875rem !important;
}
.mb-510 {
    margin-bottom: 31.875rem !important;
}
.ml-510 {
    margin-left: 31.875rem !important;
}
.mx-510 {
    margin-left: 31.875rem !important;
    margin-right: 31.875rem !important;
}
.my-510 {
    margin-top: 31.875rem !important;
    margin-bottom: 31.875rem !important;
}

.m-515 {
    margin: 32.188rem !important;
}
.mt-515 {
    margin-top: 32.188rem !important;
}
.mr-515 {
    margin-right: 32.188rem !important;
}
.mb-515 {
    margin-bottom: 32.188rem !important;
}
.ml-515 {
    margin-left: 32.188rem !important;
}
.mx-515 {
    margin-left: 32.188rem !important;
    margin-right: 32.188rem !important;
}
.my-515 {
    margin-top: 32.188rem !important;
    margin-bottom: 32.188rem !important;
}

.m-520 {
    margin: 32.5rem !important;
}
.mt-520 {
    margin-top: 32.5rem !important;
}
.mr-520 {
    margin-right: 32.5rem !important;
}
.mb-520 {
    margin-bottom: 32.5rem !important;
}
.ml-520 {
    margin-left: 32.5rem !important;
}
.mx-520 {
    margin-left: 32.5rem !important;
    margin-right: 32.5rem !important;
}
.my-520 {
    margin-top: 32.5rem !important;
    margin-bottom: 32.5rem !important;
}

.m-525 {
    margin: 32.812rem !important;
}
.mt-525 {
    margin-top: 32.812rem !important;
}
.mr-525 {
    margin-right: 32.812rem !important;
}
.mb-525 {
    margin-bottom: 32.812rem !important;
}
.ml-525 {
    margin-left: 32.812rem !important;
}
.mx-525 {
    margin-left: 32.812rem !important;
    margin-right: 32.812rem !important;
}
.my-525 {
    margin-top: 32.812rem !important;
    margin-bottom: 32.812rem !important;
}

.m-530 {
    margin: 33.125rem !important;
}
.mt-530 {
    margin-top: 33.125rem !important;
}
.mr-530 {
    margin-right: 33.125rem !important;
}
.mb-530 {
    margin-bottom: 33.125rem !important;
}
.ml-530 {
    margin-left: 33.125rem !important;
}
.mx-530 {
    margin-left: 33.125rem !important;
    margin-right: 33.125rem !important;
}
.my-530 {
    margin-top: 33.125rem !important;
    margin-bottom: 33.125rem !important;
}

.m-535 {
    margin: 33.438rem !important;
}
.mt-535 {
    margin-top: 33.438rem !important;
}
.mr-535 {
    margin-right: 33.438rem !important;
}
.mb-535 {
    margin-bottom: 33.438rem !important;
}
.ml-535 {
    margin-left: 33.438rem !important;
}
.mx-535 {
    margin-left: 33.438rem !important;
    margin-right: 33.438rem !important;
}
.my-535 {
    margin-top: 33.438rem !important;
    margin-bottom: 33.438rem !important;
}

.m-540 {
    margin: 33.75rem !important;
}
.mt-540 {
    margin-top: 33.75rem !important;
}
.mr-540 {
    margin-right: 33.75rem !important;
}
.mb-540 {
    margin-bottom: 33.75rem !important;
}
.ml-540 {
    margin-left: 33.75rem !important;
}
.mx-540 {
    margin-left: 33.75rem !important;
    margin-right: 33.75rem !important;
}
.my-540 {
    margin-top: 33.75rem !important;
    margin-bottom: 33.75rem !important;
}

.m-545 {
    margin: 34.062rem !important;
}
.mt-545 {
    margin-top: 34.062rem !important;
}
.mr-545 {
    margin-right: 34.062rem !important;
}
.mb-545 {
    margin-bottom: 34.062rem !important;
}
.ml-545 {
    margin-left: 34.062rem !important;
}
.mx-545 {
    margin-left: 34.062rem !important;
    margin-right: 34.062rem !important;
}
.my-545 {
    margin-top: 34.062rem !important;
    margin-bottom: 34.062rem !important;
}

.m-550 {
    margin: 34.375rem !important;
}
.mt-550 {
    margin-top: 34.375rem !important;
}
.mr-550 {
    margin-right: 34.375rem !important;
}
.mb-550 {
    margin-bottom: 34.375rem !important;
}
.ml-550 {
    margin-left: 34.375rem !important;
}
.mx-550 {
    margin-left: 34.375rem !important;
    margin-right: 34.375rem !important;
}
.my-550 {
    margin-top: 34.375rem !important;
    margin-bottom: 34.375rem !important;
}

.m-555 {
    margin: 34.688rem !important;
}
.mt-555 {
    margin-top: 34.688rem !important;
}
.mr-555 {
    margin-right: 34.688rem !important;
}
.mb-555 {
    margin-bottom: 34.688rem !important;
}
.ml-555 {
    margin-left: 34.688rem !important;
}
.mx-555 {
    margin-left: 34.688rem !important;
    margin-right: 34.688rem !important;
}
.my-555 {
    margin-top: 34.688rem !important;
    margin-bottom: 34.688rem !important;
}

.m-560 {
    margin: 35rem !important;
}
.mt-560 {
    margin-top: 35rem !important;
}
.mr-560 {
    margin-right: 35rem !important;
}
.mb-560 {
    margin-bottom: 35rem !important;
}
.ml-560 {
    margin-left: 35rem !important;
}
.mx-560 {
    margin-left: 35rem !important;
    margin-right: 35rem !important;
}
.my-560 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
}

.m-565 {
    margin: 35.312rem !important;
}
.mt-565 {
    margin-top: 35.312rem !important;
}
.mr-565 {
    margin-right: 35.312rem !important;
}
.mb-565 {
    margin-bottom: 35.312rem !important;
}
.ml-565 {
    margin-left: 35.312rem !important;
}
.mx-565 {
    margin-left: 35.312rem !important;
    margin-right: 35.312rem !important;
}
.my-565 {
    margin-top: 35.312rem !important;
    margin-bottom: 35.312rem !important;
}

.m-570 {
    margin: 35.625rem !important;
}
.mt-570 {
    margin-top: 35.625rem !important;
}
.mr-570 {
    margin-right: 35.625rem !important;
}
.mb-570 {
    margin-bottom: 35.625rem !important;
}
.ml-570 {
    margin-left: 35.625rem !important;
}
.mx-570 {
    margin-left: 35.625rem !important;
    margin-right: 35.625rem !important;
}
.my-570 {
    margin-top: 35.625rem !important;
    margin-bottom: 35.625rem !important;
}

.m-575 {
    margin: 35.938rem !important;
}
.mt-575 {
    margin-top: 35.938rem !important;
}
.mr-575 {
    margin-right: 35.938rem !important;
}
.mb-575 {
    margin-bottom: 35.938rem !important;
}
.ml-575 {
    margin-left: 35.938rem !important;
}
.mx-575 {
    margin-left: 35.938rem !important;
    margin-right: 35.938rem !important;
}
.my-575 {
    margin-top: 35.938rem !important;
    margin-bottom: 35.938rem !important;
}

.m-580 {
    margin: 36.25rem !important;
}
.mt-580 {
    margin-top: 36.25rem !important;
}
.mr-580 {
    margin-right: 36.25rem !important;
}
.mb-580 {
    margin-bottom: 36.25rem !important;
}
.ml-580 {
    margin-left: 36.25rem !important;
}
.mx-580 {
    margin-left: 36.25rem !important;
    margin-right: 36.25rem !important;
}
.my-580 {
    margin-top: 36.25rem !important;
    margin-bottom: 36.25rem !important;
}

.m-585 {
    margin: 36.562rem !important;
}
.mt-585 {
    margin-top: 36.562rem !important;
}
.mr-585 {
    margin-right: 36.562rem !important;
}
.mb-585 {
    margin-bottom: 36.562rem !important;
}
.ml-585 {
    margin-left: 36.562rem !important;
}
.mx-585 {
    margin-left: 36.562rem !important;
    margin-right: 36.562rem !important;
}
.my-585 {
    margin-top: 36.562rem !important;
    margin-bottom: 36.562rem !important;
}

.m-590 {
    margin: 36.875rem !important;
}
.mt-590 {
    margin-top: 36.875rem !important;
}
.mr-590 {
    margin-right: 36.875rem !important;
}
.mb-590 {
    margin-bottom: 36.875rem !important;
}
.ml-590 {
    margin-left: 36.875rem !important;
}
.mx-590 {
    margin-left: 36.875rem !important;
    margin-right: 36.875rem !important;
}
.my-590 {
    margin-top: 36.875rem !important;
    margin-bottom: 36.875rem !important;
}

.m-595 {
    margin: 37.188rem !important;
}
.mt-595 {
    margin-top: 37.188rem !important;
}
.mr-595 {
    margin-right: 37.188rem !important;
}
.mb-595 {
    margin-bottom: 37.188rem !important;
}
.ml-595 {
    margin-left: 37.188rem !important;
}
.mx-595 {
    margin-left: 37.188rem !important;
    margin-right: 37.188rem !important;
}
.my-595 {
    margin-top: 37.188rem !important;
    margin-bottom: 37.188rem !important;
}

.m-600 {
    margin: 37.5rem !important;
}
.mt-600 {
    margin-top: 37.5rem !important;
}
.mr-600 {
    margin-right: 37.5rem !important;
}
.mb-600 {
    margin-bottom: 37.5rem !important;
}
.ml-600 {
    margin-left: 37.5rem !important;
}
.mx-600 {
    margin-left: 37.5rem !important;
    margin-right: 37.5rem !important;
}
.my-600 {
    margin-top: 37.5rem !important;
    margin-bottom: 37.5rem !important;
}

body.matec-2025 h1 {
    font-size: 4rem;
}

body.matec-2025 .w-max-1500 {
    max-width: 1500px;
}

body.matec-2025 .event-details h4 {
    font-weight: 300;
}

#matecGallery {
    --f-carousel-gap: 5px;
    --f-carousel-slide-width: calc(100%/3);
    --f-carousel-slide-padding: 0px 10px;
    /*--f-carousel-slide-bg: #eee;*/
}

#intro-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#intro-hero header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

#intro-hero .inner-body-container {
    position: relative;
    z-index: 1;
}

#intro-hero .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1;
}

#intro-hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Overlay detail-activities text on top of activity images */
.detail-activities {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: left;
    /*z-index: 2;*/
    padding: 30px;
}

.detail-activities.top-0 {
    top: 0;
    transform: translateY(0%);
}

/* Ensure columns act as positioning context */
.activities-wrapper > [class^="col-"] {
    position: relative;
}

@media (max-width: 767px) {
    body.matec-2025 h1 {
        font-size: 2rem;
    }
    body.matec-2025 .counter-statistic h5 {
        font-size: 0.9rem;
    }
    #matecGallery {
        --f-carousel-slide-width: 100%;
        --f-carousel-slide-padding: 0;
    }
}

/* Utility classes for border radius */
.border-radius-20 {
    -webkit-border-radius: 1.25rem;
       -moz-border-radius: 1.25rem;
         -o-border-radius: 1.25rem;
            border-radius: 1.25rem;
}
.border-radius-30 {
    -webkit-border-radius: 1.875rem;
       -moz-border-radius: 1.875rem;
         -o-border-radius: 1.875rem;
            border-radius: 1.875rem;
}
.border-radius-40 {
    -webkit-border-radius: 2.5rem;
       -moz-border-radius: 2.5rem;
         -o-border-radius: 2.5rem;
            border-radius: 2.5rem;
}
.border-radius-50 {
    -webkit-border-radius: 3.125rem;
       -moz-border-radius: 3.125rem;
         -o-border-radius: 3.125rem;
            border-radius: 3.125rem;
}
.border-radius-60 {
    -webkit-border-radius: 3.75rem;
       -moz-border-radius: 3.75rem;
         -o-border-radius: 3.75rem;
            border-radius: 3.75rem;
}
.border-radius-70 {
    -webkit-border-radius: 4.375rem;
       -moz-border-radius: 4.375rem;
         -o-border-radius: 4.375rem;
            border-radius: 4.375rem;
}
.border-radius-80 {
    -webkit-border-radius: 5rem;
       -moz-border-radius: 5rem;
         -o-border-radius: 5rem;
            border-radius: 5rem;
}
.border-radius-90 {
    -webkit-border-radius: 5.625rem;
       -moz-border-radius: 5.625rem;
         -o-border-radius: 5.625rem;
            border-radius: 5.625rem;
}
.border-radius-100 {
    -webkit-border-radius: 6.25rem;
       -moz-border-radius: 6.25rem;
         -o-border-radius: 6.25rem;
            border-radius: 6.25rem;
}

/* Pill-shaped elements */
.border-pill {
    -webkit-border-radius: 625rem;
       -moz-border-radius: 625rem;
         -o-border-radius: 625rem;
            border-radius: 625rem;
}

/* Overlay image for matec venue section */
.venue-asset::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('../images/2025/vanue_asset1280.png') no-repeat bottom right;
    background-size: contain;
    pointer-events: none;
    /*z-index: 1;*/
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .venue-asset::after {
        left: 0;
        right: 0;
        width: 100%;
        background-position: bottom center;
        background-size: 100% auto;
    }

    .year-display {
        font-size: 5em;
    }

    body.matec-2025 h1.year-display {
        font-size: 6rem;
    }
}

@media (min-width: 768px) {
    body.matec-2025 h1.year-display,
    .year-display {
        font-size: 12.5rem;
    }
}

body.matec-2025 .section-lg,
body.matec-2025 .section-lg p {
    color: #000000;
}

/* Activities Gallery */
#activitiesGallery {
    --f-carousel-gap: 5px;
    --f-carousel-slide-width: calc(100%/3);
    --f-carousel-slide-padding: 0px 10px;
    /--f-carousel-slide-bg: #eee;/
}

@media (max-width: 767.98px) {
    #activitiesGallery {
        --f-carousel-slide-width: 100%;
        --f-carousel-slide-padding: 0;
    }
}

/* Default center background */
.bg-center {
    background-position: center center !important;
}

/* Mobile-specific override (xs & sm) */
@media (max-width: 767.98px) {
    .bg-sm-right {
        background-position: right center !important;
    }
}

#matec-date {
  background-position: center !important; /* Default desktop */
}

/* Mobile: force background more to the left */
@media (max-width: 576px) {
  #matec-date {
    background-position: left center !important;
  }
}

.container-fluid.w-max-1500 {
    max-width: 1500px; /* keeps your layout width */
    margin: 0 auto;   /* centers it */
    padding-left: 10px !important;  /* reduce side space instead of 0 */
    padding-right: 10px !important;
}

.container-fluid.w-max-1920 {
    max-width: 1920px; /* keeps your layout width */
    margin: 0 auto;   /* centers it */
    padding-left: 10px !important;  /* reduce side space instead of 0 */
    padding-right: 10px !important;
}

.container-fluid.w-max-2048 {
    max-width: 2048px; /* keeps your layout width */
    margin: 0 auto;   /* centers it */
    padding-left: 10px !important;  /* reduce side space instead of 0 */
    padding-right: 10px !important;
}

.container-fluid.w-max-3840 {
    max-width: 3840px; /* keeps your layout width */
    margin: 0 auto;   /* centers it */
    padding-left: 10px !important;  /* reduce side space instead of 0 */
    padding-right: 10px !important;
}

@media (max-width: 767px) {
    #matec-about p br {
        display: none;
    }
}

.detail-activities h1 {
    font-size: 30px !important; /* Adjust size (smaller than default h1) */
    font-weight: bold; /* Optional: keep it bold */
}

.listing h4 {
    font-size: 1rem; /* smaller size than default h4 */
    font-weight: 600; /* optional: keep it bold but lighter */
}

.responsive-title-img {
    max-width: 90%;   /* Scales with screen, not fixed */
    width: auto;      /* Avoids forced stretching */
    height: auto;     /* Keeps aspect ratio */
}
/* Venue text style */
.venue-location-text {
    font-weight: 500 !important;
    font-size: clamp(0.9rem, 2.5vw, 1.7rem) !important; 
    /* shrinks on small screens, grows on larger */
    color: #000 !important;
    line-height: 1.2;
}

/* Gap between images and text */
#matec-venue .image-wrapper {
    margin-bottom: 12px; /* default gap for mobile */
}

@media (min-width: 768px) {
    #matec-venue .image-wrapper {
        margin-bottom: 20px; /* bigger gap for tablets/desktops */
    }

    .venue-location-text {
        font-size: 1.5rem !important; /* larger on desktop */
    }
}

@media (min-width: 1200px) {
    .venue-location-text {
        font-size: 1.7rem !important; /* max size on big screens */
    }
}

/* Push layout image down on small screens */
@media (max-width: 767px) {
    #matec-venue .layout-image {
        margin-top: 40px; /* adjust as needed */
    }
}

#matec-more-excitement .mb-4 img {
    max-width: 500px;
    width: 100%;
}

.custom-img-desktop {
    max-width: 60%;   /* Shrinks desktop image */
    height: auto;     /* Keeps aspect ratio */
}

.custom-img-mobile {
    max-width: 80%;   /* Shrinks first mobile image */
    height: auto;
}

.custom-img-mobile-2 {
    max-width: 50%;   /* Shrinks second mobile image */
    height: auto;
}

.listing li {
    display: flex;             /* Places icon and text in one line */
    align-items: center;       /* Vertically aligns the text with the icon */
    white-space: nowrap;       /* Prevents text from breaking into two lines */
    overflow: hidden;          /* Ensures content doesn’t overflow badly */
    text-overflow: ellipsis;   /* Adds "..." if text is too long */
    gap: 8px;                  /* Space between icon and text */
}

.listing li img {
    width: 24px;   /* Adjust icon size */
    height: 24px;  /* Keep consistent */
    margin-right: 10px;
    flex-shrink: 0; /* Prevent shrinking on small screens */
}

@media (max-width: 768px) {
    .img-zoom-300 {
      width: 150%;
      max-width: none;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
    }

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

@media (max-width: 991.98px) {
    header.content {
        position: sticky;
        width: 100%;
        top: 0;
        z-index: 1050;
    }

    #navbar-sect {
        position: static;
    }
}

@media (min-width: 992px) {
    #navbar-sect {
        position: static;
    }
}

#matecNav.show {
    background-color: #ffffff;
    margin-top: 10px;
    position: fixed;
    top: 150px;
    left: 0;
    width: 100%;
    z-index: 1050;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
}

#matecNav.show .nav-link {
    color: #000000 !important;
}






