@import url(https://use.typekit.net/rny1utj.css);
.multi-menu {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.multi-menu ul {
  display: block;
  min-height: 100%;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  display: block;
}

.multi-menu ul[data-id] {
  position: absolute;
  top: 0;
  left: 0;
}

[data-ul-id] {
  position: relative;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
	/* disable global scrolling when featherlights are visible */
	overflow: hidden;
}

.featherlight {
	display: none;

	/* dimensions: spanning the background from edge to edge */
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 2147483647; /* z-index needs to be >= elements on the site. */

	/* position: centering content */
	text-align: center;

	/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
	white-space: nowrap;

	/* styling */
	cursor: pointer;
	background: #333;
	/* IE8 "hack" for nested featherlights */
	background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
	/* position: trick to center content vertically */
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.featherlight .featherlight-content {
	/* make content container for positioned elements (close button) */
	position: relative;

	/* position: centering vertical and horizontal */
	text-align: left;
	vertical-align: middle;
	display: inline-block;

	/* dimensions: cut off images */
	overflow: auto;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;

	/* dimensions: handling large content */
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;

	/* styling */
	background: #fff;
	cursor: auto;

	/* reset white-space wrapping */
	white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
	/* make sure its visible */
	display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
	display: none;
}

.featherlight .featherlight-close-icon {
	/* position: centering vertical and horizontal */
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;

	/* dimensions: 25px x 25px */
	line-height: 25px;
	width: 25px;

	/* styling */
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff; /* Set the background in case it overlaps the content */
	background: rgba(255, 255, 255, 0.3);
	color: #000;
	border: none;
	padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.featherlight .featherlight-image {
	/* styling */
	width: 100%;
}


.featherlight-iframe .featherlight-content {
	/* removed the border for image croping since iframe is edge to edge */
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

.featherlight iframe {
	/* styling */
	border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
	box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/* hide non featherlight items when printing */
@media print {
	html.with-featherlight > * > :not(.featherlight) {
		display: none;
	}
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

.featherlight-next,
.featherlight-previous {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 0;
	left: 80%;
	cursor: pointer;
	/* preventing text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	/* IE9 hack, otherwise navigation doesn't appear */
	background: rgba(0,0,0,0);
}

.featherlight-previous {
	left: 25px;
	right: 80%;
}

.featherlight-next:hover,
.featherlight-previous:hover {
	background: rgba(255,255,255,0.25);
}


.featherlight-next span,
.featherlight-previous span {
	display: none;
	position: absolute;

	top: 50%;
	left: 5%;
	width: 82%;

	/* center horizontally */
	text-align: center;

	font-size: 80px;
	line-height: 80px;

	/* center vertically */
	margin-top: -40px;

	text-shadow: 0px 0px 5px #fff;
	color: #fff;
	font-style: normal;
	font-weight: normal;
}
.featherlight-next span {
	right: 5%;
	left: auto;
}


.featherlight-next:hover span,
.featherlight-previous:hover span {
	display: inline-block;
}

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
	display: none;
}

/* Hide navigation while loading */
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
	display:none;
}

/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
	display:none;
}


/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px){
	.featherlight-next:hover,
	.featherlight-previous:hover {
		background: none;
	}
	.featherlight-next span,
	.featherlight-previous span {
		display: block;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight-next,
	.featherlight-previous {
		top: 10px;
		right: 10px;
		left: 85%;
	}

	.featherlight-previous {
		left: 10px;
		right: 85%;
	}

	.featherlight-next span,
	.featherlight-previous span {
		margin-top: -30px;
		font-size: 40px;
	}
}

.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

:root{--cc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--cc-font-size:16px;--cc-bg:#fff;--cc-z-index:2147483647;--cc-text:#2d4156;--cc-border-radius:.45rem;--cc-btn-primary-bg:#2d4156;--cc-btn-primary-text:var(--cc-bg);--cc-btn-primary-hover-bg:#1d2e38;--cc-btn-primary-hover-text:var(--cc-btn-primary-text);--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#d8e0e6;--cc-btn-secondary-hover-text:var(--cc-btn-secondary-text);--cc-btn-border-radius:0.375rem;--cc-toggle-bg-off:#919ea6;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#d5dee2;--cc-toggle-knob-bg:#fff;--cc-toggle-knob-icon-color:#ecf2fa;--cc-block-text:var(--cc-text);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-bg-hover:#e9eff4;--cc-section-border:#f1f3f5;--cc-cookie-table-border:#e9edf2;--cc-overlay-bg:#040608;--cc-overlay-opacity:.85;--cc-consent-modal-box-shadow:0 0.625rem 1.875rem rgba(2,2,3,.28);--cc-webkit-scrollbar-bg:#cfd5db;--cc-webkit-scrollbar-bg-hover:#9199a0}.c_darkmode{--cc-bg:#181b1d;--cc-text:#d8e5ea;--cc-btn-primary-bg:#a6c4dd;--cc-btn-primary-text:#000;--cc-btn-primary-hover-bg:#c2dff7;--cc-btn-primary-hover-text:var(--cc-btn-primary-text);--cc-btn-secondary-bg:#33383c;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#3e454a;--cc-btn-secondary-hover-text:var(--cc-btn-secondary-text);--cc-toggle-bg-off:#667481;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#454c54;--cc-toggle-knob-bg:var(--cc-cookie-category-block-bg);--cc-toggle-knob-icon-color:var(--cc-bg);--cc-block-text:#b3bfc5;--cc-cookie-category-block-bg:#23272a;--cc-cookie-category-block-bg-hover:#2b3035;--cc-section-border:#292d31;--cc-cookie-table-border:#2b3035;--cc-webkit-scrollbar-bg:#667481;--cc-webkit-scrollbar-bg-hover:#9199a0}#cc--main{z-index:2147483647;z-index:var(--cc-z-index)}.cc_div *,.cc_div :after,.cc_div :before,.cc_div :hover{animation:none;background:none;border:none;border-radius:unset;box-shadow:none;box-sizing:border-box;color:inherit;float:none;font-family:inherit;font-size:1em;font-style:inherit;font-variant:normal;font-weight:inherit;height:auto;letter-spacing:unset;line-height:1.2;margin:0;padding:0;text-align:left;text-decoration:none;text-transform:none;transition:none;vertical-align:baseline;visibility:unset}.cc_div{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2d4156;color:var(--cc-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-family:var(--cc-font-family);font-size:16px;font-size:var(--cc-font-size);font-weight:400;text-rendering:optimizeLegibility}#c-ttl,#s-bl td:before,#s-ttl,.cc_div .b-tl,.cc_div .c-bn{font-weight:600}#cm,#s-bl .act .b-acc,#s-inr,.cc_div .b-tl,.cc_div .c-bl{border-radius:.45rem;border-radius:var(--cc-border-radius)}#s-bl .act .b-acc{border-top-left-radius:0;border-top-right-radius:0}.cc_div a,.cc_div button,.cc_div input{-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden}.cc_div a{border-bottom:1px solid}.cc_div a:hover{border-color:transparent;text-decoration:none}.cc_div .c-bn>span{pointer-events:none}#cm-ov,#cs-ov,.c--anim #cm,.c--anim #s-cnt,.c--anim #s-inr{transition:visibility .25s linear,opacity .25s ease,transform .25s ease!important}.c--anim .c-bn{transition:background-color .25s ease!important}.c--anim #cm.bar.slide,.c--anim #cm.bar.slide+#cm-ov,.c--anim .bar.slide #s-inr,.c--anim .bar.slide+#cs-ov{transition:visibility .4s ease,opacity .4s ease,transform .4s ease!important}#cm.bar.slide,.cc_div .bar.slide #s-inr{opacity:1;transform:translateX(100%)}#cm.bar.top.slide,.cc_div .bar.left.slide #s-inr{opacity:1;transform:translateX(-100%)}#cm.slide,.cc_div .slide #s-inr{transform:translateY(1.6em)}#cm.top.slide{transform:translateY(-1.6em)}#cm.bar.slide{transform:translateY(100%)}#cm.bar.top.slide{transform:translateY(-100%)}.show--consent .c--anim #cm,.show--consent .c--anim #cm.bar,.show--settings .c--anim #s-inr,.show--settings .c--anim .bar.slide #s-inr{opacity:1;transform:scale(1);visibility:visible!important}.show--consent .c--anim #cm.box.middle,.show--consent .c--anim #cm.cloud.middle{transform:scale(1) translateY(-50%)}.show--settings .c--anim #s-cnt{visibility:visible!important}.force--consent.show--consent .c--anim #cm-ov,.show--settings .c--anim #cs-ov{opacity:.85!important;opacity:var(--cc-overlay-opacity)!important;visibility:visible!important}#cm{background:#fff;background:var(--cc-bg);bottom:1.25em;box-shadow:0 .625em 1.875em #000;box-shadow:0 .625rem 1.875rem rgba(2,2,3,.28);box-shadow:var(--cc-consent-modal-box-shadow);font-family:inherit;line-height:normal;max-width:24.2em;opacity:0;padding:1em 1.4em 1.3em;position:fixed;right:1.25em;transform:scale(.95);visibility:hidden;width:100%;z-index:1}#cc_div #cm{display:block!important}#c-ttl{font-size:1.05em;margin-bottom:.7em}.cloud #c-ttl{margin-top:-.15em}#c-txt{font-size:.9em;line-height:1.5em}.cc_div #c-bns{display:flex;justify-content:space-between;margin-top:1.4em}.cc_div .c-bn{background:#eaeff2;background:var(--cc-btn-secondary-bg);border-radius:.375rem;border-radius:var(--cc-btn-border-radius);color:#2d4156;color:var(--cc-btn-secondary-text);cursor:pointer;display:inline-block;flex:1;font-size:.82em;padding:1em 1.7em;text-align:center;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}#c-bns button+button,#s-c-bn,#s-cnt button+button{float:right;margin-left:.5rem}#s-cnt #s-rall-bn{float:none}#cm .c_link:active,#cm .c_link:hover,#s-c-bn:active,#s-c-bn:hover,#s-cnt button+button:active,#s-cnt button+button:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg);color:#2d4156;color:var(--cc-btn-secondary-hover-text)}#s-cnt{display:table;height:100%;left:0;position:fixed;top:0;visibility:hidden;width:100%;z-index:101}#s-bl{outline:none;scrollbar-width:thin}#s-bl .title{margin-top:1.4em}#s-bl .b-bn,#s-bl .title:first-child{margin-top:0}#s-bl .b-acc .p{margin-top:0;padding:1em}#s-cnt .b-bn .b-tl{background:none;display:block;font-family:inherit;font-size:.95em;padding:1.3em 6.4em 1.3em 2.7em;position:relative;transition:background-color .25s ease;width:100%}#s-cnt .b-bn .b-tl.exp{cursor:pointer}#s-cnt .act .b-bn .b-tl{border-bottom-left-radius:0;border-bottom-right-radius:0}#s-cnt .b-bn .b-tl:active,#s-cnt .b-bn .b-tl:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl .b-bn{position:relative}#s-bl .c-bl{border:1px solid #f1f3f5;border:1px solid var(--cc-section-border);margin-bottom:.4rem;padding:1em;transition:background-color .25s ease}#s-bl .c-bl:hover{background:#f0f4f7;background:var(--cc-cookie-category-block-bg)}#s-bl .c-bl:last-child{margin-bottom:.5em}#s-bl .c-bl:first-child{border:none;margin-bottom:2em;margin-top:0;padding:0;transition:none}#s-bl .c-bl:not(.b-ex):first-child:hover{background:transparent;background:unset}#s-bl .c-bl.b-ex{background:#f0f4f7;background:var(--cc-cookie-category-block-bg);border:none;padding:0;transition:none}#s-bl .c-bl.b-ex+.c-bl{margin-top:2em}#s-bl .c-bl.b-ex+.c-bl.b-ex{margin-top:0}#s-bl .c-bl.b-ex:first-child{margin-bottom:1em;margin-bottom:.5em}#s-bl .b-acc{display:none;margin-bottom:0;max-height:0;overflow:hidden;padding-top:0}#s-bl .act .b-acc{display:block;max-height:100%;overflow:hidden}#s-cnt .p{color:#2d4156;color:var(--cc-block-text);font-size:.9em;line-height:1.5em;margin-top:.85em}.cc_div .b-tg .c-tgl:disabled{cursor:not-allowed}#c-vln{display:table-cell;position:relative;vertical-align:middle}#cs{bottom:0;left:0;padding:0 1.7em;position:fixed;right:0;top:0;width:100%}#cs,#s-inr{height:100%}#s-inr{box-shadow:0 13px 27px -5px rgba(3,6,9,.26);margin:0 auto;max-width:45em;opacity:0;overflow:hidden;padding-bottom:4.75em;padding-top:4.75em;position:relative;transform:scale(.96);visibility:hidden}#s-bns,#s-hdr,#s-inr{background:#fff;background:var(--cc-bg)}#s-bl{display:block;height:100%;overflow-x:hidden;overflow-y:auto;overflow-y:overlay;padding:1.3em 1.6em;width:100%}#s-bns{border-top:1px solid #f1f3f5;border-top:1px solid var(--cc-section-border);bottom:0;height:4.75em;left:0;padding:1em 1.8em;position:absolute;right:0}.cc_div .cc-link{border-bottom:1px solid #2d4156;border-bottom:1px solid var(--cc-btn-primary-bg);color:#2d4156;color:var(--cc-btn-primary-bg);cursor:pointer;display:inline;font-weight:600;padding-bottom:0;text-decoration:none}.cc_div .cc-link:active,.cc_div .cc-link:hover{border-color:transparent}#c-bns button:first-child,#s-bns button:first-child{background:#2d4156;background:var(--cc-btn-primary-bg);color:#fff;color:var(--cc-btn-primary-text)}#c-bns.swap button:first-child{background:#eaeff2;background:var(--cc-btn-secondary-bg);color:#2d4156;color:var(--cc-btn-secondary-text)}#c-bns.swap button:last-child{background:#2d4156;background:var(--cc-btn-primary-bg);color:#fff;color:var(--cc-btn-primary-text)}.cc_div .b-tg .c-tgl:checked~.c-tg{background:#2d4156;background:var(--cc-toggle-bg-on)}#c-bns button:first-child:active,#c-bns button:first-child:hover,#c-bns.swap button:last-child:active,#c-bns.swap button:last-child:hover,#s-bns button:first-child:active,#s-bns button:first-child:hover{background:#1d2e38;background:var(--cc-btn-primary-hover-bg);color:#fff;color:var(--cc-btn-primary-hover-text)}#c-bns.swap button:first-child:active,#c-bns.swap button:first-child:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg);color:#2d4156;color:var(--cc-btn-secondary-hover-text)}#s-hdr{border-bottom:1px solid #f1f3f5;border-bottom:1px solid var(--cc-section-border);display:table;height:4.75em;padding:0 1.8em;position:absolute;top:0;width:100%;z-index:2}#s-hdr,#s-ttl{vertical-align:middle}#s-ttl{display:table-cell;font-size:1em}#s-c-bn{font-size:1.45em;font-weight:400;height:1.7em;margin:0;overflow:hidden;padding:0;position:relative;width:1.7em}#s-c-bnc{display:table-cell;vertical-align:middle}.cc_div span.t-lb{opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;z-index:-1}#c_policy__text{height:31.25em;margin-top:1.25em;overflow-y:auto}#c-s-in{height:100%;height:calc(100% - 2.5em);max-height:37.5em;position:relative;top:50%;transform:translateY(-50%)}@media screen and (min-width:688px){#s-bl::-webkit-scrollbar{background:transparent;border-radius:0 .25em .25em 0;height:100%;width:.8em}#s-bl::-webkit-scrollbar-thumb{background:#cfd5db;background:var(--cc-webkit-scrollbar-bg);border:.25em solid #fff;border:.25em solid var(--cc-bg);border-radius:100em}#s-bl::-webkit-scrollbar-thumb:hover{background:#9199a0;background:var(--cc-webkit-scrollbar-bg-hover)}#s-bl::-webkit-scrollbar-button{height:5px;width:10px}}.cc_div .b-tg{bottom:0;display:inline-block;margin:auto;right:0;right:1.2em;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.cc_div .b-tg,.cc_div .b-tg .c-tgl{cursor:pointer;position:absolute;top:0}.cc_div .b-tg .c-tgl{border:0;display:block;left:0;margin:0}.cc_div .b-tg .c-tg{background:#919ea6;background:var(--cc-toggle-bg-off);pointer-events:none;position:absolute;transition:background-color .25s ease,box-shadow .25s ease}.cc_div .b-tg,.cc_div .b-tg .c-tg,.cc_div .b-tg .c-tgl,.cc_div span.t-lb{border-radius:4em;height:1.5em;width:3.4em}.cc_div .b-tg .c-tg.c-ro{cursor:not-allowed}.cc_div .b-tg .c-tgl~.c-tg.c-ro{background:#d5dee2;background:var(--cc-toggle-bg-readonly)}.cc_div .b-tg .c-tgl~.c-tg.c-ro:after{box-shadow:none}.cc_div .b-tg .c-tg:after{background:#fff;background:var(--cc-toggle-knob-bg);border:none;border-radius:100%;box-shadow:0 1px 2px rgba(24,32,35,.36);box-sizing:content-box;content:"";display:block;height:1.25em;left:.125em;position:relative;top:.125em;transition:transform .25s ease;width:1.25em}.cc_div .b-tg .c-tgl:checked~.c-tg:after{transform:translateX(1.9em)}#s-bl table,#s-bl td,#s-bl th{border:none}#s-bl tbody tr{transition:background-color .25s ease}#s-bl tbody tr:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl table{border-collapse:collapse;margin:0;overflow:hidden;padding:0;text-align:left;width:100%}#s-bl caption{border-bottom:1px solid #e9edf2;border-bottom:1px solid var(--cc-cookie-table-border);font-size:.9em;font-weight:600;padding:.5rem 1rem}#s-bl td,#s-bl th{font-size:.8em;padding:.8em .625em .8em 1.2em;text-align:left;vertical-align:top}#s-bl th{font-family:inherit;font-weight:600;padding:1em 1rem}#s-bl thead tr:first-child{border-bottom:1px solid #e9edf2;border-bottom:1px solid var(--cc-cookie-table-border)}.force--consent #cs,.force--consent #s-cnt{width:100vw}#cm-ov,#cs-ov{background:#070707;background:#040608;background:var(--cc-overlay-bg);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:none;visibility:hidden}.c--anim #cs-ov,.force--consent .c--anim #cm-ov,.force--consent.show--consent #cm-ov,.show--settings #cs-ov{display:block}#cs-ov{z-index:2}.force--consent .cc_div{bottom:0;left:0;position:fixed;top:0;transition:visibility .25s linear;visibility:hidden;width:100%;width:100vw}.force--consent.show--consent .c--anim .cc_div,.force--consent.show--settings .c--anim .cc_div{visibility:visible}.force--consent #cm{position:absolute}.force--consent #cm.bar{max-width:100vw;width:100vw}html.force--consent.show--consent{overflow-y:hidden!important}html.force--consent.show--consent,html.force--consent.show--consent body{height:auto!important;overflow-x:hidden!important}.cc_div .act .b-bn .exp:before,.cc_div .b-bn .exp:before{border:solid #2d4156;border:solid var(--cc-btn-secondary-text);border-width:0 2px 2px 0;content:"";display:inline-block;left:1.2em;margin-right:15px;padding:.2em;position:absolute;top:50%;transform:translateY(-50%) rotate(45deg)}.cc_div .act .b-bn .b-tl:before{transform:translateY(-20%) rotate(225deg)}.cc_div .on-i:before{border:solid #ecf2fa;border:solid var(--cc-toggle-knob-icon-color);border-width:0 2px 2px 0;display:inline-block;left:.75em;padding:.1em .1em .45em;top:.37em}#s-c-bn:after,#s-c-bn:before,.cc_div .on-i:before{content:"";margin:0 auto;position:absolute;transform:rotate(45deg)}#s-c-bn:after,#s-c-bn:before{background:#2d4156;background:var(--cc-btn-secondary-text);border-radius:1em;height:.6em;left:.82em;top:.58em;width:1.5px}#s-c-bn:after{transform:rotate(-45deg)}.cc_div .off-i,.cc_div .on-i{display:block;height:100%;position:absolute;right:0;text-align:center;transition:opacity .15s ease;width:50%}.cc_div .on-i{left:0;opacity:0}.cc_div .off-i:after,.cc_div .off-i:before{background:#ecf2fa;background:var(--cc-toggle-knob-icon-color);content:" ";display:block;height:.7em;margin:0 auto;position:absolute;right:.8em;top:.42em;transform-origin:center;width:.09375em}.cc_div .off-i:before{transform:rotate(45deg)}.cc_div .off-i:after{transform:rotate(-45deg)}.cc_div .b-tg .c-tgl:checked~.c-tg .on-i{opacity:1}.cc_div .b-tg .c-tgl:checked~.c-tg .off-i{opacity:0}#cm.box.middle,#cm.cloud.middle{bottom:auto;top:50%;transform:translateY(-37%)}#cm.box.middle.zoom,#cm.cloud.middle.zoom{transform:scale(.95) translateY(-50%)}#cm.box.center,#cm.cloud{left:1em;margin:0 auto;right:1em}#cm.cloud{max-width:50em;overflow:hidden;padding:1.2em 1.7em;text-align:center;width:unset}.cc_div .cloud #c-inr{display:table;width:100%}.cc_div .cloud #c-inr-i{display:table-cell;padding-right:2.4em;vertical-align:top;width:70%}.cc_div .cloud #c-txt{font-size:.85em}.cc_div .cloud #c-bns{display:table-cell;min-width:170px;vertical-align:middle}#cm.cloud .c-bn{margin:.5rem 0 0;width:100%}#cm.cloud .c-bn:first-child{margin:0}#cm.cloud.left{margin-right:1.25em}#cm.cloud.right{margin-left:1.25em}#cm.bar{border-radius:0;bottom:0;left:0;max-width:100%;padding:2em;position:fixed;right:0;width:100%}#cm.bar #c-inr{margin:0 auto;max-width:32em}#cm.bar #c-bns{max-width:33.75em}#cm.bar #cs{padding:0}.cc_div .bar #c-s-in{height:100%;max-height:100%;top:0;transform:none}.cc_div .bar #s-bl,.cc_div .bar #s-bns,.cc_div .bar #s-hdr{padding-left:1.4em;padding-right:1.4em}.cc_div .bar #cs{padding:0}.cc_div .bar #s-inr{border-radius:0;margin:0 0 0 auto;max-width:32em}.cc_div .bar.left #s-inr{margin-left:0;margin-right:auto}.cc_div .bar #s-bl table,.cc_div .bar #s-bl tbody,.cc_div .bar #s-bl td,.cc_div .bar #s-bl th,.cc_div .bar #s-bl thead,.cc_div .bar #s-bl tr,.cc_div .bar #s-cnt{display:block}.cc_div .bar #s-bl caption{border-bottom:1px solid #e9edf2;border-bottom:1px solid var(--cc-cookie-table-border);border-top:0;display:block}.cc_div .bar #s-bl thead tr{left:-9999px;position:absolute;top:-9999px}.cc_div .bar #s-bl tr{border-top:1px solid #e9edf2;border-top:1px solid var(--cc-cookie-table-border)}.cc_div .bar #s-bl td{border:none;padding-left:35%;position:relative}.cc_div .bar #s-bl td:before{color:#2d4156;color:var(--cc-text);content:attr(data-column);left:1rem;overflow:hidden;padding-right:.625em;position:absolute;text-overflow:ellipsis;white-space:nowrap}#cm.top{bottom:auto;top:1.25em}#cm.left{left:1.25em;right:auto}#cm.right{left:auto;right:1.25em}#cm.bar.left,#cm.bar.right{left:0;right:0}#cm.bar.top{top:0}@media (prefers-reduced-motion){#cc--main #cm,#cc--main #s-cnt,#cc--main #s-inr{transition:none!important}}@media screen and (max-width:688px){#cm,#cm.cloud,#cm.left,#cm.right{bottom:1em;display:block;left:1em;margin:0;max-width:100%;padding:1.2em!important;right:1em;width:auto}.force--consent #cm,.force--consent #cm.cloud{max-width:100vw;width:auto}#cm.top{bottom:auto;top:1em}#cm.bottom{bottom:1em;top:auto}#cm.bar.bottom{bottom:0}#cm.cloud .c-bn{font-size:.85em}#s-bns,.cc_div .bar #s-bns{padding:1em 1.3em}.cc_div .bar #s-inr{max-width:100%;width:100%}.cc_div .cloud #c-inr-i{padding-right:0}#cs{border-radius:0;padding:0}#c-s-in{height:100%;max-height:100%;top:0;transform:none}.cc_div .b-tg{right:1.1em;transform:scale(1.1)}#s-inr{border-radius:0;margin:0;padding-bottom:7.9em}#s-bns{height:7.9em}#s-bl,.cc_div .bar #s-bl{padding:1.2em}#s-hdr,.cc_div .bar #s-hdr{padding:0 1.2em}#s-bl table{width:100%}#s-inr.bns-t{padding-bottom:10.5em}.bns-t #s-bns{height:10.5em}.cc_div .bns-t .c-bn{font-size:.83em;padding:.9em 1.6em}#s-cnt .b-bn .b-tl{padding-bottom:1.2em;padding-top:1.2em}#s-bl table,#s-bl tbody,#s-bl td,#s-bl th,#s-bl thead,#s-bl tr,#s-cnt{display:block}#s-bl caption{border-bottom:0;display:block}#s-bl thead tr{left:-9999px;position:absolute;top:-9999px}#s-bl tr{border-top:1px solid #e9edf2;border-top:1px solid var(--cc-cookie-table-border)}#s-bl td{border:none;padding-left:35%;position:relative}#s-bl td:before{color:#2d4156;color:var(--cc-text);content:attr(data-column);left:1rem;overflow:hidden;padding-right:.625em;position:absolute;text-overflow:ellipsis;white-space:nowrap}#cm .c-bn,.cc_div .c-bn{margin-right:0;width:100%}#s-cnt #s-rall-bn{margin-left:0}.cc_div #c-bns{flex-direction:column}#c-bns button+button,#s-cnt button+button{float:unset;margin-left:0;margin-top:.625em}#cm.box,#cm.cloud{left:1em;right:1em;width:auto}#cm.cloud.left,#cm.cloud.right{margin:0}.cc_div .cloud #c-bns,.cc_div .cloud #c-inr,.cc_div .cloud #c-inr-i{display:block;min-width:unset;width:auto}.cc_div .cloud #c-txt{font-size:.9em}.cc_div .cloud #c-bns{margin-top:1.625em}}
@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/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, "Noto Sans", "Liberation Sans", 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;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -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: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.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: 0.5rem;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.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,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.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-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

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

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

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.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 > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.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 > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.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 > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.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 > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.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 > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.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 > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.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 > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.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 > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (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 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
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(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  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: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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 .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.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 {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.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 0.2rem rgba(38, 143, 255, 0.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 {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.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 0.2rem rgba(130, 138, 145, 0.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 {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.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 0.2rem rgba(72, 180, 97, 0.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 {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.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 0.2rem rgba(58, 176, 195, 0.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 {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.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 0.2rem rgba(222, 170, 12, 0.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 {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.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 0.2rem rgba(225, 83, 97, 0.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 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.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 0.2rem rgba(216, 217, 219, 0.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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.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 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  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 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  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 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  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 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  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 0.2rem rgba(52, 58, 64, 0.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 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (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 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.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: 0.5rem 0;
  margin: 0.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, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.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: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.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: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  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=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  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:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.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: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.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) {
  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:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 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 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.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;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.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: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.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-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  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: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.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: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.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: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.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: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  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: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.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;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  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: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  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:hover, .list-group-item-secondary.list-group-item-action:focus {
  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:hover, .list-group-item-success.list-group-item-action:focus {
  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:hover, .list-group-item-info.list-group-item-action:focus {
  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:hover, .list-group-item-warning.list-group-item-action:focus {
  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:hover, .list-group-item-danger.list-group-item-action:focus {
  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:hover, .list-group-item-light.list-group-item-action:focus {
  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:hover, .list-group-item-dark.list-group-item-action:focus {
  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: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.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, "Noto Sans", "Liberation Sans", 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  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-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    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 iframe,
.embed-responsive embed,
.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.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 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;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

.ml-2,
.mx-2 {
  margin-left: 0.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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

.pl-2,
.px-2 {
  padding-left: 0.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-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-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: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    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;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    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 th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

.ml-2,
.mx-2 {
  margin-left: 0.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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

.pl-2,
.px-2 {
  padding-left: 0.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-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-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: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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;
  }
}
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*Variables couleurs*/
/*Variables du thème*/
/*Fonts*/
/*Variables de la police*/
/*h1,h2,h3,h4,h5*/
/*Variables des coins arrondis*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  transition: all 0.3s ease 0s;
  outline: 0;
}
a:hover, a:focus {
  text-decoration: none;
}

sup {
  font-size: 14px;
}

/* Soulignement des textes*/
::-moz-selection {
  color: #FFF;
  background: rgba(255, 214, 44, 0.8);
}

::selection {
  color: #FFF;
  background: rgba(255, 214, 44, 0.8);
}

/* Barre de défilement*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #ffd62c;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active {
  background: #ffd62c;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover, ::-webkit-scrollbar-track:active {
  background: #fff;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

body {
  background-color: var(--background);
  font-family: "garamond-premier-pro", serif;
  font-size: 20px;
  color: #fff;
  transition: background 0.3s ease;
}
body div {
  /* Barre de défilement*/
}
body div::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
body div::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body div::-webkit-scrollbar-thumb {
  background: #ffd62c;
  border: 0px none #ffffff;
  border-radius: 0px;
}
body div::-webkit-scrollbar-thumb:hover, body div::-webkit-scrollbar-thumb:active {
  background: #ffd62c;
}
body div::-webkit-scrollbar-track {
  background: #f5f5f5;
  border: 0px none #ffffff;
  border-radius: 0px;
}
body div::-webkit-scrollbar-track:hover, body div::-webkit-scrollbar-track:active {
  background: #f5f5f5;
}
body div::-webkit-scrollbar-corner {
  background: transparent;
}

.link-overflow,
.img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; /* Safari */
  transition: all 0.6s;
}

.link-overflow {
  z-index: 10;
}

.img-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
}
.img-bg.fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.img-bg.fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.img-bg.fit-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.img-bg.fit-unset {
  -o-object-fit: unset;
     object-fit: unset;
}
.img-bg.position-center {
  -o-object-position: center;
     object-position: center;
}
.img-bg.position-left {
  -o-object-position: left;
     object-position: left;
}
.img-bg.position-right {
  -o-object-position: right;
     object-position: right;
}
.img-bg.position-top {
  -o-object-position: top;
     object-position: top;
}
.img-bg.position-top-left {
  -o-object-position: top left;
     object-position: top left;
}
.img-bg.position-top-right {
  -o-object-position: top right;
     object-position: top right;
}
.img-bg.position-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.img-bg.position-bottom-left {
  -o-object-position: bottom left;
     object-position: bottom left;
}
.img-bg.position-bottom-right {
  -o-object-position: bottom right;
     object-position: bottom right;
}
.img-bg.blur {
  filter: blur(3px);
}
.img-bg.grayscale {
  filter: grayscale(1);
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: all 0.6s;
}

.stars-rating {
  --percent: calc(var(--rating) / 5 * 100% - 1px);
  display: inline-block;
  font-size: 56px;
  font-weight: 700;
  line-height: 0.5;
}
.stars-rating:before {
  content: "+++++";
  letter-spacing: 4px;
  background: linear-gradient(90deg, #ffd62c var(--percent), #1b4298 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-block {
  width: 100%;
}
.contact-block p {
  padding-top: 0;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.1em;
}
.contact-block p i {
  margin-right: 14px;
  font-size: 32px;
}
.contact-block p a:not(.btn) {
  color: #fff !important;
}
.contact-block p a:not(.btn):hover {
  color: #ffd62c !important;
}
.contact-block p a:not(.btn).email {
  word-break: break-all;
}
.contact-block:not(:last-child) {
  margin-bottom: 18px;
}
.contact-block.socials-block ul {
  list-style-type: none;
  display: inline-flex;
}
.contact-block.socials-block ul li {
  padding: 0;
  margin-top: 0 !important;
  margin-right: 12px;
}
.contact-block.socials-block ul li a i {
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 4px solid #ffd62c;
  border-radius: 2000px;
  font-size: 36px;
  color: #fff;
  transition: all 0.3s ease;
}
.contact-block.socials-block ul li a i:hover {
  background-color: #ffd62c;
  color: #000;
}
.contact-block.socials-block ul li:before {
  display: none;
}
.contact-block.socials-block ul li:last-child {
  margin-right: 0;
}

.iframe-responsive {
  position: relative;
  display: block;
  width: 100%;
}
.iframe-responsive::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 56.25%;
}
.iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pagination .pager {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.pagination .pager li {
  padding: 0;
  margin: 0;
  font-size: 20px;
  margin: 6px;
  cursor: pointer;
}
.pagination .pager li a {
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(45px, 6vw, 90px);
  height: clamp(45px, 6vw, 90px);
  border: 6px solid #ffd62c;
  border-radius: 100%;
  color: #fff !important;
  font-size: clamp(20px, 3vw, 55px);
  line-height: 1;
}
.pagination .pager li a:hover, .pagination .pager li a:active {
  background: #ffd62c;
  color: #000 !important;
}
.pagination .pager li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(45px, 6vw, 90px);
  height: clamp(45px, 6vw, 90px);
  border: 6px solid #1b4298;
  border-radius: 100%;
  color: #fff !important;
  font-size: clamp(20px, 3vw, 55px);
  line-height: 1;
}
.pagination .pager li.active a {
  background: #ffd62c;
  color: #000 !important;
  pointer-events: none !important;
}
.pagination .pager li.disabled a {
  opacity: 0.3;
  pointer-events: none !important;
}
.pagination .pager li:before {
  display: none;
}

.featherlight:last-of-type {
  background: rgba(245, 245, 245, 0.7);
}
.featherlight .featherlight-close-icon {
  background: #ffe579;
  width: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.featherlight .featherlight-close-icon:hover, .featherlight .featherlight-close-icon:active {
  background: #ffd62c;
}
.featherlight .featherlight-content {
  background: none;
  padding: 0;
  border-bottom: none;
}
.featherlight .featherlight-next,
.featherlight .featherlight-previous {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  top: 0;
  left: 75%;
  right: 0;
  font-family: "icomoon";
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 25px;
  font-size: 0;
  transition: background 0.3s ease;
}
.featherlight .featherlight-next:hover span, .featherlight .featherlight-next:active span,
.featherlight .featherlight-previous:hover span,
.featherlight .featherlight-previous:active span {
  opacity: 1;
}
.featherlight .featherlight-next span,
.featherlight .featherlight-previous span {
  display: block !important;
  width: auto;
  margin: 0 12px;
  color: #fff;
  font-size: 55px;
  font-weight: 400;
  text-shadow: none;
  line-height: 0;
  opacity: 0.5;
  outline: none;
  transition: opacity 0.3s ease;
}
.featherlight .featherlight-previous {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  left: 0;
  right: 75%;
  justify-content: flex-start;
}
.featherlight.featherlight-video .featherlight-content {
  width: 80%;
  max-width: 1200px;
}
.featherlight.featherlight-video .featherlight-content::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.featherlight.featherlight-video .featherlight-content .featherlight-next,
.featherlight.featherlight-video .featherlight-content .featherlight-previous {
  display: none;
}
.featherlight.featherlight-video .featherlight-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap,
.gmap-multi {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  margin-top: 40px;
  border-radius: 20px;
}
.gmap img,
.gmap-multi img {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.g-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.g-container .g-recaptcha {
  opacity: 0;
  pointer-events: none;
  overflow: unset;
  width: 70px;
  height: auto;
}
.g-container .g-recaptcha .grecaptcha-badge {
  position: relative !important;
  right: auto !important;
  left: 0 !important;
  bottom: 0px !important;
}
.g-container .g-recaptcha .grecaptcha-badge:hover {
  right: auto !important;
  left: -185px !important;
}

.g-recaptcha {
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 70px;
  overflow: hidden;
}
.g-recaptcha .grecaptcha-badge {
  position: fixed !important;
  z-index: 99 !important;
  bottom: 50px !important;
  right: -186 !important;
  left: auto !important;
  transition: all 0.4s !important;
  box-shadow: grey 0px 0px 0px !important;
}
.g-recaptcha .grecaptcha-badge:hover {
  right: 0 !important;
  left: auto !important;
}
.g-recaptcha .grecaptcha-badge iframe {
  max-width: 100% !important;
  margin-left: 0 !important;
}

@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: 1770px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1580px) {
  .container {
    padding: 0 50px !important;
  }
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .pagination .pager li a,
  .pagination .pager li span {
    border-width: 3px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .contact-block.socials-block ul li a i {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
  .btn {
    font-size: 17px;
  }
  .contact-block p {
    font-size: 18px;
  }
  .contact-block p i {
    margin-right: 12px;
    font-size: 20px;
  }
  .pagination .pager li {
    font-size: 18px;
  }
  .pagination .pager li a {
    width: 48px;
    height: 48px;
  }
  .featherlight .featherlight-close-icon {
    width: 40px;
    line-height: 40px;
  }
  .featherlight .featherlight-next,
  .featherlight .featherlight-previous {
    padding: 0 15px;
  }
  .featherlight .featherlight-next:after,
  .featherlight .featherlight-previous:after {
    font-size: 40px;
  }
  .gmap,
  .gmap-multi {
    aspect-ratio: 1/1;
  }
}
.logo {
  z-index: 1000;
  position: fixed;
  top: 20px;
  left: 50%;
  width: 116px;
  transform: translateX(-50%);
  mix-blend-mode: difference;
  transition: all 0.3s ease;
}
.logo a {
  display: block;
  width: 100%;
}
.logo a img {
  width: 100%;
  /* &.hideOnActiveHeader {
  	display: inline-block;
  }
  &.showOnActiveHeader {
  	display: none;
  } */
}

header.main-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  pointer-events: none;
  transition: all 0.3s ease, right 0s;
}
header.main-header .notif-navbar {
  background: #132f6d;
  max-width: 100vw;
  height: 70px;
  overflow: hidden;
  transition: margin 0.3s ease, opacity 0.3s ease;
}
header.main-header .notif-navbar span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: inline-flex;
  white-space: nowrap;
  margin-right: 10px;
  left: 100%;
}
@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
header.main-header .notif-navbar span img {
  width: auto;
  height: 40px;
  margin-right: 18px;
  filter: brightness(0) invert(1);
}
header.main-header .main-header-inner {
  flex-basis: auto;
  height: 85px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0);
  pointer-events: auto;
  transition: background 0.4s ease, height 0.4s ease, box-shadow 0.4s ease;
}
header.main-header .main-header-inner .container-fluid, header.main-header .main-header-inner .container-sm, header.main-header .main-header-inner .container-md, header.main-header .main-header-inner .container-lg, header.main-header .main-header-inner .container-xl,
header.main-header .main-header-inner .row,
header.main-header .main-header-inner .col,
header.main-header .main-header-inner nav,
header.main-header .main-header-inner nav > ul,
header.main-header .main-header-inner nav > ul > li {
  height: 100%;
}
header.main-header .main-header-inner .buttons .btn {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
header.main-header .main-header-inner .buttons .btn-border {
  background-color: transparent;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header.main-header .main-header-inner .buttons .btn-border:hover {
  background-color: #ffd62c;
}
header.main-header .main-header-inner .buttons .btn-small {
  padding: 7px 20px;
  border-width: 3px;
  font-size: 20px;
}
header.main-header .main-header-inner .buttons .btn-square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  padding: 0;
  border-width: 3px;
  font-size: 24px;
}
header.main-header .main-header-inner .buttons .nav-btn {
  font-family: "rosewood-std-fill", serif;
  font-size: 14px;
}
header.main-header .main-header-inner .buttons .nav-btn span {
  opacity: 1;
  transition: opacity 0.3s ease;
}
header.main-header .main-header-inner .buttons .nav-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 34px;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translate(-50%, -50%);
}
header.main-header .main-header-inner .buttons .cart-count {
  padding-left: 3px;
  font-family: "garamond-premier-pro", serif;
  font-size: 0.5em;
  line-height: 0.3;
}
header.main-header .navigation {
  flex-grow: 1;
  flex-basis: calc(100% - 85px);
  height: calc(100% - 85px);
  padding: 50px;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
header.main-header .navigation nav {
  padding-bottom: 75px;
}
header.main-header .navigation nav ul:not(.socials-menu) {
  transition: all 0.4s;
  position: relative;
}
header.main-header .navigation nav ul:not(.socials-menu) li {
  padding: 10px 0;
  font-size: clamp(26px, 3.5vw, 50px);
  line-height: 1;
}
header.main-header .navigation nav ul:not(.socials-menu) li:first-child {
  padding-top: 0 !important;
}
header.main-header .navigation nav ul:not(.socials-menu) li:last-child {
  padding-bottom: 0 !important;
}
header.main-header .navigation nav ul:not(.socials-menu) li a {
  color: #fff;
  font-weight: 600;
}
header.main-header .navigation nav ul:not(.socials-menu) li a:hover, header.main-header .navigation nav ul:not(.socials-menu) li a:active {
  color: #ffd62c;
}
header.main-header .navigation nav ul:not(.socials-menu) li a i {
  color: #ffd62c;
  font-size: 0.5em;
}
header.main-header .navigation nav ul:not(.socials-menu) li a[target=_blank] {
  display: inline-flex !important;
  align-items: center;
}
header.main-header .navigation nav ul:not(.socials-menu) li a[target=_blank] i {
  margin-left: 5px;
  font-size: 0.6em;
}
header.main-header .navigation nav ul:not(.socials-menu).main-menu li {
  padding: clamp(10px, 2vw, 20px) 0;
  font-family: "rosewood-std-fill", serif;
  font-size: clamp(32px, 6vw, 120px);
  text-transform: uppercase;
}
header.main-header .navigation nav ul:not(.socials-menu).secondary-menu li.submenu ul {
  margin-top: 0 !important;
  padding-left: 20px;
}
header.main-header .navigation nav ul:not(.socials-menu).secondary-menu li.submenu ul li {
  padding-top: 15px !important;
  font-size: clamp(19px, 3vw, 34px);
}
header.main-header .navigation .schedule {
  max-width: 700px;
}
header.main-header .navigation .schedule p {
  font-size: clamp(20px, 3vw, 50px);
  line-height: 1.1em;
}
header.main-header .navigation .contact-block p i {
  color: #ffd62c;
  font-size: 40px;
}
header.main-header.open-navigation {
  background: #3a62c1;
  right: 10px;
  pointer-events: all;
}
header.main-header.open-navigation .notif-navbar {
  margin-top: -70px;
  transition: margin 0.3s ease, opacity 0.3s ease;
}
header.main-header.open-navigation .buttons .nav-btn span {
  opacity: 0;
}
header.main-header.open-navigation .buttons .nav-btn i {
  opacity: 1;
}
header.main-header.open-navigation .navigation {
  opacity: 1;
  pointer-events: auto;
}
header.main-header.active .notif-navbar {
  margin-top: -70px;
  transition: margin 0.3s ease, opacity 0.3s ease;
}

@media only screen and (min-width: 1200px), only screen and (min-device-width: 1200px) {
  header.main-header:not(.open-navigation):not(.active) .main-header-inner {
    height: 140px;
  }
  header.main-header:not(.open-navigation):not(.active) .main-header-inner .buttons .btn-small {
    padding: 9px 24px;
    border-width: 4px;
    font-size: 28px;
  }
  header.main-header:not(.open-navigation):not(.active) .main-header-inner .buttons .btn-square {
    width: 68px;
    height: 68px;
    border-width: 4px;
    font-size: 32px;
  }
  header.main-header:not(.open-navigation):not(.active) .main-header-inner .buttons .nav-btn {
    font-size: 20px;
  }
  header.main-header:not(.open-navigation):not(.active) + .logo {
    top: 34px;
    width: 244px;
  }
  header.main-header:not(.open-navigation):not(.active).has-notif + .logo {
    top: 104px;
  }
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  header.main-header:not(.open-navigation):not(.active).has-notif + .logo {
    top: 60px;
  }
  header.main-header .notif-navbar {
    height: 50px;
  }
  header.main-header .notif-navbar span img {
    height: 25px;
  }
  header.main-header.active .notif-navbar {
    margin-top: -50px;
  }
  header.main-header.open-navigation {
    right: 0px;
  }
  header.main-header.open-navigation .notif-navbar {
    margin-top: -50px;
  }
  header.main-header .main-header-inner .buttons .nav-btn i {
    font-size: 30px;
  }
  header.main-header .navigation > .container {
    max-width: 100%;
  }
  header.main-header .navigation .row.large-gutters-75 {
    margin-left: -30px;
    margin-right: -30px;
  }
  header.main-header .navigation .row.large-gutters-75 > [class^=col-],
  header.main-header .navigation .row.large-gutters-75 > [class*=" col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
  .logo {
    top: 12px;
  }
  header.main-header .main-header-inner {
    height: 70px;
  }
  header.main-header .main-header-inner .logo {
    width: 150px;
  }
  header.main-header .navigation {
    padding: 20px;
  }
  header.main-header .navigation nav ul > li {
    font-size: 22px;
    padding: 10px 0;
  }
  header.main-header .navigation nav ul > li.submenu > a i {
    font-size: 18px;
  }
  header.main-header .navigation nav ul > li ul li {
    padding: 6px 0;
    font-size: 18px;
  }
}
footer {
  width: 100%;
  z-index: 30;
  float: left;
  position: relative;
  overflow: clip;
}
footer .waves {
  position: absolute;
  top: 0;
  left: -2px;
  width: calc(100% + 4px);
  min-width: 2600px;
  height: auto;
  pointer-events: none;
}
footer .footer-top-bar {
  padding: 150px 0 40px;
}
footer .footer-top-bar .footer-top-bar-inner .image {
  background-color: #000;
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 51%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
footer .footer-top-bar .footer-top-bar-inner .image img {
  opacity: 0.5;
}
footer .footer-top-bar .footer-top-bar-inner .image.image-1 {
  z-index: 20;
  left: 0;
  transform: translateY(-50%) rotate(-10deg);
}
footer .footer-top-bar .footer-top-bar-inner .image.image-2 {
  z-index: 10;
  right: 0;
  transform: translateY(-50%) rotate(3deg);
}
footer .footer-top-bar .footer-top-bar-inner .text {
  z-index: 20;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
}
footer .footer-top-bar .footer-top-bar-inner .text h2 {
  color: #ffd62c;
  font-size: clamp(34px, 6vw, 115px);
}
footer .footer-top-bar .footer-top-bar-inner .text .btn {
  background: #1b4298;
}
footer .footer-top-bar .footer-top-bar-inner .text .btn:hover {
  background: #ffd62c;
}
footer .footer-top-bar .coordinates .coord-title {
  font-size: clamp(30px, 4vw, 80px);
  font-weight: 700;
}
footer .footer-bottom-bar {
  padding: 0 0 60px;
}
footer .footer-bottom-bar p {
  font-size: clamp(20px, 3vw, 30px);
  padding-top: 0;
}
footer .footer-bottom-bar p:not(:last-child) {
  margin-bottom: 10px;
}
footer .footer-bottom-bar .webrio img {
  width: 80px;
  margin-left: 3px;
}
footer .footer-menu {
  margin-top: 20px;
}
footer .footer-menu ul li {
  position: relative;
  padding: 0;
}
footer .footer-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .footer-menu ul li a {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 400;
  cursor: pointer !important;
}
footer .footer-menu ul li a[target=_blank] {
  display: flex !important;
  align-items: center;
}
footer .footer-menu ul li a[target=_blank] i {
  margin-left: 5px;
  font-size: 0.6em;
}
footer.default-bg .footer-menu ul li a,
footer .default-bg .footer-menu ul li a,
footer section.sect-container:first-child:not(.sect-product-details) .footer-menu ul li a {
  color: #fff !important;
}
footer.default-bg .footer-menu ul li a:hover,
footer .default-bg .footer-menu ul li a:hover,
footer section.sect-container:first-child:not(.sect-product-details) .footer-menu ul li a:hover {
  color: #dfb300 !important;
}
footer.light-bg .footer-menu ul li a,
footer .light-bg .footer-menu ul li a {
  color: #000 !important;
}
footer.light-bg .footer-menu ul li a:hover,
footer .light-bg .footer-menu ul li a:hover {
  color: #132f6d !important;
}
footer.gray-bg .footer-menu ul li a,
footer .gray-bg .footer-menu ul li a {
  color: #000 !important;
}
footer.gray-bg .footer-menu ul li a:hover,
footer .gray-bg .footer-menu ul li a:hover {
  color: #132f6d !important;
}
footer.dark-bg .footer-menu ul li a,
footer .dark-bg .footer-menu ul li a {
  color: #fff !important;
}
footer.dark-bg .footer-menu ul li a:hover,
footer .dark-bg .footer-menu ul li a:hover {
  color: #dfb300 !important;
}
footer.color-bg .footer-menu ul li a,
footer .color-bg .footer-menu ul li a {
  color: #000 !important;
}
footer.color-bg .footer-menu ul li a:hover,
footer .color-bg .footer-menu ul li a:hover {
  color: #132f6d !important;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  footer .footer-top-bar {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
  footer .footer-top-bar {
    padding-top: 60px;
  }
  footer .footer-top-bar .title {
    font-size: 22px;
  }
}
.content-head {
  background-color: #1b4298;
  width: 100%;
  z-index: 10;
  position: relative;
  overflow: clip;
}
.content-head .container {
  z-index: 10;
  position: relative;
  height: 100%;
}
.content-head .content {
  position: relative;
  z-index: 20;
  height: 100%;
  min-height: 600px;
  padding: 120px 0 80px;
}
.content-head .content h1 {
  display: inline-block;
  width: 100%;
  font-size: clamp(34px, 4vw, 120px);
}
.content-head .content p {
  max-width: 1150px;
  font-size: clamp(20px, 2.5vw, 40px);
  line-height: 1.2em;
}
.content-head .content .breadcrumb-nav li {
  display: inline-block;
  margin: 3px 6px 3px 0;
}
.content-head .content .breadcrumb-nav li .separator {
  display: inline-block;
  margin-left: 8px;
}
.content-head .content .breadcrumb-nav li a:not(.btn):not(.btn-wave) {
  color: #ffd62c;
  font-weight: 600;
}
.content-head .content .breadcrumb-nav li a:not(.btn):not(.btn-wave):hover, .content-head .content .breadcrumb-nav li a:not(.btn):not(.btn-wave):active {
  color: #dfb300;
}
.content-head .waves-content-head {
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: calc(100% + 4px);
  min-width: 1600px;
  height: auto;
  pointer-events: none;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child,
table:first-child,
img:first-child {
  padding-top: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "rosewood-std-fill", serif;
  line-height: 1;
}

.subtitle {
  font-size: clamp(18px, 3vw, 50px);
  font-weight: 600;
}
.subtitle + h1,
.subtitle + h2,
.subtitle + h3,
.subtitle + h4,
.subtitle + h5 {
  padding-top: 0;
}

h1,
h2 {
  padding-top: 70px;
  font-size: clamp(30px, 4vw, 80px);
  font-weight: 800;
}

h3 {
  padding-top: 50px;
  font-size: clamp(25px, 3vw, 70px);
}

h4 {
  padding-top: 50px;
  font-size: clamp(20px, 3vw, 60px);
}

h5 {
  padding-top: 50px;
  font-size: clamp(18px, 3vw, 50px);
}

p,
li,
table {
  font-size: clamp(19px, 2.5vw, 30px);
}

p {
  padding-top: 25px;
  line-height: 1.3em;
}

li {
  line-height: 1.15em;
}

.btn {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 600;
  padding: 14px 30px;
  background: #ffd62c;
  border: 6px solid #ffd62c;
  color: #000;
  vertical-align: top;
  transition: all 0.3s;
  border-radius: 2000px;
}
.btn:hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.btn:focus, .btn.focus {
  box-shadow: none;
}
.btn.btn-border {
  background: transparent;
  color: #fff;
}
.btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.btn.btn-small {
  padding: 2px 22px;
  border-width: 4px;
  font-size: clamp(19px, 3vw, 26px);
}
.btn.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.btn i {
  font-size: 0.9em;
}

.btn-wave {
  background: transparent;
  position: relative;
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  border-radius: 2000px;
  border: 6px solid #ffd62c;
  padding: clamp(18px, 2vw, 24px) 30px clamp(18px, 1.5vw, 10px);
  vertical-align: top;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 600;
  color: #000;
  overflow: hidden;
  transition: all 0.3s;
}
.btn-wave:hover {
  color: #000;
}
.btn-wave:hover .wave {
  transform: translate(-50%, -32%);
}
.btn-wave span {
  z-index: 10;
  position: relative;
}
@keyframes waveElements {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}
.btn-wave .wave {
  background-color: #ffd62c;
  z-index: 5;
  position: absolute;
  left: 50%;
  width: 200%;
  height: auto;
  aspect-ratio: 1/1;
  transition: 0.4s;
  transform: translate(-50%, -5%);
  pointer-events: none;
}
.btn-wave .wave::before, .btn-wave .wave::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  height: 200%;
  transform: translate(-50%, -75%);
}
.btn-wave .wave::before {
  border-radius: 45%;
  background-color: #dfb300;
  animation: waveElements 5s linear infinite;
}
.btn-wave .wave::after {
  border-radius: 40%;
  background-color: var(--background);
  animation: waveElements 10s linear infinite;
  transition: background 0.3s ease;
}
.btn-wave:focus, .btn-wave.focus {
  box-shadow: none;
}
.btn-wave.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.btn-wave i {
  font-size: 0.9em;
}

ul,
ol {
  list-style: none;
  margin-top: 20px;
  padding: 0px 0px 0px 0px;
}
ul:first-child,
ol:first-child {
  margin-top: 0;
}
ul li,
ol li {
  display: block;
  position: relative;
  margin-top: 10px;
  padding: 0 0 0 26px;
  line-height: 1.3em;
}
ul li::marker,
ol li::marker {
  content: none;
}
ul li:before,
ol li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #ffd62c;
  font-weight: 700;
}
ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin-top: 20px !important;
}
ul li ul li:before,
ol li ul li:before {
  border: 2px solid #ffd62c;
  background: transparent;
}

nav ul,
nav ol,
ul.no-marker,
ol.no-marker {
  margin: 0;
  padding: 0;
}
nav ul li,
nav ol li,
ul.no-marker li,
ol.no-marker li {
  margin: 0;
  padding: 0;
}
nav ul li::marker,
nav ol li::marker,
ul.no-marker li::marker,
ol.no-marker li::marker {
  content: none;
}
nav ul li::before,
nav ol li::before,
ul.no-marker li::before,
ol.no-marker li::before {
  display: none;
}

ul li::before {
  top: 0.475em;
  width: 10px;
  height: 10px;
  background: #ffd62c;
  border-radius: 2000px;
}
ul ol li::before {
  background: transparent !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
  top: 0 !important;
}

ol {
  counter-reset: number;
}
ol li {
  /* &:first-child {
  	counter-reset: number;
  } */
}
ol li:before {
  counter-increment: number;
  content: counter(number, decimal);
  font-size: 0.7em;
}
ol ol {
  counter-reset: latin;
}
ol ol li:first-child {
  counter-reset: latin;
}
ol ol li:before {
  counter-increment: latin;
  content: counter(latin, lower-latin);
}
ol ol ol {
  counter-reset: roman;
}
ol ol ol li:first-child {
  counter-reset: roman;
}
ol ol ol li:before {
  counter-increment: roman;
  content: counter(latin, lower-roman);
}
ol ul li::before {
  content: "" !important;
  top: 0.475em;
  width: 10px;
  height: 10px;
  background: #ffd62c;
  border-radius: 2000px;
}

.row.large-gutters-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.row.large-gutters-30 > [class^=col-],
.row.large-gutters-30 > [class*=" col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

.row.large-gutters-45 {
  margin-left: -45px;
  margin-right: -45px;
}
.row.large-gutters-45 > [class^=col-],
.row.large-gutters-45 > [class*=" col-"] {
  padding-left: 45px;
  padding-right: 45px;
}

.row.large-gutters-60 {
  margin-left: -60px;
  margin-right: -60px;
}
.row.large-gutters-60 > [class^=col-],
.row.large-gutters-60 > [class*=" col-"] {
  padding-left: 60px;
  padding-right: 60px;
}

.row.large-gutters-75 {
  margin-left: -75px;
  margin-right: -75px;
}
.row.large-gutters-75 > [class^=col-],
.row.large-gutters-75 > [class*=" col-"] {
  padding-left: 75px;
  padding-right: 75px;
}

.content-row:not(:last-child) {
  margin-bottom: 60px;
}

hr {
  border-top: 2px solid gainsboro;
  margin: 60px 0;
}
hr + * {
  padding-top: 0;
}

table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 60px 0 0;
}
table caption {
  padding-bottom: 10px;
  caption-side: top;
  font-size: clamp(19px, 2.5vw, 30px);
  font-weight: 600;
  color: #ffd62c;
}
table thead tr th {
  background-color: #ffd62c;
  color: #fff;
  padding: 14px 12px;
}
table thead tr th:first-child {
  border-top-left-radius: 10px;
}
table thead tr th:last-child {
  border-top-right-radius: 10px;
  text-align: right;
}
table tbody tr {
  border-bottom: 1px solid gainsboro !important;
}
table tbody tr th {
  background-color: #ffd62c;
  padding: 14px 10px;
  color: #fff;
}
table tbody tr td {
  padding: 14px 10px;
}
table tbody tr td:last-child {
  text-align: right;
}

.default-bg:not(.border-box), section.sect-container:not(.border-box):first-child:not(.sect-product-details) {
  background: transparent;
  color: #fff;
}
.default-bg:not(.border-box) ::-moz-selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) ::selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) ::-moz-selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) a:not(.btn):not(.btn-wave), section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave) {
  color: #ffd62c;
}
.default-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave):hover, .default-bg:not(.border-box) a:not(.btn):not(.btn-wave):active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave):active {
  color: #dfb300;
}
.default-bg:not(.border-box) .btn:not(.btn-border), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.default-bg:not(.border-box) .btn:not(.btn-border):hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.default-bg:not(.border-box) .btn.btn-border, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn.btn-border {
  border-color: #ffd62c;
  color: #fff;
}
.default-bg:not(.border-box) .btn.btn-border:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.default-bg:not(.border-box) .btn-wave, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.default-bg:not(.border-box) .btn-wave:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave:hover, .default-bg:not(.border-box) .btn-wave:active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave:active {
  color: #000;
}
.default-bg:not(.border-box) .btn-wave .wave, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave {
  background-color: #ffd62c;
}
.default-bg:not(.border-box) .btn-wave .wave::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave::before {
  background-color: #dfb300;
}
.default-bg:not(.border-box) .btn-wave .wave::after, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave::after {
  background-color: var(--background);
}
.default-bg:not(.border-box) h1, section.sect-container:not(.border-box):first-child:not(.sect-product-details) h1,
.default-bg:not(.border-box) h2,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) h2,
.default-bg:not(.border-box) h3,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) h3,
.default-bg:not(.border-box) h4,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) h4,
.default-bg:not(.border-box) h5,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) h5 {
  color: #fff;
}
.default-bg:not(.border-box) ul li:before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) ul li:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.default-bg:not(.border-box) ol li:before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) ol li:before {
  color: #ffd62c;
}
.default-bg:not(.border-box) table thead tr th, section.sect-container:not(.border-box):first-child:not(.sect-product-details) table thead tr th {
  background-color: #3458ad;
  color: #fff;
}
.default-bg:not(.border-box) table tbody tr, section.sect-container:not(.border-box):first-child:not(.sect-product-details) table tbody tr {
  border-bottom-color: #3458ad;
}
.default-bg:not(.border-box) table tbody tr th, section.sect-container:not(.border-box):first-child:not(.sect-product-details) table tbody tr th {
  background-color: #3458ad;
  color: #fff;
}
.default-bg:not(.border-box).bg-image:after, section.sect-container:not(.border-box).bg-image:first-child:not(.sect-product-details):after {
  background: #1b4298;
}
.default-bg:not(.border-box) .full-box.default-bg, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .full-box.default-bg, .default-bg:not(.border-box) section.full-box.sect-container:first-child:not(.sect-product-details), section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.full-box.sect-container:first-child:not(.sect-product-details) {
  background: rgba(0, 0, 0, 0);
}
.default-bg:not(.border-box) .border-box.default-bg, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .border-box.default-bg, .default-bg:not(.border-box) section.border-box.sect-container:first-child:not(.sect-product-details), section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.border-box.sect-container:first-child:not(.sect-product-details) {
  border-color: rgba(0, 0, 0, 0);
}
.default-bg:not(.border-box).half-section .decoration path, section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .decoration path,
.default-bg:not(.border-box).half-section .decoration rect,
section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .decoration rect {
  fill: #274282;
}
.default-bg:not(.border-box).half-section .main-infos h2, section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos h2 {
  color: #ffd62c;
}
.default-bg:not(.border-box).half-section .main-infos .address a, section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a {
  color: #fff;
}
.default-bg:not(.border-box).half-section .main-infos .address a i, section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a i {
  color: #ffd62c;
}
.default-bg:not(.border-box).half-section .main-infos .address a:hover, section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a:hover {
  color: #ffd62c;
}
.default-bg:not(.border-box).half-section .secondary-infos, section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .secondary-infos {
  background-color: #1b4298 !important;
}
.default-bg:not(.border-box):not(.bg-image) + section.default-bg:not(.bg-image):not(.half-section), section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.default-bg:not(.bg-image):not(.half-section), .default-bg:not(.border-box):not(.bg-image) + section.sect-container:not(.bg-image):not(.half-section):first-child:not(.sect-product-details), section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.sect-container:not(.bg-image):not(.half-section):first-child:not(.sect-product-details) {
  padding-top: 0px;
}
.default-bg:not(.border-box):not(.bg-image) + section.default-bg:not(.bg-image):not(.half-section).add-grain::before, section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.default-bg:not(.bg-image):not(.half-section).add-grain::before, .default-bg:not(.border-box):not(.bg-image) + section.sect-container:not(.bg-image):not(.half-section).add-grain:first-child:not(.sect-product-details)::before, section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.sect-container:not(.bg-image):not(.half-section).add-grain:first-child:not(.sect-product-details)::before {
  background: linear-gradient(0deg, rgba(var(--background), 0) 0%, rgba(var(--background), 0) 50%, rgba(var(--background), 100%) 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.default-bg:not(.border-box) .default-bg:not(.border-box), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box), .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details), section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) {
  background: transparent;
  color: #fff;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) ::-moz-selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) ::-moz-selection, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::-moz-selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) .default-bg:not(.border-box) ::selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) ::selection, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) .default-bg:not(.border-box) ::-moz-selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) ::-moz-selection, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::-moz-selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave), .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave), section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave) {
  color: #ffd62c;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave):hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave):hover, .default-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave):active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave):active, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave):active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave):active {
  color: #dfb300;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) .btn:not(.btn-border), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) .btn:not(.btn-border), .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn:not(.btn-border), section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) .btn:not(.btn-border):hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) .btn:not(.btn-border):hover, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn:not(.btn-border):hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) .btn.btn-border, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) .btn.btn-border, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn.btn-border, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn.btn-border {
  border-color: #ffd62c;
  color: #fff;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) .btn.btn-border:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) .btn.btn-border:hover, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn.btn-border:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) .btn-wave, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) .btn-wave:hover, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave:hover, .default-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave:active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) .btn-wave:active, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave:active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave:active {
  color: #000;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) .btn-wave .wave, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave {
  background-color: #ffd62c;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) .btn-wave .wave::before, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave::before {
  background-color: #dfb300;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave::after, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) .btn-wave .wave::after, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave::after, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave::after {
  background-color: var(--background);
}
.default-bg:not(.border-box) .default-bg:not(.border-box) h1, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) h1, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h1, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h1,
.default-bg:not(.border-box) .default-bg:not(.border-box) h2,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) h2,
.default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h2,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h2,
.default-bg:not(.border-box) .default-bg:not(.border-box) h3,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) h3,
.default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h3,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h3,
.default-bg:not(.border-box) .default-bg:not(.border-box) h4,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) h4,
.default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h4,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h4,
.default-bg:not(.border-box) .default-bg:not(.border-box) h5,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) h5,
.default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h5,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h5 {
  color: #fff;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) ul li:before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) ul li:before, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ul li:before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ul li:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) ol li:before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) ol li:before, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ol li:before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ol li:before {
  color: #ffd62c;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) table thead tr th, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) table thead tr th, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table thead tr th, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table thead tr th {
  background-color: #3458ad;
  color: #fff;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) table tbody tr, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) table tbody tr, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table tbody tr, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table tbody tr {
  border-bottom-color: #3458ad;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) table tbody tr th, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) table tbody tr th, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table tbody tr th, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table tbody tr th {
  background-color: #3458ad;
  color: #fff;
}
.default-bg:not(.border-box) .default-bg:not(.border-box).bg-image:after, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box).bg-image:after, .default-bg:not(.border-box) section.sect-container:not(.border-box).bg-image:first-child:not(.sect-product-details):after, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box).bg-image:first-child:not(.sect-product-details):after {
  background: #1b4298;
}
.default-bg:not(.border-box) .default-bg:not(.border-box) .full-box.default-bg, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) .full-box.default-bg, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .full-box.default-bg, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .full-box.default-bg, .default-bg:not(.border-box) .default-bg:not(.border-box) section.full-box.sect-container:first-child:not(.sect-product-details), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) section.full-box.sect-container:first-child:not(.sect-product-details), .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.full-box.sect-container:first-child:not(.sect-product-details), section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.full-box.sect-container:first-child:not(.sect-product-details) {
  background: rgba(0, 0, 0, 0);
}
.default-bg:not(.border-box) .default-bg:not(.border-box) .border-box.default-bg, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) .border-box.default-bg, .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .border-box.default-bg, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .border-box.default-bg, .default-bg:not(.border-box) .default-bg:not(.border-box) section.border-box.sect-container:first-child:not(.sect-product-details), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box) section.border-box.sect-container:first-child:not(.sect-product-details), .default-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.border-box.sect-container:first-child:not(.sect-product-details), section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.border-box.sect-container:first-child:not(.sect-product-details) {
  border-color: rgba(0, 0, 0, 0);
}
.default-bg:not(.border-box) .default-bg:not(.border-box).half-section .decoration path, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box).half-section .decoration path, .default-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .decoration path, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .decoration path,
.default-bg:not(.border-box) .default-bg:not(.border-box).half-section .decoration rect,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box).half-section .decoration rect,
.default-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .decoration rect,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .decoration rect {
  fill: #274282;
}
.default-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos h2, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box).half-section .main-infos h2, .default-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos h2, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos h2 {
  color: #ffd62c;
}
.default-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box).half-section .main-infos .address a, .default-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a {
  color: #fff;
}
.default-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a i, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box).half-section .main-infos .address a i, .default-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a i, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a i {
  color: #ffd62c;
}
.default-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box).half-section .main-infos .address a:hover, .default-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a:hover {
  color: #ffd62c;
}
.default-bg:not(.border-box) .default-bg:not(.border-box).half-section .secondary-infos, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box).half-section .secondary-infos, .default-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .secondary-infos, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .secondary-infos {
  background-color: #1b4298 !important;
}
.default-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.default-bg:not(.bg-image):not(.half-section), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box):not(.bg-image) + section.default-bg:not(.bg-image):not(.half-section), .default-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.default-bg:not(.bg-image):not(.half-section), section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.default-bg:not(.bg-image):not(.half-section), .default-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.sect-container:not(.bg-image):not(.half-section):first-child:not(.sect-product-details), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box):not(.bg-image) + section.sect-container:not(.bg-image):not(.half-section):first-child:not(.sect-product-details), .default-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.sect-container:not(.bg-image):not(.half-section):first-child:not(.sect-product-details), section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.sect-container:not(.bg-image):not(.half-section):first-child:not(.sect-product-details) {
  padding-top: 0px;
}
.default-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.default-bg:not(.bg-image):not(.half-section).add-grain::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box):not(.bg-image) + section.default-bg:not(.bg-image):not(.half-section).add-grain::before, .default-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.default-bg:not(.bg-image):not(.half-section).add-grain::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.default-bg:not(.bg-image):not(.half-section).add-grain::before, .default-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.sect-container:not(.bg-image):not(.half-section).add-grain:first-child:not(.sect-product-details)::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg:not(.border-box):not(.bg-image) + section.sect-container:not(.bg-image):not(.half-section).add-grain:first-child:not(.sect-product-details)::before, .default-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.sect-container:not(.bg-image):not(.half-section).add-grain:first-child:not(.sect-product-details)::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.sect-container:not(.bg-image):not(.half-section).add-grain:first-child:not(.sect-product-details)::before {
  background: linear-gradient(0deg, rgba(var(--background), 0) 0%, rgba(var(--background), 0) 50%, rgba(var(--background), 100%) 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.default-bg:not(.border-box) .default-bg.full-box, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg.full-box, .default-bg:not(.border-box) section.full-box.sect-container:first-child:not(.sect-product-details), section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.full-box.sect-container:first-child:not(.sect-product-details) {
  border: 6px solid #000;
}
.default-bg:not(.border-box) .default-bg.border-box, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .default-bg.border-box, .default-bg:not(.border-box) section.border-box.sect-container:first-child:not(.sect-product-details), section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.border-box.sect-container:first-child:not(.sect-product-details) {
  background: transparent;
  border: 6px solid transparent;
}
.default-bg:not(.border-box) .light-bg:not(.border-box), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) {
  background: #fff;
  color: #000;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) ::-moz-selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) .light-bg:not(.border-box) ::selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) .light-bg:not(.border-box) ::-moz-selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .default-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave):active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) .btn:not(.btn-border), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) .btn:not(.btn-border):hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) .btn.btn-border, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #000;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) .btn.btn-border:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) .btn-wave:hover, .default-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave:active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave::after, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #fff;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) h1, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) h1,
.default-bg:not(.border-box) .light-bg:not(.border-box) h2,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) h2,
.default-bg:not(.border-box) .light-bg:not(.border-box) h3,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) h3,
.default-bg:not(.border-box) .light-bg:not(.border-box) h4,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) h4,
.default-bg:not(.border-box) .light-bg:not(.border-box) h5,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) h5 {
  color: #000;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) ul li:before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) ul li:before {
  background: #1b4298;
  border-color: #1b4298;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) ol li:before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) ol li:before {
  color: #1b4298;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) table thead tr th, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) table thead tr th {
  background-color: #f2f2f2;
  color: #000;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) table tbody tr, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) table tbody tr {
  border-bottom-color: #f2f2f2;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) table tbody tr th, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) table tbody tr th {
  background-color: #f2f2f2;
  color: #000;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) .full-box.light-bg, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) .full-box.light-bg {
  background: #f2f2f2;
}
.default-bg:not(.border-box) .light-bg:not(.border-box) .border-box.light-bg, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box) .border-box.light-bg {
  border-color: #e6e6e6;
}
.default-bg:not(.border-box) .light-bg:not(.border-box).half-section .decoration path, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box).half-section .decoration path,
.default-bg:not(.border-box) .light-bg:not(.border-box).half-section .decoration rect,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box).half-section .decoration rect {
  fill: #d6d6d6;
}
.default-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos h2, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.default-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.default-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a i, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.default-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.default-bg:not(.border-box) .light-bg:not(.border-box).half-section .secondary-infos, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.default-bg:not(.border-box) .light-bg:not(.border-box):not(.bg-image) + section.light-bg:not(.bg-image):not(.half-section), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box):not(.bg-image) + section.light-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.default-bg:not(.border-box) .light-bg:not(.border-box):not(.bg-image) + section.light-bg:not(.bg-image):not(.half-section).add-grain::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg:not(.border-box):not(.bg-image) + section.light-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.default-bg:not(.border-box) .light-bg.full-box, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg.full-box {
  border: 6px solid #000;
}
.default-bg:not(.border-box) .light-bg.border-box, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .light-bg.border-box {
  background: transparent;
  border: 6px solid #fff;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) {
  background: #f5f5f5;
  color: #000;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) ::-moz-selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) ::selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) ::-moz-selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .default-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave):active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) .btn:not(.btn-border), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) .btn:not(.btn-border):hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) .btn.btn-border, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #000;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) .btn.btn-border:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) .btn-wave:hover, .default-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave:active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave::after, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #f5f5f5;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) h1, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) h1,
.default-bg:not(.border-box) .gray-bg:not(.border-box) h2,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) h2,
.default-bg:not(.border-box) .gray-bg:not(.border-box) h3,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) h3,
.default-bg:not(.border-box) .gray-bg:not(.border-box) h4,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) h4,
.default-bg:not(.border-box) .gray-bg:not(.border-box) h5,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) h5 {
  color: #000;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) ul li:before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) ul li:before {
  background: #1b4298;
  border-color: #1b4298;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) ol li:before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) ol li:before {
  color: #1b4298;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) table thead tr th, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) table thead tr th {
  background-color: #e8e8e8;
  color: #000;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) table tbody tr, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) table tbody tr {
  border-bottom-color: #e8e8e8;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) table tbody tr th, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) table tbody tr th {
  background-color: #e8e8e8;
  color: #000;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) .full-box.gray-bg, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) .full-box.gray-bg {
  background: #e8e8e8;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box) .border-box.gray-bg, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box) .border-box.gray-bg {
  border-color: gainsboro;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box).half-section .decoration path, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box).half-section .decoration path,
.default-bg:not(.border-box) .gray-bg:not(.border-box).half-section .decoration rect,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box).half-section .decoration rect {
  fill: #cccccc;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos h2, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a i, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box).half-section .secondary-infos, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box):not(.bg-image) + section.gray-bg:not(.bg-image):not(.half-section), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box):not(.bg-image) + section.gray-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.default-bg:not(.border-box) .gray-bg:not(.border-box):not(.bg-image) + section.gray-bg:not(.bg-image):not(.half-section).add-grain::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg:not(.border-box):not(.bg-image) + section.gray-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 50%, whitesmoke 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.default-bg:not(.border-box) .gray-bg.full-box, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg.full-box {
  border: 6px solid #000;
}
.default-bg:not(.border-box) .gray-bg.border-box, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .gray-bg.border-box {
  background: transparent;
  border: 6px solid #f5f5f5;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) {
  background: #000;
  color: #fff;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) ::-moz-selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) ::selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) ::-moz-selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #ffd62c;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .default-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave):active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #dfb300;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) .btn:not(.btn-border), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) .btn:not(.btn-border):hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) .btn.btn-border, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #fff;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) .btn.btn-border:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) .btn-wave {
  color: #fff;
  border-color: #ffd62c;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) .btn-wave:hover, .default-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave:active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave::after, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #000;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) h1, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) h1,
.default-bg:not(.border-box) .dark-bg:not(.border-box) h2,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) h2,
.default-bg:not(.border-box) .dark-bg:not(.border-box) h3,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) h3,
.default-bg:not(.border-box) .dark-bg:not(.border-box) h4,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) h4,
.default-bg:not(.border-box) .dark-bg:not(.border-box) h5,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) h5 {
  color: #fff;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) ul li:before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) ul li:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) ol li:before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) ol li:before {
  color: #ffd62c;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) table thead tr th, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) table thead tr th {
  background-color: #e8e8e8;
  color: #000;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) table tbody tr, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) table tbody tr {
  border-bottom-color: #e8e8e8;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) table tbody tr th, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) table tbody tr th {
  background-color: #e8e8e8;
  color: #000;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) .full-box.dark-bg, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) .full-box.dark-bg {
  background: black;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box) .border-box.dark-bg, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box) .border-box.dark-bg {
  border-color: black;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box).half-section .decoration path, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box).half-section .decoration path,
.default-bg:not(.border-box) .dark-bg:not(.border-box).half-section .decoration rect,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box).half-section .decoration rect {
  fill: #262626;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos h2, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box).half-section .main-infos h2 {
  color: #ffd62c;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box).half-section .main-infos .address a {
  color: #fff;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a i, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box).half-section .main-infos .address a i {
  color: #ffd62c;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #ffd62c;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box).half-section .secondary-infos, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box):not(.bg-image) + section.dark-bg:not(.bg-image):not(.half-section), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box):not(.bg-image) + section.dark-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.default-bg:not(.border-box) .dark-bg:not(.border-box):not(.bg-image) + section.dark-bg:not(.bg-image):not(.half-section).add-grain::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg:not(.border-box):not(.bg-image) + section.dark-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.default-bg:not(.border-box) .dark-bg.full-box, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg.full-box {
  border: 6px solid #f5f5f5;
}
.default-bg:not(.border-box) .dark-bg.border-box, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .dark-bg.border-box {
  background: transparent;
  border: 6px solid #000;
}
.default-bg:not(.border-box) .color-bg:not(.border-box), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) {
  background: #ffd62c;
  color: #000;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) ::-moz-selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.default-bg:not(.border-box) .color-bg:not(.border-box) ::selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.default-bg:not(.border-box) .color-bg:not(.border-box) ::-moz-selection, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.default-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .default-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave):active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) .btn:not(.btn-border), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #1b4298;
  background: #1b4298;
  color: #fff;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) .btn:not(.btn-border):hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #132f6d;
  border-color: #132f6d;
  color: #fff;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) .btn.btn-border, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) .btn.btn-border {
  border-color: #1b4298;
  color: #000;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) .btn.btn-border:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) .btn.btn-border:hover {
  background: #1b4298;
  border-color: #1b4298;
  color: #fff;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) .btn-wave {
  color: #fff;
  border-color: #1b4298;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) .btn-wave:hover, .default-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave:active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) .btn-wave:active {
  color: #fff;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) .btn-wave .wave {
  background-color: #1b4298;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #0f2657;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave::after, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #ffd62c;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) h1, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) h1,
.default-bg:not(.border-box) .color-bg:not(.border-box) h2,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) h2,
.default-bg:not(.border-box) .color-bg:not(.border-box) h3,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) h3,
.default-bg:not(.border-box) .color-bg:not(.border-box) h4,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) h4,
.default-bg:not(.border-box) .color-bg:not(.border-box) h5,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) h5 {
  color: #000;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) ul li:before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) ul li:before {
  background: #132f6d;
  border-color: #132f6d;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) ol li:before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) ol li:before {
  color: #132f6d;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) table thead tr th, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) table thead tr th {
  background-color: #3458ad;
  color: #fff;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) table tbody tr, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) table tbody tr {
  border-bottom-color: #3458ad;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) table tbody tr th, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) table tbody tr th {
  background-color: #3458ad;
  color: #fff;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) .full-box.color-bg, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) .full-box.color-bg {
  background: #ffd113;
}
.default-bg:not(.border-box) .color-bg:not(.border-box) .border-box.color-bg, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box) .border-box.color-bg {
  border-color: #f8c800;
}
.default-bg:not(.border-box) .color-bg:not(.border-box).half-section .decoration path, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box).half-section .decoration path,
.default-bg:not(.border-box) .color-bg:not(.border-box).half-section .decoration rect,
section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box).half-section .decoration rect {
  fill: #d9af00;
}
.default-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos h2, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.default-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.default-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a i, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.default-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.default-bg:not(.border-box) .color-bg:not(.border-box).half-section .secondary-infos, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.default-bg:not(.border-box) .color-bg:not(.border-box):not(.bg-image) + section.color-bg:not(.bg-image):not(.half-section), section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box):not(.bg-image) + section.color-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.default-bg:not(.border-box) .color-bg:not(.border-box):not(.bg-image) + section.color-bg:not(.bg-image):not(.half-section).add-grain::before, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg:not(.border-box):not(.bg-image) + section.color-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(255, 214, 44, 0) 0%, rgba(255, 214, 44, 0) 50%, #ffd62c 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.default-bg:not(.border-box) .color-bg.full-box, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg.full-box {
  border: 6px solid #000;
}
.default-bg:not(.border-box) .color-bg.border-box, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .color-bg.border-box {
  background: transparent;
  border: 6px solid #ffd62c;
}

.default-bg.full-box, section.full-box.sect-container:first-child:not(.sect-product-details) {
  border: 6px solid #000;
}
.default-bg.border-box, section.border-box.sect-container:first-child:not(.sect-product-details) {
  background: transparent;
  border: 6px solid transparent;
}

.light-bg:not(.border-box) {
  background: #fff;
  color: #000;
}
.light-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.light-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .light-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.light-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.light-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.light-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #000;
}
.light-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.light-bg:not(.border-box) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.light-bg:not(.border-box) .btn-wave:hover, .light-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.light-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.light-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.light-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #fff;
}
.light-bg:not(.border-box) h1,
.light-bg:not(.border-box) h2,
.light-bg:not(.border-box) h3,
.light-bg:not(.border-box) h4,
.light-bg:not(.border-box) h5 {
  color: #000;
}
.light-bg:not(.border-box) ul li:before {
  background: #1b4298;
  border-color: #1b4298;
}
.light-bg:not(.border-box) ol li:before {
  color: #1b4298;
}
.light-bg:not(.border-box) table thead tr th {
  background-color: #f2f2f2;
  color: #000;
}
.light-bg:not(.border-box) table tbody tr {
  border-bottom-color: #f2f2f2;
}
.light-bg:not(.border-box) table tbody tr th {
  background-color: #f2f2f2;
  color: #000;
}
.light-bg:not(.border-box) .full-box.light-bg {
  background: #f2f2f2;
}
.light-bg:not(.border-box) .border-box.light-bg {
  border-color: #e6e6e6;
}
.light-bg:not(.border-box).half-section .decoration path,
.light-bg:not(.border-box).half-section .decoration rect {
  fill: #d6d6d6;
}
.light-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.light-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.light-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.light-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.light-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.light-bg:not(.border-box):not(.bg-image) + section.light-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.light-bg:not(.border-box):not(.bg-image) + section.light-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.light-bg:not(.border-box) .default-bg:not(.border-box), .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) {
  background: transparent;
  color: #fff;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) ::-moz-selection, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) .default-bg:not(.border-box) ::selection, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) .default-bg:not(.border-box) ::-moz-selection, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave), .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave) {
  color: #ffd62c;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave):hover, .light-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave):active, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave):active {
  color: #dfb300;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) .btn:not(.btn-border), .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) .btn:not(.btn-border):hover, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) .btn.btn-border, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn.btn-border {
  border-color: #ffd62c;
  color: #fff;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) .btn.btn-border:hover, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave:hover, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave:hover, .light-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave:active, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave:active {
  color: #000;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave {
  background-color: #ffd62c;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave::before, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave::before {
  background-color: #dfb300;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave::after, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave::after {
  background-color: var(--background);
}
.light-bg:not(.border-box) .default-bg:not(.border-box) h1, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h1,
.light-bg:not(.border-box) .default-bg:not(.border-box) h2,
.light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h2,
.light-bg:not(.border-box) .default-bg:not(.border-box) h3,
.light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h3,
.light-bg:not(.border-box) .default-bg:not(.border-box) h4,
.light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h4,
.light-bg:not(.border-box) .default-bg:not(.border-box) h5,
.light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h5 {
  color: #fff;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) ul li:before, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ul li:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) ol li:before, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ol li:before {
  color: #ffd62c;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) table thead tr th, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table thead tr th {
  background-color: #3458ad;
  color: #fff;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) table tbody tr, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table tbody tr {
  border-bottom-color: #3458ad;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) table tbody tr th, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table tbody tr th {
  background-color: #3458ad;
  color: #fff;
}
.light-bg:not(.border-box) .default-bg:not(.border-box).bg-image:after, .light-bg:not(.border-box) section.sect-container:not(.border-box).bg-image:first-child:not(.sect-product-details):after {
  background: #1b4298;
}
.light-bg:not(.border-box) .default-bg:not(.border-box) .full-box.default-bg, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .full-box.default-bg, .light-bg:not(.border-box) .default-bg:not(.border-box) section.full-box.sect-container:first-child:not(.sect-product-details), .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.full-box.sect-container:first-child:not(.sect-product-details) {
  background: rgba(0, 0, 0, 0);
}
.light-bg:not(.border-box) .default-bg:not(.border-box) .border-box.default-bg, .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .border-box.default-bg, .light-bg:not(.border-box) .default-bg:not(.border-box) section.border-box.sect-container:first-child:not(.sect-product-details), .light-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.border-box.sect-container:first-child:not(.sect-product-details) {
  border-color: rgba(0, 0, 0, 0);
}
.light-bg:not(.border-box) .default-bg:not(.border-box).half-section .decoration path, .light-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .decoration path,
.light-bg:not(.border-box) .default-bg:not(.border-box).half-section .decoration rect,
.light-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .decoration rect {
  fill: #274282;
}
.light-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos h2, .light-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos h2 {
  color: #ffd62c;
}
.light-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a, .light-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a {
  color: #fff;
}
.light-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a i, .light-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a i {
  color: #ffd62c;
}
.light-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a:hover, .light-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a:hover {
  color: #ffd62c;
}
.light-bg:not(.border-box) .default-bg:not(.border-box).half-section .secondary-infos, .light-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .secondary-infos {
  background-color: #1b4298 !important;
}
.light-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.default-bg:not(.bg-image):not(.half-section), .light-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.default-bg:not(.bg-image):not(.half-section), .light-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.sect-container:not(.bg-image):not(.half-section):first-child:not(.sect-product-details), .light-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.sect-container:not(.bg-image):not(.half-section):first-child:not(.sect-product-details) {
  padding-top: 0px;
}
.light-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.default-bg:not(.bg-image):not(.half-section).add-grain::before, .light-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.default-bg:not(.bg-image):not(.half-section).add-grain::before, .light-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.sect-container:not(.bg-image):not(.half-section).add-grain:first-child:not(.sect-product-details)::before, .light-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.sect-container:not(.bg-image):not(.half-section).add-grain:first-child:not(.sect-product-details)::before {
  background: linear-gradient(0deg, rgba(var(--background), 0) 0%, rgba(var(--background), 0) 50%, rgba(var(--background), 100%) 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.light-bg:not(.border-box) .default-bg.full-box, .light-bg:not(.border-box) section.full-box.sect-container:first-child:not(.sect-product-details) {
  border: 6px solid #000;
}
.light-bg:not(.border-box) .default-bg.border-box, .light-bg:not(.border-box) section.border-box.sect-container:first-child:not(.sect-product-details) {
  background: transparent;
  border: 6px solid transparent;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) {
  background: #fff;
  color: #000;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) .light-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) .light-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .light-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #000;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave:hover, .light-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #fff;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) h1,
.light-bg:not(.border-box) .light-bg:not(.border-box) h2,
.light-bg:not(.border-box) .light-bg:not(.border-box) h3,
.light-bg:not(.border-box) .light-bg:not(.border-box) h4,
.light-bg:not(.border-box) .light-bg:not(.border-box) h5 {
  color: #000;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) ul li:before {
  background: #1b4298;
  border-color: #1b4298;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) ol li:before {
  color: #1b4298;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) table thead tr th {
  background-color: #f2f2f2;
  color: #000;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) table tbody tr {
  border-bottom-color: #f2f2f2;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) table tbody tr th {
  background-color: #f2f2f2;
  color: #000;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) .full-box.light-bg {
  background: #f2f2f2;
}
.light-bg:not(.border-box) .light-bg:not(.border-box) .border-box.light-bg {
  border-color: #e6e6e6;
}
.light-bg:not(.border-box) .light-bg:not(.border-box).half-section .decoration path,
.light-bg:not(.border-box) .light-bg:not(.border-box).half-section .decoration rect {
  fill: #d6d6d6;
}
.light-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.light-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.light-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.light-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.light-bg:not(.border-box) .light-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.light-bg:not(.border-box) .light-bg:not(.border-box):not(.bg-image) + section.light-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.light-bg:not(.border-box) .light-bg:not(.border-box):not(.bg-image) + section.light-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.light-bg:not(.border-box) .light-bg.full-box {
  border: 6px solid #000;
}
.light-bg:not(.border-box) .light-bg.border-box {
  background: transparent;
  border: 6px solid #fff;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) {
  background: #f5f5f5;
  color: #000;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .light-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #000;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave:hover, .light-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #f5f5f5;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) h1,
.light-bg:not(.border-box) .gray-bg:not(.border-box) h2,
.light-bg:not(.border-box) .gray-bg:not(.border-box) h3,
.light-bg:not(.border-box) .gray-bg:not(.border-box) h4,
.light-bg:not(.border-box) .gray-bg:not(.border-box) h5 {
  color: #000;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) ul li:before {
  background: #1b4298;
  border-color: #1b4298;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) ol li:before {
  color: #1b4298;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) table thead tr th {
  background-color: #e8e8e8;
  color: #000;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) table tbody tr {
  border-bottom-color: #e8e8e8;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) table tbody tr th {
  background-color: #e8e8e8;
  color: #000;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) .full-box.gray-bg {
  background: #e8e8e8;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box) .border-box.gray-bg {
  border-color: gainsboro;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box).half-section .decoration path,
.light-bg:not(.border-box) .gray-bg:not(.border-box).half-section .decoration rect {
  fill: #cccccc;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box):not(.bg-image) + section.gray-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.light-bg:not(.border-box) .gray-bg:not(.border-box):not(.bg-image) + section.gray-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 50%, whitesmoke 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.light-bg:not(.border-box) .gray-bg.full-box {
  border: 6px solid #000;
}
.light-bg:not(.border-box) .gray-bg.border-box {
  background: transparent;
  border: 6px solid #f5f5f5;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) {
  background: #000;
  color: #fff;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #ffd62c;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .light-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #dfb300;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #fff;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave {
  color: #fff;
  border-color: #ffd62c;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave:hover, .light-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #000;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) h1,
.light-bg:not(.border-box) .dark-bg:not(.border-box) h2,
.light-bg:not(.border-box) .dark-bg:not(.border-box) h3,
.light-bg:not(.border-box) .dark-bg:not(.border-box) h4,
.light-bg:not(.border-box) .dark-bg:not(.border-box) h5 {
  color: #fff;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) ul li:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) ol li:before {
  color: #ffd62c;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) table thead tr th {
  background-color: #e8e8e8;
  color: #000;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) table tbody tr {
  border-bottom-color: #e8e8e8;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) table tbody tr th {
  background-color: #e8e8e8;
  color: #000;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) .full-box.dark-bg {
  background: black;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box) .border-box.dark-bg {
  border-color: black;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box).half-section .decoration path,
.light-bg:not(.border-box) .dark-bg:not(.border-box).half-section .decoration rect {
  fill: #262626;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos h2 {
  color: #ffd62c;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a {
  color: #fff;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a i {
  color: #ffd62c;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #ffd62c;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box):not(.bg-image) + section.dark-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.light-bg:not(.border-box) .dark-bg:not(.border-box):not(.bg-image) + section.dark-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.light-bg:not(.border-box) .dark-bg.full-box {
  border: 6px solid #f5f5f5;
}
.light-bg:not(.border-box) .dark-bg.border-box {
  background: transparent;
  border: 6px solid #000;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) {
  background: #ffd62c;
  color: #000;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.light-bg:not(.border-box) .color-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.light-bg:not(.border-box) .color-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.light-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .light-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #1b4298;
  background: #1b4298;
  color: #fff;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #132f6d;
  border-color: #132f6d;
  color: #fff;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) .btn.btn-border {
  border-color: #1b4298;
  color: #000;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) .btn.btn-border:hover {
  background: #1b4298;
  border-color: #1b4298;
  color: #fff;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave {
  color: #fff;
  border-color: #1b4298;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave:hover, .light-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave:active {
  color: #fff;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave {
  background-color: #1b4298;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #0f2657;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #ffd62c;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) h1,
.light-bg:not(.border-box) .color-bg:not(.border-box) h2,
.light-bg:not(.border-box) .color-bg:not(.border-box) h3,
.light-bg:not(.border-box) .color-bg:not(.border-box) h4,
.light-bg:not(.border-box) .color-bg:not(.border-box) h5 {
  color: #000;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) ul li:before {
  background: #132f6d;
  border-color: #132f6d;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) ol li:before {
  color: #132f6d;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) table thead tr th {
  background-color: #3458ad;
  color: #fff;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) table tbody tr {
  border-bottom-color: #3458ad;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) table tbody tr th {
  background-color: #3458ad;
  color: #fff;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) .full-box.color-bg {
  background: #ffd113;
}
.light-bg:not(.border-box) .color-bg:not(.border-box) .border-box.color-bg {
  border-color: #f8c800;
}
.light-bg:not(.border-box) .color-bg:not(.border-box).half-section .decoration path,
.light-bg:not(.border-box) .color-bg:not(.border-box).half-section .decoration rect {
  fill: #d9af00;
}
.light-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.light-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.light-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.light-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.light-bg:not(.border-box) .color-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.light-bg:not(.border-box) .color-bg:not(.border-box):not(.bg-image) + section.color-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.light-bg:not(.border-box) .color-bg:not(.border-box):not(.bg-image) + section.color-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(255, 214, 44, 0) 0%, rgba(255, 214, 44, 0) 50%, #ffd62c 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.light-bg:not(.border-box) .color-bg.full-box {
  border: 6px solid #000;
}
.light-bg:not(.border-box) .color-bg.border-box {
  background: transparent;
  border: 6px solid #ffd62c;
}

.light-bg.full-box {
  border: 6px solid #000;
}
.light-bg.border-box {
  background: transparent;
  border: 6px solid #fff;
}

.gray-bg:not(.border-box) {
  background: #f5f5f5;
  color: #000;
}
.gray-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.gray-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.gray-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.gray-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.gray-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #000;
}
.gray-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.gray-bg:not(.border-box) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.gray-bg:not(.border-box) .btn-wave:hover, .gray-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.gray-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.gray-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.gray-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #f5f5f5;
}
.gray-bg:not(.border-box) h1,
.gray-bg:not(.border-box) h2,
.gray-bg:not(.border-box) h3,
.gray-bg:not(.border-box) h4,
.gray-bg:not(.border-box) h5 {
  color: #000;
}
.gray-bg:not(.border-box) ul li:before {
  background: #1b4298;
  border-color: #1b4298;
}
.gray-bg:not(.border-box) ol li:before {
  color: #1b4298;
}
.gray-bg:not(.border-box) table thead tr th {
  background-color: #e8e8e8;
  color: #000;
}
.gray-bg:not(.border-box) table tbody tr {
  border-bottom-color: #e8e8e8;
}
.gray-bg:not(.border-box) table tbody tr th {
  background-color: #e8e8e8;
  color: #000;
}
.gray-bg:not(.border-box) .full-box.gray-bg {
  background: #e8e8e8;
}
.gray-bg:not(.border-box) .border-box.gray-bg {
  border-color: gainsboro;
}
.gray-bg:not(.border-box).half-section .decoration path,
.gray-bg:not(.border-box).half-section .decoration rect {
  fill: #cccccc;
}
.gray-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.gray-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.gray-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.gray-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.gray-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.gray-bg:not(.border-box):not(.bg-image) + section.gray-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.gray-bg:not(.border-box):not(.bg-image) + section.gray-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 50%, whitesmoke 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box), .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) {
  background: transparent;
  color: #fff;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) ::-moz-selection, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) ::selection, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) ::-moz-selection, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave), .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave) {
  color: #ffd62c;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave):hover, .gray-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave):active, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave):active {
  color: #dfb300;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) .btn:not(.btn-border), .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) .btn:not(.btn-border):hover, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) .btn.btn-border, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn.btn-border {
  border-color: #ffd62c;
  color: #fff;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) .btn.btn-border:hover, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave:hover, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave:hover, .gray-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave:active, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave:active {
  color: #000;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave {
  background-color: #ffd62c;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave::before, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave::before {
  background-color: #dfb300;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave::after, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave::after {
  background-color: var(--background);
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) h1, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h1,
.gray-bg:not(.border-box) .default-bg:not(.border-box) h2,
.gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h2,
.gray-bg:not(.border-box) .default-bg:not(.border-box) h3,
.gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h3,
.gray-bg:not(.border-box) .default-bg:not(.border-box) h4,
.gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h4,
.gray-bg:not(.border-box) .default-bg:not(.border-box) h5,
.gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h5 {
  color: #fff;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) ul li:before, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ul li:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) ol li:before, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ol li:before {
  color: #ffd62c;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) table thead tr th, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table thead tr th {
  background-color: #3458ad;
  color: #fff;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) table tbody tr, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table tbody tr {
  border-bottom-color: #3458ad;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) table tbody tr th, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table tbody tr th {
  background-color: #3458ad;
  color: #fff;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box).bg-image:after, .gray-bg:not(.border-box) section.sect-container:not(.border-box).bg-image:first-child:not(.sect-product-details):after {
  background: #1b4298;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) .full-box.default-bg, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .full-box.default-bg, .gray-bg:not(.border-box) .default-bg:not(.border-box) section.full-box.sect-container:first-child:not(.sect-product-details), .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.full-box.sect-container:first-child:not(.sect-product-details) {
  background: rgba(0, 0, 0, 0);
}
.gray-bg:not(.border-box) .default-bg:not(.border-box) .border-box.default-bg, .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .border-box.default-bg, .gray-bg:not(.border-box) .default-bg:not(.border-box) section.border-box.sect-container:first-child:not(.sect-product-details), .gray-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.border-box.sect-container:first-child:not(.sect-product-details) {
  border-color: rgba(0, 0, 0, 0);
}
.gray-bg:not(.border-box) .default-bg:not(.border-box).half-section .decoration path, .gray-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .decoration path,
.gray-bg:not(.border-box) .default-bg:not(.border-box).half-section .decoration rect,
.gray-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .decoration rect {
  fill: #274282;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos h2, .gray-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos h2 {
  color: #ffd62c;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a, .gray-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a {
  color: #fff;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a i, .gray-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a i {
  color: #ffd62c;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a:hover, .gray-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a:hover {
  color: #ffd62c;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box).half-section .secondary-infos, .gray-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .secondary-infos {
  background-color: #1b4298 !important;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.default-bg:not(.bg-image):not(.half-section), .gray-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.default-bg:not(.bg-image):not(.half-section), .gray-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.sect-container:not(.bg-image):not(.half-section):first-child:not(.sect-product-details), .gray-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.sect-container:not(.bg-image):not(.half-section):first-child:not(.sect-product-details) {
  padding-top: 0px;
}
.gray-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.default-bg:not(.bg-image):not(.half-section).add-grain::before, .gray-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.default-bg:not(.bg-image):not(.half-section).add-grain::before, .gray-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.sect-container:not(.bg-image):not(.half-section).add-grain:first-child:not(.sect-product-details)::before, .gray-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.sect-container:not(.bg-image):not(.half-section).add-grain:first-child:not(.sect-product-details)::before {
  background: linear-gradient(0deg, rgba(var(--background), 0) 0%, rgba(var(--background), 0) 50%, rgba(var(--background), 100%) 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gray-bg:not(.border-box) .default-bg.full-box, .gray-bg:not(.border-box) section.full-box.sect-container:first-child:not(.sect-product-details) {
  border: 6px solid #000;
}
.gray-bg:not(.border-box) .default-bg.border-box, .gray-bg:not(.border-box) section.border-box.sect-container:first-child:not(.sect-product-details) {
  background: transparent;
  border: 6px solid transparent;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) {
  background: #fff;
  color: #000;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .gray-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #000;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave:hover, .gray-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #fff;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) h1,
.gray-bg:not(.border-box) .light-bg:not(.border-box) h2,
.gray-bg:not(.border-box) .light-bg:not(.border-box) h3,
.gray-bg:not(.border-box) .light-bg:not(.border-box) h4,
.gray-bg:not(.border-box) .light-bg:not(.border-box) h5 {
  color: #000;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) ul li:before {
  background: #1b4298;
  border-color: #1b4298;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) ol li:before {
  color: #1b4298;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) table thead tr th {
  background-color: #f2f2f2;
  color: #000;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) table tbody tr {
  border-bottom-color: #f2f2f2;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) table tbody tr th {
  background-color: #f2f2f2;
  color: #000;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) .full-box.light-bg {
  background: #f2f2f2;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box) .border-box.light-bg {
  border-color: #e6e6e6;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box).half-section .decoration path,
.gray-bg:not(.border-box) .light-bg:not(.border-box).half-section .decoration rect {
  fill: #d6d6d6;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box):not(.bg-image) + section.light-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.gray-bg:not(.border-box) .light-bg:not(.border-box):not(.bg-image) + section.light-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gray-bg:not(.border-box) .light-bg.full-box {
  border: 6px solid #000;
}
.gray-bg:not(.border-box) .light-bg.border-box {
  background: transparent;
  border: 6px solid #fff;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) {
  background: #f5f5f5;
  color: #000;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .gray-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #000;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave:hover, .gray-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #f5f5f5;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) h1,
.gray-bg:not(.border-box) .gray-bg:not(.border-box) h2,
.gray-bg:not(.border-box) .gray-bg:not(.border-box) h3,
.gray-bg:not(.border-box) .gray-bg:not(.border-box) h4,
.gray-bg:not(.border-box) .gray-bg:not(.border-box) h5 {
  color: #000;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) ul li:before {
  background: #1b4298;
  border-color: #1b4298;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) ol li:before {
  color: #1b4298;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) table thead tr th {
  background-color: #e8e8e8;
  color: #000;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) table tbody tr {
  border-bottom-color: #e8e8e8;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) table tbody tr th {
  background-color: #e8e8e8;
  color: #000;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) .full-box.gray-bg {
  background: #e8e8e8;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box) .border-box.gray-bg {
  border-color: gainsboro;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box).half-section .decoration path,
.gray-bg:not(.border-box) .gray-bg:not(.border-box).half-section .decoration rect {
  fill: #cccccc;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box):not(.bg-image) + section.gray-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.gray-bg:not(.border-box) .gray-bg:not(.border-box):not(.bg-image) + section.gray-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 50%, whitesmoke 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gray-bg:not(.border-box) .gray-bg.full-box {
  border: 6px solid #000;
}
.gray-bg:not(.border-box) .gray-bg.border-box {
  background: transparent;
  border: 6px solid #f5f5f5;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) {
  background: #000;
  color: #fff;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #ffd62c;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .gray-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #dfb300;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #fff;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave {
  color: #fff;
  border-color: #ffd62c;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave:hover, .gray-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #000;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) h1,
.gray-bg:not(.border-box) .dark-bg:not(.border-box) h2,
.gray-bg:not(.border-box) .dark-bg:not(.border-box) h3,
.gray-bg:not(.border-box) .dark-bg:not(.border-box) h4,
.gray-bg:not(.border-box) .dark-bg:not(.border-box) h5 {
  color: #fff;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) ul li:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) ol li:before {
  color: #ffd62c;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) table thead tr th {
  background-color: #e8e8e8;
  color: #000;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) table tbody tr {
  border-bottom-color: #e8e8e8;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) table tbody tr th {
  background-color: #e8e8e8;
  color: #000;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) .full-box.dark-bg {
  background: black;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box) .border-box.dark-bg {
  border-color: black;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box).half-section .decoration path,
.gray-bg:not(.border-box) .dark-bg:not(.border-box).half-section .decoration rect {
  fill: #262626;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos h2 {
  color: #ffd62c;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a {
  color: #fff;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a i {
  color: #ffd62c;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #ffd62c;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box):not(.bg-image) + section.dark-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.gray-bg:not(.border-box) .dark-bg:not(.border-box):not(.bg-image) + section.dark-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gray-bg:not(.border-box) .dark-bg.full-box {
  border: 6px solid #f5f5f5;
}
.gray-bg:not(.border-box) .dark-bg.border-box {
  background: transparent;
  border: 6px solid #000;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) {
  background: #ffd62c;
  color: #000;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .gray-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #1b4298;
  background: #1b4298;
  color: #fff;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #132f6d;
  border-color: #132f6d;
  color: #fff;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) .btn.btn-border {
  border-color: #1b4298;
  color: #000;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) .btn.btn-border:hover {
  background: #1b4298;
  border-color: #1b4298;
  color: #fff;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave {
  color: #fff;
  border-color: #1b4298;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave:hover, .gray-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave:active {
  color: #fff;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave {
  background-color: #1b4298;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #0f2657;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #ffd62c;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) h1,
.gray-bg:not(.border-box) .color-bg:not(.border-box) h2,
.gray-bg:not(.border-box) .color-bg:not(.border-box) h3,
.gray-bg:not(.border-box) .color-bg:not(.border-box) h4,
.gray-bg:not(.border-box) .color-bg:not(.border-box) h5 {
  color: #000;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) ul li:before {
  background: #132f6d;
  border-color: #132f6d;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) ol li:before {
  color: #132f6d;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) table thead tr th {
  background-color: #3458ad;
  color: #fff;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) table tbody tr {
  border-bottom-color: #3458ad;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) table tbody tr th {
  background-color: #3458ad;
  color: #fff;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) .full-box.color-bg {
  background: #ffd113;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box) .border-box.color-bg {
  border-color: #f8c800;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box).half-section .decoration path,
.gray-bg:not(.border-box) .color-bg:not(.border-box).half-section .decoration rect {
  fill: #d9af00;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box):not(.bg-image) + section.color-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.gray-bg:not(.border-box) .color-bg:not(.border-box):not(.bg-image) + section.color-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(255, 214, 44, 0) 0%, rgba(255, 214, 44, 0) 50%, #ffd62c 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gray-bg:not(.border-box) .color-bg.full-box {
  border: 6px solid #000;
}
.gray-bg:not(.border-box) .color-bg.border-box {
  background: transparent;
  border: 6px solid #ffd62c;
}

.gray-bg.full-box {
  border: 6px solid #000;
}
.gray-bg.border-box {
  background: transparent;
  border: 6px solid #f5f5f5;
}

.dark-bg:not(.border-box) {
  background: #000;
  color: #fff;
}
.dark-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #ffd62c;
}
.dark-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #dfb300;
}
.dark-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.dark-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.dark-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #fff;
}
.dark-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.dark-bg:not(.border-box) .btn-wave {
  color: #fff;
  border-color: #ffd62c;
}
.dark-bg:not(.border-box) .btn-wave:hover, .dark-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.dark-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.dark-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.dark-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #000;
}
.dark-bg:not(.border-box) h1,
.dark-bg:not(.border-box) h2,
.dark-bg:not(.border-box) h3,
.dark-bg:not(.border-box) h4,
.dark-bg:not(.border-box) h5 {
  color: #fff;
}
.dark-bg:not(.border-box) ul li:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.dark-bg:not(.border-box) ol li:before {
  color: #ffd62c;
}
.dark-bg:not(.border-box) table thead tr th {
  background-color: #e8e8e8;
  color: #000;
}
.dark-bg:not(.border-box) table tbody tr {
  border-bottom-color: #e8e8e8;
}
.dark-bg:not(.border-box) table tbody tr th {
  background-color: #e8e8e8;
  color: #000;
}
.dark-bg:not(.border-box) .full-box.dark-bg {
  background: black;
}
.dark-bg:not(.border-box) .border-box.dark-bg {
  border-color: black;
}
.dark-bg:not(.border-box).half-section .decoration path,
.dark-bg:not(.border-box).half-section .decoration rect {
  fill: #262626;
}
.dark-bg:not(.border-box).half-section .main-infos h2 {
  color: #ffd62c;
}
.dark-bg:not(.border-box).half-section .main-infos .address a {
  color: #fff;
}
.dark-bg:not(.border-box).half-section .main-infos .address a i {
  color: #ffd62c;
}
.dark-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #ffd62c;
}
.dark-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.dark-bg:not(.border-box):not(.bg-image) + section.dark-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.dark-bg:not(.border-box):not(.bg-image) + section.dark-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box), .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) {
  background: transparent;
  color: #fff;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) ::-moz-selection, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) ::selection, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) ::-moz-selection, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave), .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave) {
  color: #ffd62c;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave):hover, .dark-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave):active, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave):active {
  color: #dfb300;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) .btn:not(.btn-border), .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) .btn:not(.btn-border):hover, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) .btn.btn-border, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn.btn-border {
  border-color: #ffd62c;
  color: #fff;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) .btn.btn-border:hover, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave:hover, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave:hover, .dark-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave:active, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave:active {
  color: #000;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave {
  background-color: #ffd62c;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave::before, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave::before {
  background-color: #dfb300;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave::after, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave::after {
  background-color: var(--background);
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) h1, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h1,
.dark-bg:not(.border-box) .default-bg:not(.border-box) h2,
.dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h2,
.dark-bg:not(.border-box) .default-bg:not(.border-box) h3,
.dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h3,
.dark-bg:not(.border-box) .default-bg:not(.border-box) h4,
.dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h4,
.dark-bg:not(.border-box) .default-bg:not(.border-box) h5,
.dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h5 {
  color: #fff;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) ul li:before, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ul li:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) ol li:before, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ol li:before {
  color: #ffd62c;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) table thead tr th, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table thead tr th {
  background-color: #3458ad;
  color: #fff;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) table tbody tr, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table tbody tr {
  border-bottom-color: #3458ad;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) table tbody tr th, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table tbody tr th {
  background-color: #3458ad;
  color: #fff;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box).bg-image:after, .dark-bg:not(.border-box) section.sect-container:not(.border-box).bg-image:first-child:not(.sect-product-details):after {
  background: #1b4298;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) .full-box.default-bg, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .full-box.default-bg, .dark-bg:not(.border-box) .default-bg:not(.border-box) section.full-box.sect-container:first-child:not(.sect-product-details), .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.full-box.sect-container:first-child:not(.sect-product-details) {
  background: rgba(0, 0, 0, 0);
}
.dark-bg:not(.border-box) .default-bg:not(.border-box) .border-box.default-bg, .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .border-box.default-bg, .dark-bg:not(.border-box) .default-bg:not(.border-box) section.border-box.sect-container:first-child:not(.sect-product-details), .dark-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.border-box.sect-container:first-child:not(.sect-product-details) {
  border-color: rgba(0, 0, 0, 0);
}
.dark-bg:not(.border-box) .default-bg:not(.border-box).half-section .decoration path, .dark-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .decoration path,
.dark-bg:not(.border-box) .default-bg:not(.border-box).half-section .decoration rect,
.dark-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .decoration rect {
  fill: #274282;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos h2, .dark-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos h2 {
  color: #ffd62c;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a, .dark-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a {
  color: #fff;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a i, .dark-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a i {
  color: #ffd62c;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a:hover, .dark-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a:hover {
  color: #ffd62c;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box).half-section .secondary-infos, .dark-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .secondary-infos {
  background-color: #1b4298 !important;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.default-bg:not(.bg-image):not(.half-section), .dark-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.default-bg:not(.bg-image):not(.half-section), .dark-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.sect-container:not(.bg-image):not(.half-section):first-child:not(.sect-product-details), .dark-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.sect-container:not(.bg-image):not(.half-section):first-child:not(.sect-product-details) {
  padding-top: 0px;
}
.dark-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.default-bg:not(.bg-image):not(.half-section).add-grain::before, .dark-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.default-bg:not(.bg-image):not(.half-section).add-grain::before, .dark-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.sect-container:not(.bg-image):not(.half-section).add-grain:first-child:not(.sect-product-details)::before, .dark-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.sect-container:not(.bg-image):not(.half-section).add-grain:first-child:not(.sect-product-details)::before {
  background: linear-gradient(0deg, rgba(var(--background), 0) 0%, rgba(var(--background), 0) 50%, rgba(var(--background), 100%) 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dark-bg:not(.border-box) .default-bg.full-box, .dark-bg:not(.border-box) section.full-box.sect-container:first-child:not(.sect-product-details) {
  border: 6px solid #000;
}
.dark-bg:not(.border-box) .default-bg.border-box, .dark-bg:not(.border-box) section.border-box.sect-container:first-child:not(.sect-product-details) {
  background: transparent;
  border: 6px solid transparent;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) {
  background: #fff;
  color: #000;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .dark-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #000;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave:hover, .dark-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #fff;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) h1,
.dark-bg:not(.border-box) .light-bg:not(.border-box) h2,
.dark-bg:not(.border-box) .light-bg:not(.border-box) h3,
.dark-bg:not(.border-box) .light-bg:not(.border-box) h4,
.dark-bg:not(.border-box) .light-bg:not(.border-box) h5 {
  color: #000;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) ul li:before {
  background: #1b4298;
  border-color: #1b4298;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) ol li:before {
  color: #1b4298;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) table thead tr th {
  background-color: #f2f2f2;
  color: #000;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) table tbody tr {
  border-bottom-color: #f2f2f2;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) table tbody tr th {
  background-color: #f2f2f2;
  color: #000;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) .full-box.light-bg {
  background: #f2f2f2;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box) .border-box.light-bg {
  border-color: #e6e6e6;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box).half-section .decoration path,
.dark-bg:not(.border-box) .light-bg:not(.border-box).half-section .decoration rect {
  fill: #d6d6d6;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box):not(.bg-image) + section.light-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.dark-bg:not(.border-box) .light-bg:not(.border-box):not(.bg-image) + section.light-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dark-bg:not(.border-box) .light-bg.full-box {
  border: 6px solid #000;
}
.dark-bg:not(.border-box) .light-bg.border-box {
  background: transparent;
  border: 6px solid #fff;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) {
  background: #f5f5f5;
  color: #000;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .dark-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #000;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave:hover, .dark-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #f5f5f5;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) h1,
.dark-bg:not(.border-box) .gray-bg:not(.border-box) h2,
.dark-bg:not(.border-box) .gray-bg:not(.border-box) h3,
.dark-bg:not(.border-box) .gray-bg:not(.border-box) h4,
.dark-bg:not(.border-box) .gray-bg:not(.border-box) h5 {
  color: #000;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) ul li:before {
  background: #1b4298;
  border-color: #1b4298;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) ol li:before {
  color: #1b4298;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) table thead tr th {
  background-color: #e8e8e8;
  color: #000;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) table tbody tr {
  border-bottom-color: #e8e8e8;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) table tbody tr th {
  background-color: #e8e8e8;
  color: #000;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) .full-box.gray-bg {
  background: #e8e8e8;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box) .border-box.gray-bg {
  border-color: gainsboro;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box).half-section .decoration path,
.dark-bg:not(.border-box) .gray-bg:not(.border-box).half-section .decoration rect {
  fill: #cccccc;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box):not(.bg-image) + section.gray-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.dark-bg:not(.border-box) .gray-bg:not(.border-box):not(.bg-image) + section.gray-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 50%, whitesmoke 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dark-bg:not(.border-box) .gray-bg.full-box {
  border: 6px solid #000;
}
.dark-bg:not(.border-box) .gray-bg.border-box {
  background: transparent;
  border: 6px solid #f5f5f5;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) {
  background: #000;
  color: #fff;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #ffd62c;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .dark-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #dfb300;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #fff;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave {
  color: #fff;
  border-color: #ffd62c;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave:hover, .dark-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #000;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) h1,
.dark-bg:not(.border-box) .dark-bg:not(.border-box) h2,
.dark-bg:not(.border-box) .dark-bg:not(.border-box) h3,
.dark-bg:not(.border-box) .dark-bg:not(.border-box) h4,
.dark-bg:not(.border-box) .dark-bg:not(.border-box) h5 {
  color: #fff;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) ul li:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) ol li:before {
  color: #ffd62c;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) table thead tr th {
  background-color: #e8e8e8;
  color: #000;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) table tbody tr {
  border-bottom-color: #e8e8e8;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) table tbody tr th {
  background-color: #e8e8e8;
  color: #000;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) .full-box.dark-bg {
  background: black;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box) .border-box.dark-bg {
  border-color: black;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box).half-section .decoration path,
.dark-bg:not(.border-box) .dark-bg:not(.border-box).half-section .decoration rect {
  fill: #262626;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos h2 {
  color: #ffd62c;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a {
  color: #fff;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a i {
  color: #ffd62c;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #ffd62c;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box):not(.bg-image) + section.dark-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.dark-bg:not(.border-box) .dark-bg:not(.border-box):not(.bg-image) + section.dark-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dark-bg:not(.border-box) .dark-bg.full-box {
  border: 6px solid #f5f5f5;
}
.dark-bg:not(.border-box) .dark-bg.border-box {
  background: transparent;
  border: 6px solid #000;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) {
  background: #ffd62c;
  color: #000;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .dark-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #1b4298;
  background: #1b4298;
  color: #fff;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #132f6d;
  border-color: #132f6d;
  color: #fff;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) .btn.btn-border {
  border-color: #1b4298;
  color: #000;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) .btn.btn-border:hover {
  background: #1b4298;
  border-color: #1b4298;
  color: #fff;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave {
  color: #fff;
  border-color: #1b4298;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave:hover, .dark-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave:active {
  color: #fff;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave {
  background-color: #1b4298;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #0f2657;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #ffd62c;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) h1,
.dark-bg:not(.border-box) .color-bg:not(.border-box) h2,
.dark-bg:not(.border-box) .color-bg:not(.border-box) h3,
.dark-bg:not(.border-box) .color-bg:not(.border-box) h4,
.dark-bg:not(.border-box) .color-bg:not(.border-box) h5 {
  color: #000;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) ul li:before {
  background: #132f6d;
  border-color: #132f6d;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) ol li:before {
  color: #132f6d;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) table thead tr th {
  background-color: #3458ad;
  color: #fff;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) table tbody tr {
  border-bottom-color: #3458ad;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) table tbody tr th {
  background-color: #3458ad;
  color: #fff;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) .full-box.color-bg {
  background: #ffd113;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box) .border-box.color-bg {
  border-color: #f8c800;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box).half-section .decoration path,
.dark-bg:not(.border-box) .color-bg:not(.border-box).half-section .decoration rect {
  fill: #d9af00;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box):not(.bg-image) + section.color-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.dark-bg:not(.border-box) .color-bg:not(.border-box):not(.bg-image) + section.color-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(255, 214, 44, 0) 0%, rgba(255, 214, 44, 0) 50%, #ffd62c 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dark-bg:not(.border-box) .color-bg.full-box {
  border: 6px solid #000;
}
.dark-bg:not(.border-box) .color-bg.border-box {
  background: transparent;
  border: 6px solid #ffd62c;
}

.dark-bg.full-box {
  border: 6px solid #f5f5f5;
}
.dark-bg.border-box {
  background: transparent;
  border: 6px solid #000;
}

.color-bg:not(.border-box) {
  background: #ffd62c;
  color: #000;
}
.color-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.color-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.color-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.color-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.color-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .color-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.color-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #1b4298;
  background: #1b4298;
  color: #fff;
}
.color-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #132f6d;
  border-color: #132f6d;
  color: #fff;
}
.color-bg:not(.border-box) .btn.btn-border {
  border-color: #1b4298;
  color: #000;
}
.color-bg:not(.border-box) .btn.btn-border:hover {
  background: #1b4298;
  border-color: #1b4298;
  color: #fff;
}
.color-bg:not(.border-box) .btn-wave {
  color: #fff;
  border-color: #1b4298;
}
.color-bg:not(.border-box) .btn-wave:hover, .color-bg:not(.border-box) .btn-wave:active {
  color: #fff;
}
.color-bg:not(.border-box) .btn-wave .wave {
  background-color: #1b4298;
}
.color-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #0f2657;
}
.color-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #ffd62c;
}
.color-bg:not(.border-box) h1,
.color-bg:not(.border-box) h2,
.color-bg:not(.border-box) h3,
.color-bg:not(.border-box) h4,
.color-bg:not(.border-box) h5 {
  color: #000;
}
.color-bg:not(.border-box) ul li:before {
  background: #132f6d;
  border-color: #132f6d;
}
.color-bg:not(.border-box) ol li:before {
  color: #132f6d;
}
.color-bg:not(.border-box) table thead tr th {
  background-color: #3458ad;
  color: #fff;
}
.color-bg:not(.border-box) table tbody tr {
  border-bottom-color: #3458ad;
}
.color-bg:not(.border-box) table tbody tr th {
  background-color: #3458ad;
  color: #fff;
}
.color-bg:not(.border-box) .full-box.color-bg {
  background: #ffd113;
}
.color-bg:not(.border-box) .border-box.color-bg {
  border-color: #f8c800;
}
.color-bg:not(.border-box).half-section .decoration path,
.color-bg:not(.border-box).half-section .decoration rect {
  fill: #d9af00;
}
.color-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.color-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.color-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.color-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.color-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.color-bg:not(.border-box):not(.bg-image) + section.color-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.color-bg:not(.border-box):not(.bg-image) + section.color-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(255, 214, 44, 0) 0%, rgba(255, 214, 44, 0) 50%, #ffd62c 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.color-bg:not(.border-box) .default-bg:not(.border-box), .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) {
  background: transparent;
  color: #fff;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) ::-moz-selection, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.color-bg:not(.border-box) .default-bg:not(.border-box) ::selection, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.color-bg:not(.border-box) .default-bg:not(.border-box) ::-moz-selection, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.color-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave), .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave) {
  color: #ffd62c;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave):hover, .color-bg:not(.border-box) .default-bg:not(.border-box) a:not(.btn):not(.btn-wave):active, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) a:not(.btn):not(.btn-wave):active {
  color: #dfb300;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) .btn:not(.btn-border), .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) .btn:not(.btn-border):hover, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) .btn.btn-border, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn.btn-border {
  border-color: #ffd62c;
  color: #fff;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) .btn.btn-border:hover, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave:hover, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave:hover, .color-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave:active, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave:active {
  color: #000;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave {
  background-color: #ffd62c;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave::before, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave::before {
  background-color: #dfb300;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) .btn-wave .wave::after, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .btn-wave .wave::after {
  background-color: var(--background);
}
.color-bg:not(.border-box) .default-bg:not(.border-box) h1, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h1,
.color-bg:not(.border-box) .default-bg:not(.border-box) h2,
.color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h2,
.color-bg:not(.border-box) .default-bg:not(.border-box) h3,
.color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h3,
.color-bg:not(.border-box) .default-bg:not(.border-box) h4,
.color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h4,
.color-bg:not(.border-box) .default-bg:not(.border-box) h5,
.color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) h5 {
  color: #fff;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) ul li:before, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ul li:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) ol li:before, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) ol li:before {
  color: #ffd62c;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) table thead tr th, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table thead tr th {
  background-color: #3458ad;
  color: #fff;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) table tbody tr, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table tbody tr {
  border-bottom-color: #3458ad;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) table tbody tr th, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) table tbody tr th {
  background-color: #3458ad;
  color: #fff;
}
.color-bg:not(.border-box) .default-bg:not(.border-box).bg-image:after, .color-bg:not(.border-box) section.sect-container:not(.border-box).bg-image:first-child:not(.sect-product-details):after {
  background: #1b4298;
}
.color-bg:not(.border-box) .default-bg:not(.border-box) .full-box.default-bg, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .full-box.default-bg, .color-bg:not(.border-box) .default-bg:not(.border-box) section.full-box.sect-container:first-child:not(.sect-product-details), .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.full-box.sect-container:first-child:not(.sect-product-details) {
  background: rgba(0, 0, 0, 0);
}
.color-bg:not(.border-box) .default-bg:not(.border-box) .border-box.default-bg, .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) .border-box.default-bg, .color-bg:not(.border-box) .default-bg:not(.border-box) section.border-box.sect-container:first-child:not(.sect-product-details), .color-bg:not(.border-box) section.sect-container:not(.border-box):first-child:not(.sect-product-details) section.border-box.sect-container:first-child:not(.sect-product-details) {
  border-color: rgba(0, 0, 0, 0);
}
.color-bg:not(.border-box) .default-bg:not(.border-box).half-section .decoration path, .color-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .decoration path,
.color-bg:not(.border-box) .default-bg:not(.border-box).half-section .decoration rect,
.color-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .decoration rect {
  fill: #274282;
}
.color-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos h2, .color-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos h2 {
  color: #ffd62c;
}
.color-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a, .color-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a {
  color: #fff;
}
.color-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a i, .color-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a i {
  color: #ffd62c;
}
.color-bg:not(.border-box) .default-bg:not(.border-box).half-section .main-infos .address a:hover, .color-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .main-infos .address a:hover {
  color: #ffd62c;
}
.color-bg:not(.border-box) .default-bg:not(.border-box).half-section .secondary-infos, .color-bg:not(.border-box) section.sect-container:not(.border-box).half-section:first-child:not(.sect-product-details) .secondary-infos {
  background-color: #1b4298 !important;
}
.color-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.default-bg:not(.bg-image):not(.half-section), .color-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.default-bg:not(.bg-image):not(.half-section), .color-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.sect-container:not(.bg-image):not(.half-section):first-child:not(.sect-product-details), .color-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.sect-container:not(.bg-image):not(.half-section):first-child:not(.sect-product-details) {
  padding-top: 0px;
}
.color-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.default-bg:not(.bg-image):not(.half-section).add-grain::before, .color-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.default-bg:not(.bg-image):not(.half-section).add-grain::before, .color-bg:not(.border-box) .default-bg:not(.border-box):not(.bg-image) + section.sect-container:not(.bg-image):not(.half-section).add-grain:first-child:not(.sect-product-details)::before, .color-bg:not(.border-box) section.sect-container:not(.border-box):not(.bg-image):first-child:not(.sect-product-details) + section.sect-container:not(.bg-image):not(.half-section).add-grain:first-child:not(.sect-product-details)::before {
  background: linear-gradient(0deg, rgba(var(--background), 0) 0%, rgba(var(--background), 0) 50%, rgba(var(--background), 100%) 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.color-bg:not(.border-box) .default-bg.full-box, .color-bg:not(.border-box) section.full-box.sect-container:first-child:not(.sect-product-details) {
  border: 6px solid #000;
}
.color-bg:not(.border-box) .default-bg.border-box, .color-bg:not(.border-box) section.border-box.sect-container:first-child:not(.sect-product-details) {
  background: transparent;
  border: 6px solid transparent;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) {
  background: #fff;
  color: #000;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.color-bg:not(.border-box) .light-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.color-bg:not(.border-box) .light-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.color-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .color-bg:not(.border-box) .light-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #000;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave:hover, .color-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #fff;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) h1,
.color-bg:not(.border-box) .light-bg:not(.border-box) h2,
.color-bg:not(.border-box) .light-bg:not(.border-box) h3,
.color-bg:not(.border-box) .light-bg:not(.border-box) h4,
.color-bg:not(.border-box) .light-bg:not(.border-box) h5 {
  color: #000;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) ul li:before {
  background: #1b4298;
  border-color: #1b4298;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) ol li:before {
  color: #1b4298;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) table thead tr th {
  background-color: #f2f2f2;
  color: #000;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) table tbody tr {
  border-bottom-color: #f2f2f2;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) table tbody tr th {
  background-color: #f2f2f2;
  color: #000;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) .full-box.light-bg {
  background: #f2f2f2;
}
.color-bg:not(.border-box) .light-bg:not(.border-box) .border-box.light-bg {
  border-color: #e6e6e6;
}
.color-bg:not(.border-box) .light-bg:not(.border-box).half-section .decoration path,
.color-bg:not(.border-box) .light-bg:not(.border-box).half-section .decoration rect {
  fill: #d6d6d6;
}
.color-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.color-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.color-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.color-bg:not(.border-box) .light-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.color-bg:not(.border-box) .light-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.color-bg:not(.border-box) .light-bg:not(.border-box):not(.bg-image) + section.light-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.color-bg:not(.border-box) .light-bg:not(.border-box):not(.bg-image) + section.light-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.color-bg:not(.border-box) .light-bg.full-box {
  border: 6px solid #000;
}
.color-bg:not(.border-box) .light-bg.border-box {
  background: transparent;
  border: 6px solid #fff;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) {
  background: #f5f5f5;
  color: #000;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .color-bg:not(.border-box) .gray-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #000;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave {
  color: #000;
  border-color: #ffd62c;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave:hover, .color-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #f5f5f5;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) h1,
.color-bg:not(.border-box) .gray-bg:not(.border-box) h2,
.color-bg:not(.border-box) .gray-bg:not(.border-box) h3,
.color-bg:not(.border-box) .gray-bg:not(.border-box) h4,
.color-bg:not(.border-box) .gray-bg:not(.border-box) h5 {
  color: #000;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) ul li:before {
  background: #1b4298;
  border-color: #1b4298;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) ol li:before {
  color: #1b4298;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) table thead tr th {
  background-color: #e8e8e8;
  color: #000;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) table tbody tr {
  border-bottom-color: #e8e8e8;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) table tbody tr th {
  background-color: #e8e8e8;
  color: #000;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) .full-box.gray-bg {
  background: #e8e8e8;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box) .border-box.gray-bg {
  border-color: gainsboro;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box).half-section .decoration path,
.color-bg:not(.border-box) .gray-bg:not(.border-box).half-section .decoration rect {
  fill: #cccccc;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box):not(.bg-image) + section.gray-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.color-bg:not(.border-box) .gray-bg:not(.border-box):not(.bg-image) + section.gray-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 50%, whitesmoke 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.color-bg:not(.border-box) .gray-bg.full-box {
  border: 6px solid #000;
}
.color-bg:not(.border-box) .gray-bg.border-box {
  background: transparent;
  border: 6px solid #f5f5f5;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) {
  background: #000;
  color: #fff;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(255, 214, 44, 0.8);
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #ffd62c;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .color-bg:not(.border-box) .dark-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #dfb300;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #ffd62c;
  background: #ffd62c;
  color: #000;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #dfb300;
  border-color: #dfb300;
  color: #000;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) .btn.btn-border {
  border-color: #ffd62c;
  color: #fff;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) .btn.btn-border:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave {
  color: #fff;
  border-color: #ffd62c;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave:hover, .color-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave:active {
  color: #000;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave {
  background-color: #ffd62c;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #dfb300;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #000;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) h1,
.color-bg:not(.border-box) .dark-bg:not(.border-box) h2,
.color-bg:not(.border-box) .dark-bg:not(.border-box) h3,
.color-bg:not(.border-box) .dark-bg:not(.border-box) h4,
.color-bg:not(.border-box) .dark-bg:not(.border-box) h5 {
  color: #fff;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) ul li:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) ol li:before {
  color: #ffd62c;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) table thead tr th {
  background-color: #e8e8e8;
  color: #000;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) table tbody tr {
  border-bottom-color: #e8e8e8;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) table tbody tr th {
  background-color: #e8e8e8;
  color: #000;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) .full-box.dark-bg {
  background: black;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box) .border-box.dark-bg {
  border-color: black;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box).half-section .decoration path,
.color-bg:not(.border-box) .dark-bg:not(.border-box).half-section .decoration rect {
  fill: #262626;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos h2 {
  color: #ffd62c;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a {
  color: #fff;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a i {
  color: #ffd62c;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #ffd62c;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box):not(.bg-image) + section.dark-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.color-bg:not(.border-box) .dark-bg:not(.border-box):not(.bg-image) + section.dark-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.color-bg:not(.border-box) .dark-bg.full-box {
  border: 6px solid #f5f5f5;
}
.color-bg:not(.border-box) .dark-bg.border-box {
  background: transparent;
  border: 6px solid #000;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) {
  background: #ffd62c;
  color: #000;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.color-bg:not(.border-box) .color-bg:not(.border-box) ::selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.color-bg:not(.border-box) .color-bg:not(.border-box) ::-moz-selection {
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.color-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave) {
  color: #1b4298;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave):hover, .color-bg:not(.border-box) .color-bg:not(.border-box) a:not(.btn):not(.btn-wave):active {
  color: #132f6d;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) .btn:not(.btn-border) {
  border-color: #1b4298;
  background: #1b4298;
  color: #fff;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) .btn:not(.btn-border):hover {
  background: #132f6d;
  border-color: #132f6d;
  color: #fff;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) .btn.btn-border {
  border-color: #1b4298;
  color: #000;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) .btn.btn-border:hover {
  background: #1b4298;
  border-color: #1b4298;
  color: #fff;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave {
  color: #fff;
  border-color: #1b4298;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave:hover, .color-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave:active {
  color: #fff;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave {
  background-color: #1b4298;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave::before {
  background-color: #0f2657;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) .btn-wave .wave::after {
  background-color: #ffd62c;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) h1,
.color-bg:not(.border-box) .color-bg:not(.border-box) h2,
.color-bg:not(.border-box) .color-bg:not(.border-box) h3,
.color-bg:not(.border-box) .color-bg:not(.border-box) h4,
.color-bg:not(.border-box) .color-bg:not(.border-box) h5 {
  color: #000;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) ul li:before {
  background: #132f6d;
  border-color: #132f6d;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) ol li:before {
  color: #132f6d;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) table thead tr th {
  background-color: #3458ad;
  color: #fff;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) table tbody tr {
  border-bottom-color: #3458ad;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) table tbody tr th {
  background-color: #3458ad;
  color: #fff;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) .full-box.color-bg {
  background: #ffd113;
}
.color-bg:not(.border-box) .color-bg:not(.border-box) .border-box.color-bg {
  border-color: #f8c800;
}
.color-bg:not(.border-box) .color-bg:not(.border-box).half-section .decoration path,
.color-bg:not(.border-box) .color-bg:not(.border-box).half-section .decoration rect {
  fill: #d9af00;
}
.color-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos h2 {
  color: #1b4298;
}
.color-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a {
  color: #000;
}
.color-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a i {
  color: #1b4298;
}
.color-bg:not(.border-box) .color-bg:not(.border-box).half-section .main-infos .address a:hover {
  color: #1b4298;
}
.color-bg:not(.border-box) .color-bg:not(.border-box).half-section .secondary-infos {
  background-color: #1b4298 !important;
}
.color-bg:not(.border-box) .color-bg:not(.border-box):not(.bg-image) + section.color-bg:not(.bg-image):not(.half-section) {
  padding-top: 0px;
}
.color-bg:not(.border-box) .color-bg:not(.border-box):not(.bg-image) + section.color-bg:not(.bg-image):not(.half-section).add-grain::before {
  background: linear-gradient(0deg, rgba(255, 214, 44, 0) 0%, rgba(255, 214, 44, 0) 50%, #ffd62c 100%);
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.color-bg:not(.border-box) .color-bg.full-box {
  border: 6px solid #000;
}
.color-bg:not(.border-box) .color-bg.border-box {
  background: transparent;
  border: 6px solid #ffd62c;
}

.color-bg.full-box {
  border: 6px solid #000;
}
.color-bg.border-box {
  background: transparent;
  border: 6px solid #ffd62c;
}

.content-page {
  width: 100%;
  float: left;
  z-index: 20;
  position: relative;
}
.content-page a:not(.btn):not(.btn-wave) {
  color: #ffd62c;
  font-weight: 600;
}
.content-page a:not(.btn):not(.btn-wave):hover, .content-page a:not(.btn):not(.btn-wave):active {
  color: #dfb300;
}
.content-page a:not(.btn):not(.btn-wave)[href^=mailto] {
  word-break: break-all;
}
.content-page img:not(.img-bg) {
  width: 100%;
  height: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 20px;
}
.content-page img:not(.img-bg):not(.no-shadow) {
  width: calc(100% - 35px);
  max-width: calc(100% - 35px);
  margin-left: 35px;
  box-shadow: -35px 35px 0px 0px #132f6d;
}

section {
  width: 100%;
  float: left;
  z-index: 1;
  position: relative;
  overflow-x: clip;
}
section.sect-container {
  padding: 100px 0;
}
section.sect-container:first-child:not(.sect-product-details) {
  padding-top: 50px !important;
}
section.sect-container:last-child {
  padding-bottom: 200px !important;
  margin-bottom: -100px;
}
section.sect-container .container,
section.sect-container .container-fluid,
section.sect-container .container-sm,
section.sect-container .container-md,
section.sect-container .container-lg,
section.sect-container .container-xl {
  position: relative;
  z-index: 10;
}
section.sect-container .block-col {
  padding-top: 15px;
  padding-bottom: 15px;
}
section.sect-container .full-box,
section.sect-container .border-box {
  width: 100%;
  height: 100%;
  padding: clamp(15px, 4vw, 40px);
  border-radius: 20px;
}
section.sect-container.bg-image > .img-bg {
  background-color: #000;
  opacity: 0.6;
  mix-blend-mode: luminosity;
}
section.sect-container.bg-image:after {
  content: "";
  z-index: 2;
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: lighten;
}
section.sect-container.add-grain .grain {
  background: url("../images/grain.jpg") no-repeat center center;
  background-size: cover;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}
section.sect-container.half-section {
  overflow: clip;
  padding: 150px 0;
}
section.sect-container.half-section .decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 450px;
  transform: translate(45%, -25%);
}
section.sect-container.half-section .decoration path,
section.sect-container.half-section .decoration rect {
  fill: #d9af00;
}
section.sect-container.half-section .main-infos {
  padding: 70px 0 70px clamp(40px, 6vw, 140px);
}
section.sect-container.half-section .main-infos h2 {
  color: #1b4298;
  font-size: clamp(32px, 6vw, 120px);
}
section.sect-container.half-section .main-infos .address a {
  color: #000;
  font-weight: 400;
}
section.sect-container.half-section .main-infos .address a i {
  color: #1b4298;
  font-size: 70px;
}
section.sect-container.half-section .main-infos .address a:hover {
  color: #1b4298;
}
section.sect-container.half-section .secondary-infos {
  background-color: #1b4298 !important;
  padding: 26px 30px;
  border-radius: 20px;
}
section.sect-container.half-section .secondary-infos .contact-block {
  width: auto;
}
section.sect-container.half-section .secondary-infos .contact-block.socials-block ul li {
  margin: 5px 0 !important;
}
section.sect-container.half-section .secondary-infos .contact-block.socials-block ul li a i {
  width: 50px;
  height: 50px;
  border-width: 3px;
  font-size: 27px;
}

@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .content-head .content {
    min-height: 400px;
  }
  section.sect-container.half-section {
    padding: 100px 0;
  }
  section.sect-container.half-section .image-block {
    max-width: 75%;
  }
  section.sect-container.half-section .decoration {
    max-width: 400px;
    max-height: 250px;
    transform: translate(0%, 5%);
  }
  section.sect-container.half-section .main-infos {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .content-head .content {
    min-height: 350px;
  }
  .content-page section.sect-container > .container > .row > .col-12:not(:last-child),
  .content-home section.sect-container > .container > .row > .col-12:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .content-head.with-image .content {
    min-height: 275px;
  }
  section.sect-container {
    padding: 75px 0;
  }
  section.sect-container:first-child {
    padding-top: 75px;
  }
  section.sect-container:last-child {
    padding-bottom: 75px;
  }
  section.sect-container.half-section {
    padding: 75px 0;
  }
  section.sect-container.half-section .image-block {
    max-width: 100%;
  }
  section.sect-container.half-section .decoration {
    display: none;
  }
  section.sect-container.half-section .main-infos {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
  .content-head .content {
    min-height: 300px;
    padding: 90px 0 30px;
  }
  section.sect-container {
    padding: 60px 0;
  }
  section.sect-container:first-child {
    padding-top: 60px;
  }
  section.sect-container:last-child {
    padding-bottom: 60px;
  }
  section.sect-container.half-section {
    padding: 60px 0;
  }
  .content-row:not(:last-child) {
    margin-bottom: 30px;
  }
}
.home-head {
  background-color: #3a62c1 !important;
  position: relative;
  overflow: clip;
  margin-bottom: -2px;
}
.home-head .btn-wave .wave::after {
  background-color: #3a62c1 !important;
}
.home-head .waves {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: -2px;
  width: calc(100% + 4px);
  min-width: 1600px;
  height: auto;
  pointer-events: none;
}
.home-head .waves path {
  transition: fill 0.3s ease;
}
.home-head .waves path:last-child {
  fill: var(--background);
}
.home-head .container,
.home-head .container-fluid,
.home-head .container-sm,
.home-head .container-md,
.home-head .container-lg,
.home-head .container-xl {
  z-index: 20;
  position: relative;
  height: 100%;
}
.home-head .content {
  position: relative;
  z-index: 10;
  height: 100%;
  height: 100vh;
  min-height: 950px;
  padding: 170px 0;
}
.home-head .content h1 {
  font-size: clamp(45px, 7vw, 120px);
}
.home-head .content p {
  padding-top: 40px;
}
.home-head .content .btn,
.home-head .content .btn-wave {
  margin: 8px 0;
}
.home-head .content .head-beers {
  max-width: 675px;
  margin: 0 auto;
}
.home-head .content .head-beers .head-beers-slider {
  z-index: 10;
}
.home-head .content .head-beers .head-beer {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  padding: 75px;
}
.home-head .content .head-beers .head-beer svg {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  transform: rotate(11deg);
}
.home-head .content .head-beers .head-beer svg path,
.home-head .content .head-beers .head-beer svg rect {
  fill: #ffd62c;
}
.home-head .content .head-beers .head-beer img {
  z-index: 6;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 95%;
  transform: translate(-50%, -50%) rotate(-11deg);
}
.home-head .content .head-beers .arrows {
  z-index: 20;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-head .content .head-beers .arrows button {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
}
.home-head .content .head-beers .arrows button i {
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(45px, 6vw, 90px);
  height: clamp(45px, 6vw, 90px);
  border: 6px solid #ffd62c;
  border-radius: 100%;
  color: #fff !important;
  font-size: clamp(20px, 3vw, 55px);
  line-height: 1;
  transition: all 0.3s ease;
}
.home-head .content .head-beers .arrows button i:hover, .home-head .content .head-beers .arrows button i:active {
  background: #ffd62c;
  color: #000 !important;
}
.home-head.default-bg:after, section.home-head.sect-container:first-child:not(.sect-product-details):after {
  background: transparent;
}
.home-head.light-bg:after {
  background: #fff;
}
.home-head.gray-bg:after {
  background: #f5f5f5;
}
.home-head.dark-bg:after {
  background: #000;
}
.home-head.color-bg:after {
  background: #ffd62c;
}
.home-head:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  z-index: 1;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .home-head .content {
    padding: 120px 0;
    min-height: 600px;
  }
}
@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
  .home-head .content {
    padding: 90px 0;
  }
}
.form-message {
  width: 100%;
  padding: 10px !important;
  margin-bottom: 15px;
  border-radius: 10px;
  color: #fff !important;
  font-size: 18px !important;
}
.form-message.success {
  background: #17dd7d;
  color: #fff;
}
.form-message.error {
  background: #fa755a;
}

.default-bg form .form-group label, section.sect-container:first-child:not(.sect-product-details) form .form-group label {
  color: #fff;
}
.default-bg form .form-group input, section.sect-container:first-child:not(.sect-product-details) form .form-group input,
.default-bg form .form-group textarea,
section.sect-container:first-child:not(.sect-product-details) form .form-group textarea,
.default-bg form .form-group select,
section.sect-container:first-child:not(.sect-product-details) form .form-group select {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.default-bg form .form-group input.error, section.sect-container:first-child:not(.sect-product-details) form .form-group input.error,
.default-bg form .form-group textarea.error,
section.sect-container:first-child:not(.sect-product-details) form .form-group textarea.error,
.default-bg form .form-group select.error,
section.sect-container:first-child:not(.sect-product-details) form .form-group select.error {
  border-color: #fa755a;
}
.default-bg form .form-group input:required ~ label:before, section.sect-container:first-child:not(.sect-product-details) form .form-group input:required ~ label:before,
.default-bg form .form-group textarea:required ~ label:before,
section.sect-container:first-child:not(.sect-product-details) form .form-group textarea:required ~ label:before,
.default-bg form .form-group select:required ~ label:before,
section.sect-container:first-child:not(.sect-product-details) form .form-group select:required ~ label:before {
  color: #fa755a;
}
.default-bg form .form-group input::-moz-placeholder, section.sect-container:first-child:not(.sect-product-details) form .form-group input::-moz-placeholder, .default-bg form .form-group textarea::-moz-placeholder, section.sect-container:first-child:not(.sect-product-details) form .form-group textarea::-moz-placeholder, .default-bg form .form-group select::-moz-placeholder, section.sect-container:first-child:not(.sect-product-details) form .form-group select::-moz-placeholder {
  color: #fff;
}
.default-bg form .form-group input::placeholder, section.sect-container:first-child:not(.sect-product-details) form .form-group input::placeholder,
.default-bg form .form-group textarea::placeholder,
section.sect-container:first-child:not(.sect-product-details) form .form-group textarea::placeholder,
.default-bg form .form-group select::placeholder,
section.sect-container:first-child:not(.sect-product-details) form .form-group select::placeholder {
  color: #fff;
}
.default-bg form .form-group .number-field-container .qty-btn.qty-down, section.sect-container:first-child:not(.sect-product-details) form .form-group .number-field-container .qty-btn.qty-down, .default-bg form .form-group .number-field-container .qty-btn.qty-up, section.sect-container:first-child:not(.sect-product-details) form .form-group .number-field-container .qty-btn.qty-up {
  border-color: rgba(0, 0, 0, 0);
}
.default-bg form .form-group .number-field-container .qty-btn:hover, section.sect-container:first-child:not(.sect-product-details) form .form-group .number-field-container .qty-btn:hover {
  background: #ffd62c;
}
.default-bg form .form-group .number-field-container .qty-btn:hover i, section.sect-container:first-child:not(.sect-product-details) form .form-group .number-field-container .qty-btn:hover i {
  color: #000;
}
.default-bg form .form-group .number-field-container .qty-btn i, section.sect-container:first-child:not(.sect-product-details) form .form-group .number-field-container .qty-btn i {
  color: #fff;
}
.default-bg form .form-group-checkbox input[type=checkbox] ~ label a, section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=checkbox] ~ label a,
.default-bg form .form-group-checkbox input[type=radio] ~ label a,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=radio] ~ label a {
  color: #ffd62c;
}
.default-bg form .form-group-checkbox input[type=checkbox] ~ label a:hover, section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=checkbox] ~ label a:hover,
.default-bg form .form-group-checkbox input[type=radio] ~ label a:hover,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=radio] ~ label a:hover {
  color: #dfb300;
}
.default-bg form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch):before, section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch):before,
.default-bg form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch):before,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch):before {
  border-color: #e6e6e6;
  background: transparent;
}
.default-bg form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch):after, section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch):after,
.default-bg form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch):after,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch):after {
  color: #ffd62c;
}
.default-bg form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch:before, section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch:before,
.default-bg form .form-group-checkbox input[type=radio] ~ label.toggle-switch:before,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=radio] ~ label.toggle-switch:before {
  background: transparent;
  border-color: #e6e6e6;
}
.default-bg form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch:after, section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch:after,
.default-bg form .form-group-checkbox input[type=radio] ~ label.toggle-switch:after,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=radio] ~ label.toggle-switch:after {
  background: #fff;
}
.default-bg form .form-group-checkbox input[type=checkbox].error ~ label, section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=checkbox].error ~ label,
.default-bg form .form-group-checkbox input[type=radio].error ~ label,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=radio].error ~ label {
  color: #fa755a;
}
.default-bg form .form-group-checkbox input[type=checkbox]:checked ~ label.toggle-switch:before, section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=checkbox]:checked ~ label.toggle-switch:before,
.default-bg form .form-group-checkbox input[type=radio]:checked ~ label.toggle-switch:before,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox input[type=radio]:checked ~ label.toggle-switch:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.default-bg form .form-group span.error, section.sect-container:first-child:not(.sect-product-details) form .form-group span.error,
.default-bg form .form-group-checkbox span.error,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox span.error,
.default-bg form .form-group-checkbox-container span.error,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox-container span.error {
  color: #fa755a;
}
.default-bg form .form-group .help-field-tooltip, section.sect-container:first-child:not(.sect-product-details) form .form-group .help-field-tooltip,
.default-bg form .form-group-checkbox .help-field-tooltip,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox .help-field-tooltip,
.default-bg form .form-group-checkbox-container .help-field-tooltip,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox-container .help-field-tooltip {
  background: #ffd62c;
  color: #000;
}
.default-bg form .form-group .help-field-tooltip:hover, section.sect-container:first-child:not(.sect-product-details) form .form-group .help-field-tooltip:hover,
.default-bg form .form-group-checkbox .help-field-tooltip:hover,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox .help-field-tooltip:hover,
.default-bg form .form-group-checkbox-container .help-field-tooltip:hover,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox-container .help-field-tooltip:hover {
  background: #dfb300;
  color: #000;
}
.default-bg form .form-group .max-length-counter, section.sect-container:first-child:not(.sect-product-details) form .form-group .max-length-counter,
.default-bg form .form-group-checkbox .max-length-counter,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox .max-length-counter,
.default-bg form .form-group-checkbox-container .max-length-counter,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox-container .max-length-counter {
  color: #fff;
}
.default-bg form .form-group .max-length-counter.error, section.sect-container:first-child:not(.sect-product-details) form .form-group .max-length-counter.error,
.default-bg form .form-group-checkbox .max-length-counter.error,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox .max-length-counter.error,
.default-bg form .form-group-checkbox-container .max-length-counter.error,
section.sect-container:first-child:not(.sect-product-details) form .form-group-checkbox-container .max-length-counter.error {
  color: #fa755a;
}
.default-bg form .radiobutton-content .radiobutton-label.required:before, section.sect-container:first-child:not(.sect-product-details) form .radiobutton-content .radiobutton-label.required:before,
.default-bg form .checkbox-content .radiobutton-label.required:before,
section.sect-container:first-child:not(.sect-product-details) form .checkbox-content .radiobutton-label.required:before {
  color: #fa755a;
}
.default-bg form .upload, section.sect-container:first-child:not(.sect-product-details) form .upload {
  border-color: #fff;
  background: transparent;
}
.default-bg form .upload.error, section.sect-container:first-child:not(.sect-product-details) form .upload.error {
  border-color: #fa755a;
}
.default-bg form .upload label, section.sect-container:first-child:not(.sect-product-details) form .upload label {
  color: #fff;
}
.default-bg form .upload:hover, section.sect-container:first-child:not(.sect-product-details) form .upload:hover {
  background-color: #ffd62c;
}
.default-bg form .upload:hover label, section.sect-container:first-child:not(.sect-product-details) form .upload:hover label {
  color: #000;
}
.default-bg form .select2-container--default.select2-container--focus .select2-selection--multiple, section.sect-container:first-child:not(.sect-product-details) form .select2-container--default.select2-container--focus .select2-selection--multiple,
.default-bg form .select2-container--default.select2-container--focus .select2-selection--single,
section.sect-container:first-child:not(.sect-product-details) form .select2-container--default.select2-container--focus .select2-selection--single {
  background: transparent;
  border-color: #fff;
}
.default-bg form .select2-container--default .select2-selection--multiple, section.sect-container:first-child:not(.sect-product-details) form .select2-container--default .select2-selection--multiple,
.default-bg form .select2-container--default .select2-selection--single,
section.sect-container:first-child:not(.sect-product-details) form .select2-container--default .select2-selection--single {
  background: transparent;
  border-color: #fff;
}
.default-bg form .select2-container--default .selection:after, section.sect-container:first-child:not(.sect-product-details) form .select2-container--default .selection:after {
  color: #ffd62c;
}
.default-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice, section.sect-container:first-child:not(.sect-product-details) form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice {
  border-color: #e6e6e6;
  background: rgba(0, 0, 0, 0);
}
.default-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove, section.sect-container:first-child:not(.sect-product-details) form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
  color: #fa755a;
}
.default-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove:after, section.sect-container:first-child:not(.sect-product-details) form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove:after {
  outline: 2px solid rgba(250, 117, 90, 0.5);
  box-shadow: 0px 0px 9px rgba(250, 117, 90, 0.4);
}
.default-bg form .select2-container--default .selection .select2-selection__rendered li .select2-search__field::-moz-placeholder, section.sect-container:first-child:not(.sect-product-details) form .select2-container--default .selection .select2-selection__rendered li .select2-search__field::-moz-placeholder {
  color: #fff;
}
.default-bg form .select2-container--default .selection .select2-selection__rendered li .select2-search__field::placeholder, section.sect-container:first-child:not(.sect-product-details) form .select2-container--default .selection .select2-selection__rendered li .select2-search__field::placeholder {
  color: #fff;
}

.light-bg form .form-group label {
  color: #000;
}
.light-bg form .form-group input,
.light-bg form .form-group textarea,
.light-bg form .form-group select {
  background-color: transparent;
  border-color: #1b4298;
  color: #000;
}
.light-bg form .form-group input.error,
.light-bg form .form-group textarea.error,
.light-bg form .form-group select.error {
  border-color: #fa755a;
}
.light-bg form .form-group input:required ~ label:before,
.light-bg form .form-group textarea:required ~ label:before,
.light-bg form .form-group select:required ~ label:before {
  color: #fa755a;
}
.light-bg form .form-group input::-moz-placeholder, .light-bg form .form-group textarea::-moz-placeholder, .light-bg form .form-group select::-moz-placeholder {
  color: #000;
}
.light-bg form .form-group input::placeholder,
.light-bg form .form-group textarea::placeholder,
.light-bg form .form-group select::placeholder {
  color: #000;
}
.light-bg form .form-group .number-field-container .qty-btn.qty-down, .light-bg form .form-group .number-field-container .qty-btn.qty-up {
  border-color: rgba(0, 0, 0, 0);
}
.light-bg form .form-group .number-field-container .qty-btn:hover {
  background: #ffd62c;
}
.light-bg form .form-group .number-field-container .qty-btn:hover i {
  color: #000;
}
.light-bg form .form-group .number-field-container .qty-btn i {
  color: #000;
}
.light-bg form .form-group-checkbox input[type=checkbox] ~ label a,
.light-bg form .form-group-checkbox input[type=radio] ~ label a {
  color: #1b4298;
}
.light-bg form .form-group-checkbox input[type=checkbox] ~ label a:hover,
.light-bg form .form-group-checkbox input[type=radio] ~ label a:hover {
  color: #132f6d;
}
.light-bg form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch):before,
.light-bg form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch):before {
  border-color: #132f6d;
  background: transparent;
}
.light-bg form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch):after,
.light-bg form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch):after {
  color: #ffd62c;
}
.light-bg form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch:before,
.light-bg form .form-group-checkbox input[type=radio] ~ label.toggle-switch:before {
  background: transparent;
  border-color: #132f6d;
}
.light-bg form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch:after,
.light-bg form .form-group-checkbox input[type=radio] ~ label.toggle-switch:after {
  background: #000;
}
.light-bg form .form-group-checkbox input[type=checkbox].error ~ label,
.light-bg form .form-group-checkbox input[type=radio].error ~ label {
  color: #fa755a;
}
.light-bg form .form-group-checkbox input[type=checkbox]:checked ~ label.toggle-switch:before,
.light-bg form .form-group-checkbox input[type=radio]:checked ~ label.toggle-switch:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.light-bg form .form-group span.error,
.light-bg form .form-group-checkbox span.error,
.light-bg form .form-group-checkbox-container span.error {
  color: #fa755a;
}
.light-bg form .form-group .help-field-tooltip,
.light-bg form .form-group-checkbox .help-field-tooltip,
.light-bg form .form-group-checkbox-container .help-field-tooltip {
  background: #ffd62c;
  color: #000;
}
.light-bg form .form-group .help-field-tooltip:hover,
.light-bg form .form-group-checkbox .help-field-tooltip:hover,
.light-bg form .form-group-checkbox-container .help-field-tooltip:hover {
  background: #dfb300;
  color: #000;
}
.light-bg form .form-group .max-length-counter,
.light-bg form .form-group-checkbox .max-length-counter,
.light-bg form .form-group-checkbox-container .max-length-counter {
  color: #000;
}
.light-bg form .form-group .max-length-counter.error,
.light-bg form .form-group-checkbox .max-length-counter.error,
.light-bg form .form-group-checkbox-container .max-length-counter.error {
  color: #fa755a;
}
.light-bg form .radiobutton-content .radiobutton-label.required:before,
.light-bg form .checkbox-content .radiobutton-label.required:before {
  color: #fa755a;
}
.light-bg form .upload {
  border-color: #1b4298;
  background: transparent;
}
.light-bg form .upload.error {
  border-color: #fa755a;
}
.light-bg form .upload label {
  color: #000;
}
.light-bg form .upload:hover {
  background-color: #ffd62c;
}
.light-bg form .upload:hover label {
  color: #000;
}
.light-bg form .select2-container--default.select2-container--focus .select2-selection--multiple,
.light-bg form .select2-container--default.select2-container--focus .select2-selection--single {
  background: transparent;
  border-color: #1b4298;
}
.light-bg form .select2-container--default .select2-selection--multiple,
.light-bg form .select2-container--default .select2-selection--single {
  background: transparent;
  border-color: #1b4298;
}
.light-bg form .select2-container--default .selection:after {
  color: #ffd62c;
}
.light-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice {
  border-color: #132f6d;
  background: rgba(0, 0, 0, 0);
}
.light-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
  color: #fa755a;
}
.light-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove:after {
  outline: 2px solid rgba(250, 117, 90, 0.5);
  box-shadow: 0px 0px 9px rgba(250, 117, 90, 0.4);
}
.light-bg form .select2-container--default .selection .select2-selection__rendered li .select2-search__field::-moz-placeholder {
  color: #000;
}
.light-bg form .select2-container--default .selection .select2-selection__rendered li .select2-search__field::placeholder {
  color: #000;
}

.gray-bg form .form-group label {
  color: #000;
}
.gray-bg form .form-group input,
.gray-bg form .form-group textarea,
.gray-bg form .form-group select {
  background-color: transparent;
  border-color: #1b4298;
  color: #000;
}
.gray-bg form .form-group input.error,
.gray-bg form .form-group textarea.error,
.gray-bg form .form-group select.error {
  border-color: #fa755a;
}
.gray-bg form .form-group input:required ~ label:before,
.gray-bg form .form-group textarea:required ~ label:before,
.gray-bg form .form-group select:required ~ label:before {
  color: #fa755a;
}
.gray-bg form .form-group input::-moz-placeholder, .gray-bg form .form-group textarea::-moz-placeholder, .gray-bg form .form-group select::-moz-placeholder {
  color: #000;
}
.gray-bg form .form-group input::placeholder,
.gray-bg form .form-group textarea::placeholder,
.gray-bg form .form-group select::placeholder {
  color: #000;
}
.gray-bg form .form-group .number-field-container .qty-btn.qty-down, .gray-bg form .form-group .number-field-container .qty-btn.qty-up {
  border-color: rgba(0, 0, 0, 0);
}
.gray-bg form .form-group .number-field-container .qty-btn:hover {
  background: #ffd62c;
}
.gray-bg form .form-group .number-field-container .qty-btn:hover i {
  color: #000;
}
.gray-bg form .form-group .number-field-container .qty-btn i {
  color: #000;
}
.gray-bg form .form-group-checkbox input[type=checkbox] ~ label a,
.gray-bg form .form-group-checkbox input[type=radio] ~ label a {
  color: #1b4298;
}
.gray-bg form .form-group-checkbox input[type=checkbox] ~ label a:hover,
.gray-bg form .form-group-checkbox input[type=radio] ~ label a:hover {
  color: #132f6d;
}
.gray-bg form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch):before,
.gray-bg form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch):before {
  border-color: #132f6d;
  background: transparent;
}
.gray-bg form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch):after,
.gray-bg form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch):after {
  color: #ffd62c;
}
.gray-bg form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch:before,
.gray-bg form .form-group-checkbox input[type=radio] ~ label.toggle-switch:before {
  background: transparent;
  border-color: #132f6d;
}
.gray-bg form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch:after,
.gray-bg form .form-group-checkbox input[type=radio] ~ label.toggle-switch:after {
  background: #000;
}
.gray-bg form .form-group-checkbox input[type=checkbox].error ~ label,
.gray-bg form .form-group-checkbox input[type=radio].error ~ label {
  color: #fa755a;
}
.gray-bg form .form-group-checkbox input[type=checkbox]:checked ~ label.toggle-switch:before,
.gray-bg form .form-group-checkbox input[type=radio]:checked ~ label.toggle-switch:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.gray-bg form .form-group span.error,
.gray-bg form .form-group-checkbox span.error,
.gray-bg form .form-group-checkbox-container span.error {
  color: #fa755a;
}
.gray-bg form .form-group .help-field-tooltip,
.gray-bg form .form-group-checkbox .help-field-tooltip,
.gray-bg form .form-group-checkbox-container .help-field-tooltip {
  background: #ffd62c;
  color: #000;
}
.gray-bg form .form-group .help-field-tooltip:hover,
.gray-bg form .form-group-checkbox .help-field-tooltip:hover,
.gray-bg form .form-group-checkbox-container .help-field-tooltip:hover {
  background: #dfb300;
  color: #000;
}
.gray-bg form .form-group .max-length-counter,
.gray-bg form .form-group-checkbox .max-length-counter,
.gray-bg form .form-group-checkbox-container .max-length-counter {
  color: #000;
}
.gray-bg form .form-group .max-length-counter.error,
.gray-bg form .form-group-checkbox .max-length-counter.error,
.gray-bg form .form-group-checkbox-container .max-length-counter.error {
  color: #fa755a;
}
.gray-bg form .radiobutton-content .radiobutton-label.required:before,
.gray-bg form .checkbox-content .radiobutton-label.required:before {
  color: #fa755a;
}
.gray-bg form .upload {
  border-color: #1b4298;
  background: transparent;
}
.gray-bg form .upload.error {
  border-color: #fa755a;
}
.gray-bg form .upload label {
  color: #000;
}
.gray-bg form .upload:hover {
  background-color: #ffd62c;
}
.gray-bg form .upload:hover label {
  color: #000;
}
.gray-bg form .select2-container--default.select2-container--focus .select2-selection--multiple,
.gray-bg form .select2-container--default.select2-container--focus .select2-selection--single {
  background: transparent;
  border-color: #1b4298;
}
.gray-bg form .select2-container--default .select2-selection--multiple,
.gray-bg form .select2-container--default .select2-selection--single {
  background: transparent;
  border-color: #1b4298;
}
.gray-bg form .select2-container--default .selection:after {
  color: #ffd62c;
}
.gray-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice {
  border-color: #132f6d;
  background: rgba(0, 0, 0, 0);
}
.gray-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
  color: #fa755a;
}
.gray-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove:after {
  outline: 2px solid rgba(250, 117, 90, 0.5);
  box-shadow: 0px 0px 9px rgba(250, 117, 90, 0.4);
}
.gray-bg form .select2-container--default .selection .select2-selection__rendered li .select2-search__field::-moz-placeholder {
  color: #000;
}
.gray-bg form .select2-container--default .selection .select2-selection__rendered li .select2-search__field::placeholder {
  color: #000;
}

.dark-bg form .form-group label {
  color: #fff;
}
.dark-bg form .form-group input,
.dark-bg form .form-group textarea,
.dark-bg form .form-group select {
  background-color: transparent;
  border-color: #ffd62c;
  color: #fff;
}
.dark-bg form .form-group input.error,
.dark-bg form .form-group textarea.error,
.dark-bg form .form-group select.error {
  border-color: #fa755a;
}
.dark-bg form .form-group input:required ~ label:before,
.dark-bg form .form-group textarea:required ~ label:before,
.dark-bg form .form-group select:required ~ label:before {
  color: #fa755a;
}
.dark-bg form .form-group input::-moz-placeholder, .dark-bg form .form-group textarea::-moz-placeholder, .dark-bg form .form-group select::-moz-placeholder {
  color: #fff;
}
.dark-bg form .form-group input::placeholder,
.dark-bg form .form-group textarea::placeholder,
.dark-bg form .form-group select::placeholder {
  color: #fff;
}
.dark-bg form .form-group .number-field-container .qty-btn.qty-down, .dark-bg form .form-group .number-field-container .qty-btn.qty-up {
  border-color: rgba(0, 0, 0, 0);
}
.dark-bg form .form-group .number-field-container .qty-btn:hover {
  background: #ffd62c;
}
.dark-bg form .form-group .number-field-container .qty-btn:hover i {
  color: #000;
}
.dark-bg form .form-group .number-field-container .qty-btn i {
  color: #fff;
}
.dark-bg form .form-group-checkbox input[type=checkbox] ~ label a,
.dark-bg form .form-group-checkbox input[type=radio] ~ label a {
  color: #ffd62c;
}
.dark-bg form .form-group-checkbox input[type=checkbox] ~ label a:hover,
.dark-bg form .form-group-checkbox input[type=radio] ~ label a:hover {
  color: #dfb300;
}
.dark-bg form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch):before,
.dark-bg form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch):before {
  border-color: #f8c800;
  background: transparent;
}
.dark-bg form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch):after,
.dark-bg form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch):after {
  color: #ffd62c;
}
.dark-bg form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch:before,
.dark-bg form .form-group-checkbox input[type=radio] ~ label.toggle-switch:before {
  background: transparent;
  border-color: #f8c800;
}
.dark-bg form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch:after,
.dark-bg form .form-group-checkbox input[type=radio] ~ label.toggle-switch:after {
  background: #fff;
}
.dark-bg form .form-group-checkbox input[type=checkbox].error ~ label,
.dark-bg form .form-group-checkbox input[type=radio].error ~ label {
  color: #fa755a;
}
.dark-bg form .form-group-checkbox input[type=checkbox]:checked ~ label.toggle-switch:before,
.dark-bg form .form-group-checkbox input[type=radio]:checked ~ label.toggle-switch:before {
  background: #ffd62c;
  border-color: #ffd62c;
}
.dark-bg form .form-group span.error,
.dark-bg form .form-group-checkbox span.error,
.dark-bg form .form-group-checkbox-container span.error {
  color: #fa755a;
}
.dark-bg form .form-group .help-field-tooltip,
.dark-bg form .form-group-checkbox .help-field-tooltip,
.dark-bg form .form-group-checkbox-container .help-field-tooltip {
  background: #ffd62c;
  color: #000;
}
.dark-bg form .form-group .help-field-tooltip:hover,
.dark-bg form .form-group-checkbox .help-field-tooltip:hover,
.dark-bg form .form-group-checkbox-container .help-field-tooltip:hover {
  background: #dfb300;
  color: #000;
}
.dark-bg form .form-group .max-length-counter,
.dark-bg form .form-group-checkbox .max-length-counter,
.dark-bg form .form-group-checkbox-container .max-length-counter {
  color: #fff;
}
.dark-bg form .form-group .max-length-counter.error,
.dark-bg form .form-group-checkbox .max-length-counter.error,
.dark-bg form .form-group-checkbox-container .max-length-counter.error {
  color: #fa755a;
}
.dark-bg form .radiobutton-content .radiobutton-label.required:before,
.dark-bg form .checkbox-content .radiobutton-label.required:before {
  color: #fa755a;
}
.dark-bg form .upload {
  border-color: #ffd62c;
  background: transparent;
}
.dark-bg form .upload.error {
  border-color: #fa755a;
}
.dark-bg form .upload label {
  color: #fff;
}
.dark-bg form .upload:hover {
  background-color: #ffd62c;
}
.dark-bg form .upload:hover label {
  color: #000;
}
.dark-bg form .select2-container--default.select2-container--focus .select2-selection--multiple,
.dark-bg form .select2-container--default.select2-container--focus .select2-selection--single {
  background: transparent;
  border-color: #ffd62c;
}
.dark-bg form .select2-container--default .select2-selection--multiple,
.dark-bg form .select2-container--default .select2-selection--single {
  background: transparent;
  border-color: #ffd62c;
}
.dark-bg form .select2-container--default .selection:after {
  color: #ffd62c;
}
.dark-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice {
  border-color: #f8c800;
  background: rgba(0, 0, 0, 0);
}
.dark-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
  color: #fa755a;
}
.dark-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove:after {
  outline: 2px solid rgba(250, 117, 90, 0.5);
  box-shadow: 0px 0px 9px rgba(250, 117, 90, 0.4);
}
.dark-bg form .select2-container--default .selection .select2-selection__rendered li .select2-search__field::-moz-placeholder {
  color: #fff;
}
.dark-bg form .select2-container--default .selection .select2-selection__rendered li .select2-search__field::placeholder {
  color: #fff;
}

.color-bg form .form-group label {
  color: #000;
}
.color-bg form .form-group input,
.color-bg form .form-group textarea,
.color-bg form .form-group select {
  background-color: transparent;
  border-color: #1b4298;
  color: #000;
}
.color-bg form .form-group input.error,
.color-bg form .form-group textarea.error,
.color-bg form .form-group select.error {
  border-color: #000;
}
.color-bg form .form-group input:required ~ label:before,
.color-bg form .form-group textarea:required ~ label:before,
.color-bg form .form-group select:required ~ label:before {
  color: #000;
}
.color-bg form .form-group input::-moz-placeholder, .color-bg form .form-group textarea::-moz-placeholder, .color-bg form .form-group select::-moz-placeholder {
  color: #000;
}
.color-bg form .form-group input::placeholder,
.color-bg form .form-group textarea::placeholder,
.color-bg form .form-group select::placeholder {
  color: #000;
}
.color-bg form .form-group .number-field-container .qty-btn.qty-down, .color-bg form .form-group .number-field-container .qty-btn.qty-up {
  border-color: rgba(0, 0, 0, 0);
}
.color-bg form .form-group .number-field-container .qty-btn:hover {
  background: #1b4298;
}
.color-bg form .form-group .number-field-container .qty-btn:hover i {
  color: #fff;
}
.color-bg form .form-group .number-field-container .qty-btn i {
  color: #000;
}
.color-bg form .form-group-checkbox input[type=checkbox] ~ label a,
.color-bg form .form-group-checkbox input[type=radio] ~ label a {
  color: #1b4298;
}
.color-bg form .form-group-checkbox input[type=checkbox] ~ label a:hover,
.color-bg form .form-group-checkbox input[type=radio] ~ label a:hover {
  color: #132f6d;
}
.color-bg form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch):before,
.color-bg form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch):before {
  border-color: #132f6d;
  background: transparent;
}
.color-bg form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch):after,
.color-bg form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch):after {
  color: #1b4298;
}
.color-bg form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch:before,
.color-bg form .form-group-checkbox input[type=radio] ~ label.toggle-switch:before {
  background: transparent;
  border-color: #132f6d;
}
.color-bg form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch:after,
.color-bg form .form-group-checkbox input[type=radio] ~ label.toggle-switch:after {
  background: #000;
}
.color-bg form .form-group-checkbox input[type=checkbox].error ~ label,
.color-bg form .form-group-checkbox input[type=radio].error ~ label {
  color: #000;
}
.color-bg form .form-group-checkbox input[type=checkbox]:checked ~ label.toggle-switch:before,
.color-bg form .form-group-checkbox input[type=radio]:checked ~ label.toggle-switch:before {
  background: #1b4298;
  border-color: #1b4298;
}
.color-bg form .form-group span.error,
.color-bg form .form-group-checkbox span.error,
.color-bg form .form-group-checkbox-container span.error {
  color: #000;
}
.color-bg form .form-group .help-field-tooltip,
.color-bg form .form-group-checkbox .help-field-tooltip,
.color-bg form .form-group-checkbox-container .help-field-tooltip {
  background: #1b4298;
  color: #fff;
}
.color-bg form .form-group .help-field-tooltip:hover,
.color-bg form .form-group-checkbox .help-field-tooltip:hover,
.color-bg form .form-group-checkbox-container .help-field-tooltip:hover {
  background: #132f6d;
  color: #fff;
}
.color-bg form .form-group .max-length-counter,
.color-bg form .form-group-checkbox .max-length-counter,
.color-bg form .form-group-checkbox-container .max-length-counter {
  color: #000;
}
.color-bg form .form-group .max-length-counter.error,
.color-bg form .form-group-checkbox .max-length-counter.error,
.color-bg form .form-group-checkbox-container .max-length-counter.error {
  color: #000;
}
.color-bg form .radiobutton-content .radiobutton-label.required:before,
.color-bg form .checkbox-content .radiobutton-label.required:before {
  color: #000;
}
.color-bg form .upload {
  border-color: #1b4298;
  background: transparent;
}
.color-bg form .upload.error {
  border-color: #000;
}
.color-bg form .upload label {
  color: #000;
}
.color-bg form .upload:hover {
  background-color: #1b4298;
}
.color-bg form .upload:hover label {
  color: #fff;
}
.color-bg form .select2-container--default.select2-container--focus .select2-selection--multiple,
.color-bg form .select2-container--default.select2-container--focus .select2-selection--single {
  background: transparent;
  border-color: #1b4298;
}
.color-bg form .select2-container--default .select2-selection--multiple,
.color-bg form .select2-container--default .select2-selection--single {
  background: transparent;
  border-color: #1b4298;
}
.color-bg form .select2-container--default .selection:after {
  color: #1b4298;
}
.color-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice {
  border-color: #132f6d;
  background: rgba(0, 0, 0, 0);
}
.color-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
  color: #000;
}
.color-bg form .select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove:after {
  outline: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4);
}
.color-bg form .select2-container--default .selection .select2-selection__rendered li .select2-search__field::-moz-placeholder {
  color: #000;
}
.color-bg form .select2-container--default .selection .select2-selection__rendered li .select2-search__field::placeholder {
  color: #000;
}

form .col-12 {
  margin-bottom: 0 !important;
}
form .btn {
  margin-top: 0 !important;
}
form .form-group {
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
}
form .form-group .inner-form-group {
  position: relative;
  width: 100%;
}
form .form-group .inner-form-group .calendar-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  pointer-events: none;
  opacity: 0.4;
}
form .form-group label {
  font-weight: 600;
  line-height: 0.9em;
  position: absolute;
  font-size: 22px;
  top: 0;
  bottom: 0;
  left: 0px;
  pointer-events: none;
  transition: all 0.15s ease;
  padding: 25px 20px;
}
form .form-group input,
form .form-group textarea,
form .form-group select {
  border: 4px solid;
  padding: 16px 20px;
  outline: none;
  border-radius: 10px;
  font-size: 22px;
  transition: all 0.15s ease;
  width: 100%;
}
form .form-group input.error,
form .form-group textarea.error,
form .form-group select.error {
  border: 4px solid;
}
form .form-group input:not(:-moz-placeholder-shown) ~ label, form .form-group textarea:not(:-moz-placeholder-shown) ~ label, form .form-group select:not(:-moz-placeholder-shown) ~ label {
  font-size: 1em;
  transform: translateY(-17px);
}
form .form-group input.filled ~ label, form .form-group input:focus ~ label, form .form-group input:not(:placeholder-shown) ~ label,
form .form-group textarea.filled ~ label,
form .form-group textarea:focus ~ label,
form .form-group textarea:not(:placeholder-shown) ~ label,
form .form-group select.filled ~ label,
form .form-group select:focus ~ label,
form .form-group select:not(:placeholder-shown) ~ label {
  font-size: 1em;
  transform: translateY(-17px);
}
form .form-group input:required ~ label:before,
form .form-group textarea:required ~ label:before,
form .form-group select:required ~ label:before {
  content: "*";
  font-size: 1em;
}
form .form-group textarea {
  height: 200px;
  resize: none;
}
form .form-group select + label {
  position: absolute;
  bottom: 100%;
  line-height: 0.9em;
  padding: 0;
  transition: all 0.15s ease;
}
form .form-group.form-group-select {
  position: relative;
}
form .form-group.form-group-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
form .form-group.form-group-select select.compact {
  padding: 16px 18px;
}
form .form-group.form-group-select select option {
  color: #000;
}
form .form-group.form-group-select:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  width: 35px;
  background: transparent;
  pointer-events: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 18px;
}
form .form-group .number-field-container {
  display: flex;
  position: relative;
  width: 100%;
}
form .form-group .number-field-container .number-field {
  position: relative;
  width: 100%;
}
form .form-group .number-field-container .number-field input {
  border-radius: 0;
  -moz-appearance: textfield;
}
form .form-group .number-field-container .number-field input::-webkit-outer-spin-button, form .form-group .number-field-container .number-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form .form-group .number-field-container .qty-btn {
  position: relative;
  border: 0;
  padding: 0;
  width: 60px;
}
form .form-group .number-field-container .qty-btn.qty-down {
  border-right: 1px solid;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
form .form-group .number-field-container .qty-btn.qty-up {
  border-left: 1px solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
form .form-group .number-field-container .qty-btn i {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
form .form-group-checkbox-container {
  float: left;
  margin: 0 0 30px 0;
  width: 100%;
  position: relative;
}
form .form-group-checkbox-container label {
  font-size: 19px;
  font-weight: 400;
  line-height: 0.9em;
}
form .form-group-checkbox-container label span.required {
  font-size: 0.9em;
}
form .form-group-checkbox-container .inner-form-group {
  padding-right: 21px;
}
form .form-group-checkbox-container .inner-form-group .form-group-checkbox:not(:last-child) {
  margin-bottom: 7px;
}
form .form-group-checkbox-container .inner-form-group.display-inline {
  display: flex;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
}
form .form-group-checkbox-container .inner-form-group.display-inline .form-group-checkbox {
  margin-bottom: 0;
}
form .form-group-checkbox-container .inner-form-group.display-inline .form-group-checkbox:not(:first-child) {
  margin-left: 15px;
}
form .form-group-checkbox-container .inner-form-group.display-inline .form-group-checkbox input ~ label {
  white-space: nowrap;
}
form .form-group-checkbox input[type=checkbox],
form .form-group-checkbox input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
form .form-group-checkbox input[type=checkbox] ~ label,
form .form-group-checkbox input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}
form .form-group-checkbox input[type=checkbox] ~ label:before,
form .form-group-checkbox input[type=radio] ~ label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  transition: all 0.2s ease;
  transform: translateY(-50%);
  z-index: 1;
}
form .form-group-checkbox input[type=checkbox] ~ label:after,
form .form-group-checkbox input[type=radio] ~ label:after {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(2px, -50%);
  width: 16px;
  height: 16px;
  transition: all 0.2s ease;
  z-index: 2;
}
form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch),
form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch) {
  padding-left: 30px;
}
form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch):before,
form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch):before {
  border: 1px solid;
  border-radius: 2px;
  width: 20px;
}
form .form-group-checkbox input[type=checkbox] ~ label:not(.toggle-switch):after,
form .form-group-checkbox input[type=radio] ~ label:not(.toggle-switch):after {
  background-color: #ffd62c;
  content: "";
  /* Avec icone */
  /* font-size: 12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f00c';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1em; */
  /*background: $light-color;*/
  opacity: 0;
}
form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch,
form .form-group-checkbox input[type=radio] ~ label.toggle-switch {
  padding-left: 50px;
}
form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch:before,
form .form-group-checkbox input[type=radio] ~ label.toggle-switch:before {
  width: 40px;
  border-radius: 40px;
  border: 1px solid;
}
form .form-group-checkbox input[type=checkbox] ~ label.toggle-switch:after,
form .form-group-checkbox input[type=radio] ~ label.toggle-switch:after {
  border-radius: 40px;
}
form .form-group-checkbox input[type=checkbox]:checked ~ label:not(.toggle-switch):after,
form .form-group-checkbox input[type=radio]:checked ~ label:not(.toggle-switch):after {
  opacity: 1;
}
form .form-group-checkbox input[type=checkbox]:checked ~ label.toggle-switch:before,
form .form-group-checkbox input[type=radio]:checked ~ label.toggle-switch:before {
  border: 1px solid;
}
form .form-group-checkbox input[type=checkbox]:checked ~ label.toggle-switch:after,
form .form-group-checkbox input[type=radio]:checked ~ label.toggle-switch:after {
  transform: translate(22px, -50%);
}
form .form-group-checkbox input[type=checkbox]:disabled ~ label,
form .form-group-checkbox input[type=radio]:disabled ~ label {
  opacity: 0.5;
  pointer-events: none;
}
form .form-group-checkbox input[type=radio] ~ label:before,
form .form-group-checkbox input[type=radio] ~ label:after {
  border-radius: 100% !important;
}
form .form-group span.error,
form .form-group-checkbox span.error,
form .form-group-checkbox-container span.error {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
form .form-group .help-field-tooltip,
form .form-group-checkbox .help-field-tooltip,
form .form-group-checkbox-container .help-field-tooltip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 3px;
  right: 3px;
  cursor: pointer;
  z-index: 5;
  width: 15px;
  height: 15px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
form .form-group .help-field-tooltip i,
form .form-group-checkbox .help-field-tooltip i,
form .form-group-checkbox-container .help-field-tooltip i {
  display: inline-block;
  font-size: 8px;
}
form .form-group .max-length-counter,
form .form-group-checkbox .max-length-counter,
form .form-group-checkbox-container .max-length-counter {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  font-size: 18px;
  opacity: 0.5;
  z-index: 5;
}
form .radiobutton-content,
form .checkbox-content {
  margin: 0 0 30px 0;
}
form .radiobutton-content .radiobutton-label,
form .checkbox-content .radiobutton-label {
  margin-right: 30px;
}
form .radiobutton-content .radiobutton-label.required:before,
form .checkbox-content .radiobutton-label.required:before {
  font-size: 1em;
  content: "*";
}
form .upload {
  position: relative;
  border: 4px solid;
  padding: 0;
  outline: none;
  border-radius: 10px;
  font-size: 18px;
  width: 100%;
  transition: all 0.15s ease;
}
form .upload.error {
  border: 4px solid;
}
form .upload label {
  width: 100%;
  color: #fff;
  font-weight: 400;
  line-height: 0.9em;
  position: static;
  font-size: 19px !important;
  top: 0;
  bottom: 0;
  left: 0px;
  pointer-events: auto;
  transition: all 0.3s ease;
  padding: 25px 20px;
  cursor: pointer;
  transform: none !important;
}
form .upload .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  pointer-events: none;
  opacity: 0.4;
}
form .upload input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus {
  transition-delay: 9999s;
}

.siForm {
  position: relative;
}
.siForm .loading {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999;
}
.siForm .loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.siForm .form-group.form-group-select:after {
  display: none;
}

.select2-container--default {
  font-size: 22px;
}
.select2-container--default.select2-container--below, .select2-container--default.select2-container--above {
  width: 100% !important;
}
.select2-container--default:not(.select2-container--open) {
  width: 100% !important;
}
.select2-container--default.error-select2 {
  border-color: #fa755a;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border: 4px solid;
  border-radius: 10px;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 4px solid;
  border-radius: 10px;
}
.select2-container--default .selection {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select2-container--default .selection:after {
  content: "\f0d7";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  z-index: 4;
  pointer-events: none;
}
.select2-container--default .selection .select2-selection--single {
  height: auto;
}
.select2-container--default .selection .select2-selection__rendered {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  padding: 16px 20px;
  font-size: 22px;
  overflow: hidden;
  color: #fff;
}
.select2-container--default .selection .select2-selection__rendered li {
  padding: 0;
  margin: 0;
}
.select2-container--default .selection .select2-selection__rendered li.select2-selection__choice {
  position: relative;
  border: 4px solid;
  padding: 6px 10px;
  font-size: 18px;
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 40px;
}
.select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
  margin-right: 4px;
  color: #ffd62c;
}
.select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 40px;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}
.select2-container--default .selection .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove:hover:after {
  opacity: 1;
}
.select2-container--default .selection .select2-selection__rendered li::before {
  display: none;
}
.select2-container--default .selection .select2-selection__arrow {
  height: 100% !important;
  display: none;
}
.select2-container--default .select2-dropdown {
  background: #3a62c1;
  border: 4px solid #fff;
  transform: translate(-1px, -2px);
  border-radius: 10px;
}
.select2-container--default .select2-dropdown .select2-search {
  position: relative;
}
.select2-container--default .select2-dropdown .select2-search:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #ffd62c;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.select2-container--default .select2-dropdown .select2-search > input {
  outline-offset: 0;
  border: 2px solid #fff;
  background: transparent;
  padding-left: 30px;
  border-radius: 10px;
  color: #fff;
}
.select2-container--default .select2-dropdown .select2-search > input:focus, .select2-container--default .select2-dropdown .select2-search > input:focus-visible {
  border: 2px solid #fff;
  outline: 0;
}
.select2-container--default .select2-dropdown .select2-results {
  max-height: 400px;
  overflow-y: auto;
  padding: 0;
}
.select2-container--default .select2-dropdown .select2-results .select2-results__group {
  font-size: 18px;
  padding: 7px;
  display: inline-block;
}
.select2-container--default .select2-dropdown .select2-results ul {
  margin-top: 5px;
}
.select2-container--default .select2-dropdown .select2-results ul li {
  margin-top: 0;
  font-size: 18px;
  transition: all 0.3s;
}
.select2-container--default .select2-dropdown .select2-results ul li[role=group] {
  padding: 0;
}
.select2-container--default .select2-dropdown .select2-results ul li[aria-selected=true] {
  color: #fff;
  background: transparent;
}
.select2-container--default .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
  color: #000;
  background: #ffd62c;
}
.select2-container--default .select2-dropdown .select2-results ul li::before {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_today_button,
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label i {
  background-image: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-indent: 0%;
  opacity: 1;
  color: #fff;
  transition: all 0.3s;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:hover,
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label i:hover {
  color: #ffd62c;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after,
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_today_button:after,
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:after,
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label i:after {
  display: inline-block;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev:after {
  content: "\f060";
  font-size: 14px;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next:after {
  content: "\f061";
  font-size: 14px;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_today_button:after {
  content: "\f783";
  font-size: 14px;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label {
  transition: all 0.3s;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  background: #ffdb46;
  color: #fff;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #ffd62c;
  color: #fff;
  box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label:hover > span {
  color: #ffd62c;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label:hover i {
  color: #ffd62c;
}
.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label i:after {
  content: "\f0d7";
  font-size: 12px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #ffd62c;
  color: #fff !important;
  border: 1px solid transparent;
}
.xdsoft_datetimepicker .xdsoft_calendar th:first-child {
  border-top-left-radius: 10px;
}
.xdsoft_datetimepicker .xdsoft_calendar th:last-child {
  border-top-right-radius: 10px;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
  border: 1px solid #fff;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  background: #ffdb46 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  background: #e8e8e8;
  color: #ffd62c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default {
  background: #ffd62c;
  box-shadow: none;
  color: #fff;
}
.tealeaf-input {
  display: none;
}

section.sect-container.sect-beers-slider {
  overflow: clip;
}
section.sect-container.sect-beers-slider h2 {
  font-family: "garamond-premier-pro", serif;
}
section.sect-container.sect-beers-slider .beers-images-slider .beer {
  width: 100%;
  height: auto;
  aspect-ratio: 5/6;
}
section.sect-container.sect-beers-slider .beers-images-slider .beer .the-beer {
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
section.sect-container.sect-beers-slider .beers-images-slider .beer .decoration {
  z-index: 4;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: auto;
}
section.sect-container.sect-beers-slider .beers-images-slider .beer .decoration path,
section.sect-container.sect-beers-slider .beers-images-slider .beer .decoration rect {
  transition: fill 0.3s ease;
}
section.sect-container.sect-beers-slider .beers-images-slider .beer .distinctions {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: auto;
  padding: 0 clamp(20px, 4vw, 70px);
}
section.sect-container.sect-beers-slider .beers-images-slider .beer .distinctions img {
  width: 100%;
  max-width: 230px;
  height: auto;
  margin: 0 auto;
}
section.sect-container.sect-beers-slider .beers-slider .tags .btn {
  padding: 0px clamp(8px, 1.5vw, 12px);
  border-radius: 10px;
  font-size: clamp(18px, 1.5vw, 20px);
}
section.sect-container.sect-beers-slider .beers-slider h3 {
  font-size: clamp(45px, 4vw, 120px);
  line-height: 1;
}
section.sect-container.sect-beers-slider .beers-slider .style-and-percent p {
  font-size: clamp(20px, 2.5vw, 60px);
  font-weight: 700;
  line-height: 1;
}
section.sect-container.sect-beers-slider .beers-slider .style-and-percent p span {
  font-size: clamp(18px, 2.5vw, 30px);
  font-weight: 400;
}
section.sect-container.sect-beers-slider .arrows button {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
}
section.sect-container.sect-beers-slider .arrows button i {
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(35px, 6vw, 58px);
  height: clamp(35px, 6vw, 58px);
  border: 3px solid #ffd62c;
  border-radius: 100%;
  color: #fff !important;
  font-size: clamp(18px, 3vw, 35px);
  line-height: 1;
  transition: all 0.3s ease;
}
section.sect-container.sect-beers-slider .arrows button i:hover, section.sect-container.sect-beers-slider .arrows button i:active {
  background: #ffd62c;
  color: #000 !important;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  section.sect-container.sect-beers-slider .beers-images-slider .beer {
    aspect-ratio: 1/1;
  }
}
section.sect-container.sect-beers-grid {
  overflow: clip;
}
section.sect-container.sect-beers-grid h2 {
  font-family: "garamond-premier-pro", serif;
}
section.sect-container.sect-beers-grid .beers-block {
  width: 100%;
  height: 100%;
  padding: clamp(20px, 3vw, 30px);
  overflow: hidden;
}
section.sect-container.sect-beers-grid .beers-block:hover .image, section.sect-container.sect-beers-grid .beers-block:active .image {
  transform: scale(1);
}
section.sect-container.sect-beers-grid .beers-block:hover .btn, section.sect-container.sect-beers-grid .beers-block:active .btn {
  background-color: #1b4298 !important;
  color: #fff !important;
}
section.sect-container.sect-beers-grid .beers-block .grain {
  background: url("../images/grain.jpg") no-repeat center center;
  background-size: cover;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: luminosity;
  opacity: 1;
}
section.sect-container.sect-beers-grid .beers-block .image {
  z-index: 4;
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: auto;
  max-width: 40%;
  height: auto;
  max-height: 50%;
  transform: scale(0.9);
  transition: all 0.3s ease;
  transform-origin: bottom right;
}
section.sect-container.sect-beers-grid .beers-block .title {
  z-index: 6;
  position: relative;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
}
section.sect-container.sect-beers-grid .beers-block .title h3 {
  color: #000;
  font-family: "rosewood-std-fill", serif;
  font-size: clamp(30px, 3.5vw, 72px);
  line-height: 0.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
section.sect-container.sect-beers-grid .beers-block .title .tags {
  display: inline-flex;
  flex-wrap: wrap;
}
section.sect-container.sect-beers-grid .beers-block .title .tags li {
  margin: 0 20px 5px 0;
  font-family: "rosewood-std-fill", serif;
  font-size: clamp(19px, 2.5vw, 34px);
  line-height: 1;
}
section.sect-container.sect-beers-grid .beers-block .btn {
  z-index: 6;
  position: relative;
  padding: 0px 24px;
  border-width: 4px;
  border-color: #1b4298 !important;
  color: #000 !important;
  font-size: 27px;
}
section.sect-container.sect-beers-grid .beers-grid {
  display: grid;
  grid-template-columns: repeat(3, 33.3333%);
  grid-template-rows: repeat(3, clamp(300px, 25vw, 475px));
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
section.sect-container.sect-beers-grid .beers-grid .grid-1 {
  grid-area: 1/1/3/2;
}
section.sect-container.sect-beers-grid .beers-grid .grid-1 .image {
  left: 30px;
  bottom: 50px;
  width: calc(100% - 60px);
  height: auto;
  max-height: none;
  max-width: none;
  transform-origin: bottom center;
}
section.sect-container.sect-beers-grid .beers-grid .grid-2 {
  grid-area: 1/2/2/4;
}
section.sect-container.sect-beers-grid .beers-grid .grid-2 .title {
  margin: auto 0;
  max-width: 45%;
}
section.sect-container.sect-beers-grid .beers-grid .grid-2 .image {
  right: 70px;
  bottom: 40px;
  width: auto;
  height: calc(100% - 80px);
  max-height: none;
  max-width: none;
  transform-origin: center center;
}
section.sect-container.sect-beers-grid .beers-grid .grid-3 {
  grid-area: 2/2/3/3;
}
section.sect-container.sect-beers-grid .beers-grid .grid-3 .title {
  max-width: 70%;
  margin: auto 0 auto auto;
  text-align: right;
}
section.sect-container.sect-beers-grid .beers-grid .grid-3 .image {
  right: auto;
  left: 30px;
  bottom: 80px;
  width: auto;
  height: calc(100% - 160px);
  max-height: none;
  max-width: none;
  transform-origin: center center;
}
section.sect-container.sect-beers-grid .beers-grid .grid-4 {
  grid-area: 2/3/4/4;
}
section.sect-container.sect-beers-grid .beers-grid .grid-4 .image {
  left: 30px;
  bottom: 50px;
  width: calc(100% - 60px);
  height: auto;
  max-height: none;
  max-width: none;
  transform-origin: bottom center;
}
section.sect-container.sect-beers-grid .beers-grid .grid-5 {
  grid-area: 3/1/4/3;
}
section.sect-container.sect-beers-grid .beers-grid .grid-5 .title {
  max-width: 60%;
  margin: auto 0 auto auto;
  text-align: right;
}
section.sect-container.sect-beers-grid .beers-grid .grid-5 .image {
  left: 70px;
  right: auto;
  bottom: 40px;
  width: auto;
  height: calc(100% - 80px);
  max-height: none;
  max-width: none;
  transform-origin: center center;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  section.sect-container.sect-beers-grid .beers-grid {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  section.sect-container.sect-beers-grid .beers-grid .beers-block {
    margin: 20px 15px;
  }
  section.sect-container.sect-beers-grid .beers-grid .beers-block .image {
    position: static;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 250px;
    transform-origin: center center;
  }
  section.sect-container.sect-beers-grid .beers-grid .beers-block .title {
    max-width: 100%;
    margin: 0;
    text-align: left;
  }
  section.sect-container.sect-beers-grid .beers-grid .beers-block .title h3 {
    display: block;
  }
}
@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
  section.sect-container.sect-beers-grid .beers-grid .beers-block .image {
    max-height: 200px;
  }
}
section.sect-container.sect-big-images img:not(.img-bg):not(.no-shadow) {
  margin-left: 0;
  margin-right: 35px;
  box-shadow: 35px 35px 0px 0px #1b4298;
}
section.sect-container.sect-big-images .text {
  font-family: "rosewood-std-fill", serif;
  font-size: clamp(21px, 2.5vw, 35px);
}

.default-bg:not(.border-box).sect-big-images svg path, section.sect-container:not(.border-box).sect-big-images:first-child:not(.sect-product-details) svg path,
.default-bg:not(.border-box).sect-big-images svg rect,
section.sect-container:not(.border-box).sect-big-images:first-child:not(.sect-product-details) svg rect,
.default-bg:not(.border-box).sect-big-images svg ellipse,
section.sect-container:not(.border-box).sect-big-images:first-child:not(.sect-product-details) svg ellipse {
  fill: #ffd62c !important;
}

.light-bg:not(.border-box).sect-big-images svg path,
.light-bg:not(.border-box).sect-big-images svg rect,
.light-bg:not(.border-box).sect-big-images svg ellipse {
  fill: #1b4298 !important;
}

.gray-bg:not(.border-box).sect-big-images svg path,
.gray-bg:not(.border-box).sect-big-images svg rect,
.gray-bg:not(.border-box).sect-big-images svg ellipse {
  fill: #1b4298 !important;
}

.dark-bg:not(.border-box).sect-big-images svg path,
.dark-bg:not(.border-box).sect-big-images svg rect,
.dark-bg:not(.border-box).sect-big-images svg ellipse {
  fill: #ffd62c !important;
}

.color-bg:not(.border-box).sect-big-images svg path,
.color-bg:not(.border-box).sect-big-images svg rect,
.color-bg:not(.border-box).sect-big-images svg ellipse {
  fill: #1b4298 !important;
}

section.sect-container.add-recipes-padding {
  padding-bottom: calc(18vw + 70px) !important;
}
section.sect-container.sect-recipes {
  background-color: #3a62c1;
  z-index: 40;
  overflow-x: clip;
}
section.sect-container.sect-recipes + section {
  padding-top: calc(18vw + 70px) !important;
}
section.sect-container.sect-recipes .btn {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: clamp(20px, 3vw, 44px);
  padding: clamp(10px, 2vw, 24px) clamp(30px, 2.5vw, 55px);
  pointer-events: none;
  transform: translate(-50%, -50%);
}
section.sect-container.sect-recipes .recipes {
  z-index: 10;
}
section.sect-container.sect-recipes .recipes .recipe {
  background-color: #143b91;
  z-index: 10;
  position: absolute;
  top: 0;
  width: 36.3333%;
  height: auto;
  aspect-ratio: 71/53;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 0px 8px rgba(27, 66, 152, 0.2);
  /* &:after {
  	content: '';
  	z-index: 2;
  	position: absolute;
  	display: inline-block;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	// opacity: 0.6;
  	mix-blend-mode: lighten;
  } */
}
section.sect-container.sect-recipes .recipes .recipe:hover img {
  opacity: 0.5;
}
section.sect-container.sect-recipes .recipes .recipe img {
  opacity: 0.25;
  filter: grayscale(100%) contrast(150%);
  transition: opacity 0.3s ease;
}
section.sect-container.sect-recipes .recipes .recipe:first-child {
  z-index: 10;
  left: 0;
  transform: translate(-6%, -50%) rotate(6deg);
}
section.sect-container.sect-recipes .recipes .recipe:last-child {
  z-index: 10;
  right: 0;
  transform: translate(6%, -50%) rotate(4deg);
}
section.sect-container.sect-recipes .recipes .recipe:first-child:last-child, section.sect-container.sect-recipes .recipes .recipe:nth-child(2) {
  z-index: 20;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-11deg);
}

section.sect-container .zone-colored-block {
  background-color: #1b4298 !important;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: none !important;
}
section.sect-container .zone-colored-block:hover img {
  transform: scale(1.1);
}
section.sect-container .zone-colored-block::after {
  content: "";
  z-index: 2;
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: lighten;
}
section.sect-container .zone-colored-block img {
  opacity: 0.6;
  mix-blend-mode: luminosity;
  transform: scale(1);
}
section.sect-container .zone-colored-block .colored-block {
  z-index: 10;
  position: relative;
}

.content-page .zone-gallery {
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.content-page .zone-gallery .row {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.content-page .zone-gallery .media {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.content-page .zone-gallery .media:hover .img-bg, .content-page .zone-gallery .media:active .img-bg {
  transform: scale(1.02);
}
.content-page .zone-gallery .media .img-bg {
  transition: transform 0.5s ease-in-out;
}
.content-page .zone-gallery .media .link-overflow {
  z-index: 5;
}
.content-page .zone-gallery .media.video .img-bg::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #fff;
  font-size: 120px;
  transform: translate(-50%, -50%);
}
.content-page .zone-gallery .slider-gallery .slide .media {
  padding-bottom: 56.25%;
}
.content-page .zone-gallery .slider-gallery:hover + .arrows {
  opacity: 1;
}
.content-page .zone-gallery .arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 30px;
  transition: all 0.4s;
  opacity: 0;
}
.content-page .zone-gallery .arrows:hover {
  opacity: 1;
}
.content-page .zone-gallery .arrows .nav-arrow {
  pointer-events: auto;
  background: transparent;
  border: 0;
  padding: 0;
}
.content-page .zone-gallery .arrows .nav-arrow i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 25px;
  transition: all 0.3s;
  border-radius: 100%;
}
.content-page .zone-gallery .arrows .nav-arrow i:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #fff;
}
.content-page .zone-gallery .arrows .nav-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.1;
}
.content-page .zone-gallery .arrows .nav-arrow.slick-disabled i {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #000;
}

.zone-accordion {
  margin-top: 25px;
}
.zone-accordion .accordion-title {
  padding: clamp(15px, 2vw, 20px);
  font-size: clamp(17px, 2vw, 25px);
  line-height: 1.2;
  border-radius: 20px;
}
.zone-accordion .accordion-title[aria-expanded=true] i {
  transform: rotate(180deg);
}
.zone-accordion .accordion-title i {
  margin-left: 14px;
  font-size: clamp(16px, 2vw, 22px);
  transform: rotate(0);
  transform-origin: center center;
  transition: color 0.3s ease-out, transform 0.3s ease-out;
}
.zone-accordion .accordion-text .inner-accordion-text {
  padding: clamp(15px, 2vw, 20px) 0;
}

.default-bg:not(.border-box) .zone-accordion .accordion-title, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .zone-accordion .accordion-title {
  color: #000 !important;
  background-color: #f5f5f5 !important;
}
.default-bg:not(.border-box) .zone-accordion .accordion-title i, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .zone-accordion .accordion-title i {
  color: #000 !important;
}
.default-bg:not(.border-box) .zone-accordion .accordion-title:hover, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .zone-accordion .accordion-title:hover, .default-bg:not(.border-box) .zone-accordion .accordion-title:active, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .zone-accordion .accordion-title:active, .default-bg:not(.border-box) .zone-accordion .accordion-title[aria-expanded=true], section.sect-container:not(.border-box):first-child:not(.sect-product-details) .zone-accordion .accordion-title[aria-expanded=true] {
  color: #000 !important;
  background-color: #ffd62c !important;
}
.default-bg:not(.border-box) .zone-accordion .accordion-title:hover i, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .zone-accordion .accordion-title:hover i, .default-bg:not(.border-box) .zone-accordion .accordion-title:active i, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .zone-accordion .accordion-title:active i, .default-bg:not(.border-box) .zone-accordion .accordion-title[aria-expanded=true] i, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .zone-accordion .accordion-title[aria-expanded=true] i {
  color: #000 !important;
}

.light-bg:not(.border-box) .zone-accordion .accordion-title {
  color: #000 !important;
  background-color: #e8e8e8 !important;
}
.light-bg:not(.border-box) .zone-accordion .accordion-title i {
  color: #000 !important;
}
.light-bg:not(.border-box) .zone-accordion .accordion-title:hover, .light-bg:not(.border-box) .zone-accordion .accordion-title:active, .light-bg:not(.border-box) .zone-accordion .accordion-title[aria-expanded=true] {
  color: #000 !important;
  background-color: #ffd62c !important;
}
.light-bg:not(.border-box) .zone-accordion .accordion-title:hover i, .light-bg:not(.border-box) .zone-accordion .accordion-title:active i, .light-bg:not(.border-box) .zone-accordion .accordion-title[aria-expanded=true] i {
  color: #000 !important;
}

.gray-bg:not(.border-box) .zone-accordion .accordion-title {
  color: #000 !important;
  background-color: #e8e8e8 !important;
}
.gray-bg:not(.border-box) .zone-accordion .accordion-title i {
  color: #000 !important;
}
.gray-bg:not(.border-box) .zone-accordion .accordion-title:hover, .gray-bg:not(.border-box) .zone-accordion .accordion-title:active, .gray-bg:not(.border-box) .zone-accordion .accordion-title[aria-expanded=true] {
  color: #000 !important;
  background-color: #ffd62c !important;
}
.gray-bg:not(.border-box) .zone-accordion .accordion-title:hover i, .gray-bg:not(.border-box) .zone-accordion .accordion-title:active i, .gray-bg:not(.border-box) .zone-accordion .accordion-title[aria-expanded=true] i {
  color: #000 !important;
}

.dark-bg:not(.border-box) .zone-accordion .accordion-title {
  color: #000 !important;
  background-color: #f5f5f5 !important;
}
.dark-bg:not(.border-box) .zone-accordion .accordion-title i {
  color: #000 !important;
}
.dark-bg:not(.border-box) .zone-accordion .accordion-title:hover, .dark-bg:not(.border-box) .zone-accordion .accordion-title:active, .dark-bg:not(.border-box) .zone-accordion .accordion-title[aria-expanded=true] {
  color: #000 !important;
  background-color: #ffd62c !important;
}
.dark-bg:not(.border-box) .zone-accordion .accordion-title:hover i, .dark-bg:not(.border-box) .zone-accordion .accordion-title:active i, .dark-bg:not(.border-box) .zone-accordion .accordion-title[aria-expanded=true] i {
  color: #000 !important;
}

.color-bg:not(.border-box) .zone-accordion .accordion-title {
  color: #000 !important;
  background-color: #f5f5f5 !important;
}
.color-bg:not(.border-box) .zone-accordion .accordion-title i {
  color: #000 !important;
}
.color-bg:not(.border-box) .zone-accordion .accordion-title:hover, .color-bg:not(.border-box) .zone-accordion .accordion-title:active, .color-bg:not(.border-box) .zone-accordion .accordion-title[aria-expanded=true] {
  color: #fff !important;
  background-color: #1b4298 !important;
}
.color-bg:not(.border-box) .zone-accordion .accordion-title:hover i, .color-bg:not(.border-box) .zone-accordion .accordion-title:active i, .color-bg:not(.border-box) .zone-accordion .accordion-title[aria-expanded=true] i {
  color: #fff !important;
}

.timeline {
  position: relative;
}
.timeline .event-block-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.timeline .event-block-container .event-block {
  position: relative;
  width: 50%;
  display: flex;
  z-index: 9;
  align-items: center;
  padding: clamp(30px, 4vw, 80px) 0;
}
.timeline .event-block-container .event-block .date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(110px, 12vw, 200px);
  aspect-ratio: 1/1;
  border-radius: 100%;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 800;
}
.timeline .event-block-container .event-block .date.small {
  height: clamp(30px, 6vw, 80px);
}
.timeline .event-block-container .event-block .text {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  font-weight: 700;
  line-height: 1.6em;
  font-size: clamp(17px, 1.2vw, 25px);
}
.timeline .event-block-container .event-block .text .fullDate {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
}
.timeline .event-block-container .event-block .text h3 {
  padding-top: 0;
}
.timeline .event-block-container .event-block .text p {
  line-height: 1.2em;
  font-size: clamp(19px, 2vw, 30px);
}
.timeline .event-block-container .event-block .text strong {
  color: #ffd62c;
  font-weight: 700;
}
.timeline .event-block-container .event-img {
  position: relative;
  width: 50%;
  aspect-ratio: 16/9;
  display: flex;
  overflow: hidden;
  border-radius: 40px;
}
.timeline .event-block-container:nth-child(odd) {
  justify-content: flex-start;
}
.timeline .event-block-container:nth-child(odd) .event-block {
  order: 1;
}
.timeline .event-block-container:nth-child(odd) .event-block .date {
  order: 2;
  transform: translateX(50%);
}
.timeline .event-block-container:nth-child(odd) .event-block .text {
  order: 1;
  text-align: right;
}
.timeline .event-block-container:nth-child(odd) .event-img {
  order: 2;
}
.timeline .event-block-container:nth-child(even) {
  justify-content: flex-end;
}
.timeline .event-block-container:nth-child(even) .event-block {
  order: 2;
}
.timeline .event-block-container:nth-child(even) .event-block .date {
  order: 1;
  transform: translateX(-50%);
}
.timeline .event-block-container:nth-child(even) .event-block .text {
  order: 2;
  text-align: left;
}
.timeline .event-block-container:nth-child(even) .event-img {
  order: 1;
}

.default-bg:not(.border-box) .timeline .event-block-container .event-block .date, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .timeline .event-block-container .event-block .date {
  background-color: #ffd62c;
  color: #fff;
}
.default-bg:not(.border-box) .timeline .event-block-container .event-block .text .fullDate, section.sect-container:not(.border-box):first-child:not(.sect-product-details) .timeline .event-block-container .event-block .text .fullDate {
  color: #ffd62c;
}

.light-bg:not(.border-box) .timeline .event-block-container .event-block .date {
  background-color: #ffd62c;
  color: #fff;
}
.light-bg:not(.border-box) .timeline .event-block-container .event-block .text .fullDate {
  color: #ffd62c;
}

.gray-bg:not(.border-box) .timeline .event-block-container .event-block .date {
  background-color: #ffd62c;
  color: #fff;
}
.gray-bg:not(.border-box) .timeline .event-block-container .event-block .text .fullDate {
  color: #ffd62c;
}

.dark-bg:not(.border-box) .timeline .event-block-container .event-block .date {
  background-color: #ffd62c;
  color: #fff;
}
.dark-bg:not(.border-box) .timeline .event-block-container .event-block .text .fullDate {
  color: #ffd62c;
}

.color-bg:not(.border-box) .timeline .event-block-container .event-block .date {
  background-color: #1b4298;
  color: #fff;
}
.color-bg:not(.border-box) .timeline .event-block-container .event-block .text .fullDate {
  color: #1b4298;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .timeline .event-block-container:nth-child(odd) .event-block .date {
    margin-left: 20px;
  }
  .timeline .event-block-container:nth-child(even) .event-block .date {
    margin-right: 20px;
  }
  .timeline .event-block-container .event-block {
    order: 1 !important;
    width: 100%;
  }
  .timeline .event-block-container .event-block .text {
    order: 2 !important;
    text-align: left !important;
  }
  .timeline .event-block-container .event-block .date {
    order: 1 !important;
    transform: translateX(0) !important;
    margin-right: 20px !important;
    margin-left: 0px !important;
  }
  .timeline .event-block-container .event-img {
    width: 100%;
    order: 2 !important;
  }
}
@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
  .timeline .event-block-container .event-block {
    flex-direction: column;
    align-items: start;
  }
  .timeline .event-block-container .event-block .date {
    margin-right: 0 !important;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 7px 20px;
    height: auto;
    aspect-ratio: auto;
  }
}
.zone-icon.no-bg {
  border: 6px solid transparent;
}
.zone-icon svg {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}

:root {
  --cc-font-family: garamond-premier-pro, serif;
  --cc-font-size: 17px;
  --cc-border-radius: 12px;
  --cc-btn-border-radius: 6px;
  --cc-overlay-opacity: 0.85;
  --cc-overlay-bg: black;
}

body[data-cc-themecolor=dark] {
  --cc-bg: #1b4298;
  --cc-text: #fff;
  --cc-btn-primary-bg: #3a62c1;
  --cc-btn-primary-text: #fff;
  --cc-btn-primary-hover-bg: #3458ad;
  --cc-btn-primary-hover-text: #fff;
  --cc-btn-secondary-bg: #3a62c1;
  --cc-btn-secondary-text: #fff;
  --cc-btn-secondary-hover-bg: #3458ad;
  --cc-btn-secondary-hover-text: #fff;
  --cc-toggle-bg-off: #3458ad;
  --cc-toggle-bg-on: #ffd62c;
  --cc-toggle-bg-readonly: #4b71c9;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #000;
  --cc-block-text: #fff;
  --cc-cookie-category-block-bg: #3a62c1;
  --cc-cookie-category-block-bg-hover: #385eb9;
  --cc-section-border: white;
  --cc-cookie-table-border: white;
  --cc-consent-modal-box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
  --cc-webkit-scrollbar-bg: #ffd62c;
  --cc-webkit-scrollbar-bg-hover: #f8c800;
}

body[data-cc-themecolor=light] {
  --cc-theme: var(--themeColor);
  --cc-bg: #fff;
  --cc-text: #000;
  --cc-btn-primary-bg: #ffd62c;
  --cc-btn-primary-text: #fff;
  --cc-btn-primary-hover-bg: #f8c800;
  --cc-btn-primary-hover-text: #000;
  --cc-btn-secondary-bg: #f5f5f5;
  --cc-btn-secondary-text: #000;
  --cc-btn-secondary-hover-bg: gainsboro;
  --cc-btn-secondary-hover-text: #000;
  --cc-toggle-bg-off: gainsboro;
  --cc-toggle-bg-on: #ffd62c;
  --cc-toggle-bg-readonly: white;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #000;
  --cc-block-text: #000;
  --cc-cookie-category-block-bg: #f5f5f5;
  --cc-cookie-category-block-bg-hover: #e8e8e8;
  --cc-section-border: gainsboro;
  --cc-cookie-table-border: gainsboro;
  --cc-consent-modal-box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
  --cc-webkit-scrollbar-bg: #ffd62c;
  --cc-webkit-scrollbar-bg-hover: #f8c800;
}

body[data-cc-themecolor=custom] {
  --cc-bg: #fff;
  --cc-text: #000;
  --cc-btn-primary-bg: #ffd62c;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #f8c800;
  --cc-btn-primary-hover-text: #000;
  --cc-btn-secondary-bg: #f5f5f5;
  --cc-btn-secondary-text: #000;
  --cc-btn-secondary-hover-bg: gainsboro;
  --cc-btn-secondary-hover-text: #000;
  --cc-toggle-bg-off: gainsboro;
  --cc-toggle-bg-on: #ffd62c;
  --cc-toggle-bg-readonly: white;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #000;
  --cc-block-text: #000;
  --cc-cookie-category-block-bg: #f5f5f5;
  --cc-cookie-category-block-bg-hover: #e8e8e8;
  --cc-section-border: gainsboro;
  --cc-cookie-table-border: gainsboro;
  --cc-consent-modal-box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
  --cc-webkit-scrollbar-bg: #ffd62c;
  --cc-webkit-scrollbar-bg-hover: #f8c800;
}

#s-bl .c-bl:not(.b-ex):hover {
  background: var(--cc-bg) !important;
}

#s-bl .c-bl.b-ex,
#s-bl .c-bl.b-ex .p {
  color: #fff;
}

#s-bl .c-bl.b-ex,
#s-bl .c-bl.b-ex .p {
  color: #fff;
}

#s-bl::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

#s-bl::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
}

#s-bl::-webkit-scrollbar-thumb {
  border: 0px none #ffffff;
}

#cm.cloud {
  max-width: 960px;
}

.cc_div .cc-link {
  color: var(--cc-text);
  border-color: var(--cc-text);
}
.cc_div .cc-link:hover {
  color: var(--cc-toggle-bg-on);
  border-color: var(--cc-toggle-bg-on);
}

#c-txt p:not(:last-child) {
  padding-bottom: 10px;
}

@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
  #c-inr-i {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
  }
}
section.sect-container.sect-beers .collections-block,
section.sect-container.sect-beers .styles-block {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  padding: 8px 0;
  cursor: grab;
}
section.sect-container.sect-beers .collections-block ul,
section.sect-container.sect-beers .styles-block ul {
  display: flex;
}
section.sect-container.sect-beers .collections-block ul li,
section.sect-container.sect-beers .styles-block ul li {
  white-space: nowrap;
}
section.sect-container.sect-beers .collections-block ul li:not(:last-child),
section.sect-container.sect-beers .styles-block ul li:not(:last-child) {
  margin-right: 20px;
}
section.sect-container.sect-beers .collections-block ul li .btn,
section.sect-container.sect-beers .styles-block ul li .btn {
  padding: 0px 20px;
  border-width: 2px;
  font-size: 24px;
}
section.sect-container.sect-beers .beers-block {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  padding: clamp(20px, 4vw, 30px);
  overflow: hidden;
}
section.sect-container.sect-beers .beers-block:hover .image-block .img-bg, section.sect-container.sect-beers .beers-block:active .image-block .img-bg {
  transform: scale(1.1);
}
section.sect-container.sect-beers .beers-block:hover .btn, section.sect-container.sect-beers .beers-block:active .btn {
  background-color: #1b4298 !important;
  color: #fff !important;
}
section.sect-container.sect-beers .beers-block .image {
  z-index: 5;
  position: relative;
}
section.sect-container.sect-beers .beers-block .grain {
  background: url("../images/grain.jpg") no-repeat center center;
  background-size: cover;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: luminosity;
  opacity: 1;
}
section.sect-container.sect-beers .beers-block .image-block {
  z-index: 4;
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 45%;
  aspect-ratio: 2/3;
}
section.sect-container.sect-beers .beers-block .image-block .img-bg {
  transform: scale(1);
  transition: all 0.3s ease;
  transform-origin: bottom center;
}
section.sect-container.sect-beers .beers-block .title {
  z-index: 6;
  position: relative;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
}
section.sect-container.sect-beers .beers-block .title h3 {
  color: #000;
  font-family: "rosewood-std-fill", serif;
  font-size: clamp(30px, 3.5vw, 72px);
  line-height: 0.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
section.sect-container.sect-beers .beers-block .title .tags {
  display: inline-flex;
  flex-wrap: wrap;
}
section.sect-container.sect-beers .beers-block .title .tags li {
  margin: 0 20px 5px 0;
  font-family: "rosewood-std-fill", serif;
  font-size: clamp(19px, 2.5vw, 34px);
  line-height: 1;
}
section.sect-container.sect-beers .beers-block .btn {
  z-index: 6;
  position: relative;
  padding: 0px 24px;
  border-width: 4px;
  border-color: #1b4298 !important;
  color: #000 !important;
  font-size: 27px;
}

.main-header.active ~ .content-page .beer-can img {
  transform: rotate(0deg);
}

.beer-can {
  z-index: 20;
  position: sticky;
  top: 15vh;
  width: 100%;
  height: 70vh;
  text-align: center;
  pointer-events: none;
}
.beer-can img {
  width: auto !important;
  height: 100% !important;
  border-radius: 0 !important;
  transform: rotate(13deg);
  transition: transform 0.4s ease;
  filter: drop-shadow(20px 23px 56px rgba(0, 0, 0, 0.33));
}

.sect-beers-head {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: clip;
}
.sect-beers-head + section {
  margin-top: 30vh;
}
.sect-beers-head .waves {
  z-index: 10;
  position: absolute;
  bottom: 50%;
  left: -2px;
  width: calc(100% + 4px);
  min-width: 1600px;
  height: auto;
  pointer-events: none;
}
.sect-beers-head .container-fluid, .sect-beers-head .container-sm, .sect-beers-head .container-md, .sect-beers-head .container-lg, .sect-beers-head .container-xl {
  z-index: 20;
  position: relative;
  height: 100%;
}
.sect-beers-head h1 {
  max-width: 1400px;
  margin: 0 auto;
  font-size: clamp(50px, 12vw, 200px);
}
.sect-beers-head img:not(.img-bg) {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 400px;
  margin: 0 auto;
  border-radius: 0;
  transform: rotate(13deg);
}

.collections-and-style {
  z-index: 30;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.collections-and-style .infos-and-tags {
  max-width: 75%;
}
.collections-and-style .tags .btn {
  padding: 2px 24px;
  border-radius: 10px;
  font-size: clamp(19px, 2.5vw, 34px);
}
.collections-and-style .infos {
  max-width: 50%;
}
.collections-and-style .infos p {
  font-size: clamp(22px, 3vw, 60px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.collections-and-style .infos p span {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 400;
}
.collections-and-style .next-beer {
  max-width: 50%;
  margin-left: auto;
}
.collections-and-style .next-beer a {
  color: #fff !important;
  font-family: "rosewood-std-fill", serif;
  font-size: clamp(22px, 3vw, 40px);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.collections-and-style .next-beer a:hover, .collections-and-style .next-beer a:active {
  color: #ffd62c !important;
}
.collections-and-style .next-beer a:hover .btn, .collections-and-style .next-beer a:active .btn {
  background-color: #ffd62c;
  color: #000 !important;
}
.collections-and-style .next-beer a > span:not(.btn) {
  flex-basis: calc(100% - 90px);
  padding-right: 16px;
}
.collections-and-style .next-beer a .btn {
  background-color: #1b4298;
  width: 90px;
  height: 90px;
  padding: 0;
  color: #fff !important;
  font-size: 55px;
}

.sect-beers-details {
  overflow: clip;
}
.sect-beers-details .beers-details {
  background-color: #1b4298 !important;
  height: auto !important;
  padding: 40px !important;
  border-color: #000 !important;
  overflow: hidden;
}
.sect-beers-details .beers-details:not(:last-child) {
  margin-bottom: 45px;
}
.sect-beers-details .beers-details .grain {
  background: url("../images/grain.jpg") no-repeat center center;
  background-size: cover;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: luminosity;
  opacity: 0.3;
}
.sect-beers-details .beers-details .beers-details-inner {
  z-index: 20;
  position: relative;
  width: 75%;
}
.sect-beers-details .beers-details .beers-details-inner .title {
  margin-right: 50px;
}
.sect-beers-details .beers-details .beers-details-inner .title h3 {
  color: #ffd62c;
  font-size: clamp(26px, 4vw, 35px);
  line-height: 1;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.sect-beers-details .beers-details .beers-details-inner .list .list-el:not(:last-child) {
  margin-right: 80px;
}
.sect-beers-details .beers-details .beers-details-inner .list .list-el p {
  font-size: clamp(22px, 3vw, 35px);
}
.sect-beers-details .beers-details .beers-details-inner .list .list-el svg {
  width: 100%;
  max-width: 115px;
  height: auto;
  margin: 0 auto;
  flex-grow: 1;
}
.sect-beers-details .beers-details .beers-details-inner .list .list-el svg path,
.sect-beers-details .beers-details .beers-details-inner .list .list-el svg rect {
  fill: #fff;
}
.sect-beers-details .beers-infos .beers-infos-inner {
  width: 75%;
}
.sect-beers-details .beers-infos .beers-infos-inner .title {
  flex-basis: 100%;
  max-width: 100%;
}
.sect-beers-details .beers-infos .beers-infos-inner .title h3 {
  font-size: clamp(24px, 4vw, 35px);
  line-height: 1;
}
.sect-beers-details .beers-infos .beers-infos-inner svg {
  flex-grow: 1;
}
.sect-beers-details .beers-infos .beers-infos-inner svg path,
.sect-beers-details .beers-infos .beers-infos-inner svg rect {
  fill: #ffd62c;
}
.sect-beers-details .beers-infos.flavors, .sect-beers-details .beers-infos.appearance {
  margin-top: 120px;
}
.sect-beers-details .beers-infos.flavors p, .sect-beers-details .beers-infos.appearance p {
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.45em;
}
.sect-beers-details .beers-infos.flavors .beer-style, .sect-beers-details .beers-infos.appearance .beer-style {
  background: gold;
  width: 195px;
  padding: 6px 0;
  border-radius: 2000px;
  font-size: 20px;
  color: #fff;
}

.content-page.beerSingle section.sect-container:not(.sect-beers-head):not(.sect-beers-details):not(.sect-recipes) {
  z-index: 30;
  position: relative;
}

.sect-beers-distinctions {
  background-color: #3a62c1 !important;
}
.sect-beers-distinctions .distinction {
  flex-basis: 16.6666%;
  max-width: 16.6666%;
  min-width: 250px;
  padding: 0 clamp(15px, 5vw, 50px);
}
.sect-beers-distinctions .distinction svg.default {
  display: inline-block;
  max-width: 60px;
  margin: 0 auto;
}
.sect-beers-distinctions .distinction p {
  font-size: clamp(15px, 2vw, 20px);
}
.sect-beers-distinctions + .sect-container.default-bg, .sect-beers-distinctions + section.sect-container:first-child:not(.sect-product-details) {
  padding-top: 0 !important;
}
.sect-beers-distinctions ~ .sect-container.default-bg, .sect-beers-distinctions ~ section.sect-container:first-child:not(.sect-product-details) {
  background-color: #3a62c1 !important;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .beer-can {
    position: relative;
    top: 20vh;
    height: 60vh;
  }
  .sect-beers-head + section {
    margin-top: 45vh;
  }
  .sect-beers-details {
    padding-top: 0 !important;
  }
  .sect-beers-details .beers-details .beers-details-inner {
    width: 100%;
  }
  .sect-beers-details .beers-details .beers-details-inner .list .list-el svg {
    max-width: 100px;
  }
  .sect-beers-details .beers-details .beers-details-inner .list .list-el p {
    padding-top: 20px;
  }
  .sect-beers-details .beers-infos .beers-infos-inner {
    width: 100%;
  }
  .sect-beers-details .beers-infos.formats, .sect-beers-details .beers-infos.flavors, .sect-beers-details .beers-infos.appearance {
    margin-top: 60px;
  }
  .sect-beers-details .beers-infos.flavors, .sect-beers-details .beers-infos.appearance {
    flex-basis: 50%;
  }
  .collections-and-style .infos-and-tags,
  .collections-and-style .next-beer {
    width: 75%;
  }
  .sect-beers-distinctions {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .beer-can {
    top: 25vh;
    height: 50vh;
  }
  .sect-beers-head h1 {
    opacity: 0.25;
  }
  .sect-beers-head h1 + section {
    margin-top: 50vh;
  }
  .collections-and-style .next-beer a > span:not(.btn) {
    flex-basis: calc(100% - 70px);
  }
  .collections-and-style .next-beer a .btn {
    width: 70px;
    height: 70px;
    font-size: 38px;
  }
  .sect-beers-details {
    padding-top: 75px !important;
  }
  .sect-beers-details .beers-details .beers-details-inner {
    flex-wrap: wrap;
  }
  .sect-beers-details .beers-details .beers-details-inner .title {
    flex-basis: 100%;
    margin-right: 0;
  }
  .sect-beers-details .beers-details .beers-details-inner .title h3 {
    writing-mode: unset;
    transform: none;
  }
  .sect-beers-details .beers-details .beers-details-inner .list .list-el:not(:last-child) {
    margin-right: 30px;
  }
  .sect-beers-details .beers-details .beers-details-inner .list .list-el svg {
    max-width: 75px;
  }
  .sect-beers-details .beers-details .beers-details-inner .list .list-el p {
    padding-top: 16px;
  }
  .sect-beers-distinctions .distinction {
    min-width: 200px;
  }
}
@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
  .sect-beers-head {
    position: relative;
    height: auto;
  }
  .sect-beers-head .container-fluid, .sect-beers-head .container-sm, .sect-beers-head .container-md, .sect-beers-head .container-lg, .sect-beers-head .container-xl {
    height: auto;
  }
  .sect-beers-head h1 {
    opacity: 1;
  }
  .sect-beers-head + section {
    margin-top: 0;
  }
  .collections-and-style {
    position: static;
  }
  .collections-and-style .infos-and-tags,
  .collections-and-style .next-beer {
    width: 100%;
  }
  .collections-and-style .next-beer a > span:not(.btn) {
    flex-basis: calc(100% - 50px);
  }
  .collections-and-style .next-beer a .btn {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
  .sect-beers-details {
    padding-top: 0 !important;
  }
  .sect-beers-details .beers-details {
    padding: 25px !important;
  }
  .sect-beers-details .beers-details .beers-details-inner .list .list-el svg {
    max-width: 60px;
  }
  .sect-beers-details .beers-infos:not(.formats) {
    margin-top: 0;
  }
  .sect-beers-details .beers-infos:not(.formats) .beers-infos-inner {
    transform: scale(0.8);
  }
  .sect-beers-distinctions .distinction {
    min-width: 140px;
  }
}
section.sect-container.sect-recipes-list .filters-block {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  padding: 8px 0;
  cursor: grab;
}
section.sect-container.sect-recipes-list .filters-block ul {
  display: flex;
}
section.sect-container.sect-recipes-list .filters-block ul li {
  white-space: nowrap;
}
section.sect-container.sect-recipes-list .filters-block ul li:not(:last-child) {
  margin-right: 20px;
}
section.sect-container.sect-recipes-list .filters-block ul li .btn {
  padding: 0px 20px;
  border-width: 2px;
  font-size: 24px;
}
section.sect-container.sect-recipes-list .recipes-block {
  background-color: #000 !important;
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
  border: none !important;
  padding: clamp(20px, 4vw, 30px);
  overflow: hidden;
}
section.sect-container.sect-recipes-list .recipes-block:hover .img-bg, section.sect-container.sect-recipes-list .recipes-block:active .img-bg {
  transform: scale(1.1);
}
section.sect-container.sect-recipes-list .recipes-block:hover .btn, section.sect-container.sect-recipes-list .recipes-block:active .btn {
  background-color: #ffd62c !important;
  color: #000 !important;
}
section.sect-container.sect-recipes-list .recipes-block .img-bg {
  z-index: 5;
  opacity: 0.5;
}
section.sect-container.sect-recipes-list .recipes-block .title {
  z-index: 6;
  position: relative;
  margin-bottom: 0;
}
section.sect-container.sect-recipes-list .recipes-block .title h3 {
  color: #000;
  font-family: "rosewood-std-fill", serif;
  font-size: clamp(30px, 4.5vw, 45px);
  line-height: 0.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
section.sect-container.sect-recipes-list .recipes-block .title .tags {
  display: inline-flex;
  flex-wrap: wrap;
}
section.sect-container.sect-recipes-list .recipes-block .title .tags li {
  margin: 0 20px 5px 0;
  font-family: "rosewood-std-fill", serif;
  font-size: clamp(19px, 2.5vw, 34px);
  line-height: 1;
}
section.sect-container.sect-recipes-list .recipes-block .btn {
  z-index: 10;
  position: relative;
  padding: 0px 24px;
  border-width: 4px;
  font-size: 27px;
  pointer-events: none;
}

.sect-recipes-detail img:not(.img-bg) {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  box-shadow: none !important;
}

.info-tooltip {
  font-size: 0.9em;
  cursor: pointer;
  transition: color 0.3s;
  will-change: color;
}
.info-tooltip:hover {
  color: #ffd62c;
}

.tooltip-inner {
  max-width: 300px;
}

.product-card {
  position: relative;
}
.product-card .featured {
  background-color: #ffd62c;
  z-index: 10;
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 12px;
  color: #000;
  font-weight: 600;
  border-radius: 2000px;
}
.product-card .featured.promo {
  background-color: #80c13a;
}
.product-card .product-images-slider {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 20px;
}
.product-card .product-images-slider:not(.slick-initialized) .slide:not(:first-child) {
  display: none;
}
.product-card .product-images-slider .slide {
  overflow: hidden;
  padding: 15px;
}
.product-card .product-images-slider .slide:hover img, .product-card .product-images-slider .slide:active img {
  transform: scale(1.1);
}
.product-card .product-images-slider .slide .product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 20px;
}
.product-card .product-images-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.product-card .product-images-slider .slick-dots li {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  background: transparent;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  mix-blend-mode: hard-light;
  transition: all 0.3s;
  will-change: background, transform;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24);
  opacity: 0.9;
}
.product-card .product-images-slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.product-card .product-images-slider .slick-dots li:hover {
  background: #fff;
}
.product-card .product-images-slider .slick-dots li.slick-active {
  background: #fff;
  transform: scale(1.1);
}
.product-card .product-images-slider .slick-dots li:before {
  display: none;
}
.product-card .product-images-slider .slick-dots li button {
  display: none;
}
.product-card .product-text {
  position: relative;
}
.product-card .product-text h3 {
  font-size: clamp(22px, 3vw, 30px);
  padding: 7px 0;
}
.product-card .product-text p,
.product-card .product-text span {
  line-height: 1.1em;
}
.product-card .product-text .product-remaining-quantity {
  display: inline-block;
  margin-top: 4px;
  color: #ffd62c;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
}
.product-card .product-text .product_price {
  color: #ffd62c;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
}
.product-card .product-text .product_price.hasDiscount {
  color: #80c13a;
}
.product-card .product-text .product_price.hasDiscount .product_price_without_discount {
  color: #e8e8e8;
  font-weight: 500;
  font-size: 0.8em;
}
.product-card .product-text .product_price.hasDiscount strong {
  font-weight: 600;
}
.product-card .product-text .product_price .info-discount {
  font-weight: 500;
  font-size: 0.8em;
}
.product-card .product-text .product-variations {
  margin-top: 12px;
}
.product-card .product-text .product-variations .variation-type:not(:last-child) {
  margin-bottom: 10px;
}
.product-card .product-text .product-variations .variation-type .variation-name {
  margin-bottom: 2px;
  font-size: 20px;
}
.product-card .product-text .product-variations .variation-type .variation-name .label {
  color: #fff;
}
.product-card .product-text .product-variations .variation-type .variation-name .active-option {
  color: #ffd62c;
  font-weight: 700;
}
.product-card .product-text .product-variations .variation-type .variation-options {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-card .product-text .product-variations .variation-type .variation-options .option {
  position: relative;
  width: clamp(30px, 3vw, 35px);
  height: clamp(30px, 3vw, 35px);
  padding: 0;
  border: 2px solid transparent;
  border-radius: 2000px;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
.product-card .product-text .product-variations .variation-type .variation-options .option:not(:last-child) {
  margin-right: 5px;
}
.product-card .product-text .product-variations .variation-type .variation-options .option:hover, .product-card .product-text .product-variations .variation-type .variation-options .option:active {
  border-color: #000;
}
.product-card .product-text .product-variations .variation-type .variation-options .option.selected {
  border-color: #ffd62c;
  color: #ffd62c;
}
.product-card .product-text .product-variations .variation-type .variation-options .option span {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2000px;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
}
.product-card .product-text .product-variations .variation-type .variation-options .option i {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: clamp(16px, 2vw, 20px);
  color: #ffd62c;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.product-card .product-text .product-variations .variation-type .variation-options .option.unavailable {
  color: rgba(255, 214, 44, 0.15);
}
.product-card .product-text .product-variations .variation-type .variation-options .option.unavailable i {
  opacity: 0.7;
}

.product-quantity {
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 140px;
  border: 4px solid #ffd62c;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.product-quantity .form-group {
  display: block;
  margin-bottom: 0;
  flex-basis: 80px;
  width: 80px;
}
.product-quantity .qty-btn {
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-basis: 40px;
  width: 40px;
  height: 40px;
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  outline: 0 !important;
}
.product-quantity .qty-btn:hover {
  background: #ffd62c;
  border-color: #ffd62c;
  color: #000;
}
.product-quantity .qty-btn.qty-down {
  border-right: 1px solid #fff;
}
.product-quantity .qty-btn.qty-up {
  border-left: 1px solid #fff;
}
.product-quantity .qty-number {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  text-align: center;
  -moz-appearance: textfield;
}
.product-quantity .qty-number::-webkit-inner-spin-button, .product-quantity .qty-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-cart-block {
  position: relative;
  padding: 25px !important;
  height: auto !important;
}
.product-cart-block:not(:first-child) {
  margin-top: 30px;
}
.product-cart-block .remove-from-cart {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.product-cart-block .product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.product-cart-block .product-image .discount-tag {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 10;
}
.product-cart-block .product-image .discount-tag i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 100%;
  background: #80c13a;
  color: #fff;
}
.product-cart-block .product-text .breadcrumb-nav {
  display: inline-flex;
  flex-wrap: wrap;
}
.product-cart-block .product-text .breadcrumb-nav li {
  font-size: 20px;
  font-weight: 400;
}
.product-cart-block .product-text .breadcrumb-nav li .separator {
  margin: 0 4px;
}
.product-cart-block .product-text .breadcrumb-nav li a {
  color: #fff;
}
.product-cart-block .product-text .breadcrumb-nav li a:hover {
  color: #ffd62c;
  opacity: 1;
}
.product-cart-block .product-text .code {
  display: inline-block;
  width: 100%;
}
.product-cart-block .product-text .product_price {
  display: inline-block;
  width: 100%;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 500;
  margin-top: 10px;
}
.product-cart-block .product-text .product_price.hasDiscount {
  color: #80c13a;
}
.product-cart-block .product-text .product_price.hasDiscount s {
  color: #000;
  opacity: 0.4;
  font-size: 0.8em;
  font-weight: 400;
}
.product-cart-block .product-text .product_price.hasDiscount .info-discount {
  font-size: 0.8em;
  font-weight: 400;
  margin-top: 5px;
}
.product-cart-block .product-text hr {
  margin: 15px 0px;
}
.product-cart-block .product-text .product_subtotal {
  font-size: clamp(24px, 3.5vw, 30px);
  font-weight: 600;
}
.product-cart-block .product-text .quantity .product-quantity {
  transition: all 0.2s;
}
.product-cart-block .product-text .quantity .remaining {
  display: inline-flex;
  align-items: center;
  color: #ffd62c;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 600;
}
.product-cart-block .product-text .quantity .remaining > i,
.product-cart-block .product-text .quantity .remaining .hourglass {
  display: inline-block;
  margin-right: 8px;
}
.product-cart-block .product-text .quantity .remaining .hourglass {
  display: inline-block;
  position: relative;
  opacity: 1;
  font-size: 14px;
  animation: hourglass-spin 3s ease-out infinite;
  transition: all 0.5s;
  width: 14px;
  height: 14px;
}
.product-cart-block .product-text .quantity .remaining .hourglass i {
  opacity: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.product-cart-block .product-text .quantity .remaining .hourglass i:nth-child(1) {
  animation: hourglass1 3s ease-in infinite;
}
.product-cart-block .product-text .quantity .remaining .hourglass i:nth-child(2) {
  animation: hourglass2 3s ease-in infinite;
}
.product-cart-block .product-text .quantity .remaining .hourglass i:nth-child(3) {
  animation: hourglass3 3s ease-in infinite;
}
@keyframes hourglass1 {
  0% {
    opacity: 1;
  }
  33.32% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hourglass2 {
  0% {
    opacity: 0;
  }
  33.32% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  66.65% {
    opacity: 1;
  }
  66.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hourglass3 {
  0% {
    opacity: 0;
  }
  66.65% {
    opacity: 0;
  }
  66.66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hourglass-spin {
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.product-cart-block .product-text .quantity .remaining.level-1 {
  color: #ffd62c;
}
.product-cart-block .product-text .quantity .remaining.level-2 {
  color: #e9b504;
}
.product-cart-block .product-text .quantity .remaining.level-3 {
  color: #e49f30;
}
.product-cart-block .product-text .quantity .remaining.level-4 {
  color: #fa755a;
}
.product-cart-block .product-text .quantity .remaining.level-5 {
  color: #fa755a;
}
.product-cart-block .product-text .remaining-quantity-progressbar {
  height: 6px;
  backgroung: #f5f5f5;
}
.product-cart-block .product-text .remaining-quantity-progressbar.level-1 .progress-bar {
  background: #80c13a;
}
.product-cart-block .product-text .remaining-quantity-progressbar.level-2 .progress-bar {
  background: #e9b504;
}
.product-cart-block .product-text .remaining-quantity-progressbar.level-3 .progress-bar {
  background: #e49f30;
}
.product-cart-block .product-text .remaining-quantity-progressbar.level-4 .progress-bar {
  background: #fa755a;
}
.product-cart-block .product-text .remaining-quantity-progressbar.level-5 .progress-bar {
  background: #fa755a;
}
.product-cart-block.wait .product-quantity {
  pointer-events: none;
  opacity: 0.4;
}

.summary-cart-wrapper {
  position: relative;
  height: 100%;
}
.summary-cart-wrapper .summary-cart-block-sticky {
  top: 45px;
  position: sticky;
}

.summary-cart-block {
  padding: 25px;
}
.summary-cart-block:not(:last-child) {
  margin-bottom: 25px;
}
.summary-cart-block h3 {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.summary-cart-block h4 {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 600;
  color: #fff !important;
  margin: 0 0 15px 0;
  padding: 0 !important;
}
.summary-cart-block .btn.btn-small {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 20px;
  line-height: 1em;
}
.summary-cart-block .free-shipping-goal {
  margin-bottom: 20px;
}
.summary-cart-block .free-shipping-goal p {
  font-size: 16px;
  line-height: 1.1em;
  padding: 0 !important;
}
.summary-cart-block .free-shipping-goal .progress {
  margin-top: 10px;
}
.summary-cart-block .free-shipping-goal .progress .progress-bar {
  background-color: #ffd62c;
}
.summary-cart-block .free-shipping-goal .progress .progress-bar.success {
  background-color: #80c13a;
}
.summary-cart-block .summary-line {
  font-size: clamp(20px, 2.5vw, 24px);
  margin-bottom: 15px;
}
.summary-cart-block .summary-line.discount,
.summary-cart-block .summary-line .success {
  color: #80c13a;
}
.summary-cart-block .btn#btn_begin_checkout small {
  font-size: 0.7em;
  line-height: 1em;
}

@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
  .product-cart-block .product-text .quantity .remaining {
    margin-left: 0;
    margin-top: 6px;
  }
  .product-cart-block .product-text .quantity > .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.sect-product-details {
  z-index: 8;
  display: flex;
  align-items: center;
  min-height: 100vh;
  overflow: clip;
  padding: 200px 0 !important;
}
.sect-product-details .waves {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: -2px;
  width: auto;
  height: auto;
  min-width: calc(100% + 4px);
  min-height: calc(105% + 4px);
  pointer-events: none;
}
.sect-product-details .waves path {
  transition: fill 0.3s ease;
}
.sect-product-details .waves path:last-child {
  fill: var(--background);
}

.product-details .breadcrumb-nav {
  display: inline-flex;
  flex-wrap: wrap;
}
.product-details .breadcrumb-nav li {
  font-size: 20px;
  font-weight: 400;
}
.product-details .breadcrumb-nav li .separator {
  margin: 0 4px;
}
.product-details .breadcrumb-nav li a {
  color: #fff !important;
}
.product-details .breadcrumb-nav li a:hover {
  color: #ffd62c !important;
  opacity: 1;
}
.product-details .product-gallery {
  overflow: hidden;
  border-radius: 20px;
}
.product-details .product-gallery .product-gallery-slider-wrapper {
  position: relative;
  background: gainsboro;
}
.product-details .product-gallery .product-gallery-slider-wrapper.reload .product-gallery-slider {
  opacity: 0;
  transition: opacity 0s;
}
.product-details .product-gallery .product-gallery-slider-wrapper .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.product-details .product-gallery .product-gallery-slider-wrapper .loader i {
  display: inline-block;
  font-size: 6vw;
  color: #fff;
  opacity: 0.2;
}
.product-details .product-gallery .product-gallery-slider-wrapper .product-gallery-slider {
  will-change: opacity;
  transition: opacity 0.3s;
  position: relative;
  z-index: 2;
}
.product-details .product-gallery .product-gallery-slider-wrapper .product-gallery-slider:not(.slick-initialized) .slide:not(:first-child) {
  display: none;
}
.product-details .product-gallery .product-gallery-slider-wrapper .product-gallery-slider .slide .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.product-details .product-gallery .product-gallery-slider-wrapper .slick-navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  pointer-events: none;
}
.product-details .product-gallery .product-gallery-slider-wrapper .slick-navigation .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.product-details .product-gallery .product-gallery-slider-wrapper .slick-navigation .slick-dots li {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: transparent;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  mix-blend-mode: hard-light;
  transition: all 0.3s;
  will-change: background, transform;
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.14);
}
.product-details .product-gallery .product-gallery-slider-wrapper .slick-navigation .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.product-details .product-gallery .product-gallery-slider-wrapper .slick-navigation .slick-dots li:hover {
  background: #fff;
}
.product-details .product-gallery .product-gallery-slider-wrapper .slick-navigation .slick-dots li.slick-active {
  background: #fff;
  transform: scale(1.1);
}
.product-details .product-gallery .product-gallery-slider-wrapper .slick-navigation .slick-dots li:before {
  display: none;
}
.product-details .product-gallery .product-gallery-slider-wrapper .slick-navigation .slick-dots li button {
  display: none;
}
.product-details .product-wrapper-sticky {
  position: sticky;
  top: 45px;
  z-index: 90;
}
.product-details .product-informations .product-head .breadcrumb-nav {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.product-details .product-informations .product-head .breadcrumb-nav li {
  font-size: 18px;
}
.product-details .product-informations .product-head .breadcrumb-nav li:not(:last-child) {
  margin-right: 7px;
}
.product-details .product-informations .product-head h1 {
  margin: 0;
  padding: 0;
}
.product-details .product-informations .product-head .code {
  display: inline-block;
  font-size: 17px;
  opacity: 0.6;
}
.product-details .product-informations .product-head .product-price {
  display: inline-block;
  width: 100%;
  font-size: clamp(20px, 5vw, 35px);
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 25px;
}
.product-details .product-informations .product-head .product-price.hasDiscount {
  color: #80c13a;
}
.product-details .product-informations .product-head .product-price.hasDiscount s {
  color: #fff;
  opacity: 0.6;
  font-size: 0.6em;
  font-weight: 400;
}
.product-details .product-informations .product-head .product-price.hasDiscount .info-discount {
  font-size: 0.6em;
  font-weight: 400;
  margin-top: 5px;
}
.product-details .product-informations .product-description {
  padding-bottom: 30px;
}
.product-details .product-informations .product-remaining-quantity {
  display: inline-flex;
  align-items: center;
  color: #ffd62c;
  font-size: 20px;
  font-weight: 600;
}
.product-details .product-informations .product-remaining-quantity > i,
.product-details .product-informations .product-remaining-quantity .hourglass {
  margin-right: 10px;
}
.product-details .product-informations .product-remaining-quantity .hourglass {
  display: inline-block;
  position: relative;
  opacity: 1;
  font-size: 20px;
  animation: hourglass-spin 3s ease-out infinite;
  transition: all 0.5s;
  width: 15px;
  height: 20px;
}
.product-details .product-informations .product-remaining-quantity .hourglass i {
  opacity: 0;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.product-details .product-informations .product-remaining-quantity .hourglass i:nth-child(1) {
  animation: hourglass1 3s ease-in infinite;
}
.product-details .product-informations .product-remaining-quantity .hourglass i:nth-child(2) {
  animation: hourglass2 3s ease-in infinite;
}
.product-details .product-informations .product-remaining-quantity .hourglass i:nth-child(3) {
  animation: hourglass3 3s ease-in infinite;
}
@keyframes hourglass1 {
  0% {
    opacity: 1;
  }
  33.32% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hourglass2 {
  0% {
    opacity: 0;
  }
  33.32% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  66.65% {
    opacity: 1;
  }
  66.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hourglass3 {
  0% {
    opacity: 0;
  }
  66.65% {
    opacity: 0;
  }
  66.66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hourglass-spin {
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.product-details .product-informations .product-remaining-quantity.level-1 {
  color: #ffd62c;
}
.product-details .product-informations .product-remaining-quantity.level-2 {
  color: #e9b504;
}
.product-details .product-informations .product-remaining-quantity.level-3 {
  color: #e49f30;
}
.product-details .product-informations .product-remaining-quantity.level-4 {
  color: #fa755a;
}
.product-details .product-informations .product-remaining-quantity.level-5 {
  color: #fa755a;
}
.product-details .product-informations .remaining-quantity-progressbar {
  height: 5px;
}
.product-details .product-informations .remaining-quantity-progressbar .progress-bar {
  background: gainsboro;
}
.product-details .product-informations .remaining-quantity-progressbar.level-1 {
  background: #80c13a;
}
.product-details .product-informations .remaining-quantity-progressbar.level-2 {
  background: #e9b504;
}
.product-details .product-informations .remaining-quantity-progressbar.level-3 {
  background: #e49f30;
}
.product-details .product-informations .remaining-quantity-progressbar.level-4 {
  background: #fa755a;
  animation: blink 0.8s linear infinite;
}
.product-details .product-informations .remaining-quantity-progressbar.level-5 {
  background: #fa755a;
}
.product-details .product-informations .remaining-quantity-progressbar.level-5 .progress-bar {
  background: #fa755a;
}
@keyframes blink {
  25%, 75% {
    background: #fa755a;
  }
  50% {
    background: darkgray;
  }
}
.product-details .product-informations .product-variations .variation-type .variation-name .label {
  margin: 8px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-details .product-informations .product-variations .variation-type .variation-name .active-option {
  margin: 8px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.product-details .product-informations .product-variations .variation-type .variation-options {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-details .product-informations .product-variations .variation-type .variation-options .option {
  position: relative;
  width: 58px;
  height: 58px;
  margin: 10px 10px 10px 0;
  padding: 0;
  border: 3px solid transparent;
  border-radius: 2000px;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-details .product-informations .product-variations .variation-type .variation-options .option:hover, .product-details .product-informations .product-variations .variation-type .variation-options .option:active {
  border-color: #000;
}
.product-details .product-informations .product-variations .variation-type .variation-options .option.selected {
  border-color: #ffd62c;
  color: #ffd62c;
}
.product-details .product-informations .product-variations .variation-type .variation-options .option span {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2000px;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
}
.product-details .product-informations .product-variations .variation-type .variation-options .option i {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  color: #ffd62c;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.product-details .product-informations .product-variations .variation-type .variation-options .option.unavailable {
  color: rgba(255, 214, 44, 0.15);
}
.product-details .product-informations .product-variations .variation-type .variation-options .option.unavailable i {
  opacity: 0.7;
}
.product-details .product-informations .extra-block {
  margin-top: 20px;
}
.product-details .product-informations .extra-block label {
  margin: 0 0 8px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-details .product-informations .extra-block .extra-radio input[type=checkbox],
.product-details .product-informations .extra-block .extra-radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.product-details .product-informations .extra-block .extra-radio input[type=checkbox] ~ label,
.product-details .product-informations .extra-block .extra-radio input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2em;
}
.product-details .product-informations .extra-block .extra-radio input[type=checkbox] ~ label a,
.product-details .product-informations .extra-block .extra-radio input[type=radio] ~ label a {
  color: #fff;
}
.product-details .product-informations .extra-block .extra-radio input[type=checkbox] ~ label a:hover,
.product-details .product-informations .extra-block .extra-radio input[type=radio] ~ label a:hover {
  color: #ffd62c;
}
.product-details .product-informations .extra-block .extra-radio input[type=checkbox] ~ label:before,
.product-details .product-informations .extra-block .extra-radio input[type=radio] ~ label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  transition: all 0.2s ease;
  transform: translateY(-50%);
  z-index: 1;
}
.product-details .product-informations .extra-block .extra-radio input[type=checkbox] ~ label:after,
.product-details .product-informations .extra-block .extra-radio input[type=radio] ~ label:after {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(5px, -50%);
  width: 10px;
  height: 10px;
  transition: all 0.2s ease;
  z-index: 2;
}
.product-details .product-informations .extra-block .extra-radio input[type=checkbox] ~ label:not(.toggle-switch),
.product-details .product-informations .extra-block .extra-radio input[type=radio] ~ label:not(.toggle-switch) {
  padding-left: 30px;
}
.product-details .product-informations .extra-block .extra-radio input[type=checkbox] ~ label:not(.toggle-switch):before,
.product-details .product-informations .extra-block .extra-radio input[type=radio] ~ label:not(.toggle-switch):before {
  border: 3px solid #ffd62c;
  background: transparent;
  border-radius: 2px;
  width: 20px;
}
.product-details .product-informations .extra-block .extra-radio input[type=checkbox] ~ label:not(.toggle-switch):after,
.product-details .product-informations .extra-block .extra-radio input[type=radio] ~ label:not(.toggle-switch):after {
  background: #ffd62c;
  opacity: 0;
}
.product-details .product-informations .extra-block .extra-radio input[type=checkbox]:checked ~ label:after,
.product-details .product-informations .extra-block .extra-radio input[type=radio]:checked ~ label:after {
  opacity: 1;
}
.product-details .product-informations .extra-block .extra-radio input[type=radio] ~ label:before,
.product-details .product-informations .extra-block .extra-radio input[type=radio] ~ label:after {
  border-radius: 100% !important;
}
.product-details .product-informations #product-form-add-to-cart.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.product-details .product-informations #product-form-add-to-cart .product-action .product-action-btn {
  position: relative;
}
@keyframes confirmAddToCart {
  from {
    opacity: 0;
    transform: translate(-50%, -30px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.product-details .product-informations #product-form-add-to-cart .product-action .product-action-btn .confirm-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  z-index: 999999;
  position: fixed;
  top: 220px;
  left: 50%;
  width: calc(100% - 30px);
  max-width: 1535px;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.product-details .product-informations #product-form-add-to-cart .product-action .product-action-btn .confirm-add-to-cart:not(.no-animation) {
  animation-name: confirmAddToCart;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.product-details .product-informations #product-form-add-to-cart .product-action .product-action-btn .confirm-add-to-cart.error {
  background-color: #dc3545;
}
.product-details .product-informations #product-form-add-to-cart .product-action .product-action-btn .confirm-add-to-cart.hide {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -30px);
}
.product-details .product-informations #product-form-add-to-cart .product-action .product-action-btn .confirm-add-to-cart a {
  color: #000;
}
.product-details .product-informations #product-form-add-to-cart .product-action .product-action-btn .confirm-add-to-cart a:hover, .product-details .product-informations #product-form-add-to-cart .product-action .product-action-btn .confirm-add-to-cart a:active {
  color: #ffd62c;
}
.product-details .product-informations #product-form-add-to-cart .product-action .product-action-btn .confirm-add-to-cart .hide-notification {
  color: #000;
  cursor: pointer;
  transition: color 0.3s ease;
}
.product-details .product-informations #product-form-add-to-cart .product-action .product-action-btn .confirm-add-to-cart .hide-notification:hover, .product-details .product-informations #product-form-add-to-cart .product-action .product-action-btn .confirm-add-to-cart .hide-notification:active {
  color: #ffd62c;
}

@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .sect-product-details {
    padding: 140px 0 !important;
  }
  .product-details .product-informations #product-form-add-to-cart .product-action .product-action-btn .confirm-add-to-cart {
    top: 130px;
  }
}
.content-page {
  /*.collapse-categories-and-filters
  {
  	&:not(.collapsed)
  	{
  		i
  		{
  			transform: rotate(180deg);
  		}
  	}
  	i
  	{
  		transition: transform 0.4s ease;
  	}
  }*/
}
.content-page nav.sub-categories h4 {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 3px solid #ffd62c;
  color: #000;
  font-size: 35px;
  font-weight: 700;
}
.content-page nav.sub-categories .category-title i {
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.content-page nav.sub-categories .category-title i.fa-minus {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.content-page nav.sub-categories .category-title[aria-expanded=true] {
  color: #ffd62c;
}
.content-page nav.sub-categories .category-title[aria-expanded=true] i.fa-plus {
  opacity: 0;
}
.content-page nav.sub-categories .category-title[aria-expanded=true] i.fa-minus {
  opacity: 1;
}
.content-page nav.sub-categories > ul {
  margin-top: 0 !important;
}
.content-page nav.sub-categories > ul li.active-category > a {
  color: #dfb300 !important;
}
.content-page nav.sub-categories > ul > li {
  padding-left: 0;
  font-size: 26px;
}
.content-page nav.sub-categories > ul > li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
}
.content-page nav.sub-categories > ul > li::before {
  display: none;
}
.content-page nav.sub-categories > ul > li a {
  display: inline-block;
  width: 100%;
  color: #fff !important;
  font-weight: 700;
}
.content-page nav.sub-categories > ul > li a:hover, .content-page nav.sub-categories > ul > li a:active {
  color: #ffd62c !important;
}
.content-page nav.sub-categories > ul > li ul {
  margin-top: 0 !important;
  padding-top: 12px;
}
.content-page nav.sub-categories > ul > li ul > li {
  font-size: 22px;
}
.content-page nav.sub-categories > ul > li ul > li:not(:last-child) {
  padding-bottom: 10px;
}
.content-page nav.sub-categories > ul > li ul > li > a {
  font-weight: 600;
}
.content-page nav.sub-categories > ul > li ul > li > ul {
  margin-top: 0 !important;
  padding-left: 24px;
}
.content-page #form_change_products_order #view_order .select2 {
  min-width: 230px;
}
.content-page #form_change_products_order select {
  border-radius: 2000px;
  padding: 16px 30px;
}
.content-page .product-filters {
  flex-wrap: wrap;
}
.content-page .product-filters h4 {
  width: 100%;
  margin-bottom: 14px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ffd62c;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.content-page .product-filters .activate-filters,
.content-page .product-filters .reset-filters {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}
.content-page .product-filters .activate-filters:hover,
.content-page .product-filters .reset-filters:hover {
  background-color: #ffd62c;
  color: #000;
}
.content-page .product-filters .product-filters-inner {
  flex-grow: 1;
  flex-wrap: wrap;
}
.content-page .product-filters .product-filters-inner .filter {
  width: 100%;
}
.content-page .product-filters .product-filters-inner .filter:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
}
.content-page .product-filters .product-filters-inner .filter .collapse-link {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.content-page .product-filters .product-filters-inner .filter .collapse-link:hover, .content-page .product-filters .product-filters-inner .filter .collapse-link:active {
  color: #ffd62c;
}
.content-page .product-filters .product-filters-inner .filter .collapse-link i {
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.content-page .product-filters .product-filters-inner .filter .collapse-link i.fa-minus {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.content-page .product-filters .product-filters-inner .filter .collapse-link[aria-expanded=true] {
  color: #ffd62c;
}
.content-page .product-filters .product-filters-inner .filter .collapse-link[aria-expanded=true] i.fa-plus {
  opacity: 0;
}
.content-page .product-filters .product-filters-inner .filter .collapse-link[aria-expanded=true] i.fa-minus {
  opacity: 1;
}
.content-page .product-filters .product-filters-inner .filter .checkbox-wrapper {
  margin-bottom: 7px;
  position: relative;
  margin-right: 20px;
}
.content-page .product-filters .product-filters-inner .filter .checkbox-wrapper:last-child {
  margin-right: 0;
}
.content-page .product-filters .product-filters-inner .filter .checkbox-wrapper input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.content-page .product-filters .product-filters-inner .filter .checkbox-wrapper input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3em;
}
.content-page .product-filters .product-filters-inner .filter .checkbox-wrapper input[type=checkbox] ~ label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px; /* IE 9 */ /* Safari */
  transform: translateY(-50%);
  border: 2px solid #000;
}
.content-page .product-filters .product-filters-inner .filter .checkbox-wrapper input[type=checkbox]:checked ~ label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%; /* IE 9 */ /* Safari */
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #ffd62c;
}

.transaction-summary-cart-block {
  position: relative;
}
.transaction-summary-cart-block > h3 {
  padding-top: 0 !important;
}
.transaction-summary-cart-block .loader {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  font-size: 60px;
  z-index: 90;
  opacity: 0.8;
  color: #000;
  display: none;
}
.transaction-summary-cart-block.loading .loader {
  display: block;
}
.transaction-summary-cart-block.loading > * {
  opacity: 0.2;
}
.transaction-summary-cart-block .product-cart-block {
  padding: 0;
}
.transaction-summary-cart-block .product-cart-block:not(:first-child) {
  margin-top: 20px;
}
.transaction-summary-cart-block .product-cart-block .product-text .quantity .remaining {
  margin-left: 0;
}
.transaction-summary-cart-block .product-cart-block .product-text h3 {
  font-size: 24px;
  margin: 0 !important;
  padding: 0 !important;
}
.transaction-summary-cart-block .product-cart-block .product-text .qty {
  display: block;
  padding-top: 8px;
}
.transaction-summary-cart-block .product-cart-block .product-text .product_price {
  font-size: 17px;
  margin-top: 0;
}
.transaction-summary-cart-block .product-cart-block .product-text .product_price small {
  color: #fff;
  opacity: 0.9;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 0.9em;
}
.transaction-summary-cart-block .product-cart-block .product-text .product_subtotal {
  font-size: 20px;
}
.transaction-summary-cart-block .summary-lines {
  margin: 25px 0;
}
.transaction-summary-cart-block .gateway-choices li label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 15px 40px !important;
}
.transaction-summary-cart-block .gateway-choices li label:before, .transaction-summary-cart-block .gateway-choices li label:after {
  left: 10px !important;
}
.transaction-summary-cart-block .logo-gateway {
  max-width: 25px !important;
  vertical-align: middle !important;
}
.transaction-summary-cart-block .gateways-icons {
  display: flex;
  margin-left: 10px;
}
.transaction-summary-cart-block .gateways-icons img {
  max-width: 30px;
}
.transaction-summary-cart-block .gateways-icons img:not(:last-child) {
  margin-right: 5px;
}
.transaction-summary-cart-block .single-gateway {
  margin-top: 15px;
}
.transaction-summary-cart-block .single-gateway .gateways-icons {
  margin-left: 0px;
}
.transaction-summary-cart-block .single-gateway > .d-inline-flex {
  flex-wrap: wrap;
}
.transaction-summary-cart-block #btn_continue_to_payment {
  padding: 8px 20px;
  font-size: clamp(20px, 3vw, 25px);
  text-align: left;
}

.card_element {
  background-color: transparent;
  width: 100%;
  border: 1px solid #fff;
  padding: 20px 20px;
  border-radius: 20px;
  color: #000;
  font-size: 18px;
  transition: all 0.15s ease;
}
.card_element + .card_errors {
  display: block;
  margin-top: 6px;
  color: #fa755a;
}

.commmerce-address-review-block {
  padding: 25px;
  height: 100%;
}
.commmerce-address-review-block h5 {
  font-size: 25px;
  font-weight: 600;
}
.commmerce-address-review-block p {
  font-size: 22px;
}
.commmerce-address-review-block .btn {
  font-size: 16px;
}

.products-preprocess-cart-block .product-cart-block .product-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-preprocess-cart-block .product-cart-block .product-text h3 {
  font-size: clamp(24px, 3vw, 40px);
}
.products-preprocess-cart-block .product-cart-block .product-text .quantity .remaining {
  margin-left: 0;
}
.products-preprocess-cart-block .product-cart-block .product-text .product_price {
  font-size: clamp(18px, 3vw, 23px);
  margin-top: 0;
  max-width: 300px;
}
.products-preprocess-cart-block .product-cart-block .product-text .product_price small {
  opacity: 0.5;
  font-size: 0.7em;
}

.transaction-summary-cart-block #shipping_container {
  margin-bottom: 30px;
}
.transaction-summary-cart-block #shipping_container .shipping-method:not(:last-of-type) {
  margin-bottom: 8px;
}
.transaction-summary-cart-block #shipping_container .shipping-method label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 15px 40px !important;
}
.transaction-summary-cart-block #shipping_container .shipping-method label:before, .transaction-summary-cart-block #shipping_container .shipping-method label:after {
  left: 10px !important;
}
.transaction-summary-cart-block #shipping_container .pickup-select .form-group-select {
  margin-bottom: 0px;
}
.transaction-summary-cart-block #shipping_container .pickup-select .form-group-select .select2-container--default .selection .select2-selection__rendered {
  padding: 10px !important;
}
.transaction-summary-cart-block #shipping_container .pickup-description,
.transaction-summary-cart-block #shipping_container .shipping-delay {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  margin-top: 10px;
}
.transaction-summary-cart-block #shipping_container .pickup-description i,
.transaction-summary-cart-block #shipping_container .shipping-delay i {
  margin-right: 10px;
  color: #ffd62c;
  font-size: 19px;
}
.transaction-summary-cart-block #shipping_container .pickup-description p,
.transaction-summary-cart-block #shipping_container .shipping-delay p {
  padding-top: 0;
  font-size: 17px;
}
.transaction-summary-cart-block .promo-code .form-group {
  margin-bottom: 0;
}
.transaction-summary-cart-block .promo-code .form-group input {
  padding-right: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.transaction-summary-cart-block .promo-code .form-group #remove_code {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
}
.transaction-summary-cart-block .promo-code .form-group #remove_code i {
  color: #fa755a;
  font-size: 19px;
}
.transaction-summary-cart-block .promo-code .btn-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #ffd62c;
  color: #000;
  border: 0;
  padding: 15px;
  transition: background 0.3s ease;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.transaction-summary-cart-block .promo-code .btn-apply i {
  font-size: 24px;
  color: #000;
}
.transaction-summary-cart-block .promo-code .btn-apply:hover, .transaction-summary-cart-block .promo-code .btn-apply:active {
  background: #dfb300;
}

.credit-card-form {
  border-top: 1px solid darkgray;
  border-right: 1px solid darkgray;
}
.credit-card-form .form-group {
  height: 100%;
  margin-bottom: 0;
}
.credit-card-form .form-group input[type=text],
.credit-card-form .form-group select,
.credit-card-form .form-group textarea {
  height: 100%;
  padding: 12px 12px;
  background: transparent !important;
  border: 1px solid darkgray !important;
  border-top: 0px solid darkgray !important;
  border-right: 0px solid darkgray !important;
}

.account-aside .account-info {
  border-bottom: 2px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.account-aside .account-info .top-bar {
  flex-wrap: wrap;
}
.account-aside .account-info .top-bar span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.account-aside .account-info .top-bar a.logout {
  font-size: 20px;
  font-weight: 500;
  color: #ffd62c;
  text-decoration: underline;
}
.account-aside .account-info .top-bar a.logout:hover {
  color: #dfb300;
}
.account-aside .account-info h3 {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 700;
  padding: 0;
}
.account-aside .account-info .credit {
  font-size: 20px;
  font-weight: 600;
}
.account-aside nav.account-nav {
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
}
.account-aside nav.account-nav ul li {
  padding: 0;
  margin: 0 0 6px 0;
}
.account-aside nav.account-nav ul li:last-child {
  padding: 0;
  margin-bottom: 0;
}
.account-aside nav.account-nav ul li a {
  color: #fff !important;
  font-size: clamp(19px, 4vw, 22px);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.account-aside nav.account-nav ul li a i {
  font-size: 0.8em;
  margin-right: 10px;
}
.account-aside nav.account-nav ul li a:hover {
  color: #ffd62c !important;
}
.account-aside nav.account-nav ul li.active a {
  color: #ffd62c !important;
}
.account-aside nav.account-nav ul li:before {
  display: none;
}
.account-aside .help-block {
  background: #f5f5f5;
  padding: 50px;
}
.account-aside .help-block h3 {
  font-size: 25px;
}
.account-aside .help-block .phone {
  display: inline-block;
  margin-top: 10px;
}

.block-info-account {
  margin-bottom: 40px;
}
.block-info-account .block-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.block-info-account .block-head h4 {
  display: inline-block;
  margin-right: 10px;
}

.order-cards.two-per-lines {
  display: flex;
  flex-wrap: wrap;
}
.order-cards.two-per-lines .order-card {
  flex-basis: calc(50% - 8px);
  max-width: calc(50% - 8px);
}
.order-cards.two-per-lines .order-card:nth-child(2n) {
  margin-left: 16px;
}

.order-card {
  background-color: transparent;
  border: 6px solid #ffd62c;
  border-radius: 20px;
  padding: 20px 15px;
  transition: background 0.3s ease;
}
.order-card:hover, .order-card:active {
  background-color: #1b4298;
}
.order-card:hover i, .order-card:active i {
  color: #ffd62c;
}
.order-card .products-images {
  background-color: #e8e8e8;
  width: clamp(90px, 25%, 150px);
}
.order-card .products-images.single .product-image {
  flex-grow: 1;
}
.order-card .products-images .product-image {
  width: 50%;
  flex-basis: 50%;
  aspect-ratio: 1/1;
}
.order-card .see {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.order-card .see i {
  transition: color 0.3s ease;
}

table.auth-table tr td .category {
  display: block;
  flex-basis: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.1;
}
table.auth-table tr td .category {
  display: block;
  flex-basis: 100%;
  font-size: 15px;
  text-align: left;
  line-height: 1.1;
}
table.auth-table tr td ul {
  padding: 4px 0 0 4px;
}
table.auth-table tr td ul li {
  padding-left: 18px;
  font-size: 0.75em;
}
table.auth-table tr td ul li strong {
  font-weight: 500;
}
table.auth-table tr td.product-total {
  vertical-align: middle;
}
table.auth-table tr small {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.1;
}
table.auth-table tfoot tr:first-child th,
table.auth-table tfoot tr:first-child td {
  padding-top: 14px;
}
table.auth-table tfoot tr:last-child th,
table.auth-table tfoot tr:last-child td {
  padding-bottom: 14px;
}
table.auth-table tfoot tr th,
table.auth-table tfoot tr td {
  background-color: #3458ad;
  padding: 6px 10px;
  font-weight: 400;
}
table.auth-table tfoot tr td:last-child {
  text-align: right;
}

@media screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .account-aside {
    margin-right: 0;
  }
  .order-cards.two-per-lines .order-card {
    flex-basis: 100%;
    max-width: 100%;
  }
  .order-cards.two-per-lines .order-card:nth-child(2n) {
    margin-left: 0;
  }
}
.form-block {
  padding: clamp(20px, 6vw, 40px);
}
.form-block:not(:last-child) {
  margin-bottom: 40px;
}
