

/* Start:/local/templates/b2b-logist-from-vue/components/bitrix/news.list/notification/style.css?16480189842438*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.news-item {
	display: flex;
	align-items: center;
	padding: 10px 25px 10px 25px;
	min-height: 40px;
	background: #D3D3D3;
}
.news-item-content {
	max-width: 1280px;
	margin: 0 auto;
	flex-grow: 1;
}
.news-item-inner {
	display: flex;
	align-items: center;
}

.news-item-notification {
	display: flex;
	align-items: center;
	width: calc(100% /11 * 7);
}
.news-item-notification svg {
	min-width: 20px;
	min-height: 20px;
	fill: #494B4D;
}
.news-item-notification__text {
	padding-left: 10px;
	color: #474D50;
}
.news-item a {
	display: inline-block;
	text-align: center;
}

.news-item-buttons {
	display: flex;
	align-items: center;
	justify-content: right;
	width: calc(100% /11 * 4);
}
.close-notification-btn {
	margin-left: 10px;
	cursor: pointer;
}
button#close-notification-btn {
	border: none;
	background: none;
}
.news-item-buttons__link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: right;
}
.news-item-buttons__link > a {
	margin: 5px 5px 5px 0;
}
.btn-notification {
	padding: 10px 22px 10px 22px;
	border-radius: 5px;
}
.ntfin-btn {
	color: #ffffff;
	background: #494B4D;
}
.another-btn {
	outline: 1px solid #494B4D;
	color: #494B4D;
}

.fixed-notification {
	position: fixed !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	z-index: 6 !important;
}

@media screen and (max-width: 1439.98px) {
	.news-item-content {
		max-width: 1140px;
	}
}

@media screen and (max-width: 1299.98px) {
	.news-item-content {
		max-width: 970px;
	}
}
@media screen and (max-width: 991.98px) {
	.news-item-content {
		max-width: 750px;
	}
	.news-item-inner{
		display: block;
		position: relative;
	}
	.news-item-buttons {
		display: block;
		width: 100%;
	}
	.news-item-notification {
		width: 100%;
	}
	.close-notification-btn {
		position: absolute;
		top: 0;
		right: 0;
	}
	.news-item-buttons__link {
		display: block;
	}
	.news-item-buttons__link a {
		display: flex;
		margin-top: 10px;
		justify-content: center;
		align-items: center;
	}
	.news-item-notification__text {
		margin-right: 20px;
	}
}
@media screen and (max-width: 767.98px) {
	.news-item-content {
		max-width: 550px;
	}
}

@media only screen and (max-width: 575.98px) {
	.news-item-content {
		max-width: 93.75%;
	}

	.news-item {
		padding: 10px 0 10px 0;
	}
}

/* End */


/* Start:/bitrix/components/viardaru/cookie/templates/light_full_width/style.css?17187922243029*/
.cookie-block {
	position: fixed;
	display: block;
	box-shadow: 0 0 40px rgba(144,144,144,0.35);
	bottom: 0;
	max-width: 100%;
	z-index: 999;
	visibility: hidden;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	font-size: 15px;
	left: 0;
	background-color: white;
}
.cookie-block-visible {
	visibility: visible;
}
.cookie-block-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	padding: 10px;
}
.cookie-block-info {
	width:70%;
}
.cookie-button-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cookie-block-wrap button.cookie-block-icon {
	position: relative;
	opacity: 1;
	top: unset;
	right: unset;
	height: unset;
	margin-top: 15px;
	width: 220px;
}
.cookie-block-icon {
	top: 15px;
	right: 15px;
	position: absolute;
	width: 14px;
	height: 14px;
	background-size: cover;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11'%3E%3Cg fill='%236A7287'%3E%3Cpath d='M0 .785L.785 0 11 10.215l-.785.785z'/%3E%3Cpath d='M.785 11L0 10.215 10.215 0 11 .785z'/%3E%3C/g%3E%3C/svg%3E");
}
.cookie-block-icon:hover {
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.cookie-block-info a {
	color: black;
}
.cookie-block-info a:hover {
	color: black;
}
@media (max-width: 1199px) {
	.cookie-block {
		left: 0;
		bottom: 0;
		max-width: 100%;
	}
}
@media (max-width: 575px) {
	.cookie-block-wrap button {
		width: 100%;
	}
}
.cookie-actions-accept  {
	display: inline-block  ;
	text-decoration: none  ;
	background-color: black  ;
	color: white;
	border: 0px solid #ffffff  ;
	border-radius: 11px  ;
	font-size: 16px  ;
	padding: 10px 10px  ;
	transition: all 0.8s ease  ;
	width: 100%;
	text-align: center;
}
.cookie-actions-accept:hover{
	text-decoration: none  ;
	background-color: black  ;
	color: white  ;
	border-color: #006089  ;
}
.cookie-actions-decline  {
	display: inline-block  ;
	text-decoration: none  ;
	background-color: #ffffff  ;
	color: #000000  ;
	border: 0px solid #ffffff  ;
	border-radius: 11px  ;
	font-size: 16px  ;
	padding: 10px 10px ;
	transition: all 0.8s ease  ;
	width: 100%;
	text-align: center;
}
.cookie-actions-decline:hover{
	text-decoration: none  ;
	background-color: #000000  ;
	color: #ffffff  ;

}
a.cookie-actions-accept {
	margin: 0 15px;

}
.cookie-actions-accept,.cookie-actions-decline {
	cursor: pointer;
}
.btn-v-lg{
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: 0.3rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* End */


/* Start:/local/templates/b2b-logist-from-vue/blocks/modals/request_callback/style.min.css?16092264271454*/
.modal-wrapper#requestCallbackModal .modal{width:600px}@media only screen and (max-width:767.98px){.modal-wrapper#requestCallbackModal .modal{width:90vw}}.modal-wrapper#requestCallbackModal .modal .modal-header{padding:45px 100px 0}@media only screen and (max-width:991.98px){.modal-wrapper#requestCallbackModal .modal .modal-header{padding:30px 80px 0}}@media only screen and (max-width:575.98px){.modal-wrapper#requestCallbackModal .modal .modal-header{padding:15px 40px 0}}.modal-wrapper#requestCallbackModal .modal .modal-body{padding:20px 45px 0}@media only screen and (max-width:991.98px){.modal-wrapper#requestCallbackModal .modal .modal-body{padding:20px 30px 45px}}@media only screen and (max-width:575.98px){.modal-wrapper#requestCallbackModal .modal .modal-body{padding:20px 20px 30px}}.modal-wrapper#requestCallbackModal .modal .modal-body .modal-body-description{font-weight:300;text-align:center;padding-top:50px}@media only screen and (max-width:1439.98px){.modal-wrapper#requestCallbackModal .modal .modal-body .modal-body-description{padding-top:30px}}@media only screen and (max-width:575.98px){.modal-wrapper#requestCallbackModal .modal .modal-body .modal-body-description{padding-top:10px}}.modal-wrapper#requestCallbackModal .modal .modal-footer{background:#fff}.modal-wrapper#requestCallbackModal .modal .modal-footer .main-lemon-btn{width:100%}.modal-wrapper#requestCallbackModal .modal .modal-footer .btn-magnet{text-align:center}
/* End */


/* Start:/local/templates/b2b-logist-from-vue/components/bitrix/main.userconsent.request/.default/user_consent.css?17502407924354*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */


/* Start:/local/templates/b2b-logist-from-vue/template_styles.css?175344731071375*/
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Light.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Light.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-style: italic;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-LightItalic.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-LightItalic.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Regular.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Regular.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-style: italic;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Italic.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Italic.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Bold.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Bold.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: italic;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 100;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeue-Thin.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeue-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeue-Thin.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeue-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 300;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueLight.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueLight.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueLight.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueRegular.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueRegular.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBook.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBook.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBook.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBook.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 700;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBold.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBold.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBold.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
  scroll-padding: 150px;
}
a {
  font-family: "Roboto Condensed";
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1 {
  font-family: "Bebas Neue";
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 55px 0 30px;
}
h1 span {
  color: #FF8800;
}
h1 span.num {
  font-family: "Roboto Condensed";
  color: inherit;
}
@media only screen and (max-width: 1439.98px) {
  h1 {
    font-size: 90px;
    line-height: 92px;
  }
}
@media only screen and (max-width: 1299.98px) {
  h1 {
    font-size: 80px;
    line-height: 82px;
  }
}
@media only screen and (max-width: 991.98px) {
  h1 {
    font-size: 63px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  h1 {
    font-size: 47px;
    line-height: 47px;
  }
}

h2 {
  font-family: "Bebas Neue";
  font-size: 80px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 35px;
}
h2.white {
  color: #ffffff;
}
h2 span {
  color: #FF8800;
}
h2 span.subheader {
  font-family: "Bebas Neue";
  font-size: 59px;
  line-height: 46px;
  font-weight: 300;
  color: #000000;
}
@media only screen and (max-width: 1439.98px) {
  h2 span.subheader {
    font-size: 36px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1299.98px) {
  h2 span.subheader {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  h2 span.subheader {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1439.98px) {
  h2 {
    font-size: 54px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 1299.98px) {
  h2 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 575.98px) {
  h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto Condensed", sans-serif;
}
body.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1439.98px) {
  .container {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1299.98px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    max-width: 550px;
  }
}
@media only screen and (max-width: 575.98px) {
  .container {
    max-width: 93.75%;
  }
}

.o-hidden {
  overflow: hidden;
}

.w-100 {
  width: 100%;
}

.d-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

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

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

@media only screen and (max-width: 767.98px) {
  .text-md-center {
    text-align: center;
  }
}

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

.d-none {
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .d-lg-none {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .d-md-none {
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  .d-sm-none {
    display: none;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.ml-auto {
  margin-left: auto;
}

input {
  font-family: "Roboto Condensed";
}
input:focus {
  outline: none;
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.form-field {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575.98px) {
  .form-field {
    margin-bottom: 20px;
  }
}
.form-field--no-bottom-line {
  border-bottom: none;
}
.form-field.no-bb {
  border-bottom: none;
}
.form-field.error {
  border-bottom: 1px solid #F15523;
}
.form-field:last-child {
  margin-bottom: 0;
}
.form-field .form-field-icon {
  width: 25px;
  padding: 0 15px 0 4px;
}
@media only screen and (max-width: 575.98px) {
  .form-field .form-field-icon {
    width: 20px;
    padding: 0 12px 0 4px;
  }
}
@media only screen and (max-width: 575.98px) {
  .form-field .form-field-icon img {
    width: 16px;
  }
}
.form-field .form-field-checkbox {
  width: 42px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-field .form-field-checkbox input[type=checkbox] {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  left: -99999px;
}
.form-field .form-field-checkbox .form-field-checkbox-custom {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 3px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23ff7610' height='417pt' viewBox='0 -46 417.81333 417' width='417pt' xmlns='http://www.w3.org/2000/svg'><path d='m159.988281 318.582031c-3.988281 4.011719-9.429687 6.25-15.082031 6.25s-11.09375-2.238281-15.082031-6.25l-120.449219-120.46875c-12.5-12.5-12.5-32.769531 0-45.246093l15.082031-15.085938c12.503907-12.5 32.75-12.5 45.25 0l75.199219 75.203125 203.199219-203.203125c12.503906-12.5 32.769531-12.5 45.25 0l15.082031 15.085938c12.5 12.5 12.5 32.765624 0 45.246093zm0 0'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.form-field .form-field-checkbox .form-field-checkbox-custom:hover {
  border-color: #ff7610;
}
.form-field .form-field-checkbox input[type=checkbox]:checked + .form-field-checkbox-custom {
  border-color: #fcb448;
  background-size: 70%;
}
.form-field .form-field-checkbox input[type=checkbox]:checked + .form-field-checkbox-custom:hover {
  border-color: #ff7610;
}
@media only screen and (max-width: 575.98px) {
  .form-field .form-field-checkbox-label {
    font-size: 0.9em;
  }
}
.form-field .form-field-input {
  width: 100%;
}
.form-field .form-field-input input {
  background: transparent;
  border: none;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  height: 50px;
  width: 100%;
}
.form-field .form-field-input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-field .form-field-input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-field .form-field-input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.form-field .form-field-input input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
@media only screen and (max-width: 991.98px) {
  .form-field .form-field-input input {
    height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-field .form-field-input input {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .form-field .form-field-input input {
    font-size: 15px;
    line-height: 18px;
  }
}
.form-field .form-field-desc {
  position: absolute;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: #B3B3B9;
  bottom: -26px;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  .form-field .form-field-desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .form-field .form-field-desc {
    font-size: 10px;
    line-height: 15px;
    bottom: -17px;
  }
}
.form-field .form-field-desc.error {
  color: #F15523;
}
.form-field .form-field-desc a {
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #FCB448;
}
.form-field .form-field-desc a:hover {
  color: #FF8800;
}
.form-field textarea {
  border: none;
  resize: vertical;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-family: "Roboto Condensed";
}
@media only screen and (max-width: 767.98px) {
  .form-field textarea {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .form-field textarea {
    font-size: 15px;
    line-height: 18px;
  }
}
.form-field textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-field textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-field textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-field textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-field textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-dark-bg .form-field {
  border-bottom: 1px solid #ffffff;
}
.form-dark-bg .form-field .form-field-icon svg path {
  fill: #FCB448;
}
.form-dark-bg .form-field .form-field-input input {
  color: #ffffff;
}
.form-dark-bg .form-field .form-field-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-dark-bg .form-field .form-field-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-dark-bg .form-field .form-field-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.form-dark-bg .form-field .form-field-input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.main-lemon-btn-block {
  display: inline-block;
}
.main-lemon-btn-block .btn-magnet {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: rgb(136, 134, 131);
  padding-top: 3px;
}
.main-lemon-btn-block .btn-magnet.white-bg {
  color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 575.98px) {
  .main-lemon-btn-block .btn-magnet {
    font-size: 12px;
  }
}
.main-lemon-btn-block .btn-magnet a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-decoration: underline;
  color: #FF8800;
}
.main-lemon-btn-block .btn-magnet a:hover {
  color: #FCB448;
}
@media only screen and (max-width: 575.98px) {
  .main-lemon-btn-block .btn-magnet a {
    font-size: 13px;
    line-height: 24px;
  }
}

.main-lemon-btn {
  display: inline-block;
  width: auto;
  background: #FCB448;
  -webkit-box-shadow: 0 6px 40px rgba(252, 180, 72, 0.3);
          box-shadow: 0 6px 40px rgba(252, 180, 72, 0.3);
  border-radius: 2px;
  padding: 30px 80px 30px 33px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1439.98px) {
  .main-lemon-btn {
    padding: 25px 80px 25px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-lemon-btn {
    padding: 15px 65px 15px 15px;
    font-size: 14px;
    line-height: 16px;
  }
}
.main-lemon-btn.black {
  background: #000000;
}
.main-lemon-btn.black.loading {
  background: #000000;
}
.main-lemon-btn .btn-icon {
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-lemon-btn .btn-icon path {
  fill: #ffffff;
}
.main-lemon-btn .btn-icon.arrow {
  right: 53px;
}
@media only screen and (max-width: 575.98px) {
  .main-lemon-btn .btn-icon.arrow {
    right: 35px;
  }
}
.main-lemon-btn:hover {
  background: #FF8800;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.main-lemon-btn:hover .btn-icon.arrow {
  right: 33px;
}
@media only screen and (max-width: 575.98px) {
  .main-lemon-btn:hover .btn-icon.arrow {
    right: 25px;
  }
}
.main-lemon-btn.loading {
  pointer-events: none;
}
.main-lemon-btn.loading .btn-icon {
  -webkit-animation: spin infinite 3s;
          animation: spin infinite 3s;
}

.swiper-pagination.intro-img-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 1;
  margin: 0 6px;
}
.swiper-pagination.intro-img-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF8800;
}

.vdp-datepicker__calendar {
  border-radius: 2px;
  border: none !important;
  -webkit-box-shadow: 0 28px 60px rgba(15, 32, 45, 0.2);
          box-shadow: 0 28px 60px rgba(15, 32, 45, 0.2);
}
.vdp-datepicker__calendar .cell.selected {
  background: #FCB448 !important;
}
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #FCB448 !important;
}

.modal-wrapper {
  z-index: 12;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(33, 43, 51, 0.4);
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$value*100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.modal-wrapper .modal-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 3.5rem);
}
.modal-wrapper.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$value*100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-wrapper.show .modal {
  margin: 1.75rem auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$value*100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.modal-wrapper#loginModal .modal {
  width: 500px;
}
@media only screen and (max-width: 767.98px) {
  .modal-wrapper#loginModal .modal {
    width: 90vw;
  }
}
.modal-wrapper#loginModal .modal .modal-footer .main-lemon-btn {
  width: 100%;
}
.modal-wrapper .modal {
  display: block;
  position: relative;
  width: auto;
  margin: -300px auto 0;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 2px;
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal {
    width: 90vw;
  }
}
.modal-wrapper .modal .modal-header {
  padding: 45px 100px 0 45px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-header {
    padding: 30px 80px 0 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-header {
    padding: 15px 40px 0 15px;
  }
}
.modal-wrapper .modal .modal-header .modal-header-text {
  font-family: "Bebas Neue";
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FF8800;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-header .modal-header-text {
    font-size: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-header .modal-header-text {
    font-size: 23px;
    line-height: 23px;
  }
}
.modal-wrapper .modal .modal-header .modal-header-text span {
  color: #000000;
}
.modal-wrapper .modal .modal-header .modal-header-text.subheader {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 37px;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-header .modal-header-text.subheader {
    font-size: 27px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-header .modal-header-text.subheader {
    font-size: 20px;
    line-height: 21px;
  }
}
.modal-wrapper .modal .modal-header .modal-header-subheader {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-header .modal-header-subheader {
    font-size: 15px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-header .modal-header-subheader {
    font-size: 10px;
    line-height: 13px;
  }
}
.modal-wrapper .modal .modal-header .btn-close {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 45px;
  top: 45px;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-header .btn-close {
    width: 36px;
    height: 36px;
    right: 30px;
    top: 27px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-header .btn-close {
    width: 20px;
    height: 20px;
    right: 15px;
    top: 7px;
  }
}
.modal-wrapper .modal .modal-header .btn-close::before, .modal-wrapper .modal .modal-header .btn-close::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #B3B3B9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-header .btn-close::before, .modal-wrapper .modal .modal-header .btn-close::after {
    width: 36px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-header .btn-close::before, .modal-wrapper .modal .modal-header .btn-close::after {
    width: 20px;
  }
}
.modal-wrapper .modal .modal-header .btn-close::before {
  margin-top: 16px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-wrapper .modal .modal-header .btn-close::after {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-wrapper .modal .modal-header .btn-close:hover {
  cursor: pointer;
}
.modal-wrapper .modal .modal-header .btn-close:hover::before, .modal-wrapper .modal .modal-header .btn-close:hover::after {
  background: #000000;
}
.modal-wrapper .modal .modal-body {
  padding: 20px 45px 45px;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-body {
    padding: 20px 30px 45px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-body {
    padding: 20px 15px 30px;
  }
}
.modal-wrapper .modal .modal-body .modal-body-description {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 45px;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-body .modal-body-description {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-body .modal-body-description {
    font-size: 14px;
    line-height: 17px;
  }
}
.modal-wrapper .modal .modal-body .modal-body-description span {
  color: #FF8800;
}
.modal-wrapper .modal .modal-body .table-answers {
  margin-top: 30px;
  border-collapse: collapse;
  width: 100%;
}
.modal-wrapper .modal .modal-body .table-answers tr {
  border: 1px solid #ECECEE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-wrapper .modal .modal-body .table-answers tr:hover {
  cursor: pointer;
  background: #ECECEE;
}
.modal-wrapper .modal .modal-body .table-answers tr:hover .table-answer {
  color: #161F26;
}
.modal-wrapper .modal .modal-body .table-answers tr .table-answer {
  padding: 28px 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  color: #797985;
  position: relative;
}
@media only screen and (max-width: 1439.98px) {
  .modal-wrapper .modal .modal-body .table-answers tr .table-answer {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-body .table-answers tr .table-answer {
    padding: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-body .table-answers tr .table-answer {
    padding: 15px;
    font-size: 15px;
    line-height: 17px;
  }
}
.modal-wrapper .modal .modal-body .modal-body-num-list .modal-body-num-list-value {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-top: 20px;
}
.modal-wrapper .modal .modal-body .modal-body-num-list .modal-body-num-list-value .num {
  font-family: "Bebas Neue";
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FCB448;
  min-width: 30px;
  font-weight: bold;
}
.modal-wrapper .modal .modal-body .modal-body-num-list .modal-body-num-list-value .desc-text {
  padding-left: 10px;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  color: #797985;
  font-weight: 300;
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-body .modal-body-num-list .modal-body-num-list-value .desc-text {
    font-size: 16px;
    line-height: 19px;
  }
}
.modal-wrapper .modal .modal-body .modal-body-num-list .modal-body-num-list-value .desc-text span {
  color: #161F26;
  font-weight: 400;
}
.modal-wrapper .modal .modal-body .progress-bar-block {
  padding-top: 70px;
}
.modal-wrapper .modal .modal-body .progress-bar-block .progress-levels .progress-level {
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 18px;
  color: #B3B3B9;
  padding-bottom: 3px;
}
.modal-wrapper .modal .modal-body .progress-bar-block .progress-levels .progress-level.active {
  color: #FCB448;
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-body .progress-bar-block .progress-levels .progress-level {
    font-size: 11px;
    line-height: 11px;
  }
}
.modal-wrapper .modal .modal-body .progress-bar-block .progress {
  overflow: hidden;
  width: 100%;
  height: 8px;
  background-color: #ECECEE;
  border-radius: 4px;
}
.modal-wrapper .modal .modal-body .progress-bar-block .progress .bar {
  position: relative;
  width: 50%;
  height: 8px;
  background-color: #FCB448;
  background-image: -o-linear-gradient(270deg, #FF8800 0%, #FCB448 100%);
  background-image: -webkit-gradient(linear, right top, left top, from(#FF8800), to(#FCB448));
  background-image: -o-linear-gradient(right, #FF8800 0%, #FCB448 100%);
  background-image: linear-gradient(270deg, #FF8800 0%, #FCB448 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8800", endColorstr="#FCB448", GradientType=0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.modal-wrapper .modal .modal-body .progress-bar-block .progress .bar:before {
  display: inline-block;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  right: -4px;
  top: 0;
  border-top: 4px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 2px solid #FF8800;
}
.modal-wrapper .modal .modal-body .progress-bar-block .progress .bar:after {
  display: block;
  content: "";
  position: absolute;
  height: 8px;
  width: 17px;
  right: -17px;
  top: 0;
  background-color: rgba(255, 136, 0, 0);
  background-image: -o-linear-gradient(270deg, rgba(255, 136, 0, 0) 0%, rgba(255, 136, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 136, 0, 0)), to(rgba(255, 136, 0, 0.4)));
  background-image: -o-linear-gradient(right, rgba(255, 136, 0, 0) 0%, rgba(255, 136, 0, 0.4) 100%);
  background-image: linear-gradient(270deg, rgba(255, 136, 0, 0) 0%, rgba(255, 136, 0, 0.4) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8800", endColorstr="#FCB448", GradientType=0);
}
.modal-wrapper .modal .modal-footer {
  padding: 45px;
  border-radius: 0 0 2px 2px;
  background-color: #333333;
  background-image: url("/local/templates/b2b-logist-from-vue/../img/modals/map.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-footer {
    padding: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-footer {
    padding: 15px;
  }
}
.modal-wrapper .modal .modal-footer .additional-links {
  padding-top: 12px;
}
.modal-wrapper .modal .modal-footer .additional-links a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-footer .additional-links a {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
}
.modal-wrapper .modal .modal-footer .additional-links .register-link {
  color: #FF8800;
}
.modal-wrapper .modal .modal-footer .additional-links .register-link:hover {
  color: #FF6D00;
}
.modal-wrapper .modal .modal-footer .additional-links .forgot-pass-link {
  color: #FFFFFF;
  margin-left: auto;
}
.modal-wrapper .modal .modal-footer .additional-links .forgot-pass-link:hover {
  color: #eeeeee;
}

.fade-enter-active.page-modal, .fade-leave-active.page-modal {
  top: 40%;
  opacity: 0;
}

.page-modal {
  background: #FFFFFF;
  -webkit-box-shadow: 0 30px 72px rgba(64, 64, 81, 0.14);
          box-shadow: 0 30px 72px rgba(64, 64, 81, 0.14);
  border-radius: 2px;
  padding: 45px 145px;
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  left: 50%;
  top: 50%;
  width: 450px;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1439.98px) {
  .page-modal {
    padding: 45px 70px;
    width: 400px;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-modal {
    padding: 45px 10px;
    width: 100%;
    max-width: 300px;
  }
}
.page-modal .btn-close {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 45px;
  top: 45px;
}
@media only screen and (max-width: 991.98px) {
  .page-modal .btn-close {
    width: 36px;
    height: 36px;
    right: 30px;
    top: 27px;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-modal .btn-close {
    width: 20px;
    height: 20px;
    right: 15px;
    top: 7px;
  }
}
.page-modal .btn-close::before, .page-modal .btn-close::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #B3B3B9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .page-modal .btn-close::before, .page-modal .btn-close::after {
    width: 36px;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-modal .btn-close::before, .page-modal .btn-close::after {
    width: 20px;
  }
}
.page-modal .btn-close::before {
  margin-top: 16px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-modal .btn-close::after {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-modal .btn-close:hover {
  cursor: pointer;
}
.page-modal .btn-close:hover::before, .page-modal .btn-close:hover::after {
  background: #000000;
}
.page-modal .go-back-link {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #B3B3B9;
  position: absolute;
  left: 40px;
  top: 65px;
}
@media only screen and (max-width: 1439.98px) {
  .page-modal .go-back-link {
    left: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-modal .go-back-link {
    top: 17px;
    left: 10px;
  }
}
.page-modal .go-back-link svg {
  padding-right: 12px;
}
.page-modal .go-back-link:hover {
  color: #000000;
}
.page-modal .go-back-link:hover svg path {
  stroke: #000000;
}
.page-modal .page-modal-logo {
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1439.98px) {
  .page-modal .page-modal-logo {
    padding-bottom: 30px;
  }
}
.page-modal .page-modal-header {
  font-family: "Bebas Neue";
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (max-width: 1439.98px) {
  .page-modal .page-modal-header {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-modal .page-modal-header {
    font-size: 29px;
  }
}
.page-modal .page-modal-header span {
  color: #FF8800;
}
.page-modal .page-modal-header.grey {
  color: #B3B3B9;
}
.page-modal .page-modal-header.red {
  color: #F15523;
}
.page-modal .page-modal-header.pt-more {
  padding-top: 18px;
}
.page-modal .page-modal-text {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #161F26;
  padding: 70px 0 10px;
}
@media only screen and (max-width: 575.98px) {
  .page-modal .page-modal-text {
    font-size: 16px;
    line-height: 20px;
    padding: 50px 0 30px;
  }
}
.page-modal .page-modal-text span {
  color: #FCB448;
}
.page-modal .page-modal-text a {
  color: #FCB448;
  text-decoration: underline;
}
.page-modal .page-modal-text a:hover {
  color: #FF8800;
}
.page-modal form .form-field {
  margin: 40px 0;
}
@media only screen and (max-width: 1439.98px) {
  .page-modal form .form-field {
    margin: 10px 0 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-modal form .form-field {
    margin-bottom: 20px;
  }
}
.page-modal form .main-lemon-btn {
  width: 100%;
}
.page-modal .main-lemon-btn-block {
  padding-top: 50px;
}
@media only screen and (max-width: 1439.98px) {
  .page-modal .main-lemon-btn-block {
    padding-top: 20px;
  }
}
.page-modal .main-lemon-btn-block .main-lemon-btn {
  display: block;
}
.page-modal .additional-links {
  padding-top: 12px;
}
.page-modal .additional-links .pt-more {
  padding-top: 20px;
}
.page-modal .additional-links a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
}
.page-modal .additional-links a.register-link {
  color: #FF8800;
}
.page-modal .additional-links a.register-link:hover {
  color: #FF6D00;
}
.page-modal .additional-links a.forgot-pass-link {
  color: #000000;
  margin-left: auto;
}
.page-modal .additional-links a.forgot-pass-link:hover {
  color: rgba(0, 0, 0, 0.8);
}
.page-modal .additional-links a.download-link {
  color: #000000;
  text-decoration: none;
}
.page-modal .additional-links a.download-link span {
  text-decoration: underline;
}
.page-modal .additional-links a.download-link svg {
  margin-right: 10px;
}
.page-modal .additional-links a.download-link svg path {
  stroke: #000000;
}
.page-modal .additional-links a.download-link:hover {
  color: rgba(0, 0, 0, 0.8);
}
.page-modal .additional-links a.download-link:hover svg path {
  stroke: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 575.98px) {
  .page-modal .additional-links a {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
}

.news-article-wrapper {
  display: block;
}
.news-article-wrapper:hover {
  cursor: pointer;
}
.news-article-wrapper:hover .news-article-header {
  color: #FF8800;
}
.news-article-wrapper:hover .news-numbers .number {
  color: #000000;
}

.news-article {
  display: block;
  border-radius: 4px;
  background: #C4C4C4 center no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 170px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1439.98px) {
  .news-article {
    height: 150px;
    margin-bottom: 15px;
  }
}
.news-article.bg {
  height: 460px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1439.98px) {
  .news-article.bg {
    height: 390px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-article.bg {
    height: 340px;
  }
}
@media only screen and (max-width: 575.98px) {
  .news-article.bg {
    margin-bottom: 30px;
  }
}
.news-article.bg:not(.no-hover):hover .article-info .news-article-header {
  color: #FF8800;
}
.news-article.bg:not(.no-hover):hover .news-bg-gradient {
  height: 290px;
}
.news-article.bg .article-info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.news-article.bg .article-info .news-article-header {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1439.98px) {
  .news-article.bg .article-info .news-article-header {
    font-size: 32px;
  }
}
.news-article.bg .news-bg-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 220px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-article.bg .news-numbers .number {
  color: #ffffff;
}

.news-article-header {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1439.98px) {
  .news-article-header {
    font-size: 18px;
  }
}

.news-article-subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 18px;
}

.news-tags {
  position: absolute;
  top: 23px;
  left: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-tags .tag {
  background: #FCB448;
  border-radius: 36px;
  padding: 4px 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 1299.98px) {
  .news-tags .tag {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
  }
}

.news-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-numbers .number {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #D7D7E8;
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1299.98px) {
  .news-numbers .number {
    margin-right: 15px;
  }
}
.news-numbers .number img {
  margin-right: 8px;
}
@media only screen and (max-width: 1299.98px) {
  .news-numbers .number img {
    margin-right: 5px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
            transform: translate3d(0, -50%, 0) rotate(0deg);
  }
  15% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
            transform: translate3d(0, -50%, 0) rotate(180deg);
  }
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
            transform: translate3d(0, -50%, 0) rotate(180deg);
  }
  65% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(360deg);
            transform: translate3d(0, -50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(360deg);
            transform: translate3d(0, -50%, 0) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
            transform: translate3d(0, -50%, 0) rotate(0deg);
  }
  15% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
            transform: translate3d(0, -50%, 0) rotate(180deg);
  }
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
            transform: translate3d(0, -50%, 0) rotate(180deg);
  }
  65% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(360deg);
            transform: translate3d(0, -50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(360deg);
            transform: translate3d(0, -50%, 0) rotate(360deg);
  }
}
.page {
  position: relative;
}

.main-nav-container {
  position: absolute;
  background-color: rgb(22,31,38,0);
  top: 0;
  width: 100%;
  z-index: 5;
}
.main-nav-container .main-nav {
  padding: 20px 0 17px;
  min-height: 26px;
}
.main-nav-container .main-nav .logo {
  padding-right: 80px;
}
@media only screen and (max-width: 1439.98px) {
  .main-nav-container .main-nav .logo {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-nav-container .main-nav .logo {
    padding-right: 35px;
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .main-nav .logo {
    position: absolute;
    top: 90px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    padding: 0;
  }
}
.main-nav-container .main-nav .logo a img {
  height: 45px;
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .main-nav .logo a img {
    height: 35px;
  }
}
.main-nav-container .main-nav .program-os {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .main-nav-container .main-nav .program-os {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-nav-container .main-nav .program-os {
    display: none;
  }
}
.main-nav-container .main-nav .program-os .os {
  padding: 7px 0;
}
.main-nav-container .main-nav .program-os .os:first-child {
  padding-right: 18px;
  border-right: 1px solid #ffffff;
}
.main-nav-container .main-nav .program-os .os:last-child {
  padding-left: 18px;
}
@media only screen and (max-width: 991.98px) {
  .main-nav-container .main-nav .nav-links {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-nav-container .main-nav .nav-links {
    display: none;
  }
}
.main-nav-container .main-nav .main-nav-mobile-menu {
  display: none;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .main-nav-container .main-nav .main-nav-mobile-menu {
    display: block;
  }
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger {
  width: 32px;
  height: 26px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger span:nth-child(1) {
  top: 0;
  width: 80%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger span:nth-child(3) {
  top: 24px;
  width: 80%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger.open {
  position: fixed;
  left: 10px;
  top: 18px;
  z-index: 5;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger.open span:nth-child(1) {
  width: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 0;
  left: 0;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger.open span:nth-child(3) {
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 23px;
  left: 0;
}
.main-nav-container .main-nav .main-nav-mobile-menu .mobile-menu {
  height: 100vh;
  position: fixed;
  left: -320px;
  top: 0;
  width: 320px;
  background: #ffffff;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .main-nav .main-nav-mobile-menu .mobile-menu {
    width: 100vw;
    left: -100vw;
  }
}
.main-nav-container .main-nav .main-nav-mobile-menu .mobile-menu.open {
  visibility: visible;
  left: 0;
}
.main-nav-container .main-nav .main-nav-mobile-menu .mobile-menu .mobile-menu-header {
  font-family: Bebas Neue;
  font-size: 32px;
  line-height: 32px;
  text-align: right;
  font-weight: 700;
  color: #FFFFFF;
  background: #16252E;
  padding: 19px 10px 12px;
}
.main-nav-container .main-nav .main-nav-mobile-menu .mobile-menu .mobile-menu-sections {
  height: calc(100vh - 58px);
  overflow-y: auto;
}
.main-nav-container .main-nav .auth {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-left: auto;
}
.main-nav-container .main-nav .auth .login-btn, .main-nav-container .main-nav .auth .register-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  padding: 11px 25px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
@media only screen and (max-width: 991.98px) {
  .main-nav-container .main-nav .auth .login-btn, .main-nav-container .main-nav .auth .register-btn {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .main-nav .auth .login-btn, .main-nav-container .main-nav .auth .register-btn {
    font-size: 16px;
    padding: 9px 24px;
  }
}
.main-nav-container .main-nav .auth .login-btn {
  color: #ffffff;
}
.main-nav-container .main-nav .auth .login-btn svg {
  margin: 0 7px -1px 0;
}
.main-nav-container .main-nav .auth .login-btn:hover {
  color: #000000;
  background: #ffffff;
}
.main-nav-container .main-nav .auth .login-btn:hover svg path {
  fill: #000000;
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .main-nav .auth .login-btn {
    color: #000000;
    background: #ffffff;
  }
  .main-nav-container .main-nav .auth .login-btn svg path {
    fill: #000000;
  }
}
.main-nav-container .main-nav .auth .register-btn {
  margin-left: 16px;
  color: #FF8800;
  border: 1px solid #FF8800;
}
.main-nav-container .main-nav .auth .register-btn:hover {
  color: #ffffff;
  background: #FF8800;
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .main-nav .auth .register-btn {
    display: none;
  }
}
.main-nav-container .sub-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0 20px 0;
}
@media only screen and (max-width: 767.98px) {
  .main-nav-container .sub-nav {
    padding: 10px 0 10px 0;
  }
}
.main-nav-container .sub-nav .page-name .page-link:hover svg path {
  fill: #FF8800;
}
.main-nav-container .sub-nav .page-name .page-link span {
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (max-width: 1439.98px) {
  .main-nav-container .sub-nav .page-name .page-link span {
    font-size: 21px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-nav-container .sub-nav .page-name .page-link span {
    font-size: 17px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .sub-nav .page-name .page-link span {
    display: none;
  }
}
.main-nav-container .sub-nav .page-name .page-link svg {
  margin-bottom: 12px;
}
.main-nav-container .sub-nav .nav-links, .main-nav-container .sub-nav [id^=bx_incl_area] {
  margin-left: auto;
}
.main-nav-container .sub-nav .nav-links .nav-link, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link {
  padding-left: 50px;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .main-nav-container .sub-nav .nav-links .nav-link, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link {
    padding-left: 20px;
  }
}
.main-nav-container .sub-nav .nav-links .nav-link a, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
  color: #FFFFFF;
}
.main-nav-container .sub-nav .nav-links .nav-link a:hover, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link a:hover {
  text-decoration: underline;
  color: #FF8800;
}
.main-nav-container .sub-nav .nav-links .nav-link a.active, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link a.active {
  color: #FF8800;
}
@media only screen and (max-width: 1439.98px) {
  .main-nav-container .sub-nav .nav-links .nav-link a, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link a {
    font-size: 16px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-nav-container .sub-nav .nav-links .nav-link a, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link a {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .sub-nav .nav-links .nav-link a, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link a {
    font-size: 12px;
    line-height: 14px;
  }
}
.main-nav-container.position-fixed {
  position: fixed;
}
.main-nav-container.light-bg {
  background-color: #ffffff;
}
.main-nav-container.light-bg.smoke-bg {
  background-color: #f6f6f7;
}
.main-nav-container.light-bg .main-nav .auth .login-btn {
  color: #000000;
}
.main-nav-container.light-bg .main-nav .auth .login-btn svg path {
  fill: #000000;
}
.main-nav-container.light-bg .main-nav .auth .login-btn:hover {
  color: #ffffff;
  background: #000000;
}
.main-nav-container.light-bg .main-nav .auth .login-btn:hover svg path {
  fill: #ffffff;
}
.main-nav-container.light-bg .main-nav .main-nav-mobile-menu .menu-burger span {
  background: #000000;
}
.main-nav-container.light-bg .main-nav .main-nav-mobile-menu .menu-burger.open span {
  background: #ffffff;
}
.main-nav-container.light-bg .sub-nav {
  border-color: rgba(179, 179, 179, 0.65);
}
.main-nav-container.light-bg .sub-nav .page-name .page-link svg path {
  fill: #000000;
}
.main-nav-container.light-bg .sub-nav .page-name .page-link span {
  color: #000000;
}
.main-nav-container.light-bg .sub-nav .nav-links .nav-link a {
  color: #000000;
}
.main-nav-container.light-bg .sub-nav .nav-links .nav-link a.active {
  color: #FF8800;
}

.nav-link {
  margin-right: 60px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.nav-link:hover .nav-popup, .nav-link:focus .nav-popup {
  display: block;
}
@media only screen and (max-width: 1439.98px) {
  .nav-link {
    margin-right: 20px;
  }
}
.nav-link .nav-link-item {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}
.nav-link .nav-link-item:hover, .nav-link .nav-link-item.active {
  color: #FF8800;
}
@media only screen and (max-width: 1439.98px) {
  .nav-link .nav-link-item {
    font-size: 16px;
    line-height: 19px;
  }
}

.light-bg .nav-link .nav-link-item {
  color: #000000;
}
.light-bg .nav-link .nav-link-item:hover, .light-bg .nav-link .nav-link-item.active {
  color: #FF8800;
}

.nav-popup {
  display: none;
  background: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 40px rgba(64, 64, 81, 0.18);
          box-shadow: 0 10px 40px rgba(64, 64, 81, 0.18);
  position: absolute;
  top: 40px;
  min-width: 350px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.nav-popup:after {
  display: block;
  position: absolute;
  content: "";
  top: -5px;
  left: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 5px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.nav-popup .nav-popup-link {
  display: block;
  border-bottom: 1px solid #ECECEE;
}
.nav-popup .nav-popup-link:last-child {
  border-bottom: none;
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper {
  padding: 17px 23px 14px;
  white-space: nowrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1439.98px) {
  .nav-popup .nav-popup-link .nav-popup-link-wrapper {
    padding: 14px 17px;
  }
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-logo {
  margin-right: 15px;
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-logo img {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1439.98px) {
  .nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-logo img {
    width: 30px;
    height: 30px;
  }
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-info .nav-popup-link-page-name {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #797985;
  padding-bottom: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-info .nav-popup-link-page-name.usual {
  font-weight: normal;
  text-transform: none;
}
@media only screen and (max-width: 1439.98px) {
  .nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-info .nav-popup-link-page-name {
    font-size: 16px;
    line-height: 19px;
  }
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-info .nav-popup-link-page-desc {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #797985;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1439.98px) {
  .nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-info .nav-popup-link-page-desc {
    font-size: 14px;
    line-height: 16px;
  }
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper:hover .nav-popup-link-page-info .nav-popup-link-page-name {
  color: #FF8800;
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper:hover .nav-popup-link-page-info .nav-popup-link-page-desc {
  color: #FF8800;
}

.mobile-menu-section:nth-child(3) {
  padding-bottom: 50px;
}
.mobile-menu-section .mobile-menu-section-header {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #B3B3B9;
  border-bottom: 1px solid #ECECEE;
  padding: 23px 10px;
}

.mobile-menu-section-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 10px;
  border-bottom: 1px solid #ECECEE;
}
.mobile-menu-section-link:hover {
  background: #eeeeee;
}
.mobile-menu-section-link .mobile-menu-section-link-logo {
  padding-right: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.mobile-menu-section-link .mobile-menu-section-link-logo img {
  width: 32px;
  height: 32px;
}
.mobile-menu-section-link .mobile-menu-section-link-info .mobile-menu-section-link-page-name {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #797985;
}

footer .footer-first {
  background: #F5F5F6;
  padding: 116px 0 100px;
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-first {
    padding: 50px 0 90px;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-first {
    padding: 30px 0 70px;
  }
}
footer .footer-first.bg-white {
  background: #ffffff;
}
footer .footer-first .callback {
  width: 100%;
  width: 100%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-first .callback {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  footer .footer-first .callback:last-child {
    padding-top: 40px;
  }
}
footer .footer-first .callback .questions {
  font-family: "Bebas Neue";
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  color: #FF8800;
}
@media only screen and (max-width: 1439.98px) {
  footer .footer-first .callback .questions {
    font-size: 75px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-first .callback .questions {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-first .callback .questions {
    font-size: 41px;
    line-height: 41px;
  }
}
footer .footer-first .callback .questions a {
  font-family: inherit;
  line-height: 107px;
  font-size: 82px;
  color: #000000;
}
footer .footer-first .callback .questions a:hover {
  color: #FCB448;
}
@media only screen and (max-width: 1439.98px) {
  footer .footer-first .callback .questions a {
    font-size: 77px;
  }
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-first .callback .questions a {
    line-height: 90px;
    font-size: 69px;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-first .callback .questions a {
    line-height: 48px;
    font-size: 42px;
  }
}
footer .footer-first .callback .desc-value {
  padding-top: 35px;
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-first .callback .desc-value {
    padding-top: 30px;
  }
}
footer .footer-first .callback .desc-value:first-child {
  padding-top: 0;
}
footer .footer-first .callback .desc-value .callback-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-first .callback .desc-value .callback-desc {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-first .callback .desc-value .callback-desc {
    font-size: 16px;
    line-height: 17px;
  }
}
footer .footer-first .callback .desc-value .callback-desc a {
  color: #FF8800;
  text-decoration: underline;
}
footer .footer-first .callback .desc-value .callback-desc a:hover {
  color: #000000;
}
footer .footer-first .callback .desc-value .callback-subdesc {
  padding-top: 14px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-first .callback .desc-value .callback-subdesc {
    font-size: 17px;
    line-height: 17px;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-first .callback .desc-value .callback-subdesc {
    font-size: 14px;
    line-height: 14px;
    padding-top: 3px;
  }
}
footer .footer-first .callback .desc-value .callback-subdesc span {
  color: #FF8800;
}
footer .footer-second .container {
  background: #FFFFFF;
  position: relative;
}
footer .footer-second .container .footer-second-header {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 23px;
}
footer .footer-second .container .footer-second-header span {
  color: #FF8800;
}
footer .footer-second .container .wrapper {
  padding: 89px 0 65px;
}
@media only screen and (max-width: 575.98px) {
  footer .footer-second .container .wrapper {
    padding: 60px 0 40px;
  }
}
footer .footer-second .container .nav-block {
  width: 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
footer .footer-second .container .nav-block .nav-column {
  width: 100%;
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-second .container .nav-block .nav-column {
    width: 100%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding-top: 40px;
  }
  footer .footer-second .container .nav-block .nav-column:first-child {
    padding-top: 0;
  }
  footer .footer-second .container .nav-block .nav-column:nth-child(2) {
    padding-top: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-second .container .nav-block .nav-column {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  footer .footer-second .container .nav-block .nav-column:nth-child(2) {
    padding-top: 40px;
  }
}
footer .footer-second .container .nav-block .nav-column ul {
  padding: 0;
  margin: 0;
}
footer .footer-second .container .nav-block .nav-column ul li {
  list-style-type: none;
}
@media only screen and (max-width: 575.98px) {
  footer .footer-second .container .nav-block .nav-column ul li {
    padding-left: 12px;
  }
}
footer .footer-second .container .nav-block .nav-column ul li a {
  position: relative;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}
footer .footer-second .container .nav-block .nav-column ul li a .icon {
  position: absolute;
  left: -20px;
}
footer .footer-second .container .nav-block .nav-column ul li a:hover {
  color: #FF8800;
}
footer .footer-second .container .nav-block .nav-column ul li a:hover svg path {
  stroke: #FF8800;
}
footer .footer-second .container .splitter {
  display: none;
  height: 1px;
  width: 100%;
  background: #ECECEE;
  position: absolute;
  left: 0;
  top: 57%;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-second .container .splitter {
    display: block;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-second .container .splitter {
    top: 69%;
  }
}
footer .footer-second .container .support-block {
  width: 20%;
  margin: 0 auto;
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-second .container .support-block {
    width: 26%;
  }
}
@media only screen and (max-width: 991.98px) {
  footer .footer-second .container .support-block {
    width: 100%;
    margin: 0;
  }
  footer .footer-second .container .support-block.wrapper {
    padding: 39px 0 50px;
  }
}
footer .footer-second .container .support-block .block-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 22px;
}
footer .footer-second .container .support-block .block-desc span {
  color: #FF8800;
}
footer .footer-second .container .support-block .block-desc a {
  color: #000000;
}
footer .footer-second .container .support-block .block-desc a:hover {
  color: #FF8800;
}
footer .footer-second .container .support-block a.tg-link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #FCB448;
}
footer .footer-second .container .support-block a.tg-link svg {
  margin: 0 4px -7px 0;
}
footer .footer-second .container .support-block a.tg-link:hover {
  color: #000000;
}
footer .footer-second .container .support-block a.tg-link:hover svg path {
  fill: #000000;
}
footer .footer-third {
  background: #FFFFFF;
  padding: 16px 0 45px;
  border-top: 1px solid #ECECEE;
}
footer .footer-third .copyright {
  width: 100%;
  -ms-flex: 0 0 60%;
  -webkit-box-flex: 0;
          flex: 0 0 60%;
  max-width: 60%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #B3B3B9;
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-third .copyright {
    width: 100%;
    -ms-flex: 0 0 65%;
    -webkit-box-flex: 0;
            flex: 0 0 65%;
    max-width: 65%;
  }
}
@media only screen and (max-width: 991.98px) {
  footer .footer-third .copyright {
    width: 100%;
    -ms-flex: 0 0 47%;
    -webkit-box-flex: 0;
            flex: 0 0 47%;
    max-width: 47%;
    line-height: 17px;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-third .copyright {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    line-height: 17px;
  }
}
footer .footer-third .copyright a {
  color: inherit;
  text-decoration: underline;
}
footer .footer-third .copyright a:hover {
  color: #FF8800;
}
footer .footer-third .social-links {
  width: 25%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-third .social-links {
    width: 43%;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-third .social-links {
    width: 100%;
    padding-top: 30px;
  }
}
footer .footer-second-image img {
  max-height: 156px;
}

.social-links,
.social-links [id^=bx_incl_area] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.social-links .link,
.social-links [id^=bx_incl_area] .link {
  width: 20%;
}
@media only screen and (max-width: 575.98px) {
  .social-links .link,
  .social-links [id^=bx_incl_area] .link {
    text-align: center;
  }
}
.social-links .link .tg-link:hover svg path,
.social-links [id^=bx_incl_area] .link .tg-link:hover svg path {
  fill: #0088cc;
}
.social-links .link .vk-link:hover svg path,
.social-links [id^=bx_incl_area] .link .vk-link:hover svg path {
  fill: #4c75a3;
}
.social-links .link .fb-link:hover svg path,
.social-links [id^=bx_incl_area] .link .fb-link:hover svg path {
  fill: #3b5999;
}
.social-links .link .youtube-link:hover svg path,
.social-links [id^=bx_incl_area] .link .youtube-link:hover svg path {
  fill: #cd201f;
}
.social-links .link .inst-link:hover svg path,
.social-links [id^=bx_incl_area] .link .inst-link:hover svg path {
  fill: #e4405f;
}

.base-arrow-link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-decoration: underline;
}
@media only screen and (max-width: 1299.98px) {
  .base-arrow-link {
    font-size: 16px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 575.98px) {
  .base-arrow-link {
    font-size: 14px;
    line-height: 16px;
  }
}
.base-arrow-link:hover {
  text-decoration: none;
}
.base-arrow-link:hover svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.base-arrow-link.thin {
  font-weight: 300;
}
.base-arrow-link svg {
  margin-left: 10px;
}
@media only screen and (max-width: 575.98px) {
  .base-arrow-link svg {
    width: 20px;
  }
}

.article-footer .base-arrow-link {
  font-size: 15px;
  line-height: 18px;
}

@media (max-width: 992px) {
  .reviews-top-padding {
    padding-top: 80px;
  }
}

[data-transition="easy-in"] {
  transition: background-color .5s ease;
}

.main-user-consent-request-announce-link a {
  color: #FF8800;
}

.user-consent * {
  font-family: "Roboto Condensed";
  font-style: normal;
}
.user-consent [data-bx-user-consent] {
  display: flex;
  align-items: flex-start;
  margin: 10px 10px;
  text-align: start;
  gap: 10px
}
#resume .user-consent a,
#register:not(.white) .user-consent a {
  color: #FFF;
}
#resume .user-consent a:hover,
#register .user-consent a:hover {
  text-decoration: underline;
}
/* End */


/* Start:/in/test/driver/assets/css/style.css?160922642723408*/
html, body{height:auto; min-height:100%;}
body{padding: 0;margin: 0;cursor: default;width:100%; font-family: 'MyriadProRegular'; min-width:320px;}
html, body{overflow-x: hidden}
header {height: 55px; background-color: #202020; width: 100%}

.app * {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {outline: none;}
a:hover {text-decoration:none}
::selection {background: #292929!important;    color: #fff!important;}
*:disabled {cursor: no-drop!important}
input, textarea { /*-webkit-appearance: none;*/  -webkit-border-radius: 0; font-family: 'MyriadProRegular';}
input:focus::-webkit-input-placeholder {color: transparent;}
input:focus::-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder {color: transparent;}
input:focus:-moz-placeholder {color: transparent;}
textarea:focus::-webkit-input-placeholder {color: transparent;}
textarea:focus::-moz-placeholder {color: transparent;}
textarea:focus:-ms-input-placeholder {color: transparent;}
textarea:focus:-moz-placeholder {color: transparent;}

	.dn{display:none !important}
	.db{display:block}
	.ws{width:100%}
	.fl{float:left}
	.fr{float:right}
	.ib{display:inline-block}
	.pr{position:relative}
	.pa{position:absolute}
	.cp{cursor:pointer}
	.ma{margin:0 auto}
	.tac{text-align:center}
	.tar{text-align:right}
	.ttm{text-transform:uppercase}
	.ibws{display:inline-block;width:100%}
	.fwb{font-weight:bold}
	.clfx:after{content:''; clear:both;display: table}
	.wrapper {width:960px;margin:0 auto}
	.imgp {background-position-x:center; background-position-y:center; background-repeat:no-repeat}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.app-content {
    transition: -webkit-transform .25s ease-out;
    -o-transition: -o-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out, -o-transform .25s ease-out;
}
.main, .gmodal {height: 100%;}

.main {
    position: relative;
    z-index: 1;
    overflow: visible;
    background-color: #f2f2f2;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.gmodal {
	    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 500px;
    background-color: #ececec;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title-modal-gmodal {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
    padding: 0;
}

.text-modal-gmodal p {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
	    line-height: 20px;


}
.gmodal-content{
padding: 40px 35px 40px;
  background-color: rgba(255,255,255,0.9);
}

.mb {	display:none;}
.mb.is-active {display:block}

.cuest-counter {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #868686;
    font-size: 17px;
    margin-bottom: 10px;
}

.title-quest-m{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
}

.swich-quest-m {
    background: #f5f5f5;
    font-size: 15px;
    border-radius: 5px;
	overflow:hidden;
	margin-bottom:35px;
	    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1), 0 0 0 1px #e5e5e5;
}

.ittem-swich-quest-m:last-child {
	border-bottom:none;
}

.ittem-swich-quest-m {
	padding: 24px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	cursor:pointer;
	    border-bottom: solid 1px #e0e0e0;
	position:relative;
}

.ittem-swich-quest-m:hover {
	background:#ececec;
}

.answer-ittem-swich-quest-m {
		display:none;
		margin-top: 12px;
	}
.isChek .answer-ittem-swich-quest-m {display:block}

.next-box {
	display:none;
}
.questions-ittem-swich-quest-m {font-size:16px;}
.answer-done .next-box {display:flex}

.bl-bt {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 51px;
    display: inline-block;
    height: 51px;
    padding: 0;
	width:100%;
    color: #fff;
    border: none;
    text-decoration: none;
    border-radius: 6px;
    background: rgb(255,196,0);
    background: -moz-linear-gradient(top, rgba(255,196,0,1) 0%, rgba(255,145,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,196,0,1) 0%,rgba(255,145,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,196,0,1) 0%,rgba(255,145,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc400', endColorstr='#ff9100',GradientType=0 );
    -webkit-box-shadow: 0px 3px 10px 0px rgba(140, 140, 140, 0.48);
    -moz-box-shadow: 0px 3px 10px 0px rgba(140, 140, 140, 0.48);
    box-shadow: 0px 3px 10px 0px rgba(140, 140, 140, 0.48);
    font-size: unset;
}

.bl-bt:hover {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#b3000000',GradientType=0 );
}

.form-content-block input[type="text"], .form-content-block input[type="email"]  {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 27px;
    font-size: 18px;
    color: #000;
    padding: 0px 15px;
    border-radius: 0px;
    border: solid 1px #c7c7c7;
    background: transparent;
}

.answer-done .ittem-swich-quest-m.isChek {background:#f5f5f5;}
.ittem-swich-quest-m.isChek:after {
position: absolute;
    top: -1px;
    bottom: -1px;
        left: -1px;
    width: 4px;

}

.ittem-swich-quest-m.isChek.answer-status1:after {
	content: "";
    background-color: #4eb454;
}

.ittem-swich-quest-m.isChek:after{
	content: "";
    background-color: #b32d2d;
}

.answer-done .ittem-swich-quest-m.isChek.answer-status1 .questions-ittem-swich-quest-m {color: #4eb454; }
.answer-done .ittem-swich-quest-m.isChek .questions-ittem-swich-quest-m {color: #b32d2d; }

.questBlock ol {
		padding: 20px 5px;
		font-size: 14px;
}

.questBlock ol li {
	margin-bottom: 15px;
}

.icon-ul-laster {
width: 95px;
    background-size: contain;
    height: 100%;
    filter: invert(100%);
    -webkit-filter: invert(100%);
    display: block;
    float: left;
    opacity: 0.4;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.link-to-m{
    color: #176cc7;
    text-decoration: underline;
}

.donetitle{
    margin-bottom: 60px;
    margin-top: 60px;
}

.answer-done .ittem-swich-quest-m{background:#fbfbfb; cursor: default;}
.answer-done .ittem-swich-quest-m .questions-ittem-swich-quest-m {color:#9a9aa7}
.ul-logo-box {    display: block;
    width: 100%;font-size: 12px;margin-top: 20px;color: #b1b1b1; height:30px; line-height:30px}

@media only screen and (min-width: 48em) {

.bl-bt {    padding: 0 61px; width:auto;}
.questBlock ol {padding: 20px 55px;}
.title-modal-gmodal {font-size: 37px;}
.text-modal-gmodal p { margin: 0 0 20px; font-size: 18px; line-height: 25px;	}
.title-quest-m {font-size: 16px;line-height: 20px;}

	.gmodal{
    min-height: 600px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	}

.gmodal-content{
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-width: 650px;
    max-width: 650px;

    border-radius: 2px;

    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
}


}

.main-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTQwcHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iMCAwIDE0MCAzMCIgdmVyc2lvbj0iMS4xIj4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iZ2xvYmFsLW1haW4tbG9nbyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0i0KPQmy3QvtGC0LfRi9Cy0YsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTAuMDAwMDAwLCAtMTIuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+ICAgICAgICAgICAgPGcgaWQ9ItGI0LDQv9C60LAiPiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMzcwLjg0MDU0MSwzOC4zNDcyOTczIEwzNjkuMzY0ODY1LDM4LjM0NzI5NzMgTDM2OS4zNjQ4NjUsMjkuNzU2NzU2OCBMMzcwLjg0MDU0MSwyOS43NTY3NTY4IEwzNzAuODQwNTQxLDM4LjM0NzI5NzMgWiBNMzc3LjkwMjcwMywzOC4zNDcyOTczIEwzNzUuNjg5MTg5LDM4LjM0NzI5NzMgTDM3MS40MjAyNywzNC43NjM1MTM1IEMzNzEuMTA0MDU0LDM0LjUgMzcwLjk0NTk0NiwzNC4yODkxODkyIDM3MC45NDU5NDYsMzQuMDc4Mzc4NCBDMzcwLjk0NTk0NiwzMy44Njc1Njc2IDM3MS4xMDQwNTQsMzMuNjU2NzU2OCAzNzEuNDIwMjcsMzMuMzkzMjQzMiBMMzc1LjY4OTE4OSwyOS43NTY3NTY4IEwzNzcuOTAyNzAzLDI5Ljc1Njc1NjggTDM3Mi43OTA1NDEsMzQuMTMxMDgxMSBMMzc3LjkwMjcwMywzOC4zNDcyOTczIFogTTM1OC44MjQzMjQsMzcuNTU2NzU2OCBMMzU4Ljg3NzAyNywyOS43NTY3NTY4IEwzNjAuMzUyNzAzLDI5Ljc1Njc1NjggTDM2MC4zNTI3MDMsMzUuNzEyMTYyMiBMMzY1Ljg4NjQ4NiwzMC4yMzEwODExIEMzNjYuMTUsMjkuOTE0ODY0OSAzNjYuNDY2MjE2LDI5Ljc1Njc1NjggMzY2LjcyOTczLDI5Ljc1Njc1NjggQzM2Ni45NDA1NDEsMjkuNzU2NzU2OCAzNjcuMDk4NjQ5LDI5LjgwOTQ1OTUgMzY3LjIwNDA1NCwyOS45Njc1Njc2IEMzNjcuMzA5NDU5LDMwLjEyNTY3NTcgMzY3LjM2MjE2MiwzMC4yODM3ODM4IDM2Ny4zNjIxNjIsMzAuNDk0NTk0NiBMMzY3LjM2MjE2MiwzOC4zNDcyOTczIEwzNjUuODg2NDg2LDM4LjM0NzI5NzMgTDM2NS44ODY0ODYsMzIuMzM5MTg5MiBMMzYwLjM1MjcwMywzNy44NzI5NzMgQzM1OS45ODM3ODQsMzguMjQxODkxOSAzNTkuNjY3NTY4LDM4LjQgMzU5LjQwNDA1NCwzOC40IEMzNTkuMDM1MTM1LDM4LjQgMzU4LjgyNDMyNCwzOC4wODM3ODM4IDM1OC44MjQzMjQsMzcuNTU2NzU2OCBaIE0zNTcuMDg1MTM1LDMxLjIzMjQzMjQgTDM1My43MTIxNjIsMzEuMjMyNDMyNCBMMzUzLjcxMjE2MiwzOC4zNDcyOTczIEwzNTIuMjM2NDg2LDM4LjM0NzI5NzMgTDM1Mi4yMzY0ODYsMzEuMjMyNDMyNCBMMzQ4LjgxMDgxMSwzMS4yMzI0MzI0IEwzNDguODEwODExLDI5Ljc1Njc1NjggTDM1Ny4wODUxMzUsMjkuNzU2NzU2OCBMMzU3LjA4NTEzNSwzMS4yMzI0MzI0IFogTTM0Ni45MTM1MTQsMzguNCBMMzQyLjA2NDg2NSwzOC40IEMzNDAuOCwzOC40IDMzOS43OTg2NDksMzcuOTc4Mzc4NCAzMzguOTU1NDA1LDM3LjEzNTEzNTEgQzMzOC4xMTIxNjIsMzYuMjkxODkxOSAzMzcuNzQzMjQzLDM1LjIzNzgzNzggMzM3Ljc0MzI0MywzMy45NzI5NzMgQzMzNy43NDMyNDMsMzIuNzA4MTA4MSAzMzguMTY0ODY1LDMxLjcwNjc1NjggMzM4Ljk1NTQwNSwzMC45MTYyMTYyIEMzMzkuNzQ1OTQ2LDMwLjEyNTY3NTcgMzQwLjgsMjkuNzU2NzU2OCAzNDIuMDY0ODY1LDI5Ljc1Njc1NjggTDM0Ni45MTM1MTQsMjkuNzU2NzU2OCBMMzQ2LjkxMzUxNCwzMS4yMzI0MzI0IEwzNDIuMDY0ODY1LDMxLjIzMjQzMjQgQzM0MS4yMjE2MjIsMzEuMjMyNDMyNCAzNDAuNTg5MTg5LDMxLjQ5NTk0NTkgMzQwLjAwOTQ1OSwzMi4wMjI5NzMgQzMzOS40Mjk3MywzMi41NSAzMzkuMjE4OTE5LDMzLjIzNTEzNTEgMzM5LjIxODkxOSwzNC4wNzgzNzg0IEMzMzkuMjE4OTE5LDM0LjkyMTYyMTYgMzM5LjQ4MjQzMiwzNS41NTQwNTQxIDM0MC4wMDk0NTksMzYuMDgxMDgxMSBDMzQwLjUzNjQ4NiwzNi42MDgxMDgxIDM0MS4yMjE2MjIsMzYuODE4OTE4OSAzNDIuMDY0ODY1LDM2LjgxODkxODkgTDM0Ni45MTM1MTQsMzYuODE4OTE4OSBMMzQ2LjkxMzUxNCwzOC40IFogTTMyNy43Mjk3MywzNy41NTY3NTY4IEwzMjcuNzgyNDMyLDI5Ljc1Njc1NjggTDMyOS4yNTgxMDgsMjkuNzU2NzU2OCBMMzI5LjI1ODEwOCwzNS43MTIxNjIyIEwzMzQuNzkxODkyLDMwLjIzMTA4MTEgQzMzNS4wNTU0MDUsMjkuOTE0ODY0OSAzMzUuMzcxNjIyLDI5Ljc1Njc1NjggMzM1LjYzNTEzNSwyOS43NTY3NTY4IEMzMzUuODQ1OTQ2LDI5Ljc1Njc1NjggMzM2LjAwNDA1NCwyOS44MDk0NTk1IDMzNi4xMDk0NTksMjkuOTY3NTY3NiBDMzM2LjIxNDg2NSwzMC4xMjU2NzU3IDMzNi4yNjc1NjgsMzAuMjgzNzgzOCAzMzYuMjY3NTY4LDMwLjQ5NDU5NDYgTDMzNi4yNjc1NjgsMzguMzQ3Mjk3MyBMMzM0Ljc5MTg5MiwzOC4zNDcyOTczIEwzMzQuNzkxODkyLDMyLjMzOTE4OTIgTDMyOS4yNTgxMDgsMzcuODcyOTczIEMzMjguODg5MTg5LDM4LjI0MTg5MTkgMzI4LjU3Mjk3MywzOC40IDMyOC4zMDk0NTksMzguNCBDMzI3Ljk0MDU0MSwzOC40IDMyNy43Mjk3MywzOC4wODM3ODM4IDMyNy43Mjk3MywzNy41NTY3NTY4IFogTTMwNS41OTQ1OTUsMzguMjk0NTk0NiBMMzAzLjY0NDU5NSwzOC4yOTQ1OTQ2IEwzMDIuMjIxNjIyLDM1Ljg3MDI3MDMgTDMwMS4zMjU2NzYsMzQuMzk0NTk0NiBMMjk5Ljg1LDMxLjkxNzU2NzYgTDI5NS45NSwzOC4yOTQ1OTQ2IEwyOTQsMzguMjk0NTk0NiBMMjk4LjY5MDU0MSwzMC41NDcyOTczIEMyOTguNzk1OTQ2LDMwLjMzNjQ4NjUgMjk4Ljk1NDA1NCwzMC4xNzgzNzg0IDI5OS4xNjQ4NjUsMzAuMDIwMjcwMyBDMjk5LjQyODM3OCwyOS44MDk0NTk1IDI5OS42MzkxODksMjkuNzU2NzU2OCAyOTkuODUsMjkuNzU2NzU2OCBDMzAwLjA2MDgxMSwyOS43NTY3NTY4IDMwMC4zMjQzMjQsMjkuODYyMTYyMiAzMDAuNTM1MTM1LDMwLjAyMDI3MDMgQzMwMC43NDU5NDYsMzAuMTc4Mzc4NCAzMDAuOTA0MDU0LDMwLjM4OTE4OTIgMzAxLjAwOTQ1OSwzMC42IEwzMDUuNTk0NTk1LDM4LjI5NDU5NDYgWiBNMzE4Ljc3MDI3LDMzLjY1Njc1NjggQzMxOC43NzAyNywzMi4yODY0ODY1IDMxOS4xOTE4OTIsMzEuMjMyNDMyNCAzMjAuMDM1MTM1LDMwLjYgQzMyMC43NzI5NzMsMzAuMDcyOTczIDMyMS44Nzk3MywyOS43NTY3NTY4IDMyMy4zMDI3MDMsMjkuNzU2NzU2OCBMMzI2LjQ2NDg2NSwyOS43NTY3NTY4IEwzMjYuNDY0ODY1LDMxLjIzMjQzMjQgTDMyMy4zMDI3MDMsMzEuMjMyNDMyNCBDMzIyLjM1NDA1NCwzMS4yMzI0MzI0IDMyMS42MTYyMTYsMzEuMzkwNTQwNSAzMjEuMTQxODkyLDMxLjcwNjc1NjggQzMyMC41NjIxNjIsMzIuMDc1Njc1NyAzMjAuMjk4NjQ5LDMyLjcwODEwODEgMzIwLjI5ODY0OSwzMy42NTY3NTY4IEwzMjAuMjk4NjQ5LDM4LjQgTDMxOC44MjI5NzMsMzguNCBMMzE4Ljc3MDI3LDMzLjY1Njc1NjggWiBNMzg5LjkxODkxOSwzOC4yOTQ1OTQ2IEwzODcuOTY4OTE5LDM4LjI5NDU5NDYgTDM4Ni41NDU5NDYsMzUuODcwMjcwMyBMMzgyLjQ4NzgzOCwzNS44NzAyNzAzIEwzODMuMzgzNzg0LDM0LjM5NDU5NDYgTDM4NS42NSwzNC4zOTQ1OTQ2IEwzODQuMTc0MzI0LDMxLjkxNzU2NzYgTDM4MC4yNzQzMjQsMzguMjk0NTk0NiBMMzc4LjMyNDMyNCwzOC4yOTQ1OTQ2IEwzODMuMDE0ODY1LDMwLjU0NzI5NzMgQzM4My4xMjAyNywzMC4zMzY0ODY1IDM4My4yNzgzNzgsMzAuMTc4Mzc4NCAzODMuNDg5MTg5LDMwLjAyMDI3MDMgQzM4My43NTI3MDMsMjkuODA5NDU5NSAzODMuOTYzNTE0LDI5Ljc1Njc1NjggMzg0LjE3NDMyNCwyOS43NTY3NTY4IEMzODQuMzg1MTM1LDI5Ljc1Njc1NjggMzg0LjY0ODY0OSwyOS44NjIxNjIyIDM4NC44NTk0NTksMzAuMDIwMjcwMyBDMzg1LjA3MDI3LDMwLjE3ODM3ODQgMzg1LjIyODM3OCwzMC4zODkxODkyIDM4NS4zMzM3ODQsMzAuNiBMMzg5LjkxODkxOSwzOC4yOTQ1OTQ2IFogTTM0My4wMTM1MTQsMjQuMTE3NTY3NiBMMzQ1LjcwMTM1MSwyMS41MzUxMzUxIEMzNDQuOTYzNTE0LDIxLjM3NzAyNyAzNDQuMzgzNzg0LDIxLjAwODEwODEgMzQzLjk2MjE2MiwyMC41MzM3ODM4IEMzNDMuNDg3ODM4LDIwLjA1OTQ1OTUgMzQzLjI3NzAyNywxOS40MjcwMjcgMzQzLjI3NzAyNywxOC42ODkxODkyIEMzNDMuMjc3MDI3LDE3LjYzNTEzNTEgMzQzLjY0NTk0NiwxNi43OTE4OTE5IDM0NC40MzY0ODYsMTYuMjY0ODY0OSBDMzQ1LjEyMTYyMiwxNS43OTA1NDA1IDM0Ni4wMTc1NjgsMTUuNTI3MDI3IDM0Ny4xMjQzMjQsMTUuNTI3MDI3IEwzNTMuMjM3ODM4LDE1LjUyNzAyNyBMMzUzLjIzNzgzOCwyNC4xMTc1Njc2IEwzNTEuNzYyMTYyLDI0LjExNzU2NzYgTDM1MS43NjIxNjIsMTcuMDAyNzAyNyBMMzQ2Ljg2MDgxMSwxNy4wMDI3MDI3IEMzNDUuNDkwNTQxLDE3LjAwMjcwMjcgMzQ0LjgwNTQwNSwxNy41ODI0MzI0IDM0NC44MDU0MDUsMTguNjM2NDg2NSBDMzQ0LjgwNTQwNSwxOS4xNjM1MTM1IDM0NS4wMTYyMTYsMTkuNTg1MTM1MSAzNDUuNDM3ODM4LDE5Ljg0ODY0ODYgQzM0NS44NTk0NTksMjAuMTEyMTYyMiAzNDYuMzMzNzg0LDIwLjIxNzU2NzYgMzQ2Ljg2MDgxMSwyMC4yMTc1Njc2IEwzNTAuOTE4OTE5LDIwLjIxNzU2NzYgTDM1MC45MTg5MTksMjEuNjkzMjQzMiBMMzQ3LjY1MTM1MSwyMS42OTMyNDMyIEwzNDUuMjI3MDI3LDI0LjExNzU2NzYgTDM0My4wMTM1MTQsMjQuMTE3NTY3NiBaIE0zNDEuOTU5NDU5LDI0LjA2NDg2NDkgTDM0MC4wMDk0NTksMjQuMDY0ODY0OSBMMzM4LjU4NjQ4NiwyMS42NDA1NDA1IEwzMzQuNTI4Mzc4LDIxLjY0MDU0MDUgTDMzNS40MjQzMjQsMjAuMTY0ODY0OSBMMzM3LjY5MDU0MSwyMC4xNjQ4NjQ5IEwzMzYuMjE0ODY1LDE3LjY4NzgzNzggTDMzMi4zMTQ4NjUsMjQuMDY0ODY0OSBMMzMwLjM2NDg2NSwyNC4wNjQ4NjQ5IEwzMzUuMDU1NDA1LDE2LjMxNzU2NzYgQzMzNS4xNjA4MTEsMTYuMTA2NzU2OCAzMzUuMzE4OTE5LDE1Ljk0ODY0ODYgMzM1LjUyOTczLDE1Ljc5MDU0MDUgQzMzNS43OTMyNDMsMTUuNTc5NzI5NyAzMzYuMDA0MDU0LDE1LjUyNzAyNyAzMzYuMjE0ODY1LDE1LjUyNzAyNyBDMzM2LjQyNTY3NiwxNS41MjcwMjcgMzM2LjY4OTE4OSwxNS42MzI0MzI0IDMzNi45LDE1Ljc5MDU0MDUgQzMzNy4xMTA4MTEsMTUuOTQ4NjQ4NiAzMzcuMjY4OTE5LDE2LjE1OTQ1OTUgMzM3LjM3NDMyNCwxNi4zNzAyNzAzIEwzNDEuOTU5NDU5LDI0LjA2NDg2NDkgWiBNMzIyLjM1NDA1NCwyNC4xMTc1Njc2IEwzMjAuODc4Mzc4LDI0LjExNzU2NzYgTDMyMC44NzgzNzgsMTUuNTI3MDI3IEwzMjIuMzU0MDU0LDE1LjUyNzAyNyBMMzIyLjM1NDA1NCwyNC4xMTc1Njc2IFogTTMyOC45OTQ1OTUsMjQuMTE3NTY3NiBMMzI3LjUxODkxOSwyNC4xMTc1Njc2IEwzMjcuNTE4OTE5LDIwLjUzMzc4MzggTDMyMi40NTk0NTksMjAuNTMzNzgzOCBMMzIyLjQ1OTQ1OSwxOS4wNTgxMDgxIEwzMjcuNTE4OTE5LDE5LjA1ODEwODEgTDMyNy41MTg5MTksMTUuNTI3MDI3IEwzMjguOTk0NTk1LDE1LjUyNzAyNyBMMzI4Ljk5NDU5NSwyNC4xMTc1Njc2IFogTTMxOC40NTQwNTQsMjQuMjc1Njc1NyBMMzE2Ljc2NzU2OCwyNC4yNzU2NzU3IEwzMTUuNTAyNzAzLDE4LjI2NzU2NzYgTDMxMi42MDQwNTQsMjMuODAxMzUxNCBDMzEyLjM5MzI0MywyNC4xNzAyNzAzIDMxMi4xMjk3MywyNC4zODEwODExIDMxMS44MTM1MTQsMjQuMzgxMDgxMSBDMzExLjQ0NDU5NSwyNC4zODEwODExIDMxMS4xMjgzNzgsMjQuMTcwMjcwMyAzMTAuOTE3NTY4LDIzLjgwMTM1MTQgTDMwOC4wMTg5MTksMTguMjY3NTY3NiBMMzA2Ljc1NDA1NCwyNC4yNzU2NzU3IEwzMDUuMDY3NTY4LDI0LjI3NTY3NTcgTDMwNy4wMTc1NjgsMTYuMzcwMjcwMyBDMzA3LjA3MDI3LDE2LjE1OTQ1OTUgMzA3LjE3NTY3NiwxNS45NDg2NDg2IDMwNy4zMzM3ODQsMTUuNzkwNTQwNSBDMzA3LjQ5MTg5MiwxNS42MzI0MzI0IDMwNy43MDI3MDMsMTUuNTI3MDI3IDMwNy45MTM1MTQsMTUuNTI3MDI3IEMzMDguMjI5NzMsMTUuNTI3MDI3IDMwOC41NDU5NDYsMTUuNzkwNTQwNSAzMDguODYyMTYyLDE2LjM3MDI3MDMgTDMxMS43MDgxMDgsMjIuMDA5NDU5NSBMMzE0LjYwNjc1NywxNi4zNzAyNzAzIEMzMTQuOTIyOTczLDE1Ljc5MDU0MDUgMzE1LjE4NjQ4NiwxNS41MjcwMjcgMzE1LjU1NTQwNSwxNS41MjcwMjcgQzMxNS43NjYyMTYsMTUuNTI3MDI3IDMxNS45NzcwMjcsMTUuNjMyNDMyNCAzMTYuMTM1MTM1LDE1Ljc5MDU0MDUgQzMxNi4yOTMyNDMsMTUuOTQ4NjQ4NiAzMTYuMzk4NjQ5LDE2LjE1OTQ1OTUgMzE2LjQ1MTM1MSwxNi4zNzAyNzAzIEwzMTguNDU0MDU0LDI0LjI3NTY3NTcgWiBNMzE3LjE4OTE4OSwzMy45NzI5NzMgQzMxNy4xODkxODksMzUuMjM3ODM3OCAzMTYuNzY3NTY4LDM2LjI5MTg5MTkgMzE1Ljk3NzAyNywzNy4xMzUxMzUxIEMzMTUuMTg2NDg2LDM3Ljk3ODM3ODQgMzE0LjEzMjQzMiwzOC40IDMxMi44Njc1NjgsMzguNCBMMzEwLjQ0MzI0MywzOC40IEMzMDkuMTc4Mzc4LDM4LjQgMzA4LjE3NzAyNywzNy45NzgzNzg0IDMwNy4zMzM3ODQsMzcuMTM1MTM1MSBDMzA2LjQ5MDU0MSwzNi4yOTE4OTE5IDMwNi4xMjE2MjIsMzUuMjM3ODM3OCAzMDYuMTIxNjIyLDMzLjk3Mjk3MyBDMzA2LjEyMTYyMiwzMi43MDgxMDgxIDMwNi41NDMyNDMsMzEuNzA2NzU2OCAzMDcuMzMzNzg0LDMwLjkxNjIxNjIgQzMwOC4xMjQzMjQsMzAuMTI1Njc1NyAzMDkuMTc4Mzc4LDI5Ljc1Njc1NjggMzEwLjQ0MzI0MywyOS43NTY3NTY4IEwzMTIuODY3NTY4LDI5Ljc1Njc1NjggQzMxNC4xMzI0MzIsMjkuNzU2NzU2OCAzMTUuMTg2NDg2LDMwLjEyNTY3NTcgMzE1Ljk3NzAyNywzMC45MTYyMTYyIEMzMTYuNzY3NTY4LDMxLjcwNjc1NjggMzE3LjE4OTE4OSwzMi43MDgxMDgxIDMxNy4xODkxODksMzMuOTcyOTczIFogTTMxNS44MTg5MTksMzQuMTgzNzgzOCBDMzE1LjgxODkxOSwzMy4zNDA1NDA1IDMxNS41NTU0MDUsMzIuNjU1NDA1NCAzMTUuMDI4Mzc4LDMyLjEyODM3ODQgQzMxNC41MDEzNTEsMzEuNjAxMzUxNCAzMTMuODE2MjE2LDMxLjMzNzgzNzggMzEyLjk3Mjk3MywzMS4zMzc4Mzc4IEwzMTAuNTQ4NjQ5LDMxLjMzNzgzNzggQzMwOS43MDU0MDUsMzEuMzM3ODM3OCAzMDkuMDcyOTczLDMxLjYwMTM1MTQgMzA4LjQ5MzI0MywzMi4xMjgzNzg0IEMzMDcuOTEzNTE0LDMyLjY1NTQwNTQgMzA3LjcwMjcwMywzMy4zNDA1NDA1IDMwNy43MDI3MDMsMzQuMTgzNzgzOCBDMzA3LjcwMjcwMywzNS4wMjcwMjcgMzA3Ljk2NjIxNiwzNS42NTk0NTk1IDMwOC40OTMyNDMsMzYuMTg2NDg2NSBDMzA5LjAyMDI3LDM2LjcxMzUxMzUgMzA5LjcwNTQwNSwzNi45MjQzMjQzIDMxMC41NDg2NDksMzYuOTI0MzI0MyBMMzEyLjk3Mjk3MywzNi45MjQzMjQzIEMzMTMuODE2MjE2LDM2LjkyNDMyNDMgMzE0LjUwMTM1MSwzNi42NjA4MTA4IDMxNS4wMjgzNzgsMzYuMTg2NDg2NSBDMzE1LjU1NTQwNSwzNS43MTIxNjIyIDMxNS44MTg5MTksMzUuMDI3MDI3IDMxNS44MTg5MTksMzQuMTgzNzgzOCBaIE0yOTQuMzY4OTE5LDI0LjA2NDg2NDkgTDI5NC40MjE2MjIsMjIuNTM2NDg2NSBMMjk5LjI3MDI3LDIyLjUzNjQ4NjUgQzMwMC4xMTM1MTQsMjIuNTM2NDg2NSAzMDAuNzk4NjQ5LDIyLjMyNTY3NTcgMzAxLjMyNTY3NiwyMS43OTg2NDg2IEMzMDEuODUyNzAzLDIxLjI3MTYyMTYgMzAyLjExNjIxNiwyMC42MzkxODkyIDMwMi4xMTYyMTYsMTkuNzk1OTQ1OSBMMzAyLjExNjIxNiwxOS43NDMyNDMyIEMzMDEuMzc4Mzc4LDIwLjIxNzU2NzYgMzAwLjM3NzAyNywyMC40MjgzNzg0IDI5OS4wNTk0NTksMjAuNDI4Mzc4NCBMMjk4LjUzMjQzMiwyMC40MjgzNzg0IEMyOTcuMTA5NDU5LDIwLjQyODM3ODQgMjk2LjAwMjcwMywyMC4xMTIxNjIyIDI5NS4yNjQ4NjUsMTkuNTg1MTM1MSBDMjk0LjQyMTYyMiwxOC45NTI3MDI3IDI5NCwxNy44OTg2NDg2IDI5NCwxNi41MjgzNzg0IEwyOTQsMTUuMDUyNzAyNyBMMjk1LjUyODM3OCwxNS4wNTI3MDI3IEwyOTUuNTI4Mzc4LDE2LjUyODM3ODQgQzI5NS41MjgzNzgsMTcuNTI5NzI5NyAyOTUuODQ0NTk1LDE4LjI2NzU2NzYgMjk2LjU4MjQzMiwxOC41ODM3ODM4IEMyOTcuMDA0MDU0LDE4Ljc5NDU5NDYgMjk3Ljg0NzI5NywxOC45IDI5OS4wMDY3NTcsMTguOSBDMzAwLjAwODEwOCwxOC45IDMwMC42OTMyNDMsMTguNzQxODkxOSAzMDEuMTY3NTY4LDE4LjQyNTY3NTcgQzMwMS43NDcyOTcsMTguMDU2NzU2OCAzMDIuMDEwODExLDE3LjM3MTYyMTYgMzAyLjAxMDgxMSwxNi40NzU2NzU3IEwzMDIuMDEwODExLDE1IEwzMDMuNTM5MTg5LDE1IEwzMDMuNTM5MTg5LDE1LjA1MjcwMjcgTDMwMy41MzkxODksMTYuNDc1Njc1NyBMMzAzLjUzOTE4OSwxOS42Mzc4Mzc4IEwzMDMuNTM5MTg5LDE5Ljk1NDA1NDEgQzMwMy40ODY0ODYsMjEuMTEzNTEzNSAzMDMuMDY0ODY1LDIyLjA2MjE2MjIgMzAyLjMyNzAyNywyMi44IEMzMDEuNDgzNzg0LDIzLjY0MzI0MzIgMzAwLjQ4MjQzMiwyNC4wNjQ4NjQ5IDI5OS4yMTc1NjgsMjQuMDY0ODY0OSBMMjk0LjM2ODkxOSwyNC4wNjQ4NjQ5IFogTTI3MC43ODMwNTUsMjAuODkzMDUxMiBDMjcxLjM5OTQwNSwyMC44OTMwNTEyIDI3MS45ODY0MDUsMjEuMTU3MjAxMiAyNzIuNDU2MDA1LDIxLjYyNjgwMTMgQzI3Mi44OTYyNTUsMjIuMDY3MDUxNCAyNzMuMTYwNDA1LDIyLjY4MzQwMTQgMjczLjE2MDQwNSwyMy4yNzA0MDE1IEMyNzMuMTYwNDA1LDIzLjg1NzQwMTYgMjcyLjk1NDk1NSwyNC40NzM3NTE3IDI3Mi41MTQ3MDUsMjQuOTQzMzUxOCBMMjU1LjYwOTEwMyw0MS44NzgzMDQxIEwyNTIuMjYzMjAzLDM4LjUzMjQwMzYgTDI1NS43MjY1MDMsMzUuMDY5MTAzMSBMMjU2LjEzNzQwMywzNC42NTgyMDMxIEwyNTUuNTc5NzUzLDM0LjM5NDA1MyBDMjU1LjA4MDgwMywzNC4xNTkyNTMgMjU0LjU4MTg1MywzMy44NjU3NTMgMjU0LjExMjI1MywzMy41NDI5MDI5IEMyNTMuNjQyNjUzLDMzLjE5MDcwMjkgMjUzLjE3MzA1MywzMi44MDkxNTI4IDI1Mi43NjIxNTMsMzIuMzk4MjUyOCBDMjUxLjA1OTg1MiwzMC42OTU5NTI1IDI1MC4wNjE5NTIsMjguNTUzNDAyMiAyNTAuMDAzMjUyLDI2LjM1MjE1MTkgQzI0OS45NDQ1NTIsMjQuMzI3MDAxNyAyNTAuNjc4MzAyLDIyLjI0MzE1MTQgMjUyLjM4MDYwMywyMC4zOTQxMDExIEwyNjAuMDcwMzA0LDEyLjcwNDQwMDEgQzI2MC41NjkyNTQsMTIuMjM0OCAyNjEuMTg1NjA0LDEyIDI2MS44MDE5NTQsMTIgQzI2Mi40MTgzMDQsMTIgMjYzLjAzNDY1NCwxMi4yMzQ4IDI2My41MDQyNTQsMTIuNzA0NDAwMSBDMjYzLjk0NDUwNCwxMy4xNDQ2NTAyIDI2NC4yMDg2NTQsMTMuNzYxMDAwMiAyNjQuMjA4NjU0LDE0LjM0ODAwMDMgQzI2NC4yMDg2NTQsMTQuOTY0MzUwNCAyNjQuMDAzMjA0LDE1LjU4MDcwMDUgMjYzLjU2Mjk1NCwxNi4wNTAzMDA1IEwyNTYuNjM2MzUzLDIyLjk3NjkwMTUgQzI1NS42Njc4MDMsMjMuOTQ1NDUxNiAyNTUuMTY4ODUzLDI0Ljk3MjcwMTggMjU1LjA4MDgwMywyNS45OTk5NTE5IEMyNTUuMDIyMTAzLDI3LjA1NjU1MiAyNTUuNDAzNjUzLDI4LjA1NDQ1MjIgMjU2LjI1NDgwMywyOC45MDU2MDIzIEMyNTcuMTA1OTUzLDI5Ljc1Njc1MjQgMjU4LjEwMzg1MywzMC4xMzgzMDI1IDI1OS4xMzExMDMsMzAuMDUwMjUyNCBDMjYwLjE1ODM1NCwyOS45NjIyMDI0IDI2MS4xODU2MDQsMjkuNDMzOTAyNCAyNjIuMTU0MTU0LDI4LjQ2NTM1MjIgTDI2OS4wODA3NTUsMjEuNTM4NzUxMyBDMjY5LjU3OTcwNSwyMS4wOTg1MDEyIDI3MC4xNjY3MDUsMjAuODkzMDUxMiAyNzAuNzgzMDU1LDIwLjg5MzA1MTIgWiBNMjY1LjAzMDQ1NCwxNi45NjAxNTA3IEMyNjYuODUwMTU1LDE1LjIyODUwMDQgMjY4LjkzNDAwNSwxNC40OTQ3NTAzIDI3MC45ODg1MDUsMTQuNTUzNDUwMyBDMjczLjE2MDQwNSwxNC42MTIxNTA0IDI3NS4zMDI5NTYsMTUuNjEwMDUwNSAyNzYuOTc1OTA2LDE3LjI4MzAwMDcgQzI3OC42NDg4NTYsMTguOTU1OTUwOSAyNzkuNjQ2NzU2LDIxLjA5ODUwMTIgMjc5LjcwNTQ1NiwyMy4yOTk3NTE1IEMyNzkuNzY0MTU2LDI1LjMyNDkwMTggMjc4LjY3ODIwNiwyNy4xNDQ2MDIxIDI3Ni45NzU5MDYsMjguOTkzNjUyMyBMMjY3LjU4MzkwNSwzOC4zODU2NTM2IEMyNjYuNTU2NjU0LDM3LjM1ODQwMzQgMjY1LjU1ODc1NCwzNi4yNzI0NTMzIDI2NC41MzE1MDQsMzUuMjQ1MjAzMiBMMjczLjcxODA1NSwyNi4wODgwMDE5IEwyNzMuNzQ3NDA1LDI2LjA1ODY1MTkgQzI3NC4wOTk2MDUsMjUuNjQ3NzUxOSAyNzQuMzkzMTA2LDI1LjIwNzUwMTggMjc0LjU2OTIwNiwyNC43Mzc5MDE3IEMyNzQuNzQ1MzA2LDI0LjIzODk1MTcgMjc0LjgzMzM1NiwyMy43NDAwMDE2IDI3NC44MzMzNTYsMjMuMjExNzAxNSBDMjc0LjgzMzM1NiwyMi42ODM0MDE0IDI3NC43MTU5NTYsMjIuMTU1MTAxNCAyNzQuNTEwNTA2LDIxLjY4NTUwMTMgQzI3NC4zMzQ0MDYsMjEuMjE1OTAxMiAyNzQuMDQwOTA1LDIwLjc3NTY1MTIgMjczLjY1OTM1NSwyMC4zOTQxMDExIEMyNzMuMjc3ODA1LDIwLjA0MTkwMTEgMjcyLjgzNzU1NSwxOS43NDg0MDExIDI3Mi4zNjc5NTUsMTkuNTQyOTUxIEMyNzEuODY5MDA1LDE5LjMzNzUwMSAyNzEuMzcwMDU1LDE5LjIyMDEwMSAyNzAuODQxNzU1LDE5LjIyMDEwMSBDMjcwLjMxMzQ1NSwxOS4yMjAxMDEgMjY5LjgxNDUwNSwxOS4zMDgxNTEgMjY5LjMxNTU1NSwxOS40ODQyNTEgQzI2OC44NDU5NTUsMTkuNjYwMzUxIDI2OC4zNzYzNTUsMTkuOTUzODUxMSAyNjcuOTk0ODA1LDIwLjMwNjA1MTEgTDI2Ny45NjU0NTUsMjAuMzM1NDAxMSBMMjYxLjMwMzAwNCwyNi45OTc4NTIgTDI2MS4wMDk1MDQsMjcuMjkxMzUyMSBDMjYwLjY1NzMwNCwyNy42NDM1NTIxIDI2MC4zMDUxMDQsMjcuOTA3NzAyMiAyNTkuOTgyMjU0LDI4LjA4MzgwMjIgQzI1OS42NTk0MDQsMjguMjU5OTAyMiAyNTkuMzM2NTUzLDI4LjM0Nzk1MjIgMjU5LjA0MzA1MywyOC4zNzczMDIyIEMyNTguNzc4OTAzLDI4LjM3NzMwMjIgMjU4LjUxNDc1MywyOC4zNDc5NTIyIDI1OC4yNTA2MDMsMjguMjMwNTUyMiBDMjU3Ljk4NjQ1MywyOC4xNDI1MDIyIDI1Ny43MjIzMDMsMjcuOTY2NDAyMiAyNTcuNDU4MTUzLDI3LjcwMjI1MjEgQzI1Ny4xOTQwMDMsMjcuNDM4MTAyMSAyNTcuMDE3OTAzLDI3LjE3Mzk1MjEgMjU2LjkwMDUwMywyNi45MDk4MDIgQzI1Ni43ODMxMDMsMjYuNjQ1NjUyIDI1Ni43MjQ0MDMsMjYuMzUyMTUxOSAyNTYuNzUzNzUzLDI2LjA4ODAwMTkgQzI1Ni43ODMxMDMsMjUuNzk0NTAxOSAyNTYuODcxMTUzLDI1LjQ3MTY1MTggMjU3LjA0NzI1MywyNS4xNDg4MDE4IEMyNTcuMjUyNzAzLDI0Ljc5NjYwMTcgMjU3LjQ4NzUwMywyNC40NzM3NTE3IDI1Ny44Mzk3MDMsMjQuMTIxNTUxNiBMMjU4LjEzMzIwMywyMy44MjgwNTE2IEwyNTkuNzQ3NDU0LDIyLjIxMzgwMTQgTDI2NS4wMzA0NTQsMTYuOTYwMTUwNyBaIj48L3BhdGg+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
}
@media (max-width: 768px) {
    .wrapper{
        width:100%;
    }
}

/* End */


/* Start:/driver/css/bootstrap.min.css?1609226426183989*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

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

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

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

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

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

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

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

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

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

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

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

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label::after, .was-validated .custom-file-input:valid ~ .custom-file-label::after {
    border-color: inherit
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label::after, .was-validated .custom-file-input:invalid ~ .custom-file-label::after {
    border-color: inherit
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #80bdff
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

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

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group > .card:only-child {
        border-radius: .25rem
    }

    .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

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

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

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

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

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

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

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

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

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

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

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

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

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

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

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

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

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

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

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

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

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

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

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

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

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

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

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

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

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

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

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

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

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

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

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

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

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

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

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

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

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

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

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

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

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

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

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

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

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

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

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

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

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

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

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

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

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

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

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

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

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

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

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

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

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

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.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: .25rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5, .mx-5 {
    margin-left: 3rem !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: .25rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5, .px-5 {
    padding-left: 3rem !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
}

@media (min-width: 576px) {
    .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: .25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

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

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

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

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

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !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: .25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

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

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

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

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

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !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) {
    .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: .25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

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

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

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

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

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !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: .25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

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

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

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

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

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !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) {
    .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: .25rem !important
    }

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

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

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

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

    .m-lg-2 {
        margin: .5rem !important
    }

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

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

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

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

    .m-lg-3 {
        margin: 1rem !important
    }

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

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

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

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

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

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

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

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

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

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !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: .25rem !important
    }

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

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

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

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

    .p-lg-2 {
        padding: .5rem !important
    }

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

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

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

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

    .p-lg-3 {
        padding: 1rem !important
    }

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

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

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

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

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

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

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

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

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

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !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: 1200px) {
    .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: .25rem !important
    }

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

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

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

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

    .m-xl-2 {
        margin: .5rem !important
    }

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

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

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

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

    .m-xl-3 {
        margin: 1rem !important
    }

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

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

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

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

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

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

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

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

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

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !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: .25rem !important
    }

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

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

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

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

    .p-xl-2 {
        padding: .5rem !important
    }

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

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

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

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

    .p-xl-3 {
        padding: 1rem !important
    }

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

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

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

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

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

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

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

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

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

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !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
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

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

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

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

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

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

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

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

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

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

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */
/* End */


/* Start:/driver/css/style.css?160922642610420*/
@font-face {
    font-family: Montserrat;
    src: url('/driver/css/../fonts/Montserrat-Bold.eot');
    src: url('/driver/css/../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('/driver/css/../fonts/Montserrat-Bold.woff') format('woff'),
    url('/driver/css/../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url('/driver/css/../fonts/Roboto-Regular.eot');
    src: url('/driver/css/../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('/driver/css/../fonts/Roboto-Regular.woff') format('woff'),
    url('/driver/css/../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto-Bold;
    src: url('/driver/css/../fonts/Roboto-Bold.eot');
    src: url('/driver/css/../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('/driver/css/../fonts/Roboto-Bold.woff') format('woff'),
    url('/driver/css/../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

header{
    background-color: rgba(1,9,28,1);
}

body{
    font-family: 'MyriadProRegular';
}

.montserrat {
    font-family: Montserrat;
}

.roboto {
    font-family: Roboto;
}

.roboto-bold {
    font-family: Roboto-Bold;
}

.color-white {
    color: #efefef;
}

.color-black {
    color: #333333;
}

.color-grey {
    color: #b3b3b3;
}

.color-darkgrey {
    color: #686868;
}

.color-orange {
    color: #ff8800;
}

.fs-14 {
    font-size: 14px;
}

.fs-20 {
    font-size: 20px;
}

.fs-25 {
    font-size: 25px;
}

.fs-40 {
    font-size: 40px;
}

.w-300 {
    width: 300px
}

.pb-7 {
    padding-bottom: 7px;
}

.title {
    max-width: 800px;
}

.mobile{
    display:none;
}

.col-1{
    max-width: 30px;
}

navy.fr{
    display:none;
}

.transition{
    opacity: 0;
    box-shadow:0 4px 10px 0 rgba(39, 174, 96, 0.7)!important;
    transition: all .8s ease-in-out;
}

#small-dialog h1 span{
    display:none!important;
}

h1 {
    font-family: Roboto-Bold;
    font-size: 46px;
    line-height: 65px;
    color: #ff8800;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
    position: relative;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, .5);
}

.container {
    font-size: 20px;
    color: #efefef;
    font-family: Montserrat;
    line-height: normal;
}

.wrapper {
    width: unset;
    max-width: 1110px;
}

.container a {
    text-decoration: none;
    border-bottom: 2px solid currentColor;
    display: inline-block;
    line-height: 0.85;
}

.container a:hover {
    border-bottom: none;
    color: currentColor;
}

#main {
    /*height:100vh;*/
    background-color: #2e2f34;
    color: #efefef;
}

#main .left-side {
    max-width: 528px;
    padding: 100px 0;
    position: relative;
}

#main .container {
    position: relative;
}

#cargo-searching {
    width: 582px;
    height: 722px;
    border-radius: 10px;
    box-shadow: 0 20px 64px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: absolute;
    top: 83px;
    right: 15px;
    padding: 20px;
    color: #686868;
    font-family: Roboto;
}

#cargo-searching .search-header {
    display: flex;
    justify-content: space-between;
}

#cargo-searching .reg-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 196px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 45%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 28px;
    color: #b3b3b3;
    border-radius: 10px;
}

#diode {
    border-radius: 100%;
    width: 14px;
    height: 14px;
    box-shadow: 0 4px 10px 0 rgba(39, 174, 96, 0.7);
    background-color: #27ae60;
    margin-right: 10px;
}

#cargo-container .cargo-element {
    width: 542px;
    height: 137px;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-top: 20px;
    padding: 20px;
    position: relative;
}

#cargo-container .left-col {
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px;
    line-height: 1.21;
}

#cargo-container .right-col {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    font-size: 14px;
    text-align: right;
    line-height: 1.21;
}

#cargo-container .direction {
    margin-bottom: 12px;
}

#cargo-container .cargo {
    margin-bottom: 12px;
}

#cargo-container .weight {
    font-size: 14px;
}

#cargo-container .cargo-date-header {
    color: #b3b3b3;
    margin-bottom: 2px;
}

#cargo-container .cargo-date {
    margin-bottom: 15px;
}

#cargo-container .get-cargo-button {
    width: 177px;
    height: 43px;
    border-radius: 3px;
    background-color: #d5d5d5;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
    line-height: 1.07;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    padding: 14px;
}

.orange-button-group {
    position: relative;
    height: 78px;
}

.orange-button {
    position: absolute;
    z-index: 2;
    width: 357px;
    height: 78px;
    border-radius: 3px;
    background-image: linear-gradient(to top, #f09737, #f5bf42);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.94;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.orange-button-shadow {
    position: absolute;
    z-index: 1;
    width: 357px;
    height: 78px;
    border-radius: 3px;
    box-shadow: 0 5px 15px 0 rgba(222, 127, 24, 0.4);
    background-color: #cd7b00;
    top: 2px;
}

#opportunities {
    background-color: #ffffff;
}

#opportunities .container {
    margin-top: 168px;
    margin-bottom: 168px;
    color: #333333;
}

.svg-background {
    position: absolute;
    opacity: 0.05;
    top: -40px;
    left: -20px;
}

#advantages {
    box-shadow: 0 4px 32px 0 rgba(46, 47, 52, 0.25);
    background-color: #2e2f34;
}

#advantages .container {
    padding-top: 150px;
    padding-bottom: 150px;
    color: #efefef;
    background-image: url('/driver/css/../img/diagram.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position-x: -23%;
}

#diagram {
    position: absolute;
}

#register {
    background-color: #ffffff;
}

#register a {
    color: #ff8800;
    border-bottom: 2px currentColor dashed;
}

#register a:hover {
    color: #ff8800;
    border-bottom: 2px currentColor solid;
}

#register .container {
    padding: 170px 0;
}

#register .left-side {
    max-width: 528px;
}

.reg-form {
    border-radius: 10px;
    box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    max-width: 410px;
    max-height: 482px;
    padding: 30px;
}

.reg-form input {
    font-size: 14px;
    font-family: Roboto;
    width: 100%;
    margin-bottom: 18px;
    padding: 16px 13px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
}

.reg-form .orange-button,
.reg-form .orange-button-shadow {
    width: 100%;
    height: 60px;
    font-size: 16px;
    border: none;
}

.form-pen .ter {
    top: 294px;
    background: transparent;
    border: none;
    font-size: 14px;
    left: 30px;
}

/****************АДАПТИВ****************/
@media (max-width: 1199px) {
    .wrapper {
        max-width: 930px;
    }

    .container {
        font-size: 14px;
    }

    .container a {
        border-bottom: 1px solid currentColor;
    }

    #main .fs-25 {
        font-size: 14px;
    }

    #main .fs-40 {
        font-size: 20px;
    }

    #main .left-side {
        max-width: 240px;
        padding: 125px 0 211px;
    }

    #main .orange-button,
    #main .orange-button-shadow {
        width: 240px;
        height: 60px;
        text-align: center;
    }

    #cargo-searching {
        font-size: 20px;
    }

    .title {
        max-width: 500px;
    }

    #opportunities .container {
        margin-top: 119px;
        margin-bottom: 119px;
    }

    #opportunities .container .col-6 {
        flex: unset;
        max-width: unset;
    }

    .svg-background{
        top: 30px;
        height: 90%;
        right: 0;
        left:480px;
    }

    #opportunities .col-6:nth-of-type(2) .svg-background{
        left:510px;
    }

    #advantages .container {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    #advantages .hide{
        display:flex;
    }

    #advantages .col-5{
        display:none;
    }

    #advantages .col-3{
        flex: 0 0 50%;
        /*max-width: 330px;*/
        max-width: 50%;
        font-size:20px;
    }

    #register .container {
        padding: 100px 15px;
    }

    #register a{
        line-height:1.4;
        border-bottom: 1px currentColor dashed;
        font-size:20px;
    }

    #register a:hover {
        color: #ff8800;
        border-bottom: 1px currentColor solid;
    }

    #register .color-darkgrey.roboto{
        font-size:20px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 960px;
        margin-left: 39px;
    }

    #cargo-searching {
        right: 0;
        left: 290px;
        top: 40px;
    }

    #register .col-6:nth-of-type(2){
        max-width:360px;
    }
}

@media (max-width: 767px) {
    .wrapper{
        padding-left: 10px;
    }

    .container{
        margin-left:unset;
    }

    #cargo-searching{
        display:none;
    }

    #main .left-side {
        padding: 57px 0;
    }

    #opportunities .container{
        margin-top:50px;
        margin-bottom:50px;
    }

    #opportunities .fs-40,
    #advantages .fs-40{
        font-size:25px;
    }

    .svg-background{
        top: 30px;
        height: 50%;
        right: 0;
        left: 140px;
    }

    #opportunities .col-6:nth-of-type(2) .svg-background{
        left:170px;
    }

    #advantages .container {
        padding-top: 59px;
        padding-bottom: 59px;
    }

    #register .container {
        padding: 50px 15px;
    }

    #register .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #register .col-6:nth-of-type(2) {
        margin: auto;
    }

    .reg-form{
        max-height: 522px;
    }

    #advantages .mobile-hide,
    #register .mobile-hide{
        display:none;
    }

    #advantages .mobile,
    #register .mobile{
        display:block;
    }
}
/* End */


/* Start:/bitrix/templates/b2b/template_styles.css?160922648222511*/
body{padding: 0;margin: 0;cursor: default;width:100%; font-family: 'MyriadProRegular'; min-width:320px} 
html, body{height: auto; min-height: 100%;overflow-x: hidden}
header {height: 55px; background-color: rgba(1,9,28,1); width: 100%}

.gk-fix *, .mfp-wrap * {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;}

h1,h2,h3,h4,h5,h6 {padding:0;margin:0}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {outline: none;}
a:hover {text-decoration:none}
::selection {background: #292929!important;    color: #fff!important;}
*:disabled {cursor: no-drop!important}
input, textarea { /*-webkit-appearance: none;*/  -webkit-border-radius: 0; font-family: 'MyriadProRegular';}
input:focus::-webkit-input-placeholder {color: transparent;}
input:focus::-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder {color: transparent;}
input:focus:-moz-placeholder {color: transparent;}
textarea:focus::-webkit-input-placeholder {color: transparent;}
textarea:focus::-moz-placeholder {color: transparent;}
textarea:focus:-ms-input-placeholder {color: transparent;}
textarea:focus:-moz-placeholder {color: transparent;}

	.dn{display:none !important}.db{display:block}.ws{width:100%}.fl{float:left}.fr{float:right}.ib{display:inline-block}.pr{position:relative}.pa{position:absolute}.cp{cursor:pointer}
	.ma{margin:0 auto}
	.tac{text-align:center}
	.tar{text-align:right}
	.ttm{text-transform:uppercase}
	.ibws{display:inline-block;width:100%}
	.fwb{font-weight:bold}
	.clfx:after{content:''; clear:both;display: table}
	.wrapper {width:940px;margin:0 auto}	
	.main-icon {width: 140px;height: 30px;margin-top:12px}
	.imgp {background-position-x:center; background-position-y:center; background-repeat:no-repeat}
	.flexbox {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
.enter-system { background-color: rgba(1,9,28,1);line-height: 55px;margin-left:15px}
.enter-system::before {content: '';    display: block;    position: absolute;    height: 100%;    width: 150rem;    top: 0;    left: 100%;    background-color: inherit;}
.enter-system button, .enter-system label {background: transparent;padding: 0; border: none;    font-size: 16px; text-align: left; color: #c7c7c7;margin-left:0px;text-decoration:underline;cursor:pointer;    margin-bottom: 0;}
.enter-system button:hover, .enter-system label:hover, .ittem-footer-info-block .liuilk-to-sluders a:hover, .link-more-job:hover, .audio-rew-text:hover {text-decoration:none}
navy ul li a:hover {border-bottom:none}
.enter-system button:hover, .enter-system label:hover {color:#fff}
.bl-bt.db {display: block}

.buttons-offer-block i {    display: inline-block;    width: 10px;    height: 9px;    margin-right: 7px;    background-size: contain;
    -webkit-filter: brightness(10) contrast(10) grayscale(1) invert(1) saturate(10);
    filter: brightness(10) contrast(10) grayscale(1) invert(1) saturate(10);
}
.enter-system i{display: inline-block;min-width: 5px;min-height: 5px;margin-right: 8px;    background-size: contain;    background-repeat: no-repeat;    background-position: center;}
.enter-system i.icon-download-app { width: 13px;height: 16px;}
.enter-system i.icon-enter-system {width: 17px; height: 11px;}
.enter-system p {display:inline}
.enter-system .login-button, .enter-system  .reg-button {
    font-family: 'MyriadProRegular';
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    background: transparent;
    color: #ffffff;
    opacity: .6;
    border: 3px solid #ffffff !important;
    border-radius: 25px !important;
    padding: 7px 16px 6px !important;
    text-transform: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.enter-system .login-button {
    margin-right: 10px;
    margin-left: 10px;
}
.enter-system .reg-button { 
    color: #ff8800;
    opacity: 1;
    border: 3px solid #ff8800 !important;
}
.enter-system .login-button:hover {
    /*background: #ff8800 !important;*/
    color: #ffffff;
    opacity: 1;
}
.enter-system .reg-button:hover {
    color: #ffffff;
    background: #ff8800 !important;
}
.global-block {padding-top:80px}
.global-title-block {font-size: 36px; line-height: 36px;}
.bl-bt{ 
	-webkit-transition:all .3s ease;  -moz-transition:all .3s ease;  -o-transition:all .3s ease;  transition:all .3s ease;line-height:51px;  display:inline-block;  height:51px;  padding:0 61px;  color:#fff;border:none;
	text-decoration:none;

	border-radius: 6px;
    background: rgb(255,196,0);
    background: -moz-linear-gradient(top, rgba(255,196,0,1) 0%, rgba(255,145,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,196,0,1) 0%,rgba(255,145,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,196,0,1) 0%,rgba(255,145,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc400', endColorstr='#ff9100',GradientType=0 );
    -webkit-box-shadow: 0px 3px 10px 0px rgba(140, 140, 140, 0.48);
    -moz-box-shadow: 0px 3px 10px 0px rgba(140, 140, 140, 0.48);
    box-shadow: 0px 3px 10px 0px rgba(140, 140, 140, 0.48);

}
.bl-bt:hover{
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#b3000000',GradientType=0 );	
}
.gloabal-screen {width:100%;height:100%;}

/*footer*/ 
.footer-phone-icon, .footer-phone-icon, .footer-mail-icon, .footer-air-icon {width: 21px;line-height: 37.7px; height: 36.7px;}
.footer-phone-icon, .footer-phone-icon, .footer-mail-icon, .footer-air-icon, .social-icon-blok a {background-repeat: no-repeat;background-position-x: center;background-position-y: center}
.social-icon-blok a:first-of-type {margin-left:0}
.social-icon-vk:hover {background-image: url(/bitrix/templates/b2b/img/page/about/jobs/v_hover.svg);}
.social-icon-youtube:hover {background-image: url(/bitrix/templates/b2b/img/page/about/jobs/y_hover.svg);}
.social-icon-fb:hover {background-image: url(/bitrix/templates/b2b/img/page/about/jobs/f_hover.svg);}
.last-footer-line {padding: 15px 0;background: #202020;}
.last-footer-line .title-lfl, .last-footer-line .title-lfl a {font-size: 12px;    color: #acacac;    padding-left: 10px;}
.social-footer-line {background: #e2e2e2}
.social-footer-line .wrapper{padding-top: 17px;padding-bottom: 17px;    min-height: 70px}
.phma-bl, .phma-bl a{ color:#666; font-weight: 600; font-size:14px;line-height: 36.7px;height: 36.7px; margin-left:10px;text-decoration:none}
.soc-phun-blurk{ margin-right:40px}
.footer-phone-icon{ margin-right:10px}
.social-icon-blok a{ display:block;   width: 36.7px;  height: 36.7px;  float:left;  margin-left:17.3px}
.bottom-footer-main-menu {margin:30px auto}
/*sub-footer*/
.fixsubfuterblock, .fixsubfuterblock * {-webkit-box-sizing: initial;-moz-box-sizing: initial;box-sizing:initial; }
.fixsubfuterblock{height:auto;background:#f3f3f3;position:relative;z-index:99}.footer-info-block{min-height:450px}.ittem-footer-info-block{width:33.33%;display:inline-block;position:relative;min-height:100%;min-height:450px;float:left}.ittem-footer-info-block:before{content:"";position:absolute;right:0;top:0;height:100%;width:1px;background:#ccc}.ittem-footer-info-block:last-of-type:before{background:rgba(204,204,204,0)}
.wrapper.footer-info-block{padding:80px 0;     padding-left: 0px;  padding-right: 0px;}
.top-title-ittem-fib{font-size:16px;color:#999;display:none !important}
.blue-title-foot{color:#0aa4f3;font-size:20px; /*padding:50px 0*/     padding: 26px 0 51px;}
.mict-smal-title-foot{font-size:12px;color:#202020}.day-time-block{    height: 105px;background-position: center center; background-repeat: no-repeat; font-size:60px;color:#dbdbdb;padding:32px 0}
.num-block-footer-block{font-size:18px;color:#202020}.ittem-footer-info-block:nth-child(2) .blue-title-foot, .ittem-footer-info-block:nth-child(3) .blue-title-foot{padding:26px 0 51px}.ittem-footer-info-block:nth-child(2) .num-block-footer-block{padding-top:30px;padding-left:0}.ittem-footer-info-block .liuilk-to-sluders a{padding-top:47px;float:none;line-height:1.7;margin-right:0;border:none;text-decoration:underline;cursor:pointer}.num-block-footer-block .footer-phone-icon{background:#44b0f3;width:44px;height:44px;border-radius:50%;margin-top:-10px}.num-block-footer-block .footer-phone-icon svg{margin-top:10px}.ittem-footer-info-block .liuilk-to-sluders a{ padding-top:47px; float:none; line-height:1.7; margin-right:0; border:none; text-decoration:underline; cursor:pointer; display:block}.ittem-liuilk-to-sluders,.liuilk-to-sluders a,.link-block a{ font-size:14px; color:#0aa4f3; border-bottom:solid 1px #0aa4f3; margin-right:40px; line-height:15px}
.phone-icu-dko {display: inline-block;margin: 0;background-position: center center;    background-repeat: no-repeat;width:12px; height:20px;}
.phone-num-dko {display: inline;    position: relative;top: -4px;}
/*end sub-footer*/
/* end footer*/

.back-to-top{ opacity:0;  position:fixed;  bottom:-85px;  left:25px;  z-index:9999;  padding:5px;  -webkit-border-radius:50%;  -webkit-background-clip:padding-box;  -moz-border-radius:50%;  -moz-background-clip:padding;  border-radius:50%;  background-clip:padding-box;  background:#fff;  background:rgba(255,255,255,.6);  -webkit-opacity:0;  -moz-opacity:0;  filter:alpha(opacity=0);  opacity:0;  -webkit-transition:all .5s ease;  -moz-transition:all .5s ease;  -o-transition:all .5s ease;  transition:all .5s ease}
.back-to-top-icon{ display:inline-block;  vertical-align:middle;  position:relative;  width:45px;  height:45px;  line-height:36px; background-position:center; background-repeat:no-repeat; background-size:contain}
.back-to-top_show{ bottom:85px;  -webkit-opacity:.5;  -moz-opacity:.5;  filter:alpha(opacity=50);  opacity:.5}
.icon_color_anthracite .icon__svg, .link:hover .icon_color_anthracite .icon__svg{ stroke:#3e4757}
.icon__svg{ stroke:#f1f1f1;  stroke-linejoin:round;  stroke-linecap:round;  stroke-miterlimit:10;  stroke-width:3.333;  fill:none;  fill:rgba(255,255,255,0);  -webkit-transition:all .4s ease;  -moz-transition:all .4s ease;  -o-transition:all .4s ease;  transition:all .4s ease}
.forgot-pass-bt {font-size: 15px;margin-top: 30px;color: #636363;}

/*modal*/
	#custom-content{ background:#FFF;  padding:20px 30px;  text-align:left;  max-width:650px;  margin:40px auto;  position:relative}
	.mfp-close-btn-in .mfp-close{    font-family: inherit; color:#333; opacity:0.3}
	.mfp-close-btn-in .mfp-close:hover {opacity:1}
	button.mfp-arrow, button.mfp-close{ overflow:visible;  cursor:pointer;  background:0 0;  border:0;  -webkit-appearance:none;  display:block;  outline:0;  padding:0;  z-index:1046;  -webkit-box-shadow:none;  box-shadow:none}
	.mfp-close{ width:70px;  height:70px;  line-height:50px;  position:absolute;  right:0;  top:0;  text-decoration:none;  text-align:center;  opacity:.65;  filter:alpha(opacity=65);  padding:0 0 18px 10px;  color:#FFF;  font-style:normal;  font-size:50px;  font-family:Arial,Baskerville,monospace}

 #small-dialog{ background:white;  padding:60px 120px; max-width:800px;  margin:40px auto;  position:relative;  border-radius: 9px;
  background-color: #f8f8f8;}
 .my-mfp-zoom-in .zoom-anim-dialog{ opacity:0;  -webkit-transition:all 0.2s ease-in-out;  -moz-transition:all 0.2s ease-in-out;  -o-transition:all 0.2s ease-in-out;  transition:all 0.2s ease-in-out;  -webkit-transform:scale(0.8);  -moz-transform:scale(0.8);  -ms-transform:scale(0.8);  -o-transform:scale(0.8);  transform:scale(0.8)}
 .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{ opacity:1;  -webkit-transform:scale(1);  -moz-transform:scale(1);  -ms-transform:scale(1);  -o-transform:scale(1);  transform:scale(1)}
 .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{ -webkit-transform:scale(0.8);  -moz-transform:scale(0.8);  -ms-transform:scale(0.8);  -o-transform:scale(0.8);  transform:scale(0.8);  opacity:0}
 .my-mfp-zoom-in.mfp-bg{ opacity:0;  -webkit-transition:opacity 0.3s ease-out;  -moz-transition:opacity 0.3s ease-out;  -o-transition:opacity 0.3s ease-out;  transition:opacity 0.3s ease-out}
 .my-mfp-zoom-in.mfp-ready.mfp-bg{ opacity:0.8}
 .my-mfp-zoom-in.mfp-removing.mfp-bg{ opacity:0}
 .my-mfp-slide-bottom .zoom-anim-dialog{ opacity:0;  -webkit-transition:all 0.2s ease-out;  -moz-transition:all 0.2s ease-out;  -o-transition:all 0.2s ease-out;  transition:all 0.2s ease-out;  -webkit-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );  -moz-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );  -ms-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );  -o-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );  transform:translateY(-20px) perspective( 600px ) rotateX( 10deg )}
 .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog{ opacity:1;  -webkit-transform:translateY(0) perspective( 600px ) rotateX( 0 );  -moz-transform:translateY(0) perspective( 600px ) rotateX( 0 );  -ms-transform:translateY(0) perspective( 600px ) rotateX( 0 );  -o-transform:translateY(0) perspective( 600px ) rotateX( 0 );  transform:translateY(0) perspective( 600px ) rotateX( 0 )}
 .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog{ opacity:0;  -webkit-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );  -moz-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );  -ms-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );  -o-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );  transform:translateY(-10px) perspective( 600px ) rotateX( 10deg )}
 .my-mfp-slide-bottom.mfp-bg{ opacity:0;  -webkit-transition:opacity 0.3s ease-out;  -moz-transition:opacity 0.3s ease-out;  -o-transition:opacity 0.3s ease-out;  transition:opacity 0.3s ease-out}
 .my-mfp-slide-bottom.mfp-ready.mfp-bg{ opacity:0.8}
 .my-mfp-slide-bottom.mfp-removing.mfp-bg{ opacity:0}
.content-fr-fix-n h1 {margin:0 auto 60px; text-align:center; font-size: 24px;text-shadow: none;}
 
 .form-content-block input[type="text"], .form-content-block input[type="email"], .form-content-block input[type="password"], .form-content-block select {    width: 100%;    height: 35px;	line-height:35px;    margin-bottom: 27px;    font-size: 18px;    color: #000;    padding: 0px 15px;    border-radius: 0px;	border: solid 1px #c7c7c7;    background: transparent;}
 .intl-tel-input { margin-bottom: 27px; width: 100%; }
 
 
 .sys-mess-ferg-pass {
    top: auto;
    margin-top: -7px;
    left: 0;
    color: #ff0000;
    font-size: 14px;
    display: none;
}
.modal-fergot-password .form-content-block .form-pen {margin-bottom: 30px;}

#small-dialog.modal-fergot-password {
    padding: 60px 40px 30px;
    max-width: 400px;
}
.desc-email {font-size: 10px;position: absolute;top: 35px;color: #4e4e4e}
.form-error.content-fr-fix-n h1 {margin:0 auto 55px; text-align:left; font-size: 72px; font-weight: normal;}
#small-dialog.form-error {padding: 70px 82px;}
.form-error .chaad-t {margin:0}
.eror-p { font-size: 24px;line-height: 2.08; margin: 0 auto 15px;padding: 0;}


.form-content-block input[type="submit"] {border:none;width:274px;    padding: 0;    margin: 0 auto;    display: block;}
.form-content-block input[type="submit"]:disabled {background-color: #d8d8d8;}
#small-dialog.modal-enter-system {    padding: 60px 40px 30px;    max-width: 400px;}
.form-pen .ter {line-height: 35px;    height: 35px;    z-index: 2;    color: red;    top: 0;    left: 0;    background: #f8f8f8;    border: solid 1px #c7c7c7;    padding-left: 15px;display: none;}
.form-pen .ter.active-sh{display:block}
.form-pen.load:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    border-bottom: 4px solid rgba(0, 0, 0, .1);
    border-left: 4px solid rgba(0, 0, 0, .1);
    border-right: 4px solid rgba(0, 0, 0, .1);
    border-top: 4px solid rgba(0, 0, 0, .4);
    border-radius: 100%;
    height: 15px;
    width: 15px;
    animation: rot .7s infinite linear;
} 
 @keyframes rot {from { transform: rotate(0deg);}  to {transform: rotate(359deg);}}
 
.chaad-t {text-align: left; padding: 0; margin: 0 auto 60px; font-size: 18px;} 
.chaad-t.tac {text-align: center}
.chaad-t  a {color:#0aa4f3}
.content-fr-fix-n.form-complite h1 { font-size: 36px; line-height: 36px; margin:0 auto} 
.form-complite .icon-like:after	{content:""; display:block; width: 67.9px;  height: 69.9px; margin:45px auto;}
.form-complite .icon-error:after	{content:""; display:block; width: 67.9px;  height: 69.9px; margin:45px auto;    background-size: contain;
    background-repeat: no-repeat;}
.mfp-content .bl-bt {display: block;margin: 0 auto;}
 
 .mfp-close.bl-bt {width: auto;
    height: 51px;
    line-height: 1;
    position: static;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=65);
    padding: 0 61px;
    color: #FFF;
    font-style: normal;
    font-size: 12px;
    font-family: Arial,Baskerville,monospace;}
.content-fr-fix-n .ub-block { font-size: 18px;margin-top:33px;margin-bottom:60px}	
.content-fr-fix-n .ub-block:after {content:""; position:absolute; display:block;  width: 96px;  height: 109px;    background-position: center;
    background-repeat: no-repeat;right: -20px;    top: -38px;}
.dm-ps-is {text-decoration:underline}
.dm-popup-is {text-align:left; padding: 17px;    min-width: 268px;
    font-size: 12px;	background:#fff;	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);	    bottom: 35px;
    right: 0px;
opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0);
    transition: all 200ms ease-in;
    transform: scale(0);  
}	

.dm-ps-is:hover .dm-popup-is	
	{
		opacity: 1;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
	}
	
.g-recaptcha {width: 304px; margin: 0 auto 30px;}	
 
/*end modal*/
 
.trans_kazahstan{width:236px;height:255px;right:10px;top:0;z-index:100;margin-top:-90px;background-image:url('/bitrix/templates/b2b/./img/trans_kazahstan.png')} 

.telegramm-boot-link {font-size: 18px;color:#000;text-decoration:none}
.title-telegramm-boot-link:before{content:''; position:absolute;top:0;left:0; width:24px;height:24px;background-size: contain;}
.icon-telegramm-boot-link, .title-telegramm-boot-link {display:inline-block; padding-left:30px; line-height: 24px;height: 24px;} 
.text-ittem-block-linescreen-icon ul li:nth-child(4):before {background-size:contain}
.num-block-footer-block .telegramm-boot-link {margin-top: 23px;}

.bl-bt.modal-ajax-g {position:relative}
.bl-bt.modal-ajax-g:after {
    content: "Полезная методичка\Aв подарок";
	white-space: pre;
    position: absolute;
    color: #94A1A5;
    text-align: left;
    font-size: 12px;
    left: 0;
    margin-left: -190px;
    width: 170px;
    top: 7px;
    font-weight: 100;
    text-transform: none;
    line-height: 18px !important;
	    font-family: 'MyriadProRegular';
}
.bl-bt.modal-ajax-g.right:after {
	margin-left: 110%;
}

/*request*/

	@media screen and (max-width: 1150px) 
	{

	}

	 @media screen and (max-width: 1024px) 
	{

	}

	@media screen and (max-width: 980px) 
	{
		.wrapper {width:100%;    padding-left: 20px;    padding-right: 20px;}	
        navy.fr ul {display:none}
		/*.enter-system p {display:none}
		.enter-system {margin-left: 40px;}*/
		.footer-menu ul {    margin: 0 30px 0 20px !important;}	
		.enter-system::before {display:none}	
		header .wrapper {padding-right:0px; }
		.enter-system button {margin-right: 25px;}    
		.screen_overlay .ssl_screen {border: none!important ;width: 90%!important} /*страница безопасности, потом убрать*/		
	
	}

	@media screen and (max-width: 865px) 
	{
		.footer-menu ul {margin: 0 30px 0 20px !important;}
		.footer-menu ul li a {font-size:10px !important;}
		.ent-menu-block {width:100%!important;max-width: 320px !important;	}
		.ittem-footer-info-block {float:none!important;width:100%!important;}
		.ittem-footer-info-block:before {content:none !important}
		.footer-info-block {padding: 20px 0 !important}	
		.ittem-footer-info-block {margin-bottom: 20px;border-bottom: 1px solid #bbb4b4;min-height: 0 !important;padding-bottom: 20px!important;	}	
		.ittem-footer-info-block:last-of-type {    margin-bottom: 0;    border-bottom: 0;}	
	
	}

	@media screen and (max-width: 768px) 
	{
		.form-content-block input[type="submit"] {width:100%}
		#small-dialog {    padding: 60px 20px;}
		.content-fr-fix-n h1 {margin: 0 auto 25px;    font-size: 19px;}		
		.f-ft-b, .gmda, input[type=checkbox]:checked#down-app-m ~ .gmda {display:none!important;}
		.bl-bt {font-size: 12px;}
		.footer-menu {margin:0 !important;    padding: 15px 0 15px 0;}
		.secteon-ittem {display: inline-block !important; width: 100%!important; }
		.secteon-block {height:auto !important;}
		.social-footer-line, .social-footer-line .wrapper {min-height:170px;}
		.footer-menu ul li a {padding:15px 2px!important;display: block;font-size: 15px !important;}
		.secteon-ittem-content{width:98% !important; margin-left:1%;}
		.soc-phun-blurk, .soc-mail-blurk {width: 100% !important;display: inline-block !important;margin-bottom: 0px !important;    margin-right: 0px;}
		.social-icon-blok {position: absolute; left: 50%; margin-left: -79px; bottom: 25px;}			
		.form-block-no-read .wrapper {padding-left: 10px;    padding-right: 10px;}
		.trans_kazahstan {top: 420px;right: 20px;background-size: contain;background-repeat: no-repeat;width: 145px;height: 158px;}
	}
	
    @media screen and (max-width: 600px) 
    {
        .enter-system .login-button {display:none}
    }

	@media screen and (max-width: 450px) 
	{
		.bl-bt.modal-ajax-g:after {
		    text-align: center;
			top: 53px;
			margin-left: 18%!important;
		}
        .enter-system {
            margin-left: 0;
        }
        .enter-system .reg-button {
            font-size: 11px;
        }
	}	

/* end request*/
/* End */
/* /local/templates/b2b-logist-from-vue/components/bitrix/news.list/notification/style.css?16480189842438 */
/* /bitrix/components/viardaru/cookie/templates/light_full_width/style.css?17187922243029 */
/* /local/templates/b2b-logist-from-vue/blocks/modals/request_callback/style.min.css?16092264271454 */
/* /local/templates/b2b-logist-from-vue/components/bitrix/main.userconsent.request/.default/user_consent.css?17502407924354 */
/* /local/templates/b2b-logist-from-vue/template_styles.css?175344731071375 */
/* /in/test/driver/assets/css/style.css?160922642723408 */
/* /driver/css/bootstrap.min.css?1609226426183989 */
/* /driver/css/style.css?160922642610420 */
/* /bitrix/templates/b2b/template_styles.css?160922648222511 */
