

/* Start:/local/templates/main/components/bitrix/news.list/main_top_banner1/style.css?17441550235273*/
main.main {
	 /* background-color: rgba(0, 0, 0, 0.5);*/
    /* position: relative;*/
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    /* height: 100%; */
    z-index: 1;
}
.swiper-button-prev.knopka-slide {
	margin-top: 110px;
}
.swiper-button-next.knopka-slide {
	margin-top: 110px;
}
.slider.swiper.banner__swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    min-height: 934px;
}
.swiper-slide {
    width: 100% !important; /* Устанавливаем ширину слайда на 100% от контейнера */
    margin-right: 0px !important; /* Убираем отступ между слайдами */
}
/* Убираем все ограничения для .swiper */
.swiper {
    width: 100% !important;  /* Слайдер на всю ширину */
    height: 100vh !important; /* Слайдер на всю высоту экрана */
    padding: 0 !important;    /* Убираем отступы */
    max-width: none !important; /* Без максимальной ширины */
    max-height: none !important; /* Без максимальной высоты */
}

/* Устанавливаем параметры для контейнера слайдера */
.banner__swiper-container {
    width: 100% !important; /* Ширина на 100% от родительского элемента */
    height: 100vh !important; /* Высота на 100% от экрана */
    overflow: hidden;
}

.main-top__link.main-top__link--primary {
    z-index: 3;
}
.main-top__link.main-top__link--secondary {
    z-index: 3;
}
.btn_ban {
	display: flex;
}
header.header.container {
    position: relative;
}
a.header__menu-item {
    color: white !important;
}
.header__menu.open-menu li a {
  color: #4c4c4c!important; /* Делаем текст черным */
}
a.header__email {
		    color: white!important;
		}
	    .header__phone {
		color: white;
    }
		span.header__working-hours {
		color: white!important;
		}
header.header.container {
    z-index: 30;
}
main.main {
    margin-top: -268px!important;
}
.main-top {
    width: 100%;
   /* height: 100vh;  Высота секции на весь экран */
    background-image: url(/upload/img/main1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	padding-bottom: 209px !important;
}

.main-top__link {
    position: relative;
    z-index: 2; /* Чтобы контент был поверх фона */
    text-align: center;
}

.main-top__action-link {
    color: #fff;
    font-family: "Monterchi Text";
    font-size: 53px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%;
    text-decoration: none; /* Убираем подчеркивание ссылки */
    display: inline-block; /* Делаем элемент блочным, чтобы можно было задать размеры */
    padding: 15px 30px; /* Внутренние отступы для кнопки */
    border: 2px solid #fff; /* Граница кнопки */
    border-radius: 50px; /* Закругляем углы для овальной формы (можно изменить на 0 для прямоугольника) */
    background-color: transparent; /* Прозрачный фон (можно изменить на нужный цвет) */
    transition: background-color 0.3s ease, color 0.3s ease; /* Плавный переход для hover-эффекта */
}
.main-top__action-link:hover {
    background-color: #fff; /* Цвет фона при наведении */
    color: #000; /* Цвет текста при наведении */
}
/* Затемнение фона (опционально) */
.main-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
	.title_banner {
		position: static!important;
		padding-left: 0%!important;
		padding-right: 0%!important;
		z-index: 3;
		padding-top: 421px;
	}
.main-top-title {
	  color: #fff;
    text-align: center;
    font-family: "Monterchi Text";
    font-size: 53px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%;
}
p.main-top-description {
	color: #fff;
    font-family: "Monterchi Text";
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    word-wrap: break-word;
	font-size: 36px;
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	.main-top__link.main-top__link--primary {
    	padding-top: 114px !important;
	}
}

@media screen and (max-width: 767.99px) {
    a.header__email {
		color: white!important;
	}
	.header__phone {
		color: white;
    }
	span.header__working-hours {
		color: white!important;
	}
	p.main-top-title {
    	font-size: 43px;
	}
	.title_banner {
    	padding-top: 354px;
	}
}
@media screen and (max-width: 717px) {
    .main-top__link {
        padding: 10px 0!important;
    }
}
@media screen and (max-width: 657px) {
.main-top {
    display: flex!important;
}
.main-top-title {
	font-size: 42px;
	padding: 0 10px;
	padding-top: 11px;
}
}
@media screen and (max-width: 482px) {
    .title_banner {
        padding-top: 30px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/deva.main.service/style.css?1743148325159363*/
.bg-0008 {
    background-color: #0008;
}
.bg-transparent\:hover:hover {
    background-color: transparent;
}
/* Start:/local/templates/lang.deva/css/main.min.css?1695037588108234*/
.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2)
}

.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y)
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

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

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%
}

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

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width: 768px) {
    .col-sm-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

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

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

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

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-md-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

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

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

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

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

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

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

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

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1280px) {
    .col-xl-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

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

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

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

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.justify-content-evenly {
    justify-content: space-evenly!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .375rem!important
}

.m-3 {
    margin: .5rem!important
}

.m-4 {
    margin: .6875rem!important
}

.m-5 {
    margin: .75rem!important
}

.m-6 {
    margin: .8125rem!important
}

.m-7 {
    margin: .9375rem!important
}

.m-8 {
    margin: 1rem!important
}

.m-9 {
    margin: 1.1875rem!important
}

.m-10 {
    margin: 1.5rem!important
}

.m-11 {
    margin: 2rem!important
}

.m-40px {
    margin: 40px!important
}

.m-12 {
    margin: 3rem!important
}

.m-13 {
    margin: 4rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2 {
    margin-right: .375rem!important;
    margin-left: .375rem!important
}

.mx-3 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-4 {
    margin-right: .6875rem!important;
    margin-left: .6875rem!important
}

.mx-5 {
    margin-right: .75rem!important;
    margin-left: .75rem!important
}

.mx-6 {
    margin-right: .8125rem!important;
    margin-left: .8125rem!important
}

.mx-7 {
    margin-right: .9375rem!important;
    margin-left: .9375rem!important
}

.mx-8 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-9 {
    margin-right: 1.1875rem!important;
    margin-left: 1.1875rem!important
}

.mx-10 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-11 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
}

.mx-40px {
    margin-right: 40px!important;
    margin-left: 40px!important
}

.mx-12 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.mx-13 {
    margin-right: 4rem!important;
    margin-left: 4rem!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2 {
    margin-top: .375rem!important;
    margin-bottom: .375rem!important
}

.my-3 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-4 {
    margin-top: .6875rem!important;
    margin-bottom: .6875rem!important
}

.my-5 {
    margin-top: .75rem!important;
    margin-bottom: .75rem!important
}

.my-6 {
    margin-top: .8125rem!important;
    margin-bottom: .8125rem!important
}

.my-7 {
    margin-top: .9375rem!important;
    margin-bottom: .9375rem!important
}

.my-8 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-9 {
    margin-top: 1.1875rem!important;
    margin-bottom: 1.1875rem!important
}

.my-10 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-11 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
}

.my-40px {
    margin-top: 40px!important;
    margin-bottom: 40px!important
}

.my-12 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.my-13 {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .375rem!important
}

.mt-3 {
    margin-top: .5rem!important
}

.mt-4 {
    margin-top: .6875rem!important
}

.mt-5 {
    margin-top: .75rem!important
}

.mt-6 {
    margin-top: .8125rem!important
}

.mt-7 {
    margin-top: .9375rem!important
}

.mt-8 {
    margin-top: 1rem!important
}

.mt-9 {
    margin-top: 1.1875rem!important
}

.mt-10 {
    margin-top: 1.5rem!important
}

.mt-11 {
    margin-top: 2rem!important
}

.mt-40px {
    margin-top: 40px!important
}

.mt-12 {
    margin-top: 3rem!important
}

.mt-13 {
    margin-top: 4rem!important
}

.mt-auto {
    margin-top: auto!important
}

.mr-0 {
    margin-right: 0!important
}

.mr-1 {
    margin-right: .25rem!important
}

.mr-2 {
    margin-right: .375rem!important
}

.mr-3 {
    margin-right: .5rem!important
}

.mr-4 {
    margin-right: .6875rem!important
}

.mr-5 {
    margin-right: .75rem!important
}

.mr-6 {
    margin-right: .8125rem!important
}

.mr-7 {
    margin-right: .9375rem!important
}

.mr-8 {
    margin-right: 1rem!important
}

.mr-9 {
    margin-right: 1.1875rem!important
}

.mr-10 {
    margin-right: 1.5rem!important
}

.mr-11 {
    margin-right: 2rem!important
}

.mr-40px {
    margin-right: 40px!important
}

.mr-12 {
    margin-right: 3rem!important
}

.mr-13 {
    margin-right: 4rem!important
}

.mr-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .375rem!important
}

.mb-3 {
    margin-bottom: .5rem!important
}

.mb-4 {
    margin-bottom: .6875rem!important
}

.mb-5 {
    margin-bottom: .75rem!important
}

.mb-6 {
    margin-bottom: .8125rem!important
}

.mb-7 {
    margin-bottom: .9375rem!important
}

.mb-8 {
    margin-bottom: 1rem!important
}

.mb-9 {
    margin-bottom: 1.1875rem!important
}

.mb-10 {
    margin-bottom: 1.5rem!important
}

.mb-11 {
    margin-bottom: 2rem!important
}

.mb-40px {
    margin-bottom: 40px!important
}

.mb-12 {
    margin-bottom: 3rem!important
}

.mb-13 {
    margin-bottom: 4rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ml-0 {
    margin-left: 0!important
}

.ml-1 {
    margin-left: .25rem!important
}

.ml-2 {
    margin-left: .375rem!important
}

.ml-3 {
    margin-left: .5rem!important
}

.ml-4 {
    margin-left: .6875rem!important
}

.ml-5 {
    margin-left: .75rem!important
}

.ml-6 {
    margin-left: .8125rem!important
}

.ml-7 {
    margin-left: .9375rem!important
}

.ml-8 {
    margin-left: 1rem!important
}

.ml-9 {
    margin-left: 1.1875rem!important
}

.ml-10 {
    margin-left: 1.5rem!important
}

.ml-11 {
    margin-left: 2rem!important
}

.ml-40px {
    margin-left: 40px!important
}

.ml-12 {
    margin-left: 3rem!important
}

.ml-13 {
    margin-left: 4rem!important
}

.ml-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .375rem!important
}

.p-3 {
    padding: .5rem!important
}

.p-4 {
    padding: .6875rem!important
}

.p-5 {
    padding: .75rem!important
}

.p-6 {
    padding: .8125rem!important
}

.p-7 {
    padding: .9375rem!important
}

.p-8 {
    padding: 1rem!important
}

.p-9 {
    padding: 1.1875rem!important
}

.p-10 {
    padding: 1.5rem!important
}

.p-11 {
    padding: 2rem!important
}

.p-40px {
    padding: 40px!important
}

.p-12 {
    padding: 3rem!important
}

.p-13 {
    padding: 4rem!important
}

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

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2 {
    padding-right: .375rem!important;
    padding-left: .375rem!important
}

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

.px-4 {
    padding-right: .6875rem!important;
    padding-left: .6875rem!important
}

.px-5 {
    padding-right: .75rem!important;
    padding-left: .75rem!important
}

.px-6 {
    padding-right: .8125rem!important;
    padding-left: .8125rem!important
}

.px-7 {
    padding-right: .9375rem!important;
    padding-left: .9375rem!important
}

.px-8 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-9 {
    padding-right: 1.1875rem!important;
    padding-left: 1.1875rem!important
}

.px-10 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-11 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
}

.px-40px {
    padding-right: 40px!important;
    padding-left: 40px!important
}

.px-12 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.px-13 {
    padding-right: 4rem!important;
    padding-left: 4rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .375rem!important;
    padding-bottom: .375rem!important
}

.py-3 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-4 {
    padding-top: .6875rem!important;
    padding-bottom: .6875rem!important
}

.py-5 {
    padding-top: .75rem!important;
    padding-bottom: .75rem!important
}

.py-6 {
    padding-top: .8125rem!important;
    padding-bottom: .8125rem!important
}

.py-7 {
    padding-top: .9375rem!important;
    padding-bottom: .9375rem!important
}

.py-8 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-9 {
    padding-top: 1.1875rem!important;
    padding-bottom: 1.1875rem!important
}

.py-10 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-11 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
}

.py-40px {
    padding-top: 40px!important;
    padding-bottom: 40px!important
}

.py-12 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.py-13 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .375rem!important
}

.pt-3 {
    padding-top: .5rem!important
}

.pt-4 {
    padding-top: .6875rem!important
}

.pt-5 {
    padding-top: .75rem!important
}

.pt-6 {
    padding-top: .8125rem!important
}

.pt-7 {
    padding-top: .9375rem!important
}

.pt-8 {
    padding-top: 1rem!important
}

.pt-9 {
    padding-top: 1.1875rem!important
}

.pt-10 {
    padding-top: 1.5rem!important
}

.pt-11 {
    padding-top: 2rem!important
}

.pt-40px {
    padding-top: 40px!important
}

.pt-12 {
    padding-top: 3rem!important
}

.pt-13 {
    padding-top: 4rem!important
}

.pr-0 {
    padding-right: 0!important
}

.pr-1 {
    padding-right: .25rem!important
}

.pr-2 {
    padding-right: .375rem!important
}

.pr-3 {
    padding-right: .5rem!important
}

.pr-4 {
    padding-right: .6875rem!important
}

.pr-5 {
    padding-right: .75rem!important
}

.pr-6 {
    padding-right: .8125rem!important
}

.pr-7 {
    padding-right: .9375rem!important
}

.pr-8 {
    padding-right: 1rem!important
}

.pr-9 {
    padding-right: 1.1875rem!important
}

.pr-10 {
    padding-right: 1.5rem!important
}

.pr-11 {
    padding-right: 2rem!important
}

.pr-40px {
    padding-right: 40px!important
}

.pr-12 {
    padding-right: 3rem!important
}

.pr-13 {
    padding-right: 4rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .375rem!important
}

.pb-3 {
    padding-bottom: .5rem!important
}

.pb-4 {
    padding-bottom: .6875rem!important
}

.pb-5 {
    padding-bottom: .75rem!important
}

.pb-6 {
    padding-bottom: .8125rem!important
}

.pb-7 {
    padding-bottom: .9375rem!important
}

.pb-8 {
    padding-bottom: 1rem!important
}

.pb-9 {
    padding-bottom: 1.1875rem!important
}

.pb-10 {
    padding-bottom: 1.5rem!important
}

.pb-11 {
    padding-bottom: 2rem!important
}

.pb-40px {
    padding-bottom: 40px!important
}

.pb-12 {
    padding-bottom: 3rem!important
}

.pb-13 {
    padding-bottom: 4rem!important
}

.pl-0 {
    padding-left: 0!important
}

.pl-1 {
    padding-left: .25rem!important
}

.pl-2 {
    padding-left: .375rem!important
}

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

.pl-4 {
    padding-left: .6875rem!important
}

.pl-5 {
    padding-left: .75rem!important
}

.pl-6 {
    padding-left: .8125rem!important
}

.pl-7 {
    padding-left: .9375rem!important
}

.pl-8 {
    padding-left: 1rem!important
}

.pl-9 {
    padding-left: 1.1875rem!important
}

.pl-10 {
    padding-left: 1.5rem!important
}

.pl-11 {
    padding-left: 2rem!important
}

.pl-40px {
    padding-left: 40px!important
}

.pl-12 {
    padding-left: 3rem!important
}

.pl-13 {
    padding-left: 4rem!important
}

@media (min-width: 768px) {
    .d-sm-inline {
        display:inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-grid {
        display: grid!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-row {
        flex-direction: row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .order-sm-first {
        order: -1!important
    }

    .order-sm-0 {
        order: 0!important
    }

    .order-sm-1 {
        order: 1!important
    }

    .order-sm-2 {
        order: 2!important
    }

    .order-sm-3 {
        order: 3!important
    }

    .order-sm-4 {
        order: 4!important
    }

    .order-sm-5 {
        order: 5!important
    }

    .order-sm-last {
        order: 6!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .m-sm-2 {
        margin: .375rem!important
    }

    .m-sm-3 {
        margin: .5rem!important
    }

    .m-sm-4 {
        margin: .6875rem!important
    }

    .m-sm-5 {
        margin: .75rem!important
    }

    .m-sm-6 {
        margin: .8125rem!important
    }

    .m-sm-7 {
        margin: .9375rem!important
    }

    .m-sm-8 {
        margin: 1rem!important
    }

    .m-sm-9 {
        margin: 1.1875rem!important
    }

    .m-sm-10 {
        margin: 1.5rem!important
    }

    .m-sm-11 {
        margin: 2rem!important
    }

    .m-sm-40px {
        margin: 40px!important
    }

    .m-sm-12 {
        margin: 3rem!important
    }

    .m-sm-13 {
        margin: 4rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-sm-2 {
        margin-right: .375rem!important;
        margin-left: .375rem!important
    }

    .mx-sm-3 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-sm-4 {
        margin-right: .6875rem!important;
        margin-left: .6875rem!important
    }

    .mx-sm-5 {
        margin-right: .75rem!important;
        margin-left: .75rem!important
    }

    .mx-sm-6 {
        margin-right: .8125rem!important;
        margin-left: .8125rem!important
    }

    .mx-sm-7 {
        margin-right: .9375rem!important;
        margin-left: .9375rem!important
    }

    .mx-sm-8 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-sm-9 {
        margin-right: 1.1875rem!important;
        margin-left: 1.1875rem!important
    }

    .mx-sm-10 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-sm-11 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }

    .mx-sm-40px {
        margin-right: 40px!important;
        margin-left: 40px!important
    }

    .mx-sm-12 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-sm-13 {
        margin-right: 4rem!important;
        margin-left: 4rem!important
    }

    .mx-sm-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-sm-2 {
        margin-top: .375rem!important;
        margin-bottom: .375rem!important
    }

    .my-sm-3 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-sm-4 {
        margin-top: .6875rem!important;
        margin-bottom: .6875rem!important
    }

    .my-sm-5 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .my-sm-6 {
        margin-top: .8125rem!important;
        margin-bottom: .8125rem!important
    }

    .my-sm-7 {
        margin-top: .9375rem!important;
        margin-bottom: .9375rem!important
    }

    .my-sm-8 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-sm-9 {
        margin-top: 1.1875rem!important;
        margin-bottom: 1.1875rem!important
    }

    .my-sm-10 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-sm-11 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .my-sm-40px {
        margin-top: 40px!important;
        margin-bottom: 40px!important
    }

    .my-sm-12 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-sm-13 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important
    }

    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mt-sm-1 {
        margin-top: .25rem!important
    }

    .mt-sm-2 {
        margin-top: .375rem!important
    }

    .mt-sm-3 {
        margin-top: .5rem!important
    }

    .mt-sm-4 {
        margin-top: .6875rem!important
    }

    .mt-sm-5 {
        margin-top: .75rem!important
    }

    .mt-sm-6 {
        margin-top: .8125rem!important
    }

    .mt-sm-7 {
        margin-top: .9375rem!important
    }

    .mt-sm-8 {
        margin-top: 1rem!important
    }

    .mt-sm-9 {
        margin-top: 1.1875rem!important
    }

    .mt-sm-10 {
        margin-top: 1.5rem!important
    }

    .mt-sm-11 {
        margin-top: 2rem!important
    }

    .mt-sm-40px {
        margin-top: 40px!important
    }

    .mt-sm-12 {
        margin-top: 3rem!important
    }

    .mt-sm-13 {
        margin-top: 4rem!important
    }

    .mt-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-0 {
        margin-right: 0!important
    }

    .mr-sm-1 {
        margin-right: .25rem!important
    }

    .mr-sm-2 {
        margin-right: .375rem!important
    }

    .mr-sm-3 {
        margin-right: .5rem!important
    }

    .mr-sm-4 {
        margin-right: .6875rem!important
    }

    .mr-sm-5 {
        margin-right: .75rem!important
    }

    .mr-sm-6 {
        margin-right: .8125rem!important
    }

    .mr-sm-7 {
        margin-right: .9375rem!important
    }

    .mr-sm-8 {
        margin-right: 1rem!important
    }

    .mr-sm-9 {
        margin-right: 1.1875rem!important
    }

    .mr-sm-10 {
        margin-right: 1.5rem!important
    }

    .mr-sm-11 {
        margin-right: 2rem!important
    }

    .mr-sm-40px {
        margin-right: 40px!important
    }

    .mr-sm-12 {
        margin-right: 3rem!important
    }

    .mr-sm-13 {
        margin-right: 4rem!important
    }

    .mr-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .mb-sm-1 {
        margin-bottom: .25rem!important
    }

    .mb-sm-2 {
        margin-bottom: .375rem!important
    }

    .mb-sm-3 {
        margin-bottom: .5rem!important
    }

    .mb-sm-4 {
        margin-bottom: .6875rem!important
    }

    .mb-sm-5 {
        margin-bottom: .75rem!important
    }

    .mb-sm-6 {
        margin-bottom: .8125rem!important
    }

    .mb-sm-7 {
        margin-bottom: .9375rem!important
    }

    .mb-sm-8 {
        margin-bottom: 1rem!important
    }

    .mb-sm-9 {
        margin-bottom: 1.1875rem!important
    }

    .mb-sm-10 {
        margin-bottom: 1.5rem!important
    }

    .mb-sm-11 {
        margin-bottom: 2rem!important
    }

    .mb-sm-40px {
        margin-bottom: 40px!important
    }

    .mb-sm-12 {
        margin-bottom: 3rem!important
    }

    .mb-sm-13 {
        margin-bottom: 4rem!important
    }

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-0 {
        margin-left: 0!important
    }

    .ml-sm-1 {
        margin-left: .25rem!important
    }

    .ml-sm-2 {
        margin-left: .375rem!important
    }

    .ml-sm-3 {
        margin-left: .5rem!important
    }

    .ml-sm-4 {
        margin-left: .6875rem!important
    }

    .ml-sm-5 {
        margin-left: .75rem!important
    }

    .ml-sm-6 {
        margin-left: .8125rem!important
    }

    .ml-sm-7 {
        margin-left: .9375rem!important
    }

    .ml-sm-8 {
        margin-left: 1rem!important
    }

    .ml-sm-9 {
        margin-left: 1.1875rem!important
    }

    .ml-sm-10 {
        margin-left: 1.5rem!important
    }

    .ml-sm-11 {
        margin-left: 2rem!important
    }

    .ml-sm-40px {
        margin-left: 40px!important
    }

    .ml-sm-12 {
        margin-left: 3rem!important
    }

    .ml-sm-13 {
        margin-left: 4rem!important
    }

    .ml-sm-auto {
        margin-left: auto!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .p-sm-2 {
        padding: .375rem!important
    }

    .p-sm-3 {
        padding: .5rem!important
    }

    .p-sm-4 {
        padding: .6875rem!important
    }

    .p-sm-5 {
        padding: .75rem!important
    }

    .p-sm-6 {
        padding: .8125rem!important
    }

    .p-sm-7 {
        padding: .9375rem!important
    }

    .p-sm-8 {
        padding: 1rem!important
    }

    .p-sm-9 {
        padding: 1.1875rem!important
    }

    .p-sm-10 {
        padding: 1.5rem!important
    }

    .p-sm-11 {
        padding: 2rem!important
    }

    .p-sm-40px {
        padding: 40px!important
    }

    .p-sm-12 {
        padding: 3rem!important
    }

    .p-sm-13 {
        padding: 4rem!important
    }

    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-sm-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-sm-2 {
        padding-right: .375rem!important;
        padding-left: .375rem!important
    }

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

    .px-sm-4 {
        padding-right: .6875rem!important;
        padding-left: .6875rem!important
    }

    .px-sm-5 {
        padding-right: .75rem!important;
        padding-left: .75rem!important
    }

    .px-sm-6 {
        padding-right: .8125rem!important;
        padding-left: .8125rem!important
    }

    .px-sm-7 {
        padding-right: .9375rem!important;
        padding-left: .9375rem!important
    }

    .px-sm-8 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-sm-9 {
        padding-right: 1.1875rem!important;
        padding-left: 1.1875rem!important
    }

    .px-sm-10 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-sm-11 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }

    .px-sm-40px {
        padding-right: 40px!important;
        padding-left: 40px!important
    }

    .px-sm-12 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .px-sm-13 {
        padding-right: 4rem!important;
        padding-left: 4rem!important
    }

    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-sm-2 {
        padding-top: .375rem!important;
        padding-bottom: .375rem!important
    }

    .py-sm-3 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-sm-4 {
        padding-top: .6875rem!important;
        padding-bottom: .6875rem!important
    }

    .py-sm-5 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

    .py-sm-6 {
        padding-top: .8125rem!important;
        padding-bottom: .8125rem!important
    }

    .py-sm-7 {
        padding-top: .9375rem!important;
        padding-bottom: .9375rem!important
    }

    .py-sm-8 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-sm-9 {
        padding-top: 1.1875rem!important;
        padding-bottom: 1.1875rem!important
    }

    .py-sm-10 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-sm-11 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .py-sm-40px {
        padding-top: 40px!important;
        padding-bottom: 40px!important
    }

    .py-sm-12 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .py-sm-13 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .pt-sm-2 {
        padding-top: .375rem!important
    }

    .pt-sm-3 {
        padding-top: .5rem!important
    }

    .pt-sm-4 {
        padding-top: .6875rem!important
    }

    .pt-sm-5 {
        padding-top: .75rem!important
    }

    .pt-sm-6 {
        padding-top: .8125rem!important
    }

    .pt-sm-7 {
        padding-top: .9375rem!important
    }

    .pt-sm-8 {
        padding-top: 1rem!important
    }

    .pt-sm-9 {
        padding-top: 1.1875rem!important
    }

    .pt-sm-10 {
        padding-top: 1.5rem!important
    }

    .pt-sm-11 {
        padding-top: 2rem!important
    }

    .pt-sm-40px {
        padding-top: 40px!important
    }

    .pt-sm-12 {
        padding-top: 3rem!important
    }

    .pt-sm-13 {
        padding-top: 4rem!important
    }

    .pr-sm-0 {
        padding-right: 0!important
    }

    .pr-sm-1 {
        padding-right: .25rem!important
    }

    .pr-sm-2 {
        padding-right: .375rem!important
    }

    .pr-sm-3 {
        padding-right: .5rem!important
    }

    .pr-sm-4 {
        padding-right: .6875rem!important
    }

    .pr-sm-5 {
        padding-right: .75rem!important
    }

    .pr-sm-6 {
        padding-right: .8125rem!important
    }

    .pr-sm-7 {
        padding-right: .9375rem!important
    }

    .pr-sm-8 {
        padding-right: 1rem!important
    }

    .pr-sm-9 {
        padding-right: 1.1875rem!important
    }

    .pr-sm-10 {
        padding-right: 1.5rem!important
    }

    .pr-sm-11 {
        padding-right: 2rem!important
    }

    .pr-sm-40px {
        padding-right: 40px!important
    }

    .pr-sm-12 {
        padding-right: 3rem!important
    }

    .pr-sm-13 {
        padding-right: 4rem!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pb-sm-1 {
        padding-bottom: .25rem!important
    }

    .pb-sm-2 {
        padding-bottom: .375rem!important
    }

    .pb-sm-3 {
        padding-bottom: .5rem!important
    }

    .pb-sm-4 {
        padding-bottom: .6875rem!important
    }

    .pb-sm-5 {
        padding-bottom: .75rem!important
    }

    .pb-sm-6 {
        padding-bottom: .8125rem!important
    }

    .pb-sm-7 {
        padding-bottom: .9375rem!important
    }

    .pb-sm-8 {
        padding-bottom: 1rem!important
    }

    .pb-sm-9 {
        padding-bottom: 1.1875rem!important
    }

    .pb-sm-10 {
        padding-bottom: 1.5rem!important
    }

    .pb-sm-11 {
        padding-bottom: 2rem!important
    }

    .pb-sm-40px {
        padding-bottom: 40px!important
    }

    .pb-sm-12 {
        padding-bottom: 3rem!important
    }

    .pb-sm-13 {
        padding-bottom: 4rem!important
    }

    .pl-sm-0 {
        padding-left: 0!important
    }

    .pl-sm-1 {
        padding-left: .25rem!important
    }

    .pl-sm-2 {
        padding-left: .375rem!important
    }

    .pl-sm-3 {
        padding-left: .5rem!important
    }

    .pl-sm-4 {
        padding-left: .6875rem!important
    }

    .pl-sm-5 {
        padding-left: .75rem!important
    }

    .pl-sm-6 {
        padding-left: .8125rem!important
    }

    .pl-sm-7 {
        padding-left: .9375rem!important
    }

    .pl-sm-8 {
        padding-left: 1rem!important
    }

    .pl-sm-9 {
        padding-left: 1.1875rem!important
    }

    .pl-sm-10 {
        padding-left: 1.5rem!important
    }

    .pl-sm-11 {
        padding-left: 2rem!important
    }

    .pl-sm-40px {
        padding-left: 40px!important
    }

    .pl-sm-12 {
        padding-left: 3rem!important
    }

    .pl-sm-13 {
        padding-left: 4rem!important
    }
}

@media (min-width: 992px) {
    .d-md-inline {
        display:inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-grid {
        display: grid!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }

    .d-md-none {
        display: none!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-row {
        flex-direction: row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }

    .order-md-first {
        order: -1!important
    }

    .order-md-0 {
        order: 0!important
    }

    .order-md-1 {
        order: 1!important
    }

    .order-md-2 {
        order: 2!important
    }

    .order-md-3 {
        order: 3!important
    }

    .order-md-4 {
        order: 4!important
    }

    .order-md-5 {
        order: 5!important
    }

    .order-md-last {
        order: 6!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .m-md-2 {
        margin: .375rem!important
    }

    .m-md-3 {
        margin: .5rem!important
    }

    .m-md-4 {
        margin: .6875rem!important
    }

    .m-md-5 {
        margin: .75rem!important
    }

    .m-md-6 {
        margin: .8125rem!important
    }

    .m-md-7 {
        margin: .9375rem!important
    }

    .m-md-8 {
        margin: 1rem!important
    }

    .m-md-9 {
        margin: 1.1875rem!important
    }

    .m-md-10 {
        margin: 1.5rem!important
    }

    .m-md-11 {
        margin: 2rem!important
    }

    .m-md-40px {
        margin: 40px!important
    }

    .m-md-12 {
        margin: 3rem!important
    }

    .m-md-13 {
        margin: 4rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-md-2 {
        margin-right: .375rem!important;
        margin-left: .375rem!important
    }

    .mx-md-3 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-md-4 {
        margin-right: .6875rem!important;
        margin-left: .6875rem!important
    }

    .mx-md-5 {
        margin-right: .75rem!important;
        margin-left: .75rem!important
    }

    .mx-md-6 {
        margin-right: .8125rem!important;
        margin-left: .8125rem!important
    }

    .mx-md-7 {
        margin-right: .9375rem!important;
        margin-left: .9375rem!important
    }

    .mx-md-8 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-md-9 {
        margin-right: 1.1875rem!important;
        margin-left: 1.1875rem!important
    }

    .mx-md-10 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-md-11 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }

    .mx-md-40px {
        margin-right: 40px!important;
        margin-left: 40px!important
    }

    .mx-md-12 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-md-13 {
        margin-right: 4rem!important;
        margin-left: 4rem!important
    }

    .mx-md-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-md-2 {
        margin-top: .375rem!important;
        margin-bottom: .375rem!important
    }

    .my-md-3 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-md-4 {
        margin-top: .6875rem!important;
        margin-bottom: .6875rem!important
    }

    .my-md-5 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .my-md-6 {
        margin-top: .8125rem!important;
        margin-bottom: .8125rem!important
    }

    .my-md-7 {
        margin-top: .9375rem!important;
        margin-bottom: .9375rem!important
    }

    .my-md-8 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-md-9 {
        margin-top: 1.1875rem!important;
        margin-bottom: 1.1875rem!important
    }

    .my-md-10 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-md-11 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .my-md-40px {
        margin-top: 40px!important;
        margin-bottom: 40px!important
    }

    .my-md-12 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-md-13 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important
    }

    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mt-md-1 {
        margin-top: .25rem!important
    }

    .mt-md-2 {
        margin-top: .375rem!important
    }

    .mt-md-3 {
        margin-top: .5rem!important
    }

    .mt-md-4 {
        margin-top: .6875rem!important
    }

    .mt-md-5 {
        margin-top: .75rem!important
    }

    .mt-md-6 {
        margin-top: .8125rem!important
    }

    .mt-md-7 {
        margin-top: .9375rem!important
    }

    .mt-md-8 {
        margin-top: 1rem!important
    }

    .mt-md-9 {
        margin-top: 1.1875rem!important
    }

    .mt-md-10 {
        margin-top: 1.5rem!important
    }

    .mt-md-11 {
        margin-top: 2rem!important
    }

    .mt-md-40px {
        margin-top: 40px!important
    }

    .mt-md-12 {
        margin-top: 3rem!important
    }

    .mt-md-13 {
        margin-top: 4rem!important
    }

    .mt-md-auto {
        margin-top: auto!important
    }

    .mr-md-0 {
        margin-right: 0!important
    }

    .mr-md-1 {
        margin-right: .25rem!important
    }

    .mr-md-2 {
        margin-right: .375rem!important
    }

    .mr-md-3 {
        margin-right: .5rem!important
    }

    .mr-md-4 {
        margin-right: .6875rem!important
    }

    .mr-md-5 {
        margin-right: .75rem!important
    }

    .mr-md-6 {
        margin-right: .8125rem!important
    }

    .mr-md-7 {
        margin-right: .9375rem!important
    }

    .mr-md-8 {
        margin-right: 1rem!important
    }

    .mr-md-9 {
        margin-right: 1.1875rem!important
    }

    .mr-md-10 {
        margin-right: 1.5rem!important
    }

    .mr-md-11 {
        margin-right: 2rem!important
    }

    .mr-md-40px {
        margin-right: 40px!important
    }

    .mr-md-12 {
        margin-right: 3rem!important
    }

    .mr-md-13 {
        margin-right: 4rem!important
    }

    .mr-md-auto {
        margin-right: auto!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mb-md-1 {
        margin-bottom: .25rem!important
    }

    .mb-md-2 {
        margin-bottom: .375rem!important
    }

    .mb-md-3 {
        margin-bottom: .5rem!important
    }

    .mb-md-4 {
        margin-bottom: .6875rem!important
    }

    .mb-md-5 {
        margin-bottom: .75rem!important
    }

    .mb-md-6 {
        margin-bottom: .8125rem!important
    }

    .mb-md-7 {
        margin-bottom: .9375rem!important
    }

    .mb-md-8 {
        margin-bottom: 1rem!important
    }

    .mb-md-9 {
        margin-bottom: 1.1875rem!important
    }

    .mb-md-10 {
        margin-bottom: 1.5rem!important
    }

    .mb-md-11 {
        margin-bottom: 2rem!important
    }

    .mb-md-40px {
        margin-bottom: 40px!important
    }

    .mb-md-12 {
        margin-bottom: 3rem!important
    }

    .mb-md-13 {
        margin-bottom: 4rem!important
    }

    .mb-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-0 {
        margin-left: 0!important
    }

    .ml-md-1 {
        margin-left: .25rem!important
    }

    .ml-md-2 {
        margin-left: .375rem!important
    }

    .ml-md-3 {
        margin-left: .5rem!important
    }

    .ml-md-4 {
        margin-left: .6875rem!important
    }

    .ml-md-5 {
        margin-left: .75rem!important
    }

    .ml-md-6 {
        margin-left: .8125rem!important
    }

    .ml-md-7 {
        margin-left: .9375rem!important
    }

    .ml-md-8 {
        margin-left: 1rem!important
    }

    .ml-md-9 {
        margin-left: 1.1875rem!important
    }

    .ml-md-10 {
        margin-left: 1.5rem!important
    }

    .ml-md-11 {
        margin-left: 2rem!important
    }

    .ml-md-40px {
        margin-left: 40px!important
    }

    .ml-md-12 {
        margin-left: 3rem!important
    }

    .ml-md-13 {
        margin-left: 4rem!important
    }

    .ml-md-auto {
        margin-left: auto!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .p-md-2 {
        padding: .375rem!important
    }

    .p-md-3 {
        padding: .5rem!important
    }

    .p-md-4 {
        padding: .6875rem!important
    }

    .p-md-5 {
        padding: .75rem!important
    }

    .p-md-6 {
        padding: .8125rem!important
    }

    .p-md-7 {
        padding: .9375rem!important
    }

    .p-md-8 {
        padding: 1rem!important
    }

    .p-md-9 {
        padding: 1.1875rem!important
    }

    .p-md-10 {
        padding: 1.5rem!important
    }

    .p-md-11 {
        padding: 2rem!important
    }

    .p-md-40px {
        padding: 40px!important
    }

    .p-md-12 {
        padding: 3rem!important
    }

    .p-md-13 {
        padding: 4rem!important
    }

    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-md-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-md-2 {
        padding-right: .375rem!important;
        padding-left: .375rem!important
    }

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

    .px-md-4 {
        padding-right: .6875rem!important;
        padding-left: .6875rem!important
    }

    .px-md-5 {
        padding-right: .75rem!important;
        padding-left: .75rem!important
    }

    .px-md-6 {
        padding-right: .8125rem!important;
        padding-left: .8125rem!important
    }

    .px-md-7 {
        padding-right: .9375rem!important;
        padding-left: .9375rem!important
    }

    .px-md-8 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-md-9 {
        padding-right: 1.1875rem!important;
        padding-left: 1.1875rem!important
    }

    .px-md-10 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-md-11 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }

    .px-md-40px {
        padding-right: 40px!important;
        padding-left: 40px!important
    }

    .px-md-12 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .px-md-13 {
        padding-right: 4rem!important;
        padding-left: 4rem!important
    }

    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-md-2 {
        padding-top: .375rem!important;
        padding-bottom: .375rem!important
    }

    .py-md-3 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-md-4 {
        padding-top: .6875rem!important;
        padding-bottom: .6875rem!important
    }

    .py-md-5 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

    .py-md-6 {
        padding-top: .8125rem!important;
        padding-bottom: .8125rem!important
    }

    .py-md-7 {
        padding-top: .9375rem!important;
        padding-bottom: .9375rem!important
    }

    .py-md-8 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-md-9 {
        padding-top: 1.1875rem!important;
        padding-bottom: 1.1875rem!important
    }

    .py-md-10 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-md-11 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .py-md-40px {
        padding-top: 40px!important;
        padding-bottom: 40px!important
    }

    .py-md-12 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .py-md-13 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .pt-md-2 {
        padding-top: .375rem!important
    }

    .pt-md-3 {
        padding-top: .5rem!important
    }

    .pt-md-4 {
        padding-top: .6875rem!important
    }

    .pt-md-5 {
        padding-top: .75rem!important
    }

    .pt-md-6 {
        padding-top: .8125rem!important
    }

    .pt-md-7 {
        padding-top: .9375rem!important
    }

    .pt-md-8 {
        padding-top: 1rem!important
    }

    .pt-md-9 {
        padding-top: 1.1875rem!important
    }

    .pt-md-10 {
        padding-top: 1.5rem!important
    }

    .pt-md-11 {
        padding-top: 2rem!important
    }

    .pt-md-40px {
        padding-top: 40px!important
    }

    .pt-md-12 {
        padding-top: 3rem!important
    }

    .pt-md-13 {
        padding-top: 4rem!important
    }

    .pr-md-0 {
        padding-right: 0!important
    }

    .pr-md-1 {
        padding-right: .25rem!important
    }

    .pr-md-2 {
        padding-right: .375rem!important
    }

    .pr-md-3 {
        padding-right: .5rem!important
    }

    .pr-md-4 {
        padding-right: .6875rem!important
    }

    .pr-md-5 {
        padding-right: .75rem!important
    }

    .pr-md-6 {
        padding-right: .8125rem!important
    }

    .pr-md-7 {
        padding-right: .9375rem!important
    }

    .pr-md-8 {
        padding-right: 1rem!important
    }

    .pr-md-9 {
        padding-right: 1.1875rem!important
    }

    .pr-md-10 {
        padding-right: 1.5rem!important
    }

    .pr-md-11 {
        padding-right: 2rem!important
    }

    .pr-md-40px {
        padding-right: 40px!important
    }

    .pr-md-12 {
        padding-right: 3rem!important
    }

    .pr-md-13 {
        padding-right: 4rem!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pb-md-1 {
        padding-bottom: .25rem!important
    }

    .pb-md-2 {
        padding-bottom: .375rem!important
    }

    .pb-md-3 {
        padding-bottom: .5rem!important
    }

    .pb-md-4 {
        padding-bottom: .6875rem!important
    }

    .pb-md-5 {
        padding-bottom: .75rem!important
    }

    .pb-md-6 {
        padding-bottom: .8125rem!important
    }

    .pb-md-7 {
        padding-bottom: .9375rem!important
    }

    .pb-md-8 {
        padding-bottom: 1rem!important
    }

    .pb-md-9 {
        padding-bottom: 1.1875rem!important
    }

    .pb-md-10 {
        padding-bottom: 1.5rem!important
    }

    .pb-md-11 {
        padding-bottom: 2rem!important
    }

    .pb-md-40px {
        padding-bottom: 40px!important
    }

    .pb-md-12 {
        padding-bottom: 3rem!important
    }

    .pb-md-13 {
        padding-bottom: 4rem!important
    }

    .pl-md-0 {
        padding-left: 0!important
    }

    .pl-md-1 {
        padding-left: .25rem!important
    }

    .pl-md-2 {
        padding-left: .375rem!important
    }

    .pl-md-3 {
        padding-left: .5rem!important
    }

    .pl-md-4 {
        padding-left: .6875rem!important
    }

    .pl-md-5 {
        padding-left: .75rem!important
    }

    .pl-md-6 {
        padding-left: .8125rem!important
    }

    .pl-md-7 {
        padding-left: .9375rem!important
    }

    .pl-md-8 {
        padding-left: 1rem!important
    }

    .pl-md-9 {
        padding-left: 1.1875rem!important
    }

    .pl-md-10 {
        padding-left: 1.5rem!important
    }

    .pl-md-11 {
        padding-left: 2rem!important
    }

    .pl-md-40px {
        padding-left: 40px!important
    }

    .pl-md-12 {
        padding-left: 3rem!important
    }

    .pl-md-13 {
        padding-left: 4rem!important
    }
}

@media (min-width: 1200px) {
    .d-lg-inline {
        display:inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-grid {
        display: grid!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-row {
        flex-direction: row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }

    .order-lg-first {
        order: -1!important
    }

    .order-lg-0 {
        order: 0!important
    }

    .order-lg-1 {
        order: 1!important
    }

    .order-lg-2 {
        order: 2!important
    }

    .order-lg-3 {
        order: 3!important
    }

    .order-lg-4 {
        order: 4!important
    }

    .order-lg-5 {
        order: 5!important
    }

    .order-lg-last {
        order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .m-lg-2 {
        margin: .375rem!important
    }

    .m-lg-3 {
        margin: .5rem!important
    }

    .m-lg-4 {
        margin: .6875rem!important
    }

    .m-lg-5 {
        margin: .75rem!important
    }

    .m-lg-6 {
        margin: .8125rem!important
    }

    .m-lg-7 {
        margin: .9375rem!important
    }

    .m-lg-8 {
        margin: 1rem!important
    }

    .m-lg-9 {
        margin: 1.1875rem!important
    }

    .m-lg-10 {
        margin: 1.5rem!important
    }

    .m-lg-11 {
        margin: 2rem!important
    }

    .m-lg-40px {
        margin: 40px!important
    }

    .m-lg-12 {
        margin: 3rem!important
    }

    .m-lg-13 {
        margin: 4rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-lg-2 {
        margin-right: .375rem!important;
        margin-left: .375rem!important
    }

    .mx-lg-3 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-lg-4 {
        margin-right: .6875rem!important;
        margin-left: .6875rem!important
    }

    .mx-lg-5 {
        margin-right: .75rem!important;
        margin-left: .75rem!important
    }

    .mx-lg-6 {
        margin-right: .8125rem!important;
        margin-left: .8125rem!important
    }

    .mx-lg-7 {
        margin-right: .9375rem!important;
        margin-left: .9375rem!important
    }

    .mx-lg-8 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-lg-9 {
        margin-right: 1.1875rem!important;
        margin-left: 1.1875rem!important
    }

    .mx-lg-10 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-lg-11 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }

    .mx-lg-40px {
        margin-right: 40px!important;
        margin-left: 40px!important
    }

    .mx-lg-12 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-lg-13 {
        margin-right: 4rem!important;
        margin-left: 4rem!important
    }

    .mx-lg-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-lg-2 {
        margin-top: .375rem!important;
        margin-bottom: .375rem!important
    }

    .my-lg-3 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-lg-4 {
        margin-top: .6875rem!important;
        margin-bottom: .6875rem!important
    }

    .my-lg-5 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .my-lg-6 {
        margin-top: .8125rem!important;
        margin-bottom: .8125rem!important
    }

    .my-lg-7 {
        margin-top: .9375rem!important;
        margin-bottom: .9375rem!important
    }

    .my-lg-8 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-lg-9 {
        margin-top: 1.1875rem!important;
        margin-bottom: 1.1875rem!important
    }

    .my-lg-10 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-lg-11 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .my-lg-40px {
        margin-top: 40px!important;
        margin-bottom: 40px!important
    }

    .my-lg-12 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-lg-13 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important
    }

    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mt-lg-1 {
        margin-top: .25rem!important
    }

    .mt-lg-2 {
        margin-top: .375rem!important
    }

    .mt-lg-3 {
        margin-top: .5rem!important
    }

    .mt-lg-4 {
        margin-top: .6875rem!important
    }

    .mt-lg-5 {
        margin-top: .75rem!important
    }

    .mt-lg-6 {
        margin-top: .8125rem!important
    }

    .mt-lg-7 {
        margin-top: .9375rem!important
    }

    .mt-lg-8 {
        margin-top: 1rem!important
    }

    .mt-lg-9 {
        margin-top: 1.1875rem!important
    }

    .mt-lg-10 {
        margin-top: 1.5rem!important
    }

    .mt-lg-11 {
        margin-top: 2rem!important
    }

    .mt-lg-40px {
        margin-top: 40px!important
    }

    .mt-lg-12 {
        margin-top: 3rem!important
    }

    .mt-lg-13 {
        margin-top: 4rem!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-0 {
        margin-right: 0!important
    }

    .mr-lg-1 {
        margin-right: .25rem!important
    }

    .mr-lg-2 {
        margin-right: .375rem!important
    }

    .mr-lg-3 {
        margin-right: .5rem!important
    }

    .mr-lg-4 {
        margin-right: .6875rem!important
    }

    .mr-lg-5 {
        margin-right: .75rem!important
    }

    .mr-lg-6 {
        margin-right: .8125rem!important
    }

    .mr-lg-7 {
        margin-right: .9375rem!important
    }

    .mr-lg-8 {
        margin-right: 1rem!important
    }

    .mr-lg-9 {
        margin-right: 1.1875rem!important
    }

    .mr-lg-10 {
        margin-right: 1.5rem!important
    }

    .mr-lg-11 {
        margin-right: 2rem!important
    }

    .mr-lg-40px {
        margin-right: 40px!important
    }

    .mr-lg-12 {
        margin-right: 3rem!important
    }

    .mr-lg-13 {
        margin-right: 4rem!important
    }

    .mr-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .mb-lg-2 {
        margin-bottom: .375rem!important
    }

    .mb-lg-3 {
        margin-bottom: .5rem!important
    }

    .mb-lg-4 {
        margin-bottom: .6875rem!important
    }

    .mb-lg-5 {
        margin-bottom: .75rem!important
    }

    .mb-lg-6 {
        margin-bottom: .8125rem!important
    }

    .mb-lg-7 {
        margin-bottom: .9375rem!important
    }

    .mb-lg-8 {
        margin-bottom: 1rem!important
    }

    .mb-lg-9 {
        margin-bottom: 1.1875rem!important
    }

    .mb-lg-10 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-11 {
        margin-bottom: 2rem!important
    }

    .mb-lg-40px {
        margin-bottom: 40px!important
    }

    .mb-lg-12 {
        margin-bottom: 3rem!important
    }

    .mb-lg-13 {
        margin-bottom: 4rem!important
    }

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-0 {
        margin-left: 0!important
    }

    .ml-lg-1 {
        margin-left: .25rem!important
    }

    .ml-lg-2 {
        margin-left: .375rem!important
    }

    .ml-lg-3 {
        margin-left: .5rem!important
    }

    .ml-lg-4 {
        margin-left: .6875rem!important
    }

    .ml-lg-5 {
        margin-left: .75rem!important
    }

    .ml-lg-6 {
        margin-left: .8125rem!important
    }

    .ml-lg-7 {
        margin-left: .9375rem!important
    }

    .ml-lg-8 {
        margin-left: 1rem!important
    }

    .ml-lg-9 {
        margin-left: 1.1875rem!important
    }

    .ml-lg-10 {
        margin-left: 1.5rem!important
    }

    .ml-lg-11 {
        margin-left: 2rem!important
    }

    .ml-lg-40px {
        margin-left: 40px!important
    }

    .ml-lg-12 {
        margin-left: 3rem!important
    }

    .ml-lg-13 {
        margin-left: 4rem!important
    }

    .ml-lg-auto {
        margin-left: auto!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .p-lg-2 {
        padding: .375rem!important
    }

    .p-lg-3 {
        padding: .5rem!important
    }

    .p-lg-4 {
        padding: .6875rem!important
    }

    .p-lg-5 {
        padding: .75rem!important
    }

    .p-lg-6 {
        padding: .8125rem!important
    }

    .p-lg-7 {
        padding: .9375rem!important
    }

    .p-lg-8 {
        padding: 1rem!important
    }

    .p-lg-9 {
        padding: 1.1875rem!important
    }

    .p-lg-10 {
        padding: 1.5rem!important
    }

    .p-lg-11 {
        padding: 2rem!important
    }

    .p-lg-40px {
        padding: 40px!important
    }

    .p-lg-12 {
        padding: 3rem!important
    }

    .p-lg-13 {
        padding: 4rem!important
    }

    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-lg-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-lg-2 {
        padding-right: .375rem!important;
        padding-left: .375rem!important
    }

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

    .px-lg-4 {
        padding-right: .6875rem!important;
        padding-left: .6875rem!important
    }

    .px-lg-5 {
        padding-right: .75rem!important;
        padding-left: .75rem!important
    }

    .px-lg-6 {
        padding-right: .8125rem!important;
        padding-left: .8125rem!important
    }

    .px-lg-7 {
        padding-right: .9375rem!important;
        padding-left: .9375rem!important
    }

    .px-lg-8 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-lg-9 {
        padding-right: 1.1875rem!important;
        padding-left: 1.1875rem!important
    }

    .px-lg-10 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-lg-11 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }

    .px-lg-40px {
        padding-right: 40px!important;
        padding-left: 40px!important
    }

    .px-lg-12 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .px-lg-13 {
        padding-right: 4rem!important;
        padding-left: 4rem!important
    }

    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-lg-2 {
        padding-top: .375rem!important;
        padding-bottom: .375rem!important
    }

    .py-lg-3 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-lg-4 {
        padding-top: .6875rem!important;
        padding-bottom: .6875rem!important
    }

    .py-lg-5 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

    .py-lg-6 {
        padding-top: .8125rem!important;
        padding-bottom: .8125rem!important
    }

    .py-lg-7 {
        padding-top: .9375rem!important;
        padding-bottom: .9375rem!important
    }

    .py-lg-8 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-lg-9 {
        padding-top: 1.1875rem!important;
        padding-bottom: 1.1875rem!important
    }

    .py-lg-10 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-lg-11 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .py-lg-40px {
        padding-top: 40px!important;
        padding-bottom: 40px!important
    }

    .py-lg-12 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .py-lg-13 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .pt-lg-2 {
        padding-top: .375rem!important
    }

    .pt-lg-3 {
        padding-top: .5rem!important
    }

    .pt-lg-4 {
        padding-top: .6875rem!important
    }

    .pt-lg-5 {
        padding-top: .75rem!important
    }

    .pt-lg-6 {
        padding-top: .8125rem!important
    }

    .pt-lg-7 {
        padding-top: .9375rem!important
    }

    .pt-lg-8 {
        padding-top: 1rem!important
    }

    .pt-lg-9 {
        padding-top: 1.1875rem!important
    }

    .pt-lg-10 {
        padding-top: 1.5rem!important
    }

    .pt-lg-11 {
        padding-top: 2rem!important
    }

    .pt-lg-40px {
        padding-top: 40px!important
    }

    .pt-lg-12 {
        padding-top: 3rem!important
    }

    .pt-lg-13 {
        padding-top: 4rem!important
    }

    .pr-lg-0 {
        padding-right: 0!important
    }

    .pr-lg-1 {
        padding-right: .25rem!important
    }

    .pr-lg-2 {
        padding-right: .375rem!important
    }

    .pr-lg-3 {
        padding-right: .5rem!important
    }

    .pr-lg-4 {
        padding-right: .6875rem!important
    }

    .pr-lg-5 {
        padding-right: .75rem!important
    }

    .pr-lg-6 {
        padding-right: .8125rem!important
    }

    .pr-lg-7 {
        padding-right: .9375rem!important
    }

    .pr-lg-8 {
        padding-right: 1rem!important
    }

    .pr-lg-9 {
        padding-right: 1.1875rem!important
    }

    .pr-lg-10 {
        padding-right: 1.5rem!important
    }

    .pr-lg-11 {
        padding-right: 2rem!important
    }

    .pr-lg-40px {
        padding-right: 40px!important
    }

    .pr-lg-12 {
        padding-right: 3rem!important
    }

    .pr-lg-13 {
        padding-right: 4rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pb-lg-1 {
        padding-bottom: .25rem!important
    }

    .pb-lg-2 {
        padding-bottom: .375rem!important
    }

    .pb-lg-3 {
        padding-bottom: .5rem!important
    }

    .pb-lg-4 {
        padding-bottom: .6875rem!important
    }

    .pb-lg-5 {
        padding-bottom: .75rem!important
    }

    .pb-lg-6 {
        padding-bottom: .8125rem!important
    }

    .pb-lg-7 {
        padding-bottom: .9375rem!important
    }

    .pb-lg-8 {
        padding-bottom: 1rem!important
    }

    .pb-lg-9 {
        padding-bottom: 1.1875rem!important
    }

    .pb-lg-10 {
        padding-bottom: 1.5rem!important
    }

    .pb-lg-11 {
        padding-bottom: 2rem!important
    }

    .pb-lg-40px {
        padding-bottom: 40px!important
    }

    .pb-lg-12 {
        padding-bottom: 3rem!important
    }

    .pb-lg-13 {
        padding-bottom: 4rem!important
    }

    .pl-lg-0 {
        padding-left: 0!important
    }

    .pl-lg-1 {
        padding-left: .25rem!important
    }

    .pl-lg-2 {
        padding-left: .375rem!important
    }

    .pl-lg-3 {
        padding-left: .5rem!important
    }

    .pl-lg-4 {
        padding-left: .6875rem!important
    }

    .pl-lg-5 {
        padding-left: .75rem!important
    }

    .pl-lg-6 {
        padding-left: .8125rem!important
    }

    .pl-lg-7 {
        padding-left: .9375rem!important
    }

    .pl-lg-8 {
        padding-left: 1rem!important
    }

    .pl-lg-9 {
        padding-left: 1.1875rem!important
    }

    .pl-lg-10 {
        padding-left: 1.5rem!important
    }

    .pl-lg-11 {
        padding-left: 2rem!important
    }

    .pl-lg-40px {
        padding-left: 40px!important
    }

    .pl-lg-12 {
        padding-left: 3rem!important
    }

    .pl-lg-13 {
        padding-left: 4rem!important
    }
}

@media (min-width: 1280px) {
    .d-xl-inline {
        display:inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-grid {
        display: grid!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }

    .d-xl-none {
        display: none!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-row {
        flex-direction: row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }

    .order-xl-first {
        order: -1!important
    }

    .order-xl-0 {
        order: 0!important
    }

    .order-xl-1 {
        order: 1!important
    }

    .order-xl-2 {
        order: 2!important
    }

    .order-xl-3 {
        order: 3!important
    }

    .order-xl-4 {
        order: 4!important
    }

    .order-xl-5 {
        order: 5!important
    }

    .order-xl-last {
        order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .m-xl-2 {
        margin: .375rem!important
    }

    .m-xl-3 {
        margin: .5rem!important
    }

    .m-xl-4 {
        margin: .6875rem!important
    }

    .m-xl-5 {
        margin: .75rem!important
    }

    .m-xl-6 {
        margin: .8125rem!important
    }

    .m-xl-7 {
        margin: .9375rem!important
    }

    .m-xl-8 {
        margin: 1rem!important
    }

    .m-xl-9 {
        margin: 1.1875rem!important
    }

    .m-xl-10 {
        margin: 1.5rem!important
    }

    .m-xl-11 {
        margin: 2rem!important
    }

    .m-xl-40px {
        margin: 40px!important
    }

    .m-xl-12 {
        margin: 3rem!important
    }

    .m-xl-13 {
        margin: 4rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xl-2 {
        margin-right: .375rem!important;
        margin-left: .375rem!important
    }

    .mx-xl-3 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xl-4 {
        margin-right: .6875rem!important;
        margin-left: .6875rem!important
    }

    .mx-xl-5 {
        margin-right: .75rem!important;
        margin-left: .75rem!important
    }

    .mx-xl-6 {
        margin-right: .8125rem!important;
        margin-left: .8125rem!important
    }

    .mx-xl-7 {
        margin-right: .9375rem!important;
        margin-left: .9375rem!important
    }

    .mx-xl-8 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xl-9 {
        margin-right: 1.1875rem!important;
        margin-left: 1.1875rem!important
    }

    .mx-xl-10 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xl-11 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }

    .mx-xl-40px {
        margin-right: 40px!important;
        margin-left: 40px!important
    }

    .mx-xl-12 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xl-13 {
        margin-right: 4rem!important;
        margin-left: 4rem!important
    }

    .mx-xl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xl-2 {
        margin-top: .375rem!important;
        margin-bottom: .375rem!important
    }

    .my-xl-3 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xl-4 {
        margin-top: .6875rem!important;
        margin-bottom: .6875rem!important
    }

    .my-xl-5 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .my-xl-6 {
        margin-top: .8125rem!important;
        margin-bottom: .8125rem!important
    }

    .my-xl-7 {
        margin-top: .9375rem!important;
        margin-bottom: .9375rem!important
    }

    .my-xl-8 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xl-9 {
        margin-top: 1.1875rem!important;
        margin-bottom: 1.1875rem!important
    }

    .my-xl-10 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xl-11 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .my-xl-40px {
        margin-top: 40px!important;
        margin-bottom: 40px!important
    }

    .my-xl-12 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xl-13 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important
    }

    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xl-0 {
        margin-top: 0!important
    }

    .mt-xl-1 {
        margin-top: .25rem!important
    }

    .mt-xl-2 {
        margin-top: .375rem!important
    }

    .mt-xl-3 {
        margin-top: .5rem!important
    }

    .mt-xl-4 {
        margin-top: .6875rem!important
    }

    .mt-xl-5 {
        margin-top: .75rem!important
    }

    .mt-xl-6 {
        margin-top: .8125rem!important
    }

    .mt-xl-7 {
        margin-top: .9375rem!important
    }

    .mt-xl-8 {
        margin-top: 1rem!important
    }

    .mt-xl-9 {
        margin-top: 1.1875rem!important
    }

    .mt-xl-10 {
        margin-top: 1.5rem!important
    }

    .mt-xl-11 {
        margin-top: 2rem!important
    }

    .mt-xl-40px {
        margin-top: 40px!important
    }

    .mt-xl-12 {
        margin-top: 3rem!important
    }

    .mt-xl-13 {
        margin-top: 4rem!important
    }

    .mt-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-0 {
        margin-right: 0!important
    }

    .mr-xl-1 {
        margin-right: .25rem!important
    }

    .mr-xl-2 {
        margin-right: .375rem!important
    }

    .mr-xl-3 {
        margin-right: .5rem!important
    }

    .mr-xl-4 {
        margin-right: .6875rem!important
    }

    .mr-xl-5 {
        margin-right: .75rem!important
    }

    .mr-xl-6 {
        margin-right: .8125rem!important
    }

    .mr-xl-7 {
        margin-right: .9375rem!important
    }

    .mr-xl-8 {
        margin-right: 1rem!important
    }

    .mr-xl-9 {
        margin-right: 1.1875rem!important
    }

    .mr-xl-10 {
        margin-right: 1.5rem!important
    }

    .mr-xl-11 {
        margin-right: 2rem!important
    }

    .mr-xl-40px {
        margin-right: 40px!important
    }

    .mr-xl-12 {
        margin-right: 3rem!important
    }

    .mr-xl-13 {
        margin-right: 4rem!important
    }

    .mr-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-0 {
        margin-bottom: 0!important
    }

    .mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xl-2 {
        margin-bottom: .375rem!important
    }

    .mb-xl-3 {
        margin-bottom: .5rem!important
    }

    .mb-xl-4 {
        margin-bottom: .6875rem!important
    }

    .mb-xl-5 {
        margin-bottom: .75rem!important
    }

    .mb-xl-6 {
        margin-bottom: .8125rem!important
    }

    .mb-xl-7 {
        margin-bottom: .9375rem!important
    }

    .mb-xl-8 {
        margin-bottom: 1rem!important
    }

    .mb-xl-9 {
        margin-bottom: 1.1875rem!important
    }

    .mb-xl-10 {
        margin-bottom: 1.5rem!important
    }

    .mb-xl-11 {
        margin-bottom: 2rem!important
    }

    .mb-xl-40px {
        margin-bottom: 40px!important
    }

    .mb-xl-12 {
        margin-bottom: 3rem!important
    }

    .mb-xl-13 {
        margin-bottom: 4rem!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-0 {
        margin-left: 0!important
    }

    .ml-xl-1 {
        margin-left: .25rem!important
    }

    .ml-xl-2 {
        margin-left: .375rem!important
    }

    .ml-xl-3 {
        margin-left: .5rem!important
    }

    .ml-xl-4 {
        margin-left: .6875rem!important
    }

    .ml-xl-5 {
        margin-left: .75rem!important
    }

    .ml-xl-6 {
        margin-left: .8125rem!important
    }

    .ml-xl-7 {
        margin-left: .9375rem!important
    }

    .ml-xl-8 {
        margin-left: 1rem!important
    }

    .ml-xl-9 {
        margin-left: 1.1875rem!important
    }

    .ml-xl-10 {
        margin-left: 1.5rem!important
    }

    .ml-xl-11 {
        margin-left: 2rem!important
    }

    .ml-xl-40px {
        margin-left: 40px!important
    }

    .ml-xl-12 {
        margin-left: 3rem!important
    }

    .ml-xl-13 {
        margin-left: 4rem!important
    }

    .ml-xl-auto {
        margin-left: auto!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .p-xl-2 {
        padding: .375rem!important
    }

    .p-xl-3 {
        padding: .5rem!important
    }

    .p-xl-4 {
        padding: .6875rem!important
    }

    .p-xl-5 {
        padding: .75rem!important
    }

    .p-xl-6 {
        padding: .8125rem!important
    }

    .p-xl-7 {
        padding: .9375rem!important
    }

    .p-xl-8 {
        padding: 1rem!important
    }

    .p-xl-9 {
        padding: 1.1875rem!important
    }

    .p-xl-10 {
        padding: 1.5rem!important
    }

    .p-xl-11 {
        padding: 2rem!important
    }

    .p-xl-40px {
        padding: 40px!important
    }

    .p-xl-12 {
        padding: 3rem!important
    }

    .p-xl-13 {
        padding: 4rem!important
    }

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

    .px-xl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xl-2 {
        padding-right: .375rem!important;
        padding-left: .375rem!important
    }

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

    .px-xl-4 {
        padding-right: .6875rem!important;
        padding-left: .6875rem!important
    }

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

    .px-xl-6 {
        padding-right: .8125rem!important;
        padding-left: .8125rem!important
    }

    .px-xl-7 {
        padding-right: .9375rem!important;
        padding-left: .9375rem!important
    }

    .px-xl-8 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xl-9 {
        padding-right: 1.1875rem!important;
        padding-left: 1.1875rem!important
    }

    .px-xl-10 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xl-11 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }

    .px-xl-40px {
        padding-right: 40px!important;
        padding-left: 40px!important
    }

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

    .px-xl-13 {
        padding-right: 4rem!important;
        padding-left: 4rem!important
    }

    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xl-2 {
        padding-top: .375rem!important;
        padding-bottom: .375rem!important
    }

    .py-xl-3 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xl-4 {
        padding-top: .6875rem!important;
        padding-bottom: .6875rem!important
    }

    .py-xl-5 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

    .py-xl-6 {
        padding-top: .8125rem!important;
        padding-bottom: .8125rem!important
    }

    .py-xl-7 {
        padding-top: .9375rem!important;
        padding-bottom: .9375rem!important
    }

    .py-xl-8 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xl-9 {
        padding-top: 1.1875rem!important;
        padding-bottom: 1.1875rem!important
    }

    .py-xl-10 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xl-11 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .py-xl-40px {
        padding-top: 40px!important;
        padding-bottom: 40px!important
    }

    .py-xl-12 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .py-xl-13 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pt-xl-1 {
        padding-top: .25rem!important
    }

    .pt-xl-2 {
        padding-top: .375rem!important
    }

    .pt-xl-3 {
        padding-top: .5rem!important
    }

    .pt-xl-4 {
        padding-top: .6875rem!important
    }

    .pt-xl-5 {
        padding-top: .75rem!important
    }

    .pt-xl-6 {
        padding-top: .8125rem!important
    }

    .pt-xl-7 {
        padding-top: .9375rem!important
    }

    .pt-xl-8 {
        padding-top: 1rem!important
    }

    .pt-xl-9 {
        padding-top: 1.1875rem!important
    }

    .pt-xl-10 {
        padding-top: 1.5rem!important
    }

    .pt-xl-11 {
        padding-top: 2rem!important
    }

    .pt-xl-40px {
        padding-top: 40px!important
    }

    .pt-xl-12 {
        padding-top: 3rem!important
    }

    .pt-xl-13 {
        padding-top: 4rem!important
    }

    .pr-xl-0 {
        padding-right: 0!important
    }

    .pr-xl-1 {
        padding-right: .25rem!important
    }

    .pr-xl-2 {
        padding-right: .375rem!important
    }

    .pr-xl-3 {
        padding-right: .5rem!important
    }

    .pr-xl-4 {
        padding-right: .6875rem!important
    }

    .pr-xl-5 {
        padding-right: .75rem!important
    }

    .pr-xl-6 {
        padding-right: .8125rem!important
    }

    .pr-xl-7 {
        padding-right: .9375rem!important
    }

    .pr-xl-8 {
        padding-right: 1rem!important
    }

    .pr-xl-9 {
        padding-right: 1.1875rem!important
    }

    .pr-xl-10 {
        padding-right: 1.5rem!important
    }

    .pr-xl-11 {
        padding-right: 2rem!important
    }

    .pr-xl-40px {
        padding-right: 40px!important
    }

    .pr-xl-12 {
        padding-right: 3rem!important
    }

    .pr-xl-13 {
        padding-right: 4rem!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xl-2 {
        padding-bottom: .375rem!important
    }

    .pb-xl-3 {
        padding-bottom: .5rem!important
    }

    .pb-xl-4 {
        padding-bottom: .6875rem!important
    }

    .pb-xl-5 {
        padding-bottom: .75rem!important
    }

    .pb-xl-6 {
        padding-bottom: .8125rem!important
    }

    .pb-xl-7 {
        padding-bottom: .9375rem!important
    }

    .pb-xl-8 {
        padding-bottom: 1rem!important
    }

    .pb-xl-9 {
        padding-bottom: 1.1875rem!important
    }

    .pb-xl-10 {
        padding-bottom: 1.5rem!important
    }

    .pb-xl-11 {
        padding-bottom: 2rem!important
    }

    .pb-xl-40px {
        padding-bottom: 40px!important
    }

    .pb-xl-12 {
        padding-bottom: 3rem!important
    }

    .pb-xl-13 {
        padding-bottom: 4rem!important
    }

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

    .pl-xl-1 {
        padding-left: .25rem!important
    }

    .pl-xl-2 {
        padding-left: .375rem!important
    }

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

    .pl-xl-4 {
        padding-left: .6875rem!important
    }

    .pl-xl-5 {
        padding-left: .75rem!important
    }

    .pl-xl-6 {
        padding-left: .8125rem!important
    }

    .pl-xl-7 {
        padding-left: .9375rem!important
    }

    .pl-xl-8 {
        padding-left: 1rem!important
    }

    .pl-xl-9 {
        padding-left: 1.1875rem!important
    }

    .pl-xl-10 {
        padding-left: 1.5rem!important
    }

    .pl-xl-11 {
        padding-left: 2rem!important
    }

    .pl-xl-40px {
        padding-left: 40px!important
    }

    .pl-xl-12 {
        padding-left: 3rem!important
    }

    .pl-xl-13 {
        padding-left: 4rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-grid {
        display: grid!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }

    .d-print-none {
        display: none!important
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: .875rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #383838;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25)
}

.form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #383838
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-floating {
    position: relative
}

.form-floating > .form-control,.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control::placeholder {
    color: transparent
}

.form-floating > .form-control:focus,.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:focus ~ label,.form-floating > .form-control:not(:placeholder-shown) ~ label,.form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

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

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #3f3d3d;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    text-decoration: none
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus {
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,code,kbd,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.lazyload,.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms
}

.main-link {
    text-decoration: none;
    outline: none;
    background-repeat: repeat-x;
    background-size: 200% 2px;
    background-position: 0 100%;
    padding-bottom: .125rem;
    color: #931008;
    background-image: linear-gradient(to right,#931008 50%,transparent 50%)
}

.main-link:hover {
    color: #931008;
    background-image: linear-gradient(to right,rgba(147,15,8,0.3) 50%,transparent 50%)
}

.main-link--1 {
    text-decoration: none;
    outline: none;
    background-repeat: repeat-x;
    background-size: 200% 1px;
    background-position: 0 100%;
    padding-bottom: .125rem;
    color: #931008;
    background-image: linear-gradient(to right,#931008 50%,transparent 50%)
}

.main-link--1:hover {
    color: #931008;
    background-image: linear-gradient(to right,rgba(147,15,8,0.3) 50%,transparent 50%)
}

.main-link--black {
    text-decoration: none;
    outline: none;
    background-repeat: repeat-x;
    background-size: 200% 1px;
    background-position: 0 100%;
    color: #000;
    background-image: none
}

.main-link--black:hover {
    color: #000;
    background-image: linear-gradient(to right,#000 50%,transparent 50%)
}

.main-link--white {
    text-decoration: none;
    outline: none;
    background-repeat: repeat-x;
    background-size: 200% 1px;
    background-position: 0 100%;
    color: #fff;
    background-image: none
}

.main-link--white:hover {
    color: #fff;
    background-image: linear-gradient(to right,#fff 50%,transparent 50%)
}

.bg-inherit {
    background-color: inherit
}

.bg-transparent {
    background-color: rgba(0,0,0,0)
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-blue {
    background-color: #007bff
}

.bg-indigo {
    background-color: #6610f2
}

.bg-purple {
    background-color: #6f42c1
}

.bg-pink {
    background-color: #e83e8c
}

.bg-red {
    background-color: #dc3545
}

.bg-orange {
    background-color: #fd7e14
}

.bg-yellow {
    background-color: #ffc107
}

.bg-green {
    background-color: #28a745
}

.bg-teal {
    background-color: #20c997
}

.bg-cyan {
    background-color: #17a2b8
}

.bg-gray {
    background-color: #6c757d
}

.bg-gray-dark {
    background-color: #343a40
}

.c-inherit {
    color: inherit
}

.c-transparent {
    color: rgba(0,0,0,0)
}

.c-white {
    color: #fff
}

.c-black {
    color: #000
}

.c-blue {
    color: #007bff
}

.c-indigo {
    color: #6610f2
}

.c-purple {
    color: #6f42c1
}

.c-pink {
    color: #e83e8c
}

.c-red {
    color: #dc3545
}

.c-orange {
    color: #fd7e14
}

.c-yellow {
    color: #ffc107
}

.c-green {
    color: #28a745
}

.c-teal {
    color: #20c997
}

.c-cyan {
    color: #17a2b8
}

.c-gray {
    color: #6c757d
}

.c-gray-dark {
    color: #343a40
}

.b--inherit {
    border-color: inherit
}

.b--transparent {
    border-color: rgba(0,0,0,0)
}

.b--white {
    border-color: #fff
}

.b--black {
    border-color: #000
}

.b--blue {
    border-color: #007bff
}

.b--indigo {
    border-color: #6610f2
}

.b--purple {
    border-color: #6f42c1
}

.b--pink {
    border-color: #e83e8c
}

.b--red {
    border-color: #dc3545
}

.b--orange {
    border-color: #fd7e14
}

.b--yellow {
    border-color: #ffc107
}

.b--green {
    border-color: #28a745
}

.b--teal {
    border-color: #20c997
}

.b--cyan {
    border-color: #17a2b8
}

.b--gray {
    border-color: #6c757d
}

.b--gray-dark {
    border-color: #343a40
}

.bg-FFCC00 {
    background-color: #fc0
}

.bg-FF5858 {
    background-color: #ff5858
}

.bg-FF5858\:hover:hover {
    background-color: #ff5858
}

.bg-ff585885 {
    background-color: #ff585885
}

.bg-EFEFEF {
    background-color: #efefef
}

.bg-C4C4C4 {
    background-color: #c4c4c4
}

.bg-052AEd85 {
    background-color: #052aed85
}

.bg-617aff85 {
    background-color: #617aff85
}

.bg-a9b7ff85 {
    background-color: #a9b7ff85
}

.bg-052AED {
    background-color: #052aed
}

.bg-88ff2a85 {
    background-color: #88ff2a85
}

.bg-02eeda85 {
    background-color: #02eeda85
}

.b-E5E5E5 {
    border-color: #e5e5e5
}

.b-FF5858 {
    border-color: #ff5858
}

.b-FF5858\:hover:hover {
    border-color: #ff5858
}

.b-E1E3E9 {
    border-color: #e1e3e9
}

.b-052AED {
    border-color: #052aed
}

.b-B5B5B5 {
    border-color: #b5b5b5
}

.b-ADADAD {
    border-color: #adadad
}

.b-ACACAC {
    border-color: #acacac
}

.b-4DF822 {
    border-color: #4df822
}

.b-5974FF {
    border-color: #5974ff
}

.b-9E9EA8 {
    border-color: #9e9ea8
}

.c-878B90 {
    color: #878b90
}

.c-D6D6D6 {
    color: #d6d6d6
}

.c-696969 {
    color: #696969
}

.c-383838 {
    color: #383838
}

.c-383838\:hover:hover {
    color: #383838
}

.c-646464 {
    color: #646464
}

.c-white\:hover:hover {
    color: #fff
}

.c-7D848A {
    color: #7d848a
}

.c-182839 {
    color: #182839
}

.c-8A8A8A {
    color: #8a8a8a
}

.c-898989 {
    color: #898989
}

.c-979797 {
    color: #979797
}

.c-979797\:hover:hover {
    color: #979797
}

.c-676767 {
    color: #676767
}

.c-C2C4C5 {
    color: #c2c4c5
}

.c-656565 {
    color: #656565
}

.c-9E9EA8\:placeholder::placeholder {
    color: #9e9ea8
}

.b-shadow-none {
    box-shadow: none
}

.b-shadow-none--hover:hover {
    box-shadow: none
}

.b-shadow-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)
}

.b-shadow-1--hover:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
}

.b-shadow-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
}

.b-shadow-2--hover:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)
}

.b-shadow-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)
}

.b-shadow-3--hover:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
}

.b-shadow-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
}

.b-shadow-4--hover:hover {
    box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)
}

.b-shadow-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)
}

.b-shadow-5--hover:hover {
    box-shadow: 0 24px 48px rgba(0,0,0,0.19),0 21px 13px rgba(0,0,0,0.23)
}

@media (min-width: 0) {
    .b-shadow-xs-none {
        box-shadow:none
    }

    .b-shadow-xs-none--hover:hover {
        box-shadow: none
    }

    .b-shadow-xs-1 {
        box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)
    }

    .b-shadow-xs-1--hover:hover {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-xs-2 {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-xs-2--hover:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-xs-3 {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-xs-3--hover:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
    }

    .b-shadow-xs-4 {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
    }

    .b-shadow-xs-4--hover:hover {
        box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)
    }

    .b-shadow-xs-5 {
        box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)
    }

    .b-shadow-xs-5--hover:hover {
        box-shadow: 0 24px 48px rgba(0,0,0,0.19),0 21px 13px rgba(0,0,0,0.23)
    }
}

@media (min-width: 768px) {
    .b-shadow-sm-none {
        box-shadow:none
    }

    .b-shadow-sm-none--hover:hover {
        box-shadow: none
    }

    .b-shadow-sm-1 {
        box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)
    }

    .b-shadow-sm-1--hover:hover {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-sm-2 {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-sm-2--hover:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-sm-3 {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-sm-3--hover:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
    }

    .b-shadow-sm-4 {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
    }

    .b-shadow-sm-4--hover:hover {
        box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)
    }

    .b-shadow-sm-5 {
        box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)
    }

    .b-shadow-sm-5--hover:hover {
        box-shadow: 0 24px 48px rgba(0,0,0,0.19),0 21px 13px rgba(0,0,0,0.23)
    }
}

@media (min-width: 992px) {
    .b-shadow-md-none {
        box-shadow:none
    }

    .b-shadow-md-none--hover:hover {
        box-shadow: none
    }

    .b-shadow-md-1 {
        box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)
    }

    .b-shadow-md-1--hover:hover {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-md-2 {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-md-2--hover:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-md-3 {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-md-3--hover:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
    }

    .b-shadow-md-4 {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
    }

    .b-shadow-md-4--hover:hover {
        box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)
    }

    .b-shadow-md-5 {
        box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)
    }

    .b-shadow-md-5--hover:hover {
        box-shadow: 0 24px 48px rgba(0,0,0,0.19),0 21px 13px rgba(0,0,0,0.23)
    }
}

@media (min-width: 1200px) {
    .b-shadow-lg-none {
        box-shadow:none
    }

    .b-shadow-lg-none--hover:hover {
        box-shadow: none
    }

    .b-shadow-lg-1 {
        box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)
    }

    .b-shadow-lg-1--hover:hover {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-lg-2 {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-lg-2--hover:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-lg-3 {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-lg-3--hover:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
    }

    .b-shadow-lg-4 {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
    }

    .b-shadow-lg-4--hover:hover {
        box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)
    }

    .b-shadow-lg-5 {
        box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)
    }

    .b-shadow-lg-5--hover:hover {
        box-shadow: 0 24px 48px rgba(0,0,0,0.19),0 21px 13px rgba(0,0,0,0.23)
    }
}

@media (min-width: 1280px) {
    .b-shadow-xl-none {
        box-shadow:none
    }

    .b-shadow-xl-none--hover:hover {
        box-shadow: none
    }

    .b-shadow-xl-1 {
        box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)
    }

    .b-shadow-xl-1--hover:hover {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-xl-2 {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-xl-2--hover:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-xl-3 {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)
    }

    .b-shadow-xl-3--hover:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
    }

    .b-shadow-xl-4 {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
    }

    .b-shadow-xl-4--hover:hover {
        box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)
    }

    .b-shadow-xl-5 {
        box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)
    }

    .b-shadow-xl-5--hover:hover {
        box-shadow: 0 24px 48px rgba(0,0,0,0.19),0 21px 13px rgba(0,0,0,0.23)
    }
}

.bShadowWhite--1\:hover:hover {
    box-shadow: 0 3px 6px rgba(255,255,255,0.16),0 3px 6px rgba(255,255,255,0.23)
}

.aspect-ratio--4x1 {
    padding-top: 25%
}

.aspect-ratio--3x1 {
    padding-top: 33.33%
}

.aspect-ratio--45 {
    padding-top: 45%
}

.aspect-ratio--2x1 {
    padding-top: 50%
}

.aspect-ratio--16x9 {
    padding-top: 56.25%
}

.aspect-ratio--8x5 {
    padding-top: 62.5%
}

.aspect-ratio--6x4 {
    padding-top: 66.6%
}

.aspect-ratio--7x5 {
    padding-top: 71.42%
}

.aspect-ratio--3x2 {
    padding-top: 75%
}

.aspect-ratio--1x1 {
    padding-top: 100%
}

.aspect-ratio--5x6 {
    padding-top: 120%
}

.aspect-ratio--3x4 {
    padding-top: 133.33%
}

.aspect-ratio--5x7 {
    padding-top: 140%
}

.aspect-ratio--4x6 {
    padding-top: 150%
}

.aspect-ratio--5x8 {
    padding-top: 160%
}

@media (min-width: 0) {
    .aspect-ratio-xs--4x1 {
        padding-top:25%
    }

    .aspect-ratio-xs--3x1 {
        padding-top: 33.33%
    }

    .aspect-ratio-xs--45 {
        padding-top: 45%
    }

    .aspect-ratio-xs--2x1 {
        padding-top: 50%
    }

    .aspect-ratio-xs--16x9 {
        padding-top: 56.25%
    }

    .aspect-ratio-xs--8x5 {
        padding-top: 62.5%
    }

    .aspect-ratio-xs--6x4 {
        padding-top: 66.6%
    }

    .aspect-ratio-xs--7x5 {
        padding-top: 71.42%
    }

    .aspect-ratio-xs--3x2 {
        padding-top: 75%
    }

    .aspect-ratio-xs--1x1 {
        padding-top: 100%
    }

    .aspect-ratio-xs--5x6 {
        padding-top: 120%
    }

    .aspect-ratio-xs--3x4 {
        padding-top: 133.33%
    }

    .aspect-ratio-xs--5x7 {
        padding-top: 140%
    }

    .aspect-ratio-xs--4x6 {
        padding-top: 150%
    }

    .aspect-ratio-xs--5x8 {
        padding-top: 160%
    }
}

@media (min-width: 768px) {
    .aspect-ratio-sm--4x1 {
        padding-top:25%
    }

    .aspect-ratio-sm--3x1 {
        padding-top: 33.33%
    }

    .aspect-ratio-sm--45 {
        padding-top: 45%
    }

    .aspect-ratio-sm--2x1 {
        padding-top: 50%
    }

    .aspect-ratio-sm--16x9 {
        padding-top: 56.25%
    }

    .aspect-ratio-sm--8x5 {
        padding-top: 62.5%
    }

    .aspect-ratio-sm--6x4 {
        padding-top: 66.6%
    }

    .aspect-ratio-sm--7x5 {
        padding-top: 71.42%
    }

    .aspect-ratio-sm--3x2 {
        padding-top: 75%
    }

    .aspect-ratio-sm--1x1 {
        padding-top: 100%
    }

    .aspect-ratio-sm--5x6 {
        padding-top: 120%
    }

    .aspect-ratio-sm--3x4 {
        padding-top: 133.33%
    }

    .aspect-ratio-sm--5x7 {
        padding-top: 140%
    }

    .aspect-ratio-sm--4x6 {
        padding-top: 150%
    }

    .aspect-ratio-sm--5x8 {
        padding-top: 160%
    }
}

@media (min-width: 992px) {
    .aspect-ratio-md--4x1 {
        padding-top:25%
    }

    .aspect-ratio-md--3x1 {
        padding-top: 33.33%
    }

    .aspect-ratio-md--45 {
        padding-top: 45%
    }

    .aspect-ratio-md--2x1 {
        padding-top: 50%
    }

    .aspect-ratio-md--16x9 {
        padding-top: 56.25%
    }

    .aspect-ratio-md--8x5 {
        padding-top: 62.5%
    }

    .aspect-ratio-md--6x4 {
        padding-top: 66.6%
    }

    .aspect-ratio-md--7x5 {
        padding-top: 71.42%
    }

    .aspect-ratio-md--3x2 {
        padding-top: 75%
    }

    .aspect-ratio-md--1x1 {
        padding-top: 100%
    }

    .aspect-ratio-md--5x6 {
        padding-top: 120%
    }

    .aspect-ratio-md--3x4 {
        padding-top: 133.33%
    }

    .aspect-ratio-md--5x7 {
        padding-top: 140%
    }

    .aspect-ratio-md--4x6 {
        padding-top: 150%
    }

    .aspect-ratio-md--5x8 {
        padding-top: 160%
    }
}

@media (min-width: 1200px) {
    .aspect-ratio-lg--4x1 {
        padding-top:25%
    }

    .aspect-ratio-lg--3x1 {
        padding-top: 33.33%
    }

    .aspect-ratio-lg--45 {
        padding-top: 45%
    }

    .aspect-ratio-lg--2x1 {
        padding-top: 50%
    }

    .aspect-ratio-lg--16x9 {
        padding-top: 56.25%
    }

    .aspect-ratio-lg--8x5 {
        padding-top: 62.5%
    }

    .aspect-ratio-lg--6x4 {
        padding-top: 66.6%
    }

    .aspect-ratio-lg--7x5 {
        padding-top: 71.42%
    }

    .aspect-ratio-lg--3x2 {
        padding-top: 75%
    }

    .aspect-ratio-lg--1x1 {
        padding-top: 100%
    }

    .aspect-ratio-lg--5x6 {
        padding-top: 120%
    }

    .aspect-ratio-lg--3x4 {
        padding-top: 133.33%
    }

    .aspect-ratio-lg--5x7 {
        padding-top: 140%
    }

    .aspect-ratio-lg--4x6 {
        padding-top: 150%
    }

    .aspect-ratio-lg--5x8 {
        padding-top: 160%
    }
}

@media (min-width: 1280px) {
    .aspect-ratio-xl--4x1 {
        padding-top:25%
    }

    .aspect-ratio-xl--3x1 {
        padding-top: 33.33%
    }

    .aspect-ratio-xl--45 {
        padding-top: 45%
    }

    .aspect-ratio-xl--2x1 {
        padding-top: 50%
    }

    .aspect-ratio-xl--16x9 {
        padding-top: 56.25%
    }

    .aspect-ratio-xl--8x5 {
        padding-top: 62.5%
    }

    .aspect-ratio-xl--6x4 {
        padding-top: 66.6%
    }

    .aspect-ratio-xl--7x5 {
        padding-top: 71.42%
    }

    .aspect-ratio-xl--3x2 {
        padding-top: 75%
    }

    .aspect-ratio-xl--1x1 {
        padding-top: 100%
    }

    .aspect-ratio-xl--5x6 {
        padding-top: 120%
    }

    .aspect-ratio-xl--3x4 {
        padding-top: 133.33%
    }

    .aspect-ratio-xl--5x7 {
        padding-top: 140%
    }

    .aspect-ratio-xl--4x6 {
        padding-top: 150%
    }

    .aspect-ratio-xl--5x8 {
        padding-top: 160%
    }
}

.f-10px {
    font-size: .556rem
}

.f-11px {
    font-size: .611rem
}

.f-12px {
    font-size: .667rem
}

.f-13px {
    font-size: .722rem
}

.f-14px {
    font-size: .778rem
}

.f-16px {
    font-size: .889rem
}

.f-17px {
    font-size: .944rem
}

.f-18px {
    font-size: 1rem
}

.f-20px {
    font-size: 1.111rem
}

.f-21px {
    font-size: 1.166rem
}

.f-24px {
    font-size: 1.333rem
}

.f-29px {
    font-size: 1.611rem
}

.f-36px {
    font-size: 2rem
}

.f-38px {
    font-size: 2.111rem
}

.f-42px {
    font-size: 2.333rem
}

.f-54px {
    font-size: 3rem
}

.f-68px {
    font-size: 3.777rem
}

.f-78px {
    font-size: 4.333rem
}

.f-80px {
    font-size: 4.444rem
}

@media (min-width: 0) {
    .f-xs-10px {
        font-size:.556rem
    }

    .f-xs-11px {
        font-size: .611rem
    }

    .f-xs-12px {
        font-size: .667rem
    }

    .f-xs-13px {
        font-size: .722rem
    }

    .f-xs-14px {
        font-size: .778rem
    }

    .f-xs-16px {
        font-size: .889rem
    }

    .f-xs-17px {
        font-size: .944rem
    }

    .f-xs-18px {
        font-size: 1rem
    }

    .f-xs-20px {
        font-size: 1.111rem
    }

    .f-xs-21px {
        font-size: 1.166rem
    }

    .f-xs-24px {
        font-size: 1.333rem
    }

    .f-xs-29px {
        font-size: 1.611rem
    }

    .f-xs-36px {
        font-size: 2rem
    }

    .f-xs-38px {
        font-size: 2.111rem
    }

    .f-xs-42px {
        font-size: 2.333rem
    }

    .f-xs-54px {
        font-size: 3rem
    }

    .f-xs-68px {
        font-size: 3.777rem
    }

    .f-xs-78px {
        font-size: 4.333rem
    }

    .f-xs-80px {
        font-size: 4.444rem
    }
}

@media (min-width: 768px) {
    .f-sm-10px {
        font-size:.556rem
    }

    .f-sm-11px {
        font-size: .611rem
    }

    .f-sm-12px {
        font-size: .667rem
    }

    .f-sm-13px {
        font-size: .722rem
    }

    .f-sm-14px {
        font-size: .778rem
    }

    .f-sm-16px {
        font-size: .889rem
    }

    .f-sm-17px {
        font-size: .944rem
    }

    .f-sm-18px {
        font-size: 1rem
    }

    .f-sm-20px {
        font-size: 1.111rem
    }

    .f-sm-21px {
        font-size: 1.166rem
    }

    .f-sm-24px {
        font-size: 1.333rem
    }

    .f-sm-29px {
        font-size: 1.611rem
    }

    .f-sm-36px {
        font-size: 2rem
    }

    .f-sm-38px {
        font-size: 2.111rem
    }

    .f-sm-42px {
        font-size: 2.333rem
    }

    .f-sm-54px {
        font-size: 3rem
    }

    .f-sm-68px {
        font-size: 3.777rem
    }

    .f-sm-78px {
        font-size: 4.333rem
    }

    .f-sm-80px {
        font-size: 4.444rem
    }
}

@media (min-width: 992px) {
    .f-md-10px {
        font-size:.556rem
    }

    .f-md-11px {
        font-size: .611rem
    }

    .f-md-12px {
        font-size: .667rem
    }

    .f-md-13px {
        font-size: .722rem
    }

    .f-md-14px {
        font-size: .778rem
    }

    .f-md-16px {
        font-size: .889rem
    }

    .f-md-17px {
        font-size: .944rem
    }

    .f-md-18px {
        font-size: 1rem
    }

    .f-md-20px {
        font-size: 1.111rem
    }

    .f-md-21px {
        font-size: 1.166rem
    }

    .f-md-24px {
        font-size: 1.333rem
    }

    .f-md-29px {
        font-size: 1.611rem
    }

    .f-md-36px {
        font-size: 2rem
    }

    .f-md-38px {
        font-size: 2.111rem
    }

    .f-md-42px {
        font-size: 2.333rem
    }

    .f-md-54px {
        font-size: 3rem
    }

    .f-md-68px {
        font-size: 3.777rem
    }

    .f-md-78px {
        font-size: 4.333rem
    }

    .f-md-80px {
        font-size: 4.444rem
    }
}

@media (min-width: 1200px) {
    .f-lg-10px {
        font-size:.556rem
    }

    .f-lg-11px {
        font-size: .611rem
    }

    .f-lg-12px {
        font-size: .667rem
    }

    .f-lg-13px {
        font-size: .722rem
    }

    .f-lg-14px {
        font-size: .778rem
    }

    .f-lg-16px {
        font-size: .889rem
    }

    .f-lg-17px {
        font-size: .944rem
    }

    .f-lg-18px {
        font-size: 1rem
    }

    .f-lg-20px {
        font-size: 1.111rem
    }

    .f-lg-21px {
        font-size: 1.166rem
    }

    .f-lg-24px {
        font-size: 1.333rem
    }

    .f-lg-29px {
        font-size: 1.611rem
    }

    .f-lg-36px {
        font-size: 2rem
    }

    .f-lg-38px {
        font-size: 2.111rem
    }

    .f-lg-42px {
        font-size: 2.333rem
    }

    .f-lg-54px {
        font-size: 3rem
    }

    .f-lg-68px {
        font-size: 3.777rem
    }

    .f-lg-78px {
        font-size: 4.333rem
    }

    .f-lg-80px {
        font-size: 4.444rem
    }
}

@media (min-width: 1280px) {
    .f-xl-10px {
        font-size:.556rem
    }

    .f-xl-11px {
        font-size: .611rem
    }

    .f-xl-12px {
        font-size: .667rem
    }

    .f-xl-13px {
        font-size: .722rem
    }

    .f-xl-14px {
        font-size: .778rem
    }

    .f-xl-16px {
        font-size: .889rem
    }

    .f-xl-17px {
        font-size: .944rem
    }

    .f-xl-18px {
        font-size: 1rem
    }

    .f-xl-20px {
        font-size: 1.111rem
    }

    .f-xl-21px {
        font-size: 1.166rem
    }

    .f-xl-24px {
        font-size: 1.333rem
    }

    .f-xl-29px {
        font-size: 1.611rem
    }

    .f-xl-36px {
        font-size: 2rem
    }

    .f-xl-38px {
        font-size: 2.111rem
    }

    .f-xl-42px {
        font-size: 2.333rem
    }

    .f-xl-54px {
        font-size: 3rem
    }

    .f-xl-68px {
        font-size: 3.777rem
    }

    .f-xl-78px {
        font-size: 4.333rem
    }

    .f-xl-80px {
        font-size: 4.444rem
    }
}

.font-weight-4 {
    font-weight: 400
}

.font-weight-5 {
    font-weight: 500
}

.font-weight-7 {
    font-weight: 700
}

.font-weight-9 {
    font-weight: 900
}

.text-capitalize {
    text-transform: capitalize
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-none {
    text-transform: none
}

.lh-solid {
    line-height: 1
}

.lh-title {
    line-height: 1.25
}

.lh-copy {
    line-height: 1.5
}

.lh-normal {
    line-height: normal
}

.text-start {
    text-align: start
}

.text-end {
    text-align: end
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-justify-all {
    text-align: justify-all
}

.text-match-parent {
    text-align: match-parent
}

.text-inherit {
    text-align: inherit
}

@media (min-width: 768px) {
    .text-sm-start {
        text-align:start
    }

    .text-sm-end {
        text-align: end
    }

    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }

    .text-sm-center {
        text-align: center
    }

    .text-sm-justify {
        text-align: justify
    }

    .text-sm-justify-all {
        text-align: justify-all
    }

    .text-sm-match-parent {
        text-align: match-parent
    }

    .text-sm-inherit {
        text-align: inherit
    }
}

@media (min-width: 992px) {
    .text-md-start {
        text-align:start
    }

    .text-md-end {
        text-align: end
    }

    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }

    .text-md-center {
        text-align: center
    }

    .text-md-justify {
        text-align: justify
    }

    .text-md-justify-all {
        text-align: justify-all
    }

    .text-md-match-parent {
        text-align: match-parent
    }

    .text-md-inherit {
        text-align: inherit
    }
}

@media (min-width: 992px) {
    .text-lg-start {
        text-align:start
    }

    .text-lg-end {
        text-align: end
    }

    .text-lg-left {
        text-align: left
    }

    .text-lg-right {
        text-align: right
    }

    .text-lg-center {
        text-align: center
    }

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

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

    .text-lg-match-parent {
        text-align: match-parent
    }

    .text-lg-inherit {
        text-align: inherit
    }
}

@media (min-width: 1200px) {
    .text-xl-start {
        text-align:start
    }

    .text-xl-end {
        text-align: end
    }

    .text-xl-left {
        text-align: left
    }

    .text-xl-right {
        text-align: right
    }

    .text-xl-center {
        text-align: center
    }

    .text-xl-justify {
        text-align: justify
    }

    .text-xl-justify-all {
        text-align: justify-all
    }

    .text-xl-match-parent {
        text-align: match-parent
    }

    .text-xl-inherit {
        text-align: inherit
    }
}

.ba {
    border-style: solid;
    border-width: 1px
}

.bt {
    border-top-style: solid;
    border-top-width: 1px
}

.br {
    border-right-style: solid;
    border-right-width: 1px
}

.bb {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.bl {
    border-left-style: solid;
    border-left-width: 1px
}

.bn {
    border-style: none
}

.brn {
    border-bottom-style: none
}

.bbn {
    border-bottom-style: none
}

.bln {
    border-bottom-style: none
}

.ba\:hover:hover {
    border-style: solid;
    border-width: 1px
}

@media (min-width: 0) {
    .b-xs-a {
        border-style:solid;
        border-width: 1px
    }

    .b-xs-t {
        border-top-style: solid;
        border-top-width: 1px
    }

    .b-xs-r {
        border-right-style: solid;
        border-right-width: 1px
    }

    .b-xs-b {
        border-bottom-style: solid;
        border-bottom-width: 1px
    }

    .b-xs-l {
        border-left-style: solid;
        border-left-width: 1px
    }

    .b-xs-n {
        border-style: none
    }

    .b-xs-tn {
        border-bottom-style: none
    }

    .b-xs-rn {
        border-bottom-style: none
    }

    .b-xs-bn {
        border-bottom-style: none
    }

    .b-xs-ln {
        border-bottom-style: none
    }

    .b-xs-a\:hover:hover {
        border-style: solid;
        border-width: 1px
    }
}

@media (min-width: 768px) {
    .b-sm-a {
        border-style:solid;
        border-width: 1px
    }

    .b-sm-t {
        border-top-style: solid;
        border-top-width: 1px
    }

    .b-sm-r {
        border-right-style: solid;
        border-right-width: 1px
    }

    .b-sm-b {
        border-bottom-style: solid;
        border-bottom-width: 1px
    }

    .b-sm-l {
        border-left-style: solid;
        border-left-width: 1px
    }

    .b-sm-n {
        border-style: none
    }

    .b-sm-tn {
        border-bottom-style: none
    }

    .b-sm-rn {
        border-bottom-style: none
    }

    .b-sm-bn {
        border-bottom-style: none
    }

    .b-sm-ln {
        border-bottom-style: none
    }

    .b-sm-a\:hover:hover {
        border-style: solid;
        border-width: 1px
    }
}

@media (min-width: 992px) {
    .b-md-a {
        border-style:solid;
        border-width: 1px
    }

    .b-md-t {
        border-top-style: solid;
        border-top-width: 1px
    }

    .b-md-r {
        border-right-style: solid;
        border-right-width: 1px
    }

    .b-md-b {
        border-bottom-style: solid;
        border-bottom-width: 1px
    }

    .b-md-l {
        border-left-style: solid;
        border-left-width: 1px
    }

    .b-md-n {
        border-style: none
    }

    .b-md-tn {
        border-bottom-style: none
    }

    .b-md-rn {
        border-bottom-style: none
    }

    .b-md-bn {
        border-bottom-style: none
    }

    .b-md-ln {
        border-bottom-style: none
    }

    .b-md-a\:hover:hover {
        border-style: solid;
        border-width: 1px
    }
}

@media (min-width: 1200px) {
    .b-lg-a {
        border-style:solid;
        border-width: 1px
    }

    .b-lg-t {
        border-top-style: solid;
        border-top-width: 1px
    }

    .b-lg-r {
        border-right-style: solid;
        border-right-width: 1px
    }

    .b-lg-b {
        border-bottom-style: solid;
        border-bottom-width: 1px
    }

    .b-lg-l {
        border-left-style: solid;
        border-left-width: 1px
    }

    .b-lg-n {
        border-style: none
    }

    .b-lg-tn {
        border-bottom-style: none
    }

    .b-lg-rn {
        border-bottom-style: none
    }

    .b-lg-bn {
        border-bottom-style: none
    }

    .b-lg-ln {
        border-bottom-style: none
    }

    .b-lg-a\:hover:hover {
        border-style: solid;
        border-width: 1px
    }
}

@media (min-width: 1280px) {
    .b-xl-a {
        border-style:solid;
        border-width: 1px
    }

    .b-xl-t {
        border-top-style: solid;
        border-top-width: 1px
    }

    .b-xl-r {
        border-right-style: solid;
        border-right-width: 1px
    }

    .b-xl-b {
        border-bottom-style: solid;
        border-bottom-width: 1px
    }

    .b-xl-l {
        border-left-style: solid;
        border-left-width: 1px
    }

    .b-xl-n {
        border-style: none
    }

    .b-xl-tn {
        border-bottom-style: none
    }

    .b-xl-rn {
        border-bottom-style: none
    }

    .b-xl-bn {
        border-bottom-style: none
    }

    .b-xl-ln {
        border-bottom-style: none
    }

    .b-xl-a\:hover:hover {
        border-style: solid;
        border-width: 1px
    }
}

.bt-0 {
    border-top-width: 0
}

.br-0 {
    border-right-width: 0
}

.bb-0 {
    border-bottom-width: 0
}

.bl-0 {
    border-left-width: 0
}

.bw-0 {
    border-width: 0
}

.bw-1 {
    border-width: 1px
}

.bw-2 {
    border-width: 2px
}

@media (min-width: 0) {
    .bw-xs-0 {
        border-width:0
    }

    .bw-xs-1 {
        border-width: 1px
    }

    .bw-xs-2 {
        border-width: 2px
    }
}

@media (min-width: 768px) {
    .bw-sm-0 {
        border-width:0
    }

    .bw-sm-1 {
        border-width: 1px
    }

    .bw-sm-2 {
        border-width: 2px
    }
}

@media (min-width: 992px) {
    .bw-md-0 {
        border-width:0
    }

    .bw-md-1 {
        border-width: 1px
    }

    .bw-md-2 {
        border-width: 2px
    }
}

@media (min-width: 1200px) {
    .bw-lg-0 {
        border-width:0
    }

    .bw-lg-1 {
        border-width: 1px
    }

    .bw-lg-2 {
        border-width: 2px
    }
}

@media (min-width: 1280px) {
    .bw-xl-0 {
        border-width:0
    }

    .bw-xl-1 {
        border-width: 1px
    }

    .bw-xl-2 {
        border-width: 2px
    }
}

.b--dotted {
    border-style: dotted
}

.b--dashed {
    border-style: dashed
}

.b--solid {
    border-style: solid
}

.b--none {
    border-style: none
}

.bBottom--dotted {
    border-bottom-style: dotted
}

.bBottom--dashed {
    border-bottom-style: dashed
}

.bBottom--solid {
    border-bottom-style: solid
}

.bBottom--none {
    border-bottom-style: none
}

.br--bottom {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.br--top {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.br--right {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.br--left {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.bRadius--0 {
    border-radius: 0
}

.bRadius--1 {
    border-radius: .125rem
}

.bRadius--2 {
    border-radius: .25rem
}

.bRadius--3 {
    border-radius: .5rem
}

.bRadius--4 {
    border-radius: 1rem
}

.bRadius--100 {
    border-radius: 100%
}

.bRadius--round {
    border-radius: 9999px
}

.transition-all-3 {
    transition: all .3s
}

.transition-all-6 {
    transition: all .6s
}

.w-auto {
    width: auto
}

.w-100 {
    width: 100%
}

@media (min-width: 0) {
    .w-xs-auto {
        width:auto
    }

    .w-xs-100 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .w-sm-auto {
        width:auto
    }

    .w-sm-100 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .w-md-auto {
        width:auto
    }

    .w-md-100 {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .w-lg-auto {
        width:auto
    }

    .w-lg-100 {
        width: 100%
    }
}

@media (min-width: 1280px) {
    .w-xl-auto {
        width:auto
    }

    .w-xl-100 {
        width: 100%
    }
}

.min-w-auto {
    min-width: auto
}

.min-w-100 {
    min-width: 100%
}

@media (min-width: 0) {
    .min-w-xs-auto {
        min-width:auto
    }

    .min-w-xs-100 {
        min-width: 100%
    }
}

@media (min-width: 768px) {
    .min-w-sm-auto {
        min-width:auto
    }

    .min-w-sm-100 {
        min-width: 100%
    }
}

@media (min-width: 992px) {
    .min-w-md-auto {
        min-width:auto
    }

    .min-w-md-100 {
        min-width: 100%
    }
}

@media (min-width: 1200px) {
    .min-w-lg-auto {
        min-width:auto
    }

    .min-w-lg-100 {
        min-width: 100%
    }
}

@media (min-width: 1280px) {
    .min-w-xl-auto {
        min-width:auto
    }

    .min-w-xl-100 {
        min-width: 100%
    }
}

.max-w-auto {
    max-width: auto
}

.max-w-100 {
    max-width: 100%
}

@media (min-width: 0) {
    .max-w-xs-auto {
        max-width:auto
    }

    .max-w-xs-100 {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .max-w-sm-auto {
        max-width:auto
    }

    .max-w-sm-100 {
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .max-w-md-auto {
        max-width:auto
    }

    .max-w-md-100 {
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .max-w-lg-auto {
        max-width:auto
    }

    .max-w-lg-100 {
        max-width: 100%
    }
}

@media (min-width: 1280px) {
    .max-w-xl-auto {
        max-width:auto
    }

    .max-w-xl-100 {
        max-width: 100%
    }
}

.h-100 {
    height: 100%
}

.h-auto {
    height: auto
}

.h-inherit {
    height: inherit
}

@media (min-width: 0) {
    .h-xs-100 {
        height:100%
    }

    .h-xs-auto {
        height: auto
    }

    .h-xs-inherit {
        height: inherit
    }
}

@media (min-width: 768px) {
    .h-sm-100 {
        height:100%
    }

    .h-sm-auto {
        height: auto
    }

    .h-sm-inherit {
        height: inherit
    }
}

@media (min-width: 992px) {
    .h-md-100 {
        height:100%
    }

    .h-md-auto {
        height: auto
    }

    .h-md-inherit {
        height: inherit
    }
}

@media (min-width: 1200px) {
    .h-lg-100 {
        height:100%
    }

    .h-lg-auto {
        height: auto
    }

    .h-lg-inherit {
        height: inherit
    }
}

@media (min-width: 1280px) {
    .h-xl-100 {
        height:100%
    }

    .h-xl-auto {
        height: auto
    }

    .h-xl-inherit {
        height: inherit
    }
}

.min-h-100 {
    min-height: 100%
}

.min-h-auto {
    min-height: auto
}

.min-h-inherit {
    min-height: inherit
}

@media (min-width: 0) {
    .min-h-xs-100 {
        min-height:100%
    }

    .min-h-xs-auto {
        min-height: auto
    }

    .min-h-xs-inherit {
        min-height: inherit
    }
}

@media (min-width: 768px) {
    .min-h-sm-100 {
        min-height:100%
    }

    .min-h-sm-auto {
        min-height: auto
    }

    .min-h-sm-inherit {
        min-height: inherit
    }
}

@media (min-width: 992px) {
    .min-h-md-100 {
        min-height:100%
    }

    .min-h-md-auto {
        min-height: auto
    }

    .min-h-md-inherit {
        min-height: inherit
    }
}

@media (min-width: 1200px) {
    .min-h-lg-100 {
        min-height:100%
    }

    .min-h-lg-auto {
        min-height: auto
    }

    .min-h-lg-inherit {
        min-height: inherit
    }
}

@media (min-width: 1280px) {
    .min-h-xl-100 {
        min-height:100%
    }

    .min-h-xl-auto {
        min-height: auto
    }

    .min-h-xl-inherit {
        min-height: inherit
    }
}

.max-h-100 {
    max-height: 100%
}

.max-h-auto {
    max-height: auto
}

.max-h-inherit {
    max-height: inherit
}

@media (min-width: 0) {
    .max-h-xs-100 {
        max-height:100%
    }

    .max-h-xs-auto {
        max-height: auto
    }

    .max-h-xs-inherit {
        max-height: inherit
    }
}

@media (min-width: 768px) {
    .max-h-sm-100 {
        max-height:100%
    }

    .max-h-sm-auto {
        max-height: auto
    }

    .max-h-sm-inherit {
        max-height: inherit
    }
}

@media (min-width: 992px) {
    .max-h-md-100 {
        max-height:100%
    }

    .max-h-md-auto {
        max-height: auto
    }

    .max-h-md-inherit {
        max-height: inherit
    }
}

@media (min-width: 1200px) {
    .max-h-lg-100 {
        max-height:100%
    }

    .max-h-lg-auto {
        max-height: auto
    }

    .max-h-lg-inherit {
        max-height: inherit
    }
}

@media (min-width: 1280px) {
    .max-h-xl-100 {
        max-height:100%
    }

    .max-h-xl-auto {
        max-height: auto
    }

    .max-h-xl-inherit {
        max-height: inherit
    }
}

.z--1 {
    z-index: -1
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-4 {
    z-index: 4
}

.z-5 {
    z-index: 5
}

.z-6 {
    z-index: 6
}

.z-7 {
    z-index: 8
}

.z-12 {
    z-index: 12
}

.z-inherit {
    z-index: inherit
}

@media (min-width: 0) {
    .z-xs--1 {
        z-index:-1
    }

    .z-xs-0 {
        z-index: 0
    }

    .z-xs-1 {
        z-index: 1
    }

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

    .z-xs-3 {
        z-index: 3
    }

    .z-xs-4 {
        z-index: 4
    }

    .z-xs-5 {
        z-index: 5
    }

    .z-xs-6 {
        z-index: 6
    }

    .z-xs-7 {
        z-index: 8
    }

    .z-xs-12 {
        z-index: 12
    }

    .z-xs-inherit {
        z-index: inherit
    }
}

@media (min-width: 768px) {
    .z-sm--1 {
        z-index:-1
    }

    .z-sm-0 {
        z-index: 0
    }

    .z-sm-1 {
        z-index: 1
    }

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

    .z-sm-3 {
        z-index: 3
    }

    .z-sm-4 {
        z-index: 4
    }

    .z-sm-5 {
        z-index: 5
    }

    .z-sm-6 {
        z-index: 6
    }

    .z-sm-7 {
        z-index: 8
    }

    .z-sm-12 {
        z-index: 12
    }

    .z-sm-inherit {
        z-index: inherit
    }
}

@media (min-width: 992px) {
    .z-md--1 {
        z-index:-1
    }

    .z-md-0 {
        z-index: 0
    }

    .z-md-1 {
        z-index: 1
    }

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

    .z-md-3 {
        z-index: 3
    }

    .z-md-4 {
        z-index: 4
    }

    .z-md-5 {
        z-index: 5
    }

    .z-md-6 {
        z-index: 6
    }

    .z-md-7 {
        z-index: 8
    }

    .z-md-12 {
        z-index: 12
    }

    .z-md-inherit {
        z-index: inherit
    }
}

@media (min-width: 1200px) {
    .z-lg--1 {
        z-index:-1
    }

    .z-lg-0 {
        z-index: 0
    }

    .z-lg-1 {
        z-index: 1
    }

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

    .z-lg-3 {
        z-index: 3
    }

    .z-lg-4 {
        z-index: 4
    }

    .z-lg-5 {
        z-index: 5
    }

    .z-lg-6 {
        z-index: 6
    }

    .z-lg-7 {
        z-index: 8
    }

    .z-lg-12 {
        z-index: 12
    }

    .z-lg-inherit {
        z-index: inherit
    }
}

@media (min-width: 1280px) {
    .z-xl--1 {
        z-index:-1
    }

    .z-xl-0 {
        z-index: 0
    }

    .z-xl-1 {
        z-index: 1
    }

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

    .z-xl-3 {
        z-index: 3
    }

    .z-xl-4 {
        z-index: 4
    }

    .z-xl-5 {
        z-index: 5
    }

    .z-xl-6 {
        z-index: 6
    }

    .z-xl-7 {
        z-index: 8
    }

    .z-xl-12 {
        z-index: 12
    }

    .z-xl-inherit {
        z-index: inherit
    }
}

.position-static {
    position: static
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.position-fixed {
    position: fixed
}

@media (min-width: 0) {
    .position-xs-static {
        position:static
    }

    .position-xs-relative {
        position: relative
    }

    .position-xs-absolute {
        position: absolute
    }

    .position-xs-fixed {
        position: fixed
    }
}

@media (min-width: 768px) {
    .position-sm-static {
        position:static
    }

    .position-sm-relative {
        position: relative
    }

    .position-sm-absolute {
        position: absolute
    }

    .position-sm-fixed {
        position: fixed
    }
}

@media (min-width: 992px) {
    .position-md-static {
        position:static
    }

    .position-md-relative {
        position: relative
    }

    .position-md-absolute {
        position: absolute
    }

    .position-md-fixed {
        position: fixed
    }
}

@media (min-width: 1200px) {
    .position-lg-static {
        position:static
    }

    .position-lg-relative {
        position: relative
    }

    .position-lg-absolute {
        position: absolute
    }

    .position-lg-fixed {
        position: fixed
    }
}

@media (min-width: 1280px) {
    .position-xl-static {
        position:static
    }

    .position-xl-relative {
        position: relative
    }

    .position-xl-absolute {
        position: absolute
    }

    .position-xl-fixed {
        position: fixed
    }
}

.top-0 {
    top: 0
}

.top-1 {
    top: 1rem
}

.top-2 {
    top: 2rem
}

.top-100 {
    top: 100%
}

.top--10rem {
    top: -10rem
}

.top--14rem {
    top: -14rem
}

.top--50 {
    top: -50%
}

.top-auto {
    top: auto
}

@media (min-width: 0) {
    .top-xs-0 {
        top:0
    }

    .top-xs-1 {
        top: 1rem
    }

    .top-xs-2 {
        top: 2rem
    }

    .top-xs-100 {
        top: 100%
    }

    .top-xs--10rem {
        top: -10rem
    }

    .top-xs--14rem {
        top: -14rem
    }

    .top-xs--50 {
        top: -50%
    }

    .top-xs-auto {
        top: auto
    }
}

@media (min-width: 768px) {
    .top-sm-0 {
        top:0
    }

    .top-sm-1 {
        top: 1rem
    }

    .top-sm-2 {
        top: 2rem
    }

    .top-sm-100 {
        top: 100%
    }

    .top-sm--10rem {
        top: -10rem
    }

    .top-sm--14rem {
        top: -14rem
    }

    .top-sm--50 {
        top: -50%
    }

    .top-sm-auto {
        top: auto
    }
}

@media (min-width: 992px) {
    .top-md-0 {
        top:0
    }

    .top-md-1 {
        top: 1rem
    }

    .top-md-2 {
        top: 2rem
    }

    .top-md-100 {
        top: 100%
    }

    .top-md--10rem {
        top: -10rem
    }

    .top-md--14rem {
        top: -14rem
    }

    .top-md--50 {
        top: -50%
    }

    .top-md-auto {
        top: auto
    }
}

@media (min-width: 1200px) {
    .top-lg-0 {
        top:0
    }

    .top-lg-1 {
        top: 1rem
    }

    .top-lg-2 {
        top: 2rem
    }

    .top-lg-100 {
        top: 100%
    }

    .top-lg--10rem {
        top: -10rem
    }

    .top-lg--14rem {
        top: -14rem
    }

    .top-lg--50 {
        top: -50%
    }

    .top-lg-auto {
        top: auto
    }
}

@media (min-width: 1280px) {
    .top-xl-0 {
        top:0
    }

    .top-xl-1 {
        top: 1rem
    }

    .top-xl-2 {
        top: 2rem
    }

    .top-xl-100 {
        top: 100%
    }

    .top-xl--10rem {
        top: -10rem
    }

    .top-xl--14rem {
        top: -14rem
    }

    .top-xl--50 {
        top: -50%
    }

    .top-xl-auto {
        top: auto
    }
}

.bottom-0 {
    bottom: 0
}

.bottom-1 {
    bottom: 1rem
}

.bottom-2 {
    bottom: 2rem
}

.bottom-100 {
    bottom: 100%
}

.bottom--1 {
    bottom: -1rem
}

.bottom--2 {
    bottom: -2rem
}

.bottom-auto {
    bottom: auto
}

@media (min-width: 0) {
    .bottom-xs-0 {
        bottom:0
    }

    .bottom-xs-1 {
        bottom: 1rem
    }

    .bottom-xs-2 {
        bottom: 2rem
    }

    .bottom-xs-100 {
        bottom: 100%
    }

    .bottom-xs--1 {
        bottom: -1rem
    }

    .bottom-xs--2 {
        bottom: -2rem
    }

    .bottom-xs-auto {
        bottom: auto
    }
}

@media (min-width: 768px) {
    .bottom-sm-0 {
        bottom:0
    }

    .bottom-sm-1 {
        bottom: 1rem
    }

    .bottom-sm-2 {
        bottom: 2rem
    }

    .bottom-sm-100 {
        bottom: 100%
    }

    .bottom-sm--1 {
        bottom: -1rem
    }

    .bottom-sm--2 {
        bottom: -2rem
    }

    .bottom-sm-auto {
        bottom: auto
    }
}

@media (min-width: 992px) {
    .bottom-md-0 {
        bottom:0
    }

    .bottom-md-1 {
        bottom: 1rem
    }

    .bottom-md-2 {
        bottom: 2rem
    }

    .bottom-md-100 {
        bottom: 100%
    }

    .bottom-md--1 {
        bottom: -1rem
    }

    .bottom-md--2 {
        bottom: -2rem
    }

    .bottom-md-auto {
        bottom: auto
    }
}

@media (min-width: 1200px) {
    .bottom-lg-0 {
        bottom:0
    }

    .bottom-lg-1 {
        bottom: 1rem
    }

    .bottom-lg-2 {
        bottom: 2rem
    }

    .bottom-lg-100 {
        bottom: 100%
    }

    .bottom-lg--1 {
        bottom: -1rem
    }

    .bottom-lg--2 {
        bottom: -2rem
    }

    .bottom-lg-auto {
        bottom: auto
    }
}

@media (min-width: 1280px) {
    .bottom-xl-0 {
        bottom:0
    }

    .bottom-xl-1 {
        bottom: 1rem
    }

    .bottom-xl-2 {
        bottom: 2rem
    }

    .bottom-xl-100 {
        bottom: 100%
    }

    .bottom-xl--1 {
        bottom: -1rem
    }

    .bottom-xl--2 {
        bottom: -2rem
    }

    .bottom-xl-auto {
        bottom: auto
    }
}

.left-0 {
    left: 0
}

.left-1 {
    left: 1rem
}

.left-2 {
    left: 2rem
}

.left-100 {
    left: 100%
}

.left--1 {
    left: -1rem
}

.left--2 {
    left: -2rem
}

.left-auto {
    left: auto
}

@media (min-width: 0) {
    .left-xs-0 {
        left:0
    }

    .left-xs-1 {
        left: 1rem
    }

    .left-xs-2 {
        left: 2rem
    }

    .left-xs-100 {
        left: 100%
    }

    .left-xs--1 {
        left: -1rem
    }

    .left-xs--2 {
        left: -2rem
    }

    .left-xs-auto {
        left: auto
    }
}

@media (min-width: 768px) {
    .left-sm-0 {
        left:0
    }

    .left-sm-1 {
        left: 1rem
    }

    .left-sm-2 {
        left: 2rem
    }

    .left-sm-100 {
        left: 100%
    }

    .left-sm--1 {
        left: -1rem
    }

    .left-sm--2 {
        left: -2rem
    }

    .left-sm-auto {
        left: auto
    }
}

@media (min-width: 992px) {
    .left-md-0 {
        left:0
    }

    .left-md-1 {
        left: 1rem
    }

    .left-md-2 {
        left: 2rem
    }

    .left-md-100 {
        left: 100%
    }

    .left-md--1 {
        left: -1rem
    }

    .left-md--2 {
        left: -2rem
    }

    .left-md-auto {
        left: auto
    }
}

@media (min-width: 1200px) {
    .left-lg-0 {
        left:0
    }

    .left-lg-1 {
        left: 1rem
    }

    .left-lg-2 {
        left: 2rem
    }

    .left-lg-100 {
        left: 100%
    }

    .left-lg--1 {
        left: -1rem
    }

    .left-lg--2 {
        left: -2rem
    }

    .left-lg-auto {
        left: auto
    }
}

@media (min-width: 1280px) {
    .left-xl-0 {
        left:0
    }

    .left-xl-1 {
        left: 1rem
    }

    .left-xl-2 {
        left: 2rem
    }

    .left-xl-100 {
        left: 100%
    }

    .left-xl--1 {
        left: -1rem
    }

    .left-xl--2 {
        left: -2rem
    }

    .left-xl-auto {
        left: auto
    }
}

.right-0 {
    right: 0
}

.right-1 {
    right: 1rem
}

.right-2 {
    right: 2rem
}

.right-100 {
    right: 100%
}

.right--1 {
    right: -1rem
}

.right--2 {
    right: -2rem
}

.right-auto {
    right: auto
}

@media (min-width: 0) {
    .right-xs-0 {
        right:0
    }

    .right-xs-1 {
        right: 1rem
    }

    .right-xs-2 {
        right: 2rem
    }

    .right-xs-100 {
        right: 100%
    }

    .right-xs--1 {
        right: -1rem
    }

    .right-xs--2 {
        right: -2rem
    }

    .right-xs-auto {
        right: auto
    }
}

@media (min-width: 768px) {
    .right-sm-0 {
        right:0
    }

    .right-sm-1 {
        right: 1rem
    }

    .right-sm-2 {
        right: 2rem
    }

    .right-sm-100 {
        right: 100%
    }

    .right-sm--1 {
        right: -1rem
    }

    .right-sm--2 {
        right: -2rem
    }

    .right-sm-auto {
        right: auto
    }
}

@media (min-width: 992px) {
    .right-md-0 {
        right:0
    }

    .right-md-1 {
        right: 1rem
    }

    .right-md-2 {
        right: 2rem
    }

    .right-md-100 {
        right: 100%
    }

    .right-md--1 {
        right: -1rem
    }

    .right-md--2 {
        right: -2rem
    }

    .right-md-auto {
        right: auto
    }
}

@media (min-width: 1200px) {
    .right-lg-0 {
        right:0
    }

    .right-lg-1 {
        right: 1rem
    }

    .right-lg-2 {
        right: 2rem
    }

    .right-lg-100 {
        right: 100%
    }

    .right-lg--1 {
        right: -1rem
    }

    .right-lg--2 {
        right: -2rem
    }

    .right-lg-auto {
        right: auto
    }
}

@media (min-width: 1280px) {
    .right-xl-0 {
        right:0
    }

    .right-xl-1 {
        right: 1rem
    }

    .right-xl-2 {
        right: 2rem
    }

    .right-xl-100 {
        right: 100%
    }

    .right-xl--1 {
        right: -1rem
    }

    .right-xl--2 {
        right: -2rem
    }

    .right-xl-auto {
        right: auto
    }
}

.bg-cover {
    background-size: cover!important
}

.bg-contain {
    background-size: contain!important
}

.bg-repeat--no {
    background-repeat: no-repeat
}

.bg-image--none {
    background-image: none!important
}

.bgRepeat--repeat {
    background-repeat: repeat
}

.bgRepeat--repeatX {
    background-repeat: repeat-x
}

.bgRepeat--repeatY {
    background-repeat: repeat-y
}

.bgRepeat--round {
    background-repeat: round
}

.bgRepeat--space {
    background-repeat: space
}

.bgRepeat--repeatNo {
    background-repeat: no-repeat
}

.bgSize--auto {
    background-size: auto
}

.bgSize--cover {
    background-size: cover
}

.bgSize--contain {
    background-size: contain
}

@media (min-width: 0) {
    .bgSize-xs--auto {
        background-size:auto
    }

    .bgSize-xs--cover {
        background-size: cover
    }

    .bgSize-xs--contain {
        background-size: contain
    }
}

@media (min-width: 768px) {
    .bgSize-sm--auto {
        background-size:auto
    }

    .bgSize-sm--cover {
        background-size: cover
    }

    .bgSize-sm--contain {
        background-size: contain
    }
}

@media (min-width: 992px) {
    .bgSize-md--auto {
        background-size:auto
    }

    .bgSize-md--cover {
        background-size: cover
    }

    .bgSize-md--contain {
        background-size: contain
    }
}

@media (min-width: 1200px) {
    .bgSize-lg--auto {
        background-size:auto
    }

    .bgSize-lg--cover {
        background-size: cover
    }

    .bgSize-lg--contain {
        background-size: contain
    }
}

@media (min-width: 1280px) {
    .bgSize-xl--auto {
        background-size:auto
    }

    .bgSize-xl--cover {
        background-size: cover
    }

    .bgSize-xl--contain {
        background-size: contain
    }
}

.bgPosition--center {
    background-position: center center
}

.bgPosition--top {
    background-position: top center
}

.bgPosition--right {
    background-position: center right
}

.bgPosition--bottom {
    background-position: bottom center
}

.bgPosition--bottom-right {
    background-position: right bottom
}

.bgPosition--left {
    background-position: center left
}

.bgPosition--left-bottom {
    background-position: left bottom
}

@media (max-width: 0) {
    .bg-image-xs--none {
        background-image:none!important
    }
}

@media (max-width: 768px) {
    .bg-image-sm--none {
        background-image:none!important
    }
}

@media (max-width: 992px) {
    .bg-image-md--none {
        background-image:none!important
    }
}

@media (max-width: 1200px) {
    .bg-image-lg--none {
        background-image:none!important
    }
}

@media (max-width: 1280px) {
    .bg-image-xl--none {
        background-image:none!important
    }
}

.overflow-visible {
    overflow: visible
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.overflow-auto {
    overflow: auto
}

@media (min-width: 0) {
    .overflow-xs-visible {
        overflow:visible
    }

    .overflow-xs-hidden {
        overflow: hidden
    }

    .overflow-xs-scroll {
        overflow: scroll
    }

    .overflow-xs-auto {
        overflow: auto
    }
}

@media (min-width: 768px) {
    .overflow-sm-visible {
        overflow:visible
    }

    .overflow-sm-hidden {
        overflow: hidden
    }

    .overflow-sm-scroll {
        overflow: scroll
    }

    .overflow-sm-auto {
        overflow: auto
    }
}

@media (min-width: 992px) {
    .overflow-md-visible {
        overflow:visible
    }

    .overflow-md-hidden {
        overflow: hidden
    }

    .overflow-md-scroll {
        overflow: scroll
    }

    .overflow-md-auto {
        overflow: auto
    }
}

@media (min-width: 1200px) {
    .overflow-lg-visible {
        overflow:visible
    }

    .overflow-lg-hidden {
        overflow: hidden
    }

    .overflow-lg-scroll {
        overflow: scroll
    }

    .overflow-lg-auto {
        overflow: auto
    }
}

@media (min-width: 1280px) {
    .overflow-xl-visible {
        overflow:visible
    }

    .overflow-xl-hidden {
        overflow: hidden
    }

    .overflow-xl-scroll {
        overflow: scroll
    }

    .overflow-xl-auto {
        overflow: auto
    }
}

.deva-button--sert-ban {
    left: -48px !important;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/apparat/style.css?17564581763995*/
a.app-p {
    color: #6bc3bc;
}
.device-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}
a.device_title {
    color: #6bc3bc;
}
/* Два столбца на больших экранах */
.device {
    display: flex;
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Один столбец на мобильных */
@media (max-width: 768px) {
    .device {
        flex: 1 1 100%;
        max-width: 100%;
        flex-direction: column;
        text-align: center;
    }
    
    .device img {
        margin: 0;
        max-width: 150px; /* Увеличенный размер картинки на мобильных */
		padding-bottom: 13px;
    }

	.device-content {
        text-align: center; /* Центрируем текст */
    }
}

/* Центрирование последнего элемента */
.device:nth-child(odd):last-child {
    flex-basis: 100%;
    max-width: 800px;
}

/* Ховер-эффект */
.device:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Изображение */
.device img {
    max-width: 120px;
    height: auto;
    border-radius: 100%;
    margin-right: 15px;
}

/* Контент */
.device-content {
    flex: 1;
}

.app-h2 {
    font-size: 20px;
    margin-top: 0;
    color: #4c4c4c;
}

/* Адаптация заголовка */
h2.title-park {
    text-align: center;
    color: #6da9a6;
    padding-top: 58px;
    font-family: "Monterchi Text";
    font-size: 50px;

}

/* Уменьшение h1 на мобильных */
@media (max-width: 768px) {
    h2.title-park {
        font-size: 32px;
    }
}

/* Оформление текста */
p.app-p {
    font-family: "Monterchi Text";
    font-size: 18px;
    line-height: 1.5;
    color: #4c4c4c;
}

/* Стили списка */
.device-content ul {
    font-family: "Monterchi Text";
    font-size: 18px;
    color: #4c4c4c;
}

.device-content ul li {
    font-family: "Monterchi Text";
    font-size: 18px;
    color: #4c4c4c;
}

/* Линия под заголовком */
.title-underline {
    width: 35vw;
    height: 3px;
    background-color: white;
    margin: 10px auto;
}

/* Узкая линия на мобильных */
@media (max-width: 768px) {
    .title-underline {
        width: 50vw;
    }
}
.spa_bg {
            display: flex;
            align-items: flex-end;
        }
 .image-section {
            flex: 1;
            background: url('/local/templates/main/components/bitrix/news.list/apparat/photo_2025-02-07_13-28-38.jpg') no-repeat center center;
            background-size: cover;
            min-height: 400px;
        }
        .text-section {
            flex: 1;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 30px;
			align-self: center;
			text-align-last: left;
        }
        .quote {
            font-size: 18px;
            margin-bottom: 20px;
			font-family: "Monterchi Text";
			font-size: 34px;
			line-height: 1.5;
			color: #4c4c4c;
        }
        .author {
            font-weight: bold;
            margin-bottom: 5px;
			font-family: "Monterchi Text";
			font-size: 26px;
			color: #4c4c4c;
        }
        .description {
            font-family: "Monterchi Text";
			font-size: 26px;
			color: #4c4c4c;
        }
	.deva-creator-img {
		width: 70%;
	}
	.wh-spn {
		color: white;
		font-family: "Monterchi Text";
			font-size: 34px;
	}
        @media (max-width: 768px) {
            .spa_bg {
                flex-direction: column;
            }
            .image-section {
                min-height: 300px;
				text-align-last: center;
            }
            .text-section {
                text-align: left;
                justify-content: center;
            }
        }
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/personal/style.css?1744225561368*/
.persona{
		color: #4c4c4c;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
}
.personal__photo {
    width: 282px !important;
    max-height: 274px !important;
}
@media (max-width: 768px) {
	.personal__photo {
		padding-bottom: 20px;
		width: 190px !important;
	}
	.swiper-button-next, .swiper-button-prev {
    top: 30%;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/discounts/style.css?1743148325862*/
.spec__more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.discounts__item {
    position: relative;
    display: block;
    overflow: hidden;
}

.discounts__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Затемнение с прозрачностью 50% */
    transition: background-color 0.3s ease; /* Плавное изменение прозрачности */
    z-index: 1;
}

.discounts__item:hover::before {
    background-color: rgba(0, 0, 0, 0); /* Убираем затемнение при наведении */
}

.discounts__content {
    position: relative;
    z-index: 2; /* Убедитесь, что контент находится поверх затемнения */
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/reviews/style.css?1743148325150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/main/components/bitrix/news.list/main_top_banner1/style.css?17441550235273 */
/* /local/templates/main/components/bitrix/catalog.section.list/deva.main.service/style.css?1743148325159363 */
/* /local/templates/main/components/bitrix/news.list/apparat/style.css?17564581763995 */
/* /local/templates/main/components/bitrix/news.list/personal/style.css?1744225561368 */
/* /local/templates/main/components/bitrix/news.list/discounts/style.css?1743148325862 */
/* /local/templates/main/components/bitrix/news.list/reviews/style.css?1743148325150 */
