* {
	box-sizing: border-box;
}

html,
body {
	overflow-x: hidden;
}

html {
	font-size: 2.6666666667vw;
}

html.noscroll {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

html.noscroll .p-header {
	transform: translateY(0);
}

body {
	margin: 0;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	text-align: left;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul,
dl {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

a {
	background-color: rgba(0,0,0,0);
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

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;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[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;
}

[hidden] {
	display: none !important;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	display: block;
	margin-left: auto;
}

img.alignleft {
	display: block;
	margin-right: auto;
}

.container {
	width: 100%;
	position: relative;
	padding-left: 2rem;
	padding-right: 2rem;
}

.wrapper {
	margin: auto;
	overflow: hidden;
	max-width: 500px;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

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

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

.d-flex {
	display: flex !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-wrap {
	flex-wrap: wrap !important;
}

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

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

.flex-fill {
	flex: 1 1 auto !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-auto {
	flex: 0 auto !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-underline {
	text-decoration: underline;
}

.common-text {
	padding-bottom: 8rem;
}

.common-text p {
	font-size: .9rem;
	letter-spacing: -0.05em;
}

.common-text h3 {
	font-size: .9rem;
	font-weight: 500;
	margin: 1.5rem 0 0;
	color: #00803a;
}

.common-text .part-tbl {
	margin-top: 1.2rem;
	margin-bottom: 2.4rem;
	width: 100%;
}

.common-text .part-tbl th,
.common-text .part-tbl td {
	border: .1rem solid #878888;
	font-size: .9rem;
	padding: .4rem 1rem .6rem;
	min-width: 6.3rem;
	max-width: 17.9rem;
	vertical-align: top;
}

.common-text .part-tbl td {
	padding-top: .8rem;
	padding-bottom: .8rem;
}

.common-text.common-text--page p:not(:last-child) {
	margin-bottom: 1.5rem;
}

.body-text {
	display: flex;
	font-size: .9rem;
}

.body-text .special {
	flex-shrink: 0;
}

.des-text {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.9285714286;
}

.link-text {
	color: #00803a;
	text-decoration: underline;
}

.link-text:hover {
	text-decoration: none;
}

.full-width {
	width: 100%;
}

.txt-note {
	font-size: .9rem;
	margin-top: .4rem;
}

.letter-0 {
	letter-spacing: 0 !important;
}

.letter-50 {
	letter-spacing: .05em !important;
}

.letter-n-50 {
	letter-spacing: -0.05em !important;
}

.font-w-medium {
	font-weight: 500;
}

@font-face {
	font-family: "slick";
	src: url("https://hellofamily.kokuyo.co.jp/special/0720/static/assets/css/fonts/slick.eot");
	src: url("https://hellofamily.kokuyo.co.jp/special/0720/static/assets/css/fonts/slick.eot?#iefix") format("embedded-opentype"),url("https://hellofamily.kokuyo.co.jp/special/0720/static/assets/css/fonts/slick.woff") format("woff"),url("https://hellofamily.kokuyo.co.jp/special/0720/static/assets/css/fonts/slick.ttf") format("truetype"),url("https://hellofamily.kokuyo.co.jp/special/0720/static/assets/css/fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: rgba(0,0,0,0);
	color: rgba(0,0,0,0);
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: rgba(0,0,0,0);
	color: rgba(0,0,0,0);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir=rtl] .slick-next:before {
	content: "←";
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: rgba(0,0,0,0);
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: rgba(0,0,0,0);
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid rgba(0,0,0,0);
}

.slick-arrow.slick-hidden {
	display: none;
}

.btn,
.btn-primary,
.btn-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.btn:hover,
.btn-primary:hover,
.btn-cart:hover {
	text-decoration: none;
}

.btn:focus,
.btn-primary:focus,
.btn-cart:focus,
.btn.focus,
.focus.btn-primary,
.focus.btn-cart {
	outline: 0;
}

.btn.disabled,
.disabled.btn-primary,
.disabled.btn-cart,
.btn:disabled,
.btn-primary:disabled,
.btn-cart:disabled {
	opacity: .6;
}

.btn:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled),
.btn-cart:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn-cart {
	position: relative;
	background-color: #00803a;
	color: #fff;
	height: 5rem;
	border-radius: 6rem;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .1em;
}

.btn-cart::before {
	content: "";
	width: 2.3rem;
	height: 2.3rem;
	background: url("../../img/lp/icon_cart.svg") no-repeat center/contain;
	display: inline-block;
	margin-right: 1.6rem;
}

.btn-primary {
	height: 3.7rem;
	border-radius: 6rem;
	background-color: #00803a;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: .04em;
	max-width: 15.8rem;
	margin: 0 auto;
	transition: all .2s ease-in-out;
}

.btn-primary:hover {
	opacity: .75;
}

.btn-primary:not(.font-default) {
	font-family: "din-2014-narrow",sans-serif;
}

.btn-primary.btn-primary--arrow {
	letter-spacing: .1em;
	position: relative;
}

.btn-primary.btn-primary--arrow::after {
	content: "";
	background: url("https://hellofamily.kokuyo.co.jp/special/0720/static/assets/images/common/icon_arrow01.svg") no-repeat;
	position: absolute;
	right: 1.3rem;
	top: 50%;
	transform: translateY(-50%);
	height: 1.1rem;
	width: .6rem;
}

.p-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.p-header-logo {
	flex: 1 1;
	text-align: center;
	padding-right: 4.2rem;
}

.p-header-logo a {
	display: inline-block;
	max-width: 12.731rem;
}

.global-navi {
	background-color: #00803a;
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: calc(var(--vh, 1vh)*100);
	z-index: 98;
	overflow-y: auto;
}

.global-navi__wrap {
	width: 100%;
	position: relative;
	padding: 0 2rem 1.9rem;
}

.global-navi__social p {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2.1666666667;
	letter-spacing: .01em;
	text-align: center;
}

.global-navi__social ul {
	display: flex;
	justify-content: center;
	gap: 3.11rem;
	margin-top: 1.22rem;
}

.global-navi__copyright {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: .01em;
	text-align: center;
}

.global-navi__menu {
	margin: auto 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.global-navi__footer {
	margin-top: 1.5rem;
}

.menu-link {
	display: inline-block;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .01em;
	line-height: 2.45;
}

.box-menu {
	position: fixed;
	z-index: 2;
	left: calc(50% + 250px);
	top: 50%;
	transform: translateY(-50%);
	padding-left: 30px;
}

.header-other {
	right: 0;
	width: calc(50% - 250px);
	top: 0;
	position: fixed;
	height: 57px;
	z-index: 22;
	background-color: #fff;
}

.header-other .p-other-nav {
	height: 100%;
}

.header-other .p-other-nav a {
	height: 100%;
	font-size: 11px;
	transition: all .2s ease-in-out;
}

.header-other .p-other-nav a:not(:hover) {
	color: #fff;
	background-color: #00803a;
	border-color: #fff;
}

.header-other .p-other-nav a:not(:hover) path,
.header-other .p-other-nav a:not(:hover) .primary {
	fill: #fff;
}

.header-other .p-other-nav a:not(:hover) .change {
	fill: #00803a;
}

.header-other .p-other-nav a path {
	transition: all .2s ease-in-out;
}

.header-other .p-other-nav a .icon-cart {
	width: 23px;
	margin-right: 10px;
}

.header-other .p-other-nav a .icon-phone {
	width: 15px;
	margin-right: 8px;
}

.header-other .p-other-nav a:last-child {
	max-width: 55px;
}

.list-menu {
	margin-bottom: 60px;
}

.list-menu__item:not(:last-child) {
	margin-bottom: 14px;
}

.list-menu a {
	color: #9ecab1;
	font-size: 16px;
	letter-spacing: .2em;
	font-weight: bold;
	position: relative;
	transition: all .2s ease-in-out;
}

.list-menu a::before {
	content: "";
	position: absolute;
	left: -20px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #00803a;
	top: calc(50% - 5px);
	transition: all .2s ease-in-out;
	opacity: 0;
}

.list-menu a:hover,
.list-menu a.is-active {
	color: #00803a;
	opacity: .75;
}

.list-menu a:hover::before,
.list-menu a.is-active::before {
	opacity: 1;
}

.share-social__ttl {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .16em;
	color: #00803a;
	margin-bottom: 1.2rem;
}

.share-social__list {
	display: flex;
	align-items: center;
}

.share-social__list a {
	display: block;
	transition: all .2s ease-in-out;
}

.share-social__list a:hover {
	opacity: .75;
}

.share-social__list a:not(:first-child) {
	margin-left: 1.4rem;
}

.hamburger-box {
	position: relative;
	top: 0;
	left: 0;
	width: 4.2rem;
	height: 4.2rem;
	cursor: pointer;
	background-color: #00803a;
	margin-right: auto;
	z-index: 99;
}

.hamburger-box.is-active {
	background-color: #fff;
}

.hamburger-box.is-active .hamburger-inner::before,
.hamburger-box.is-active .hamburger-inner::after {
	top: 0;
	background-color: #00803a;
}

.hamburger-box.is-active .hamburger-inner:before {
	transform: rotate(135deg);
}

.hamburger-box.is-active .hamburger-inner:after {
	transform: rotate(225deg);
}

.hamburger-inner:before,
.hamburger-inner:after {
	width: 1.5rem;
	height: .2rem;
	background-color: #fff;
	transition: transform .25s ease;
	border-radius: 5px;
}

.hamburger-inner {
	top: calc(50% - .1rem);
	left: calc(50% - .75rem);
	position: absolute;
	background-color: rgba(0,0,0,0);
}

.hamburger-inner:before,
.hamburger-inner:after {
	content: "";
	position: absolute;
	left: 0;
}

.hamburger-inner:before {
	top: -0.35rem;
}

.hamburger-inner:after {
	top: .35rem;
}

.footer {
	position: relative;
	z-index: 1;
}

.footer .wrapper {
	padding-top: 0;
}

.footer-wrap {
	background-color: #00803a;
	padding: 3.36rem 0 10.9rem;
}

.footer-social ul {
	display: flex;
	justify-content: center;
	gap: 3.11rem;
	margin-top: 1.22rem;
}

.footer-menu {
	margin-top: 3.45rem;
}

.footer-menu ul li {
	border-bottom: 1px solid #fff;
	position: relative;
}

.footer-menu ul li::after {
	content: "";
	background: url("https://hellofamily.kokuyo.co.jp/special/0720/static/assets/images/common/icon_arrow.svg") no-repeat center/contain;
	width: 2.65rem;
	height: .6rem;
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -0.5rem;
}

.footer-menu ul li a {
	display: block;
	padding: 2rem 2.1rem 2rem 1.96rem;
	color: #fff;
	font-size: 1.4rem;
}

.footer-link {
	display: flex;
	padding: 1.96rem;
}

.footer-link a {
	color: #fff;
	font-size: 1.2rem;
	position: relative;
}

.footer-link a:not(:last-child) {
	margin-right: 3rem;
}

.footer-link a::after {
	background-color: #fff;
	border-radius: 1rem;
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: .3rem;
	right: -1.4rem;
	bottom: 0;
}

.footer-bottom {
	margin-top: 3.87rem;
}

.footer-bottom .logo {
	text-align: center;
}

.footer-bottom .txt {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: .01em;
	text-align: center;
	margin-top: 1.22rem;
}

.form-control {
	display: block;
	width: 100%;
	height: 5rem;
	padding: .5rem 1rem;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	background-clip: padding-box;
	border: .1rem solid #ccc;
}

.form-control::-ms-expand {
	background-color: rgba(0,0,0,0);
	border: 0;
}

.form-control:-moz-focusring {
	color: rgba(0,0,0,0);
	text-shadow: 0 0 0 #333;
}

.form-control::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.form-control::placeholder {
	color: #ccc;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f0f0f0;
	opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.table {
	width: 100%;
}

.hline01 {
	line-height: 1;
}

.hline01:not(.hline01--image) {
	font-family: "din-2014-narrow",sans-serif;
	color: #00803a;
	text-align: center;
	font-size: 3.8rem;
	font-weight: bold;
	letter-spacing: .1em;
}

.hline01.hline01--horokoko {
	margin-bottom: 1.4rem;
}

.hline01.hline01--horokoko img {
	width: 18.6rem;
}

.hline01.hline01--harotagu {
	margin-bottom: 1.4rem;
}

.hline01.hline01--harotagu img {
	width: 19.5rem;
}

.hline01.hline01--haromoni {
	margin-bottom: 1.5rem;
}

.hline01.hline01--haromoni img {
	width: 20.8rem;
}

.hline01.hline01--haropochi {
	margin-bottom: 1.4rem;
}

.hline01.hline01--haropochi img {
	width: 19.2rem;
}

.hline01--image {
	text-align: center;
	margin-bottom: 1.4rem;
}

.hline01--image+.hline-des {
	margin-top: 0;
}

.hline02 {
	text-align: center;
	font-family: "din-2014-narrow",sans-serif;
	color: #00803a;
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: .075em;
	line-height: 1.75;
}

.hline03 {
	color: #00803a;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.3333333333;
	margin-bottom: 1.6rem;
}

.hline04 {
	color: #00803a;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.4090909091;
	margin-bottom: 1.6rem;
	text-align: center;
}

.hline-des {
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: .15em;
	line-height: 1.4285714286;
	margin: 0 0 2.6rem;
}

.list-cart {
	display: flex;
	flex-flow: wrap;
	flex-direction: row;
}

.list-cart__item {
	width: calc(33.33% - 1.1rem);
}

.list-cart__item:not(:nth-child(3n+1)) {
	margin-left: 1.65rem;
}

.list-cart__image {
	margin-bottom: .4rem;
}

.list-cart__image img {
	width: 100%;
	border-radius: .8rem;
}

.list-cart__ttl {
	font-size: 1.05rem;
	font-weight: 500;
	color: #00803a;
	margin-bottom: 1.3rem;
}

.list-cart .counter-number {
	margin-top: 1.2rem;
}

.bnr-cart {
	display: block;
}

.bnr-cart img {
	width: 100%;
}

.highlight-cart {
	display: inline-block;
}

.highlight-cart__item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.5rem;
	padding: 0 1.6rem .1rem;
	font-size: 2rem;
	letter-spacing: .1em;
	font-weight: bold;
	background-color: #13ae67;
	border-radius: 6rem;
	color: #fff;
	margin: 3rem 0 1.4rem;
}

.price-cart {
	font-size: 1rem;
	line-height: 1;
	white-space: nowrap;
}

.price-cart .number {
	font-size: 2.4rem;
	font-weight: 600;
	font-family: "din-2014",sans-serif;
}

.row-cart {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.row-cart .price-cart {
	font-size: 1.5rem;
}

.row-cart .price-cart .number {
	font-size: 3.4rem;
}

.show-modal {
	cursor: pointer;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal.modal--static {
	overflow: hidden;
}

.modal.modal--static .modal-body {
	overflow-y: auto;
	height: calc(100vh - 190px);
}

.modal.modal--static .modal-body::-webkit-scrollbar {
	width: .6rem;
}

.modal.modal--static .modal-body::-webkit-scrollbar-thumb {
	background: #8f96a2;
}

.modal .btn-close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #00803a;
	border-radius: 50%;
	border: 0;
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,0);
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 1.5rem;
	right: 1.2rem;
	height: 2.8rem;
	width: 2.8rem;
	z-index: 2;
}

.modal .btn-close::after {
	content: "";
	background: url("https://hellofamily.kokuyo.co.jp/special/0720/static/assets/images/common/icon_close_white.svg") no-repeat center/contain;
	height: .8rem;
	width: .8rem;
	display: block;
	margin: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 4rem 1.5rem 1.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px);
}

.modal.show .modal-dialog {
	transform: none;
}

.modal-dialog-scrollable {
	height: calc(100% - 2rem * 2);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-content iframe {
	border: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
	width: .6rem;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: .4rem;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
	border-radius: .4rem;
	background: #f0f0f0;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #fff;
	border-radius: .8rem;
	pointer-events: auto;
	outline: 0;
}

.modal-backdrop {
	background-color: rgba(51,51,51,.8);
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	transition: opacity .15s linear;
	z-index: 1200;
}

.modal-backdrop.show {
	opacity: 1;
}

.modal-header {
	position: relative;
	padding: 5.8rem 1.5rem 2rem;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 5.8rem 1.5rem 6.2rem;
}

.modal-footer {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.28) 0%, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#47ffffff", endColorstr="#ffffff", GradientType=0);
	padding: 1rem 1.5rem;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
}

.modal-title {
	font-size: 2.4rem;
	font-weight: bold;
}

.others-modal {
	text-align: center;
}

.others-modal__img {
	margin-bottom: 1.8rem;
}

.others-modal__img img {
	width: 10.1rem;
}

.others-modal__ttl {
	color: #00803a;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: .05em;
	margin-bottom: 1.4rem;
}

.others-modal__txt {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .025em;
	line-height: 1.6666666667;
}

.modal-howto__box {
	border: .2rem solid rgba(0,128,58,.5);
	border-radius: 1.1rem;
	padding: 1.8rem;
	margin-bottom: 1.2rem;
}

.modal-howto__box .des {
	text-align: center;
	color: #00803a;
	margin-bottom: 1.3rem;
}

.modal-howto__box .ttl {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	color: #00803a;
	letter-spacing: .1em;
	line-height: 1.4583333333;
	padding-bottom: 1.9rem;
	margin-bottom: 1.2rem;
	border-bottom: 1px solid #00803a;
}

.modal-howto__box .txt {
	font-size: 1.2rem;
	line-height: 1.6666666667;
}

.modal-howto__image {
	max-width: 30rem;
	margin: 0 auto 1rem;
}

.modal-howto__photo {
	max-width: 697px;
	margin: 0 auto;
}

.modal-howto__area {
	background-color: #f2f2f2;
	padding: 1.7rem 1.7rem 1.4rem;
	border-radius: 1.1rem;
}

.modal-howto__area .ttl {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.6111111111;
	margin-bottom: 1.1rem;
}

.modal-howto__area .txt {
	font-size: 1.2rem;
	line-height: 1.6666666667;
	margin-bottom: 2.5rem;
}

.modal-howto__list {
	display: flex;
}

.modal-howto__list .item {
	width: calc(33.33% - 0.7rem);
	text-align: center;
}

.modal-howto__list .item:not(:nth-child(3n+1)) {
	margin-left: 1rem;
}

.modal-howto__list .image {
	margin-bottom: 1.2rem;
}

.modal-howto .btn-primary {
	height: 2.1rem;
}

.modal-plan {
	max-width: 42.1rem;
	margin: 0 auto;
}

.p-gallery {
	margin-bottom: 3rem;
}

.p-gallery__main {
	margin: 0 -2px;
}

.p-gallery__main img {
	border-radius: 1.2rem;
}

.p-gallery__main__item {
	margin: 0 2px;
}

.p-gallery__thumb {
	margin: 1rem -1rem 0 -0.5rem;
	padding: .5rem;
	overflow: hidden;
}

.p-gallery__thumb .slick-list {
	overflow: visible;
}

.p-gallery__thumb__item {
	border-radius: .6rem;
	margin-right: .9rem;
	height: 7.6rem;
	width: 7.6rem;
	position: relative;
}

.p-gallery__thumb__item::before {
	content: "";
	border: .3rem solid #00803a;
	border-radius: .6rem;
	opacity: 0;
	position: absolute;
	top: -0.3rem;
	bottom: -0.3rem;
	left: -0.3rem;
	right: -0.3rem;
	z-index: 1;
}

.p-gallery__thumb__item.slick-current::before {
	opacity: 1;
}

.p-gallery__thumb__item img {
	border-radius: .6rem;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.p-others {
	background-color: #00803a;
	padding: 2.3rem 0 4rem;
}

.p-others .hline01,
.p-others .hline-des {
	color: #fff;
}

.p-others__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.7rem;
}

.p-others__list>li {
	flex: 0 33.33%;
	max-width: 33.33%;
	padding: 0 .7rem;
}

.p-others__list>li:nth-child(n+4) {
	margin-top: 1.7rem;
}

.p-others__box {
	background-color: #fff;
	border-radius: 1.2rem;
	padding: 1.4rem 1.2rem;
}

.p-others__box__img {
	margin-bottom: .6rem;
	text-align: center;
}

.p-others__box__img img {
	width: 6.5rem;
}

.p-others__box__ttl {
	color: #00803a;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3333333333;
	letter-spacing: .1em;
	text-align: center;
}

.p-others__box__btn {
	background-color: #00803a;
	border-radius: .9rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "din-2014-narrow",sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	height: 1.8rem;
	margin-top: 1.8rem;
}

.p-lineup {
	padding: 4.85rem 0 6.57rem;
}

.p-lineup .hline-des {
	margin-bottom: 2.4rem;
}

.lineup-list {
	display: flex;
	flex-flow: wrap;
	text-align: center;
}

.lineup-list__item {
	width: calc(50% - 0.75rem);
	background-color: #e6e7e7;
	border-radius: 1.2rem;
	overflow: hidden;
	padding: .8rem 1.2rem 1.3rem;
	position: relative;
}

.lineup-list__item:nth-child(even) {
	margin-left: 1.5rem;
}

.lineup-list__item:nth-child(n+3) {
	margin-top: 1.5rem;
}

.lineup-list__image {
	margin-bottom: .6rem;
}

.lineup-list__lbl {
	position: absolute;
	top: .2rem;
	right: .2rem;
	max-width: 4.398rem;
}

.lineup-list__ttl {
	margin-bottom: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lineup-list__ttl .icon {
	margin-right: 1.2rem;
	flex-shrink: 0;
}

.lineup-list__txt {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 1.1rem;
}

.lineup-list__btn {
	max-width: 13.6rem;
	height: 3.2rem;
	font-family: "din-2014-narrow",sans-serif;
	font-size: 1.4rem;
}

.p-point {
	background-color: #f5f5f5;
	margin-top: 5.43rem;
	padding: 4.05rem 0 7.3rem;
}

.p-point--pochi {
	padding-bottom: 3.3rem;
}

.p-point .point-list__item:not(:last-child) {
	margin-bottom: 3rem;
}

.p-point .point-list__item img {
	border-radius: 1.2rem;
}

.p-point .point-list__item .ttl {
	color: #00803a;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .05em;
	margin-top: 1rem;
}

.p-point .point-list__item .sub {
	font-size: 1.4rem;
	line-height: 1.7142857143;
	margin-top: 1rem;
}

.p-point .point-list__item .sub.--lt {
	letter-spacing: -0.05em;
}

.p-point .point-list__item .note {
	font-size: .9rem;
	line-height: 1.7777777778;
	letter-spacing: .05em;
	margin-top: .5rem;
}

.p-product {
	padding: 5.4rem 0 5rem;
}

.p-product__list {
	margin-bottom: 3.3rem;
}

.p-product__list.p-product__list--case {
	margin-bottom: 1.5rem;
}

.p-product__list li {
	margin-bottom: 2.2rem;
}

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

.p-product__list li img {
	border-radius: 1.2rem;
	width: 100%;
}

.p-product__info {
	border-top: 1px solid #333;
	margin-bottom: 4rem;
	padding-top: 1rem;
}

.p-product__info:last-child {
	margin-bottom: 0;
}

.p-product__info dt {
	color: #00803a;
	font-size: 1.2rem;
	margin-bottom: .2rem;
}

.p-product__info dd {
	border-bottom: 1px solid #333;
	font-size: 1.2rem;
	margin: 0 0 1rem;
	padding-bottom: 1rem;
}

.p-product__info dd:last-child {
	margin-bottom: 0;
}

.p-product-price {
	background-color: #ebebeb;
	padding: 4.8rem 0 5.6rem;
}

.p-product-price .price-main {
	display: flex;
	justify-content: center;
}

.p-product-price .price-main__info {
	margin-left: .6rem;
}

.p-product-price .price-main__info .num {
	font-size: 4.471rem;
	font-weight: 600;
	font-family: "din-2014-narrow",sans-serif;
	letter-spacing: .05em;
}

.p-product-price .price-main__info .num small {
	font-size: 3.906rem;
}

.p-product-price .price-main__info .evt {
	font-size: 1.672rem;
	margin-left: .5rem;
	position: relative;
	top: -0.5rem;
}

.p-product-price .price-main__ttl {
	font-size: 1.4rem;
	line-height: 1.7142857143;
	margin-top: 1.28rem;
}

.p-product-price .price-main__txt {
	font-size: .9rem;
	line-height: 1.7777777778;
	letter-spacing: .05em;
	margin-top: 1.4rem;
}

.p-method {
	background-color: #f5f5f5;
	padding: 3.88rem 0 5.81rem;
}

.p-method__sub {
	font-size: 1.2rem;
	line-height: 1.8333333333;
}

.p-method__txt {
	font-size: 1.4rem;
	line-height: 1.8571428571;
}

.p-method__small {
	font-size: .9rem;
	line-height: 1.7777777778;
	letter-spacing: .05em;
}

.full-image {
	width: 100%;
}

.wrapper {
	padding-top: 2rem;
}

.box-scroll {
	overflow-x: scroll;
}

.box-scroll .btn-zoom {
	position: absolute;
	right: 30px;
	bottom: 24px;
	width: 139px;
	height: 40px;
	font-size: 18px;
	z-index: 2;
}

.box-scroll .btn-zoom .icon {
	margin-right: 6px;
}

.bg-fix__left,
.bg-fix__right {
	width: 49vw;
	position: fixed;
	top: 0;
	height: 100vh;
	z-index: 0;
}

.bg-fix__left img,
.bg-fix__right img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.bg-fix__left {
	left: 0;
}

.bg-fix__left img {
	-o-object-position: left top;
	object-position: left top;
}

.bg-fix__right {
	right: 0;
}

.bg-fix__right img {
	-o-object-position: right top;
	object-position: right top;
}

.bg-cart-fix {
	position: fixed;
	width: calc(50vw - 250px);
	height: 100vh;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: center;
	padding: 140px 40px 0 30px;
	z-index: 15;
}

.bg-cart-fix .item {
	max-width: 480px;
	width: 20vw;
}

.bg-cart-fix .item:not(:last-child) {
	margin-bottom: 20px;
}

.body-txt {
	line-height: 1.9285714286;
}

.section {
	padding-top: 2.8rem;
	position: relative;
	margin-bottom: 3.2rem;
}

.section::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	height: 2px;
	background-color: #00803a;
}

.list-dot li {
	font-size: .9rem;
	display: flex;
	align-items: flex-start;
}

.list-dot li::before {
	content: "●";
	display: inline-block;
	margin: .3rem .3rem 0 0;
	font-size: .5rem;
}

.icon-close {
	position: absolute;
	top: 1.7rem;
	right: 2rem;
	background-color: #00803a;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 50%;
}

.icon-close:before,
.icon-close:after {
	content: "";
	position: absolute;
	width: .8rem;
	height: .1rem;
	background-color: #fff;
	transition: transform .25s ease;
	border-radius: 5px;
	top: calc(50% - .05rem);
	left: calc(50% - .4rem);
}

.icon-close:before {
	transform: rotate(135deg);
}

.icon-close:after {
	transform: rotate(225deg);
}

.counter-number__btn.plus::before,
.counter-number__btn.plus::after,
.counter-number__btn.minus::before {
	content: "";
	position: absolute;
	width: 1.1rem;
	height: .2rem;
	background-color: #fff;
	transition: transform .25s ease;
	border-radius: .5rem;
	top: calc(50% - .1rem);
	left: calc(50% - .55rem);
}

.counter-number {
	display: flex;
	border-radius: .6rem;
	overflow: hidden;
	width: 10rem;
	border: 1px solid #00803a;
}

.counter-number__btn {
	width: 2.6rem;
	background-color: #00803a;
	position: relative;
}

.counter-number__btn.minus {
	cursor: pointer;
}

.counter-number__btn.plus {
	cursor: pointer;
}

.counter-number__btn.plus::after {
	transform: rotate(90deg);
}

.counter-number__input {
	width: calc(100% - 5.2rem);
	border: 0;
	outline: 0;
	color: #00803a;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 600;
	padding: 0;
	height: 2.6rem;
	border-radius: 0;
	line-height: 1;
	font-family: "din-2014",sans-serif;
	pointer-events: none;
}

.counter-number__input::-webkit-outer-spin-button,
.counter-number__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.counter-number__input[type=number] {
	-moz-appearance: textfield;
}

.counter-number__input:disabled {
	pointer-events: none;
}

.voice-list {
	display: flex;
	flex-flow: wrap;
}

.voice-list__item {
	width: calc(50% - 0.75rem);
	background-color: #fff;
	border-radius: 1.2rem;
	overflow: hidden;
}

.voice-list__item:nth-child(even) {
	margin-left: 1.5rem;
}

.voice-list__item:nth-child(n+3) {
	margin-top: 3.2rem;
}

.voice-list__image img {
	width: 100%;
}

.voice-list__body {
	padding: 1.2rem 1.2rem 2.4rem;
}

.voice-list__txt {
	font-size: 1.2rem;
	line-height: 1.5833333333;
}

.news-list {
	border-top: 1px solid #333;
}

.news-list__item {
	display: block;
	padding: 1rem 0;
	border-bottom: 1px solid #333;
	position: relative;
	transition: all .2s ease-in-out;
	min-height: 7.4rem;
}

.news-list__item:hover {
	opacity: .75;
}

.news-list__item::after {
	content: "";
	background: url(https://hellofamily.kokuyo.co.jp/special/0720/static/assets/images/common/icon_arrow_news.svg) no-repeat center/contain;
	width: 2.7rem;
	height: .55rem;
	position: absolute;
	top: calc(50% - 0.3rem);
	right: 0;
}

.news-list__item--comming {
	display: flex;
	align-items: center;
}

.news-list__row {
	display: flex;
	align-items: center;
	margin-bottom: .4rem;
}

.news-list__date {
	font-size: 1.2rem;
}

.news-list__tag {
	font-size: .9rem;
	background-color: #333;
	color: #fff;
	min-width: 7.4rem;
	border-radius: 2rem;
	padding: .2rem .5rem;
	text-align: center;
	margin-left: 1.9rem;
	font-weight: 500;
}

.news-list__ttl {
	font-size: 1.1rem;
}

.news-list__ttl.--blank {
	position: relative;
}

.news-list__ttl.--blank::after {
	content: "";
	background: url("https://hellofamily.kokuyo.co.jp/special/0720/static/assets/images/common/icon_blank.svg") no-repeat center/contain;
	width: .748rem;
	height: .748rem;
	display: inline-block;
	margin-left: .5rem;
}

.lineup-list {
	display: flex;
	flex-flow: wrap;
	text-align: center;
}

.lineup-list__item {
	width: calc(50% - 0.75rem);
	background-color: #e6e7e7;
	border-radius: 1.2rem;
	overflow: hidden;
	padding: .8rem 1.2rem 1.3rem;
	display: flex;
	flex-direction: column;
}

.lineup-list__item:nth-child(even) {
	margin-left: 1.5rem;
}

.lineup-list__item:nth-child(n+3) {
	margin-top: 1.5rem;
}

.lineup-list__image {
	margin-bottom: .6rem;
}

.lineup-list__ttl {
	margin-bottom: 1rem;
	display: flex;
	justify-content: center;
}

.lineup-list__ttl .icon {
	margin-right: 1.2rem;
	flex-shrink: 0;
}

.lineup-list__txt {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 1.1rem;
}

.lineup-list__btn {
	max-width: 13.6rem;
	height: 3.2rem;
	font-size: 1.4rem;
	margin-top: auto;
	width: 100%;
}

.p-other-nav {
	border-top: 1px solid #98cbaf;
	border-bottom: 1px solid #98cbaf;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}

.p-other-nav.show {
	opacity: 1;
	visibility: visible;
}

.p-other-nav--fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 501;
	max-width: 500px;
}

.p-other-nav a {
	border-right: .3rem solid #98cbaf;
	color: #00803a;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.9rem;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: .025em;
}

.p-other-nav a:last-child {
	border-right: 0;
	max-width: 6.4rem;
}

.p-other-nav a span {
	margin-right: 1.1rem;
	flex-shrink: 0;
}

.p-other-nav a .icon-cart {
	margin-right: 1.4rem;
	width: 2.6rem;
}

.p-other-nav a .icon-phone {
	width: 1.8rem;
}

.p-other-nav__cart {
	font-size: 1.2rem;
}

.p-other-nav__cart svg {
	display: block;
}

.p-other-nav__faq {
	flex: 0 6.5rem;
}

.p-product-desc {
	margin-bottom: 4.5rem;
}

.p-product-desc .hline04 {
	text-align: left;
}

.p-product-desc__txt {
	line-height: 1.7857142857;
}

.p-product-desc__note {
	font-size: .9rem;
	line-height: 1.7777777778;
}

.p-product-desc__price {
	margin-top: .8rem;
}

.p-product-desc__price .num {
	font-family: "din-2014-narrow",sans-serif;
	font-size: 3.9rem;
	font-weight: 600;
	letter-spacing: .05em;
}

.p-product-desc__price .evt {
	font-size: 1.736rem;
	letter-spacing: .1em;
}

.pagi-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

.pagi-txt {
	font-size: 1.2rem;
	letter-spacing: .05em;
}

.pagi-txt.current,
.pagi-txt:hover {
	color: #00803a;
}

.p-case {
	padding: 5.4rem 0 1rem;
}

.p-case .p-product-desc__price {
	margin-bottom: 1.3rem;
	margin-top: 0;
}

.dot-list>li {
	display: flex;
}

.dot-list>li::before {
	content: "・";
}

#chatplusview {
	z-index: 500 !important;
}

#chatplusview.chatplusview-modern {
	height: 80% !important;
}

#chatplusview.closed {
	bottom: 0 !important;
}

.p-buy .p-other-nav {
	display: none;
}

.safari .counter-number__input {
	position: relative;
	top: -0.3rem;
}

.p-premium-plan {
	padding-bottom: 7.18rem;
}

.p-premium-plan__head {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1.1rem;
	margin-left: -1rem;
}

.p-premium-plan__head .pagi {
	flex-shrink: 0;
	color: #00803a;
	font-size: 1.3rem;
	font-family: "din-2014-narrow",sans-serif;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .1em;
	margin-right: .8rem;
	margin-top: .3rem;
	position: relative;
}

.p-premium-plan__head .pagi::after {
	content: "";
	background: url("https://hellofamily.kokuyo.co.jp/special/0720/static/assets/images/common/icon_slash.svg") no-repeat center/contain;
	height: 2rem;
	width: 1.3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p-premium-plan__head .pagi span {
	display: block;
}

.p-premium-plan__head .pagi span:last-child {
	margin-left: 1rem;
	margin-top: .2rem;
}

.p-premium-plan__head .txt {
	font-size: .9rem;
	line-height: 1.5555555556;
}

.p-premium-plan__des {
	font-size: 1.2rem;
	line-height: 1.8333333333;
	letter-spacing: -0.05em;
}

.p-premium-plan__slider {
	margin-top: 3.7rem;
	padding: 0 1.68rem;
}

.p-premium-plan__slider li {
	background-color: rgba(102,179,137,.2);
	padding: 1.4rem 2rem 1.88rem;
}

.p-premium-plan__slider li h3 {
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.4545454545;
	margin-bottom: .92rem;
}

.p-premium-plan__slider .slick-arrow {
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.501rem;
	height: 1.653rem;
}

.p-premium-plan__slider .slick-arrow::before {
	display: none;
}

.p-premium-plan__slider .slick-prev {
	left: -3rem;
	background-image: url("https://hellofamily.kokuyo.co.jp/special/0720/static/assets/images/common/icon_arrow_prev.svg");
}

.p-premium-plan__slider .slick-next {
	right: -3rem;
	background-image: url("https://hellofamily.kokuyo.co.jp/special/0720/static/assets/images/common/icon_arrow_next.svg");
}

.p-plan-des {
	font-size: 1.9rem;
	text-align: center;
	margin-bottom: 3.1rem;
	line-height: 1.6842105263;
	letter-spacing: .07em;
}

.p-plan-list__item {
	border-radius: 1.8rem;
	border-width: .3rem;
	border-style: solid;
	border-color: #00803a;
}

.p-plan-list__item:not(:first-child) {
	margin-top: 2.9rem;
}

.p-plan-list__item.disable {
	border-color: #878888;
}

.p-plan-list__item.disable .p-plan-list__head {
	background-color: #878888;
}

.p-plan-list__item.disable .p-product-desc__price {
	color: #878888;
}

.p-plan-list__item.overlay {
	border-color: #66b389;
}

.p-plan-list__item.overlay .p-plan-list__head {
	background-color: #66b389;
}

.p-plan-list__item.overlay .p-product-desc__price {
	color: #66b389;
}

.p-plan-list__head {
	min-height: 9.1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #00803a;
	border-radius: 1.2rem 1.2rem 0 0;
}

.p-plan-list__ttl {
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: .2em;
}

.p-plan-list__des {
	font-size: 1.4rem;
	letter-spacing: .12em;
	line-height: 1.2857142857;
	text-align: center;
}

.p-plan-list__body {
	text-align: center;
	padding: .5rem 0;
}

.p-plan-list__body .p-product-desc__price {
	line-height: 1;
	color: #00803a;
}

.p-plan-list__body .p-product-desc__price .num {
	font-size: 5.6rem;
}

.p-plan-list__body .p-product-desc__price .evt {
	font-size: 2rem;
}

.p-price {
	padding-bottom: 4.4rem;
}

.p-price__list {
	margin-bottom: 1.3rem;
}

.p-price__list>li {
	display: flex;
	letter-spacing: -0.05em;
}

.p-price__list>li::before {
	content: "・";
	flex-shrink: 0;
}

.p-price .price-main {
	display: flex;
	justify-content: center;
	margin-bottom: 4rem;
}

.p-price .price-main__info {
	margin-left: .6rem;
}

.p-price .price-main__info .num {
	font-size: 4.471rem;
	font-weight: 600;
	font-family: "din-2014-narrow",sans-serif;
	letter-spacing: .05em;
}

.p-price .price-main__info .num small {
	font-size: 3.906rem;
}

.p-price .price-main__info .evt {
	font-size: 1.672rem;
	margin-left: .5rem;
	position: relative;
	top: -0.5rem;
}

.p-price .txt-note {
	letter-spacing: -0.039em;
}

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

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

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

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

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

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

.mt-1,
.my-1 {
	margin-top: .1rem !important;
}

.mr-1,
.mx-1 {
	margin-right: .1rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: .1rem !important;
}

.ml-1,
.mx-1 {
	margin-left: .1rem !important;
}

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

.mt-2,
.my-2 {
	margin-top: .2rem !important;
}

.mr-2,
.mx-2 {
	margin-right: .2rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: .2rem !important;
}

.ml-2,
.mx-2 {
	margin-left: .2rem !important;
}

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

.mt-5,
.my-5 {
	margin-top: .5rem !important;
}

.mr-5,
.mx-5 {
	margin-right: .5rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: .5rem !important;
}

.ml-5,
.mx-5 {
	margin-left: .5rem !important;
}

.m-10 {
	margin: 1rem !important;
}

.mt-10,
.my-10 {
	margin-top: 1rem !important;
}

.mr-10,
.mx-10 {
	margin-right: 1rem !important;
}

.mb-10,
.my-10 {
	margin-bottom: 1rem !important;
}

.ml-10,
.mx-10 {
	margin-left: 1rem !important;
}

.m-15 {
	margin: 1.5rem !important;
}

.mt-15,
.my-15 {
	margin-top: 1.5rem !important;
}

.mr-15,
.mx-15 {
	margin-right: 1.5rem !important;
}

.mb-15,
.my-15 {
	margin-bottom: 1.5rem !important;
}

.ml-15,
.mx-15 {
	margin-left: 1.5rem !important;
}

.m-20 {
	margin: 2rem !important;
}

.mt-20,
.my-20 {
	margin-top: 2rem !important;
}

.mr-20,
.mx-20 {
	margin-right: 2rem !important;
}

.mb-20,
.my-20 {
	margin-bottom: 2rem !important;
}

.ml-20,
.mx-20 {
	margin-left: 2rem !important;
}

.m-24 {
	margin: 2.4rem !important;
}

.mt-24,
.my-24 {
	margin-top: 2.4rem !important;
}

.mr-24,
.mx-24 {
	margin-right: 2.4rem !important;
}

.mb-24,
.my-24 {
	margin-bottom: 2.4rem !important;
}

.ml-24,
.mx-24 {
	margin-left: 2.4rem !important;
}

.m-25 {
	margin: 2.5rem !important;
}

.mt-25,
.my-25 {
	margin-top: 2.5rem !important;
}

.mr-25,
.mx-25 {
	margin-right: 2.5rem !important;
}

.mb-25,
.my-25 {
	margin-bottom: 2.5rem !important;
}

.ml-25,
.mx-25 {
	margin-left: 2.5rem !important;
}

.m-30 {
	margin: 3rem !important;
}

.mt-30,
.my-30 {
	margin-top: 3rem !important;
}

.mr-30,
.mx-30 {
	margin-right: 3rem !important;
}

.mb-30,
.my-30 {
	margin-bottom: 3rem !important;
}

.ml-30,
.mx-30 {
	margin-left: 3rem !important;
}

.m-34 {
	margin: 3.4rem !important;
}

.mt-34,
.my-34 {
	margin-top: 3.4rem !important;
}

.mr-34,
.mx-34 {
	margin-right: 3.4rem !important;
}

.mb-34,
.my-34 {
	margin-bottom: 3.4rem !important;
}

.ml-34,
.mx-34 {
	margin-left: 3.4rem !important;
}

.m-35 {
	margin: 3.5rem !important;
}

.mt-35,
.my-35 {
	margin-top: 3.5rem !important;
}

.mr-35,
.mx-35 {
	margin-right: 3.5rem !important;
}

.mb-35,
.my-35 {
	margin-bottom: 3.5rem !important;
}

.ml-35,
.mx-35 {
	margin-left: 3.5rem !important;
}

.m-40 {
	margin: 4rem !important;
}

.mt-40,
.my-40 {
	margin-top: 4rem !important;
}

.mr-40,
.mx-40 {
	margin-right: 4rem !important;
}

.mb-40,
.my-40 {
	margin-bottom: 4rem !important;
}

.ml-40,
.mx-40 {
	margin-left: 4rem !important;
}

.m-42 {
	margin: 4.2rem !important;
}

.mt-42,
.my-42 {
	margin-top: 4.2rem !important;
}

.mr-42,
.mx-42 {
	margin-right: 4.2rem !important;
}

.mb-42,
.my-42 {
	margin-bottom: 4.2rem !important;
}

.ml-42,
.mx-42 {
	margin-left: 4.2rem !important;
}

.m-45 {
	margin: 4.5rem !important;
}

.mt-45,
.my-45 {
	margin-top: 4.5rem !important;
}

.mr-45,
.mx-45 {
	margin-right: 4.5rem !important;
}

.mb-45,
.my-45 {
	margin-bottom: 4.5rem !important;
}

.ml-45,
.mx-45 {
	margin-left: 4.5rem !important;
}

.m-50 {
	margin: 5rem !important;
}

.mt-50,
.my-50 {
	margin-top: 5rem !important;
}

.mr-50,
.mx-50 {
	margin-right: 5rem !important;
}

.mb-50,
.my-50 {
	margin-bottom: 5rem !important;
}

.ml-50,
.mx-50 {
	margin-left: 5rem !important;
}

.m-55 {
	margin: 5.5rem !important;
}

.mt-55,
.my-55 {
	margin-top: 5.5rem !important;
}

.mr-55,
.mx-55 {
	margin-right: 5.5rem !important;
}

.mb-55,
.my-55 {
	margin-bottom: 5.5rem !important;
}

.ml-55,
.mx-55 {
	margin-left: 5.5rem !important;
}

.m-60 {
	margin: 6rem !important;
}

.mt-60,
.my-60 {
	margin-top: 6rem !important;
}

.mr-60,
.mx-60 {
	margin-right: 6rem !important;
}

.mb-60,
.my-60 {
	margin-bottom: 6rem !important;
}

.ml-60,
.mx-60 {
	margin-left: 6rem !important;
}

.m-65 {
	margin: 6.5rem !important;
}

.mt-65,
.my-65 {
	margin-top: 6.5rem !important;
}

.mr-65,
.mx-65 {
	margin-right: 6.5rem !important;
}

.mb-65,
.my-65 {
	margin-bottom: 6.5rem !important;
}

.ml-65,
.mx-65 {
	margin-left: 6.5rem !important;
}

.m-70 {
	margin: 7rem !important;
}

.mt-70,
.my-70 {
	margin-top: 7rem !important;
}

.mr-70,
.mx-70 {
	margin-right: 7rem !important;
}

.mb-70,
.my-70 {
	margin-bottom: 7rem !important;
}

.ml-70,
.mx-70 {
	margin-left: 7rem !important;
}

.m-75 {
	margin: 7.5rem !important;
}

.mt-75,
.my-75 {
	margin-top: 7.5rem !important;
}

.mr-75,
.mx-75 {
	margin-right: 7.5rem !important;
}

.mb-75,
.my-75 {
	margin-bottom: 7.5rem !important;
}

.ml-75,
.mx-75 {
	margin-left: 7.5rem !important;
}

.m-80 {
	margin: 8rem !important;
}

.mt-80,
.my-80 {
	margin-top: 8rem !important;
}

.mr-80,
.mx-80 {
	margin-right: 8rem !important;
}

.mb-80,
.my-80 {
	margin-bottom: 8rem !important;
}

.ml-80,
.mx-80 {
	margin-left: 8rem !important;
}

.m-85 {
	margin: 8.5rem !important;
}

.mt-85,
.my-85 {
	margin-top: 8.5rem !important;
}

.mr-85,
.mx-85 {
	margin-right: 8.5rem !important;
}

.mb-85,
.my-85 {
	margin-bottom: 8.5rem !important;
}

.ml-85,
.mx-85 {
	margin-left: 8.5rem !important;
}

.m-90 {
	margin: 9rem !important;
}

.mt-90,
.my-90 {
	margin-top: 9rem !important;
}

.mr-90,
.mx-90 {
	margin-right: 9rem !important;
}

.mb-90,
.my-90 {
	margin-bottom: 9rem !important;
}

.ml-90,
.mx-90 {
	margin-left: 9rem !important;
}

.m-95 {
	margin: 9.5rem !important;
}

.mt-95,
.my-95 {
	margin-top: 9.5rem !important;
}

.mr-95,
.mx-95 {
	margin-right: 9.5rem !important;
}

.mb-95,
.my-95 {
	margin-bottom: 9.5rem !important;
}

.ml-95,
.mx-95 {
	margin-left: 9.5rem !important;
}

.m-100 {
	margin: 10rem !important;
}

.mt-100,
.my-100 {
	margin-top: 10rem !important;
}

.mr-100,
.mx-100 {
	margin-right: 10rem !important;
}

.mb-100,
.my-100 {
	margin-bottom: 10rem !important;
}

.ml-100,
.mx-100 {
	margin-left: 10rem !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
	padding-top: .1rem !important;
}

.pr-1,
.px-1 {
	padding-right: .1rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: .1rem !important;
}

.pl-1,
.px-1 {
	padding-left: .1rem !important;
}

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

.pt-2,
.py-2 {
	padding-top: .2rem !important;
}

.pr-2,
.px-2 {
	padding-right: .2rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: .2rem !important;
}

.pl-2,
.px-2 {
	padding-left: .2rem !important;
}

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

.pt-5,
.py-5 {
	padding-top: .5rem !important;
}

.pr-5,
.px-5 {
	padding-right: .5rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: .5rem !important;
}

.pl-5,
.px-5 {
	padding-left: .5rem !important;
}

.p-10 {
	padding: 1rem !important;
}

.pt-10,
.py-10 {
	padding-top: 1rem !important;
}

.pr-10,
.px-10 {
	padding-right: 1rem !important;
}

.pb-10,
.py-10 {
	padding-bottom: 1rem !important;
}

.pl-10,
.px-10 {
	padding-left: 1rem !important;
}

.p-15 {
	padding: 1.5rem !important;
}

.pt-15,
.py-15 {
	padding-top: 1.5rem !important;
}

.pr-15,
.px-15 {
	padding-right: 1.5rem !important;
}

.pb-15,
.py-15 {
	padding-bottom: 1.5rem !important;
}

.pl-15,
.px-15 {
	padding-left: 1.5rem !important;
}

.p-20 {
	padding: 2rem !important;
}

.pt-20,
.py-20 {
	padding-top: 2rem !important;
}

.pr-20,
.px-20 {
	padding-right: 2rem !important;
}

.pb-20,
.py-20 {
	padding-bottom: 2rem !important;
}

.pl-20,
.px-20 {
	padding-left: 2rem !important;
}

.p-24 {
	padding: 2.4rem !important;
}

.pt-24,
.py-24 {
	padding-top: 2.4rem !important;
}

.pr-24,
.px-24 {
	padding-right: 2.4rem !important;
}

.pb-24,
.py-24 {
	padding-bottom: 2.4rem !important;
}

.pl-24,
.px-24 {
	padding-left: 2.4rem !important;
}

.p-25 {
	padding: 2.5rem !important;
}

.pt-25,
.py-25 {
	padding-top: 2.5rem !important;
}

.pr-25,
.px-25 {
	padding-right: 2.5rem !important;
}

.pb-25,
.py-25 {
	padding-bottom: 2.5rem !important;
}

.pl-25,
.px-25 {
	padding-left: 2.5rem !important;
}

.p-30 {
	padding: 3rem !important;
}

.pt-30,
.py-30 {
	padding-top: 3rem !important;
}

.pr-30,
.px-30 {
	padding-right: 3rem !important;
}

.pb-30,
.py-30 {
	padding-bottom: 3rem !important;
}

.pl-30,
.px-30 {
	padding-left: 3rem !important;
}

.p-34 {
	padding: 3.4rem !important;
}

.pt-34,
.py-34 {
	padding-top: 3.4rem !important;
}

.pr-34,
.px-34 {
	padding-right: 3.4rem !important;
}

.pb-34,
.py-34 {
	padding-bottom: 3.4rem !important;
}

.pl-34,
.px-34 {
	padding-left: 3.4rem !important;
}

.p-35 {
	padding: 3.5rem !important;
}

.pt-35,
.py-35 {
	padding-top: 3.5rem !important;
}

.pr-35,
.px-35 {
	padding-right: 3.5rem !important;
}

.pb-35,
.py-35 {
	padding-bottom: 3.5rem !important;
}

.pl-35,
.px-35 {
	padding-left: 3.5rem !important;
}

.p-40 {
	padding: 4rem !important;
}

.pt-40,
.py-40 {
	padding-top: 4rem !important;
}

.pr-40,
.px-40 {
	padding-right: 4rem !important;
}

.pb-40,
.py-40 {
	padding-bottom: 4rem !important;
}

.pl-40,
.px-40 {
	padding-left: 4rem !important;
}

.p-42 {
	padding: 4.2rem !important;
}

.pt-42,
.py-42 {
	padding-top: 4.2rem !important;
}

.pr-42,
.px-42 {
	padding-right: 4.2rem !important;
}

.pb-42,
.py-42 {
	padding-bottom: 4.2rem !important;
}

.pl-42,
.px-42 {
	padding-left: 4.2rem !important;
}

.p-45 {
	padding: 4.5rem !important;
}

.pt-45,
.py-45 {
	padding-top: 4.5rem !important;
}

.pr-45,
.px-45 {
	padding-right: 4.5rem !important;
}

.pb-45,
.py-45 {
	padding-bottom: 4.5rem !important;
}

.pl-45,
.px-45 {
	padding-left: 4.5rem !important;
}

.p-50 {
	padding: 5rem !important;
}

.pt-50,
.py-50 {
	padding-top: 5rem !important;
}

.pr-50,
.px-50 {
	padding-right: 5rem !important;
}

.pb-50,
.py-50 {
	padding-bottom: 5rem !important;
}

.pl-50,
.px-50 {
	padding-left: 5rem !important;
}

.p-55 {
	padding: 5.5rem !important;
}

.pt-55,
.py-55 {
	padding-top: 5.5rem !important;
}

.pr-55,
.px-55 {
	padding-right: 5.5rem !important;
}

.pb-55,
.py-55 {
	padding-bottom: 5.5rem !important;
}

.pl-55,
.px-55 {
	padding-left: 5.5rem !important;
}

.p-60 {
	padding: 6rem !important;
}

.pt-60,
.py-60 {
	padding-top: 6rem !important;
}

.pr-60,
.px-60 {
	padding-right: 6rem !important;
}

.pb-60,
.py-60 {
	padding-bottom: 6rem !important;
}

.pl-60,
.px-60 {
	padding-left: 6rem !important;
}

.p-65 {
	padding: 6.5rem !important;
}

.pt-65,
.py-65 {
	padding-top: 6.5rem !important;
}

.pr-65,
.px-65 {
	padding-right: 6.5rem !important;
}

.pb-65,
.py-65 {
	padding-bottom: 6.5rem !important;
}

.pl-65,
.px-65 {
	padding-left: 6.5rem !important;
}

.p-70 {
	padding: 7rem !important;
}

.pt-70,
.py-70 {
	padding-top: 7rem !important;
}

.pr-70,
.px-70 {
	padding-right: 7rem !important;
}

.pb-70,
.py-70 {
	padding-bottom: 7rem !important;
}

.pl-70,
.px-70 {
	padding-left: 7rem !important;
}

.p-75 {
	padding: 7.5rem !important;
}

.pt-75,
.py-75 {
	padding-top: 7.5rem !important;
}

.pr-75,
.px-75 {
	padding-right: 7.5rem !important;
}

.pb-75,
.py-75 {
	padding-bottom: 7.5rem !important;
}

.pl-75,
.px-75 {
	padding-left: 7.5rem !important;
}

.p-80 {
	padding: 8rem !important;
}

.pt-80,
.py-80 {
	padding-top: 8rem !important;
}

.pr-80,
.px-80 {
	padding-right: 8rem !important;
}

.pb-80,
.py-80 {
	padding-bottom: 8rem !important;
}

.pl-80,
.px-80 {
	padding-left: 8rem !important;
}

.p-85 {
	padding: 8.5rem !important;
}

.pt-85,
.py-85 {
	padding-top: 8.5rem !important;
}

.pr-85,
.px-85 {
	padding-right: 8.5rem !important;
}

.pb-85,
.py-85 {
	padding-bottom: 8.5rem !important;
}

.pl-85,
.px-85 {
	padding-left: 8.5rem !important;
}

.p-90 {
	padding: 9rem !important;
}

.pt-90,
.py-90 {
	padding-top: 9rem !important;
}

.pr-90,
.px-90 {
	padding-right: 9rem !important;
}

.pb-90,
.py-90 {
	padding-bottom: 9rem !important;
}

.pl-90,
.px-90 {
	padding-left: 9rem !important;
}

.p-95 {
	padding: 9.5rem !important;
}

.pt-95,
.py-95 {
	padding-top: 9.5rem !important;
}

.pr-95,
.px-95 {
	padding-right: 9.5rem !important;
}

.pb-95,
.py-95 {
	padding-bottom: 9.5rem !important;
}

.pl-95,
.px-95 {
	padding-left: 9.5rem !important;
}

.p-100 {
	padding: 10rem !important;
}

.pt-100,
.py-100 {
	padding-top: 10rem !important;
}

.pr-100,
.px-100 {
	padding-right: 10rem !important;
}

.pb-100,
.py-100 {
	padding-bottom: 10rem !important;
}

.pl-100,
.px-100 {
	padding-left: 10rem !important;
}

.m-n1 {
	margin: -0.1rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.1rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.1rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.1rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.1rem !important;
}

.m-n2 {
	margin: -0.2rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.2rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.2rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.2rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.2rem !important;
}

.m-n5 {
	margin: -0.5rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -0.5rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -0.5rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -0.5rem !important;
}

.m-n10 {
	margin: -1rem !important;
}

.mt-n10,
.my-n10 {
	margin-top: -1rem !important;
}

.mr-n10,
.mx-n10 {
	margin-right: -1rem !important;
}

.mb-n10,
.my-n10 {
	margin-bottom: -1rem !important;
}

.ml-n10,
.mx-n10 {
	margin-left: -1rem !important;
}

.m-n15 {
	margin: -1.5rem !important;
}

.mt-n15,
.my-n15 {
	margin-top: -1.5rem !important;
}

.mr-n15,
.mx-n15 {
	margin-right: -1.5rem !important;
}

.mb-n15,
.my-n15 {
	margin-bottom: -1.5rem !important;
}

.ml-n15,
.mx-n15 {
	margin-left: -1.5rem !important;
}

.m-n20 {
	margin: -2rem !important;
}

.mt-n20,
.my-n20 {
	margin-top: -2rem !important;
}

.mr-n20,
.mx-n20 {
	margin-right: -2rem !important;
}

.mb-n20,
.my-n20 {
	margin-bottom: -2rem !important;
}

.ml-n20,
.mx-n20 {
	margin-left: -2rem !important;
}

.m-n24 {
	margin: -2.4rem !important;
}

.mt-n24,
.my-n24 {
	margin-top: -2.4rem !important;
}

.mr-n24,
.mx-n24 {
	margin-right: -2.4rem !important;
}

.mb-n24,
.my-n24 {
	margin-bottom: -2.4rem !important;
}

.ml-n24,
.mx-n24 {
	margin-left: -2.4rem !important;
}

.m-n25 {
	margin: -2.5rem !important;
}

.mt-n25,
.my-n25 {
	margin-top: -2.5rem !important;
}

.mr-n25,
.mx-n25 {
	margin-right: -2.5rem !important;
}

.mb-n25,
.my-n25 {
	margin-bottom: -2.5rem !important;
}

.ml-n25,
.mx-n25 {
	margin-left: -2.5rem !important;
}

.m-n30 {
	margin: -3rem !important;
}

.mt-n30,
.my-n30 {
	margin-top: -3rem !important;
}

.mr-n30,
.mx-n30 {
	margin-right: -3rem !important;
}

.mb-n30,
.my-n30 {
	margin-bottom: -3rem !important;
}

.ml-n30,
.mx-n30 {
	margin-left: -3rem !important;
}

.m-n34 {
	margin: -3.4rem !important;
}

.mt-n34,
.my-n34 {
	margin-top: -3.4rem !important;
}

.mr-n34,
.mx-n34 {
	margin-right: -3.4rem !important;
}

.mb-n34,
.my-n34 {
	margin-bottom: -3.4rem !important;
}

.ml-n34,
.mx-n34 {
	margin-left: -3.4rem !important;
}

.m-n35 {
	margin: -3.5rem !important;
}

.mt-n35,
.my-n35 {
	margin-top: -3.5rem !important;
}

.mr-n35,
.mx-n35 {
	margin-right: -3.5rem !important;
}

.mb-n35,
.my-n35 {
	margin-bottom: -3.5rem !important;
}

.ml-n35,
.mx-n35 {
	margin-left: -3.5rem !important;
}

.m-n40 {
	margin: -4rem !important;
}

.mt-n40,
.my-n40 {
	margin-top: -4rem !important;
}

.mr-n40,
.mx-n40 {
	margin-right: -4rem !important;
}

.mb-n40,
.my-n40 {
	margin-bottom: -4rem !important;
}

.ml-n40,
.mx-n40 {
	margin-left: -4rem !important;
}

.m-n42 {
	margin: -4.2rem !important;
}

.mt-n42,
.my-n42 {
	margin-top: -4.2rem !important;
}

.mr-n42,
.mx-n42 {
	margin-right: -4.2rem !important;
}

.mb-n42,
.my-n42 {
	margin-bottom: -4.2rem !important;
}

.ml-n42,
.mx-n42 {
	margin-left: -4.2rem !important;
}

.m-n45 {
	margin: -4.5rem !important;
}

.mt-n45,
.my-n45 {
	margin-top: -4.5rem !important;
}

.mr-n45,
.mx-n45 {
	margin-right: -4.5rem !important;
}

.mb-n45,
.my-n45 {
	margin-bottom: -4.5rem !important;
}

.ml-n45,
.mx-n45 {
	margin-left: -4.5rem !important;
}

.m-n50 {
	margin: -5rem !important;
}

.mt-n50,
.my-n50 {
	margin-top: -5rem !important;
}

.mr-n50,
.mx-n50 {
	margin-right: -5rem !important;
}

.mb-n50,
.my-n50 {
	margin-bottom: -5rem !important;
}

.ml-n50,
.mx-n50 {
	margin-left: -5rem !important;
}

.m-n55 {
	margin: -5.5rem !important;
}

.mt-n55,
.my-n55 {
	margin-top: -5.5rem !important;
}

.mr-n55,
.mx-n55 {
	margin-right: -5.5rem !important;
}

.mb-n55,
.my-n55 {
	margin-bottom: -5.5rem !important;
}

.ml-n55,
.mx-n55 {
	margin-left: -5.5rem !important;
}

.m-n60 {
	margin: -6rem !important;
}

.mt-n60,
.my-n60 {
	margin-top: -6rem !important;
}

.mr-n60,
.mx-n60 {
	margin-right: -6rem !important;
}

.mb-n60,
.my-n60 {
	margin-bottom: -6rem !important;
}

.ml-n60,
.mx-n60 {
	margin-left: -6rem !important;
}

.m-n65 {
	margin: -6.5rem !important;
}

.mt-n65,
.my-n65 {
	margin-top: -6.5rem !important;
}

.mr-n65,
.mx-n65 {
	margin-right: -6.5rem !important;
}

.mb-n65,
.my-n65 {
	margin-bottom: -6.5rem !important;
}

.ml-n65,
.mx-n65 {
	margin-left: -6.5rem !important;
}

.m-n70 {
	margin: -7rem !important;
}

.mt-n70,
.my-n70 {
	margin-top: -7rem !important;
}

.mr-n70,
.mx-n70 {
	margin-right: -7rem !important;
}

.mb-n70,
.my-n70 {
	margin-bottom: -7rem !important;
}

.ml-n70,
.mx-n70 {
	margin-left: -7rem !important;
}

.m-n75 {
	margin: -7.5rem !important;
}

.mt-n75,
.my-n75 {
	margin-top: -7.5rem !important;
}

.mr-n75,
.mx-n75 {
	margin-right: -7.5rem !important;
}

.mb-n75,
.my-n75 {
	margin-bottom: -7.5rem !important;
}

.ml-n75,
.mx-n75 {
	margin-left: -7.5rem !important;
}

.m-n80 {
	margin: -8rem !important;
}

.mt-n80,
.my-n80 {
	margin-top: -8rem !important;
}

.mr-n80,
.mx-n80 {
	margin-right: -8rem !important;
}

.mb-n80,
.my-n80 {
	margin-bottom: -8rem !important;
}

.ml-n80,
.mx-n80 {
	margin-left: -8rem !important;
}

.m-n85 {
	margin: -8.5rem !important;
}

.mt-n85,
.my-n85 {
	margin-top: -8.5rem !important;
}

.mr-n85,
.mx-n85 {
	margin-right: -8.5rem !important;
}

.mb-n85,
.my-n85 {
	margin-bottom: -8.5rem !important;
}

.ml-n85,
.mx-n85 {
	margin-left: -8.5rem !important;
}

.m-n90 {
	margin: -9rem !important;
}

.mt-n90,
.my-n90 {
	margin-top: -9rem !important;
}

.mr-n90,
.mx-n90 {
	margin-right: -9rem !important;
}

.mb-n90,
.my-n90 {
	margin-bottom: -9rem !important;
}

.ml-n90,
.mx-n90 {
	margin-left: -9rem !important;
}

.m-n95 {
	margin: -9.5rem !important;
}

.mt-n95,
.my-n95 {
	margin-top: -9.5rem !important;
}

.mr-n95,
.mx-n95 {
	margin-right: -9.5rem !important;
}

.mb-n95,
.my-n95 {
	margin-bottom: -9.5rem !important;
}

.ml-n95,
.mx-n95 {
	margin-left: -9.5rem !important;
}

.m-n100 {
	margin: -10rem !important;
}

.mt-n100,
.my-n100 {
	margin-top: -10rem !important;
}

.mr-n100,
.mx-n100 {
	margin-right: -10rem !important;
}

.mb-n100,
.my-n100 {
	margin-bottom: -10rem !important;
}

.ml-n100,
.mx-n100 {
	margin-left: -10rem !important;
}

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

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

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

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

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

.mb-18 {
	margin-bottom: 1.8rem !important;
}

@media (min-width: 376px) {

.d-xsm-none {
	display: none !important;
}

.d-xsm-block {
	display: block !important;
}

.d-xsm-flex {
	display: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-xsm-auto {
	flex: 0 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-xsm-auto {
	align-self: auto !important;
}

.align-self-xsm-start {
	align-self: flex-start !important;
}

.align-self-xsm-end {
	align-self: flex-end !important;
}

.align-self-xsm-center {
	align-self: center !important;
}

.align-self-xsm-baseline {
	align-self: baseline !important;
}

.align-self-xsm-stretch {
	align-self: stretch !important;
}

.text-xsm-left {
	text-align: left !important;
}

.text-xsm-right {
	text-align: right !important;
}

.text-xsm-center {
	text-align: center !important;
}

.global-navi__wrap {
	padding-bottom: 8rem;
}

.global-navi__footer {
	margin-top: 3rem;
}

.m-xsm-0 {
	margin: 0 !important;
}

.mt-xsm-0,
.my-xsm-0 {
	margin-top: 0 !important;
}

.mr-xsm-0,
.mx-xsm-0 {
	margin-right: 0 !important;
}

.mb-xsm-0,
.my-xsm-0 {
	margin-bottom: 0 !important;
}

.ml-xsm-0,
.mx-xsm-0 {
	margin-left: 0 !important;
}

.m-xsm-1 {
	margin: .1rem !important;
}

.mt-xsm-1,
.my-xsm-1 {
	margin-top: .1rem !important;
}

.mr-xsm-1,
.mx-xsm-1 {
	margin-right: .1rem !important;
}

.mb-xsm-1,
.my-xsm-1 {
	margin-bottom: .1rem !important;
}

.ml-xsm-1,
.mx-xsm-1 {
	margin-left: .1rem !important;
}

.m-xsm-2 {
	margin: .2rem !important;
}

.mt-xsm-2,
.my-xsm-2 {
	margin-top: .2rem !important;
}

.mr-xsm-2,
.mx-xsm-2 {
	margin-right: .2rem !important;
}

.mb-xsm-2,
.my-xsm-2 {
	margin-bottom: .2rem !important;
}

.ml-xsm-2,
.mx-xsm-2 {
	margin-left: .2rem !important;
}

.m-xsm-5 {
	margin: .5rem !important;
}

.mt-xsm-5,
.my-xsm-5 {
	margin-top: .5rem !important;
}

.mr-xsm-5,
.mx-xsm-5 {
	margin-right: .5rem !important;
}

.mb-xsm-5,
.my-xsm-5 {
	margin-bottom: .5rem !important;
}

.ml-xsm-5,
.mx-xsm-5 {
	margin-left: .5rem !important;
}

.m-xsm-10 {
	margin: 1rem !important;
}

.mt-xsm-10,
.my-xsm-10 {
	margin-top: 1rem !important;
}

.mr-xsm-10,
.mx-xsm-10 {
	margin-right: 1rem !important;
}

.mb-xsm-10,
.my-xsm-10 {
	margin-bottom: 1rem !important;
}

.ml-xsm-10,
.mx-xsm-10 {
	margin-left: 1rem !important;
}

.m-xsm-15 {
	margin: 1.5rem !important;
}

.mt-xsm-15,
.my-xsm-15 {
	margin-top: 1.5rem !important;
}

.mr-xsm-15,
.mx-xsm-15 {
	margin-right: 1.5rem !important;
}

.mb-xsm-15,
.my-xsm-15 {
	margin-bottom: 1.5rem !important;
}

.ml-xsm-15,
.mx-xsm-15 {
	margin-left: 1.5rem !important;
}

.m-xsm-20 {
	margin: 2rem !important;
}

.mt-xsm-20,
.my-xsm-20 {
	margin-top: 2rem !important;
}

.mr-xsm-20,
.mx-xsm-20 {
	margin-right: 2rem !important;
}

.mb-xsm-20,
.my-xsm-20 {
	margin-bottom: 2rem !important;
}

.ml-xsm-20,
.mx-xsm-20 {
	margin-left: 2rem !important;
}

.m-xsm-24 {
	margin: 2.4rem !important;
}

.mt-xsm-24,
.my-xsm-24 {
	margin-top: 2.4rem !important;
}

.mr-xsm-24,
.mx-xsm-24 {
	margin-right: 2.4rem !important;
}

.mb-xsm-24,
.my-xsm-24 {
	margin-bottom: 2.4rem !important;
}

.ml-xsm-24,
.mx-xsm-24 {
	margin-left: 2.4rem !important;
}

.m-xsm-25 {
	margin: 2.5rem !important;
}

.mt-xsm-25,
.my-xsm-25 {
	margin-top: 2.5rem !important;
}

.mr-xsm-25,
.mx-xsm-25 {
	margin-right: 2.5rem !important;
}

.mb-xsm-25,
.my-xsm-25 {
	margin-bottom: 2.5rem !important;
}

.ml-xsm-25,
.mx-xsm-25 {
	margin-left: 2.5rem !important;
}

.m-xsm-30 {
	margin: 3rem !important;
}

.mt-xsm-30,
.my-xsm-30 {
	margin-top: 3rem !important;
}

.mr-xsm-30,
.mx-xsm-30 {
	margin-right: 3rem !important;
}

.mb-xsm-30,
.my-xsm-30 {
	margin-bottom: 3rem !important;
}

.ml-xsm-30,
.mx-xsm-30 {
	margin-left: 3rem !important;
}

.m-xsm-34 {
	margin: 3.4rem !important;
}

.mt-xsm-34,
.my-xsm-34 {
	margin-top: 3.4rem !important;
}

.mr-xsm-34,
.mx-xsm-34 {
	margin-right: 3.4rem !important;
}

.mb-xsm-34,
.my-xsm-34 {
	margin-bottom: 3.4rem !important;
}

.ml-xsm-34,
.mx-xsm-34 {
	margin-left: 3.4rem !important;
}

.m-xsm-35 {
	margin: 3.5rem !important;
}

.mt-xsm-35,
.my-xsm-35 {
	margin-top: 3.5rem !important;
}

.mr-xsm-35,
.mx-xsm-35 {
	margin-right: 3.5rem !important;
}

.mb-xsm-35,
.my-xsm-35 {
	margin-bottom: 3.5rem !important;
}

.ml-xsm-35,
.mx-xsm-35 {
	margin-left: 3.5rem !important;
}

.m-xsm-40 {
	margin: 4rem !important;
}

.mt-xsm-40,
.my-xsm-40 {
	margin-top: 4rem !important;
}

.mr-xsm-40,
.mx-xsm-40 {
	margin-right: 4rem !important;
}

.mb-xsm-40,
.my-xsm-40 {
	margin-bottom: 4rem !important;
}

.ml-xsm-40,
.mx-xsm-40 {
	margin-left: 4rem !important;
}

.m-xsm-42 {
	margin: 4.2rem !important;
}

.mt-xsm-42,
.my-xsm-42 {
	margin-top: 4.2rem !important;
}

.mr-xsm-42,
.mx-xsm-42 {
	margin-right: 4.2rem !important;
}

.mb-xsm-42,
.my-xsm-42 {
	margin-bottom: 4.2rem !important;
}

.ml-xsm-42,
.mx-xsm-42 {
	margin-left: 4.2rem !important;
}

.m-xsm-45 {
	margin: 4.5rem !important;
}

.mt-xsm-45,
.my-xsm-45 {
	margin-top: 4.5rem !important;
}

.mr-xsm-45,
.mx-xsm-45 {
	margin-right: 4.5rem !important;
}

.mb-xsm-45,
.my-xsm-45 {
	margin-bottom: 4.5rem !important;
}

.ml-xsm-45,
.mx-xsm-45 {
	margin-left: 4.5rem !important;
}

.m-xsm-50 {
	margin: 5rem !important;
}

.mt-xsm-50,
.my-xsm-50 {
	margin-top: 5rem !important;
}

.mr-xsm-50,
.mx-xsm-50 {
	margin-right: 5rem !important;
}

.mb-xsm-50,
.my-xsm-50 {
	margin-bottom: 5rem !important;
}

.ml-xsm-50,
.mx-xsm-50 {
	margin-left: 5rem !important;
}

.m-xsm-55 {
	margin: 5.5rem !important;
}

.mt-xsm-55,
.my-xsm-55 {
	margin-top: 5.5rem !important;
}

.mr-xsm-55,
.mx-xsm-55 {
	margin-right: 5.5rem !important;
}

.mb-xsm-55,
.my-xsm-55 {
	margin-bottom: 5.5rem !important;
}

.ml-xsm-55,
.mx-xsm-55 {
	margin-left: 5.5rem !important;
}

.m-xsm-60 {
	margin: 6rem !important;
}

.mt-xsm-60,
.my-xsm-60 {
	margin-top: 6rem !important;
}

.mr-xsm-60,
.mx-xsm-60 {
	margin-right: 6rem !important;
}

.mb-xsm-60,
.my-xsm-60 {
	margin-bottom: 6rem !important;
}

.ml-xsm-60,
.mx-xsm-60 {
	margin-left: 6rem !important;
}

.m-xsm-65 {
	margin: 6.5rem !important;
}

.mt-xsm-65,
.my-xsm-65 {
	margin-top: 6.5rem !important;
}

.mr-xsm-65,
.mx-xsm-65 {
	margin-right: 6.5rem !important;
}

.mb-xsm-65,
.my-xsm-65 {
	margin-bottom: 6.5rem !important;
}

.ml-xsm-65,
.mx-xsm-65 {
	margin-left: 6.5rem !important;
}

.m-xsm-70 {
	margin: 7rem !important;
}

.mt-xsm-70,
.my-xsm-70 {
	margin-top: 7rem !important;
}

.mr-xsm-70,
.mx-xsm-70 {
	margin-right: 7rem !important;
}

.mb-xsm-70,
.my-xsm-70 {
	margin-bottom: 7rem !important;
}

.ml-xsm-70,
.mx-xsm-70 {
	margin-left: 7rem !important;
}

.m-xsm-75 {
	margin: 7.5rem !important;
}

.mt-xsm-75,
.my-xsm-75 {
	margin-top: 7.5rem !important;
}

.mr-xsm-75,
.mx-xsm-75 {
	margin-right: 7.5rem !important;
}

.mb-xsm-75,
.my-xsm-75 {
	margin-bottom: 7.5rem !important;
}

.ml-xsm-75,
.mx-xsm-75 {
	margin-left: 7.5rem !important;
}

.m-xsm-80 {
	margin: 8rem !important;
}

.mt-xsm-80,
.my-xsm-80 {
	margin-top: 8rem !important;
}

.mr-xsm-80,
.mx-xsm-80 {
	margin-right: 8rem !important;
}

.mb-xsm-80,
.my-xsm-80 {
	margin-bottom: 8rem !important;
}

.ml-xsm-80,
.mx-xsm-80 {
	margin-left: 8rem !important;
}

.m-xsm-85 {
	margin: 8.5rem !important;
}

.mt-xsm-85,
.my-xsm-85 {
	margin-top: 8.5rem !important;
}

.mr-xsm-85,
.mx-xsm-85 {
	margin-right: 8.5rem !important;
}

.mb-xsm-85,
.my-xsm-85 {
	margin-bottom: 8.5rem !important;
}

.ml-xsm-85,
.mx-xsm-85 {
	margin-left: 8.5rem !important;
}

.m-xsm-90 {
	margin: 9rem !important;
}

.mt-xsm-90,
.my-xsm-90 {
	margin-top: 9rem !important;
}

.mr-xsm-90,
.mx-xsm-90 {
	margin-right: 9rem !important;
}

.mb-xsm-90,
.my-xsm-90 {
	margin-bottom: 9rem !important;
}

.ml-xsm-90,
.mx-xsm-90 {
	margin-left: 9rem !important;
}

.m-xsm-95 {
	margin: 9.5rem !important;
}

.mt-xsm-95,
.my-xsm-95 {
	margin-top: 9.5rem !important;
}

.mr-xsm-95,
.mx-xsm-95 {
	margin-right: 9.5rem !important;
}

.mb-xsm-95,
.my-xsm-95 {
	margin-bottom: 9.5rem !important;
}

.ml-xsm-95,
.mx-xsm-95 {
	margin-left: 9.5rem !important;
}

.m-xsm-100 {
	margin: 10rem !important;
}

.mt-xsm-100,
.my-xsm-100 {
	margin-top: 10rem !important;
}

.mr-xsm-100,
.mx-xsm-100 {
	margin-right: 10rem !important;
}

.mb-xsm-100,
.my-xsm-100 {
	margin-bottom: 10rem !important;
}

.ml-xsm-100,
.mx-xsm-100 {
	margin-left: 10rem !important;
}

.p-xsm-0 {
	padding: 0 !important;
}

.pt-xsm-0,
.py-xsm-0 {
	padding-top: 0 !important;
}

.pr-xsm-0,
.px-xsm-0 {
	padding-right: 0 !important;
}

.pb-xsm-0,
.py-xsm-0 {
	padding-bottom: 0 !important;
}

.pl-xsm-0,
.px-xsm-0 {
	padding-left: 0 !important;
}

.p-xsm-1 {
	padding: .1rem !important;
}

.pt-xsm-1,
.py-xsm-1 {
	padding-top: .1rem !important;
}

.pr-xsm-1,
.px-xsm-1 {
	padding-right: .1rem !important;
}

.pb-xsm-1,
.py-xsm-1 {
	padding-bottom: .1rem !important;
}

.pl-xsm-1,
.px-xsm-1 {
	padding-left: .1rem !important;
}

.p-xsm-2 {
	padding: .2rem !important;
}

.pt-xsm-2,
.py-xsm-2 {
	padding-top: .2rem !important;
}

.pr-xsm-2,
.px-xsm-2 {
	padding-right: .2rem !important;
}

.pb-xsm-2,
.py-xsm-2 {
	padding-bottom: .2rem !important;
}

.pl-xsm-2,
.px-xsm-2 {
	padding-left: .2rem !important;
}

.p-xsm-5 {
	padding: .5rem !important;
}

.pt-xsm-5,
.py-xsm-5 {
	padding-top: .5rem !important;
}

.pr-xsm-5,
.px-xsm-5 {
	padding-right: .5rem !important;
}

.pb-xsm-5,
.py-xsm-5 {
	padding-bottom: .5rem !important;
}

.pl-xsm-5,
.px-xsm-5 {
	padding-left: .5rem !important;
}

.p-xsm-10 {
	padding: 1rem !important;
}

.pt-xsm-10,
.py-xsm-10 {
	padding-top: 1rem !important;
}

.pr-xsm-10,
.px-xsm-10 {
	padding-right: 1rem !important;
}

.pb-xsm-10,
.py-xsm-10 {
	padding-bottom: 1rem !important;
}

.pl-xsm-10,
.px-xsm-10 {
	padding-left: 1rem !important;
}

.p-xsm-15 {
	padding: 1.5rem !important;
}

.pt-xsm-15,
.py-xsm-15 {
	padding-top: 1.5rem !important;
}

.pr-xsm-15,
.px-xsm-15 {
	padding-right: 1.5rem !important;
}

.pb-xsm-15,
.py-xsm-15 {
	padding-bottom: 1.5rem !important;
}

.pl-xsm-15,
.px-xsm-15 {
	padding-left: 1.5rem !important;
}

.p-xsm-20 {
	padding: 2rem !important;
}

.pt-xsm-20,
.py-xsm-20 {
	padding-top: 2rem !important;
}

.pr-xsm-20,
.px-xsm-20 {
	padding-right: 2rem !important;
}

.pb-xsm-20,
.py-xsm-20 {
	padding-bottom: 2rem !important;
}

.pl-xsm-20,
.px-xsm-20 {
	padding-left: 2rem !important;
}

.p-xsm-24 {
	padding: 2.4rem !important;
}

.pt-xsm-24,
.py-xsm-24 {
	padding-top: 2.4rem !important;
}

.pr-xsm-24,
.px-xsm-24 {
	padding-right: 2.4rem !important;
}

.pb-xsm-24,
.py-xsm-24 {
	padding-bottom: 2.4rem !important;
}

.pl-xsm-24,
.px-xsm-24 {
	padding-left: 2.4rem !important;
}

.p-xsm-25 {
	padding: 2.5rem !important;
}

.pt-xsm-25,
.py-xsm-25 {
	padding-top: 2.5rem !important;
}

.pr-xsm-25,
.px-xsm-25 {
	padding-right: 2.5rem !important;
}

.pb-xsm-25,
.py-xsm-25 {
	padding-bottom: 2.5rem !important;
}

.pl-xsm-25,
.px-xsm-25 {
	padding-left: 2.5rem !important;
}

.p-xsm-30 {
	padding: 3rem !important;
}

.pt-xsm-30,
.py-xsm-30 {
	padding-top: 3rem !important;
}

.pr-xsm-30,
.px-xsm-30 {
	padding-right: 3rem !important;
}

.pb-xsm-30,
.py-xsm-30 {
	padding-bottom: 3rem !important;
}

.pl-xsm-30,
.px-xsm-30 {
	padding-left: 3rem !important;
}

.p-xsm-34 {
	padding: 3.4rem !important;
}

.pt-xsm-34,
.py-xsm-34 {
	padding-top: 3.4rem !important;
}

.pr-xsm-34,
.px-xsm-34 {
	padding-right: 3.4rem !important;
}

.pb-xsm-34,
.py-xsm-34 {
	padding-bottom: 3.4rem !important;
}

.pl-xsm-34,
.px-xsm-34 {
	padding-left: 3.4rem !important;
}

.p-xsm-35 {
	padding: 3.5rem !important;
}

.pt-xsm-35,
.py-xsm-35 {
	padding-top: 3.5rem !important;
}

.pr-xsm-35,
.px-xsm-35 {
	padding-right: 3.5rem !important;
}

.pb-xsm-35,
.py-xsm-35 {
	padding-bottom: 3.5rem !important;
}

.pl-xsm-35,
.px-xsm-35 {
	padding-left: 3.5rem !important;
}

.p-xsm-40 {
	padding: 4rem !important;
}

.pt-xsm-40,
.py-xsm-40 {
	padding-top: 4rem !important;
}

.pr-xsm-40,
.px-xsm-40 {
	padding-right: 4rem !important;
}

.pb-xsm-40,
.py-xsm-40 {
	padding-bottom: 4rem !important;
}

.pl-xsm-40,
.px-xsm-40 {
	padding-left: 4rem !important;
}

.p-xsm-42 {
	padding: 4.2rem !important;
}

.pt-xsm-42,
.py-xsm-42 {
	padding-top: 4.2rem !important;
}

.pr-xsm-42,
.px-xsm-42 {
	padding-right: 4.2rem !important;
}

.pb-xsm-42,
.py-xsm-42 {
	padding-bottom: 4.2rem !important;
}

.pl-xsm-42,
.px-xsm-42 {
	padding-left: 4.2rem !important;
}

.p-xsm-45 {
	padding: 4.5rem !important;
}

.pt-xsm-45,
.py-xsm-45 {
	padding-top: 4.5rem !important;
}

.pr-xsm-45,
.px-xsm-45 {
	padding-right: 4.5rem !important;
}

.pb-xsm-45,
.py-xsm-45 {
	padding-bottom: 4.5rem !important;
}

.pl-xsm-45,
.px-xsm-45 {
	padding-left: 4.5rem !important;
}

.p-xsm-50 {
	padding: 5rem !important;
}

.pt-xsm-50,
.py-xsm-50 {
	padding-top: 5rem !important;
}

.pr-xsm-50,
.px-xsm-50 {
	padding-right: 5rem !important;
}

.pb-xsm-50,
.py-xsm-50 {
	padding-bottom: 5rem !important;
}

.pl-xsm-50,
.px-xsm-50 {
	padding-left: 5rem !important;
}

.p-xsm-55 {
	padding: 5.5rem !important;
}

.pt-xsm-55,
.py-xsm-55 {
	padding-top: 5.5rem !important;
}

.pr-xsm-55,
.px-xsm-55 {
	padding-right: 5.5rem !important;
}

.pb-xsm-55,
.py-xsm-55 {
	padding-bottom: 5.5rem !important;
}

.pl-xsm-55,
.px-xsm-55 {
	padding-left: 5.5rem !important;
}

.p-xsm-60 {
	padding: 6rem !important;
}

.pt-xsm-60,
.py-xsm-60 {
	padding-top: 6rem !important;
}

.pr-xsm-60,
.px-xsm-60 {
	padding-right: 6rem !important;
}

.pb-xsm-60,
.py-xsm-60 {
	padding-bottom: 6rem !important;
}

.pl-xsm-60,
.px-xsm-60 {
	padding-left: 6rem !important;
}

.p-xsm-65 {
	padding: 6.5rem !important;
}

.pt-xsm-65,
.py-xsm-65 {
	padding-top: 6.5rem !important;
}

.pr-xsm-65,
.px-xsm-65 {
	padding-right: 6.5rem !important;
}

.pb-xsm-65,
.py-xsm-65 {
	padding-bottom: 6.5rem !important;
}

.pl-xsm-65,
.px-xsm-65 {
	padding-left: 6.5rem !important;
}

.p-xsm-70 {
	padding: 7rem !important;
}

.pt-xsm-70,
.py-xsm-70 {
	padding-top: 7rem !important;
}

.pr-xsm-70,
.px-xsm-70 {
	padding-right: 7rem !important;
}

.pb-xsm-70,
.py-xsm-70 {
	padding-bottom: 7rem !important;
}

.pl-xsm-70,
.px-xsm-70 {
	padding-left: 7rem !important;
}

.p-xsm-75 {
	padding: 7.5rem !important;
}

.pt-xsm-75,
.py-xsm-75 {
	padding-top: 7.5rem !important;
}

.pr-xsm-75,
.px-xsm-75 {
	padding-right: 7.5rem !important;
}

.pb-xsm-75,
.py-xsm-75 {
	padding-bottom: 7.5rem !important;
}

.pl-xsm-75,
.px-xsm-75 {
	padding-left: 7.5rem !important;
}

.p-xsm-80 {
	padding: 8rem !important;
}

.pt-xsm-80,
.py-xsm-80 {
	padding-top: 8rem !important;
}

.pr-xsm-80,
.px-xsm-80 {
	padding-right: 8rem !important;
}

.pb-xsm-80,
.py-xsm-80 {
	padding-bottom: 8rem !important;
}

.pl-xsm-80,
.px-xsm-80 {
	padding-left: 8rem !important;
}

.p-xsm-85 {
	padding: 8.5rem !important;
}

.pt-xsm-85,
.py-xsm-85 {
	padding-top: 8.5rem !important;
}

.pr-xsm-85,
.px-xsm-85 {
	padding-right: 8.5rem !important;
}

.pb-xsm-85,
.py-xsm-85 {
	padding-bottom: 8.5rem !important;
}

.pl-xsm-85,
.px-xsm-85 {
	padding-left: 8.5rem !important;
}

.p-xsm-90 {
	padding: 9rem !important;
}

.pt-xsm-90,
.py-xsm-90 {
	padding-top: 9rem !important;
}

.pr-xsm-90,
.px-xsm-90 {
	padding-right: 9rem !important;
}

.pb-xsm-90,
.py-xsm-90 {
	padding-bottom: 9rem !important;
}

.pl-xsm-90,
.px-xsm-90 {
	padding-left: 9rem !important;
}

.p-xsm-95 {
	padding: 9.5rem !important;
}

.pt-xsm-95,
.py-xsm-95 {
	padding-top: 9.5rem !important;
}

.pr-xsm-95,
.px-xsm-95 {
	padding-right: 9.5rem !important;
}

.pb-xsm-95,
.py-xsm-95 {
	padding-bottom: 9.5rem !important;
}

.pl-xsm-95,
.px-xsm-95 {
	padding-left: 9.5rem !important;
}

.p-xsm-100 {
	padding: 10rem !important;
}

.pt-xsm-100,
.py-xsm-100 {
	padding-top: 10rem !important;
}

.pr-xsm-100,
.px-xsm-100 {
	padding-right: 10rem !important;
}

.pb-xsm-100,
.py-xsm-100 {
	padding-bottom: 10rem !important;
}

.pl-xsm-100,
.px-xsm-100 {
	padding-left: 10rem !important;
}

.m-xsm-n1 {
	margin: -0.1rem !important;
}

.mt-xsm-n1,
.my-xsm-n1 {
	margin-top: -0.1rem !important;
}

.mr-xsm-n1,
.mx-xsm-n1 {
	margin-right: -0.1rem !important;
}

.mb-xsm-n1,
.my-xsm-n1 {
	margin-bottom: -0.1rem !important;
}

.ml-xsm-n1,
.mx-xsm-n1 {
	margin-left: -0.1rem !important;
}

.m-xsm-n2 {
	margin: -0.2rem !important;
}

.mt-xsm-n2,
.my-xsm-n2 {
	margin-top: -0.2rem !important;
}

.mr-xsm-n2,
.mx-xsm-n2 {
	margin-right: -0.2rem !important;
}

.mb-xsm-n2,
.my-xsm-n2 {
	margin-bottom: -0.2rem !important;
}

.ml-xsm-n2,
.mx-xsm-n2 {
	margin-left: -0.2rem !important;
}

.m-xsm-n5 {
	margin: -0.5rem !important;
}

.mt-xsm-n5,
.my-xsm-n5 {
	margin-top: -0.5rem !important;
}

.mr-xsm-n5,
.mx-xsm-n5 {
	margin-right: -0.5rem !important;
}

.mb-xsm-n5,
.my-xsm-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-xsm-n5,
.mx-xsm-n5 {
	margin-left: -0.5rem !important;
}

.m-xsm-n10 {
	margin: -1rem !important;
}

.mt-xsm-n10,
.my-xsm-n10 {
	margin-top: -1rem !important;
}

.mr-xsm-n10,
.mx-xsm-n10 {
	margin-right: -1rem !important;
}

.mb-xsm-n10,
.my-xsm-n10 {
	margin-bottom: -1rem !important;
}

.ml-xsm-n10,
.mx-xsm-n10 {
	margin-left: -1rem !important;
}

.m-xsm-n15 {
	margin: -1.5rem !important;
}

.mt-xsm-n15,
.my-xsm-n15 {
	margin-top: -1.5rem !important;
}

.mr-xsm-n15,
.mx-xsm-n15 {
	margin-right: -1.5rem !important;
}

.mb-xsm-n15,
.my-xsm-n15 {
	margin-bottom: -1.5rem !important;
}

.ml-xsm-n15,
.mx-xsm-n15 {
	margin-left: -1.5rem !important;
}

.m-xsm-n20 {
	margin: -2rem !important;
}

.mt-xsm-n20,
.my-xsm-n20 {
	margin-top: -2rem !important;
}

.mr-xsm-n20,
.mx-xsm-n20 {
	margin-right: -2rem !important;
}

.mb-xsm-n20,
.my-xsm-n20 {
	margin-bottom: -2rem !important;
}

.ml-xsm-n20,
.mx-xsm-n20 {
	margin-left: -2rem !important;
}

.m-xsm-n24 {
	margin: -2.4rem !important;
}

.mt-xsm-n24,
.my-xsm-n24 {
	margin-top: -2.4rem !important;
}

.mr-xsm-n24,
.mx-xsm-n24 {
	margin-right: -2.4rem !important;
}

.mb-xsm-n24,
.my-xsm-n24 {
	margin-bottom: -2.4rem !important;
}

.ml-xsm-n24,
.mx-xsm-n24 {
	margin-left: -2.4rem !important;
}

.m-xsm-n25 {
	margin: -2.5rem !important;
}

.mt-xsm-n25,
.my-xsm-n25 {
	margin-top: -2.5rem !important;
}

.mr-xsm-n25,
.mx-xsm-n25 {
	margin-right: -2.5rem !important;
}

.mb-xsm-n25,
.my-xsm-n25 {
	margin-bottom: -2.5rem !important;
}

.ml-xsm-n25,
.mx-xsm-n25 {
	margin-left: -2.5rem !important;
}

.m-xsm-n30 {
	margin: -3rem !important;
}

.mt-xsm-n30,
.my-xsm-n30 {
	margin-top: -3rem !important;
}

.mr-xsm-n30,
.mx-xsm-n30 {
	margin-right: -3rem !important;
}

.mb-xsm-n30,
.my-xsm-n30 {
	margin-bottom: -3rem !important;
}

.ml-xsm-n30,
.mx-xsm-n30 {
	margin-left: -3rem !important;
}

.m-xsm-n34 {
	margin: -3.4rem !important;
}

.mt-xsm-n34,
.my-xsm-n34 {
	margin-top: -3.4rem !important;
}

.mr-xsm-n34,
.mx-xsm-n34 {
	margin-right: -3.4rem !important;
}

.mb-xsm-n34,
.my-xsm-n34 {
	margin-bottom: -3.4rem !important;
}

.ml-xsm-n34,
.mx-xsm-n34 {
	margin-left: -3.4rem !important;
}

.m-xsm-n35 {
	margin: -3.5rem !important;
}

.mt-xsm-n35,
.my-xsm-n35 {
	margin-top: -3.5rem !important;
}

.mr-xsm-n35,
.mx-xsm-n35 {
	margin-right: -3.5rem !important;
}

.mb-xsm-n35,
.my-xsm-n35 {
	margin-bottom: -3.5rem !important;
}

.ml-xsm-n35,
.mx-xsm-n35 {
	margin-left: -3.5rem !important;
}

.m-xsm-n40 {
	margin: -4rem !important;
}

.mt-xsm-n40,
.my-xsm-n40 {
	margin-top: -4rem !important;
}

.mr-xsm-n40,
.mx-xsm-n40 {
	margin-right: -4rem !important;
}

.mb-xsm-n40,
.my-xsm-n40 {
	margin-bottom: -4rem !important;
}

.ml-xsm-n40,
.mx-xsm-n40 {
	margin-left: -4rem !important;
}

.m-xsm-n42 {
	margin: -4.2rem !important;
}

.mt-xsm-n42,
.my-xsm-n42 {
	margin-top: -4.2rem !important;
}

.mr-xsm-n42,
.mx-xsm-n42 {
	margin-right: -4.2rem !important;
}

.mb-xsm-n42,
.my-xsm-n42 {
	margin-bottom: -4.2rem !important;
}

.ml-xsm-n42,
.mx-xsm-n42 {
	margin-left: -4.2rem !important;
}

.m-xsm-n45 {
	margin: -4.5rem !important;
}

.mt-xsm-n45,
.my-xsm-n45 {
	margin-top: -4.5rem !important;
}

.mr-xsm-n45,
.mx-xsm-n45 {
	margin-right: -4.5rem !important;
}

.mb-xsm-n45,
.my-xsm-n45 {
	margin-bottom: -4.5rem !important;
}

.ml-xsm-n45,
.mx-xsm-n45 {
	margin-left: -4.5rem !important;
}

.m-xsm-n50 {
	margin: -5rem !important;
}

.mt-xsm-n50,
.my-xsm-n50 {
	margin-top: -5rem !important;
}

.mr-xsm-n50,
.mx-xsm-n50 {
	margin-right: -5rem !important;
}

.mb-xsm-n50,
.my-xsm-n50 {
	margin-bottom: -5rem !important;
}

.ml-xsm-n50,
.mx-xsm-n50 {
	margin-left: -5rem !important;
}

.m-xsm-n55 {
	margin: -5.5rem !important;
}

.mt-xsm-n55,
.my-xsm-n55 {
	margin-top: -5.5rem !important;
}

.mr-xsm-n55,
.mx-xsm-n55 {
	margin-right: -5.5rem !important;
}

.mb-xsm-n55,
.my-xsm-n55 {
	margin-bottom: -5.5rem !important;
}

.ml-xsm-n55,
.mx-xsm-n55 {
	margin-left: -5.5rem !important;
}

.m-xsm-n60 {
	margin: -6rem !important;
}

.mt-xsm-n60,
.my-xsm-n60 {
	margin-top: -6rem !important;
}

.mr-xsm-n60,
.mx-xsm-n60 {
	margin-right: -6rem !important;
}

.mb-xsm-n60,
.my-xsm-n60 {
	margin-bottom: -6rem !important;
}

.ml-xsm-n60,
.mx-xsm-n60 {
	margin-left: -6rem !important;
}

.m-xsm-n65 {
	margin: -6.5rem !important;
}

.mt-xsm-n65,
.my-xsm-n65 {
	margin-top: -6.5rem !important;
}

.mr-xsm-n65,
.mx-xsm-n65 {
	margin-right: -6.5rem !important;
}

.mb-xsm-n65,
.my-xsm-n65 {
	margin-bottom: -6.5rem !important;
}

.ml-xsm-n65,
.mx-xsm-n65 {
	margin-left: -6.5rem !important;
}

.m-xsm-n70 {
	margin: -7rem !important;
}

.mt-xsm-n70,
.my-xsm-n70 {
	margin-top: -7rem !important;
}

.mr-xsm-n70,
.mx-xsm-n70 {
	margin-right: -7rem !important;
}

.mb-xsm-n70,
.my-xsm-n70 {
	margin-bottom: -7rem !important;
}

.ml-xsm-n70,
.mx-xsm-n70 {
	margin-left: -7rem !important;
}

.m-xsm-n75 {
	margin: -7.5rem !important;
}

.mt-xsm-n75,
.my-xsm-n75 {
	margin-top: -7.5rem !important;
}

.mr-xsm-n75,
.mx-xsm-n75 {
	margin-right: -7.5rem !important;
}

.mb-xsm-n75,
.my-xsm-n75 {
	margin-bottom: -7.5rem !important;
}

.ml-xsm-n75,
.mx-xsm-n75 {
	margin-left: -7.5rem !important;
}

.m-xsm-n80 {
	margin: -8rem !important;
}

.mt-xsm-n80,
.my-xsm-n80 {
	margin-top: -8rem !important;
}

.mr-xsm-n80,
.mx-xsm-n80 {
	margin-right: -8rem !important;
}

.mb-xsm-n80,
.my-xsm-n80 {
	margin-bottom: -8rem !important;
}

.ml-xsm-n80,
.mx-xsm-n80 {
	margin-left: -8rem !important;
}

.m-xsm-n85 {
	margin: -8.5rem !important;
}

.mt-xsm-n85,
.my-xsm-n85 {
	margin-top: -8.5rem !important;
}

.mr-xsm-n85,
.mx-xsm-n85 {
	margin-right: -8.5rem !important;
}

.mb-xsm-n85,
.my-xsm-n85 {
	margin-bottom: -8.5rem !important;
}

.ml-xsm-n85,
.mx-xsm-n85 {
	margin-left: -8.5rem !important;
}

.m-xsm-n90 {
	margin: -9rem !important;
}

.mt-xsm-n90,
.my-xsm-n90 {
	margin-top: -9rem !important;
}

.mr-xsm-n90,
.mx-xsm-n90 {
	margin-right: -9rem !important;
}

.mb-xsm-n90,
.my-xsm-n90 {
	margin-bottom: -9rem !important;
}

.ml-xsm-n90,
.mx-xsm-n90 {
	margin-left: -9rem !important;
}

.m-xsm-n95 {
	margin: -9.5rem !important;
}

.mt-xsm-n95,
.my-xsm-n95 {
	margin-top: -9.5rem !important;
}

.mr-xsm-n95,
.mx-xsm-n95 {
	margin-right: -9.5rem !important;
}

.mb-xsm-n95,
.my-xsm-n95 {
	margin-bottom: -9.5rem !important;
}

.ml-xsm-n95,
.mx-xsm-n95 {
	margin-left: -9.5rem !important;
}

.m-xsm-n100 {
	margin: -10rem !important;
}

.mt-xsm-n100,
.my-xsm-n100 {
	margin-top: -10rem !important;
}

.mr-xsm-n100,
.mx-xsm-n100 {
	margin-right: -10rem !important;
}

.mb-xsm-n100,
.my-xsm-n100 {
	margin-bottom: -10rem !important;
}

.ml-xsm-n100,
.mx-xsm-n100 {
	margin-left: -10rem !important;
}

.m-xsm-auto {
	margin: auto !important;
}

.mt-xsm-auto,
.my-xsm-auto {
	margin-top: auto !important;
}

.mr-xsm-auto,
.mx-xsm-auto {
	margin-right: auto !important;
}

.mb-xsm-auto,
.my-xsm-auto {
	margin-bottom: auto !important;
}

.ml-xsm-auto,
.mx-xsm-auto {
	margin-left: auto !important;
}

}

@media (min-width: 500px) {

html {
	font-size: 13.3333333333px;
}

.wrapper {
	border-style: solid;
	border-color: #00803a;
	border-width: 0 4px;
}

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

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

.d-sm-flex {
	display: flex !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-wrap {
	flex-wrap: wrap !important;
}

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

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

.flex-sm-fill {
	flex: 1 1 auto !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-auto {
	flex: 0 auto !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;
}

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

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

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

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

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

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

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

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

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

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

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

.align-self-sm-auto {
	align-self: auto !important;
}

.align-self-sm-start {
	align-self: flex-start !important;
}

.align-self-sm-end {
	align-self: flex-end !important;
}

.align-self-sm-center {
	align-self: center !important;
}

.align-self-sm-baseline {
	align-self: baseline !important;
}

.align-self-sm-stretch {
	align-self: stretch !important;
}

.text-sm-left {
	text-align: left !important;
}

.text-sm-right {
	text-align: right !important;
}

.text-sm-center {
	text-align: center !important;
}

.p-other-nav--fixed {
	max-width: 492px;
}

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

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

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

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

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

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

.mt-sm-1,
.my-sm-1 {
	margin-top: .1rem !important;
}

.mr-sm-1,
.mx-sm-1 {
	margin-right: .1rem !important;
}

.mb-sm-1,
.my-sm-1 {
	margin-bottom: .1rem !important;
}

.ml-sm-1,
.mx-sm-1 {
	margin-left: .1rem !important;
}

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

.mt-sm-2,
.my-sm-2 {
	margin-top: .2rem !important;
}

.mr-sm-2,
.mx-sm-2 {
	margin-right: .2rem !important;
}

.mb-sm-2,
.my-sm-2 {
	margin-bottom: .2rem !important;
}

.ml-sm-2,
.mx-sm-2 {
	margin-left: .2rem !important;
}

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

.mt-sm-5,
.my-sm-5 {
	margin-top: .5rem !important;
}

.mr-sm-5,
.mx-sm-5 {
	margin-right: .5rem !important;
}

.mb-sm-5,
.my-sm-5 {
	margin-bottom: .5rem !important;
}

.ml-sm-5,
.mx-sm-5 {
	margin-left: .5rem !important;
}

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

.mt-sm-10,
.my-sm-10 {
	margin-top: 1rem !important;
}

.mr-sm-10,
.mx-sm-10 {
	margin-right: 1rem !important;
}

.mb-sm-10,
.my-sm-10 {
	margin-bottom: 1rem !important;
}

.ml-sm-10,
.mx-sm-10 {
	margin-left: 1rem !important;
}

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

.mt-sm-15,
.my-sm-15 {
	margin-top: 1.5rem !important;
}

.mr-sm-15,
.mx-sm-15 {
	margin-right: 1.5rem !important;
}

.mb-sm-15,
.my-sm-15 {
	margin-bottom: 1.5rem !important;
}

.ml-sm-15,
.mx-sm-15 {
	margin-left: 1.5rem !important;
}

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

.mt-sm-20,
.my-sm-20 {
	margin-top: 2rem !important;
}

.mr-sm-20,
.mx-sm-20 {
	margin-right: 2rem !important;
}

.mb-sm-20,
.my-sm-20 {
	margin-bottom: 2rem !important;
}

.ml-sm-20,
.mx-sm-20 {
	margin-left: 2rem !important;
}

.m-sm-24 {
	margin: 2.4rem !important;
}

.mt-sm-24,
.my-sm-24 {
	margin-top: 2.4rem !important;
}

.mr-sm-24,
.mx-sm-24 {
	margin-right: 2.4rem !important;
}

.mb-sm-24,
.my-sm-24 {
	margin-bottom: 2.4rem !important;
}

.ml-sm-24,
.mx-sm-24 {
	margin-left: 2.4rem !important;
}

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

.mt-sm-25,
.my-sm-25 {
	margin-top: 2.5rem !important;
}

.mr-sm-25,
.mx-sm-25 {
	margin-right: 2.5rem !important;
}

.mb-sm-25,
.my-sm-25 {
	margin-bottom: 2.5rem !important;
}

.ml-sm-25,
.mx-sm-25 {
	margin-left: 2.5rem !important;
}

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

.mt-sm-30,
.my-sm-30 {
	margin-top: 3rem !important;
}

.mr-sm-30,
.mx-sm-30 {
	margin-right: 3rem !important;
}

.mb-sm-30,
.my-sm-30 {
	margin-bottom: 3rem !important;
}

.ml-sm-30,
.mx-sm-30 {
	margin-left: 3rem !important;
}

.m-sm-34 {
	margin: 3.4rem !important;
}

.mt-sm-34,
.my-sm-34 {
	margin-top: 3.4rem !important;
}

.mr-sm-34,
.mx-sm-34 {
	margin-right: 3.4rem !important;
}

.mb-sm-34,
.my-sm-34 {
	margin-bottom: 3.4rem !important;
}

.ml-sm-34,
.mx-sm-34 {
	margin-left: 3.4rem !important;
}

.m-sm-35 {
	margin: 3.5rem !important;
}

.mt-sm-35,
.my-sm-35 {
	margin-top: 3.5rem !important;
}

.mr-sm-35,
.mx-sm-35 {
	margin-right: 3.5rem !important;
}

.mb-sm-35,
.my-sm-35 {
	margin-bottom: 3.5rem !important;
}

.ml-sm-35,
.mx-sm-35 {
	margin-left: 3.5rem !important;
}

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

.mt-sm-40,
.my-sm-40 {
	margin-top: 4rem !important;
}

.mr-sm-40,
.mx-sm-40 {
	margin-right: 4rem !important;
}

.mb-sm-40,
.my-sm-40 {
	margin-bottom: 4rem !important;
}

.ml-sm-40,
.mx-sm-40 {
	margin-left: 4rem !important;
}

.m-sm-42 {
	margin: 4.2rem !important;
}

.mt-sm-42,
.my-sm-42 {
	margin-top: 4.2rem !important;
}

.mr-sm-42,
.mx-sm-42 {
	margin-right: 4.2rem !important;
}

.mb-sm-42,
.my-sm-42 {
	margin-bottom: 4.2rem !important;
}

.ml-sm-42,
.mx-sm-42 {
	margin-left: 4.2rem !important;
}

.m-sm-45 {
	margin: 4.5rem !important;
}

.mt-sm-45,
.my-sm-45 {
	margin-top: 4.5rem !important;
}

.mr-sm-45,
.mx-sm-45 {
	margin-right: 4.5rem !important;
}

.mb-sm-45,
.my-sm-45 {
	margin-bottom: 4.5rem !important;
}

.ml-sm-45,
.mx-sm-45 {
	margin-left: 4.5rem !important;
}

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

.mt-sm-50,
.my-sm-50 {
	margin-top: 5rem !important;
}

.mr-sm-50,
.mx-sm-50 {
	margin-right: 5rem !important;
}

.mb-sm-50,
.my-sm-50 {
	margin-bottom: 5rem !important;
}

.ml-sm-50,
.mx-sm-50 {
	margin-left: 5rem !important;
}

.m-sm-55 {
	margin: 5.5rem !important;
}

.mt-sm-55,
.my-sm-55 {
	margin-top: 5.5rem !important;
}

.mr-sm-55,
.mx-sm-55 {
	margin-right: 5.5rem !important;
}

.mb-sm-55,
.my-sm-55 {
	margin-bottom: 5.5rem !important;
}

.ml-sm-55,
.mx-sm-55 {
	margin-left: 5.5rem !important;
}

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

.mt-sm-60,
.my-sm-60 {
	margin-top: 6rem !important;
}

.mr-sm-60,
.mx-sm-60 {
	margin-right: 6rem !important;
}

.mb-sm-60,
.my-sm-60 {
	margin-bottom: 6rem !important;
}

.ml-sm-60,
.mx-sm-60 {
	margin-left: 6rem !important;
}

.m-sm-65 {
	margin: 6.5rem !important;
}

.mt-sm-65,
.my-sm-65 {
	margin-top: 6.5rem !important;
}

.mr-sm-65,
.mx-sm-65 {
	margin-right: 6.5rem !important;
}

.mb-sm-65,
.my-sm-65 {
	margin-bottom: 6.5rem !important;
}

.ml-sm-65,
.mx-sm-65 {
	margin-left: 6.5rem !important;
}

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

.mt-sm-70,
.my-sm-70 {
	margin-top: 7rem !important;
}

.mr-sm-70,
.mx-sm-70 {
	margin-right: 7rem !important;
}

.mb-sm-70,
.my-sm-70 {
	margin-bottom: 7rem !important;
}

.ml-sm-70,
.mx-sm-70 {
	margin-left: 7rem !important;
}

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

.mt-sm-75,
.my-sm-75 {
	margin-top: 7.5rem !important;
}

.mr-sm-75,
.mx-sm-75 {
	margin-right: 7.5rem !important;
}

.mb-sm-75,
.my-sm-75 {
	margin-bottom: 7.5rem !important;
}

.ml-sm-75,
.mx-sm-75 {
	margin-left: 7.5rem !important;
}

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

.mt-sm-80,
.my-sm-80 {
	margin-top: 8rem !important;
}

.mr-sm-80,
.mx-sm-80 {
	margin-right: 8rem !important;
}

.mb-sm-80,
.my-sm-80 {
	margin-bottom: 8rem !important;
}

.ml-sm-80,
.mx-sm-80 {
	margin-left: 8rem !important;
}

.m-sm-85 {
	margin: 8.5rem !important;
}

.mt-sm-85,
.my-sm-85 {
	margin-top: 8.5rem !important;
}

.mr-sm-85,
.mx-sm-85 {
	margin-right: 8.5rem !important;
}

.mb-sm-85,
.my-sm-85 {
	margin-bottom: 8.5rem !important;
}

.ml-sm-85,
.mx-sm-85 {
	margin-left: 8.5rem !important;
}

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

.mt-sm-90,
.my-sm-90 {
	margin-top: 9rem !important;
}

.mr-sm-90,
.mx-sm-90 {
	margin-right: 9rem !important;
}

.mb-sm-90,
.my-sm-90 {
	margin-bottom: 9rem !important;
}

.ml-sm-90,
.mx-sm-90 {
	margin-left: 9rem !important;
}

.m-sm-95 {
	margin: 9.5rem !important;
}

.mt-sm-95,
.my-sm-95 {
	margin-top: 9.5rem !important;
}

.mr-sm-95,
.mx-sm-95 {
	margin-right: 9.5rem !important;
}

.mb-sm-95,
.my-sm-95 {
	margin-bottom: 9.5rem !important;
}

.ml-sm-95,
.mx-sm-95 {
	margin-left: 9.5rem !important;
}

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

.mt-sm-100,
.my-sm-100 {
	margin-top: 10rem !important;
}

.mr-sm-100,
.mx-sm-100 {
	margin-right: 10rem !important;
}

.mb-sm-100,
.my-sm-100 {
	margin-bottom: 10rem !important;
}

.ml-sm-100,
.mx-sm-100 {
	margin-left: 10rem !important;
}

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

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

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

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

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

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

.pt-sm-1,
.py-sm-1 {
	padding-top: .1rem !important;
}

.pr-sm-1,
.px-sm-1 {
	padding-right: .1rem !important;
}

.pb-sm-1,
.py-sm-1 {
	padding-bottom: .1rem !important;
}

.pl-sm-1,
.px-sm-1 {
	padding-left: .1rem !important;
}

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

.pt-sm-2,
.py-sm-2 {
	padding-top: .2rem !important;
}

.pr-sm-2,
.px-sm-2 {
	padding-right: .2rem !important;
}

.pb-sm-2,
.py-sm-2 {
	padding-bottom: .2rem !important;
}

.pl-sm-2,
.px-sm-2 {
	padding-left: .2rem !important;
}

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

.pt-sm-5,
.py-sm-5 {
	padding-top: .5rem !important;
}

.pr-sm-5,
.px-sm-5 {
	padding-right: .5rem !important;
}

.pb-sm-5,
.py-sm-5 {
	padding-bottom: .5rem !important;
}

.pl-sm-5,
.px-sm-5 {
	padding-left: .5rem !important;
}

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

.pt-sm-10,
.py-sm-10 {
	padding-top: 1rem !important;
}

.pr-sm-10,
.px-sm-10 {
	padding-right: 1rem !important;
}

.pb-sm-10,
.py-sm-10 {
	padding-bottom: 1rem !important;
}

.pl-sm-10,
.px-sm-10 {
	padding-left: 1rem !important;
}

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

.pt-sm-15,
.py-sm-15 {
	padding-top: 1.5rem !important;
}

.pr-sm-15,
.px-sm-15 {
	padding-right: 1.5rem !important;
}

.pb-sm-15,
.py-sm-15 {
	padding-bottom: 1.5rem !important;
}

.pl-sm-15,
.px-sm-15 {
	padding-left: 1.5rem !important;
}

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

.pt-sm-20,
.py-sm-20 {
	padding-top: 2rem !important;
}

.pr-sm-20,
.px-sm-20 {
	padding-right: 2rem !important;
}

.pb-sm-20,
.py-sm-20 {
	padding-bottom: 2rem !important;
}

.pl-sm-20,
.px-sm-20 {
	padding-left: 2rem !important;
}

.p-sm-24 {
	padding: 2.4rem !important;
}

.pt-sm-24,
.py-sm-24 {
	padding-top: 2.4rem !important;
}

.pr-sm-24,
.px-sm-24 {
	padding-right: 2.4rem !important;
}

.pb-sm-24,
.py-sm-24 {
	padding-bottom: 2.4rem !important;
}

.pl-sm-24,
.px-sm-24 {
	padding-left: 2.4rem !important;
}

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

.pt-sm-25,
.py-sm-25 {
	padding-top: 2.5rem !important;
}

.pr-sm-25,
.px-sm-25 {
	padding-right: 2.5rem !important;
}

.pb-sm-25,
.py-sm-25 {
	padding-bottom: 2.5rem !important;
}

.pl-sm-25,
.px-sm-25 {
	padding-left: 2.5rem !important;
}

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

.pt-sm-30,
.py-sm-30 {
	padding-top: 3rem !important;
}

.pr-sm-30,
.px-sm-30 {
	padding-right: 3rem !important;
}

.pb-sm-30,
.py-sm-30 {
	padding-bottom: 3rem !important;
}

.pl-sm-30,
.px-sm-30 {
	padding-left: 3rem !important;
}

.p-sm-34 {
	padding: 3.4rem !important;
}

.pt-sm-34,
.py-sm-34 {
	padding-top: 3.4rem !important;
}

.pr-sm-34,
.px-sm-34 {
	padding-right: 3.4rem !important;
}

.pb-sm-34,
.py-sm-34 {
	padding-bottom: 3.4rem !important;
}

.pl-sm-34,
.px-sm-34 {
	padding-left: 3.4rem !important;
}

.p-sm-35 {
	padding: 3.5rem !important;
}

.pt-sm-35,
.py-sm-35 {
	padding-top: 3.5rem !important;
}

.pr-sm-35,
.px-sm-35 {
	padding-right: 3.5rem !important;
}

.pb-sm-35,
.py-sm-35 {
	padding-bottom: 3.5rem !important;
}

.pl-sm-35,
.px-sm-35 {
	padding-left: 3.5rem !important;
}

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

.pt-sm-40,
.py-sm-40 {
	padding-top: 4rem !important;
}

.pr-sm-40,
.px-sm-40 {
	padding-right: 4rem !important;
}

.pb-sm-40,
.py-sm-40 {
	padding-bottom: 4rem !important;
}

.pl-sm-40,
.px-sm-40 {
	padding-left: 4rem !important;
}

.p-sm-42 {
	padding: 4.2rem !important;
}

.pt-sm-42,
.py-sm-42 {
	padding-top: 4.2rem !important;
}

.pr-sm-42,
.px-sm-42 {
	padding-right: 4.2rem !important;
}

.pb-sm-42,
.py-sm-42 {
	padding-bottom: 4.2rem !important;
}

.pl-sm-42,
.px-sm-42 {
	padding-left: 4.2rem !important;
}

.p-sm-45 {
	padding: 4.5rem !important;
}

.pt-sm-45,
.py-sm-45 {
	padding-top: 4.5rem !important;
}

.pr-sm-45,
.px-sm-45 {
	padding-right: 4.5rem !important;
}

.pb-sm-45,
.py-sm-45 {
	padding-bottom: 4.5rem !important;
}

.pl-sm-45,
.px-sm-45 {
	padding-left: 4.5rem !important;
}

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

.pt-sm-50,
.py-sm-50 {
	padding-top: 5rem !important;
}

.pr-sm-50,
.px-sm-50 {
	padding-right: 5rem !important;
}

.pb-sm-50,
.py-sm-50 {
	padding-bottom: 5rem !important;
}

.pl-sm-50,
.px-sm-50 {
	padding-left: 5rem !important;
}

.p-sm-55 {
	padding: 5.5rem !important;
}

.pt-sm-55,
.py-sm-55 {
	padding-top: 5.5rem !important;
}

.pr-sm-55,
.px-sm-55 {
	padding-right: 5.5rem !important;
}

.pb-sm-55,
.py-sm-55 {
	padding-bottom: 5.5rem !important;
}

.pl-sm-55,
.px-sm-55 {
	padding-left: 5.5rem !important;
}

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

.pt-sm-60,
.py-sm-60 {
	padding-top: 6rem !important;
}

.pr-sm-60,
.px-sm-60 {
	padding-right: 6rem !important;
}

.pb-sm-60,
.py-sm-60 {
	padding-bottom: 6rem !important;
}

.pl-sm-60,
.px-sm-60 {
	padding-left: 6rem !important;
}

.p-sm-65 {
	padding: 6.5rem !important;
}

.pt-sm-65,
.py-sm-65 {
	padding-top: 6.5rem !important;
}

.pr-sm-65,
.px-sm-65 {
	padding-right: 6.5rem !important;
}

.pb-sm-65,
.py-sm-65 {
	padding-bottom: 6.5rem !important;
}

.pl-sm-65,
.px-sm-65 {
	padding-left: 6.5rem !important;
}

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

.pt-sm-70,
.py-sm-70 {
	padding-top: 7rem !important;
}

.pr-sm-70,
.px-sm-70 {
	padding-right: 7rem !important;
}

.pb-sm-70,
.py-sm-70 {
	padding-bottom: 7rem !important;
}

.pl-sm-70,
.px-sm-70 {
	padding-left: 7rem !important;
}

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

.pt-sm-75,
.py-sm-75 {
	padding-top: 7.5rem !important;
}

.pr-sm-75,
.px-sm-75 {
	padding-right: 7.5rem !important;
}

.pb-sm-75,
.py-sm-75 {
	padding-bottom: 7.5rem !important;
}

.pl-sm-75,
.px-sm-75 {
	padding-left: 7.5rem !important;
}

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

.pt-sm-80,
.py-sm-80 {
	padding-top: 8rem !important;
}

.pr-sm-80,
.px-sm-80 {
	padding-right: 8rem !important;
}

.pb-sm-80,
.py-sm-80 {
	padding-bottom: 8rem !important;
}

.pl-sm-80,
.px-sm-80 {
	padding-left: 8rem !important;
}

.p-sm-85 {
	padding: 8.5rem !important;
}

.pt-sm-85,
.py-sm-85 {
	padding-top: 8.5rem !important;
}

.pr-sm-85,
.px-sm-85 {
	padding-right: 8.5rem !important;
}

.pb-sm-85,
.py-sm-85 {
	padding-bottom: 8.5rem !important;
}

.pl-sm-85,
.px-sm-85 {
	padding-left: 8.5rem !important;
}

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

.pt-sm-90,
.py-sm-90 {
	padding-top: 9rem !important;
}

.pr-sm-90,
.px-sm-90 {
	padding-right: 9rem !important;
}

.pb-sm-90,
.py-sm-90 {
	padding-bottom: 9rem !important;
}

.pl-sm-90,
.px-sm-90 {
	padding-left: 9rem !important;
}

.p-sm-95 {
	padding: 9.5rem !important;
}

.pt-sm-95,
.py-sm-95 {
	padding-top: 9.5rem !important;
}

.pr-sm-95,
.px-sm-95 {
	padding-right: 9.5rem !important;
}

.pb-sm-95,
.py-sm-95 {
	padding-bottom: 9.5rem !important;
}

.pl-sm-95,
.px-sm-95 {
	padding-left: 9.5rem !important;
}

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

.pt-sm-100,
.py-sm-100 {
	padding-top: 10rem !important;
}

.pr-sm-100,
.px-sm-100 {
	padding-right: 10rem !important;
}

.pb-sm-100,
.py-sm-100 {
	padding-bottom: 10rem !important;
}

.pl-sm-100,
.px-sm-100 {
	padding-left: 10rem !important;
}

.m-sm-n1 {
	margin: -0.1rem !important;
}

.mt-sm-n1,
.my-sm-n1 {
	margin-top: -0.1rem !important;
}

.mr-sm-n1,
.mx-sm-n1 {
	margin-right: -0.1rem !important;
}

.mb-sm-n1,
.my-sm-n1 {
	margin-bottom: -0.1rem !important;
}

.ml-sm-n1,
.mx-sm-n1 {
	margin-left: -0.1rem !important;
}

.m-sm-n2 {
	margin: -0.2rem !important;
}

.mt-sm-n2,
.my-sm-n2 {
	margin-top: -0.2rem !important;
}

.mr-sm-n2,
.mx-sm-n2 {
	margin-right: -0.2rem !important;
}

.mb-sm-n2,
.my-sm-n2 {
	margin-bottom: -0.2rem !important;
}

.ml-sm-n2,
.mx-sm-n2 {
	margin-left: -0.2rem !important;
}

.m-sm-n5 {
	margin: -0.5rem !important;
}

.mt-sm-n5,
.my-sm-n5 {
	margin-top: -0.5rem !important;
}

.mr-sm-n5,
.mx-sm-n5 {
	margin-right: -0.5rem !important;
}

.mb-sm-n5,
.my-sm-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-sm-n5,
.mx-sm-n5 {
	margin-left: -0.5rem !important;
}

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

.mt-sm-n10,
.my-sm-n10 {
	margin-top: -1rem !important;
}

.mr-sm-n10,
.mx-sm-n10 {
	margin-right: -1rem !important;
}

.mb-sm-n10,
.my-sm-n10 {
	margin-bottom: -1rem !important;
}

.ml-sm-n10,
.mx-sm-n10 {
	margin-left: -1rem !important;
}

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

.mt-sm-n15,
.my-sm-n15 {
	margin-top: -1.5rem !important;
}

.mr-sm-n15,
.mx-sm-n15 {
	margin-right: -1.5rem !important;
}

.mb-sm-n15,
.my-sm-n15 {
	margin-bottom: -1.5rem !important;
}

.ml-sm-n15,
.mx-sm-n15 {
	margin-left: -1.5rem !important;
}

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

.mt-sm-n20,
.my-sm-n20 {
	margin-top: -2rem !important;
}

.mr-sm-n20,
.mx-sm-n20 {
	margin-right: -2rem !important;
}

.mb-sm-n20,
.my-sm-n20 {
	margin-bottom: -2rem !important;
}

.ml-sm-n20,
.mx-sm-n20 {
	margin-left: -2rem !important;
}

.m-sm-n24 {
	margin: -2.4rem !important;
}

.mt-sm-n24,
.my-sm-n24 {
	margin-top: -2.4rem !important;
}

.mr-sm-n24,
.mx-sm-n24 {
	margin-right: -2.4rem !important;
}

.mb-sm-n24,
.my-sm-n24 {
	margin-bottom: -2.4rem !important;
}

.ml-sm-n24,
.mx-sm-n24 {
	margin-left: -2.4rem !important;
}

.m-sm-n25 {
	margin: -2.5rem !important;
}

.mt-sm-n25,
.my-sm-n25 {
	margin-top: -2.5rem !important;
}

.mr-sm-n25,
.mx-sm-n25 {
	margin-right: -2.5rem !important;
}

.mb-sm-n25,
.my-sm-n25 {
	margin-bottom: -2.5rem !important;
}

.ml-sm-n25,
.mx-sm-n25 {
	margin-left: -2.5rem !important;
}

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

.mt-sm-n30,
.my-sm-n30 {
	margin-top: -3rem !important;
}

.mr-sm-n30,
.mx-sm-n30 {
	margin-right: -3rem !important;
}

.mb-sm-n30,
.my-sm-n30 {
	margin-bottom: -3rem !important;
}

.ml-sm-n30,
.mx-sm-n30 {
	margin-left: -3rem !important;
}

.m-sm-n34 {
	margin: -3.4rem !important;
}

.mt-sm-n34,
.my-sm-n34 {
	margin-top: -3.4rem !important;
}

.mr-sm-n34,
.mx-sm-n34 {
	margin-right: -3.4rem !important;
}

.mb-sm-n34,
.my-sm-n34 {
	margin-bottom: -3.4rem !important;
}

.ml-sm-n34,
.mx-sm-n34 {
	margin-left: -3.4rem !important;
}

.m-sm-n35 {
	margin: -3.5rem !important;
}

.mt-sm-n35,
.my-sm-n35 {
	margin-top: -3.5rem !important;
}

.mr-sm-n35,
.mx-sm-n35 {
	margin-right: -3.5rem !important;
}

.mb-sm-n35,
.my-sm-n35 {
	margin-bottom: -3.5rem !important;
}

.ml-sm-n35,
.mx-sm-n35 {
	margin-left: -3.5rem !important;
}

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

.mt-sm-n40,
.my-sm-n40 {
	margin-top: -4rem !important;
}

.mr-sm-n40,
.mx-sm-n40 {
	margin-right: -4rem !important;
}

.mb-sm-n40,
.my-sm-n40 {
	margin-bottom: -4rem !important;
}

.ml-sm-n40,
.mx-sm-n40 {
	margin-left: -4rem !important;
}

.m-sm-n42 {
	margin: -4.2rem !important;
}

.mt-sm-n42,
.my-sm-n42 {
	margin-top: -4.2rem !important;
}

.mr-sm-n42,
.mx-sm-n42 {
	margin-right: -4.2rem !important;
}

.mb-sm-n42,
.my-sm-n42 {
	margin-bottom: -4.2rem !important;
}

.ml-sm-n42,
.mx-sm-n42 {
	margin-left: -4.2rem !important;
}

.m-sm-n45 {
	margin: -4.5rem !important;
}

.mt-sm-n45,
.my-sm-n45 {
	margin-top: -4.5rem !important;
}

.mr-sm-n45,
.mx-sm-n45 {
	margin-right: -4.5rem !important;
}

.mb-sm-n45,
.my-sm-n45 {
	margin-bottom: -4.5rem !important;
}

.ml-sm-n45,
.mx-sm-n45 {
	margin-left: -4.5rem !important;
}

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

.mt-sm-n50,
.my-sm-n50 {
	margin-top: -5rem !important;
}

.mr-sm-n50,
.mx-sm-n50 {
	margin-right: -5rem !important;
}

.mb-sm-n50,
.my-sm-n50 {
	margin-bottom: -5rem !important;
}

.ml-sm-n50,
.mx-sm-n50 {
	margin-left: -5rem !important;
}

.m-sm-n55 {
	margin: -5.5rem !important;
}

.mt-sm-n55,
.my-sm-n55 {
	margin-top: -5.5rem !important;
}

.mr-sm-n55,
.mx-sm-n55 {
	margin-right: -5.5rem !important;
}

.mb-sm-n55,
.my-sm-n55 {
	margin-bottom: -5.5rem !important;
}

.ml-sm-n55,
.mx-sm-n55 {
	margin-left: -5.5rem !important;
}

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

.mt-sm-n60,
.my-sm-n60 {
	margin-top: -6rem !important;
}

.mr-sm-n60,
.mx-sm-n60 {
	margin-right: -6rem !important;
}

.mb-sm-n60,
.my-sm-n60 {
	margin-bottom: -6rem !important;
}

.ml-sm-n60,
.mx-sm-n60 {
	margin-left: -6rem !important;
}

.m-sm-n65 {
	margin: -6.5rem !important;
}

.mt-sm-n65,
.my-sm-n65 {
	margin-top: -6.5rem !important;
}

.mr-sm-n65,
.mx-sm-n65 {
	margin-right: -6.5rem !important;
}

.mb-sm-n65,
.my-sm-n65 {
	margin-bottom: -6.5rem !important;
}

.ml-sm-n65,
.mx-sm-n65 {
	margin-left: -6.5rem !important;
}

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

.mt-sm-n70,
.my-sm-n70 {
	margin-top: -7rem !important;
}

.mr-sm-n70,
.mx-sm-n70 {
	margin-right: -7rem !important;
}

.mb-sm-n70,
.my-sm-n70 {
	margin-bottom: -7rem !important;
}

.ml-sm-n70,
.mx-sm-n70 {
	margin-left: -7rem !important;
}

.m-sm-n75 {
	margin: -7.5rem !important;
}

.mt-sm-n75,
.my-sm-n75 {
	margin-top: -7.5rem !important;
}

.mr-sm-n75,
.mx-sm-n75 {
	margin-right: -7.5rem !important;
}

.mb-sm-n75,
.my-sm-n75 {
	margin-bottom: -7.5rem !important;
}

.ml-sm-n75,
.mx-sm-n75 {
	margin-left: -7.5rem !important;
}

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

.mt-sm-n80,
.my-sm-n80 {
	margin-top: -8rem !important;
}

.mr-sm-n80,
.mx-sm-n80 {
	margin-right: -8rem !important;
}

.mb-sm-n80,
.my-sm-n80 {
	margin-bottom: -8rem !important;
}

.ml-sm-n80,
.mx-sm-n80 {
	margin-left: -8rem !important;
}

.m-sm-n85 {
	margin: -8.5rem !important;
}

.mt-sm-n85,
.my-sm-n85 {
	margin-top: -8.5rem !important;
}

.mr-sm-n85,
.mx-sm-n85 {
	margin-right: -8.5rem !important;
}

.mb-sm-n85,
.my-sm-n85 {
	margin-bottom: -8.5rem !important;
}

.ml-sm-n85,
.mx-sm-n85 {
	margin-left: -8.5rem !important;
}

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

.mt-sm-n90,
.my-sm-n90 {
	margin-top: -9rem !important;
}

.mr-sm-n90,
.mx-sm-n90 {
	margin-right: -9rem !important;
}

.mb-sm-n90,
.my-sm-n90 {
	margin-bottom: -9rem !important;
}

.ml-sm-n90,
.mx-sm-n90 {
	margin-left: -9rem !important;
}

.m-sm-n95 {
	margin: -9.5rem !important;
}

.mt-sm-n95,
.my-sm-n95 {
	margin-top: -9.5rem !important;
}

.mr-sm-n95,
.mx-sm-n95 {
	margin-right: -9.5rem !important;
}

.mb-sm-n95,
.my-sm-n95 {
	margin-bottom: -9.5rem !important;
}

.ml-sm-n95,
.mx-sm-n95 {
	margin-left: -9.5rem !important;
}

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

.mt-sm-n100,
.my-sm-n100 {
	margin-top: -10rem !important;
}

.mr-sm-n100,
.mx-sm-n100 {
	margin-right: -10rem !important;
}

.mb-sm-n100,
.my-sm-n100 {
	margin-bottom: -10rem !important;
}

.ml-sm-n100,
.mx-sm-n100 {
	margin-left: -10rem !important;
}

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

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

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

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

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

}

@media (min-width: 768px) {

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

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

.d-md-flex {
	display: flex !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-wrap {
	flex-wrap: wrap !important;
}

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

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

.flex-md-fill {
	flex: 1 1 auto !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-auto {
	flex: 0 auto !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;
}

.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;
}

.text-md-left {
	text-align: left !important;
}

.text-md-right {
	text-align: right !important;
}

.text-md-center {
	text-align: center !important;
}

.menu-link {
	font-size: 18px;
	transition: all .2s ease-in-out;
}

.menu-link:hover {
	opacity: .75;
}

.footer-menu ul li a {
	transition: all .2s ease-in-out;
}

.footer-menu ul li a:hover {
	opacity: .75;
}

.modal-dialog {
	max-width: 81rem;
	margin: 4rem auto 2rem;
}

.modal-dialog.modal-dialog--small {
	max-width: 62rem;
}

.modal-footer {
	padding: 1.6rem 8rem 1.2rem;
}

.modal-title {
	font-size: 3.2rem;
}

.modal-plan {
	max-width: 421px;
}

.modal-plan .p-planp__txt {
	font-size: 9px;
}

.p-product-price {
	padding: 48px 0 56px;
}

.p-product-price .price-main__info {
	margin-left: 6px;
}

.p-product-price .price-main__info .num {
	font-size: 44.71px;
}

.p-product-price .price-main__info .num small {
	font-size: 39.06px;
}

.p-product-price .price-main__info .evt {
	font-size: 16.72px;
	margin-left: 5px;
	top: -5px;
}

.p-product-price .price-main__ttl {
	font-size: 14px;
	margin-top: 12.8px;
}

.p-product-price .price-main__txt {
	font-size: 9px;
	margin-top: 14px;
}

.p-method {
	padding: 38.8px 0 58.1px;
}

.p-method__sub {
	font-size: 12px;
}

.p-method__txt {
	font-size: 14px;
}

.p-method__small {
	font-size: 9px;
}

.sp {
	display: none !important;
}

.box-scroll {
	position: relative;
}

.box-scroll::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(128,128,128,.5);
}

.p-other-nav {
	opacity: 1 !important;
	visibility: visible !important;
}

.p-other-nav--fixed {
	display: none;
}

.pagi-txt {
	font-size: 14px;
}

.safari .counter-number__input {
	top: -2px;
}

.p-premium-plan {
	padding-bottom: 71.8px;
}

.p-premium-plan__head .pagi {
	font-size: 13px;
}

.p-premium-plan__des {
	font-size: 12px;
}

.p-premium-plan__slider {
	margin-top: 37px;
	padding: 0 16.8px;
}

.p-premium-plan__slider li h3 {
	font-size: 11px;
	margin-bottom: 9.2px;
}

.p-premium-plan__slider .slick-arrow {
	width: 15.01px;
	height: 16.53px;
}

.p-premium-plan__slider .slick-prev {
	left: -30px;
}

.p-premium-plan__slider .slick-next {
	right: -30px;
}

.p-price .price-main__info {
	margin-left: 6px;
}

.p-price .price-main__info .num {
	font-size: 44.71px;
}

.p-price .price-main__info .num small {
	font-size: 39.06px;
}

.p-price .price-main__info .evt {
	font-size: 16.72px;
	margin-left: 5px;
	top: -5px;
}

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

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

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

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

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

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

.mt-md-1,
.my-md-1 {
	margin-top: .1rem !important;
}

.mr-md-1,
.mx-md-1 {
	margin-right: .1rem !important;
}

.mb-md-1,
.my-md-1 {
	margin-bottom: .1rem !important;
}

.ml-md-1,
.mx-md-1 {
	margin-left: .1rem !important;
}

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

.mt-md-2,
.my-md-2 {
	margin-top: .2rem !important;
}

.mr-md-2,
.mx-md-2 {
	margin-right: .2rem !important;
}

.mb-md-2,
.my-md-2 {
	margin-bottom: .2rem !important;
}

.ml-md-2,
.mx-md-2 {
	margin-left: .2rem !important;
}

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

.mt-md-5,
.my-md-5 {
	margin-top: .5rem !important;
}

.mr-md-5,
.mx-md-5 {
	margin-right: .5rem !important;
}

.mb-md-5,
.my-md-5 {
	margin-bottom: .5rem !important;
}

.ml-md-5,
.mx-md-5 {
	margin-left: .5rem !important;
}

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

.mt-md-10,
.my-md-10 {
	margin-top: 1rem !important;
}

.mr-md-10,
.mx-md-10 {
	margin-right: 1rem !important;
}

.mb-md-10,
.my-md-10 {
	margin-bottom: 1rem !important;
}

.ml-md-10,
.mx-md-10 {
	margin-left: 1rem !important;
}

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

.mt-md-15,
.my-md-15 {
	margin-top: 1.5rem !important;
}

.mr-md-15,
.mx-md-15 {
	margin-right: 1.5rem !important;
}

.mb-md-15,
.my-md-15 {
	margin-bottom: 1.5rem !important;
}

.ml-md-15,
.mx-md-15 {
	margin-left: 1.5rem !important;
}

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

.mt-md-20,
.my-md-20 {
	margin-top: 2rem !important;
}

.mr-md-20,
.mx-md-20 {
	margin-right: 2rem !important;
}

.mb-md-20,
.my-md-20 {
	margin-bottom: 2rem !important;
}

.ml-md-20,
.mx-md-20 {
	margin-left: 2rem !important;
}

.m-md-24 {
	margin: 2.4rem !important;
}

.mt-md-24,
.my-md-24 {
	margin-top: 2.4rem !important;
}

.mr-md-24,
.mx-md-24 {
	margin-right: 2.4rem !important;
}

.mb-md-24,
.my-md-24 {
	margin-bottom: 2.4rem !important;
}

.ml-md-24,
.mx-md-24 {
	margin-left: 2.4rem !important;
}

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

.mt-md-25,
.my-md-25 {
	margin-top: 2.5rem !important;
}

.mr-md-25,
.mx-md-25 {
	margin-right: 2.5rem !important;
}

.mb-md-25,
.my-md-25 {
	margin-bottom: 2.5rem !important;
}

.ml-md-25,
.mx-md-25 {
	margin-left: 2.5rem !important;
}

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

.mt-md-30,
.my-md-30 {
	margin-top: 3rem !important;
}

.mr-md-30,
.mx-md-30 {
	margin-right: 3rem !important;
}

.mb-md-30,
.my-md-30 {
	margin-bottom: 3rem !important;
}

.ml-md-30,
.mx-md-30 {
	margin-left: 3rem !important;
}

.m-md-34 {
	margin: 3.4rem !important;
}

.mt-md-34,
.my-md-34 {
	margin-top: 3.4rem !important;
}

.mr-md-34,
.mx-md-34 {
	margin-right: 3.4rem !important;
}

.mb-md-34,
.my-md-34 {
	margin-bottom: 3.4rem !important;
}

.ml-md-34,
.mx-md-34 {
	margin-left: 3.4rem !important;
}

.m-md-35 {
	margin: 3.5rem !important;
}

.mt-md-35,
.my-md-35 {
	margin-top: 3.5rem !important;
}

.mr-md-35,
.mx-md-35 {
	margin-right: 3.5rem !important;
}

.mb-md-35,
.my-md-35 {
	margin-bottom: 3.5rem !important;
}

.ml-md-35,
.mx-md-35 {
	margin-left: 3.5rem !important;
}

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

.mt-md-40,
.my-md-40 {
	margin-top: 4rem !important;
}

.mr-md-40,
.mx-md-40 {
	margin-right: 4rem !important;
}

.mb-md-40,
.my-md-40 {
	margin-bottom: 4rem !important;
}

.ml-md-40,
.mx-md-40 {
	margin-left: 4rem !important;
}

.m-md-42 {
	margin: 4.2rem !important;
}

.mt-md-42,
.my-md-42 {
	margin-top: 4.2rem !important;
}

.mr-md-42,
.mx-md-42 {
	margin-right: 4.2rem !important;
}

.mb-md-42,
.my-md-42 {
	margin-bottom: 4.2rem !important;
}

.ml-md-42,
.mx-md-42 {
	margin-left: 4.2rem !important;
}

.m-md-45 {
	margin: 4.5rem !important;
}

.mt-md-45,
.my-md-45 {
	margin-top: 4.5rem !important;
}

.mr-md-45,
.mx-md-45 {
	margin-right: 4.5rem !important;
}

.mb-md-45,
.my-md-45 {
	margin-bottom: 4.5rem !important;
}

.ml-md-45,
.mx-md-45 {
	margin-left: 4.5rem !important;
}

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

.mt-md-50,
.my-md-50 {
	margin-top: 5rem !important;
}

.mr-md-50,
.mx-md-50 {
	margin-right: 5rem !important;
}

.mb-md-50,
.my-md-50 {
	margin-bottom: 5rem !important;
}

.ml-md-50,
.mx-md-50 {
	margin-left: 5rem !important;
}

.m-md-55 {
	margin: 5.5rem !important;
}

.mt-md-55,
.my-md-55 {
	margin-top: 5.5rem !important;
}

.mr-md-55,
.mx-md-55 {
	margin-right: 5.5rem !important;
}

.mb-md-55,
.my-md-55 {
	margin-bottom: 5.5rem !important;
}

.ml-md-55,
.mx-md-55 {
	margin-left: 5.5rem !important;
}

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

.mt-md-60,
.my-md-60 {
	margin-top: 6rem !important;
}

.mr-md-60,
.mx-md-60 {
	margin-right: 6rem !important;
}

.mb-md-60,
.my-md-60 {
	margin-bottom: 6rem !important;
}

.ml-md-60,
.mx-md-60 {
	margin-left: 6rem !important;
}

.m-md-65 {
	margin: 6.5rem !important;
}

.mt-md-65,
.my-md-65 {
	margin-top: 6.5rem !important;
}

.mr-md-65,
.mx-md-65 {
	margin-right: 6.5rem !important;
}

.mb-md-65,
.my-md-65 {
	margin-bottom: 6.5rem !important;
}

.ml-md-65,
.mx-md-65 {
	margin-left: 6.5rem !important;
}

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

.mt-md-70,
.my-md-70 {
	margin-top: 7rem !important;
}

.mr-md-70,
.mx-md-70 {
	margin-right: 7rem !important;
}

.mb-md-70,
.my-md-70 {
	margin-bottom: 7rem !important;
}

.ml-md-70,
.mx-md-70 {
	margin-left: 7rem !important;
}

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

.mt-md-75,
.my-md-75 {
	margin-top: 7.5rem !important;
}

.mr-md-75,
.mx-md-75 {
	margin-right: 7.5rem !important;
}

.mb-md-75,
.my-md-75 {
	margin-bottom: 7.5rem !important;
}

.ml-md-75,
.mx-md-75 {
	margin-left: 7.5rem !important;
}

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

.mt-md-80,
.my-md-80 {
	margin-top: 8rem !important;
}

.mr-md-80,
.mx-md-80 {
	margin-right: 8rem !important;
}

.mb-md-80,
.my-md-80 {
	margin-bottom: 8rem !important;
}

.ml-md-80,
.mx-md-80 {
	margin-left: 8rem !important;
}

.m-md-85 {
	margin: 8.5rem !important;
}

.mt-md-85,
.my-md-85 {
	margin-top: 8.5rem !important;
}

.mr-md-85,
.mx-md-85 {
	margin-right: 8.5rem !important;
}

.mb-md-85,
.my-md-85 {
	margin-bottom: 8.5rem !important;
}

.ml-md-85,
.mx-md-85 {
	margin-left: 8.5rem !important;
}

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

.mt-md-90,
.my-md-90 {
	margin-top: 9rem !important;
}

.mr-md-90,
.mx-md-90 {
	margin-right: 9rem !important;
}

.mb-md-90,
.my-md-90 {
	margin-bottom: 9rem !important;
}

.ml-md-90,
.mx-md-90 {
	margin-left: 9rem !important;
}

.m-md-95 {
	margin: 9.5rem !important;
}

.mt-md-95,
.my-md-95 {
	margin-top: 9.5rem !important;
}

.mr-md-95,
.mx-md-95 {
	margin-right: 9.5rem !important;
}

.mb-md-95,
.my-md-95 {
	margin-bottom: 9.5rem !important;
}

.ml-md-95,
.mx-md-95 {
	margin-left: 9.5rem !important;
}

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

.mt-md-100,
.my-md-100 {
	margin-top: 10rem !important;
}

.mr-md-100,
.mx-md-100 {
	margin-right: 10rem !important;
}

.mb-md-100,
.my-md-100 {
	margin-bottom: 10rem !important;
}

.ml-md-100,
.mx-md-100 {
	margin-left: 10rem !important;
}

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

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

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

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

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

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

.pt-md-1,
.py-md-1 {
	padding-top: .1rem !important;
}

.pr-md-1,
.px-md-1 {
	padding-right: .1rem !important;
}

.pb-md-1,
.py-md-1 {
	padding-bottom: .1rem !important;
}

.pl-md-1,
.px-md-1 {
	padding-left: .1rem !important;
}

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

.pt-md-2,
.py-md-2 {
	padding-top: .2rem !important;
}

.pr-md-2,
.px-md-2 {
	padding-right: .2rem !important;
}

.pb-md-2,
.py-md-2 {
	padding-bottom: .2rem !important;
}

.pl-md-2,
.px-md-2 {
	padding-left: .2rem !important;
}

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

.pt-md-5,
.py-md-5 {
	padding-top: .5rem !important;
}

.pr-md-5,
.px-md-5 {
	padding-right: .5rem !important;
}

.pb-md-5,
.py-md-5 {
	padding-bottom: .5rem !important;
}

.pl-md-5,
.px-md-5 {
	padding-left: .5rem !important;
}

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

.pt-md-10,
.py-md-10 {
	padding-top: 1rem !important;
}

.pr-md-10,
.px-md-10 {
	padding-right: 1rem !important;
}

.pb-md-10,
.py-md-10 {
	padding-bottom: 1rem !important;
}

.pl-md-10,
.px-md-10 {
	padding-left: 1rem !important;
}

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

.pt-md-15,
.py-md-15 {
	padding-top: 1.5rem !important;
}

.pr-md-15,
.px-md-15 {
	padding-right: 1.5rem !important;
}

.pb-md-15,
.py-md-15 {
	padding-bottom: 1.5rem !important;
}

.pl-md-15,
.px-md-15 {
	padding-left: 1.5rem !important;
}

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

.pt-md-20,
.py-md-20 {
	padding-top: 2rem !important;
}

.pr-md-20,
.px-md-20 {
	padding-right: 2rem !important;
}

.pb-md-20,
.py-md-20 {
	padding-bottom: 2rem !important;
}

.pl-md-20,
.px-md-20 {
	padding-left: 2rem !important;
}

.p-md-24 {
	padding: 2.4rem !important;
}

.pt-md-24,
.py-md-24 {
	padding-top: 2.4rem !important;
}

.pr-md-24,
.px-md-24 {
	padding-right: 2.4rem !important;
}

.pb-md-24,
.py-md-24 {
	padding-bottom: 2.4rem !important;
}

.pl-md-24,
.px-md-24 {
	padding-left: 2.4rem !important;
}

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

.pt-md-25,
.py-md-25 {
	padding-top: 2.5rem !important;
}

.pr-md-25,
.px-md-25 {
	padding-right: 2.5rem !important;
}

.pb-md-25,
.py-md-25 {
	padding-bottom: 2.5rem !important;
}

.pl-md-25,
.px-md-25 {
	padding-left: 2.5rem !important;
}

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

.pt-md-30,
.py-md-30 {
	padding-top: 3rem !important;
}

.pr-md-30,
.px-md-30 {
	padding-right: 3rem !important;
}

.pb-md-30,
.py-md-30 {
	padding-bottom: 3rem !important;
}

.pl-md-30,
.px-md-30 {
	padding-left: 3rem !important;
}

.p-md-34 {
	padding: 3.4rem !important;
}

.pt-md-34,
.py-md-34 {
	padding-top: 3.4rem !important;
}

.pr-md-34,
.px-md-34 {
	padding-right: 3.4rem !important;
}

.pb-md-34,
.py-md-34 {
	padding-bottom: 3.4rem !important;
}

.pl-md-34,
.px-md-34 {
	padding-left: 3.4rem !important;
}

.p-md-35 {
	padding: 3.5rem !important;
}

.pt-md-35,
.py-md-35 {
	padding-top: 3.5rem !important;
}

.pr-md-35,
.px-md-35 {
	padding-right: 3.5rem !important;
}

.pb-md-35,
.py-md-35 {
	padding-bottom: 3.5rem !important;
}

.pl-md-35,
.px-md-35 {
	padding-left: 3.5rem !important;
}

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

.pt-md-40,
.py-md-40 {
	padding-top: 4rem !important;
}

.pr-md-40,
.px-md-40 {
	padding-right: 4rem !important;
}

.pb-md-40,
.py-md-40 {
	padding-bottom: 4rem !important;
}

.pl-md-40,
.px-md-40 {
	padding-left: 4rem !important;
}

.p-md-42 {
	padding: 4.2rem !important;
}

.pt-md-42,
.py-md-42 {
	padding-top: 4.2rem !important;
}

.pr-md-42,
.px-md-42 {
	padding-right: 4.2rem !important;
}

.pb-md-42,
.py-md-42 {
	padding-bottom: 4.2rem !important;
}

.pl-md-42,
.px-md-42 {
	padding-left: 4.2rem !important;
}

.p-md-45 {
	padding: 4.5rem !important;
}

.pt-md-45,
.py-md-45 {
	padding-top: 4.5rem !important;
}

.pr-md-45,
.px-md-45 {
	padding-right: 4.5rem !important;
}

.pb-md-45,
.py-md-45 {
	padding-bottom: 4.5rem !important;
}

.pl-md-45,
.px-md-45 {
	padding-left: 4.5rem !important;
}

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

.pt-md-50,
.py-md-50 {
	padding-top: 5rem !important;
}

.pr-md-50,
.px-md-50 {
	padding-right: 5rem !important;
}

.pb-md-50,
.py-md-50 {
	padding-bottom: 5rem !important;
}

.pl-md-50,
.px-md-50 {
	padding-left: 5rem !important;
}

.p-md-55 {
	padding: 5.5rem !important;
}

.pt-md-55,
.py-md-55 {
	padding-top: 5.5rem !important;
}

.pr-md-55,
.px-md-55 {
	padding-right: 5.5rem !important;
}

.pb-md-55,
.py-md-55 {
	padding-bottom: 5.5rem !important;
}

.pl-md-55,
.px-md-55 {
	padding-left: 5.5rem !important;
}

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

.pt-md-60,
.py-md-60 {
	padding-top: 6rem !important;
}

.pr-md-60,
.px-md-60 {
	padding-right: 6rem !important;
}

.pb-md-60,
.py-md-60 {
	padding-bottom: 6rem !important;
}

.pl-md-60,
.px-md-60 {
	padding-left: 6rem !important;
}

.p-md-65 {
	padding: 6.5rem !important;
}

.pt-md-65,
.py-md-65 {
	padding-top: 6.5rem !important;
}

.pr-md-65,
.px-md-65 {
	padding-right: 6.5rem !important;
}

.pb-md-65,
.py-md-65 {
	padding-bottom: 6.5rem !important;
}

.pl-md-65,
.px-md-65 {
	padding-left: 6.5rem !important;
}

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

.pt-md-70,
.py-md-70 {
	padding-top: 7rem !important;
}

.pr-md-70,
.px-md-70 {
	padding-right: 7rem !important;
}

.pb-md-70,
.py-md-70 {
	padding-bottom: 7rem !important;
}

.pl-md-70,
.px-md-70 {
	padding-left: 7rem !important;
}

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

.pt-md-75,
.py-md-75 {
	padding-top: 7.5rem !important;
}

.pr-md-75,
.px-md-75 {
	padding-right: 7.5rem !important;
}

.pb-md-75,
.py-md-75 {
	padding-bottom: 7.5rem !important;
}

.pl-md-75,
.px-md-75 {
	padding-left: 7.5rem !important;
}

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

.pt-md-80,
.py-md-80 {
	padding-top: 8rem !important;
}

.pr-md-80,
.px-md-80 {
	padding-right: 8rem !important;
}

.pb-md-80,
.py-md-80 {
	padding-bottom: 8rem !important;
}

.pl-md-80,
.px-md-80 {
	padding-left: 8rem !important;
}

.p-md-85 {
	padding: 8.5rem !important;
}

.pt-md-85,
.py-md-85 {
	padding-top: 8.5rem !important;
}

.pr-md-85,
.px-md-85 {
	padding-right: 8.5rem !important;
}

.pb-md-85,
.py-md-85 {
	padding-bottom: 8.5rem !important;
}

.pl-md-85,
.px-md-85 {
	padding-left: 8.5rem !important;
}

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

.pt-md-90,
.py-md-90 {
	padding-top: 9rem !important;
}

.pr-md-90,
.px-md-90 {
	padding-right: 9rem !important;
}

.pb-md-90,
.py-md-90 {
	padding-bottom: 9rem !important;
}

.pl-md-90,
.px-md-90 {
	padding-left: 9rem !important;
}

.p-md-95 {
	padding: 9.5rem !important;
}

.pt-md-95,
.py-md-95 {
	padding-top: 9.5rem !important;
}

.pr-md-95,
.px-md-95 {
	padding-right: 9.5rem !important;
}

.pb-md-95,
.py-md-95 {
	padding-bottom: 9.5rem !important;
}

.pl-md-95,
.px-md-95 {
	padding-left: 9.5rem !important;
}

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

.pt-md-100,
.py-md-100 {
	padding-top: 10rem !important;
}

.pr-md-100,
.px-md-100 {
	padding-right: 10rem !important;
}

.pb-md-100,
.py-md-100 {
	padding-bottom: 10rem !important;
}

.pl-md-100,
.px-md-100 {
	padding-left: 10rem !important;
}

.m-md-n1 {
	margin: -0.1rem !important;
}

.mt-md-n1,
.my-md-n1 {
	margin-top: -0.1rem !important;
}

.mr-md-n1,
.mx-md-n1 {
	margin-right: -0.1rem !important;
}

.mb-md-n1,
.my-md-n1 {
	margin-bottom: -0.1rem !important;
}

.ml-md-n1,
.mx-md-n1 {
	margin-left: -0.1rem !important;
}

.m-md-n2 {
	margin: -0.2rem !important;
}

.mt-md-n2,
.my-md-n2 {
	margin-top: -0.2rem !important;
}

.mr-md-n2,
.mx-md-n2 {
	margin-right: -0.2rem !important;
}

.mb-md-n2,
.my-md-n2 {
	margin-bottom: -0.2rem !important;
}

.ml-md-n2,
.mx-md-n2 {
	margin-left: -0.2rem !important;
}

.m-md-n5 {
	margin: -0.5rem !important;
}

.mt-md-n5,
.my-md-n5 {
	margin-top: -0.5rem !important;
}

.mr-md-n5,
.mx-md-n5 {
	margin-right: -0.5rem !important;
}

.mb-md-n5,
.my-md-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-md-n5,
.mx-md-n5 {
	margin-left: -0.5rem !important;
}

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

.mt-md-n10,
.my-md-n10 {
	margin-top: -1rem !important;
}

.mr-md-n10,
.mx-md-n10 {
	margin-right: -1rem !important;
}

.mb-md-n10,
.my-md-n10 {
	margin-bottom: -1rem !important;
}

.ml-md-n10,
.mx-md-n10 {
	margin-left: -1rem !important;
}

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

.mt-md-n15,
.my-md-n15 {
	margin-top: -1.5rem !important;
}

.mr-md-n15,
.mx-md-n15 {
	margin-right: -1.5rem !important;
}

.mb-md-n15,
.my-md-n15 {
	margin-bottom: -1.5rem !important;
}

.ml-md-n15,
.mx-md-n15 {
	margin-left: -1.5rem !important;
}

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

.mt-md-n20,
.my-md-n20 {
	margin-top: -2rem !important;
}

.mr-md-n20,
.mx-md-n20 {
	margin-right: -2rem !important;
}

.mb-md-n20,
.my-md-n20 {
	margin-bottom: -2rem !important;
}

.ml-md-n20,
.mx-md-n20 {
	margin-left: -2rem !important;
}

.m-md-n24 {
	margin: -2.4rem !important;
}

.mt-md-n24,
.my-md-n24 {
	margin-top: -2.4rem !important;
}

.mr-md-n24,
.mx-md-n24 {
	margin-right: -2.4rem !important;
}

.mb-md-n24,
.my-md-n24 {
	margin-bottom: -2.4rem !important;
}

.ml-md-n24,
.mx-md-n24 {
	margin-left: -2.4rem !important;
}

.m-md-n25 {
	margin: -2.5rem !important;
}

.mt-md-n25,
.my-md-n25 {
	margin-top: -2.5rem !important;
}

.mr-md-n25,
.mx-md-n25 {
	margin-right: -2.5rem !important;
}

.mb-md-n25,
.my-md-n25 {
	margin-bottom: -2.5rem !important;
}

.ml-md-n25,
.mx-md-n25 {
	margin-left: -2.5rem !important;
}

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

.mt-md-n30,
.my-md-n30 {
	margin-top: -3rem !important;
}

.mr-md-n30,
.mx-md-n30 {
	margin-right: -3rem !important;
}

.mb-md-n30,
.my-md-n30 {
	margin-bottom: -3rem !important;
}

.ml-md-n30,
.mx-md-n30 {
	margin-left: -3rem !important;
}

.m-md-n34 {
	margin: -3.4rem !important;
}

.mt-md-n34,
.my-md-n34 {
	margin-top: -3.4rem !important;
}

.mr-md-n34,
.mx-md-n34 {
	margin-right: -3.4rem !important;
}

.mb-md-n34,
.my-md-n34 {
	margin-bottom: -3.4rem !important;
}

.ml-md-n34,
.mx-md-n34 {
	margin-left: -3.4rem !important;
}

.m-md-n35 {
	margin: -3.5rem !important;
}

.mt-md-n35,
.my-md-n35 {
	margin-top: -3.5rem !important;
}

.mr-md-n35,
.mx-md-n35 {
	margin-right: -3.5rem !important;
}

.mb-md-n35,
.my-md-n35 {
	margin-bottom: -3.5rem !important;
}

.ml-md-n35,
.mx-md-n35 {
	margin-left: -3.5rem !important;
}

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

.mt-md-n40,
.my-md-n40 {
	margin-top: -4rem !important;
}

.mr-md-n40,
.mx-md-n40 {
	margin-right: -4rem !important;
}

.mb-md-n40,
.my-md-n40 {
	margin-bottom: -4rem !important;
}

.ml-md-n40,
.mx-md-n40 {
	margin-left: -4rem !important;
}

.m-md-n42 {
	margin: -4.2rem !important;
}

.mt-md-n42,
.my-md-n42 {
	margin-top: -4.2rem !important;
}

.mr-md-n42,
.mx-md-n42 {
	margin-right: -4.2rem !important;
}

.mb-md-n42,
.my-md-n42 {
	margin-bottom: -4.2rem !important;
}

.ml-md-n42,
.mx-md-n42 {
	margin-left: -4.2rem !important;
}

.m-md-n45 {
	margin: -4.5rem !important;
}

.mt-md-n45,
.my-md-n45 {
	margin-top: -4.5rem !important;
}

.mr-md-n45,
.mx-md-n45 {
	margin-right: -4.5rem !important;
}

.mb-md-n45,
.my-md-n45 {
	margin-bottom: -4.5rem !important;
}

.ml-md-n45,
.mx-md-n45 {
	margin-left: -4.5rem !important;
}

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

.mt-md-n50,
.my-md-n50 {
	margin-top: -5rem !important;
}

.mr-md-n50,
.mx-md-n50 {
	margin-right: -5rem !important;
}

.mb-md-n50,
.my-md-n50 {
	margin-bottom: -5rem !important;
}

.ml-md-n50,
.mx-md-n50 {
	margin-left: -5rem !important;
}

.m-md-n55 {
	margin: -5.5rem !important;
}

.mt-md-n55,
.my-md-n55 {
	margin-top: -5.5rem !important;
}

.mr-md-n55,
.mx-md-n55 {
	margin-right: -5.5rem !important;
}

.mb-md-n55,
.my-md-n55 {
	margin-bottom: -5.5rem !important;
}

.ml-md-n55,
.mx-md-n55 {
	margin-left: -5.5rem !important;
}

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

.mt-md-n60,
.my-md-n60 {
	margin-top: -6rem !important;
}

.mr-md-n60,
.mx-md-n60 {
	margin-right: -6rem !important;
}

.mb-md-n60,
.my-md-n60 {
	margin-bottom: -6rem !important;
}

.ml-md-n60,
.mx-md-n60 {
	margin-left: -6rem !important;
}

.m-md-n65 {
	margin: -6.5rem !important;
}

.mt-md-n65,
.my-md-n65 {
	margin-top: -6.5rem !important;
}

.mr-md-n65,
.mx-md-n65 {
	margin-right: -6.5rem !important;
}

.mb-md-n65,
.my-md-n65 {
	margin-bottom: -6.5rem !important;
}

.ml-md-n65,
.mx-md-n65 {
	margin-left: -6.5rem !important;
}

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

.mt-md-n70,
.my-md-n70 {
	margin-top: -7rem !important;
}

.mr-md-n70,
.mx-md-n70 {
	margin-right: -7rem !important;
}

.mb-md-n70,
.my-md-n70 {
	margin-bottom: -7rem !important;
}

.ml-md-n70,
.mx-md-n70 {
	margin-left: -7rem !important;
}

.m-md-n75 {
	margin: -7.5rem !important;
}

.mt-md-n75,
.my-md-n75 {
	margin-top: -7.5rem !important;
}

.mr-md-n75,
.mx-md-n75 {
	margin-right: -7.5rem !important;
}

.mb-md-n75,
.my-md-n75 {
	margin-bottom: -7.5rem !important;
}

.ml-md-n75,
.mx-md-n75 {
	margin-left: -7.5rem !important;
}

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

.mt-md-n80,
.my-md-n80 {
	margin-top: -8rem !important;
}

.mr-md-n80,
.mx-md-n80 {
	margin-right: -8rem !important;
}

.mb-md-n80,
.my-md-n80 {
	margin-bottom: -8rem !important;
}

.ml-md-n80,
.mx-md-n80 {
	margin-left: -8rem !important;
}

.m-md-n85 {
	margin: -8.5rem !important;
}

.mt-md-n85,
.my-md-n85 {
	margin-top: -8.5rem !important;
}

.mr-md-n85,
.mx-md-n85 {
	margin-right: -8.5rem !important;
}

.mb-md-n85,
.my-md-n85 {
	margin-bottom: -8.5rem !important;
}

.ml-md-n85,
.mx-md-n85 {
	margin-left: -8.5rem !important;
}

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

.mt-md-n90,
.my-md-n90 {
	margin-top: -9rem !important;
}

.mr-md-n90,
.mx-md-n90 {
	margin-right: -9rem !important;
}

.mb-md-n90,
.my-md-n90 {
	margin-bottom: -9rem !important;
}

.ml-md-n90,
.mx-md-n90 {
	margin-left: -9rem !important;
}

.m-md-n95 {
	margin: -9.5rem !important;
}

.mt-md-n95,
.my-md-n95 {
	margin-top: -9.5rem !important;
}

.mr-md-n95,
.mx-md-n95 {
	margin-right: -9.5rem !important;
}

.mb-md-n95,
.my-md-n95 {
	margin-bottom: -9.5rem !important;
}

.ml-md-n95,
.mx-md-n95 {
	margin-left: -9.5rem !important;
}

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

.mt-md-n100,
.my-md-n100 {
	margin-top: -10rem !important;
}

.mr-md-n100,
.mx-md-n100 {
	margin-right: -10rem !important;
}

.mb-md-n100,
.my-md-n100 {
	margin-bottom: -10rem !important;
}

.ml-md-n100,
.mx-md-n100 {
	margin-left: -10rem !important;
}

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

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

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

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

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

}

@media (min-width: 992px) {

.d-lg-none {
	display: none !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-flex {
	display: flex !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-wrap {
	flex-wrap: wrap !important;
}

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

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

.flex-lg-fill {
	flex: 1 1 auto !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-auto {
	flex: 0 auto !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;
}

.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;
}

.text-lg-left {
	text-align: left !important;
}

.text-lg-right {
	text-align: right !important;
}

.text-lg-center {
	text-align: center !important;
}

.p-header {
	max-width: 56px;
}

.p-header-logo {
	display: none;
}

.global-navi {
	width: calc(50vw - 250px);
}

.global-navi__wrap {
	padding: 47px 20px 20px;
}

.m-lg-0 {
	margin: 0 !important;
}

.mt-lg-0,
.my-lg-0 {
	margin-top: 0 !important;
}

.mr-lg-0,
.mx-lg-0 {
	margin-right: 0 !important;
}

.mb-lg-0,
.my-lg-0 {
	margin-bottom: 0 !important;
}

.ml-lg-0,
.mx-lg-0 {
	margin-left: 0 !important;
}

.m-lg-1 {
	margin: .1rem !important;
}

.mt-lg-1,
.my-lg-1 {
	margin-top: .1rem !important;
}

.mr-lg-1,
.mx-lg-1 {
	margin-right: .1rem !important;
}

.mb-lg-1,
.my-lg-1 {
	margin-bottom: .1rem !important;
}

.ml-lg-1,
.mx-lg-1 {
	margin-left: .1rem !important;
}

.m-lg-2 {
	margin: .2rem !important;
}

.mt-lg-2,
.my-lg-2 {
	margin-top: .2rem !important;
}

.mr-lg-2,
.mx-lg-2 {
	margin-right: .2rem !important;
}

.mb-lg-2,
.my-lg-2 {
	margin-bottom: .2rem !important;
}

.ml-lg-2,
.mx-lg-2 {
	margin-left: .2rem !important;
}

.m-lg-5 {
	margin: .5rem !important;
}

.mt-lg-5,
.my-lg-5 {
	margin-top: .5rem !important;
}

.mr-lg-5,
.mx-lg-5 {
	margin-right: .5rem !important;
}

.mb-lg-5,
.my-lg-5 {
	margin-bottom: .5rem !important;
}

.ml-lg-5,
.mx-lg-5 {
	margin-left: .5rem !important;
}

.m-lg-10 {
	margin: 1rem !important;
}

.mt-lg-10,
.my-lg-10 {
	margin-top: 1rem !important;
}

.mr-lg-10,
.mx-lg-10 {
	margin-right: 1rem !important;
}

.mb-lg-10,
.my-lg-10 {
	margin-bottom: 1rem !important;
}

.ml-lg-10,
.mx-lg-10 {
	margin-left: 1rem !important;
}

.m-lg-15 {
	margin: 1.5rem !important;
}

.mt-lg-15,
.my-lg-15 {
	margin-top: 1.5rem !important;
}

.mr-lg-15,
.mx-lg-15 {
	margin-right: 1.5rem !important;
}

.mb-lg-15,
.my-lg-15 {
	margin-bottom: 1.5rem !important;
}

.ml-lg-15,
.mx-lg-15 {
	margin-left: 1.5rem !important;
}

.m-lg-20 {
	margin: 2rem !important;
}

.mt-lg-20,
.my-lg-20 {
	margin-top: 2rem !important;
}

.mr-lg-20,
.mx-lg-20 {
	margin-right: 2rem !important;
}

.mb-lg-20,
.my-lg-20 {
	margin-bottom: 2rem !important;
}

.ml-lg-20,
.mx-lg-20 {
	margin-left: 2rem !important;
}

.m-lg-24 {
	margin: 2.4rem !important;
}

.mt-lg-24,
.my-lg-24 {
	margin-top: 2.4rem !important;
}

.mr-lg-24,
.mx-lg-24 {
	margin-right: 2.4rem !important;
}

.mb-lg-24,
.my-lg-24 {
	margin-bottom: 2.4rem !important;
}

.ml-lg-24,
.mx-lg-24 {
	margin-left: 2.4rem !important;
}

.m-lg-25 {
	margin: 2.5rem !important;
}

.mt-lg-25,
.my-lg-25 {
	margin-top: 2.5rem !important;
}

.mr-lg-25,
.mx-lg-25 {
	margin-right: 2.5rem !important;
}

.mb-lg-25,
.my-lg-25 {
	margin-bottom: 2.5rem !important;
}

.ml-lg-25,
.mx-lg-25 {
	margin-left: 2.5rem !important;
}

.m-lg-30 {
	margin: 3rem !important;
}

.mt-lg-30,
.my-lg-30 {
	margin-top: 3rem !important;
}

.mr-lg-30,
.mx-lg-30 {
	margin-right: 3rem !important;
}

.mb-lg-30,
.my-lg-30 {
	margin-bottom: 3rem !important;
}

.ml-lg-30,
.mx-lg-30 {
	margin-left: 3rem !important;
}

.m-lg-34 {
	margin: 3.4rem !important;
}

.mt-lg-34,
.my-lg-34 {
	margin-top: 3.4rem !important;
}

.mr-lg-34,
.mx-lg-34 {
	margin-right: 3.4rem !important;
}

.mb-lg-34,
.my-lg-34 {
	margin-bottom: 3.4rem !important;
}

.ml-lg-34,
.mx-lg-34 {
	margin-left: 3.4rem !important;
}

.m-lg-35 {
	margin: 3.5rem !important;
}

.mt-lg-35,
.my-lg-35 {
	margin-top: 3.5rem !important;
}

.mr-lg-35,
.mx-lg-35 {
	margin-right: 3.5rem !important;
}

.mb-lg-35,
.my-lg-35 {
	margin-bottom: 3.5rem !important;
}

.ml-lg-35,
.mx-lg-35 {
	margin-left: 3.5rem !important;
}

.m-lg-40 {
	margin: 4rem !important;
}

.mt-lg-40,
.my-lg-40 {
	margin-top: 4rem !important;
}

.mr-lg-40,
.mx-lg-40 {
	margin-right: 4rem !important;
}

.mb-lg-40,
.my-lg-40 {
	margin-bottom: 4rem !important;
}

.ml-lg-40,
.mx-lg-40 {
	margin-left: 4rem !important;
}

.m-lg-42 {
	margin: 4.2rem !important;
}

.mt-lg-42,
.my-lg-42 {
	margin-top: 4.2rem !important;
}

.mr-lg-42,
.mx-lg-42 {
	margin-right: 4.2rem !important;
}

.mb-lg-42,
.my-lg-42 {
	margin-bottom: 4.2rem !important;
}

.ml-lg-42,
.mx-lg-42 {
	margin-left: 4.2rem !important;
}

.m-lg-45 {
	margin: 4.5rem !important;
}

.mt-lg-45,
.my-lg-45 {
	margin-top: 4.5rem !important;
}

.mr-lg-45,
.mx-lg-45 {
	margin-right: 4.5rem !important;
}

.mb-lg-45,
.my-lg-45 {
	margin-bottom: 4.5rem !important;
}

.ml-lg-45,
.mx-lg-45 {
	margin-left: 4.5rem !important;
}

.m-lg-50 {
	margin: 5rem !important;
}

.mt-lg-50,
.my-lg-50 {
	margin-top: 5rem !important;
}

.mr-lg-50,
.mx-lg-50 {
	margin-right: 5rem !important;
}

.mb-lg-50,
.my-lg-50 {
	margin-bottom: 5rem !important;
}

.ml-lg-50,
.mx-lg-50 {
	margin-left: 5rem !important;
}

.m-lg-55 {
	margin: 5.5rem !important;
}

.mt-lg-55,
.my-lg-55 {
	margin-top: 5.5rem !important;
}

.mr-lg-55,
.mx-lg-55 {
	margin-right: 5.5rem !important;
}

.mb-lg-55,
.my-lg-55 {
	margin-bottom: 5.5rem !important;
}

.ml-lg-55,
.mx-lg-55 {
	margin-left: 5.5rem !important;
}

.m-lg-60 {
	margin: 6rem !important;
}

.mt-lg-60,
.my-lg-60 {
	margin-top: 6rem !important;
}

.mr-lg-60,
.mx-lg-60 {
	margin-right: 6rem !important;
}

.mb-lg-60,
.my-lg-60 {
	margin-bottom: 6rem !important;
}

.ml-lg-60,
.mx-lg-60 {
	margin-left: 6rem !important;
}

.m-lg-65 {
	margin: 6.5rem !important;
}

.mt-lg-65,
.my-lg-65 {
	margin-top: 6.5rem !important;
}

.mr-lg-65,
.mx-lg-65 {
	margin-right: 6.5rem !important;
}

.mb-lg-65,
.my-lg-65 {
	margin-bottom: 6.5rem !important;
}

.ml-lg-65,
.mx-lg-65 {
	margin-left: 6.5rem !important;
}

.m-lg-70 {
	margin: 7rem !important;
}

.mt-lg-70,
.my-lg-70 {
	margin-top: 7rem !important;
}

.mr-lg-70,
.mx-lg-70 {
	margin-right: 7rem !important;
}

.mb-lg-70,
.my-lg-70 {
	margin-bottom: 7rem !important;
}

.ml-lg-70,
.mx-lg-70 {
	margin-left: 7rem !important;
}

.m-lg-75 {
	margin: 7.5rem !important;
}

.mt-lg-75,
.my-lg-75 {
	margin-top: 7.5rem !important;
}

.mr-lg-75,
.mx-lg-75 {
	margin-right: 7.5rem !important;
}

.mb-lg-75,
.my-lg-75 {
	margin-bottom: 7.5rem !important;
}

.ml-lg-75,
.mx-lg-75 {
	margin-left: 7.5rem !important;
}

.m-lg-80 {
	margin: 8rem !important;
}

.mt-lg-80,
.my-lg-80 {
	margin-top: 8rem !important;
}

.mr-lg-80,
.mx-lg-80 {
	margin-right: 8rem !important;
}

.mb-lg-80,
.my-lg-80 {
	margin-bottom: 8rem !important;
}

.ml-lg-80,
.mx-lg-80 {
	margin-left: 8rem !important;
}

.m-lg-85 {
	margin: 8.5rem !important;
}

.mt-lg-85,
.my-lg-85 {
	margin-top: 8.5rem !important;
}

.mr-lg-85,
.mx-lg-85 {
	margin-right: 8.5rem !important;
}

.mb-lg-85,
.my-lg-85 {
	margin-bottom: 8.5rem !important;
}

.ml-lg-85,
.mx-lg-85 {
	margin-left: 8.5rem !important;
}

.m-lg-90 {
	margin: 9rem !important;
}

.mt-lg-90,
.my-lg-90 {
	margin-top: 9rem !important;
}

.mr-lg-90,
.mx-lg-90 {
	margin-right: 9rem !important;
}

.mb-lg-90,
.my-lg-90 {
	margin-bottom: 9rem !important;
}

.ml-lg-90,
.mx-lg-90 {
	margin-left: 9rem !important;
}

.m-lg-95 {
	margin: 9.5rem !important;
}

.mt-lg-95,
.my-lg-95 {
	margin-top: 9.5rem !important;
}

.mr-lg-95,
.mx-lg-95 {
	margin-right: 9.5rem !important;
}

.mb-lg-95,
.my-lg-95 {
	margin-bottom: 9.5rem !important;
}

.ml-lg-95,
.mx-lg-95 {
	margin-left: 9.5rem !important;
}

.m-lg-100 {
	margin: 10rem !important;
}

.mt-lg-100,
.my-lg-100 {
	margin-top: 10rem !important;
}

.mr-lg-100,
.mx-lg-100 {
	margin-right: 10rem !important;
}

.mb-lg-100,
.my-lg-100 {
	margin-bottom: 10rem !important;
}

.ml-lg-100,
.mx-lg-100 {
	margin-left: 10rem !important;
}

.p-lg-0 {
	padding: 0 !important;
}

.pt-lg-0,
.py-lg-0 {
	padding-top: 0 !important;
}

.pr-lg-0,
.px-lg-0 {
	padding-right: 0 !important;
}

.pb-lg-0,
.py-lg-0 {
	padding-bottom: 0 !important;
}

.pl-lg-0,
.px-lg-0 {
	padding-left: 0 !important;
}

.p-lg-1 {
	padding: .1rem !important;
}

.pt-lg-1,
.py-lg-1 {
	padding-top: .1rem !important;
}

.pr-lg-1,
.px-lg-1 {
	padding-right: .1rem !important;
}

.pb-lg-1,
.py-lg-1 {
	padding-bottom: .1rem !important;
}

.pl-lg-1,
.px-lg-1 {
	padding-left: .1rem !important;
}

.p-lg-2 {
	padding: .2rem !important;
}

.pt-lg-2,
.py-lg-2 {
	padding-top: .2rem !important;
}

.pr-lg-2,
.px-lg-2 {
	padding-right: .2rem !important;
}

.pb-lg-2,
.py-lg-2 {
	padding-bottom: .2rem !important;
}

.pl-lg-2,
.px-lg-2 {
	padding-left: .2rem !important;
}

.p-lg-5 {
	padding: .5rem !important;
}

.pt-lg-5,
.py-lg-5 {
	padding-top: .5rem !important;
}

.pr-lg-5,
.px-lg-5 {
	padding-right: .5rem !important;
}

.pb-lg-5,
.py-lg-5 {
	padding-bottom: .5rem !important;
}

.pl-lg-5,
.px-lg-5 {
	padding-left: .5rem !important;
}

.p-lg-10 {
	padding: 1rem !important;
}

.pt-lg-10,
.py-lg-10 {
	padding-top: 1rem !important;
}

.pr-lg-10,
.px-lg-10 {
	padding-right: 1rem !important;
}

.pb-lg-10,
.py-lg-10 {
	padding-bottom: 1rem !important;
}

.pl-lg-10,
.px-lg-10 {
	padding-left: 1rem !important;
}

.p-lg-15 {
	padding: 1.5rem !important;
}

.pt-lg-15,
.py-lg-15 {
	padding-top: 1.5rem !important;
}

.pr-lg-15,
.px-lg-15 {
	padding-right: 1.5rem !important;
}

.pb-lg-15,
.py-lg-15 {
	padding-bottom: 1.5rem !important;
}

.pl-lg-15,
.px-lg-15 {
	padding-left: 1.5rem !important;
}

.p-lg-20 {
	padding: 2rem !important;
}

.pt-lg-20,
.py-lg-20 {
	padding-top: 2rem !important;
}

.pr-lg-20,
.px-lg-20 {
	padding-right: 2rem !important;
}

.pb-lg-20,
.py-lg-20 {
	padding-bottom: 2rem !important;
}

.pl-lg-20,
.px-lg-20 {
	padding-left: 2rem !important;
}

.p-lg-24 {
	padding: 2.4rem !important;
}

.pt-lg-24,
.py-lg-24 {
	padding-top: 2.4rem !important;
}

.pr-lg-24,
.px-lg-24 {
	padding-right: 2.4rem !important;
}

.pb-lg-24,
.py-lg-24 {
	padding-bottom: 2.4rem !important;
}

.pl-lg-24,
.px-lg-24 {
	padding-left: 2.4rem !important;
}

.p-lg-25 {
	padding: 2.5rem !important;
}

.pt-lg-25,
.py-lg-25 {
	padding-top: 2.5rem !important;
}

.pr-lg-25,
.px-lg-25 {
	padding-right: 2.5rem !important;
}

.pb-lg-25,
.py-lg-25 {
	padding-bottom: 2.5rem !important;
}

.pl-lg-25,
.px-lg-25 {
	padding-left: 2.5rem !important;
}

.p-lg-30 {
	padding: 3rem !important;
}

.pt-lg-30,
.py-lg-30 {
	padding-top: 3rem !important;
}

.pr-lg-30,
.px-lg-30 {
	padding-right: 3rem !important;
}

.pb-lg-30,
.py-lg-30 {
	padding-bottom: 3rem !important;
}

.pl-lg-30,
.px-lg-30 {
	padding-left: 3rem !important;
}

.p-lg-34 {
	padding: 3.4rem !important;
}

.pt-lg-34,
.py-lg-34 {
	padding-top: 3.4rem !important;
}

.pr-lg-34,
.px-lg-34 {
	padding-right: 3.4rem !important;
}

.pb-lg-34,
.py-lg-34 {
	padding-bottom: 3.4rem !important;
}

.pl-lg-34,
.px-lg-34 {
	padding-left: 3.4rem !important;
}

.p-lg-35 {
	padding: 3.5rem !important;
}

.pt-lg-35,
.py-lg-35 {
	padding-top: 3.5rem !important;
}

.pr-lg-35,
.px-lg-35 {
	padding-right: 3.5rem !important;
}

.pb-lg-35,
.py-lg-35 {
	padding-bottom: 3.5rem !important;
}

.pl-lg-35,
.px-lg-35 {
	padding-left: 3.5rem !important;
}

.p-lg-40 {
	padding: 4rem !important;
}

.pt-lg-40,
.py-lg-40 {
	padding-top: 4rem !important;
}

.pr-lg-40,
.px-lg-40 {
	padding-right: 4rem !important;
}

.pb-lg-40,
.py-lg-40 {
	padding-bottom: 4rem !important;
}

.pl-lg-40,
.px-lg-40 {
	padding-left: 4rem !important;
}

.p-lg-42 {
	padding: 4.2rem !important;
}

.pt-lg-42,
.py-lg-42 {
	padding-top: 4.2rem !important;
}

.pr-lg-42,
.px-lg-42 {
	padding-right: 4.2rem !important;
}

.pb-lg-42,
.py-lg-42 {
	padding-bottom: 4.2rem !important;
}

.pl-lg-42,
.px-lg-42 {
	padding-left: 4.2rem !important;
}

.p-lg-45 {
	padding: 4.5rem !important;
}

.pt-lg-45,
.py-lg-45 {
	padding-top: 4.5rem !important;
}

.pr-lg-45,
.px-lg-45 {
	padding-right: 4.5rem !important;
}

.pb-lg-45,
.py-lg-45 {
	padding-bottom: 4.5rem !important;
}

.pl-lg-45,
.px-lg-45 {
	padding-left: 4.5rem !important;
}

.p-lg-50 {
	padding: 5rem !important;
}

.pt-lg-50,
.py-lg-50 {
	padding-top: 5rem !important;
}

.pr-lg-50,
.px-lg-50 {
	padding-right: 5rem !important;
}

.pb-lg-50,
.py-lg-50 {
	padding-bottom: 5rem !important;
}

.pl-lg-50,
.px-lg-50 {
	padding-left: 5rem !important;
}

.p-lg-55 {
	padding: 5.5rem !important;
}

.pt-lg-55,
.py-lg-55 {
	padding-top: 5.5rem !important;
}

.pr-lg-55,
.px-lg-55 {
	padding-right: 5.5rem !important;
}

.pb-lg-55,
.py-lg-55 {
	padding-bottom: 5.5rem !important;
}

.pl-lg-55,
.px-lg-55 {
	padding-left: 5.5rem !important;
}

.p-lg-60 {
	padding: 6rem !important;
}

.pt-lg-60,
.py-lg-60 {
	padding-top: 6rem !important;
}

.pr-lg-60,
.px-lg-60 {
	padding-right: 6rem !important;
}

.pb-lg-60,
.py-lg-60 {
	padding-bottom: 6rem !important;
}

.pl-lg-60,
.px-lg-60 {
	padding-left: 6rem !important;
}

.p-lg-65 {
	padding: 6.5rem !important;
}

.pt-lg-65,
.py-lg-65 {
	padding-top: 6.5rem !important;
}

.pr-lg-65,
.px-lg-65 {
	padding-right: 6.5rem !important;
}

.pb-lg-65,
.py-lg-65 {
	padding-bottom: 6.5rem !important;
}

.pl-lg-65,
.px-lg-65 {
	padding-left: 6.5rem !important;
}

.p-lg-70 {
	padding: 7rem !important;
}

.pt-lg-70,
.py-lg-70 {
	padding-top: 7rem !important;
}

.pr-lg-70,
.px-lg-70 {
	padding-right: 7rem !important;
}

.pb-lg-70,
.py-lg-70 {
	padding-bottom: 7rem !important;
}

.pl-lg-70,
.px-lg-70 {
	padding-left: 7rem !important;
}

.p-lg-75 {
	padding: 7.5rem !important;
}

.pt-lg-75,
.py-lg-75 {
	padding-top: 7.5rem !important;
}

.pr-lg-75,
.px-lg-75 {
	padding-right: 7.5rem !important;
}

.pb-lg-75,
.py-lg-75 {
	padding-bottom: 7.5rem !important;
}

.pl-lg-75,
.px-lg-75 {
	padding-left: 7.5rem !important;
}

.p-lg-80 {
	padding: 8rem !important;
}

.pt-lg-80,
.py-lg-80 {
	padding-top: 8rem !important;
}

.pr-lg-80,
.px-lg-80 {
	padding-right: 8rem !important;
}

.pb-lg-80,
.py-lg-80 {
	padding-bottom: 8rem !important;
}

.pl-lg-80,
.px-lg-80 {
	padding-left: 8rem !important;
}

.p-lg-85 {
	padding: 8.5rem !important;
}

.pt-lg-85,
.py-lg-85 {
	padding-top: 8.5rem !important;
}

.pr-lg-85,
.px-lg-85 {
	padding-right: 8.5rem !important;
}

.pb-lg-85,
.py-lg-85 {
	padding-bottom: 8.5rem !important;
}

.pl-lg-85,
.px-lg-85 {
	padding-left: 8.5rem !important;
}

.p-lg-90 {
	padding: 9rem !important;
}

.pt-lg-90,
.py-lg-90 {
	padding-top: 9rem !important;
}

.pr-lg-90,
.px-lg-90 {
	padding-right: 9rem !important;
}

.pb-lg-90,
.py-lg-90 {
	padding-bottom: 9rem !important;
}

.pl-lg-90,
.px-lg-90 {
	padding-left: 9rem !important;
}

.p-lg-95 {
	padding: 9.5rem !important;
}

.pt-lg-95,
.py-lg-95 {
	padding-top: 9.5rem !important;
}

.pr-lg-95,
.px-lg-95 {
	padding-right: 9.5rem !important;
}

.pb-lg-95,
.py-lg-95 {
	padding-bottom: 9.5rem !important;
}

.pl-lg-95,
.px-lg-95 {
	padding-left: 9.5rem !important;
}

.p-lg-100 {
	padding: 10rem !important;
}

.pt-lg-100,
.py-lg-100 {
	padding-top: 10rem !important;
}

.pr-lg-100,
.px-lg-100 {
	padding-right: 10rem !important;
}

.pb-lg-100,
.py-lg-100 {
	padding-bottom: 10rem !important;
}

.pl-lg-100,
.px-lg-100 {
	padding-left: 10rem !important;
}

.m-lg-n1 {
	margin: -0.1rem !important;
}

.mt-lg-n1,
.my-lg-n1 {
	margin-top: -0.1rem !important;
}

.mr-lg-n1,
.mx-lg-n1 {
	margin-right: -0.1rem !important;
}

.mb-lg-n1,
.my-lg-n1 {
	margin-bottom: -0.1rem !important;
}

.ml-lg-n1,
.mx-lg-n1 {
	margin-left: -0.1rem !important;
}

.m-lg-n2 {
	margin: -0.2rem !important;
}

.mt-lg-n2,
.my-lg-n2 {
	margin-top: -0.2rem !important;
}

.mr-lg-n2,
.mx-lg-n2 {
	margin-right: -0.2rem !important;
}

.mb-lg-n2,
.my-lg-n2 {
	margin-bottom: -0.2rem !important;
}

.ml-lg-n2,
.mx-lg-n2 {
	margin-left: -0.2rem !important;
}

.m-lg-n5 {
	margin: -0.5rem !important;
}

.mt-lg-n5,
.my-lg-n5 {
	margin-top: -0.5rem !important;
}

.mr-lg-n5,
.mx-lg-n5 {
	margin-right: -0.5rem !important;
}

.mb-lg-n5,
.my-lg-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-lg-n5,
.mx-lg-n5 {
	margin-left: -0.5rem !important;
}

.m-lg-n10 {
	margin: -1rem !important;
}

.mt-lg-n10,
.my-lg-n10 {
	margin-top: -1rem !important;
}

.mr-lg-n10,
.mx-lg-n10 {
	margin-right: -1rem !important;
}

.mb-lg-n10,
.my-lg-n10 {
	margin-bottom: -1rem !important;
}

.ml-lg-n10,
.mx-lg-n10 {
	margin-left: -1rem !important;
}

.m-lg-n15 {
	margin: -1.5rem !important;
}

.mt-lg-n15,
.my-lg-n15 {
	margin-top: -1.5rem !important;
}

.mr-lg-n15,
.mx-lg-n15 {
	margin-right: -1.5rem !important;
}

.mb-lg-n15,
.my-lg-n15 {
	margin-bottom: -1.5rem !important;
}

.ml-lg-n15,
.mx-lg-n15 {
	margin-left: -1.5rem !important;
}

.m-lg-n20 {
	margin: -2rem !important;
}

.mt-lg-n20,
.my-lg-n20 {
	margin-top: -2rem !important;
}

.mr-lg-n20,
.mx-lg-n20 {
	margin-right: -2rem !important;
}

.mb-lg-n20,
.my-lg-n20 {
	margin-bottom: -2rem !important;
}

.ml-lg-n20,
.mx-lg-n20 {
	margin-left: -2rem !important;
}

.m-lg-n24 {
	margin: -2.4rem !important;
}

.mt-lg-n24,
.my-lg-n24 {
	margin-top: -2.4rem !important;
}

.mr-lg-n24,
.mx-lg-n24 {
	margin-right: -2.4rem !important;
}

.mb-lg-n24,
.my-lg-n24 {
	margin-bottom: -2.4rem !important;
}

.ml-lg-n24,
.mx-lg-n24 {
	margin-left: -2.4rem !important;
}

.m-lg-n25 {
	margin: -2.5rem !important;
}

.mt-lg-n25,
.my-lg-n25 {
	margin-top: -2.5rem !important;
}

.mr-lg-n25,
.mx-lg-n25 {
	margin-right: -2.5rem !important;
}

.mb-lg-n25,
.my-lg-n25 {
	margin-bottom: -2.5rem !important;
}

.ml-lg-n25,
.mx-lg-n25 {
	margin-left: -2.5rem !important;
}

.m-lg-n30 {
	margin: -3rem !important;
}

.mt-lg-n30,
.my-lg-n30 {
	margin-top: -3rem !important;
}

.mr-lg-n30,
.mx-lg-n30 {
	margin-right: -3rem !important;
}

.mb-lg-n30,
.my-lg-n30 {
	margin-bottom: -3rem !important;
}

.ml-lg-n30,
.mx-lg-n30 {
	margin-left: -3rem !important;
}

.m-lg-n34 {
	margin: -3.4rem !important;
}

.mt-lg-n34,
.my-lg-n34 {
	margin-top: -3.4rem !important;
}

.mr-lg-n34,
.mx-lg-n34 {
	margin-right: -3.4rem !important;
}

.mb-lg-n34,
.my-lg-n34 {
	margin-bottom: -3.4rem !important;
}

.ml-lg-n34,
.mx-lg-n34 {
	margin-left: -3.4rem !important;
}

.m-lg-n35 {
	margin: -3.5rem !important;
}

.mt-lg-n35,
.my-lg-n35 {
	margin-top: -3.5rem !important;
}

.mr-lg-n35,
.mx-lg-n35 {
	margin-right: -3.5rem !important;
}

.mb-lg-n35,
.my-lg-n35 {
	margin-bottom: -3.5rem !important;
}

.ml-lg-n35,
.mx-lg-n35 {
	margin-left: -3.5rem !important;
}

.m-lg-n40 {
	margin: -4rem !important;
}

.mt-lg-n40,
.my-lg-n40 {
	margin-top: -4rem !important;
}

.mr-lg-n40,
.mx-lg-n40 {
	margin-right: -4rem !important;
}

.mb-lg-n40,
.my-lg-n40 {
	margin-bottom: -4rem !important;
}

.ml-lg-n40,
.mx-lg-n40 {
	margin-left: -4rem !important;
}

.m-lg-n42 {
	margin: -4.2rem !important;
}

.mt-lg-n42,
.my-lg-n42 {
	margin-top: -4.2rem !important;
}

.mr-lg-n42,
.mx-lg-n42 {
	margin-right: -4.2rem !important;
}

.mb-lg-n42,
.my-lg-n42 {
	margin-bottom: -4.2rem !important;
}

.ml-lg-n42,
.mx-lg-n42 {
	margin-left: -4.2rem !important;
}

.m-lg-n45 {
	margin: -4.5rem !important;
}

.mt-lg-n45,
.my-lg-n45 {
	margin-top: -4.5rem !important;
}

.mr-lg-n45,
.mx-lg-n45 {
	margin-right: -4.5rem !important;
}

.mb-lg-n45,
.my-lg-n45 {
	margin-bottom: -4.5rem !important;
}

.ml-lg-n45,
.mx-lg-n45 {
	margin-left: -4.5rem !important;
}

.m-lg-n50 {
	margin: -5rem !important;
}

.mt-lg-n50,
.my-lg-n50 {
	margin-top: -5rem !important;
}

.mr-lg-n50,
.mx-lg-n50 {
	margin-right: -5rem !important;
}

.mb-lg-n50,
.my-lg-n50 {
	margin-bottom: -5rem !important;
}

.ml-lg-n50,
.mx-lg-n50 {
	margin-left: -5rem !important;
}

.m-lg-n55 {
	margin: -5.5rem !important;
}

.mt-lg-n55,
.my-lg-n55 {
	margin-top: -5.5rem !important;
}

.mr-lg-n55,
.mx-lg-n55 {
	margin-right: -5.5rem !important;
}

.mb-lg-n55,
.my-lg-n55 {
	margin-bottom: -5.5rem !important;
}

.ml-lg-n55,
.mx-lg-n55 {
	margin-left: -5.5rem !important;
}

.m-lg-n60 {
	margin: -6rem !important;
}

.mt-lg-n60,
.my-lg-n60 {
	margin-top: -6rem !important;
}

.mr-lg-n60,
.mx-lg-n60 {
	margin-right: -6rem !important;
}

.mb-lg-n60,
.my-lg-n60 {
	margin-bottom: -6rem !important;
}

.ml-lg-n60,
.mx-lg-n60 {
	margin-left: -6rem !important;
}

.m-lg-n65 {
	margin: -6.5rem !important;
}

.mt-lg-n65,
.my-lg-n65 {
	margin-top: -6.5rem !important;
}

.mr-lg-n65,
.mx-lg-n65 {
	margin-right: -6.5rem !important;
}

.mb-lg-n65,
.my-lg-n65 {
	margin-bottom: -6.5rem !important;
}

.ml-lg-n65,
.mx-lg-n65 {
	margin-left: -6.5rem !important;
}

.m-lg-n70 {
	margin: -7rem !important;
}

.mt-lg-n70,
.my-lg-n70 {
	margin-top: -7rem !important;
}

.mr-lg-n70,
.mx-lg-n70 {
	margin-right: -7rem !important;
}

.mb-lg-n70,
.my-lg-n70 {
	margin-bottom: -7rem !important;
}

.ml-lg-n70,
.mx-lg-n70 {
	margin-left: -7rem !important;
}

.m-lg-n75 {
	margin: -7.5rem !important;
}

.mt-lg-n75,
.my-lg-n75 {
	margin-top: -7.5rem !important;
}

.mr-lg-n75,
.mx-lg-n75 {
	margin-right: -7.5rem !important;
}

.mb-lg-n75,
.my-lg-n75 {
	margin-bottom: -7.5rem !important;
}

.ml-lg-n75,
.mx-lg-n75 {
	margin-left: -7.5rem !important;
}

.m-lg-n80 {
	margin: -8rem !important;
}

.mt-lg-n80,
.my-lg-n80 {
	margin-top: -8rem !important;
}

.mr-lg-n80,
.mx-lg-n80 {
	margin-right: -8rem !important;
}

.mb-lg-n80,
.my-lg-n80 {
	margin-bottom: -8rem !important;
}

.ml-lg-n80,
.mx-lg-n80 {
	margin-left: -8rem !important;
}

.m-lg-n85 {
	margin: -8.5rem !important;
}

.mt-lg-n85,
.my-lg-n85 {
	margin-top: -8.5rem !important;
}

.mr-lg-n85,
.mx-lg-n85 {
	margin-right: -8.5rem !important;
}

.mb-lg-n85,
.my-lg-n85 {
	margin-bottom: -8.5rem !important;
}

.ml-lg-n85,
.mx-lg-n85 {
	margin-left: -8.5rem !important;
}

.m-lg-n90 {
	margin: -9rem !important;
}

.mt-lg-n90,
.my-lg-n90 {
	margin-top: -9rem !important;
}

.mr-lg-n90,
.mx-lg-n90 {
	margin-right: -9rem !important;
}

.mb-lg-n90,
.my-lg-n90 {
	margin-bottom: -9rem !important;
}

.ml-lg-n90,
.mx-lg-n90 {
	margin-left: -9rem !important;
}

.m-lg-n95 {
	margin: -9.5rem !important;
}

.mt-lg-n95,
.my-lg-n95 {
	margin-top: -9.5rem !important;
}

.mr-lg-n95,
.mx-lg-n95 {
	margin-right: -9.5rem !important;
}

.mb-lg-n95,
.my-lg-n95 {
	margin-bottom: -9.5rem !important;
}

.ml-lg-n95,
.mx-lg-n95 {
	margin-left: -9.5rem !important;
}

.m-lg-n100 {
	margin: -10rem !important;
}

.mt-lg-n100,
.my-lg-n100 {
	margin-top: -10rem !important;
}

.mr-lg-n100,
.mx-lg-n100 {
	margin-right: -10rem !important;
}

.mb-lg-n100,
.my-lg-n100 {
	margin-bottom: -10rem !important;
}

.ml-lg-n100,
.mx-lg-n100 {
	margin-left: -10rem !important;
}

.m-lg-auto {
	margin: auto !important;
}

.mt-lg-auto,
.my-lg-auto {
	margin-top: auto !important;
}

.mr-lg-auto,
.mx-lg-auto {
	margin-right: auto !important;
}

.mb-lg-auto,
.my-lg-auto {
	margin-bottom: auto !important;
}

.ml-lg-auto,
.mx-lg-auto {
	margin-left: auto !important;
}

}

@media (min-width: 1025px) {

.d-tb-none {
	display: none !important;
}

.d-tb-block {
	display: block !important;
}

.d-tb-flex {
	display: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-tb-auto {
	flex: 0 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-tb-auto {
	align-self: auto !important;
}

.align-self-tb-start {
	align-self: flex-start !important;
}

.align-self-tb-end {
	align-self: flex-end !important;
}

.align-self-tb-center {
	align-self: center !important;
}

.align-self-tb-baseline {
	align-self: baseline !important;
}

.align-self-tb-stretch {
	align-self: stretch !important;
}

.text-tb-left {
	text-align: left !important;
}

.text-tb-right {
	text-align: right !important;
}

.text-tb-center {
	text-align: center !important;
}

.m-tb-0 {
	margin: 0 !important;
}

.mt-tb-0,
.my-tb-0 {
	margin-top: 0 !important;
}

.mr-tb-0,
.mx-tb-0 {
	margin-right: 0 !important;
}

.mb-tb-0,
.my-tb-0 {
	margin-bottom: 0 !important;
}

.ml-tb-0,
.mx-tb-0 {
	margin-left: 0 !important;
}

.m-tb-1 {
	margin: .1rem !important;
}

.mt-tb-1,
.my-tb-1 {
	margin-top: .1rem !important;
}

.mr-tb-1,
.mx-tb-1 {
	margin-right: .1rem !important;
}

.mb-tb-1,
.my-tb-1 {
	margin-bottom: .1rem !important;
}

.ml-tb-1,
.mx-tb-1 {
	margin-left: .1rem !important;
}

.m-tb-2 {
	margin: .2rem !important;
}

.mt-tb-2,
.my-tb-2 {
	margin-top: .2rem !important;
}

.mr-tb-2,
.mx-tb-2 {
	margin-right: .2rem !important;
}

.mb-tb-2,
.my-tb-2 {
	margin-bottom: .2rem !important;
}

.ml-tb-2,
.mx-tb-2 {
	margin-left: .2rem !important;
}

.m-tb-5 {
	margin: .5rem !important;
}

.mt-tb-5,
.my-tb-5 {
	margin-top: .5rem !important;
}

.mr-tb-5,
.mx-tb-5 {
	margin-right: .5rem !important;
}

.mb-tb-5,
.my-tb-5 {
	margin-bottom: .5rem !important;
}

.ml-tb-5,
.mx-tb-5 {
	margin-left: .5rem !important;
}

.m-tb-10 {
	margin: 1rem !important;
}

.mt-tb-10,
.my-tb-10 {
	margin-top: 1rem !important;
}

.mr-tb-10,
.mx-tb-10 {
	margin-right: 1rem !important;
}

.mb-tb-10,
.my-tb-10 {
	margin-bottom: 1rem !important;
}

.ml-tb-10,
.mx-tb-10 {
	margin-left: 1rem !important;
}

.m-tb-15 {
	margin: 1.5rem !important;
}

.mt-tb-15,
.my-tb-15 {
	margin-top: 1.5rem !important;
}

.mr-tb-15,
.mx-tb-15 {
	margin-right: 1.5rem !important;
}

.mb-tb-15,
.my-tb-15 {
	margin-bottom: 1.5rem !important;
}

.ml-tb-15,
.mx-tb-15 {
	margin-left: 1.5rem !important;
}

.m-tb-20 {
	margin: 2rem !important;
}

.mt-tb-20,
.my-tb-20 {
	margin-top: 2rem !important;
}

.mr-tb-20,
.mx-tb-20 {
	margin-right: 2rem !important;
}

.mb-tb-20,
.my-tb-20 {
	margin-bottom: 2rem !important;
}

.ml-tb-20,
.mx-tb-20 {
	margin-left: 2rem !important;
}

.m-tb-24 {
	margin: 2.4rem !important;
}

.mt-tb-24,
.my-tb-24 {
	margin-top: 2.4rem !important;
}

.mr-tb-24,
.mx-tb-24 {
	margin-right: 2.4rem !important;
}

.mb-tb-24,
.my-tb-24 {
	margin-bottom: 2.4rem !important;
}

.ml-tb-24,
.mx-tb-24 {
	margin-left: 2.4rem !important;
}

.m-tb-25 {
	margin: 2.5rem !important;
}

.mt-tb-25,
.my-tb-25 {
	margin-top: 2.5rem !important;
}

.mr-tb-25,
.mx-tb-25 {
	margin-right: 2.5rem !important;
}

.mb-tb-25,
.my-tb-25 {
	margin-bottom: 2.5rem !important;
}

.ml-tb-25,
.mx-tb-25 {
	margin-left: 2.5rem !important;
}

.m-tb-30 {
	margin: 3rem !important;
}

.mt-tb-30,
.my-tb-30 {
	margin-top: 3rem !important;
}

.mr-tb-30,
.mx-tb-30 {
	margin-right: 3rem !important;
}

.mb-tb-30,
.my-tb-30 {
	margin-bottom: 3rem !important;
}

.ml-tb-30,
.mx-tb-30 {
	margin-left: 3rem !important;
}

.m-tb-34 {
	margin: 3.4rem !important;
}

.mt-tb-34,
.my-tb-34 {
	margin-top: 3.4rem !important;
}

.mr-tb-34,
.mx-tb-34 {
	margin-right: 3.4rem !important;
}

.mb-tb-34,
.my-tb-34 {
	margin-bottom: 3.4rem !important;
}

.ml-tb-34,
.mx-tb-34 {
	margin-left: 3.4rem !important;
}

.m-tb-35 {
	margin: 3.5rem !important;
}

.mt-tb-35,
.my-tb-35 {
	margin-top: 3.5rem !important;
}

.mr-tb-35,
.mx-tb-35 {
	margin-right: 3.5rem !important;
}

.mb-tb-35,
.my-tb-35 {
	margin-bottom: 3.5rem !important;
}

.ml-tb-35,
.mx-tb-35 {
	margin-left: 3.5rem !important;
}

.m-tb-40 {
	margin: 4rem !important;
}

.mt-tb-40,
.my-tb-40 {
	margin-top: 4rem !important;
}

.mr-tb-40,
.mx-tb-40 {
	margin-right: 4rem !important;
}

.mb-tb-40,
.my-tb-40 {
	margin-bottom: 4rem !important;
}

.ml-tb-40,
.mx-tb-40 {
	margin-left: 4rem !important;
}

.m-tb-42 {
	margin: 4.2rem !important;
}

.mt-tb-42,
.my-tb-42 {
	margin-top: 4.2rem !important;
}

.mr-tb-42,
.mx-tb-42 {
	margin-right: 4.2rem !important;
}

.mb-tb-42,
.my-tb-42 {
	margin-bottom: 4.2rem !important;
}

.ml-tb-42,
.mx-tb-42 {
	margin-left: 4.2rem !important;
}

.m-tb-45 {
	margin: 4.5rem !important;
}

.mt-tb-45,
.my-tb-45 {
	margin-top: 4.5rem !important;
}

.mr-tb-45,
.mx-tb-45 {
	margin-right: 4.5rem !important;
}

.mb-tb-45,
.my-tb-45 {
	margin-bottom: 4.5rem !important;
}

.ml-tb-45,
.mx-tb-45 {
	margin-left: 4.5rem !important;
}

.m-tb-50 {
	margin: 5rem !important;
}

.mt-tb-50,
.my-tb-50 {
	margin-top: 5rem !important;
}

.mr-tb-50,
.mx-tb-50 {
	margin-right: 5rem !important;
}

.mb-tb-50,
.my-tb-50 {
	margin-bottom: 5rem !important;
}

.ml-tb-50,
.mx-tb-50 {
	margin-left: 5rem !important;
}

.m-tb-55 {
	margin: 5.5rem !important;
}

.mt-tb-55,
.my-tb-55 {
	margin-top: 5.5rem !important;
}

.mr-tb-55,
.mx-tb-55 {
	margin-right: 5.5rem !important;
}

.mb-tb-55,
.my-tb-55 {
	margin-bottom: 5.5rem !important;
}

.ml-tb-55,
.mx-tb-55 {
	margin-left: 5.5rem !important;
}

.m-tb-60 {
	margin: 6rem !important;
}

.mt-tb-60,
.my-tb-60 {
	margin-top: 6rem !important;
}

.mr-tb-60,
.mx-tb-60 {
	margin-right: 6rem !important;
}

.mb-tb-60,
.my-tb-60 {
	margin-bottom: 6rem !important;
}

.ml-tb-60,
.mx-tb-60 {
	margin-left: 6rem !important;
}

.m-tb-65 {
	margin: 6.5rem !important;
}

.mt-tb-65,
.my-tb-65 {
	margin-top: 6.5rem !important;
}

.mr-tb-65,
.mx-tb-65 {
	margin-right: 6.5rem !important;
}

.mb-tb-65,
.my-tb-65 {
	margin-bottom: 6.5rem !important;
}

.ml-tb-65,
.mx-tb-65 {
	margin-left: 6.5rem !important;
}

.m-tb-70 {
	margin: 7rem !important;
}

.mt-tb-70,
.my-tb-70 {
	margin-top: 7rem !important;
}

.mr-tb-70,
.mx-tb-70 {
	margin-right: 7rem !important;
}

.mb-tb-70,
.my-tb-70 {
	margin-bottom: 7rem !important;
}

.ml-tb-70,
.mx-tb-70 {
	margin-left: 7rem !important;
}

.m-tb-75 {
	margin: 7.5rem !important;
}

.mt-tb-75,
.my-tb-75 {
	margin-top: 7.5rem !important;
}

.mr-tb-75,
.mx-tb-75 {
	margin-right: 7.5rem !important;
}

.mb-tb-75,
.my-tb-75 {
	margin-bottom: 7.5rem !important;
}

.ml-tb-75,
.mx-tb-75 {
	margin-left: 7.5rem !important;
}

.m-tb-80 {
	margin: 8rem !important;
}

.mt-tb-80,
.my-tb-80 {
	margin-top: 8rem !important;
}

.mr-tb-80,
.mx-tb-80 {
	margin-right: 8rem !important;
}

.mb-tb-80,
.my-tb-80 {
	margin-bottom: 8rem !important;
}

.ml-tb-80,
.mx-tb-80 {
	margin-left: 8rem !important;
}

.m-tb-85 {
	margin: 8.5rem !important;
}

.mt-tb-85,
.my-tb-85 {
	margin-top: 8.5rem !important;
}

.mr-tb-85,
.mx-tb-85 {
	margin-right: 8.5rem !important;
}

.mb-tb-85,
.my-tb-85 {
	margin-bottom: 8.5rem !important;
}

.ml-tb-85,
.mx-tb-85 {
	margin-left: 8.5rem !important;
}

.m-tb-90 {
	margin: 9rem !important;
}

.mt-tb-90,
.my-tb-90 {
	margin-top: 9rem !important;
}

.mr-tb-90,
.mx-tb-90 {
	margin-right: 9rem !important;
}

.mb-tb-90,
.my-tb-90 {
	margin-bottom: 9rem !important;
}

.ml-tb-90,
.mx-tb-90 {
	margin-left: 9rem !important;
}

.m-tb-95 {
	margin: 9.5rem !important;
}

.mt-tb-95,
.my-tb-95 {
	margin-top: 9.5rem !important;
}

.mr-tb-95,
.mx-tb-95 {
	margin-right: 9.5rem !important;
}

.mb-tb-95,
.my-tb-95 {
	margin-bottom: 9.5rem !important;
}

.ml-tb-95,
.mx-tb-95 {
	margin-left: 9.5rem !important;
}

.m-tb-100 {
	margin: 10rem !important;
}

.mt-tb-100,
.my-tb-100 {
	margin-top: 10rem !important;
}

.mr-tb-100,
.mx-tb-100 {
	margin-right: 10rem !important;
}

.mb-tb-100,
.my-tb-100 {
	margin-bottom: 10rem !important;
}

.ml-tb-100,
.mx-tb-100 {
	margin-left: 10rem !important;
}

.p-tb-0 {
	padding: 0 !important;
}

.pt-tb-0,
.py-tb-0 {
	padding-top: 0 !important;
}

.pr-tb-0,
.px-tb-0 {
	padding-right: 0 !important;
}

.pb-tb-0,
.py-tb-0 {
	padding-bottom: 0 !important;
}

.pl-tb-0,
.px-tb-0 {
	padding-left: 0 !important;
}

.p-tb-1 {
	padding: .1rem !important;
}

.pt-tb-1,
.py-tb-1 {
	padding-top: .1rem !important;
}

.pr-tb-1,
.px-tb-1 {
	padding-right: .1rem !important;
}

.pb-tb-1,
.py-tb-1 {
	padding-bottom: .1rem !important;
}

.pl-tb-1,
.px-tb-1 {
	padding-left: .1rem !important;
}

.p-tb-2 {
	padding: .2rem !important;
}

.pt-tb-2,
.py-tb-2 {
	padding-top: .2rem !important;
}

.pr-tb-2,
.px-tb-2 {
	padding-right: .2rem !important;
}

.pb-tb-2,
.py-tb-2 {
	padding-bottom: .2rem !important;
}

.pl-tb-2,
.px-tb-2 {
	padding-left: .2rem !important;
}

.p-tb-5 {
	padding: .5rem !important;
}

.pt-tb-5,
.py-tb-5 {
	padding-top: .5rem !important;
}

.pr-tb-5,
.px-tb-5 {
	padding-right: .5rem !important;
}

.pb-tb-5,
.py-tb-5 {
	padding-bottom: .5rem !important;
}

.pl-tb-5,
.px-tb-5 {
	padding-left: .5rem !important;
}

.p-tb-10 {
	padding: 1rem !important;
}

.pt-tb-10,
.py-tb-10 {
	padding-top: 1rem !important;
}

.pr-tb-10,
.px-tb-10 {
	padding-right: 1rem !important;
}

.pb-tb-10,
.py-tb-10 {
	padding-bottom: 1rem !important;
}

.pl-tb-10,
.px-tb-10 {
	padding-left: 1rem !important;
}

.p-tb-15 {
	padding: 1.5rem !important;
}

.pt-tb-15,
.py-tb-15 {
	padding-top: 1.5rem !important;
}

.pr-tb-15,
.px-tb-15 {
	padding-right: 1.5rem !important;
}

.pb-tb-15,
.py-tb-15 {
	padding-bottom: 1.5rem !important;
}

.pl-tb-15,
.px-tb-15 {
	padding-left: 1.5rem !important;
}

.p-tb-20 {
	padding: 2rem !important;
}

.pt-tb-20,
.py-tb-20 {
	padding-top: 2rem !important;
}

.pr-tb-20,
.px-tb-20 {
	padding-right: 2rem !important;
}

.pb-tb-20,
.py-tb-20 {
	padding-bottom: 2rem !important;
}

.pl-tb-20,
.px-tb-20 {
	padding-left: 2rem !important;
}

.p-tb-24 {
	padding: 2.4rem !important;
}

.pt-tb-24,
.py-tb-24 {
	padding-top: 2.4rem !important;
}

.pr-tb-24,
.px-tb-24 {
	padding-right: 2.4rem !important;
}

.pb-tb-24,
.py-tb-24 {
	padding-bottom: 2.4rem !important;
}

.pl-tb-24,
.px-tb-24 {
	padding-left: 2.4rem !important;
}

.p-tb-25 {
	padding: 2.5rem !important;
}

.pt-tb-25,
.py-tb-25 {
	padding-top: 2.5rem !important;
}

.pr-tb-25,
.px-tb-25 {
	padding-right: 2.5rem !important;
}

.pb-tb-25,
.py-tb-25 {
	padding-bottom: 2.5rem !important;
}

.pl-tb-25,
.px-tb-25 {
	padding-left: 2.5rem !important;
}

.p-tb-30 {
	padding: 3rem !important;
}

.pt-tb-30,
.py-tb-30 {
	padding-top: 3rem !important;
}

.pr-tb-30,
.px-tb-30 {
	padding-right: 3rem !important;
}

.pb-tb-30,
.py-tb-30 {
	padding-bottom: 3rem !important;
}

.pl-tb-30,
.px-tb-30 {
	padding-left: 3rem !important;
}

.p-tb-34 {
	padding: 3.4rem !important;
}

.pt-tb-34,
.py-tb-34 {
	padding-top: 3.4rem !important;
}

.pr-tb-34,
.px-tb-34 {
	padding-right: 3.4rem !important;
}

.pb-tb-34,
.py-tb-34 {
	padding-bottom: 3.4rem !important;
}

.pl-tb-34,
.px-tb-34 {
	padding-left: 3.4rem !important;
}

.p-tb-35 {
	padding: 3.5rem !important;
}

.pt-tb-35,
.py-tb-35 {
	padding-top: 3.5rem !important;
}

.pr-tb-35,
.px-tb-35 {
	padding-right: 3.5rem !important;
}

.pb-tb-35,
.py-tb-35 {
	padding-bottom: 3.5rem !important;
}

.pl-tb-35,
.px-tb-35 {
	padding-left: 3.5rem !important;
}

.p-tb-40 {
	padding: 4rem !important;
}

.pt-tb-40,
.py-tb-40 {
	padding-top: 4rem !important;
}

.pr-tb-40,
.px-tb-40 {
	padding-right: 4rem !important;
}

.pb-tb-40,
.py-tb-40 {
	padding-bottom: 4rem !important;
}

.pl-tb-40,
.px-tb-40 {
	padding-left: 4rem !important;
}

.p-tb-42 {
	padding: 4.2rem !important;
}

.pt-tb-42,
.py-tb-42 {
	padding-top: 4.2rem !important;
}

.pr-tb-42,
.px-tb-42 {
	padding-right: 4.2rem !important;
}

.pb-tb-42,
.py-tb-42 {
	padding-bottom: 4.2rem !important;
}

.pl-tb-42,
.px-tb-42 {
	padding-left: 4.2rem !important;
}

.p-tb-45 {
	padding: 4.5rem !important;
}

.pt-tb-45,
.py-tb-45 {
	padding-top: 4.5rem !important;
}

.pr-tb-45,
.px-tb-45 {
	padding-right: 4.5rem !important;
}

.pb-tb-45,
.py-tb-45 {
	padding-bottom: 4.5rem !important;
}

.pl-tb-45,
.px-tb-45 {
	padding-left: 4.5rem !important;
}

.p-tb-50 {
	padding: 5rem !important;
}

.pt-tb-50,
.py-tb-50 {
	padding-top: 5rem !important;
}

.pr-tb-50,
.px-tb-50 {
	padding-right: 5rem !important;
}

.pb-tb-50,
.py-tb-50 {
	padding-bottom: 5rem !important;
}

.pl-tb-50,
.px-tb-50 {
	padding-left: 5rem !important;
}

.p-tb-55 {
	padding: 5.5rem !important;
}

.pt-tb-55,
.py-tb-55 {
	padding-top: 5.5rem !important;
}

.pr-tb-55,
.px-tb-55 {
	padding-right: 5.5rem !important;
}

.pb-tb-55,
.py-tb-55 {
	padding-bottom: 5.5rem !important;
}

.pl-tb-55,
.px-tb-55 {
	padding-left: 5.5rem !important;
}

.p-tb-60 {
	padding: 6rem !important;
}

.pt-tb-60,
.py-tb-60 {
	padding-top: 6rem !important;
}

.pr-tb-60,
.px-tb-60 {
	padding-right: 6rem !important;
}

.pb-tb-60,
.py-tb-60 {
	padding-bottom: 6rem !important;
}

.pl-tb-60,
.px-tb-60 {
	padding-left: 6rem !important;
}

.p-tb-65 {
	padding: 6.5rem !important;
}

.pt-tb-65,
.py-tb-65 {
	padding-top: 6.5rem !important;
}

.pr-tb-65,
.px-tb-65 {
	padding-right: 6.5rem !important;
}

.pb-tb-65,
.py-tb-65 {
	padding-bottom: 6.5rem !important;
}

.pl-tb-65,
.px-tb-65 {
	padding-left: 6.5rem !important;
}

.p-tb-70 {
	padding: 7rem !important;
}

.pt-tb-70,
.py-tb-70 {
	padding-top: 7rem !important;
}

.pr-tb-70,
.px-tb-70 {
	padding-right: 7rem !important;
}

.pb-tb-70,
.py-tb-70 {
	padding-bottom: 7rem !important;
}

.pl-tb-70,
.px-tb-70 {
	padding-left: 7rem !important;
}

.p-tb-75 {
	padding: 7.5rem !important;
}

.pt-tb-75,
.py-tb-75 {
	padding-top: 7.5rem !important;
}

.pr-tb-75,
.px-tb-75 {
	padding-right: 7.5rem !important;
}

.pb-tb-75,
.py-tb-75 {
	padding-bottom: 7.5rem !important;
}

.pl-tb-75,
.px-tb-75 {
	padding-left: 7.5rem !important;
}

.p-tb-80 {
	padding: 8rem !important;
}

.pt-tb-80,
.py-tb-80 {
	padding-top: 8rem !important;
}

.pr-tb-80,
.px-tb-80 {
	padding-right: 8rem !important;
}

.pb-tb-80,
.py-tb-80 {
	padding-bottom: 8rem !important;
}

.pl-tb-80,
.px-tb-80 {
	padding-left: 8rem !important;
}

.p-tb-85 {
	padding: 8.5rem !important;
}

.pt-tb-85,
.py-tb-85 {
	padding-top: 8.5rem !important;
}

.pr-tb-85,
.px-tb-85 {
	padding-right: 8.5rem !important;
}

.pb-tb-85,
.py-tb-85 {
	padding-bottom: 8.5rem !important;
}

.pl-tb-85,
.px-tb-85 {
	padding-left: 8.5rem !important;
}

.p-tb-90 {
	padding: 9rem !important;
}

.pt-tb-90,
.py-tb-90 {
	padding-top: 9rem !important;
}

.pr-tb-90,
.px-tb-90 {
	padding-right: 9rem !important;
}

.pb-tb-90,
.py-tb-90 {
	padding-bottom: 9rem !important;
}

.pl-tb-90,
.px-tb-90 {
	padding-left: 9rem !important;
}

.p-tb-95 {
	padding: 9.5rem !important;
}

.pt-tb-95,
.py-tb-95 {
	padding-top: 9.5rem !important;
}

.pr-tb-95,
.px-tb-95 {
	padding-right: 9.5rem !important;
}

.pb-tb-95,
.py-tb-95 {
	padding-bottom: 9.5rem !important;
}

.pl-tb-95,
.px-tb-95 {
	padding-left: 9.5rem !important;
}

.p-tb-100 {
	padding: 10rem !important;
}

.pt-tb-100,
.py-tb-100 {
	padding-top: 10rem !important;
}

.pr-tb-100,
.px-tb-100 {
	padding-right: 10rem !important;
}

.pb-tb-100,
.py-tb-100 {
	padding-bottom: 10rem !important;
}

.pl-tb-100,
.px-tb-100 {
	padding-left: 10rem !important;
}

.m-tb-n1 {
	margin: -0.1rem !important;
}

.mt-tb-n1,
.my-tb-n1 {
	margin-top: -0.1rem !important;
}

.mr-tb-n1,
.mx-tb-n1 {
	margin-right: -0.1rem !important;
}

.mb-tb-n1,
.my-tb-n1 {
	margin-bottom: -0.1rem !important;
}

.ml-tb-n1,
.mx-tb-n1 {
	margin-left: -0.1rem !important;
}

.m-tb-n2 {
	margin: -0.2rem !important;
}

.mt-tb-n2,
.my-tb-n2 {
	margin-top: -0.2rem !important;
}

.mr-tb-n2,
.mx-tb-n2 {
	margin-right: -0.2rem !important;
}

.mb-tb-n2,
.my-tb-n2 {
	margin-bottom: -0.2rem !important;
}

.ml-tb-n2,
.mx-tb-n2 {
	margin-left: -0.2rem !important;
}

.m-tb-n5 {
	margin: -0.5rem !important;
}

.mt-tb-n5,
.my-tb-n5 {
	margin-top: -0.5rem !important;
}

.mr-tb-n5,
.mx-tb-n5 {
	margin-right: -0.5rem !important;
}

.mb-tb-n5,
.my-tb-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-tb-n5,
.mx-tb-n5 {
	margin-left: -0.5rem !important;
}

.m-tb-n10 {
	margin: -1rem !important;
}

.mt-tb-n10,
.my-tb-n10 {
	margin-top: -1rem !important;
}

.mr-tb-n10,
.mx-tb-n10 {
	margin-right: -1rem !important;
}

.mb-tb-n10,
.my-tb-n10 {
	margin-bottom: -1rem !important;
}

.ml-tb-n10,
.mx-tb-n10 {
	margin-left: -1rem !important;
}

.m-tb-n15 {
	margin: -1.5rem !important;
}

.mt-tb-n15,
.my-tb-n15 {
	margin-top: -1.5rem !important;
}

.mr-tb-n15,
.mx-tb-n15 {
	margin-right: -1.5rem !important;
}

.mb-tb-n15,
.my-tb-n15 {
	margin-bottom: -1.5rem !important;
}

.ml-tb-n15,
.mx-tb-n15 {
	margin-left: -1.5rem !important;
}

.m-tb-n20 {
	margin: -2rem !important;
}

.mt-tb-n20,
.my-tb-n20 {
	margin-top: -2rem !important;
}

.mr-tb-n20,
.mx-tb-n20 {
	margin-right: -2rem !important;
}

.mb-tb-n20,
.my-tb-n20 {
	margin-bottom: -2rem !important;
}

.ml-tb-n20,
.mx-tb-n20 {
	margin-left: -2rem !important;
}

.m-tb-n24 {
	margin: -2.4rem !important;
}

.mt-tb-n24,
.my-tb-n24 {
	margin-top: -2.4rem !important;
}

.mr-tb-n24,
.mx-tb-n24 {
	margin-right: -2.4rem !important;
}

.mb-tb-n24,
.my-tb-n24 {
	margin-bottom: -2.4rem !important;
}

.ml-tb-n24,
.mx-tb-n24 {
	margin-left: -2.4rem !important;
}

.m-tb-n25 {
	margin: -2.5rem !important;
}

.mt-tb-n25,
.my-tb-n25 {
	margin-top: -2.5rem !important;
}

.mr-tb-n25,
.mx-tb-n25 {
	margin-right: -2.5rem !important;
}

.mb-tb-n25,
.my-tb-n25 {
	margin-bottom: -2.5rem !important;
}

.ml-tb-n25,
.mx-tb-n25 {
	margin-left: -2.5rem !important;
}

.m-tb-n30 {
	margin: -3rem !important;
}

.mt-tb-n30,
.my-tb-n30 {
	margin-top: -3rem !important;
}

.mr-tb-n30,
.mx-tb-n30 {
	margin-right: -3rem !important;
}

.mb-tb-n30,
.my-tb-n30 {
	margin-bottom: -3rem !important;
}

.ml-tb-n30,
.mx-tb-n30 {
	margin-left: -3rem !important;
}

.m-tb-n34 {
	margin: -3.4rem !important;
}

.mt-tb-n34,
.my-tb-n34 {
	margin-top: -3.4rem !important;
}

.mr-tb-n34,
.mx-tb-n34 {
	margin-right: -3.4rem !important;
}

.mb-tb-n34,
.my-tb-n34 {
	margin-bottom: -3.4rem !important;
}

.ml-tb-n34,
.mx-tb-n34 {
	margin-left: -3.4rem !important;
}

.m-tb-n35 {
	margin: -3.5rem !important;
}

.mt-tb-n35,
.my-tb-n35 {
	margin-top: -3.5rem !important;
}

.mr-tb-n35,
.mx-tb-n35 {
	margin-right: -3.5rem !important;
}

.mb-tb-n35,
.my-tb-n35 {
	margin-bottom: -3.5rem !important;
}

.ml-tb-n35,
.mx-tb-n35 {
	margin-left: -3.5rem !important;
}

.m-tb-n40 {
	margin: -4rem !important;
}

.mt-tb-n40,
.my-tb-n40 {
	margin-top: -4rem !important;
}

.mr-tb-n40,
.mx-tb-n40 {
	margin-right: -4rem !important;
}

.mb-tb-n40,
.my-tb-n40 {
	margin-bottom: -4rem !important;
}

.ml-tb-n40,
.mx-tb-n40 {
	margin-left: -4rem !important;
}

.m-tb-n42 {
	margin: -4.2rem !important;
}

.mt-tb-n42,
.my-tb-n42 {
	margin-top: -4.2rem !important;
}

.mr-tb-n42,
.mx-tb-n42 {
	margin-right: -4.2rem !important;
}

.mb-tb-n42,
.my-tb-n42 {
	margin-bottom: -4.2rem !important;
}

.ml-tb-n42,
.mx-tb-n42 {
	margin-left: -4.2rem !important;
}

.m-tb-n45 {
	margin: -4.5rem !important;
}

.mt-tb-n45,
.my-tb-n45 {
	margin-top: -4.5rem !important;
}

.mr-tb-n45,
.mx-tb-n45 {
	margin-right: -4.5rem !important;
}

.mb-tb-n45,
.my-tb-n45 {
	margin-bottom: -4.5rem !important;
}

.ml-tb-n45,
.mx-tb-n45 {
	margin-left: -4.5rem !important;
}

.m-tb-n50 {
	margin: -5rem !important;
}

.mt-tb-n50,
.my-tb-n50 {
	margin-top: -5rem !important;
}

.mr-tb-n50,
.mx-tb-n50 {
	margin-right: -5rem !important;
}

.mb-tb-n50,
.my-tb-n50 {
	margin-bottom: -5rem !important;
}

.ml-tb-n50,
.mx-tb-n50 {
	margin-left: -5rem !important;
}

.m-tb-n55 {
	margin: -5.5rem !important;
}

.mt-tb-n55,
.my-tb-n55 {
	margin-top: -5.5rem !important;
}

.mr-tb-n55,
.mx-tb-n55 {
	margin-right: -5.5rem !important;
}

.mb-tb-n55,
.my-tb-n55 {
	margin-bottom: -5.5rem !important;
}

.ml-tb-n55,
.mx-tb-n55 {
	margin-left: -5.5rem !important;
}

.m-tb-n60 {
	margin: -6rem !important;
}

.mt-tb-n60,
.my-tb-n60 {
	margin-top: -6rem !important;
}

.mr-tb-n60,
.mx-tb-n60 {
	margin-right: -6rem !important;
}

.mb-tb-n60,
.my-tb-n60 {
	margin-bottom: -6rem !important;
}

.ml-tb-n60,
.mx-tb-n60 {
	margin-left: -6rem !important;
}

.m-tb-n65 {
	margin: -6.5rem !important;
}

.mt-tb-n65,
.my-tb-n65 {
	margin-top: -6.5rem !important;
}

.mr-tb-n65,
.mx-tb-n65 {
	margin-right: -6.5rem !important;
}

.mb-tb-n65,
.my-tb-n65 {
	margin-bottom: -6.5rem !important;
}

.ml-tb-n65,
.mx-tb-n65 {
	margin-left: -6.5rem !important;
}

.m-tb-n70 {
	margin: -7rem !important;
}

.mt-tb-n70,
.my-tb-n70 {
	margin-top: -7rem !important;
}

.mr-tb-n70,
.mx-tb-n70 {
	margin-right: -7rem !important;
}

.mb-tb-n70,
.my-tb-n70 {
	margin-bottom: -7rem !important;
}

.ml-tb-n70,
.mx-tb-n70 {
	margin-left: -7rem !important;
}

.m-tb-n75 {
	margin: -7.5rem !important;
}

.mt-tb-n75,
.my-tb-n75 {
	margin-top: -7.5rem !important;
}

.mr-tb-n75,
.mx-tb-n75 {
	margin-right: -7.5rem !important;
}

.mb-tb-n75,
.my-tb-n75 {
	margin-bottom: -7.5rem !important;
}

.ml-tb-n75,
.mx-tb-n75 {
	margin-left: -7.5rem !important;
}

.m-tb-n80 {
	margin: -8rem !important;
}

.mt-tb-n80,
.my-tb-n80 {
	margin-top: -8rem !important;
}

.mr-tb-n80,
.mx-tb-n80 {
	margin-right: -8rem !important;
}

.mb-tb-n80,
.my-tb-n80 {
	margin-bottom: -8rem !important;
}

.ml-tb-n80,
.mx-tb-n80 {
	margin-left: -8rem !important;
}

.m-tb-n85 {
	margin: -8.5rem !important;
}

.mt-tb-n85,
.my-tb-n85 {
	margin-top: -8.5rem !important;
}

.mr-tb-n85,
.mx-tb-n85 {
	margin-right: -8.5rem !important;
}

.mb-tb-n85,
.my-tb-n85 {
	margin-bottom: -8.5rem !important;
}

.ml-tb-n85,
.mx-tb-n85 {
	margin-left: -8.5rem !important;
}

.m-tb-n90 {
	margin: -9rem !important;
}

.mt-tb-n90,
.my-tb-n90 {
	margin-top: -9rem !important;
}

.mr-tb-n90,
.mx-tb-n90 {
	margin-right: -9rem !important;
}

.mb-tb-n90,
.my-tb-n90 {
	margin-bottom: -9rem !important;
}

.ml-tb-n90,
.mx-tb-n90 {
	margin-left: -9rem !important;
}

.m-tb-n95 {
	margin: -9.5rem !important;
}

.mt-tb-n95,
.my-tb-n95 {
	margin-top: -9.5rem !important;
}

.mr-tb-n95,
.mx-tb-n95 {
	margin-right: -9.5rem !important;
}

.mb-tb-n95,
.my-tb-n95 {
	margin-bottom: -9.5rem !important;
}

.ml-tb-n95,
.mx-tb-n95 {
	margin-left: -9.5rem !important;
}

.m-tb-n100 {
	margin: -10rem !important;
}

.mt-tb-n100,
.my-tb-n100 {
	margin-top: -10rem !important;
}

.mr-tb-n100,
.mx-tb-n100 {
	margin-right: -10rem !important;
}

.mb-tb-n100,
.my-tb-n100 {
	margin-bottom: -10rem !important;
}

.ml-tb-n100,
.mx-tb-n100 {
	margin-left: -10rem !important;
}

.m-tb-auto {
	margin: auto !important;
}

.mt-tb-auto,
.my-tb-auto {
	margin-top: auto !important;
}

.mr-tb-auto,
.mx-tb-auto {
	margin-right: auto !important;
}

.mb-tb-auto,
.my-tb-auto {
	margin-bottom: auto !important;
}

.ml-tb-auto,
.mx-tb-auto {
	margin-left: auto !important;
}

}

@media (min-width: 1400px) {

.d-xl-none {
	display: none !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-flex {
	display: flex !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-wrap {
	flex-wrap: wrap !important;
}

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

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

.flex-xl-fill {
	flex: 1 1 auto !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-auto {
	flex: 0 auto !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;
}

.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;
}

.text-xl-left {
	text-align: left !important;
}

.text-xl-right {
	text-align: right !important;
}

.text-xl-center {
	text-align: center !important;
}

.global-navi__wrap {
	padding-left: 64.7px;
}

.menu-link {
	font-size: 20px;
}

.box-menu {
	padding-left: 60px;
}

.header-other .p-other-nav a {
	font-size: 13px;
}

.header-other .p-other-nav a .icon-cart {
	width: 32px;
	margin-right: 19px;
}

.header-other .p-other-nav a .icon-phone {
	width: 21px;
	margin-right: 13px;
}

.header-other .p-other-nav a:last-child {
	max-width: 78px;
}

.list-menu {
	margin-bottom: 120px;
}

.list-menu__item:not(:last-child) {
	margin-bottom: 20px;
}

.list-menu a::before {
	top: calc(50% - 6px);
	width: 13px;
	height: 13px;
	left: -31px;
}

.list-menu a {
	font-size: 18px;
}

.m-xl-0 {
	margin: 0 !important;
}

.mt-xl-0,
.my-xl-0 {
	margin-top: 0 !important;
}

.mr-xl-0,
.mx-xl-0 {
	margin-right: 0 !important;
}

.mb-xl-0,
.my-xl-0 {
	margin-bottom: 0 !important;
}

.ml-xl-0,
.mx-xl-0 {
	margin-left: 0 !important;
}

.m-xl-1 {
	margin: .1rem !important;
}

.mt-xl-1,
.my-xl-1 {
	margin-top: .1rem !important;
}

.mr-xl-1,
.mx-xl-1 {
	margin-right: .1rem !important;
}

.mb-xl-1,
.my-xl-1 {
	margin-bottom: .1rem !important;
}

.ml-xl-1,
.mx-xl-1 {
	margin-left: .1rem !important;
}

.m-xl-2 {
	margin: .2rem !important;
}

.mt-xl-2,
.my-xl-2 {
	margin-top: .2rem !important;
}

.mr-xl-2,
.mx-xl-2 {
	margin-right: .2rem !important;
}

.mb-xl-2,
.my-xl-2 {
	margin-bottom: .2rem !important;
}

.ml-xl-2,
.mx-xl-2 {
	margin-left: .2rem !important;
}

.m-xl-5 {
	margin: .5rem !important;
}

.mt-xl-5,
.my-xl-5 {
	margin-top: .5rem !important;
}

.mr-xl-5,
.mx-xl-5 {
	margin-right: .5rem !important;
}

.mb-xl-5,
.my-xl-5 {
	margin-bottom: .5rem !important;
}

.ml-xl-5,
.mx-xl-5 {
	margin-left: .5rem !important;
}

.m-xl-10 {
	margin: 1rem !important;
}

.mt-xl-10,
.my-xl-10 {
	margin-top: 1rem !important;
}

.mr-xl-10,
.mx-xl-10 {
	margin-right: 1rem !important;
}

.mb-xl-10,
.my-xl-10 {
	margin-bottom: 1rem !important;
}

.ml-xl-10,
.mx-xl-10 {
	margin-left: 1rem !important;
}

.m-xl-15 {
	margin: 1.5rem !important;
}

.mt-xl-15,
.my-xl-15 {
	margin-top: 1.5rem !important;
}

.mr-xl-15,
.mx-xl-15 {
	margin-right: 1.5rem !important;
}

.mb-xl-15,
.my-xl-15 {
	margin-bottom: 1.5rem !important;
}

.ml-xl-15,
.mx-xl-15 {
	margin-left: 1.5rem !important;
}

.m-xl-20 {
	margin: 2rem !important;
}

.mt-xl-20,
.my-xl-20 {
	margin-top: 2rem !important;
}

.mr-xl-20,
.mx-xl-20 {
	margin-right: 2rem !important;
}

.mb-xl-20,
.my-xl-20 {
	margin-bottom: 2rem !important;
}

.ml-xl-20,
.mx-xl-20 {
	margin-left: 2rem !important;
}

.m-xl-24 {
	margin: 2.4rem !important;
}

.mt-xl-24,
.my-xl-24 {
	margin-top: 2.4rem !important;
}

.mr-xl-24,
.mx-xl-24 {
	margin-right: 2.4rem !important;
}

.mb-xl-24,
.my-xl-24 {
	margin-bottom: 2.4rem !important;
}

.ml-xl-24,
.mx-xl-24 {
	margin-left: 2.4rem !important;
}

.m-xl-25 {
	margin: 2.5rem !important;
}

.mt-xl-25,
.my-xl-25 {
	margin-top: 2.5rem !important;
}

.mr-xl-25,
.mx-xl-25 {
	margin-right: 2.5rem !important;
}

.mb-xl-25,
.my-xl-25 {
	margin-bottom: 2.5rem !important;
}

.ml-xl-25,
.mx-xl-25 {
	margin-left: 2.5rem !important;
}

.m-xl-30 {
	margin: 3rem !important;
}

.mt-xl-30,
.my-xl-30 {
	margin-top: 3rem !important;
}

.mr-xl-30,
.mx-xl-30 {
	margin-right: 3rem !important;
}

.mb-xl-30,
.my-xl-30 {
	margin-bottom: 3rem !important;
}

.ml-xl-30,
.mx-xl-30 {
	margin-left: 3rem !important;
}

.m-xl-34 {
	margin: 3.4rem !important;
}

.mt-xl-34,
.my-xl-34 {
	margin-top: 3.4rem !important;
}

.mr-xl-34,
.mx-xl-34 {
	margin-right: 3.4rem !important;
}

.mb-xl-34,
.my-xl-34 {
	margin-bottom: 3.4rem !important;
}

.ml-xl-34,
.mx-xl-34 {
	margin-left: 3.4rem !important;
}

.m-xl-35 {
	margin: 3.5rem !important;
}

.mt-xl-35,
.my-xl-35 {
	margin-top: 3.5rem !important;
}

.mr-xl-35,
.mx-xl-35 {
	margin-right: 3.5rem !important;
}

.mb-xl-35,
.my-xl-35 {
	margin-bottom: 3.5rem !important;
}

.ml-xl-35,
.mx-xl-35 {
	margin-left: 3.5rem !important;
}

.m-xl-40 {
	margin: 4rem !important;
}

.mt-xl-40,
.my-xl-40 {
	margin-top: 4rem !important;
}

.mr-xl-40,
.mx-xl-40 {
	margin-right: 4rem !important;
}

.mb-xl-40,
.my-xl-40 {
	margin-bottom: 4rem !important;
}

.ml-xl-40,
.mx-xl-40 {
	margin-left: 4rem !important;
}

.m-xl-42 {
	margin: 4.2rem !important;
}

.mt-xl-42,
.my-xl-42 {
	margin-top: 4.2rem !important;
}

.mr-xl-42,
.mx-xl-42 {
	margin-right: 4.2rem !important;
}

.mb-xl-42,
.my-xl-42 {
	margin-bottom: 4.2rem !important;
}

.ml-xl-42,
.mx-xl-42 {
	margin-left: 4.2rem !important;
}

.m-xl-45 {
	margin: 4.5rem !important;
}

.mt-xl-45,
.my-xl-45 {
	margin-top: 4.5rem !important;
}

.mr-xl-45,
.mx-xl-45 {
	margin-right: 4.5rem !important;
}

.mb-xl-45,
.my-xl-45 {
	margin-bottom: 4.5rem !important;
}

.ml-xl-45,
.mx-xl-45 {
	margin-left: 4.5rem !important;
}

.m-xl-50 {
	margin: 5rem !important;
}

.mt-xl-50,
.my-xl-50 {
	margin-top: 5rem !important;
}

.mr-xl-50,
.mx-xl-50 {
	margin-right: 5rem !important;
}

.mb-xl-50,
.my-xl-50 {
	margin-bottom: 5rem !important;
}

.ml-xl-50,
.mx-xl-50 {
	margin-left: 5rem !important;
}

.m-xl-55 {
	margin: 5.5rem !important;
}

.mt-xl-55,
.my-xl-55 {
	margin-top: 5.5rem !important;
}

.mr-xl-55,
.mx-xl-55 {
	margin-right: 5.5rem !important;
}

.mb-xl-55,
.my-xl-55 {
	margin-bottom: 5.5rem !important;
}

.ml-xl-55,
.mx-xl-55 {
	margin-left: 5.5rem !important;
}

.m-xl-60 {
	margin: 6rem !important;
}

.mt-xl-60,
.my-xl-60 {
	margin-top: 6rem !important;
}

.mr-xl-60,
.mx-xl-60 {
	margin-right: 6rem !important;
}

.mb-xl-60,
.my-xl-60 {
	margin-bottom: 6rem !important;
}

.ml-xl-60,
.mx-xl-60 {
	margin-left: 6rem !important;
}

.m-xl-65 {
	margin: 6.5rem !important;
}

.mt-xl-65,
.my-xl-65 {
	margin-top: 6.5rem !important;
}

.mr-xl-65,
.mx-xl-65 {
	margin-right: 6.5rem !important;
}

.mb-xl-65,
.my-xl-65 {
	margin-bottom: 6.5rem !important;
}

.ml-xl-65,
.mx-xl-65 {
	margin-left: 6.5rem !important;
}

.m-xl-70 {
	margin: 7rem !important;
}

.mt-xl-70,
.my-xl-70 {
	margin-top: 7rem !important;
}

.mr-xl-70,
.mx-xl-70 {
	margin-right: 7rem !important;
}

.mb-xl-70,
.my-xl-70 {
	margin-bottom: 7rem !important;
}

.ml-xl-70,
.mx-xl-70 {
	margin-left: 7rem !important;
}

.m-xl-75 {
	margin: 7.5rem !important;
}

.mt-xl-75,
.my-xl-75 {
	margin-top: 7.5rem !important;
}

.mr-xl-75,
.mx-xl-75 {
	margin-right: 7.5rem !important;
}

.mb-xl-75,
.my-xl-75 {
	margin-bottom: 7.5rem !important;
}

.ml-xl-75,
.mx-xl-75 {
	margin-left: 7.5rem !important;
}

.m-xl-80 {
	margin: 8rem !important;
}

.mt-xl-80,
.my-xl-80 {
	margin-top: 8rem !important;
}

.mr-xl-80,
.mx-xl-80 {
	margin-right: 8rem !important;
}

.mb-xl-80,
.my-xl-80 {
	margin-bottom: 8rem !important;
}

.ml-xl-80,
.mx-xl-80 {
	margin-left: 8rem !important;
}

.m-xl-85 {
	margin: 8.5rem !important;
}

.mt-xl-85,
.my-xl-85 {
	margin-top: 8.5rem !important;
}

.mr-xl-85,
.mx-xl-85 {
	margin-right: 8.5rem !important;
}

.mb-xl-85,
.my-xl-85 {
	margin-bottom: 8.5rem !important;
}

.ml-xl-85,
.mx-xl-85 {
	margin-left: 8.5rem !important;
}

.m-xl-90 {
	margin: 9rem !important;
}

.mt-xl-90,
.my-xl-90 {
	margin-top: 9rem !important;
}

.mr-xl-90,
.mx-xl-90 {
	margin-right: 9rem !important;
}

.mb-xl-90,
.my-xl-90 {
	margin-bottom: 9rem !important;
}

.ml-xl-90,
.mx-xl-90 {
	margin-left: 9rem !important;
}

.m-xl-95 {
	margin: 9.5rem !important;
}

.mt-xl-95,
.my-xl-95 {
	margin-top: 9.5rem !important;
}

.mr-xl-95,
.mx-xl-95 {
	margin-right: 9.5rem !important;
}

.mb-xl-95,
.my-xl-95 {
	margin-bottom: 9.5rem !important;
}

.ml-xl-95,
.mx-xl-95 {
	margin-left: 9.5rem !important;
}

.m-xl-100 {
	margin: 10rem !important;
}

.mt-xl-100,
.my-xl-100 {
	margin-top: 10rem !important;
}

.mr-xl-100,
.mx-xl-100 {
	margin-right: 10rem !important;
}

.mb-xl-100,
.my-xl-100 {
	margin-bottom: 10rem !important;
}

.ml-xl-100,
.mx-xl-100 {
	margin-left: 10rem !important;
}

.p-xl-0 {
	padding: 0 !important;
}

.pt-xl-0,
.py-xl-0 {
	padding-top: 0 !important;
}

.pr-xl-0,
.px-xl-0 {
	padding-right: 0 !important;
}

.pb-xl-0,
.py-xl-0 {
	padding-bottom: 0 !important;
}

.pl-xl-0,
.px-xl-0 {
	padding-left: 0 !important;
}

.p-xl-1 {
	padding: .1rem !important;
}

.pt-xl-1,
.py-xl-1 {
	padding-top: .1rem !important;
}

.pr-xl-1,
.px-xl-1 {
	padding-right: .1rem !important;
}

.pb-xl-1,
.py-xl-1 {
	padding-bottom: .1rem !important;
}

.pl-xl-1,
.px-xl-1 {
	padding-left: .1rem !important;
}

.p-xl-2 {
	padding: .2rem !important;
}

.pt-xl-2,
.py-xl-2 {
	padding-top: .2rem !important;
}

.pr-xl-2,
.px-xl-2 {
	padding-right: .2rem !important;
}

.pb-xl-2,
.py-xl-2 {
	padding-bottom: .2rem !important;
}

.pl-xl-2,
.px-xl-2 {
	padding-left: .2rem !important;
}

.p-xl-5 {
	padding: .5rem !important;
}

.pt-xl-5,
.py-xl-5 {
	padding-top: .5rem !important;
}

.pr-xl-5,
.px-xl-5 {
	padding-right: .5rem !important;
}

.pb-xl-5,
.py-xl-5 {
	padding-bottom: .5rem !important;
}

.pl-xl-5,
.px-xl-5 {
	padding-left: .5rem !important;
}

.p-xl-10 {
	padding: 1rem !important;
}

.pt-xl-10,
.py-xl-10 {
	padding-top: 1rem !important;
}

.pr-xl-10,
.px-xl-10 {
	padding-right: 1rem !important;
}

.pb-xl-10,
.py-xl-10 {
	padding-bottom: 1rem !important;
}

.pl-xl-10,
.px-xl-10 {
	padding-left: 1rem !important;
}

.p-xl-15 {
	padding: 1.5rem !important;
}

.pt-xl-15,
.py-xl-15 {
	padding-top: 1.5rem !important;
}

.pr-xl-15,
.px-xl-15 {
	padding-right: 1.5rem !important;
}

.pb-xl-15,
.py-xl-15 {
	padding-bottom: 1.5rem !important;
}

.pl-xl-15,
.px-xl-15 {
	padding-left: 1.5rem !important;
}

.p-xl-20 {
	padding: 2rem !important;
}

.pt-xl-20,
.py-xl-20 {
	padding-top: 2rem !important;
}

.pr-xl-20,
.px-xl-20 {
	padding-right: 2rem !important;
}

.pb-xl-20,
.py-xl-20 {
	padding-bottom: 2rem !important;
}

.pl-xl-20,
.px-xl-20 {
	padding-left: 2rem !important;
}

.p-xl-24 {
	padding: 2.4rem !important;
}

.pt-xl-24,
.py-xl-24 {
	padding-top: 2.4rem !important;
}

.pr-xl-24,
.px-xl-24 {
	padding-right: 2.4rem !important;
}

.pb-xl-24,
.py-xl-24 {
	padding-bottom: 2.4rem !important;
}

.pl-xl-24,
.px-xl-24 {
	padding-left: 2.4rem !important;
}

.p-xl-25 {
	padding: 2.5rem !important;
}

.pt-xl-25,
.py-xl-25 {
	padding-top: 2.5rem !important;
}

.pr-xl-25,
.px-xl-25 {
	padding-right: 2.5rem !important;
}

.pb-xl-25,
.py-xl-25 {
	padding-bottom: 2.5rem !important;
}

.pl-xl-25,
.px-xl-25 {
	padding-left: 2.5rem !important;
}

.p-xl-30 {
	padding: 3rem !important;
}

.pt-xl-30,
.py-xl-30 {
	padding-top: 3rem !important;
}

.pr-xl-30,
.px-xl-30 {
	padding-right: 3rem !important;
}

.pb-xl-30,
.py-xl-30 {
	padding-bottom: 3rem !important;
}

.pl-xl-30,
.px-xl-30 {
	padding-left: 3rem !important;
}

.p-xl-34 {
	padding: 3.4rem !important;
}

.pt-xl-34,
.py-xl-34 {
	padding-top: 3.4rem !important;
}

.pr-xl-34,
.px-xl-34 {
	padding-right: 3.4rem !important;
}

.pb-xl-34,
.py-xl-34 {
	padding-bottom: 3.4rem !important;
}

.pl-xl-34,
.px-xl-34 {
	padding-left: 3.4rem !important;
}

.p-xl-35 {
	padding: 3.5rem !important;
}

.pt-xl-35,
.py-xl-35 {
	padding-top: 3.5rem !important;
}

.pr-xl-35,
.px-xl-35 {
	padding-right: 3.5rem !important;
}

.pb-xl-35,
.py-xl-35 {
	padding-bottom: 3.5rem !important;
}

.pl-xl-35,
.px-xl-35 {
	padding-left: 3.5rem !important;
}

.p-xl-40 {
	padding: 4rem !important;
}

.pt-xl-40,
.py-xl-40 {
	padding-top: 4rem !important;
}

.pr-xl-40,
.px-xl-40 {
	padding-right: 4rem !important;
}

.pb-xl-40,
.py-xl-40 {
	padding-bottom: 4rem !important;
}

.pl-xl-40,
.px-xl-40 {
	padding-left: 4rem !important;
}

.p-xl-42 {
	padding: 4.2rem !important;
}

.pt-xl-42,
.py-xl-42 {
	padding-top: 4.2rem !important;
}

.pr-xl-42,
.px-xl-42 {
	padding-right: 4.2rem !important;
}

.pb-xl-42,
.py-xl-42 {
	padding-bottom: 4.2rem !important;
}

.pl-xl-42,
.px-xl-42 {
	padding-left: 4.2rem !important;
}

.p-xl-45 {
	padding: 4.5rem !important;
}

.pt-xl-45,
.py-xl-45 {
	padding-top: 4.5rem !important;
}

.pr-xl-45,
.px-xl-45 {
	padding-right: 4.5rem !important;
}

.pb-xl-45,
.py-xl-45 {
	padding-bottom: 4.5rem !important;
}

.pl-xl-45,
.px-xl-45 {
	padding-left: 4.5rem !important;
}

.p-xl-50 {
	padding: 5rem !important;
}

.pt-xl-50,
.py-xl-50 {
	padding-top: 5rem !important;
}

.pr-xl-50,
.px-xl-50 {
	padding-right: 5rem !important;
}

.pb-xl-50,
.py-xl-50 {
	padding-bottom: 5rem !important;
}

.pl-xl-50,
.px-xl-50 {
	padding-left: 5rem !important;
}

.p-xl-55 {
	padding: 5.5rem !important;
}

.pt-xl-55,
.py-xl-55 {
	padding-top: 5.5rem !important;
}

.pr-xl-55,
.px-xl-55 {
	padding-right: 5.5rem !important;
}

.pb-xl-55,
.py-xl-55 {
	padding-bottom: 5.5rem !important;
}

.pl-xl-55,
.px-xl-55 {
	padding-left: 5.5rem !important;
}

.p-xl-60 {
	padding: 6rem !important;
}

.pt-xl-60,
.py-xl-60 {
	padding-top: 6rem !important;
}

.pr-xl-60,
.px-xl-60 {
	padding-right: 6rem !important;
}

.pb-xl-60,
.py-xl-60 {
	padding-bottom: 6rem !important;
}

.pl-xl-60,
.px-xl-60 {
	padding-left: 6rem !important;
}

.p-xl-65 {
	padding: 6.5rem !important;
}

.pt-xl-65,
.py-xl-65 {
	padding-top: 6.5rem !important;
}

.pr-xl-65,
.px-xl-65 {
	padding-right: 6.5rem !important;
}

.pb-xl-65,
.py-xl-65 {
	padding-bottom: 6.5rem !important;
}

.pl-xl-65,
.px-xl-65 {
	padding-left: 6.5rem !important;
}

.p-xl-70 {
	padding: 7rem !important;
}

.pt-xl-70,
.py-xl-70 {
	padding-top: 7rem !important;
}

.pr-xl-70,
.px-xl-70 {
	padding-right: 7rem !important;
}

.pb-xl-70,
.py-xl-70 {
	padding-bottom: 7rem !important;
}

.pl-xl-70,
.px-xl-70 {
	padding-left: 7rem !important;
}

.p-xl-75 {
	padding: 7.5rem !important;
}

.pt-xl-75,
.py-xl-75 {
	padding-top: 7.5rem !important;
}

.pr-xl-75,
.px-xl-75 {
	padding-right: 7.5rem !important;
}

.pb-xl-75,
.py-xl-75 {
	padding-bottom: 7.5rem !important;
}

.pl-xl-75,
.px-xl-75 {
	padding-left: 7.5rem !important;
}

.p-xl-80 {
	padding: 8rem !important;
}

.pt-xl-80,
.py-xl-80 {
	padding-top: 8rem !important;
}

.pr-xl-80,
.px-xl-80 {
	padding-right: 8rem !important;
}

.pb-xl-80,
.py-xl-80 {
	padding-bottom: 8rem !important;
}

.pl-xl-80,
.px-xl-80 {
	padding-left: 8rem !important;
}

.p-xl-85 {
	padding: 8.5rem !important;
}

.pt-xl-85,
.py-xl-85 {
	padding-top: 8.5rem !important;
}

.pr-xl-85,
.px-xl-85 {
	padding-right: 8.5rem !important;
}

.pb-xl-85,
.py-xl-85 {
	padding-bottom: 8.5rem !important;
}

.pl-xl-85,
.px-xl-85 {
	padding-left: 8.5rem !important;
}

.p-xl-90 {
	padding: 9rem !important;
}

.pt-xl-90,
.py-xl-90 {
	padding-top: 9rem !important;
}

.pr-xl-90,
.px-xl-90 {
	padding-right: 9rem !important;
}

.pb-xl-90,
.py-xl-90 {
	padding-bottom: 9rem !important;
}

.pl-xl-90,
.px-xl-90 {
	padding-left: 9rem !important;
}

.p-xl-95 {
	padding: 9.5rem !important;
}

.pt-xl-95,
.py-xl-95 {
	padding-top: 9.5rem !important;
}

.pr-xl-95,
.px-xl-95 {
	padding-right: 9.5rem !important;
}

.pb-xl-95,
.py-xl-95 {
	padding-bottom: 9.5rem !important;
}

.pl-xl-95,
.px-xl-95 {
	padding-left: 9.5rem !important;
}

.p-xl-100 {
	padding: 10rem !important;
}

.pt-xl-100,
.py-xl-100 {
	padding-top: 10rem !important;
}

.pr-xl-100,
.px-xl-100 {
	padding-right: 10rem !important;
}

.pb-xl-100,
.py-xl-100 {
	padding-bottom: 10rem !important;
}

.pl-xl-100,
.px-xl-100 {
	padding-left: 10rem !important;
}

.m-xl-n1 {
	margin: -0.1rem !important;
}

.mt-xl-n1,
.my-xl-n1 {
	margin-top: -0.1rem !important;
}

.mr-xl-n1,
.mx-xl-n1 {
	margin-right: -0.1rem !important;
}

.mb-xl-n1,
.my-xl-n1 {
	margin-bottom: -0.1rem !important;
}

.ml-xl-n1,
.mx-xl-n1 {
	margin-left: -0.1rem !important;
}

.m-xl-n2 {
	margin: -0.2rem !important;
}

.mt-xl-n2,
.my-xl-n2 {
	margin-top: -0.2rem !important;
}

.mr-xl-n2,
.mx-xl-n2 {
	margin-right: -0.2rem !important;
}

.mb-xl-n2,
.my-xl-n2 {
	margin-bottom: -0.2rem !important;
}

.ml-xl-n2,
.mx-xl-n2 {
	margin-left: -0.2rem !important;
}

.m-xl-n5 {
	margin: -0.5rem !important;
}

.mt-xl-n5,
.my-xl-n5 {
	margin-top: -0.5rem !important;
}

.mr-xl-n5,
.mx-xl-n5 {
	margin-right: -0.5rem !important;
}

.mb-xl-n5,
.my-xl-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-xl-n5,
.mx-xl-n5 {
	margin-left: -0.5rem !important;
}

.m-xl-n10 {
	margin: -1rem !important;
}

.mt-xl-n10,
.my-xl-n10 {
	margin-top: -1rem !important;
}

.mr-xl-n10,
.mx-xl-n10 {
	margin-right: -1rem !important;
}

.mb-xl-n10,
.my-xl-n10 {
	margin-bottom: -1rem !important;
}

.ml-xl-n10,
.mx-xl-n10 {
	margin-left: -1rem !important;
}

.m-xl-n15 {
	margin: -1.5rem !important;
}

.mt-xl-n15,
.my-xl-n15 {
	margin-top: -1.5rem !important;
}

.mr-xl-n15,
.mx-xl-n15 {
	margin-right: -1.5rem !important;
}

.mb-xl-n15,
.my-xl-n15 {
	margin-bottom: -1.5rem !important;
}

.ml-xl-n15,
.mx-xl-n15 {
	margin-left: -1.5rem !important;
}

.m-xl-n20 {
	margin: -2rem !important;
}

.mt-xl-n20,
.my-xl-n20 {
	margin-top: -2rem !important;
}

.mr-xl-n20,
.mx-xl-n20 {
	margin-right: -2rem !important;
}

.mb-xl-n20,
.my-xl-n20 {
	margin-bottom: -2rem !important;
}

.ml-xl-n20,
.mx-xl-n20 {
	margin-left: -2rem !important;
}

.m-xl-n24 {
	margin: -2.4rem !important;
}

.mt-xl-n24,
.my-xl-n24 {
	margin-top: -2.4rem !important;
}

.mr-xl-n24,
.mx-xl-n24 {
	margin-right: -2.4rem !important;
}

.mb-xl-n24,
.my-xl-n24 {
	margin-bottom: -2.4rem !important;
}

.ml-xl-n24,
.mx-xl-n24 {
	margin-left: -2.4rem !important;
}

.m-xl-n25 {
	margin: -2.5rem !important;
}

.mt-xl-n25,
.my-xl-n25 {
	margin-top: -2.5rem !important;
}

.mr-xl-n25,
.mx-xl-n25 {
	margin-right: -2.5rem !important;
}

.mb-xl-n25,
.my-xl-n25 {
	margin-bottom: -2.5rem !important;
}

.ml-xl-n25,
.mx-xl-n25 {
	margin-left: -2.5rem !important;
}

.m-xl-n30 {
	margin: -3rem !important;
}

.mt-xl-n30,
.my-xl-n30 {
	margin-top: -3rem !important;
}

.mr-xl-n30,
.mx-xl-n30 {
	margin-right: -3rem !important;
}

.mb-xl-n30,
.my-xl-n30 {
	margin-bottom: -3rem !important;
}

.ml-xl-n30,
.mx-xl-n30 {
	margin-left: -3rem !important;
}

.m-xl-n34 {
	margin: -3.4rem !important;
}

.mt-xl-n34,
.my-xl-n34 {
	margin-top: -3.4rem !important;
}

.mr-xl-n34,
.mx-xl-n34 {
	margin-right: -3.4rem !important;
}

.mb-xl-n34,
.my-xl-n34 {
	margin-bottom: -3.4rem !important;
}

.ml-xl-n34,
.mx-xl-n34 {
	margin-left: -3.4rem !important;
}

.m-xl-n35 {
	margin: -3.5rem !important;
}

.mt-xl-n35,
.my-xl-n35 {
	margin-top: -3.5rem !important;
}

.mr-xl-n35,
.mx-xl-n35 {
	margin-right: -3.5rem !important;
}

.mb-xl-n35,
.my-xl-n35 {
	margin-bottom: -3.5rem !important;
}

.ml-xl-n35,
.mx-xl-n35 {
	margin-left: -3.5rem !important;
}

.m-xl-n40 {
	margin: -4rem !important;
}

.mt-xl-n40,
.my-xl-n40 {
	margin-top: -4rem !important;
}

.mr-xl-n40,
.mx-xl-n40 {
	margin-right: -4rem !important;
}

.mb-xl-n40,
.my-xl-n40 {
	margin-bottom: -4rem !important;
}

.ml-xl-n40,
.mx-xl-n40 {
	margin-left: -4rem !important;
}

.m-xl-n42 {
	margin: -4.2rem !important;
}

.mt-xl-n42,
.my-xl-n42 {
	margin-top: -4.2rem !important;
}

.mr-xl-n42,
.mx-xl-n42 {
	margin-right: -4.2rem !important;
}

.mb-xl-n42,
.my-xl-n42 {
	margin-bottom: -4.2rem !important;
}

.ml-xl-n42,
.mx-xl-n42 {
	margin-left: -4.2rem !important;
}

.m-xl-n45 {
	margin: -4.5rem !important;
}

.mt-xl-n45,
.my-xl-n45 {
	margin-top: -4.5rem !important;
}

.mr-xl-n45,
.mx-xl-n45 {
	margin-right: -4.5rem !important;
}

.mb-xl-n45,
.my-xl-n45 {
	margin-bottom: -4.5rem !important;
}

.ml-xl-n45,
.mx-xl-n45 {
	margin-left: -4.5rem !important;
}

.m-xl-n50 {
	margin: -5rem !important;
}

.mt-xl-n50,
.my-xl-n50 {
	margin-top: -5rem !important;
}

.mr-xl-n50,
.mx-xl-n50 {
	margin-right: -5rem !important;
}

.mb-xl-n50,
.my-xl-n50 {
	margin-bottom: -5rem !important;
}

.ml-xl-n50,
.mx-xl-n50 {
	margin-left: -5rem !important;
}

.m-xl-n55 {
	margin: -5.5rem !important;
}

.mt-xl-n55,
.my-xl-n55 {
	margin-top: -5.5rem !important;
}

.mr-xl-n55,
.mx-xl-n55 {
	margin-right: -5.5rem !important;
}

.mb-xl-n55,
.my-xl-n55 {
	margin-bottom: -5.5rem !important;
}

.ml-xl-n55,
.mx-xl-n55 {
	margin-left: -5.5rem !important;
}

.m-xl-n60 {
	margin: -6rem !important;
}

.mt-xl-n60,
.my-xl-n60 {
	margin-top: -6rem !important;
}

.mr-xl-n60,
.mx-xl-n60 {
	margin-right: -6rem !important;
}

.mb-xl-n60,
.my-xl-n60 {
	margin-bottom: -6rem !important;
}

.ml-xl-n60,
.mx-xl-n60 {
	margin-left: -6rem !important;
}

.m-xl-n65 {
	margin: -6.5rem !important;
}

.mt-xl-n65,
.my-xl-n65 {
	margin-top: -6.5rem !important;
}

.mr-xl-n65,
.mx-xl-n65 {
	margin-right: -6.5rem !important;
}

.mb-xl-n65,
.my-xl-n65 {
	margin-bottom: -6.5rem !important;
}

.ml-xl-n65,
.mx-xl-n65 {
	margin-left: -6.5rem !important;
}

.m-xl-n70 {
	margin: -7rem !important;
}

.mt-xl-n70,
.my-xl-n70 {
	margin-top: -7rem !important;
}

.mr-xl-n70,
.mx-xl-n70 {
	margin-right: -7rem !important;
}

.mb-xl-n70,
.my-xl-n70 {
	margin-bottom: -7rem !important;
}

.ml-xl-n70,
.mx-xl-n70 {
	margin-left: -7rem !important;
}

.m-xl-n75 {
	margin: -7.5rem !important;
}

.mt-xl-n75,
.my-xl-n75 {
	margin-top: -7.5rem !important;
}

.mr-xl-n75,
.mx-xl-n75 {
	margin-right: -7.5rem !important;
}

.mb-xl-n75,
.my-xl-n75 {
	margin-bottom: -7.5rem !important;
}

.ml-xl-n75,
.mx-xl-n75 {
	margin-left: -7.5rem !important;
}

.m-xl-n80 {
	margin: -8rem !important;
}

.mt-xl-n80,
.my-xl-n80 {
	margin-top: -8rem !important;
}

.mr-xl-n80,
.mx-xl-n80 {
	margin-right: -8rem !important;
}

.mb-xl-n80,
.my-xl-n80 {
	margin-bottom: -8rem !important;
}

.ml-xl-n80,
.mx-xl-n80 {
	margin-left: -8rem !important;
}

.m-xl-n85 {
	margin: -8.5rem !important;
}

.mt-xl-n85,
.my-xl-n85 {
	margin-top: -8.5rem !important;
}

.mr-xl-n85,
.mx-xl-n85 {
	margin-right: -8.5rem !important;
}

.mb-xl-n85,
.my-xl-n85 {
	margin-bottom: -8.5rem !important;
}

.ml-xl-n85,
.mx-xl-n85 {
	margin-left: -8.5rem !important;
}

.m-xl-n90 {
	margin: -9rem !important;
}

.mt-xl-n90,
.my-xl-n90 {
	margin-top: -9rem !important;
}

.mr-xl-n90,
.mx-xl-n90 {
	margin-right: -9rem !important;
}

.mb-xl-n90,
.my-xl-n90 {
	margin-bottom: -9rem !important;
}

.ml-xl-n90,
.mx-xl-n90 {
	margin-left: -9rem !important;
}

.m-xl-n95 {
	margin: -9.5rem !important;
}

.mt-xl-n95,
.my-xl-n95 {
	margin-top: -9.5rem !important;
}

.mr-xl-n95,
.mx-xl-n95 {
	margin-right: -9.5rem !important;
}

.mb-xl-n95,
.my-xl-n95 {
	margin-bottom: -9.5rem !important;
}

.ml-xl-n95,
.mx-xl-n95 {
	margin-left: -9.5rem !important;
}

.m-xl-n100 {
	margin: -10rem !important;
}

.mt-xl-n100,
.my-xl-n100 {
	margin-top: -10rem !important;
}

.mr-xl-n100,
.mx-xl-n100 {
	margin-right: -10rem !important;
}

.mb-xl-n100,
.my-xl-n100 {
	margin-bottom: -10rem !important;
}

.ml-xl-n100,
.mx-xl-n100 {
	margin-left: -10rem !important;
}

.m-xl-auto {
	margin: auto !important;
}

.mt-xl-auto,
.my-xl-auto {
	margin-top: auto !important;
}

.mr-xl-auto,
.mx-xl-auto {
	margin-right: auto !important;
}

.mb-xl-auto,
.my-xl-auto {
	margin-bottom: auto !important;
}

.ml-xl-auto,
.mx-xl-auto {
	margin-left: auto !important;
}

}

@media (max-width: 991px) {

.p-header {
	border-bottom: 1px solid #98cbaf;
	background-color: #fff;
}

.p-header {
	transform: translateY(-100%);
	transition: .5s ease;
}

.p-header.show {
	transform: translateY(0);
}

.box-menu {
	display: none;
}

.header-other {
	display: none;
}

.bg-cart-fix {
	display: none;
}

}

@media (max-width: 767px) {

.global-navi__wrap {
	height: calc(var(--vh, 1vh)*100);
	display: flex;
	flex-direction: column;
}

.global-navi__copyright {
	margin-top: 3.07rem;
}

.menu-item {
	margin-bottom: .5rem;
	text-align: center;
}

.menu-item:last-child {
	margin-bottom: 0;
}

.pc {
	display: none !important;
}

.box-scroll .btn-zoom {
	display: none;
}

.bg-fix {
	display: none;
}

#chatplusview {
	bottom: 5rem !important;
}

#chatplusview.closed {
	display: none !important;
}

}
