@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Accordion 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	     user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}

/*!
 * jQuery UI Controlgroup 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}


/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI Dialog 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI Draggable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-draggable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI Progressbar 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!
 * jQuery UI Selectable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-sortable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!
 * jQuery UI Spinner 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/*!
 * jQuery UI Tabs 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*!
 * jQuery UI Tooltip 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_444444_256x240.png?d1b818587c3bc65058fe43800e4a191c)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_444444_256x240.png?d1b818587c3bc65058fe43800e4a191c)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_555555_256x240.png?35d57320d9df28ec0d0d8bd1b5c75983)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_ffffff_256x240.png?92bef7e45fed3caba8dc9348edef4df2)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_777620_256x240.png?f423048bf942a7a33b33b1b982ecdb51)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_cc0000_256x240.png?5cbbd560bcf30acb95dd3b0b0d61645a)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_777777_256x240.png?f5d5fce2f36b5776eab8b314efc2dfd8)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

@charset "UTF-8";
:root {
  --white: #ffffff;
  --black: #000;
  --base-color: #151515;
  --grey: #73737a;
  --light-gray: #e6e6e6;
  --pastel: #f9f7f2;
  --lightblue: #f6f8f9;
  --height-rounded-inputs: 5rem;
  --font-serif: serif;
  --navbar-height: 100px;
  --button-border-radius: 5rem;
  --button-font-weight: 400;
  --button-primary-color: var(--base-color);
  --shop-card-border-radius: 7px;
  --event-card-border-radius: 15px;
  --event-card-border: 1px solid var(--light-gray);
}

@font-face {
  font-family: "caneladeck-light";
  src: url("/fonts/caneladeck/caneladeck-light.otf");
  src: url("/fonts/caneladeck/caneladeck-light.woff") format("woff"), url("/fonts/caneladeck/caneladeck-light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "caneladeck-thin";
  src: url("/fonts/caneladeck/caneladeck-thin.otf");
  src: url("/fonts/caneladeck/caneladeck-thin.woff") format("woff"), url("/fonts/caneladeck/caneladeck-thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "caneladeck-thinitalic";
  src: url("/fonts/caneladeck/caneladeck-thinitalic.otf");
  src: url("/fonts/caneladeck/caneladeck-thinitalic.woff") format("woff"), url("/fonts/caneladeck/caneladeck-thinitalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #7952b3;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 121, 82, 179;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(48.4, 32.8, 71.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(228.2, 220.4, 239.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(201.4, 185.8, 224.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #333;
  --bs-body-color-rgb: 51, 51, 51;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(51, 51, 51, 0.75);
  --bs-secondary-color-rgb: 51, 51, 51;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(51, 51, 51, 0.5);
  --bs-tertiary-color-rgb: 51, 51, 51;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #333;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.4rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #7952b3;
  --bs-form-valid-border-color: #7952b3;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(174.6, 151.2, 209.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(24.2, 16.4, 35.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(72.6, 49.2, 107.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

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,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

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

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

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

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

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

.d-inline-grid {
  display: inline-grid !important;
}

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

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

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

.mw-100 {
  max-width: 100% !important;
}

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

.min-vw-100 {
  min-width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

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

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

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

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

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

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

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

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

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

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !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;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.row.no-gutters > .col,
.row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

@media (max-width: 600px) {
  :root {
    --navbar-height: 50px;
  }
}
.form--group {
  width: 100%;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .form--group {
    margin-bottom: 3rem;
  }
}
.form--group--title {
  position: relative;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
.form--group--control {
  width: 100%;
  position: relative;
  display: block;
}
.form--group--control--input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  border: none;
  border-bottom: solid 1px var(--grey);
  font: italic 250 20px/26px "caneladeck-thin";
}
@media only screen and (min-width: 768px) {
  .form--group--control--input {
    font-size: 24px;
  }
}
.form--group--control--input:hover, .form--group--control--input:focus, .form--group--control--input:active {
  outline: none;
}
.form--group--control--input::-moz-placeholder {
  opacity: 0.33;
}
.form--group--control--input::placeholder {
  opacity: 0.33;
}
.form--group--control .datepicker-icon {
  display: none !important;
}

.rc_card {
  position: relative;
  border: 1px solid #e9e9ef;
  border-radius: 12px;
  margin-bottom: 24px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.rc_card--header {
  padding: 20px 50px 20px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1rem;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--base-color);
}
.rc_card--header--icon {
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.25s ease-in-out;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23151515" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"%3E%3Cpolyline points="6 9 12 15 18 9"%3E%3C/polyline%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
}
.rc_card--content {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.rc_card--content--text {
  padding: 0 20px 20px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: var(--grey);
}
@media only screen and (min-width: 768px) {
  .rc_card--content--text {
    padding: 0 50px 20px 20px;
  }
}
.rc_card--content--btn {
  align-self: start;
  padding: 12px 40px 12px;
  margin: 0 20px 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--base-color);
}
.rc_card.expanded .rc_card--content {
  max-height: 500px !important;
}
.rc_card.expanded .rc_card--icon {
  transform: rotate(180deg);
}

.dropdown {
  position: relative;
  width: 100%;
}
.dropdown input[type=text] {
  padding-right: 50px;
  background-color: transparent;
}
.dropdown .icon-container {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 24px;
}
.dropdown .icon-container svg.feather-chevron-down {
  transition: transform 0.25s ease;
}
.dropdown .dropdown-menu {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  margin-top: 8px;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #e9e9ef;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  list-style-type: none;
  max-height: 300px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .dropdown .dropdown-menu {
    max-height: 500px;
  }
}
.dropdown .dropdown-menu li {
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: var(--grey);
}
.dropdown .dropdown-menu li:hover {
  background-color: #f3f3f3;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: var(--base-color);
}
.dropdown.show .dropdown-menu {
  display: block;
}
.dropdown.show .feather-chevron-down {
  transform: rotate(180deg);
}

.button--base-color--disabled {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.button--base-color--disabled:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.button--base-color--disabled:hover, .button--base-color--disabled:active, .button--base-color--disabled:focus, .button--base-color--disabled:active {
  color: var(--white) !important;
  background-color: var(--base-color) !important;
  border-color: var(--base-color) !important;
}

.button--white--disabled {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.button--white--disabled:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.button--white--disabled:hover, .button--white--disabled:active, .button--white--disabled:focus, .button--white--disabled:active {
  color: var(--base-color) !important;
  background-color: var(--white) !important;
  border-color: var(--white) !important;
}

.rc_textarea {
  margin-top: 16px;
  padding: 16px;
  width: 100%;
  height: 222px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font-weight: 400;
  color: var(--black);
}
.rc_textarea::-moz-placeholder {
  opacity: 0.33;
}
.rc_textarea::placeholder {
  opacity: 0.33;
}
.rc_textarea:hover, .rc_textarea:focus, .rc_textarea:active {
  outline: none;
}
.rc_textarea:disabled {
  cursor: not-allowed !important;
}

.rc_checkbox_small {
  font-weight: 400;
  font-size: 14px;
  color: #676767;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.rc_checkbox_small .checkbox-icon {
  height: 100%;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rc_checkbox_small input[type=checkbox] {
  display: none;
}
.rc_checkbox_small input[type=checkbox]:checked + .checkbox-icon {
  background-image: url("/img/icon_checkbox_checked.svg");
}
.rc_checkbox_small input[type=checkbox]:not(:checked) + .checkbox-icon {
  background-image: url("/img/icon_checkbox_no_checked.svg");
}

.rc_checkbox {
  font-weight: 400;
  margin: 10px 0 20px;
  font-size: 1rem;
  color: #676767;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.rc_checkbox .checkbox-icon {
  height: 100%;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rc_checkbox input[type=checkbox] {
  display: none;
}
.rc_checkbox input[type=checkbox]:checked + .checkbox-icon {
  background-image: url("/img/icon_checkbox_checked.svg");
}
.rc_checkbox input[type=checkbox]:not(:checked) + .checkbox-icon {
  background-image: url("/img/icon_checkbox_no_checked.svg");
}

.radio_v_group {
  display: flex;
  flex-direction: column;
}
.radio_v_group .radio-label {
  margin-top: 24px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #5a5a5a;
}
@media only screen and (min-width: 768px) {
  .radio_v_group .radio-label {
    margin-top: 15px;
  }
}
.radio_v_group .radio-label .radio-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.radio_v_group .radio-label .radio-icon-small {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.radio_v_group .radio-label input[type=radio] {
  display: none;
}
.radio_v_group .radio-label input[type=radio]:checked + .radio-icon {
  background-image: url("/img/radio_checkbox_filled.svg");
}
.radio_v_group .radio-label input[type=radio]:not(:checked) + .radio-icon {
  background-image: url("/img/radio_checkbox.svg");
}

.radio_v_group_0 {
  display: flex;
  flex-direction: column;
}
.radio_v_group_0 .radio-label {
  margin-top: 0;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #5a5a5a;
}
@media only screen and (min-width: 768px) {
  .radio_v_group_0 .radio-label {
    margin-top: 0;
  }
}
.radio_v_group_0 .radio-label .radio-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.radio_v_group_0 .radio-label .radio-icon-small {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.radio_v_group_0 .radio-label input[type=radio] {
  display: none;
}
.radio_v_group_0 .radio-label input[type=radio]:checked + .radio-icon {
  background-image: url("/img/radio_checkbox_filled.svg");
}
.radio_v_group_0 .radio-label input[type=radio]:not(:checked) + .radio-icon {
  background-image: url("/img/radio_checkbox.svg");
}

.radio_v_group_24 {
  display: flex;
  flex-direction: column;
}
.radio_v_group_24 .radio-label {
  margin-top: 24px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #5a5a5a;
}
@media only screen and (min-width: 768px) {
  .radio_v_group_24 .radio-label {
    margin-top: 24px;
  }
}
.radio_v_group_24 .radio-label .radio-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.radio_v_group_24 .radio-label .radio-icon-small {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.radio_v_group_24 .radio-label input[type=radio] {
  display: none;
}
.radio_v_group_24 .radio-label input[type=radio]:checked + .radio-icon {
  background-image: url("/img/radio_checkbox_filled.svg");
}
.radio_v_group_24 .radio-label input[type=radio]:not(:checked) + .radio-icon {
  background-image: url("/img/radio_checkbox.svg");
}

.input_rc {
  width: 100%;
  border: solid 1px darkgrey;
  padding: 10px 5px;
  display: block;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-family: "caneladeck-thin";
  font-style: italic;
  font-weight: 250;
  font-size: 17px;
  line-height: 26px;
  color: var(--base-color);
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .input_rc {
    font-size: 22px;
    line-height: 31px;
  }
}
.input_rc:hover, .input_rc:focus, .input_rc:active {
  outline: none;
  background-color: white;
}
.input_rc::-moz-placeholder {
  opacity: 0.33;
}
.input_rc::placeholder {
  opacity: 0.33;
}
.input_rc--underline {
  border: none;
  border-bottom: solid 1px var(--grey);
}
.input_rc--opt {
  opacity: 0.4;
}
.input_rc:disabled {
  cursor: not-allowed !important;
}

.input_error {
  color: #992e16;
  border-bottom: solid 1px #992e16 !important;
}

.textarea_error {
  color: #992e16;
  border: solid 1px #992e16 !important;
}

.disabled {
  cursor: not-allowed !important;
  opacity: 0.4;
}

.error-message {
  margin-top: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: rgb(153, 46, 22);
}

.form_btn {
  padding: 14px;
}
@media only screen and (min-width: 768px) {
  .form_btn {
    align-self: start;
    min-width: 129px;
  }
}

.btn_w100pc_mob {
  width: 100%;
  padding: 12px 40px !important;
}
@media only screen and (min-width: 768px) {
  .btn_w100pc_mob {
    width: unset;
  }
}

.link_about {
  color: #676767;
  text-decoration-line: underline;
}
@media only screen and (min-width: 768px) {
  .link_about {
    color: var(--black);
  }
}

.link_prot_dat {
  color: #676767;
  text-decoration-line: underline;
}

.link_cookies {
  color: white;
  text-decoration-line: underline;
}

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

.rc_underline_black {
  color: var(--black);
  text-decoration-line: underline;
}

.rc_underline_wedding {
  text-decoration-line: underline;
  color: var(--grey);
}

.wprefix {
  flex: 0 0 30%;
}

.wtelf {
  flex: 1;
}

.w50pc {
  display: inline-block;
  max-width: 50%;
}
@media only screen and (min-width: 768px) {
  .w50pc {
    display: inline-block;
    max-width: 416x !important;
  }
}

.max_w248px_tablet {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .max_w248px_tablet {
    max-width: 248px !important;
  }
}

.max_w416px_tablet {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .max_w416px_tablet {
    max-width: 416px !important;
  }
}

.max_w840px_tablet {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .max_w840px_tablet {
    display: inline-block;
    max-width: 840px !important;
  }
}

.max_w872px_tablet {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .max_w872px_tablet {
    display: inline-block;
    max-width: 872px !important;
  }
}

.mt25 {
  margin-top: 25px;
}

.mt42 {
  margin-top: 42px;
}

.pt45 {
  padding-top: 45px;
}

.mt45 {
  margin-top: 45px;
}

@media only screen and (min-width: 768px) {
  .mt62_tablet {
    margin-top: 62px !important;
  }
}

@media only screen and (min-width: 768px) {
  .pt45_tablet {
    padding-top: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .mt45_tablet {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .mt80_tablet {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .mb100_tablet {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .pb100_tablet {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .pb55_tablet {
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 768px) {
  .pt80_tablet {
    padding-top: 80px;
  }
}

.mb65 {
  margin-bottom: 65px;
}

@media only screen and (min-width: 768px) {
  .mb65_tablet {
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 768px) {
  .mt130_tablet {
    margin-top: 130px;
  }
}

@media only screen and (min-width: 768px) {
  .pb120_tablet {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .ml10px_tablet {
    margin-left: 10px;
  }
}

.mb3 {
  margin-bottom: 3px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px;
}

.mb136 {
  margin-bottom: 136px;
}

.mb105 {
  margin-bottom: 105px;
}

.mb160 {
  margin-bottom: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pt28 {
  padding-top: 28px;
}

.pb28 {
  padding-bottom: 28px;
}

.my24 {
  margin: 24px 0;
}

.my24 {
  margin: 24px 0;
}

.my32 {
  margin: 32px 0;
}

.my45 {
  margin: 45px 0;
}

.pb24 {
  padding-bottom: 24px;
}

.mb23 {
  margin-bottom: 23px;
}

@media only screen and (min-width: 768px) {
  .mb23_tablet {
    margin-bottom: 23px;
  }
}

@media only screen and (min-width: 768px) {
  .mb42_tablet {
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 768px) {
  .mb192_tablet {
    margin-bottom: 192px;
  }
}

@media only screen and (min-width: 768px) {
  .pb192_tablet {
    padding-bottom: 192px;
  }
}

@media only screen and (min-width: 768px) {
  .mb104_tablet {
    margin-bottom: 104px;
  }
}

.pb24 {
  padding-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .pb24_tablet {
    padding-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .pb130_tablet {
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 768px) {
  .pb80_tablet {
    padding-bottom: 80px;
  }
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.form_h2 {
  margin: 0 0 25px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--base-color);
}
@media only screen and (min-width: 768px) {
  .form_h2 {
    font-size: 24px;
    line-height: 30px;
    color: var(--black);
    margin: 0 0 33px;
  }
}

.dir_col_mob_row_tablet {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .dir_col_mob_row_tablet {
    gap: 40px;
    flex-direction: row;
  }
}

.dir_col_mob_row_tablet_between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .dir_col_mob_row_tablet_between {
    gap: 40px;
    flex-direction: row;
  }
}

.rc_checkbox_group {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .rc_checkbox_group {
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    max-width: 872px;
  }
}

.sp_between_row {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  max-width: 872px;
  gap: 40px;
}
.sp_between_row--item {
  flex: 1;
}

.direction_row {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}

.radio_v_group {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.todo {
  background-color: yellow;
  margin: 45px 0;
}

@keyframes slideUp {
  0% {
    transform: translate(-50%, 100%);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes slideDown {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 100%);
  }
}
.toast {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 16px;
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  animation: slideUp 1s forwards, slideDown 1s 4s forwards;
  gap: 8px;
}
.toast.hide {
  display: none !important;
}
.toast.show {
  display: flex !important;
}
@media only screen and (min-width: 768px) {
  .toast {
    padding: 16px 170px;
  }
}
.toast .toastContent {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .toast .toastContent {
    flex-direction: row;
  }
}
.toast .toastMessage {
  color: var(--primary-white, #fff);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.toast .closeButton {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.toast .cancelLink {
  cursor: pointer;
  color: var(--primary-white, #fff);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
}
@media only screen and (min-width: 480px) {
  .toast .cancelLink {
    margin-left: 16px;
  }
}

.non-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

.message_not_found {
  position: relative;
  padding: 100px 10% 100px;
}

@keyframes product-photo-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
html {
  background-color: var(--white);
  color: var(--base-color);
}

body {
  color: var(--base-color) !important;
  font: 400 1rem "Montserrat";
  line-height: 1.5;
  text-align: left;
  color: var(--base-color);
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 1rem;
    line-height: 1.6;
  }
}
body.no-scroll {
  overflow: hidden;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--base-color);
}

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

.flex-left {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: left;
}

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: left;
}

strong {
  font-weight: 600;
}

/* Inputs */
.input {
  min-width: 300px;
  border: solid 1px darkgrey;
  color: var(--black);
  padding: 10px 5px;
  font-size: 12px;
  display: block;
  margin: 15px 0;
  outline: none;
  transition: 0.3s;
  min-height: var(--height-rounded-inputs);
}
.input:hover, .input:focus, .input:active {
  outline: none;
}
.input::-moz-placeholder {
  opacity: 0.33;
}
.input::placeholder {
  opacity: 0.33;
}
.input--underline {
  border: none;
  border-bottom: solid 2px var(--black);
}
.input--round {
  border-radius: 35px;
  padding: 10px 15px;
}
.input--round:focus {
  border-color: var(--black);
}

/* navbar */
.navbar {
  position: absolute;
  width: 100%;
  overflow: hidden;
  font-size: 1rem;
  display: flex;
  align-items: center;
  padding: 15px;
  margin: 0;
  min-height: var(--navbar-height);
}
.navbar--white {
  background-color: var(--white);
  border-bottom: solid 1px #eee;
}
.navbar__icon {
  display: inline-block;
}
.navbar__icon--logo {
  width: 150px;
}
.navbar__icon--open-menu {
  width: 20px;
}
.navbar .list {
  text-transform: uppercase;
}
.navbar .list li {
  margin: 0 10px;
}
.navbar__item__menu_button, .navbar__item__search {
  display: flex;
}
.navbar__item__home_selector, .navbar__item__menu {
  display: none;
}

@media (min-width: 1440px) {
  .navbar__icon--logo {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .navbar .list li {
    margin: 0 5px;
  }
  .navbar__item {
    padding: 0;
    font-size: 0.8rem;
  }
  .navbar__item__menu .button {
    padding: 10px 8px;
  }
}
@media (min-width: 820px) {
  .navbar__item__menu_button,
  .navbar__item__search {
    display: none;
  }
  .navbar__item__home_selector,
  .navbar__item__menu {
    display: block;
  }
}
/* list */
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--inline li {
  display: inline-block;
  margin: 0 10px;
}
.list--big {
  font-size: 1.5rem;
}

input[type=checkbox],
input[type=radio] {
  accent-color: #000 !important;
}

.grecaptcha-badge {
  opacity: 0.5;
  position: absolute;
  left: -9999px;
}

.site-header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
}
.site-header .navbar-toggler {
  border: none;
  background-color: transparent;
  position: relative;
  width: 32px;
  height: 32px;
  margin: 10px 0 0 10px;
  padding: 0;
  z-index: 1001;
}
.site-header .navbar-toggler::before, .site-header .navbar-toggler::after,
.site-header .navbar-toggler span {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  width: 20px;
  height: 1.5px;
  background: var(--base-color);
  transition: all 0.5s cubic-bezier(0.3, 0, 0.15, 1);
}
.site-header .navbar-toggler::before {
  top: 8px;
  box-shadow: 0 6px 0 0 var(--base-color), 0 12px 0 0 var(--base-color);
}
.site-header .navbar-toggler span {
  top: 14px;
}
.site-header .navbar-toggler::after {
  top: 20px;
}
.site-header .site-logo {
  margin: 0;
  line-height: unset;
}
.site-header .site-logo span {
  display: none;
}
.site-header .site-logo img {
  max-width: 100%;
  height: auto;
}
.site-header .btn-pedir-cita {
  display: none;
  text-decoration: none;
  text-align: center;
  padding: 7px 16px 6px;
  white-space: nowrap;
  line-height: unset;
}
.site-header .mobile-navbar > .site-header-products {
  display: none !important;
}
.site-header .mobile-navbar .btn-pedir-cita {
  width: 90% !important;
}
@media only screen and (min-width: 1127px) {
  .site-header .mobile-navbar {
    width: 40%;
  }
}
.site-header .desktop-navbar > .site-header-products {
  margin-left: 15px;
}
.site-header.default {
  display: block;
  background: #fff;
  position: fixed;
  top: 0;
}
.site-header.default .show-border-bottom {
  border-bottom: 1px solid var(--light-gray);
}
.site-header.default .navbar-items {
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 56px;
  margin: 0;
  border-bottom: 1px solid var(--light-gray);
}
@media only screen and (min-width: 1127px) {
  .site-header.default .navbar-items {
    justify-content: space-between;
  }
}
.site-header.default .site-header-products .category,
.site-header.default .site-header-products a.page,
.site-header.default .site-header-pages .category,
.site-header.default .site-header-pages a.page {
  display: none;
}
@media only screen and (min-width: 1127px) {
  .site-header.default .site-header-products .category,
  .site-header.default .site-header-products a.page,
  .site-header.default .site-header-pages .category,
  .site-header.default .site-header-pages a.page {
    display: block;
    padding: 10px 20px 10px 0;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--grey);
    cursor: pointer;
  }
  .site-header.default .site-header-products .category.active,
  .site-header.default .site-header-products a.page.active,
  .site-header.default .site-header-pages .category.active,
  .site-header.default .site-header-pages a.page.active {
    border-bottom: 2px solid var(--black);
  }
}
@media only screen and (min-width: 1127px) and (min-width: 768px) {
  .site-header.default .site-header-products .category.active,
  .site-header.default .site-header-products a.page.active,
  .site-header.default .site-header-pages .category.active,
  .site-header.default .site-header-pages a.page.active {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1127px) {
  .site-header.default .site-header-products .category:hover,
  .site-header.default .site-header-products a.page:hover,
  .site-header.default .site-header-pages .category:hover,
  .site-header.default .site-header-pages a.page:hover {
    color: var(--black);
  }
  .site-header.default .site-header-products .category::after,
  .site-header.default .site-header-products a.page::after,
  .site-header.default .site-header-pages .category::after,
  .site-header.default .site-header-pages a.page::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: var(--black);
    transition: width 0.5s;
  }
  .site-header.default .site-header-products .category:hover::after,
  .site-header.default .site-header-products a.page:hover::after,
  .site-header.default .site-header-pages .category:hover::after,
  .site-header.default .site-header-pages a.page:hover::after {
    width: 100%;
  }
}
.site-header.default .site-header-products {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.site-header.default .site-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header.default .site-logo a {
  width: 160px;
}
.site-header.default .site-logo img {
  margin-top: -10px;
}
.site-header.default .site-header-pages {
  justify-content: flex-end;
  width: 22px;
  height: 22px;
  background: url("/img/search-btn-black.svg") no-repeat;
  order: 1;
  cursor: pointer;
  margin-right: 15px;
}
@media only screen and (min-width: 1127px) {
  .site-header.default .site-header-pages {
    width: 40%;
    order: 0;
    background: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .site-header.default .site-header-pages a.page {
    color: var(--grey);
    text-decoration: none;
    text-transform: uppercase;
    text-wrap: nowrap;
  }
}
@media only screen and (min-width: 1127px) and (min-width: 1127px) {
  .site-header.default .site-header-pages a.page {
    font-size: 13px;
    padding: 10px;
  }
}
@media only screen and (min-width: 1127px) {
  .site-header.default .site-header-pages .header-icons {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
  }
  .site-header.default .site-header-pages .header-icons span,
  .site-header.default .site-header-pages .header-icons a {
    width: 22px;
    height: 22px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1127px) and (min-width: 1127px) {
  .site-header.default .site-header-pages .header-icons span,
  .site-header.default .site-header-pages .header-icons a {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1127px) {
  .site-header.default .site-header-pages .header-icons span.search,
  .site-header.default .site-header-pages .header-icons a.search {
    background: url("/img/search-btn-black.svg") no-repeat;
  }
  .site-header.default .site-header-pages .header-icons span.favourites,
  .site-header.default .site-header-pages .header-icons a.favourites {
    background: url("/img/heart.svg") no-repeat;
    background-size: 22px;
  }
  .site-header.default .site-header-pages .btn-pedir-cita {
    display: block;
  }
  .site-header.default .site-header-pages .btn-pedir-cita:hover {
    color: white;
  }
}
.site-header.default .menu-list {
  display: none;
  width: inherit;
  background-color: #fff;
  left: 0;
  top: auto;
  padding: 0 20px 0 20px;
}
@media only screen and (min-width: 1127px) {
  .site-header.default .menu-list {
    display: none;
  }
}
.site-header.transparent {
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.6) 0, transparent 66%);
  -webkit-text-fill-color: initial;
}
@media only screen and (min-width: 1127px) {
  .site-header.transparent {
    justify-content: space-between;
  }
}
.site-header.transparent .navbar-toggler::before, .site-header.transparent .navbar-toggler::after,
.site-header.transparent .navbar-toggler span {
  background: var(--white);
}
.site-header.transparent .navbar-toggler::before {
  box-shadow: 0 6px 0 0 var(--white), 0 12px 0 0 var(--white);
}
.site-header.transparent .navbar-items {
  padding: 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .site-header.transparent .navbar-items {
    height: 56px;
  }
}
.site-header.transparent .menu-list {
  display: none;
}
.site-header.transparent .category::after,
.site-header.transparent .page::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.5s;
}
.site-header.transparent .category:hover::after,
.site-header.transparent .page:hover::after {
  width: 100%;
}
.site-header.transparent .site-header-products {
  background: url("/img/show-content-icon.svg") no-repeat 0 5px;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  cursor: pointer;
}
.site-header.transparent .site-header-products .category {
  display: none;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 1127px) {
  .site-header.transparent .site-header-products .category {
    display: block;
    padding: 10px 20px 10px 0;
    font-size: 13px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1127px) {
  .site-header.transparent .site-header-products {
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px;
  }
}
.site-header.transparent .site-logo {
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: unset;
}
.site-header.transparent .site-logo a {
  width: 160px;
}
.site-header.transparent .site-logo a img {
  filter: invert(1);
}
.site-header.transparent .site-header-products a.page {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
  text-wrap: nowrap;
  padding: 10px;
}
.site-header.transparent .site-header-pages {
  justify-content: flex-end;
  width: 22px;
  height: 22px;
  background: url("/img/search-btn-white.svg") no-repeat;
  margin-right: 20px;
  cursor: pointer;
}
.site-header.transparent .site-header-pages a.page {
  display: none;
}
@media only screen and (min-width: 1127px) {
  .site-header.transparent .site-header-pages {
    width: 40%;
    background: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
  }
  .site-header.transparent .site-header-pages a.page {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    font-size: 13px;
    text-wrap: nowrap;
    padding: 10px;
  }
  .site-header.transparent .site-header-pages .header-icons {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
  }
  .site-header.transparent .site-header-pages .header-icons span,
  .site-header.transparent .site-header-pages .header-icons a {
    width: 22px;
    height: 22px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1127px) and (min-width: 1127px) {
  .site-header.transparent .site-header-pages .header-icons span,
  .site-header.transparent .site-header-pages .header-icons a {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1127px) {
  .site-header.transparent .site-header-pages .header-icons span.search,
  .site-header.transparent .site-header-pages .header-icons a.search {
    background: url("/img/search-btn-white.svg") no-repeat;
  }
  .site-header.transparent .site-header-pages .header-icons span.favourites,
  .site-header.transparent .site-header-pages .header-icons a.favourites {
    background: url("/img/heart-white.svg") no-repeat;
    background-size: 22px;
  }
  .site-header.transparent .site-header-pages .btn-pedir-cita {
    display: block;
  }
}
@media only screen and (min-width: 1127px) {
  .site-header {
    padding: 0;
    height: 56px;
  }
  .site-header .desktop-navbar {
    width: 40%;
  }
  .site-header .favoritos_menu {
    display: none !important;
  }
  .site-header .menu-list-desktop {
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
  .site-header .menu-list-desktop .dropdown {
    display: none;
    background-color: #fff;
    height: 60px;
    margin: 0;
    padding-left: 10px;
  }
  .site-header .menu-list-desktop .dropdown a {
    display: block;
    color: var(--grey);
    text-decoration: none;
    padding: 10px 20px 10px 0;
    font-size: 13px;
  }
  .site-header .menu-list-desktop .dropdown.show {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
  }
  .site-header .menu-list-desktop .dropdown li {
    list-style: none;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--grey);
    cursor: default;
  }
  .site-header .menu-list-desktop .dropdown li:first-child a {
    padding-left: 10px;
  }
  .site-header .menu-list-desktop .dropdown li:last-child a {
    padding-right: 0;
  }
  .site-header .menu-list-desktop .dropdown li a:hover {
    color: var(--black);
  }
  .site-header .menu-list-desktop .dropdown li a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: var(--black);
    transition: width 0.3s;
  }
  .site-header .menu-list-desktop .dropdown li a:hover::after {
    width: 100%;
  }
  .site-header .menu-list-desktop .menu-nivel-3 {
    scrollbar-width: thin;
  }
  .site-header .menu-list-desktop .menu-nivel-3 ::-webkit-scrollbar {
    height: 10px;
  }
  .site-header .menu-list-desktop .menu-nivel-3 ::-webkit-scrollbar-track {
    background: transparent;
  }
  .site-header .menu-list-desktop .menu-nivel-3 ::-webkit-scrollbar-thumb {
    background: #888;
  }
  .site-header .menu-list-desktop .menu-nivel-3 ::-webkit-scrollbar-thumb:hover {
    background: #151515;
  }
  .site-header .menu-list-desktop .menu-nivel-3 .nav_3__sub-menu {
    display: none;
    border-top: 10px solid #fff;
    border-right: 20px solid #fff;
    border-bottom: 10px solid #fff;
    border-left: 20px solid #fff;
  }
  .site-header .menu-list-desktop .menu-nivel-3 .nav_3__sub-menu.show {
    position: absolute;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    width: 100%;
    border-top: 1px solid var(--light-gray);
    padding: 9px 0 0 0;
    overflow: auto;
  }
  .site-header .menu-list-desktop .menu-nivel-3 li {
    list-style: none;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    padding: 10px 20px 0 0;
  }
  .site-header .menu-list-desktop .menu-nivel-3 li:last-child {
    padding-right: 0;
  }
  .site-header .menu-list-desktop .menu-nivel-3 li:hover a {
    color: var(--black);
  }
  .site-header .menu-list-desktop .menu-nivel-3 a {
    text-decoration: none;
    color: var(--grey);
  }
  .site-header .menu-list-desktop .menu-nivel-3 img {
    aspect-ratio: 4/5;
    width: auto;
    height: 300px;
    background: linear-gradient(-45deg, #bbb, #eee, #e7e7e7);
    background-size: 400% 400%;
    animation: product-photo-gradient 2s ease-in-out infinite;
  }
  .site-header .menu-list-desktop .menu-nivel-3 .title {
    display: block;
    padding: 5px 0 10px;
    font-size: 13px;
  }
}
.site-header .current-page-underline::after {
  width: 100% !important;
}

.navbar-items.opened {
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  position: relative;
  top: 0;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
}
.navbar-items.opened .mobile-navbar {
  position: relative;
  min-height: 100dvh;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .navbar-items.opened .mobile-navbar {
    width: 33%;
  }
}
.navbar-items.opened .mobile-navbar > .site-header-products {
  display: flex !important;
}
.navbar-items.opened .navbar-toggler {
  position: absolute;
  right: 17px;
  top: 2px;
  z-index: 999;
}
@media only screen and (min-width: 1127px) {
  .navbar-items.opened .navbar-toggler {
    top: 3px;
  }
}
.navbar-items.opened .navbar-toggler::before {
  top: 14px;
  box-shadow: none;
  transform: rotate(45deg);
}
.navbar-items.opened .navbar-toggler span {
  opacity: 0;
}
.navbar-items.opened .navbar-toggler::after {
  top: 14px;
  transform: rotate(-45deg);
}
.navbar-items.opened .navbar-toggler + .site-header-products {
  display: flex;
}
.navbar-items.opened .navbar-toggler + .site-header-products .category {
  font-weight: 400;
  font-size: 1rem;
}
.navbar-items.opened .site-header-products {
  background: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  height: 56px;
  width: 100%;
  top: 0;
  left: 20px;
  position: relative;
  flex: none;
}
.navbar-items.opened .site-header-products .inside {
  display: none !important;
}
.navbar-items.opened .site-header-products .category {
  display: block;
  padding-right: 2.5rem;
  color: var(--grey);
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.navbar-items.opened .site-header-products .category.active {
  border-bottom: none;
}
.navbar-items.opened .site-header-products .category.active::after {
  content: "";
  display: block;
  height: 2px;
  background: var(--black);
  transition: width 0.3s;
  width: 100%;
}
.navbar-items.opened .site-header-products .category::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--black);
  transition: width 0.3s;
}
.navbar-items.opened .site-header-products .category:hover::after {
  width: 100%;
}
.navbar-items.opened .site-logo {
  display: none;
}
.navbar-items.opened .site-header-pages {
  width: 100%;
  height: auto;
  background: none;
  background-color: #fff;
  border-left: 30px solid #fff;
  border-right: 20px solid #fff;
}
.navbar-items.opened .site-header-pages a.page {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 6px 0 10px 0;
  text-decoration: none;
  line-height: 22px;
  color: var(--grey);
  text-transform: uppercase;
}
.navbar-items.opened .site-header-pages a.page:first-child {
  margin-top: 10px;
  padding-top: 20px;
}
.navbar-items.opened .btn-pedir-cita {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  padding: 8px 0 9px;
  margin: 0 20px;
  background-color: var(--black);
  color: #fff;
  z-index: 9999;
  width: 30%;
}
.navbar-items.opened .menu-list {
  display: block;
  width: 100%;
}

.search-wrapper {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  top: 55px;
  transition: all 500ms ease-in-out;
}
.search-wrapper.show {
  display: flex;
}
.search-wrapper.show .search-div {
  top: 0;
}
.search-wrapper .search-div {
  position: relative;
  width: 100%;
  top: -100vh;
  background: #fff;
  transition: 0.5s;
}
.search-wrapper .search-div .x-btn {
  position: absolute;
  top: -40px;
  right: 15px;
  background: url("/img/plus.svg") no-repeat;
  background-size: contain;
  rotate: 45deg;
  height: 22px;
  width: 22px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .search-wrapper .search-div .x-btn {
    top: 20px;
  }
}

.search-part {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .search-part {
    padding-top: 2rem;
  }
}
.search-part .search-input input {
  font: 200 1.15rem "caneladeck-light";
  font-style: italic;
  border: none;
  border-bottom: 1px solid #9d9d9d;
  width: 100%;
  outline: none;
  padding-bottom: 7px;
}
.search-part .search-btn {
  min-width: 134px;
}
.search-part .search-btn-div {
  margin: auto;
  width: 25vw;
  padding: 2vh 0;
  display: flex;
  justify-content: center;
}

.recently-viewed {
  width: 100%;
  padding: 20px;
  scrollbar-width: thin;
}
.recently-viewed ::-webkit-scrollbar {
  height: 6px;
}
@media only screen and (min-width: 768px) {
  .recently-viewed ::-webkit-scrollbar {
    height: 10px;
  }
}
.recently-viewed ::-webkit-scrollbar-track {
  background: transparent;
}
.recently-viewed ::-webkit-scrollbar-thumb {
  background: #888;
}
.recently-viewed ::-webkit-scrollbar-thumb:hover {
  background: #151515;
}
.recently-viewed p {
  margin: 0;
  text-transform: uppercase;
}
.recently-viewed .product-list {
  display: flex;
  background-color: #fff;
  padding: 10px 0 0 0;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.recently-viewed .product {
  list-style: none;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 0;
  height: auto;
  aspect-ratio: 4/5;
  cursor: pointer;
  width: 150px;
}
@media only screen and (min-width: 768px) {
  .recently-viewed .product {
    width: 250px;
  }
}
.recently-viewed .product a {
  text-decoration: none;
  color: var(--base-color);
  width: inherit;
  padding: inherit;
}
.recently-viewed .product a:hover .product-name {
  color: var(--black);
}
.recently-viewed .product-photo {
  aspect-ratio: 4/5;
  background: linear-gradient(-45deg, #ccc, #eee, #e7e7e7);
  background-size: 400% 400%;
  animation: product-photo-gradient 2s ease-in-out infinite;
}
.recently-viewed .product-photo img {
  max-width: 100%;
  height: auto;
}
.recently-viewed .product-name {
  transition: color 0.25s ease-in-out;
  display: block;
  padding: 10px;
  font-size: 13px;
  color: var(--grey);
}

.progress-bar {
  display: none;
  width: 100%;
}
.progress-bar .progress-bar_colored {
  border-top: 2px solid var(--black);
  width: 12.5%;
  transition: all 0.9s;
}

.fixed-position {
  position: fixed;
}

.darken-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

@media screen and (max-width: 480px) {
  .homepage .site-header.transparent .navbar-items {
    padding-top: 0;
  }
}

.ab .site-header .site-header-pages .page,
.ab .site-header .btn-pedir-cita {
  text-transform: unset !important;
}
.ab .site-header .site-header-pages a.page {
  font-size: 1rem;
}
.ab .site-header.default .site-header-pages a.page {
  color: var(--black);
}
.ab .site-header .opened .btn-pedir-cita {
  padding: 6px 0 7px !important;
  margin: 0;
  width: 100% !important;
  border-radius: unset;
  bottom: -2px;
}
.ab .site-header .btn-pedir-cita {
  font-size: 14px !important;
  padding: 4px 16px 5px;
}
.ab .site-header .category {
  color: var(--base-color) !important;
}
@media only screen and (min-width: 1127px) {
  .ab .site-header .dropwdown .slide-out-menu {
    width: 33%;
  }
}
.ab .site-header .dropwdown .slide-out-menu li a,
.ab .site-header .dropwdown .slide-out-menu .menu-link {
  color: var(--base-color);
  text-transform: unset;
}

/* Mobile side slide nav */
.dropwdown.active .slide-out-menu {
  background: #fff;
  transform: translateZ(0);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0s, transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.dropwdown .slide-out-menu {
  z-index: 9000;
  position: fixed;
  left: 0;
  top: 56px;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
  transform: translate3d(-460px, 0, 0);
  transition: opacity 0.33s, visibility 0 ease-in-out 0.33s, transform 0.33s cubic-bezier(0.7, 0, 0.3, 1);
}
.dropwdown .menu-panels {
  overflow: hidden;
}
.dropwdown .menu-link {
  position: relative;
  text-align: left;
  width: 100%;
  display: block;
  padding: 8px 0 8px 20px;
  background: transparent;
  margin: 0;
  border: none;
  text-transform: uppercase;
  color: var(--grey);
}
.dropwdown .menu-link svg {
  display: block;
  position: absolute;
  top: 45%;
  margin-top: -7px;
  width: 13px;
}
.dropwdown .menu-link svg.arrow-right {
  right: 7px;
}
.dropwdown .menu-link svg.arrow-left {
  top: 22px;
  left: 17px;
  transform: rotate(180deg);
}
.dropwdown .menu-link a {
  text-decoration: none;
  color: var(--grey);
}
.dropwdown .menu-link.menu-header {
  padding-left: 50px;
  text-transform: uppercase;
}
.dropwdown .spacer span {
  display: block;
  border: 0.75px solid #dfdfdf;
  margin: 10px 10px 5px 20px;
}
.dropwdown ul {
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
  overflow: auto;
  scrollbar-width: thin;
  height: calc(100dvh - 56px);
}
.dropwdown li {
  list-style: none !important;
}
.dropwdown li a {
  width: 100%;
  display: block;
  color: var(--grey);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}
.dropwdown .menu-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  background: #fff;
  z-index: 0;
  visibility: hidden;
  transform: translateX(-460px);
  transition: opacity 0.33s, transform 0.33s cubic-bezier(0.3, 0, 0.7, 1), visibility 0s ease-in-out 0.33s;
}
.dropwdown .menu-panel.is-active {
  z-index: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.3, 0, 0.7, 1), visibility 0s;
}
.dropwdown .menu-panel ul {
  height: calc(100dvh - 120px);
}
.dropwdown .menu-panel li {
  padding: 6px 20px;
  list-style: none;
}
.dropwdown .menu-panel .panel-image {
  padding: 20px 0 0 20px;
}
.dropwdown .menu-panel .panel-image img {
  display: block;
  max-width: 100%;
}

#CookiebotWidget {
  display: none !important;
}

.footer-fixed-btn-appointment {
  display: none;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  z-index: 99;
}
.footer-fixed-btn-appointment .btn-pedir-cita {
  display: block;
  width: 100%;
  margin: 0 10px;
  padding: 8px 0 9px;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 5rem 0 1rem;
}
.footer--logo {
  order: 0;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .footer--logo {
    margin-bottom: 68px;
  }
}
@media only screen and (max-height: 600px) and (orientation: landscape) {
  .footer--logo {
    margin-bottom: 2%;
  }
}
.footer--logo--image {
  width: 128px;
}
@media only screen and (min-width: 768px) {
  .footer--logo--image {
    width: 160px;
  }
}
.footer--main {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .footer--main {
    flex-direction: row;
    align-items: flex-start;
    order: 2;
  }
}
@media only screen and (max-height: 600px) and (orientation: landscape) {
  .footer--main {
    flex-direction: row;
  }
}
.footer--main--group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer--main--group:nth-child(-n+3) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .footer--main--group:nth-child(-n+3) {
    margin: 0 2rem;
  }
}
.footer--main--group--title {
  font: normal 12px "Montserrat";
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--base-color);
  text-transform: uppercase;
  margin-top: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer--main--group--title {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .footer--main--group--title {
    margin-top: 2rem;
  }
}
@media only screen and (max-height: 600px) and (orientation: landscape) {
  .footer--main--group--title {
    margin-top: 0;
  }
}
.footer--main--group .arrow {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 16px;
}
@media only screen and (min-width: 1024px) {
  .footer--main--group .arrow {
    display: none;
  }
}
.footer--main--group--items {
  margin-bottom: 1.5rem;
  display: none;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .footer--main--group--items {
    display: flex;
    margin-bottom: 0;
  }
}
.footer--main--group--text {
  color: var(--wedding-scale-40-gray-text, var(--grey));
  font-size: 13px;
  text-align: center;
  line-height: 120%;
  margin-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .footer--main--group--text {
    margin-top: 24px;
  }
}
@media only screen and (max-height: 600px) and (orientation: landscape) {
  .footer--main--group--text {
    margin-top: 16px;
  }
}
.footer--main--group a {
  text-decoration: none;
}
.footer--selector {
  order: 2;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .footer--selector {
    order: 1;
  }
}
.footer--social {
  order: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 1rem 0 2rem;
}
.footer--social--icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .footer--social--icon {
    margin-right: 13px;
  }
}
.footer--social--icon:last-child() {
  margin-right: 0;
}
.footer--legal {
  order: 4;
}
.footer--legal--list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 240px;
  padding: 0px;
  margin: 4px 3px;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .footer--legal--list {
    flex-wrap: nowrap;
    max-width: none;
  }
}
@media only screen and (max-height: 600px) and (orientation: landscape) {
  .footer--legal--list {
    flex-wrap: nowrap;
    max-width: none;
  }
}
.footer--legal--list--item {
  color: var(--wedding-scale-40-gray-text, var(--grey));
  text-align: center;
  font-size: 12px;
  line-height: normal;
  margin: 4px 3px;
}
@media only screen and (min-width: 768px) {
  .footer--legal--list--item {
    margin: 4px 8px;
  }
}
.footer--legal--list--item a {
  color: var(--grey);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .footer--legal .spacer {
    display: none !important;
  }
}

.button {
  padding: 7px 20px 8px;
  background-color: transparent;
  border: solid 1px;
  border-radius: var(--button-border-radius);
  font-size: 12px;
  font-weight: var(--button-font-weight);
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.button--primary {
  color: var(--white);
  background-color: var(--button-primary-color);
  border-color: var(--button-primary-color);
}
.button--primary:hover, .button--primary:active, .button--primary:focus, .button--primary.active {
  color: var(--button-primary-color);
  background-color: var(--white);
  border-color: var(--button-primary-color);
}
.button--black {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--black);
}
.button--black:hover, .button--black:active, .button--black:focus, .button--black.active {
  color: var(--black);
  background-color: var(--white);
  border-color: var(--black);
}
.button--white {
  color: var(--black);
  background-color: var(--white);
  border-color: var(--white);
}
.button--white:hover, .button--white:active, .button--white:focus, .button--white:active {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--black);
}
.button--outline-white {
  color: var(--white);
  background-color: transparent;
  border-color: var(--white);
}
.button--outline-white:hover, .button--outline-white:active, .button--outline-white:focus, .button--outline-white:active {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--black);
}
.button--disabled-white {
  color: var(--white);
  background-color: #666666;
  border-color: #666666;
}
.button--outline-black {
  color: var(--black);
  background-color: transparent;
  border-color: var(--black);
}
.button--outline-black:hover, .button--outline-black:active, .button--outline-black:focus, .button--outline-black:active {
  color: var(--white);
  border-color: var(--black);
  background-color: var(--black);
}
.button--disabled-black {
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.button--navbar {
  color: var(--black);
  background-color: var(--white);
  border: 1px solid var(--black);
}
.button--navbar:hover, .button--navbar:active, .button--navbar:focus, .button--navbar:active {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--black);
}

.input {
  min-width: 300px;
  border: solid 1px darkgrey;
  color: var(--base-color);
  padding: 10px 5px;
  font-size: 12px;
  display: block;
  margin: 15px 0;
  outline: none;
  transition: all 0.3s ease-in-out;
  min-height: var(--height-rounded-inputs);
}
.input:hover, .input:focus, .input:active {
  outline: none;
}
.input::-moz-placeholder {
  color: darkgrey;
}
.input::placeholder {
  color: darkgrey;
}
.input--underline {
  border: none;
  border-bottom: solid 2px var(--base-color);
}
.input--round {
  border-radius: 35px;
  padding: 10px 15px;
}
.input--round:focus {
  border-color: var(--base-color);
}

.navbar {
  position: absolute;
  width: 100%;
  overflow: hidden;
  font-size: 1rem;
  display: flex;
  align-items: center;
  padding: 15px;
  margin: 0;
  min-height: var(--navbar-height);
}
.navbar--white {
  background-color: var(--white);
  border-bottom: solid 1px #eee;
}
.navbar__icon {
  display: inline-block;
}
.navbar__icon--logo {
  width: 150px;
}
.navbar__icon--open-menu {
  width: 20px;
}
.navbar .list {
  text-transform: uppercase;
}
.navbar .list li {
  margin: 0 10px;
}
.navbar__item__menu_button, .navbar__item__search {
  display: flex;
}
.navbar__item__home_selector, .navbar__item__menu {
  display: none;
}

@media (min-width: 1440px) {
  .navbar__icon--logo {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .navbar .list li {
    margin: 0 5px;
  }
  .navbar__item {
    padding: 0;
    font-size: 0.8rem;
  }
  .navbar__item__menu .button {
    padding: 10px 8px;
  }
}
@media (min-width: 820px) {
  .navbar__item__menu_button,
  .navbar__item__search {
    display: none;
  }
  .navbar__item__home_selector,
  .navbar__item__menu {
    display: block;
  }
}
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--inline li {
  display: inline-block;
  margin: 0 10px;
}
.list--big {
  font-size: 1.5rem;
}

input[type=checkbox],
input[type=radio] {
  accent-color: var(--black) !important;
}

.grecaptcha-badge {
  opacity: 0.5;
  position: absolute;
  left: -9999px;
}

.product-category-selector {
  margin: 0 0 2.5rem;
}
.product-category-selector p {
  margin-bottom: 1rem;
}
.product-category-selector .options {
  display: flex;
  justify-content: center;
  gap: 10%;
}
.product-category-selector label {
  min-height: unset;
  cursor: pointer;
}
@media only screen and (min-width: 1600px) {
  .product-category-selector label {
    width: auto;
  }
}
.product-category-selector input[type=radio] + span {
  margin-left: 10px;
  position: relative;
  overflow: hidden;
}
.product-category-selector input[type=radio] + span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--black);
  transition: width 0.2s ease-in-out;
}
.product-category-selector input[type=radio]:checked + span::after {
  width: 100%;
}

.product-share {
  padding: 0 3vw 2rem;
}
.product-share button {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--light-gray);
  padding: 8px 0;
  color: var(--grey);
}
.product-share button:hover {
  color: var(--black);
}
.product-share svg {
  width: 20px;
  height: auto;
  margin-right: 5px;
  fill: var(--black) !important;
}
.product-share svg.android path {
  fill: var(--black) !important;
}

.page-hero {
  margin: 56px 0 77px;
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .page-hero {
    margin: 55px 0 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-hero {
    margin: 55px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .page-hero {
    margin-bottom: 80px;
  }
}
.page-hero .title {
  padding: 0 16px 0;
  position: absolute;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  resize: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
  font: 250 36px "Montserrat";
  line-height: 46px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .page-hero .title {
    padding: 0 5% 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-hero .title {
    padding: 0 170px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-hero .title {
    font-size: 3.5rem;
    line-height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .page-hero .title {
    top: 37%;
    white-space: nowrap;
  }
}
.page-hero .subtitle {
  padding: 0 16px 0;
  position: absolute;
  width: 100%;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  resize: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #fff;
  font: 600 17px "Montserrat";
  line-height: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .page-hero .subtitle {
    padding: 0 5% 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-hero .subtitle {
    padding: 0 170px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-hero .subtitle {
    top: 64%;
    font-size: 17px;
    line-height: 25px;
  }
}
.page-hero img {
  width: 100%;
  height: 344px;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-hero img {
    display: block;
  }
}
.page-hero img.mobile {
  width: 100%;
  height: 184px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-hero img.mobile {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .page-hero img.mobile {
    display: none;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  color: var(--grey);
  text-transform: uppercase;
  padding: 10px 15px;
  border-bottom: 1px solid var(--light-gray);
  margin: 56px 0 0;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 13px;
    padding: 12.5px 15px;
  }
}
.breadcrumbs li {
  list-style: none;
}
.breadcrumbs a {
  line-height: 15px;
  color: var(--grey);
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs i {
  margin: 0 5px 0 3px;
  font-style: normal;
}
@media only screen and (min-width: 1279px) {
  .breadcrumbs i {
    margin: 0 8px 0 6px;
  }
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.loading-icon {
  display: flex;
  flex-direction: column;
  align-content: center;
  padding: 60px 0;
  margin: 0 auto;
}
.loading-icon svg {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: inline-block;
}
.loading-icon p {
  text-align: center;
  font-size: 14px;
}

.filter-icon {
  cursor: pointer;
}
.filter-icon svg {
  width: 20px;
}

.applied-filters {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0.5rem 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .applied-filters {
    max-width: 70%;
    margin: -30px auto 45px;
  }
}
.applied-filters button {
  margin: 0 3px 5px;
  padding: 3px 10px 3px 13px;
  text-decoration: none;
  font-size: 13px;
  color: var(--grey);
  border-color: var(--grey);
  cursor: pointer;
}
.applied-filters button svg {
  margin: -2px 0 0 6px;
  width: 11px;
  rotate: 45deg;
  transition: all 0.3s ease-in-out;
}
.applied-filters button:hover svg > path {
  fill: #fff;
}

.product-filters-container {
  display: none;
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  scrollbar-width: thin;
}
.product-filters-container ::-webkit-scrollbar {
  width: 10px;
}
.product-filters-container ::-webkit-scrollbar-track {
  background: transparent;
}
.product-filters-container ::-webkit-scrollbar-thumb {
  background: #888;
}
.product-filters-container ::-webkit-scrollbar-thumb:hover {
  background: #151515;
}
.product-filters-container.show {
  display: block;
  z-index: 9999;
}
.product-filters-container.show .filters-content {
  left: 0;
}

.filters-content {
  background: #fff;
  position: relative;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .filters-content {
    width: 30%;
  }
}

.filters-close {
  width: 100%;
  height: 24px;
  clear: both;
}
.filters-close img {
  float: right;
  margin: 20px 29px 0 0;
  width: 16px;
  rotate: 45deg;
  zoom: 125%;
  cursor: pointer;
}

.filters-list {
  display: block;
  padding: 30px;
}
.filters-list .item {
  position: relative;
  display: block;
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid var(--light-gray);
  overflow: hidden;
  width: 100%;
  color: var(--grey);
}
.filters-list .item .title {
  display: block;
  width: 100%;
  text-decoration: none;
  font-weight: 400;
  border: none;
  background-color: transparent;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
.filters-list .item .title .toggle {
  position: absolute;
  right: 0;
  width: 16px;
  height: auto;
  margin: 4px 8px 0 0;
}
.filters-list .item.active .title,
.filters-list .item.active label {
  color: var(--black);
}
.filters-list .item.active .toggle {
  margin-top: 10px;
}
.filters-list .item.active > div {
  display: block;
}
.filters-list .item:last-child {
  border-bottom: none;
}
.filters-list .item .options {
  display: none;
  list-style: none;
  position: relative;
  margin-top: 10px;
  overflow-y: scroll;
  max-height: 240px;
}
@media only screen and (min-width: 1024px) {
  .filters-list .item .options {
    max-height: 360px;
  }
}
.filters-list .item input {
  margin: 7px 10px 7px 0;
}
.filters-list .item label {
  text-transform: uppercase;
}

.filters-btns {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  padding: 15px 30px;
  width: 100%;
}

.products-grid {
  width: 100%;
}
.products-grid.grid-1 li {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .products-grid.grid-1 li {
    width: 100%;
  }
}
.products-grid.grid-1 li .slick-track {
  width: 100% !important;
}
.products-grid.grid-1 li .slick-slide {
  width: 100% !important;
}
.products-grid.grid-2 li {
  width: 50% !important;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .products-grid.grid-2 li {
    height: auto;
    max-height: 1200px;
  }
}
.products-grid.grid-2 li .slick-track {
  width: 100% !important;
}
.products-grid.grid-2 li .slick-slide {
  width: 100% !important;
}
.products-grid.grid-4 li {
  width: 25% !important;
}
.products-grid.grid-4 li .slick-track {
  width: 100% !important;
}
.products-grid.grid-4 li .slick-slide {
  width: 100% !important;
}
.products-grid .products-grid-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 20px 15px 5px;
  color: var(--grey);
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .products-grid .products-grid-header {
    align-items: center;
  }
}
.products-grid .products-grid-header.sticky {
  position: fixed;
  top: 50px;
  background-color: #fff;
  border-bottom: 10px solid #fff;
  z-index: 9;
}
.products-grid .products-grid-header .label {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .products-grid .products-grid-header .label {
    display: inline-block;
  }
}
.products-grid .products-grid-container {
  background-color: #fff;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3%;
}
@media only screen and (min-width: 1024px) {
  .products-grid .products-grid-container {
    gap: 1%;
  }
}
.products-grid .products-grid-container.full-width {
  gap: 0;
}
.products-grid .products-grid-container.full-width .products-grid-item {
  width: 100%;
}
.products-grid .products-grid-container.grid-6-cols .products-grid-item {
  width: 15.833%;
}
.products-grid .products-grid-item {
  position: relative;
  z-index: 0;
  margin-bottom: 1rem;
  text-decoration: none;
  flex: 0 0 auto;
  width: 48.5%;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .products-grid .products-grid-item {
    margin-bottom: 1.5rem;
    width: 24.25%;
  }
  .products-grid .products-grid-item:hover button {
    transform: translate(0);
    opacity: 1;
  }
  .products-grid .products-grid-item:hover .product-name {
    color: var(--black);
  }
}
.products-grid .not-products-found {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 2rem 0;
}
.products-grid .video-link {
  width: 100%;
  aspect-ratio: 4/5;
  position: absolute;
  top: 20px;
  left: 0;
  cursor: pointer;
}
.products-grid .product-video {
  aspect-ratio: 4/5;
  margin-bottom: 0 !important;
  overflow-y: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.products-grid .product-video:hover {
  cursor: pointer;
}
.products-grid .product-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products-grid .product-photos {
  aspect-ratio: 4/5;
  margin-bottom: 0 !important;
  position: relative;
  background: linear-gradient(-45deg, #bbb, #eee, #e7e7e7);
  background-size: 400% 400%;
  animation: product-photo-gradient 2s ease-in-out infinite;
}
.products-grid .product-photos img {
  position: absolute;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.products-grid .product-photos .indicators {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  bottom: 10px;
  z-index: 9;
}
.products-grid .product-photos .indicators li {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 5rem;
  background-color: #fff;
  opacity: 0.5;
  box-sizing: content-box;
  text-indent: -999px;
  transition: opacity 0.6s ease-in-out;
  padding: 0;
  margin: 0 3px;
  cursor: pointer;
}
.products-grid .product-photos .indicators li.active {
  opacity: 1;
}
.products-grid .product-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 10px 0 10px;
}
.products-grid .color-swatches {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.products-grid .color-swatches img {
  width: 15px;
  margin-right: 4px;
  border-radius: 5px;
}
.products-grid .color-swatches img:last-child {
  margin-right: 0;
}
.products-grid .product-name {
  display: block;
  font-size: 14px;
  color: var(--grey);
  text-align: left;
  text-transform: uppercase;
  transition: color 0.25s ease-in-out;
}
.products-grid .products-grid-columns {
  white-space: nowrap;
}
.products-grid .products-grid-columns .active {
  color: var(--black);
}
.products-grid .products-grid-min,
.products-grid .products-grid-max {
  cursor: pointer;
}
.products-grid .products-grid-min.active,
.products-grid .products-grid-max.active {
  cursor: default;
}
.products-grid .products-grid-min::after {
  content: "1";
}
@media only screen and (min-width: 1024px) {
  .products-grid .products-grid-min::after {
    content: "4";
  }
}
.products-grid .products-grid-max::after {
  content: "2";
}
@media only screen and (min-width: 1024px) {
  .products-grid .products-grid-max::after {
    content: "6";
  }
}
.products-grid .load-more-products {
  padding: 1.5rem 0 3rem;
  text-align: center;
}
.products-grid .load-more-products button {
  font-size: 13px;
}

.mini-shops-finder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mini-shops-finder .title {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 400;
}
.mini-shops-finder h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.mini-shops-finder .error {
  color: var(--grey);
  text-align: center;
}
.mini-shops-finder .mini-shops-container {
  flex-direction: column;
}
.mini-shops-finder .more-shops {
  text-align: center;
  margin: 1rem auto;
}
.mini-shops-finder .more-shops a {
  text-transform: uppercase;
  color: #353535;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
.mini-shops-finder .more-shops a:hover {
  text-decoration: underline;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 14px 0 0;
  max-width: 100%;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px;
  -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 {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.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;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 100%;
  margin-top: 6px;
  margin-left: 6px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 22px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container .select2-search--inline .select2-search__field:focus {
  outline: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #e9e9ef;
  border-radius: 6px;
  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--selectable {
  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-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 6px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown .select2-search__field:focus {
  outline: 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-bottom: 1px solid var(--grey);
  color: #ddd;
  font: normal 18px "caneladeck-thinitalic";
}
@media only screen and (min-width: 1024px) {
  .select2-container--default .select2-selection--single {
    font-size: 22px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--base-color);
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.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: 6px;
  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 var(--grey);
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid var(--grey);
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid var(--grey);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.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__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid var(--grey);
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  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 #e9e9ef;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}
.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-search--inline .select2-search__field:focus {
  outline: none;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.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--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--black);
  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 var(--grey);
  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 var(--black);
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: var(--base-color);
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.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 var(--grey);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  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 var(--grey);
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid var(--black);
}
.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 var(--grey);
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid var(--black);
}
.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 var(--grey);
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid var(--black);
}
.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 var(--grey);
  outline: none;
}
.select2-container--classic .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: none;
  box-shadow: none;
}
.select2-container--classic .select2-search--inline .select2-search__field:focus {
  outline: 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--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  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: var(--black);
}

.ui-datepicker-inline {
  margin-top: 10px;
  border-color: var(--grey);
}

.ui-corner-all {
  border-radius: 7px;
  padding: 5px !important;
}

.ui-datepicker-header {
  background-color: transparent;
  border: none;
  padding: 5px;
  border-radius: unset;
}

.ui-datepicker-title select {
  border: none;
  padding: 5px 10px;
  margin: 0 5px;
  width: auto !important;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  margin-top: -4px;
}

.ui-icon-circle-triangle-w {
  background-position: -96px 0 !important;
}

.ui-icon-circle-triangle-e {
  background-position: -32px 0 !important;
}

.ui-datepicker-prev .ui-state-hover,
.ui-datepicker-next .ui-state-hover {
  border: none !important;
  background: unset !important;
}

.ui-datepicker-inline {
  width: 100%;
}

.ui-datepicker-calendar {
  margin: 0 !important;
}

.ui-datepicker,
.ui-datepicker td {
  padding: 0 !important;
  font-family: "Montserrat";
}

.ui-datepicker th {
  padding: 0 0 10px;
  font-weight: normal;
}

.ui-widget-content .ui-state-default {
  border: unset;
  background-color: unset !important;
  color: var(--black) !important;
  padding: 10px;
}

.ui-state-highlight {
  background-color: #f6f6f6 !important;
  font-weight: bold !important;
}

.ui-state-active {
  background-color: var(--black) !important;
  color: #fff !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.25;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25p x;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 5rem;
  width: 8px;
  height: 8px;
  background-color: black;
  opacity: 0.25;
  transition: all 333ms ease-in-out;
}
.slick-dots li.slick-active {
  margin: 0 7.5px 0 2.5px;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  width: 16px;
}

.about-nav {
  border-bottom: 1px solid #EBEBEB;
  position: relative;
  margin-top: 60px;
  height: 51px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .about-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.about-nav ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.about-nav li:nth-child(-n+2) {
  margin-right: 55px;
}
.about-nav li a {
  display: block;
  text-align: center;
  color: var(--black);
  text-align: right;
  font: 400 13px "Montserrat";
  text-decoration: none;
  text-transform: uppercase;
}
.about-nav li a.active {
  font-weight: 500;
}

label.error {
  margin-top: 10px;
  color: #992e16;
  font-size: 14px;
}
label.error.valid {
  display: none !important;
}

input.error,
textarea.error {
  border-color: #992e16;
}

.events-hero {
  position: relative;
  margin-top: 56px;
}
.events-hero img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.events-search {
  background-color: var(--pastel);
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
}
.events-search .main-title {
  width: 100%;
  padding: 2rem 0 0.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .events-search .main-title {
    padding-top: 3rem;
  }
}
.events-search .subtitle {
  width: 100%;
  padding: 0 1rem 2rem;
  margin: auto;
  font-size: 1.25rem;
  font-weight: 250;
  line-height: 125%;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
  .events-search .subtitle {
    width: 60%;
    padding-bottom: 3rem;
    font-size: 2rem;
  }
}
.events-search .finder {
  padding: 0 15px 2rem 15px;
  width: 100%;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media only screen and (min-width: 480px) {
  .events-search .finder {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .events-search .finder {
    padding: 0 0 3rem 3.8%;
  }
}
@media only screen and (min-width: 1024px) {
  .events-search .finder {
    padding: 0 0 3rem 0;
    margin: 0 auto;
  }
}
.events-search .finder label {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 250;
  margin-right: 16px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .events-search .finder label {
    min-width: 170px;
    margin-right: 24px;
    font-size: 1.5rem;
    line-height: 50px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 768px) {
  .events-search .finder label {
    text-align: left;
    width: unset;
  }
}
.events-search .finder .input_rc {
  color: var(--black);
}
.events-search .finder .form--group {
  padding: 0;
  margin: 0;
}

.no-events-message {
  display: none;
  padding: 0 3vw;
  text-align: center;
}

.countryDropdown {
  text-transform: uppercase;
}

.next-events {
  position: relative;
  width: 100%;
  padding: 0 0 1rem 15px;
  background-color: var(--pastel);
}
@media only screen and (min-width: 768px) {
  .next-events {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .next-events {
    padding: 0 10%;
  }
}
.next-events .no-events-found {
  text-align: center;
  padding: 2rem 0;
  margin: 0 auto;
}
.next-events .title {
  text-align: center;
}
.next-events .view-all {
  width: 100%;
  padding: 1rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .next-events .view-all {
    padding: 1rem 0;
  }
}

.events-grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  min-height: 475px;
}
@media only screen and (min-width: 768px) {
  .events-grid {
    min-height: 325px;
  }
}

.event-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 0 0 100%;
  align-self: stretch;
  background-color: #fff;
  border-radius: var(--event-card-border-radius);
  margin: 0 1.25rem 10px 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: var(--event-card-border);
  transition: all 150ms ease-in-out;
  text-decoration: none;
  min-width: 356px;
  max-width: 1px;
}
@media only screen and (min-width: 768px) {
  .event-card {
    flex-direction: row;
    flex: 0 0 40%;
    width: 625px;
    max-width: unset;
    margin: 0 1.25rem 10px 10px;
  }
}
.event-card:hover {
  background-color: #fafafa;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
}
.event-card .content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 275px;
}
@media only screen and (min-width: 768px) {
  .event-card .content {
    flex: 0 0 65%;
    height: 325px;
    padding: 1rem 1.5rem;
  }
}
.event-card .image {
  background-size: cover;
  background-position: center top;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .event-card .image {
    flex: 0 0 35%;
    height: unset;
  }
}
@media only screen and (min-width: 768px) {
  .event-card .image img {
    border-top-right-radius: var(--event-card-border-radius);
    border-bottom-right-radius: var(--event-card-border-radius);
  }
}
.event-card .top .title {
  text-align: left;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--base-color);
}
@media only screen and (min-width: 768px) {
  .event-card .top .title {
    font-size: 22px;
    line-height: 110%;
  }
}
.event-card .top .name {
  display: block;
  padding-top: 3px;
  color: var(--grey);
  font-size: 1.2rem;
}
.event-card .top .text {
  align-self: flex-start;
  color: var(--grey);
  line-height: 1.3;
}
.event-card .bottom {
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.event-card .bottom span {
  display: flex;
  align-items: flex-start;
  color: var(--base-color);
}
@media only screen and (min-width: 768px) {
  .event-card .bottom span {
    align-items: center;
  }
}
.event-card .bottom span svg {
  margin-right: 5px;
}
.event-card .bottom .venue {
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .event-card .bottom .date {
    margin-bottom: 1.25rem;
  }
}
.event-card .bottom .date svg {
  width: 20px;
  height: auto;
}
.event-card .bottom .button {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .event-card .bottom .button {
    position: absolute;
    width: 90%;
    bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .event-card .bottom .button:hover {
    background-color: transparent;
  }
}
.event-card.ab {
  aspect-ratio: 4/5;
  box-shadow: unset;
}
@media only screen and (min-width: 768px) {
  .event-card.ab {
    width: 400px;
    margin: 0 4px 0 0;
    flex: 0 0 100%;
  }
}
.event-card.ab .content {
  background-size: cover !important;
  background-position: center top !important;
  flex: 0 0 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: var(--white);
}
.event-card.ab .title {
  font-family: "caneladeck-thin";
  font-style: italic;
  font-size: 3rem;
  line-height: 100%;
  margin-bottom: 1rem;
}
.event-card.ab .date {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1rem;
}
.event-card.ab .venue {
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}

.rc_slider {
  overflow-x: scroll;
  background: #fff;
  display: flex;
  justify-content: center;
}
.rc_slider--container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .rc_slider--container {
    margin: 0 0 0 16px !important;
  }
}
.rc_slider--container--title {
  color: var(--black);
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .rc_slider--container--title {
    font-size: 20px !important;
    text-align: left !important;
  }
}
.rc_slider--container--blogslist {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  transition: transform 0.5s ease;
}
.rc_slider--container--blogslist .blogsitems {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
}
.rc_slider--container--blogslist .blogsitems li {
  list-style: none;
}
.rc_slider--container--blogslist .blogsitems li a {
  width: 90vw;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .rc_slider--container--blogslist .blogsitems li a {
    width: 27vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rc_slider--container--blogslist .blogsitems li a {
    width: 45vw;
  }
}
@media only screen and (max-width: 480px) {
  .rc_slider--container--blogslist .blogsitems li a .img-container {
    height: 350px;
  }
  .rc_slider--container--blogslist .blogsitems li a .img-container img {
    height: 100%;
  }
}
.rc_slider--container--slider {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  transition: transform 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .rc_slider--container--slider {
    margin-top: 40px;
  }
}
.rc_slider--container--slider--items {
  display: flex;
}
.rc_slider--container--slider--items--item {
  text-decoration: none;
  flex: 0 0 300px;
  height: auto;
  margin-bottom: 15px;
  margin-right: 40px;
}
@media only screen and (min-width: 768px) {
  .rc_slider--container--slider--items--item {
    flex: 0 0 31.5333333333%;
    margin-right: 2.7%;
  }
}
.rc_slider--container--slider--items--item img {
  width: 100%;
  height: 283px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .rc_slider--container--slider--items--item img {
    height: 465.5px;
  }
}
.rc_slider--container--slider--items--item .rc_slider_title {
  color: var(--black);
  font: 500 24px "Montserrat";
  line-height: 125%;
  text-transform: uppercase;
  text-align: left;
  padding: 0 15px 15px 15px;
}
@media only screen and (max-width: 767px) {
  .rc_slider--container--slider--items--item .rc_slider_title {
    font-size: 17px !important;
  }
}
.rc_slider--container--slider--items--item p {
  margin-top: 10px;
}
.rc_slider--container--controls {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 5px 0 25px 0;
}
@media only screen and (min-width: 768px) {
  .rc_slider--container--controls {
    margin: 42px 0 30px 0;
  }
}
.rc_slider--container--controls button {
  background-color: transparent;
  border: none;
  padding: 0 20px;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .rc_slider--container--controls button {
    padding: 0 20px;
  }
}
.rc_slider--container--controls button img {
  width: 9px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .rc_slider--container--controls button img {
    width: 13px;
  }
}

.slider-hero .slide {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  aspect-ratio: 640/730;
}
@media only screen and (min-width: 1024px) {
  .slider-hero .slide {
    aspect-ratio: 1920/740;
  }
}
@media only screen and (min-width: 1921px) {
  .slider-hero .slide {
    max-height: 740px;
    min-width: 100%;
  }
}
.slider-hero img,
.slider-hero picture {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.slider-hero .slide-title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.15;
  color: #fff;
  margin: 0 2rem 2rem 2rem;
  z-index: 2;
}
.slider-hero .button {
  text-decoration: none;
  margin-bottom: 2rem;
  z-index: 2;
}
.slider-hero .button:hover {
  background-color: var(--black) !important;
  color: #fff !important;
}
.slider-hero .slick-dots {
  bottom: -2rem;
}

.posts-slider {
  background: #f9f7f1;
  padding: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .posts-slider {
    padding: 3rem 0;
  }
}
.posts-slider .slider-title {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.posts-slider .slider-container {
  margin: 0 0 0 16px;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (min-width: 480px) {
  .posts-slider .slider-container {
    margin: 0 0 0 3.8%;
  }
}
.posts-slider .slides {
  display: flex;
  flex-direction: row;
}
.posts-slider .slide {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-bottom: 32px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--black);
}
@media only screen and (min-width: 768px) {
  .posts-slider .slide {
    padding-bottom: 48px;
  }
}
.posts-slider .slide::-webkit-scrollbar {
  height: 10px;
}
.posts-slider .slide::-webkit-scrollbar-track {
  background-color: transparent;
}
.posts-slider .slide::-webkit-scrollbar-thumb {
  background: rgba(76, 76, 76, 0.2745098039);
  border-radius: 10px;
}
.posts-slider .slide::-webkit-scrollbar-thumb:hover {
  background: rgba(76, 76, 76, 0.6509803922);
}
.posts-slider .post {
  text-decoration: none;
  flex-shrink: 0;
  flex-grow: 0;
  width: 360px;
  height: auto;
  margin-right: 24px;
}
@media only screen and (min-width: 768px) {
  .posts-slider .post {
    margin-right: 28px;
    height: auto;
  }
}
.posts-slider .post .h_tag {
  margin: 10px 0 0;
  color: var(--black);
  font-size: 13px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}
.posts-slider .post .h_tag:before {
  content: "#";
}
.posts-slider .post img {
  flex-shrink: 0;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 4/5;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .posts-slider .post img {
    height: 450px;
  }
}

.realbrides-slider .slick-list {
  padding: 0 15px 0 0;
}
.realbrides-slider a {
  border-right: 1rem solid #fff;
}
.realbrides-slider img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .realbrides-slider img {
    min-width: 100%;
  }
}

.dropdown-lang {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.dropdown-lang .icon {
  padding: 2px;
}
.dropdown-lang .content {
  position: relative;
}
.dropdown-lang .content.show .lang-list {
  display: block;
  opacity: 1;
  transform: translateY(0px);
}
.dropdown-lang .content.show .feather-chevron-down {
  transform: rotate(180deg);
}
.dropdown-lang input[type=text] {
  width: 100%;
  padding: 10px 30px 10px 5px;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: var(--wedding-scale-40-gray-text, #73737A);
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-align: center;
  cursor: auto;
}
.dropdown-lang .arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 16px;
}
.dropdown-lang .arrow svg.feather-chevron-down {
  transition: transform 0.3s ease;
}
.dropdown-lang .lang-list {
  display: none;
  position: absolute;
  top: 100%;
  left: -25px;
  width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  overflow: hidden;
  padding: 0;
  margin: 4px 0 0;
  z-index: 2;
  background-color: #FFF;
  border: 1px solid #E9E9EF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  list-style-type: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(-5px);
  max-height: 250px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .dropdown-lang .lang-list {
    max-height: 300px;
  }
}
.dropdown-lang .lang-list li {
  color: var(--wedding-scale-40-gray-text, #73737A);
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.dropdown-lang .lang-list li:hover {
  color: #000;
}
.dropdown-lang .lang-list li a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 8px 16px;
}
@media only screen and (min-width: 1024px) {
  .dropdown-lang .lang-list li a {
    padding: 12px 16px;
  }
}

.about_interest {
  padding: 0 4.2%;
}
@media only screen and (min-width: 768px) {
  .about_interest {
    padding: 0 3.8%;
  }
}
.about_interest--title {
  margin: 32px 0 24px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--black);
}
@media only screen and (min-width: 1024px) {
  .about_interest--title {
    font-size: 24px;
    line-height: 30px;
  }
}
.about_interest--container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .about_interest--container {
    flex-direction: row;
  }
}
.about_interest--container--item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
.about_interest--container--item:first-child {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .about_interest--container--item:first-child {
    margin-right: 3%;
  }
}
.about_interest--container--item img {
  cursor: pointer;
  width: 100%;
  height: auto;
}
.about_interest--container--item p {
  margin: 8px 0 0 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--black);
}
@media only screen and (min-width: 768px) {
  .about_interest--container--item p {
    margin: 24px 0 0 0;
    font-size: 20px;
    line-height: 26px;
  }
}

.pre-home {
  background: url("https://drxkxj0en8oot.cloudfront.net/837/prehome.webp") no-repeat center top;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .pre-home {
    background-image: url("https://drxkxj0en8oot.cloudfront.net/839/prehome-desktop.webp");
  }
}
.pre-home.ab {
  background-image: url("https://drxkxj0en8oot.cloudfront.net/684/C25_9221_WYSALIA_AIRE_ATELIER_4_640x900px.webp");
}
@media only screen and (min-width: 1024px) {
  .pre-home.ab {
    background-image: url("https://drxkxj0en8oot.cloudfront.net/738/9221_WYSALIA_AIRE_ATELIER_4_1920x900px.webp");
  }
}
.pre-home.ab .site-logo {
  max-width: 50%;
  filter: invert(0);
}
.pre-home.ab .container,
.pre-home.ab .dropdown-lang .lang-list,
.pre-home.ab .button {
  border-radius: unset;
}
.pre-home.ab .lang-list {
  left: -27px;
  width: 182px;
}
.pre-home .full-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 20px;
}
.pre-home .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5rem;
}
.pre-home .site-logo {
  margin-bottom: 2rem;
  filter: invert(1);
}
.pre-home .dropdown-lang svg path {
  fill: #fff;
}
.pre-home .dropdown-lang input {
  color: #fff;
}
.pre-home .dropdown-lang .arrow svg {
  stroke: #fff;
}
.pre-home .button {
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

.home .rc-hero {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.home .rc-hero .category {
  width: auto;
  position: relative;
  aspect-ratio: 16/15;
}
.home .rc-hero .category:hover img {
  scale: 1.033;
}
.home .rc-hero .category.wedding {
  font-family: "caneladeck-thin";
}
.home .rc-hero .category.party {
  font-family: "Montserrat";
}
.home .rc-hero a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}
.home .rc-hero a:hover button {
  background-color: #fff;
  color: var(--black);
}
.home .rc-hero img {
  position: absolute;
  max-width: 100%;
  transition: all 750ms ease-in-out;
}
.home .rc-hero .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10%;
  padding: 0 5%;
  font-family: "Montserrat";
  z-index: 2;
  bottom: 10%;
}
@media (min-width: 1600px) {
  .home .rc-hero .content {
    bottom: 20%;
  }
}
.home .rc-hero .content p {
  color: white;
  text-align: center;
  letter-spacing: -0.01em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
  margin-bottom: 1.25rem;
}
.home .rc-hero .wedding p {
  font: 250 38px "caneladeck-thin";
}
@media only screen and (min-width: 768px) {
  .home .rc-hero .wedding p {
    font-size: 52px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1279px) {
  .home .rc-hero .wedding p {
    font-size: 58px;
  }
}
.home .rc-hero .wedding em {
  font-style: italic;
  font-size: 28px;
  margin: 0 0 0 -5px;
}
@media only screen and (min-width: 768px) {
  .home .rc-hero .wedding em {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .home .rc-hero .wedding em {
    font-size: 44px;
  }
}
.home .rc-hero .party p {
  font: 400 34px "Montserrat";
}
@media only screen and (min-width: 768px) {
  .home .rc-hero .party p {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.03em;
  }
}
@media only screen and (min-width: 1279px) {
  .home .rc-hero .party p {
    font-size: 58px;
  }
}
.home .rc-hero .party em {
  font-size: 26px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) {
  .home .rc-hero .party em {
    font-size: 35px;
    letter-spacing: -0.03em;
  }
}
@media only screen and (min-width: 1024px) {
  .home .rc-hero .party em {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 768px) {
  .home .rc-hero button:hover {
    border-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .home .rc-hero {
    flex-direction: row;
    height: 100vh;
  }
  .home .rc-hero .category {
    aspect-ratio: unset;
    max-height: 100vh;
    height: auto;
    width: 50vw;
  }
  .home .rc-hero img {
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media only screen and (min-width: 1920px) {
  .home .rc-hero img {
    min-width: 100%;
  }
}
.home .slider-hero {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.home .slider-hero.full-height {
  height: 100dvh;
}
.home .slider-hero.full-height .slide {
  height: 100dvh;
}
@media screen and (min-width: 1921px) {
  .home .slider-hero.full-height .slide {
    min-height: 100%;
  }
}
.home .slider-hero.full-height img {
  min-height: 100dvh;
}
.home .slider-hero .slide {
  justify-content: center;
}
@media screen and (min-width: 1921px) {
  .home .slider-hero .slick-list,
  .home .slider-hero .slick-track {
    height: 100%;
  }
  .home .slider-hero div {
    height: 100%;
  }
}
.home .slider-hero .slide-title {
  height: unset;
  font-family: "caneladeck-thinitalic";
  font-style: italic;
  font-size: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .home .slider-hero .slide-title {
    font-size: 5rem;
  }
}
.home .slider-hero .slick-dots {
  bottom: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .home .slider-hero .slick-dots {
    bottom: 1.5rem;
  }
}
.home .block {
  width: 100%;
  padding: 2.5rem 0;
}
@media only screen and (min-width: 1024px) {
  .home .block {
    padding: 5rem 0;
  }
}
.home .next-events {
  background-color: #fff;
  padding-right: 1rem;
  padding-left: 1rem;
}
.home .next-events .section-title {
  margin: 0 0 2rem;
  font-weight: 300;
  text-align: center;
}
.home .next-events .event-card {
  background-color: var(--pastel);
}
.home .events.ab {
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  height: 100vh;
}
.home .events.ab .hero-block {
  flex: 50%;
  background: url("/img/aire/events-hero.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: calc(100vh - 55px);
}
.home .events.ab .hero-block h2 {
  font-family: "caneladeck-thinitalic";
  font-size: 5rem;
  font-style: italic;
  color: var(--white);
  margin-bottom: 2rem;
}
.home .events.ab .events-block {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home .events.ab .events-block {
    flex: 50%;
  }
}
.home .events.ab .next-events {
  padding: 0;
  border: unset;
  height: 100vh;
}
.home .events.ab .section-title {
  display: none;
}
.home .events.ab .events-grid {
  display: inline-block;
  max-width: 100%;
  min-height: unset;
}
.home .events.ab .slick-slider {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .home .events.ab .slick-slider {
    width: 50vw !important;
  }
}
.home .events.ab .slick-slide {
  width: 100vw;
}
.home .events.ab .event-card {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  box-shadow: unset;
  margin: 0;
  overflow: unset;
  background-color: var(--white);
  min-height: calc(100vh - 3rem);
  width: 100%;
  max-width: unset;
  padding: 0 1rem;
}
@media only screen and (min-width: 1366px) {
  .home .events.ab .event-card {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .events.ab .event-card {
    margin-top: 2rem;
    min-height: calc(100vh - 55px - 2rem - 2rem);
  }
}
.home .events.ab .event-card:hover {
  background-color: unset;
}
@media only screen and (min-width: 768px) {
  .home .events.ab .slick-slider .event-card {
    width: 50vw !important;
  }
}
.home .events.ab .title,
.home .events.ab .text,
.home .events.ab .date,
.home .events.ab .venue,
.home .events.ab .text {
  display: block;
  text-align: center;
  text-transform: none;
}
.home .events.ab .title {
  font: italic 2.5rem/1 "caneladeck-thin";
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1366px) {
  .home .events.ab .title {
    font-size: 3rem;
  }
}
.home .events.ab .date,
.home .events.ab .venue {
  text-transform: uppercase;
}
.home .events.ab .thumbnail {
  display: block;
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center top;
  width: 85%;
}
@media only screen and (min-width: 768px) {
  .home .events.ab .thumbnail {
    width: 33%;
  }
}
@media only screen and (min-width: 1279px) {
  .home .events.ab .thumbnail {
    width: 40%;
  }
}
.home .events.ab .bottom {
  font-size: unset;
}
@media only screen and (min-width: 768px) {
  .home .events.ab .bottom {
    padding: 0 5vw;
  }
}
.home .events.ab .text {
  font-size: 14px;
  margin-bottom: 1.25rem;
}
.home .events.ab .button {
  position: relative;
  bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .home .events.ab .button:hover {
    background-color: var(--black);
  }
}
.home .events.ab .view-all {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home .events.ab .slick-dots {
    position: relative;
  }
}
.home .by-you {
  background-color: #f9f7f1;
}
.home .by-you.ab {
  min-height: calc(100vh - 55px);
  padding: 1rem 0 3rem;
}
@media only screen and (min-width: 768px) {
  .home .by-you.ab .col-md-6 {
    min-height: calc(100vh - 55px);
  }
}
.home .by-you .logo {
  margin-bottom: 2rem;
  max-width: 50%;
}
.home .by-you .title {
  font: 600 1.1rem "Montserrat";
  margin-bottom: 1.5rem;
  letter-spacing: normal;
}
.home .by-you .video {
  display: block;
  margin: 2rem auto;
  border-radius: var(--event-card-border-radius);
  max-width: 85%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .home .by-you .video {
    max-width: 100%;
    margin: 0;
  }
}
.home .real-brides {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .home .real-brides.ab .title {
    font-size: 4.5rem;
  }
}
.home .real-brides .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2em;
}
.home .real-brides .title {
  color: var(--black);
  text-align: center;
  font: 250 2rem "caneladeck-thin";
  line-height: 122%;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .home .real-brides .title {
    font-size: 3rem;
    line-height: 60px;
    letter-spacing: -0.48px;
  }
}
.home .real-brides .title span {
  overflow-wrap: normal;
  word-wrap: normal;
  text-transform: lowercase;
  color: var(--black);
  font-family: "caneladeck-thin";
  font-size: 32px;
  font-style: italic;
  font-weight: 250;
  line-height: 122%;
  font-style: italic;
  font-weight: 250;
  line-height: 60px;
  letter-spacing: -0.42px;
}
@media only screen and (min-width: 768px) {
  .home .real-brides .title span {
    font-size: 42px;
  }
}
@media only screen and (max-height: 600px) and (orientation: landscape) {
  .home .real-brides .title {
    font-size: 32px;
    line-height: 122%;
  }
}
.home .real-brides p {
  margin: 10px 10px 0 10px;
  text-align: center;
  color: var(--base-color, #151515);
}
@media only screen and (min-width: 768px) {
  .home .real-brides p {
    margin-bottom: 1rem;
  }
}
.home .real-brides .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4rem 0 0;
}
.home .realbrides-slider .slick-list {
  padding: 0 15px 0 0;
}
.home .realbrides-slider a {
  border-right: 1rem solid #fff;
}
.home .realbrides-slider img {
  max-width: 100%;
  aspect-ratio: 4/5;
}
@media only screen and (min-width: 768px) {
  .home .realbrides-slider img {
    min-width: 100%;
  }
}
.home .featured-styles {
  padding-top: 2.5rem;
}
.home .featured-styles.ab {
  background-color: var(--pastel);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .home .featured-styles.ab {
    padding-top: 5rem;
    min-height: calc(100vh - 55px);
  }
}
@media only screen and (min-width: 1024px) {
  .home .featured-styles.ab .block-title {
    font-size: 4.5rem;
  }
}
.home .featured-styles .block-title {
  color: var(--black);
  text-align: center;
  font-family: "caneladeck-thin";
  font-size: 2rem;
  font-weight: 250;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .home .featured-styles .block-title {
    font-size: 3rem;
    letter-spacing: -0.58px;
  }
  .home .featured-styles .block-title br {
    display: none;
  }
}
.home .featured-styles .styles-grid {
  margin: 3rem 3vw 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .home .featured-styles .styles-grid {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 3rem 10vw 0;
  }
}
.home .featured-styles .style-item {
  margin: 1.5%;
  border-radius: var(--event-card-border-radius);
  padding: 2rem 1rem;
  text-align: center;
  text-decoration: none;
  background-color: #ebebeb;
  color: var(--grey);
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .home .featured-styles .style-item {
    flex-grow: 1;
    width: 30%;
  }
}
.home .featured-styles .style-item:hover {
  background-color: #bbb;
  color: var(--black);
}
.home .featured-styles .styles-slider {
  margin: 2rem 0;
}
.home .featured-styles .styles-slider .style {
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
}
.home .featured-styles .styles-slider img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.home .shops {
  background-color: #fff;
  margin: 0;
}
.home .shops.rc {
  background-color: #f0f3f6;
}
.home .shops header {
  padding: 0 15px;
}
.home .shops .more-shops {
  margin-bottom: 0;
}
.home .mini-shops-finder header {
  width: 100%;
  text-align: center;
}
.home .mini-shops-finder .title {
  font-size: 20px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .home .mini-shops-finder .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.home .mini-shops-finder.ab .title {
  font: normal 2rem "caneladeck-thinitalic";
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .home .mini-shops-finder.ab .title {
    font-size: 4.5rem;
  }
}
.home .mini-shops-finder .mini-shops-container {
  width: 100%;
  padding: 0 3vw;
}
@media only screen and (min-width: 768px) {
  .home .mini-shops-finder .mini-shops-container {
    width: 40%;
    padding: 0;
  }
}
@media only screen and (min-width: 1279px) {
  .home .mini-shops-finder .mini-shops-container {
    width: 30%;
  }
}

.ab .home .rc-hero .content p {
  font-style: italic;
  font-family: "caneladeck-thinitalic";
}

.search-results {
  margin: 75px 0 2rem;
  width: 100%;
  height: -webkit-fit-content;
  flex-direction: column;
  justify-content: space-even;
}
.search-results header {
  text-align: center;
}
.search-results h1 {
  font-size: 1.5rem;
  font-weight: 250;
  text-transform: uppercase;
  padding: 0 3vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .search-results h1 {
    font-size: 48px;
    line-height: 125%;
  }
}
.search-results .search-btn {
  margin: 2rem 0 5rem;
}
.search-results .products-grid-header {
  display: none !important;
}
.search-results p {
  margin: 15px 0 0;
  text-align: center;
}
.search-results label {
  display: block;
  text-align: center;
  font-family: "caneladeck-thin";
  font-size: 1.5rem;
  padding: 10px 0;
  text-align: center;
}
.search-results small {
  display: block;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.product-details {
  margin-top: 56px;
  width: 100%;
  height: -webkit-fit-content;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1024px) {
  .product-details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
}
.product-details .breadcrumbs {
  margin-top: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-details .breadcrumbs {
    padding-left: 3vw;
  }
}
.product-details .mini-shops-finder {
  margin-top: 1rem;
  padding: 0 3vw;
  scrollbar-width: thin;
  width: 100%;
}
.product-details .mini-shops-finder ::-webkit-scrollbar {
  width: 10px;
}
.product-details .mini-shops-finder ::-webkit-scrollbar-track {
  background: transparent;
}
.product-details .mini-shops-finder ::-webkit-scrollbar-thumb {
  background: #888;
}
.product-details .mini-shops-finder ::-webkit-scrollbar-thumb:hover {
  background: #151515;
}
.product-details .mini-shops-finder .mini-shops-container {
  width: 100%;
}
.product-details .mini-shops-finder .title {
  font-family: "Montserrat";
  margin-bottom: 1.5rem;
}
.product-details .mini-shops-finder .location-selector p {
  display: none;
}
.product-details .mini-shops-finder .shops-list {
  margin-right: -10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .product-details .mini-shops-finder .shops-list {
    padding-right: 10px;
    overflow-y: scroll;
  }
}
.product-details .mini-shops-finder .more-info {
  display: none;
}
.product-details .mini-shops-finder a.button {
  padding: 8px 20px;
}

.product-media {
  position: relative;
  aspect-ratio: 4/5;
}
@media screen and (max-width: 468px) {
  .product-media {
    background: linear-gradient(-45deg, #bbb, #eee, #e7e7e7);
    background-size: 400% 400%;
    animation: product-photo-gradient 2s ease-in-out infinite;
  }
}
@media only screen and (min-width: 768px) {
  .product-media {
    aspect-ratio: unset;
    position: sticky;
    width: 40%;
  }
}
@media only screen and (min-width: 1279px) {
  .product-media {
    width: 60%;
  }
}
.product-media .back {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}
.product-media .back svg {
  width: 30px;
  height: auto;
  transform: rotate(45deg);
  fill: #000;
  stroke: #000;
}
.product-media .product-share {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 8px;
  padding: 0;
}
.product-media .product-share button {
  background: transparent;
  border: none;
}
.product-media .product-share svg {
  width: 30px;
  fill: #000 !important;
}
.product-media .photos {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .product-media .photos {
    justify-content: center;
  }
}
@media only screen and (min-width: 1279px) {
  .product-media .photos {
    aspect-ratio: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
.product-media .video {
  width: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
@media screen and (max-width: 468px) {
  .product-media .video {
    aspect-ratio: 4/5;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.product-media .video:hover .play-icon {
  width: 70px;
}
.product-media .video .play-icon {
  width: 60px;
  transition: all 0.2s ease-in-out;
}
.product-media .video > iframe {
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  display: block;
}
@media only screen and (min-width: 480px) {
  .product-media .video > iframe {
    height: 100vh;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .product-media img {
    width: 50%;
    box-sizing: border-box;
    cursor: pointer;
  }
  .product-media .video {
    display: block;
    padding-bottom: 0%;
    position: relative;
  }
  .product-media .video > iframe {
    position: relative;
    width: 100%;
    height: 100vh;
  }
}
.product-media .slick-slide img {
  width: 100%;
}
.product-media .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -20px !important;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .product-content {
    position: sticky;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    width: 60%;
  }
}
@media only screen and (min-width: 1279px) {
  .product-content {
    width: 40%;
  }
}

.products-nav {
  display: flex;
  justify-content: space-between;
  padding: 12px 3vw;
}
@media screen and (max-width: 468px) {
  .products-nav {
    margin-top: 1px;
  }
}
.products-nav a {
  color: var(--grey);
  font-size: 13px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.products-nav a:hover {
  text-decoration: underline;
}
.products-nav a.prev svg {
  margin-right: 3px;
}
.products-nav a.next svg {
  margin-left: 3px;
}
.products-nav svg {
  margin: auto;
  height: 11px;
}

.product-description {
  padding: 0.5rem 3vw 2rem;
}
.product-description .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.product-description .title {
  margin: 0;
  font-size: 2rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .product-description .title {
    font-size: 40px;
  }
}
.product-description .actions {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product-description .share {
  margin-left: 10px;
}
.product-description .share svg {
  width: 24px;
  height: auto;
  margin-right: 5px;
  fill: var(--black);
  cursor: pointer;
}
.product-description .favourites svg {
  margin-right: 3px;
  width: 18px;
  height: auto;
  cursor: pointer;
}
.product-description p {
  margin: 1rem 0 0;
  line-height: 1.4;
}

.product-accordion {
  margin: 1.5rem 0 0;
  font-size: 14px;
}
.product-accordion .title {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
}
.product-accordion .title img {
  margin-right: 3px;
}
.product-accordion .item {
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid var(--light-gray);
}
.product-accordion .accordion-collapse {
  padding: 1.5rem 0.5rem 0.5rem;
}

.product-specs ul {
  padding: 0;
  margin: 0;
}
.product-specs li {
  list-style: none;
  display: flex;
  margin-bottom: 0.25rem;
}
.product-specs span {
  flex: 0 0 33%;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .product-specs span {
    flex: 0 0 25%;
  }
}

.product-colors .color-name {
  display: block;
  margin: 0 0 0.5rem;
  font-weight: 600;
}
.product-colors .colors {
  display: flex;
  flex-direction: row;
}
.product-colors .color {
  margin-right: 10px;
  border-bottom: 3px solid #fff;
}
.product-colors .color:last-child {
  margin-right: 0;
}
.product-colors .color.active {
  border-bottom: 3px solid var(--black);
}
.product-colors .color-img {
  width: 32px;
  border-radius: 7px;
  border-bottom: 3px solid #fff;
}
.product-colors .color-note {
  font-size: 14px;
  margin: 1rem 0 0;
  color: var(--grey);
}

.product-faqs ul {
  padding: 0;
  margin: 0;
}
.product-faqs li {
  list-style: none;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.product-faqs li:last-child {
  margin-bottom: 0;
}
.product-faqs li strong {
  display: block;
  margin-bottom: 0.5rem;
}

.product-photos-modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 1003;
  background-color: #fff;
}
.product-photos-modal.show {
  display: block;
}
.product-photos-modal .product-name {
  position: absolute;
  top: 16px;
  left: 10px;
  font-size: 14px;
  margin-right: 60px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .product-photos-modal .product-name {
    top: 20px;
    left: calc(10% + 20px);
    font-size: 22px;
    margin: 0;
  }
}
.product-photos-modal .product-name p {
  margin: 0;
}
.product-photos-modal .close-icon {
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 1004;
  cursor: pointer;
}
.product-photos-modal .close-icon img {
  display: block;
  width: auto;
  height: auto;
}
.product-photos-modal .product-images-thumbs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-photos-modal .product-images-thumbs {
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(10% - 20px);
    top: 5px;
  }
}
.product-photos-modal .product-images-thumbs .slick-list {
  width: 100%;
}
.product-photos-modal .product-images-thumbs .slick-track {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  height: calc(100vh - 60px) !important;
  transform: none !important;
}
.product-photos-modal .product-images-thumbs .slick-slide {
  width: 100% !important;
  aspect-ratio: 4/5;
  height: auto;
  margin-bottom: 15px;
  border: unset !important;
  min-height: unset !important;
  cursor: pointer;
}
.product-photos-modal .product-images-thumbs .slick-slide:not(.slick-current) {
  opacity: 0.5;
}
.product-photos-modal .product-images-thumbs .slick-slide .video iframe {
  width: inherit !important;
}
.product-photos-modal .product-images-thumbs img {
  max-width: 100%;
}
.product-photos-modal .product-images-thumbs .video {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  aspect-ratio: 4/5;
  height: auto !important;
}
.product-photos-modal .product-images-thumbs .video:hover .play-icon {
  width: 50px;
}
.product-photos-modal .product-images-thumbs .video .play-icon {
  width: 40px;
  transition: all 0.2s ease-in-out;
}
.product-photos-modal .product-images {
  position: absolute;
  top: 110px;
  overflow: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-photos-modal .product-images {
    top: 0;
    width: calc(90% - 20px - 20px);
    right: 20px;
  }
}
.product-photos-modal .product-images .slick-slide img {
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .product-photos-modal .product-images .slick-slide img {
    position: relative;
    top: 55px;
  }
}
.product-photos-modal .product-images .slick-slide .video {
  display: flex !important;
  justify-content: center;
  height: calc(100vh - 155px);
}
@media only screen and (min-width: 1024px) {
  .product-photos-modal .product-images .slick-slide .video {
    margin-top: 58px;
    height: 100vh;
  }
}
.product-photos-modal .product-images .slick-slide .video iframe {
  width: 100%;
  height: 100%;
}
.product-photos-modal .product-images .slick-prev,
.product-photos-modal .product-images .slick-next {
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .product-photos-modal .product-images .slick-prev,
  .product-photos-modal .product-images .slick-next {
    top: 30%;
  }
}
.product-photos-modal .product-images .slick-prev:before,
.product-photos-modal .product-images .slick-next:before {
  font-size: 24px;
}
.product-photos-modal .product-images .slick-prev {
  left: 30px;
  z-index: 1;
}
.product-photos-modal .product-images .slick-next {
  right: 30px;
}

.related-products {
  padding: 0 3vw 5vh;
}
.related-products .title {
  font: 400 18px "Montserrat";
  color: var(--black);
  line-height: 30px;
  text-transform: uppercase;
}
.related-products .products {
  width: 100%;
  margin: 1.5vh 0 3vh;
}
.related-products .slick-list {
  padding: 0 15px 0 0 !important;
}
.related-products .slick-dots {
  bottom: -1.5rem;
}
.related-products .product {
  border-right: 1rem solid #fff;
  font: 400 13px "Montserrat";
  color: var(--grey);
  line-height: normal;
  text-decoration: none;
}
.related-products .product:hover {
  color: var(--black);
}
.related-products figure {
  aspect-ratio: 4/5;
  margin: 0;
  background: linear-gradient(-45deg, #bbb, #eee, #e7e7e7);
  background-size: 400% 400%;
  animation: product-photo-gradient 2s ease-in-out infinite;
}
.related-products .product-image {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .related-products .product-image {
    min-width: 100%;
  }
}
.related-products .product-name {
  margin: 0;
  padding: 10px 0 0 10px;
  text-transform: uppercase;
  transition: color 0.25s ease-in-out;
}

@media only screen and (min-width: 1024px) {
  .accessories-categories {
    margin-bottom: 5rem;
  }
  .accessories-categories .categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1%;
  }
  .accessories-categories .product {
    flex: 0 0 24%;
    width: 100%;
    height: auto;
    position: relative;
    border: none !important;
  }
  .accessories-categories .product:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.6));
  }
  .accessories-categories .product:hover p::after {
    width: 100%;
  }
  .accessories-categories .product-image {
    width: 100%;
  }
  .accessories-categories .product-name {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font: 400 18px "Montserrat";
    color: white;
    padding: 0 0 2px 0 !important;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
  }
  .accessories-categories .product-name::after {
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    transition: width 0.3s;
    width: 0;
  }
}

.view-favourites {
  margin-top: 75px;
  width: 100%;
}
.view-favourites h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  margin-bottom: 2rem;
}
.view-favourites .color-swatches {
  display: none;
}
.view-favourites .remove-favourites svg {
  width: 16px;
}
.view-favourites .product-share {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .view-favourites .product-share {
    margin: 2rem auto 0;
    max-width: 300px;
  }
}
.view-favourites .empty-favourites {
  text-align: center;
}

.favourites-modal {
  padding: 2rem 2rem 1.5rem;
  background-color: #fff;
  border-radius: 7px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s linear, top 0.6s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
}
.favourites-modal.show {
  top: 33%;
  display: block;
  opacity: 1;
}
.favourites-modal .body {
  padding-top: 1rem;
  position: relative;
  min-width: 275px;
}
.favourites-modal .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}
.favourites-modal .content.remove {
  padding-bottom: 1.5rem;
}
.favourites-modal .close {
  position: absolute;
  top: -20px;
  right: -20px;
  transform: rotate(45deg);
}
.favourites-modal img {
  width: 18px;
}
.favourites-modal .button {
  margin-top: 1.5rem;
}

.shops-finder-container {
  padding: 75px 15px 0;
}
.shops-finder-container .header {
  margin: 0 auto;
  text-align: center;
}
.shops-finder-container h1 {
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
}
.shops-finder-container h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.shops-finder-container .ubicacion {
  margin: -5px 0 15px;
}
.shops-finder-container p {
  margin-bottom: 1rem;
}

.shops-container {
  scrollbar-width: thin;
}
.shops-container ::-webkit-scrollbar {
  width: 10px;
}
.shops-container ::-webkit-scrollbar-track {
  background: transparent;
}
.shops-container ::-webkit-scrollbar-thumb {
  background: #888;
}
.shops-container ::-webkit-scrollbar-thumb:hover {
  background: #151515;
}
@media only screen and (min-width: 768px) {
  .shops-container {
    display: flex;
  }
}

.shops-list-container {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .shops-list-container {
    display: block;
    margin-right: 10px;
    padding-right: 10px;
    height: calc(100vh - 160px);
    width: 40vw;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 1600px) {
  .shops-list-container {
    width: 30vw;
  }
}
.shops-list-container .more-shops {
  margin-top: 1rem;
  text-align: center;
}
.shops-list-container .more-shops a {
  font-size: 14px;
  text-decoration: none;
}

.shops-list-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  color: var(--grey);
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .shops-list-header {
    display: none;
  }
}
.shops-list-header .shops-view-selector .selected {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.shops-list-header .searching-shops {
  display: none;
}
.shops-list-header .searching-shops span {
  animation: loading-dots 1s steps(1, end) infinite;
  opacity: 0;
}
.shops-list-header .searching-shops span:nth-child(2) {
  animation-delay: 0.15s;
}
.shops-list-header .searching-shops span:nth-child(3) {
  animation-delay: 0.3s;
}
.shops-list-header .searching-shops span:nth-child(4) {
  animation-delay: 0.45s;
}

@keyframes loading-dots {
  0%, 25% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
.location-selector {
  margin: 0 0 20px 0;
  position: relative;
}
.location-selector .nameplace {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid var(--grey);
  padding: 10px 5px;
  outline: none;
  background-color: transparent;
  padding-right: 60px;
}
.location-selector .icons {
  display: flex;
  position: absolute;
  gap: 5px;
  right: 10px;
  bottom: 10px;
}
.location-selector .reset-location {
  transform: rotate(45deg);
}
.location-selector .reset-location img {
  width: 18px;
  opacity: 0.5;
}
.location-selector .set-curent-location {
  width: 20px;
  height: 20px;
}

.shops-list {
  padding: 0;
  margin-bottom: 0;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 1024px) {
  .shops-list {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.shops-list li {
  list-style: none;
}
.shops-list .error {
  text-align: center;
  padding: 5rem 0;
}

.shop-card {
  list-style: none;
  background-color: #fff;
  border: 1px solid var(--light-gray);
  margin-bottom: 1rem;
  padding: 1rem 1rem 0.5rem;
  border-radius: var(--shop-card-border-radius);
  transition: all 150ms ease-in-out;
}
.shop-card.selected {
  background-color: #fafafa;
  border: 1px solid #979797;
}
.shop-card:last-child {
  margin-bottom: 0;
}
.shop-card.selected .name {
  font-weight: bold;
}
.shop-card div {
  display: flex;
  color: var(--grey);
  font-size: 14px;
  padding-bottom: 7.5px;
}
.shop-card div.name {
  color: var(--black);
  font-size: 1rem;
  padding-bottom: 10px;
}
.shop-card div.more-info {
  padding: 0 0 0 30px;
}
.shop-card div p {
  margin: -3px 0 0;
}
.shop-card svg {
  display: block;
  margin-right: 10px;
  max-width: 18px;
  height: auto;
}
.shop-card a {
  color: var(--grey);
  text-decoration: none;
}
.shop-card a:hover {
  color: var(--black);
}
.shop-card .action {
  width: 100%;
  margin: 0.75rem 0 -5px;
}
.shop-card .action .button {
  width: 100%;
  text-align: center;
  color: var(--white);
}
.shop-card .action .button:hover {
  color: var(--button-primary-color);
}

.shops-map {
  height: 480px;
  width: 100%;
  border-radius: 7px;
}
@media screen and (min-width: 390px) {
  .shops-map {
    height: 520px;
  }
}
@media only screen and (min-width: 1024px) {
  .shops-map {
    height: calc(100vh - 160px);
  }
}
.shops-map.hide {
  display: none;
}

.shops-map-legend {
  position: absolute;
  bottom: 30px !important;
  left: 10px !important;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px;
  color: var(--grey);
}
.shops-map-legend div {
  padding: 5px 0 2px;
}
.shops-map-legend svg {
  width: 28px;
  height: auto;
  padding-right: 10px;
}

.shop-popup {
  display: none;
  position: fixed;
  bottom: 0;
  height: 0;
  width: 100%;
  padding-top: 30px;
  background-color: #fff;
  z-index: 1;
  transition: all 500ms linear;
}
.shop-popup.show {
  display: block;
  bottom: 0;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.shop-popup .close {
  position: absolute;
  right: 10px;
  top: 15px;
}
.shop-popup .details {
  background-color: #fbfbfb;
  width: 100%;
  height: auto;
  max-height: 55vh;
}
.shop-popup .shop-card {
  border: 1px solid #fff !important;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .appointment .footer {
    min-height: 250px;
  }
}
.appointment .footer--logo,
.appointment .footer--main,
.appointment .footer--selector,
.appointment .footer--social,
.appointment .footer .copyright,
.appointment .spacer {
  display: none !important;
}
.appointment .footer--legal--list {
  max-width: unset;
}
.appointment .footer {
  margin: 2rem 0 66px;
  min-height: unset;
}
@media only screen and (min-width: 1024px) {
  .appointment .footer {
    margin-top: 3rem;
  }
}
.appointment .full-page {
  background: #fff;
  width: 100%;
  margin-top: 65px;
  min-height: calc(100dvh - 110px);
}
.appointment .steps-bar {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  z-index: 9;
  margin-top: 1em;
  padding: 10px;
  border-top: 1px solid var(--light-gray);
  background-color: #fff;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .appointment .steps-bar {
    padding: 10px 20px;
  }
}
.appointment .step {
  height: auto;
  width: 100%;
  padding: 0 15px;
  background: #fff;
  transition: all 0.6s ease;
  display: none;
}
@media only screen and (min-width: 768px) {
  .appointment .step {
    position: absolute;
    top: 56px;
    left: 100%;
    margin-bottom: 3rem;
  }
}
.appointment .step:first-child {
  left: 0;
  display: block;
}
.appointment .step.show {
  left: 0;
}
.appointment .step.slideleft {
  left: -100% !important;
}
.appointment .step.slideright {
  left: 100% !important;
}
.appointment .cita-header {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 20px 0;
}
@media only screen and (min-width: 1024px) {
  .appointment .cita-header {
    padding: 20px 0 40px 0;
  }
}
.appointment .cita-header p {
  color: #696969;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.appointment h1 {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .appointment h1 {
    margin: 0 0 -10px 0;
  }
}
.appointment h3 {
  text-transform: uppercase;
  font-family: "caneladeck-thin";
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .appointment h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1279px) {
  .appointment h3 {
    margin-bottom: 1.5rem;
  }
}
.appointment .tiendas .shop-popup.show {
  bottom: -33vh !important;
}
.appointment .tiendas .shop-card .more-info {
  display: none !important;
}
.appointment .shop-card .phone {
  display: none;
}
.appointment .fechas input {
  border: transparent;
  border-bottom: 1px solid #8d8b8b;
}
.appointment .fechas .cita-date {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .appointment .fechas .cita-date {
    width: 33%;
    margin: 0 auto;
  }
}
.appointment .fechas .cita-date .form--group {
  align-self: unset;
}
.appointment .hasDatepicker {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .appointment .datos-personales .personales-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 30%;
  }
}
.appointment .datos-personales .calendar {
  display: flex;
  flex-direction: column;
}
.appointment .datos-personales .calendar label {
  display: none;
}
.appointment .datos-personales .acepto {
  padding-left: 20px;
}
.appointment .datos-personales .field {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .appointment .datos-personales .field {
    width: 40vw;
    padding-bottom: 5px;
  }
}
.appointment .datos-personales input[type=text],
.appointment .datos-personales input[type=email],
.appointment .datos-personales input[type=number] {
  font-style: italic;
  line-height: 31px;
}
@media only screen and (min-width: 768px) {
  .appointment .wprefix {
    flex: 0 0 25%;
  }
}
.appointment .select2-container {
  width: 100% !important;
}
.appointment #phonePrefix,
.appointment .select2-container--default .select2-results__option,
.appointment .select2-container--default .select2-selection--single {
  width: 100%;
}
.appointment .proxpasos .pasos {
  margin: 1rem 1rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.appointment .proxpasos .pasos li {
  padding-bottom: 1rem;
  line-height: 1.5;
}
.appointment .proxpasos h4 {
  font: 600 larger "caneladeck-thin";
  text-transform: uppercase;
}
.appointment .proxpasos .button {
  text-decoration: none;
  font-size: 13px;
}
.appointment .proxpasos .back-to-home {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
  color: var(--black);
  text-decoration: none;
  text-transform: uppercase;
}
.appointment .proxpasos .back-to-home:hover {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .collection-page .breadcrumbs {
    display: none !important;
  }
}

.collection-not-available {
  margin-top: 56px;
  padding: 3rem 10%;
}
@media only screen and (min-width: 1024px) {
  .collection-not-available {
    padding: 5rem 20%;
  }
}
.collection-not-available h1,
.collection-not-available h3 {
  margin-bottom: 3rem;
}
.collection-not-available a {
  color: var(--black);
  text-decoration: none;
}

.collections-grid {
  margin-top: 56px;
}
@media only screen and (min-width: 1024px) {
  .collections-grid {
    margin-top: 0;
  }
}
.collections-grid .hero-image {
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .collections-grid .hero-image {
    margin-top: 0;
    height: 33vh;
  }
}
.collections-grid .hero-image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .collections-grid .hero-image img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 100%;
  }
}

.collections-text {
  padding: 1.5rem 3vw 0;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .collections-text {
    padding-top: 2.5rem;
  }
}
.collections-text.bottom {
  width: 100%;
  padding: 0 3vw;
}
.collections-text.bottom h2:first-child {
  margin-top: 0;
}
.collections-text.bottom p {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .collections-text.bottom {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .collections-text.bottom p {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.collections-text .pre-titulo {
  text-transform: uppercase;
}
.collections-text h1 {
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}
.collections-text h2 {
  margin: 2.5rem 0 1.5rem;
}
.collections-text h3,
.collections-text h4,
.collections-text h5 {
  margin: 2rem 0 1.2rem;
}
.collections-text a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #696969;
  transition: all 0.2s ease-in-out;
}
.collections-text a:hover {
  color: var(--black) !important;
  text-decoration-color: var(--black);
}

.related-collections {
  margin-top: 3rem;
}
.related-collections .title {
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .related-collections .title {
    text-align: center;
  }
}
.related-collections img {
  aspect-ratio: 4/5;
}
@media only screen and (min-width: 1024px) {
  .related-collections img {
    width: 80% !important;
  }
}

.faqs {
  margin-top: 100px;
  padding: 0 10px;
}
@media only screen and (min-width: 1024px) {
  .faqs {
    padding: 0 3.8%;
  }
}
.faqs h1 {
  display: block;
  margin-top: 40px;
  color: var(--base-color, #151515);
  font-size: 36px;
  font-weight: 250;
  line-height: 105.556%;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .faqs h1 {
    font-size: 48px;
    line-height: 125%;
    margin: 56px 0 3rem;
  }
}
.faqs .content {
  display: flex;
  width: 100%;
  margin-bottom: 6rem;
}
.faqs .nav {
  border-left: 1px solid var(--grey);
}
@media only screen and (min-width: 1024px) {
  .faqs .nav {
    flex: 0 0 25%;
  }
}
.faqs .nav .nav-link {
  color: var(--grey);
  padding: 4px 0 4px 1rem;
  margin-bottom: 10px;
  cursor: pointer;
}
.faqs .nav .nav-link.active {
  color: var(--black);
  font-weight: 500;
  border-left: 2px solid var(--grey);
}
.faqs .nav .nav-link:last-child {
  margin-bottom: 0;
}
.faqs .section {
  padding: 2rem 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.faqs .tab-content {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .faqs .tab-content {
    flex: 0 0 75%;
  }
}
.faqs .tab-content .accordion-item {
  border-bottom: unset;
  margin-bottom: 2rem;
  border: 1px solid #e9e9ef;
  border-radius: 5px;
}
.faqs .tab-content .accordion-header {
  border: none;
}
.faqs .tab-content .accordion-header .accordion-button {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 500;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .faqs .tab-content .accordion-header .accordion-button:after {
    margin-left: 1rem;
  }
}
.faqs .tab-content .accordion-header .accordion-button:focus {
  box-shadow: unset;
}
.faqs .tab-content .accordion-header .accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
}
.faqs .tab-content .accordion-body {
  padding: 10px 20px 2rem;
  border: none;
  line-height: 1.3;
}
.faqs .contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .faqs .contact {
    flex: 0 0 100%;
    margin-top: 48px;
  }
}
.faqs .contact .title {
  text-align: center;
  margin-bottom: 16px;
  color: var(--base-color, var(--black));
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .faqs .contact .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.faqs .contact .text {
  color: var(--black);
  text-align: center;
  margin-bottom: 32px;
}
.faqs .contact a {
  padding: 12px 40px !important;
}

.shops .text {
  padding: 0 16px 34px;
}
@media only screen and (min-width: 768px) {
  .shops .text {
    padding: 0 5% 34px;
  }
}
@media only screen and (min-width: 1024px) {
  .shops .text {
    padding: 0 170px 90px;
  }
}
.shops .cities {
  margin-top: -2rem;
  padding: 0 16px 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .shops .cities {
    padding: 0 5% 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .shops .cities {
    padding: 0 170px 6rem;
  }
}
@media only screen and (min-width: 480px) {
  .shops .cities {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
  }
}
.shops .country {
  display: flex;
  justify-content: center;
  padding: 2rem 0 1rem;
  text-align: center;
  width: 100%;
  font-family: "caneladeck-thin";
}
.shops .city {
  flex: auto;
  line-height: 24px;
  color: #666;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 18px 0;
  box-sizing: border-box;
  margin-bottom: 1rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  flex: 0 0 100%;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .shops .city {
    flex: 0 0 48%;
  }
}
@media only screen and (min-width: 768px) {
  .shops .city {
    flex: 0 0 48%;
    padding: 24px 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .shops .city {
    flex: 0 0 30%;
    width: 90%;
  }
}
.shops .city:hover {
  color: var(--black);
  border-color: #3c3c3c;
}
.shops .mtop {
  margin-top: 32px;
}
@media only screen and (min-width: 1024px) {
  .shops .mtop {
    margin-top: 56px;
  }
}
.shops .mbottom {
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .shop-detail .breadcrumbs {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .shop-detail .shop-container {
    margin-top: 3rem;
  }
}

.appointment-message {
  margin: 6rem 3vw -3rem;
  text-align: center;
  padding: 2rem 10px;
  background-color: #f0f3f6;
  border-radius: 5px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .appointment-message {
    margin: 2rem 80px;
  }
}
.appointment-message svg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 26px;
  opacity: 0.25;
}

.shop-header {
  margin: 2rem 1rem;
}
@media only screen and (min-width: 768px) {
  .shop-header {
    margin: 3rem 20%;
  }
}
.shop-header h1 {
  margin-bottom: 2rem;
  color: var(--black);
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  .shop-header h1 {
    font-size: 3rem;
  }
}
.shop-header p {
  text-align: center;
}

.shop-container {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .shop-container .row > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.shop-container .shop-info {
  width: 100%;
  padding-top: 5rem;
}
@media only screen and (min-width: 768px) {
  .shop-container .shop-info {
    padding: 2rem 1rem 0 0;
  }
}
.shop-container .shop-info .title {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .shop-container .shop-info .title {
    font-size: 2rem;
  }
}
.shop-container .shop-info .review {
  margin-top: -1rem;
  display: flex;
  align-items: center;
}
.shop-container .shop-info .review .rating {
  margin-top: -2px;
}
.shop-container .shop-info .review svg {
  width: 16px;
  height: auto;
}
.shop-container .shop-info .review a {
  margin-left: 10px;
  font-size: 14px;
  color: var(--grey);
}
.shop-container .shop-info .category {
  display: flex;
  align-items: center;
  color: var(--grey) !important;
}
.shop-container .shop-info .category svg {
  width: 24px;
  height: auto;
  margin-right: 10px;
}
.shop-container .shop-info p {
  display: flex;
  margin-bottom: 1.5rem;
}
.shop-container .shop-info .icon {
  display: inline-block;
  width: 24px;
  margin-right: 10px;
}
.shop-container .shop-info .content {
  display: flex;
  color: var(--grey);
  padding-bottom: 30px;
}
.shop-container .shop-info p > a {
  color: var(--base-color);
  text-decoration: none;
}
.shop-container .shop-info p > a:hover {
  color: var(--black);
}
.shop-container .shop-info .timetable {
  margin: -24px 0 0 4px;
}
.shop-container .shop-info .timetable li {
  list-style: none;
}
.shop-container .shop-map {
  width: 100%;
  background-color: #ddd;
  height: 320px;
}
@media only screen and (min-width: 1024px) {
  .shop-container .shop-map {
    height: 520px;
  }
}
.shop-container .shop-appointment {
  margin: 2rem 0;
}
@media only screen and (min-width: 1024px) {
  .shop-container .shop-appointment {
    max-width: 75%;
  }
}
.shop-container .shop-appointment .product-category-selector {
  margin-bottom: 1.5rem;
}
.shop-container .shop-appointment .product-category-selector h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.shop-container .shop-appointment .btn {
  display: flex;
  justify-content: center;
}
.shop-container .shop-appointment .btn .button {
  padding: 8px 50px 9px;
}
.shop-container .shop-reviews {
  padding: 0 3vw 1rem;
  margin-bottom: 3rem;
}
.shop-container .shop-reviews item {
  border-right: 1rem solid #fff;
}
.shop-container .shop-reviews .review {
  padding: 1rem;
  border-radius: 7px;
  border: 1px solid var(--light-gray);
  position: relative;
  min-height: 250px;
}
@media only screen and (min-width: 1024px) {
  .shop-container .shop-reviews .review {
    min-height: 200px;
  }
}
.shop-container .shop-reviews .author {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.shop-container .shop-reviews .photo {
  margin-top: 5px;
  width: 50px;
}
.shop-container .shop-reviews .name {
  display: block;
  font-size: 1rem;
  margin: 0 0 5px;
}
.shop-container .shop-reviews .rating {
  display: flex;
  align-items: center;
}
.shop-container .shop-reviews .rating svg {
  width: 16px;
  height: auto;
}
.shop-container .shop-reviews .date {
  display: block;
  margin-top: 5px;
  color: var(--grey);
  font-size: 14px;
  text-transform: lowercase;
}
.shop-container .shop-reviews p {
  line-height: 1.4;
  margin: 0;
}
.shop-container .shop-reviews .view-more {
  color: var(--grey);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.shop-container .shop-reviews .view-more:hover {
  color: var(--black);
  text-decoration: underline;
}
.shop-container .shop-reviews .quotes {
  position: absolute;
  z-index: -1;
  top: 5px;
  right: 10px;
  width: 75px;
}
.shop-container .shop-reviews .slick-dots {
  bottom: -2rem;
}
.shop-container .collections-list {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  margin: 2rem 0 1rem;
  padding: 0 3vw;
}
@media only screen and (min-width: 768px) {
  .shop-container .collections-list {
    margin-top: 3rem;
  }
}
.shop-container .collections-list .product-category {
  margin-bottom: 3rem;
}
.shop-container .collections-list .collections {
  margin: 0 -3vw;
}
@media only screen and (min-width: 768px) {
  .shop-container .collections-list .collections {
    margin: 0;
  }
}
.shop-container .collections-list .collection {
  border-right: 15px solid #fff;
}
.shop-container .collections-list img {
  max-width: 100%;
}
.shop-container .collections-list .collection-name {
  padding: 15px;
  font-size: 13px;
}
.shop-container .label {
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.shop-container .slick-list {
  padding: 0 15px 0 0 !important;
}
.shop-container .slick-track {
  display: flex !important;
}
.shop-container .slick-slide {
  height: auto;
}
.shop-container .slick-dots {
  bottom: 0;
}

.shop-events {
  padding: 3rem 3vw 1rem;
}
@media only screen and (min-width: 768px) {
  .shop-events {
    padding-top: 1rem;
  }
}
.shop-events h3 {
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.shop-events .next-events {
  background-color: #fff;
}
.shop-events .venue {
  display: none;
}

.shop-footer {
  padding: 3rem 1rem 0;
}
@media only screen and (min-width: 768px) {
  .shop-footer {
    padding: 2rem 20% 1rem;
  }
}
.shop-footer h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.5rem;
}

.recommended-shop h1 {
  font-family: "caneladeck-thin";
}
.recommended-shop .shops-container {
  padding: 1rem 3vw;
}
.recommended-shop .shops-list-container {
  height: -moz-fit-content;
  height: fit-content;
}
.recommended-shop .shops-map {
  height: calc(100vh - 160px);
}
.recommended-shop .shops-list-header,
.recommended-shop .product-category-selector,
.recommended-shop .shop-card .more-info {
  display: none;
}

.event-detail {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .event-detail .footer {
    min-height: 250px;
  }
}
.event-detail .footer--logo,
.event-detail .footer--main,
.event-detail .footer--selector,
.event-detail .footer--social,
.event-detail .footer .copyright,
.event-detail .spacer {
  display: none !important;
}
.event-detail .footer--legal--list {
  max-width: unset;
}
.event-detail .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 999dvh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
@media only screen and (max-width: 600px) {
  .event-detail .breadcrumbs {
    display: none;
  }
}
.event-detail .event-header {
  position: relative;
  width: 100%;
  margin: 56px 0 2rem;
}
@media only screen and (min-width: 768px) {
  .event-detail .event-header {
    margin-top: 0;
  }
}
.event-detail .event-header img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.event-detail .event-content {
  margin: 0 15px 40px;
}
@media only screen and (min-width: 768px) {
  .event-detail .event-content {
    margin: 0 5% 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .event-detail .event-content {
    margin: 0 10vw 40px;
  }
}
.event-detail .event-content .event-title {
  text-transform: uppercase;
  text-align: center;
  margin: 2rem 0 1rem;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .event-detail .event-content .event-title {
    font-size: 26px;
    line-height: 110%;
  }
}
.event-detail .event-content .event-title .event-name {
  display: block;
  padding-top: 10px;
  font-weight: 300;
  color: var(--grey);
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  .event-detail .event-content .event-title .event-name {
    font-size: 20px;
  }
}
.event-detail .event-content .event-description {
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .event-detail .event-content .event-description p {
    text-align: center;
  }
}
.event-detail .event-content .event-date {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}
.event-detail .event-content .form-title {
  font-size: 1rem;
  font-weight: 500;
  margin: 1rem 0;
  text-align: center;
  text-transform: uppercase;
}
.event-detail .event-content .steps-list {
  margin-bottom: 2rem;
  font-size: 14px;
  padding: 1.5rem 1rem 1rem 2rem;
  background-color: var(--pastel);
  counter-reset: my-counter;
  border-radius: 0.4rem;
}
@media only screen and (min-width: 768px) {
  .event-detail .event-content .steps-list {
    max-width: 416px;
  }
}
.event-detail .event-content .steps-list li {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
  list-style-type: none;
}
.event-detail .event-content .steps-list li:last-child {
  margin-bottom: 0;
}
.event-detail .event-content .steps-list li::before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  display: inline-block;
  position: absolute;
  left: -22px;
  top: -1px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--base-color);
}
.event-detail .event-content .shop-card {
  margin-top: 1rem;
}
@media only screen and (min-width: 1024px) {
  .event-detail .event-content .shop-card {
    padding-right: 2rem;
  }
}
.event-detail .event-content .shop-card:hover {
  background-color: #fff;
  border-color: var(--light-gray);
  cursor: default;
}
.event-detail .event-content .shop-card .address {
  padding-bottom: 0;
}
.event-detail .select2-selection__rendered div {
  color: var(--black);
  font-family: "Montserrat";
  font-size: 1rem;
  color: var(--black);
  line-height: 1.6;
  padding-bottom: 5px;
}
.event-detail .select2-container--open .select2-selection__rendered div,
.event-detail .select2-container--focus .select2-selection__rendered div {
  font-family: "Montserrat";
  font-size: 1rem;
  color: var(--black);
  line-height: 1.6;
  padding-bottom: 5px;
}
.event-detail .select2-container .select2-selection--single {
  height: auto !important;
  padding: 5px;
}
.event-detail .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal !important;
}
.event-detail .select2-container .select2-selection--single .select2-selection__rendered {
  white-space: normal !important;
}
.event-detail .select2-selection__rendered div {
  margin-bottom: -3px;
}
.event-detail .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  border-bottom: 1px solid #e9e9ef;
  background-color: #fff;
  font-size: 14px;
}
.event-detail .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
  opacity: 0.33;
}
.event-detail .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  opacity: 0.33;
}
.event-detail .select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
}
@media only screen and (max-width: 600px) {
  .event-detail .select2-container--default .select2-results > .select2-results__options {
    max-height: calc(100dvh - 66px);
    -webkit-overflow-scrolling: auto !important;
  }
}
.event-detail .select2-results__options li:first-child {
  padding: 10px !important;
}
.event-detail .select2-container .select2-selection--single {
  padding: 2px 0 9px 0;
}
.event-detail .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: var(--black);
  background-color: #fff;
}
.event-detail .select2-selection__rendered div.shop,
.event-detail .select2-results__option .shop {
  display: flex;
  flex-direction: column;
  align-self: baseline;
  padding: 3px 3px 12px;
  border-bottom: 1px solid #e9e9ee;
}
.event-detail .select2-selection__rendered div.name,
.event-detail .select2-selection__rendered div.address,
.event-detail .select2-results__option .name,
.event-detail .select2-results__option .address {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.event-detail .select2-selection__rendered div.address,
.event-detail .select2-results__option .address {
  align-items: flex-start;
}
.event-detail .select2-selection__rendered .icon svg,
.event-detail .select2-results__option .icon svg {
  width: 20px;
  margin-right: 10px;
}
.event-detail .select2-selection__rendered div.address,
.event-detail .select2-results__option .address {
  padding-top: 8px;
  font-size: 14px;
}
.event-detail .select2.error .select2-selection--single {
  border-color: #992e16 !important;
}
.event-detail form {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .event-detail form {
    margin: 0 auto 2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.event-detail form .wtelf {
  margin-top: 5px;
}
@media only screen and (min-width: 1024px) {
  .event-detail form .wtelf {
    margin-top: 6px;
  }
}
.event-detail form button {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .event-detail form button {
    min-width: 416px;
  }
}
.event-detail input[readonly] {
  border-bottom: none !important;
}
.event-detail .response {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.event-detail .response .subtitle {
  text-align: center;
  font: normal 26px "caneladeck-thinitalic";
  margin-bottom: 2rem;
}
.event-detail .response p {
  text-align: center;
  text-transform: uppercase;
}
.event-detail .response .steps {
  align-self: flex-start;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .event-detail .response .steps {
    align-self: center;
  }
}
.event-detail .response .steps li {
  margin-bottom: 0.5rem;
}
.event-detail .fixed-btn-appointment {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  z-index: 999;
}
.event-detail .fixed-btn-appointment button {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 8px 0 9px;
}
@media only screen and (min-width: 1024px) {
  .event-detail .fixed-btn-appointment button {
    width: auto;
    padding: 8px 3rem 9px;
  }
}

.appointment-steps-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.appointment-steps-icons .step {
  border-radius: 5rem;
  border: 1.5px solid var(--grey);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appointment-steps-icons .step svg {
  width: 20px;
}
.appointment-steps-icons .step path {
  stroke: var(--grey);
}
.appointment-steps-icons .step.active {
  border-color: var(--base-color);
  background-color: var(--base-color);
}
.appointment-steps-icons .step.active svg {
  width: 20px;
}
.appointment-steps-icons .step.active path {
  stroke: #ffffff;
}
.appointment-steps-icons .dash {
  height: 1px;
  border-top: 1.5px solid var(--grey);
  margin: 0 10px;
  width: 12.5%;
}
@media only screen and (min-width: 768px) {
  .appointment-steps-icons .dash {
    width: 5%;
  }
}

.appointment-summary {
  margin-bottom: 2rem;
}
.appointment-summary .summary-title {
  font-size: 1rem;
  font-weight: 500;
  margin: 3rem 0 2rem;
  text-align: center;
  text-transform: uppercase;
}
.appointment-summary .fields {
  position: relative;
}
.appointment-summary .field-set {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--grey);
}
.appointment-summary .title {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.appointment-summary .field {
  display: block;
  color: var(--grey);
}
.appointment-summary .edit {
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 0;
}

.blog {
  margin-top: 56px;
}
.blog .page-title {
  margin: 5rem 0 2rem;
  font: 250 2rem "caneladeck-thin";
  line-height: 1.2;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  text-align: center;
}
.blog .post {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.blog .post:hover .post-title {
  text-decoration: underline;
}
.blog .post-image {
  margin-bottom: 1rem;
}
.blog .post-title {
  display: block;
  color: var(--black);
  font: 400 1.1rem "Montserrat";
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
}
.blog .post-category,
.blog .post-tag {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--grey);
  font-size: 13px;
  text-transform: uppercase;
}

.featured-post {
  position: relative;
  text-align: center;
}
.featured-post .post-image {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .featured-post .post-image {
    height: unset;
  }
}
.featured-post .post-title {
  padding: 0 3vw;
}
@media only screen and (min-width: 1024px) {
  .featured-post .post-title {
    margin: 0 auto;
    max-width: 33%;
  }
}

.featured-posts {
  margin: 3rem 0 0;
}
@media only screen and (min-width: 768px) {
  .featured-posts {
    margin: 5rem 0 0;
  }
}

.all-posts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
}
@media only screen and (min-width: 1024px) {
  .all-posts {
    padding: 3rem 3vw;
  }
}
.all-posts .title {
  color: var(--black);
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .all-posts .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.all-posts .navbar {
  position: relative;
  padding: 1rem 0;
  width: 100%;
}
.all-posts .navbar--container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  list-style: none;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media only screen and (min-width: 768px) {
  .all-posts .navbar--container {
    justify-content: center;
    align-items: center;
  }
}
.all-posts .navbar button {
  margin: 5px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 6px 20px;
}
.all-posts .navbar button:not(:first-child):before {
  content: "#";
}
.all-posts .posts {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .all-posts .posts {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1%;
  }
}
.all-posts .post {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 60px;
  transition: opacity 300ms ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .all-posts .post {
    width: 32.6666666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .all-posts .post {
    width: 24%;
  }
}
.all-posts .post.hidden {
  opacity: 0;
}
.all-posts .post-image {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.all-posts .post-image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .all-posts .post-image img {
    min-width: 100%;
    min-height: 465px;
  }
}
.all-posts .post-content {
  padding: 0 1rem;
  text-align: center;
}

.blog-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow-x: hidden;
}
.blog-detail .hero-image {
  max-width: 100%;
  margin: 1rem 0 2rem;
}
.blog-detail header {
  margin: 1.5rem 1rem;
  text-align: center;
}
.blog-detail header h1 {
  font: 250 2.5rem "caneladeck-thin";
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .blog-detail header {
    width: 100%;
    padding: 0;
    margin: 0 0 3rem;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    height: calc(100vh - 55px);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1600px) {
  .blog-detail header {
    height: 720px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-detail header h1 {
    font-size: 4rem;
    color: #fff;
  }
  .blog-detail header .post-tag {
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-detail .content {
    width: 100%;
    padding: 0 3vw 3rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 20%, transparent 100%);
  }
}
.blog-detail .excerpt {
  font-size: 19px;
  padding: 0 3vw;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .blog-detail .excerpt {
    max-width: 720px;
    padding: 0;
    margin-bottom: 2rem;
  }
}

.post-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 3vw;
}
@media only screen and (min-width: 768px) {
  .post-content {
    padding: 0;
    max-width: 720px;
  }
}
.post-content h2 {
  margin: 2rem 0 1.5rem;
  font: 300 1.5rem "Montserrat";
}
.post-content h3 {
  margin: 1rem 0 1.5rem;
  font: 300 1.3rem "Montserrat";
}
.post-content p,
.post-content li {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.post-content p:last-child,
.post-content li:last-child {
  margin-bottom: 0;
}
.post-content p strong,
.post-content li strong {
  font-weight: 600;
}
.post-content ul,
.post-content ol {
  padding: 0 1rem 0 1.5rem;
}
.post-content a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #696969;
  transition: all 0.2s ease-in-out;
}
.post-content a:hover {
  color: var(--black) !important;
  text-decoration-color: var(--black);
}
.post-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post-content figure.image {
  display: block;
  margin: 1rem 0 2rem;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .post-content figure.image {
    width: calc(100% + 2rem);
  }
}
.post-content figure.image img {
  text-align: center;
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.post-content figure.image figcaption {
  text-align: left;
  margin-top: 0.5rem;
  color: var(--grey);
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .post-content figure.image figcaption {
    text-align: center;
  }
}
.post-content li > figure.image {
  width: calc(100% + 5rem);
  margin-left: -2.5rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .post-content li > figure figcaption {
    margin-left: 1rem;
  }
}
.post-content figure + h2 {
  margin-top: 0;
}
.post-content--group--title {
  margin-bottom: 30px;
}
.post-content--group--content {
  margin-bottom: 60px;
}

.post-share {
  margin: 2rem 0;
  padding: 0 3vw 2rem;
}
.post-share button {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--light-gray);
  border-radius: 5px;
  padding: 8px 30px;
  color: var(--grey);
}
.post-share button:hover {
  color: var(--black);
}
.post-share svg {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.blog.related-products {
  margin: 0;
  padding: 3rem 3vw 2rem;
  width: 100%;
}

.related-posts {
  width: 100%;
  padding: 3rem 3vw;
  background-color: var(--pastel);
}
@media only screen and (min-width: 768px) {
  .related-posts {
    padding: 3rem 1rem;
  }
}
.related-posts .title {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 2rem;
  font-weight: 300;
}
.related-posts li {
  list-style: none;
}
.related-posts .posts {
  width: 100%;
}
.related-posts .slick-list {
  padding: 0 15px 0 0 !important;
  margin-bottom: 2rem;
}
.related-posts .post {
  display: block;
  border-right: 1rem solid transparent;
  font: 400 13px "Montserrat";
  color: var(--grey);
  line-height: normal;
  text-decoration: none;
}
.related-posts .post:hover {
  color: var(--black);
}
.related-posts .post-image {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  margin-bottom: 1rem;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 768px) {
  .related-posts .post-image {
    aspect-ratio: 1/1;
    overflow: scroll;
    max-height: 450px;
  }
}
.related-posts .post-title {
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  max-width: 95%;
}
.related-posts .post-tag {
  text-align: center;
}
.related-posts .button {
  display: block;
  margin: 3rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.page-404 {
  font-family: "Montserrat";
  padding: 5rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .page-404 {
    text-align: center;
    padding: 6rem 0;
  }
}
.page-404 .title {
  color: var(--base-color);
  font: italic 2.5rem "caneladeck-thin";
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .page-404 .title {
    font-size: 3rem;
  }
}
.page-404 .subtitle {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .page-404 .subtitle {
    margin-bottom: 2rem;
  }
}
.page-404 .text {
  color: rgba(0, 0, 0, 0.64);
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .page-404 .text {
    margin-bottom: 4rem;
  }
}
.page-404 .collections-grid {
  margin: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 3rem;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .page-404 .collections-grid {
    gap: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page-404 .collections-grid {
    margin: 0 auto 4rem;
    max-width: 50%;
  }
}
.page-404 .collection {
  flex: 1 1 50%;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  color: var(--base-color);
  transition: all 0.3s ease-in-out;
}
.page-404 .collection:hover {
  text-decoration: underline;
  color: var(--black);
}
.page-404 .collection img {
  max-width: 100%;
  height: auto;
  border-radius: var(--event-card-border-radius);
  margin-top: 10px;
}
.page-404 .btn-home {
  text-align: center;
}
.page-404 .error-code {
  align-self: start;
  color: rgba(21, 21, 21, 0.1);
  font: 250 160px "caneladeck-thin";
  letter-spacing: -3.2px;
  margin: 80px 16px 0;
}
@media only screen and (min-width: 768px) {
  .page-404 .error-code {
    margin: 60px 33px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-404 .error-code {
    margin: 60px 33px 0;
  }
}
@media only screen and (min-width: 480px) {
  .page-404 .error-code {
    font-size: 320px;
    line-height: 120%;
    letter-spacing: -6.4px;
  }
}

.landing--title {
  margin: 80px 16px 27px;
  color: var(--base-color);
  text-align: center;
  font-family: "caneladeck-thin";
  font-size: 44px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .landing--title {
    margin: 120px 33px 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .landing--title {
    margin: 120px 33px 80px;
  }
}
@media only screen and (min-width: 768px) {
  .landing--title {
    font-size: 3.5rem;
    line-height: 70px;
    letter-spacing: -0.64px;
  }
}
.landing--main {
  margin-bottom: 120px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .landing--main {
    margin-bottom: 290px;
  }
}

.legal {
  margin: 75px 10px 36px;
}
@media only screen and (min-width: 768px) {
  .legal {
    margin: 105px 140px 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .legal {
    margin: 105px 140px 56px;
  }
}
.legal h1 {
  color: var(--base-color, var(--black));
  font-size: 1.75rem;
  line-height: 38px;
  font-weight: 250;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
  .legal h1 {
    font-size: 2rem;
    line-height: 60px;
  }
}
.legal h2 {
  margin: 2rem 0 1rem;
  font-size: 1.15rem;
}
@media only screen and (min-width: 768px) {
  .legal h2 {
    font-size: 1.5rem;
  }
}
.legal a {
  color: var(--base-color, var(--black));
  text-decoration-line: underline;
}
.legal p,
.legal ul {
  color: var(--base-color, var(--black));
}
.legal ul {
  margin-bottom: 24px;
}
.legal li {
  word-wrap: break-word;
  white-space: normal;
}

.ma {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Montserrat";
  margin: 85px 16px 27px;
}
@media only screen and (min-width: 768px) {
  .ma {
    margin: 208px 33px 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .ma {
    margin: 208px 33px 80px;
  }
}
.ma--title {
  color: var(--base-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  margin: 80px 16px 16px;
}
@media only screen and (min-width: 768px) {
  .ma--title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .ma--title {
    margin: 80px 33px 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .ma--title {
    margin: 80px 33px 16px;
  }
}
.ma--text {
  color: rgba(0, 0, 0, 0.64);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.ma__pos--1 {
  margin: 0 0 80px;
}
.ma__pos--2 {
  margin: 0 0 24px;
}
.ma--rrss {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  gap: 10px;
}
@media only screen and (min-width: 480px) {
  .ma--rrss {
    max-width: 299px;
    gap: 13px;
  }
}
.ma--rrss--icon {
  width: 32px;
  height: 32px;
}

picture {
  width: 100%;
}
picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  picture img {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  picture img {
    max-height: 740px;
  }
}

.about--title {
  margin: 80px 16px 27px;
  color: var(--base-color);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 250;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .about--title {
    margin: 80px 50px 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .about--title {
    margin: 80px 50px 80px;
  }
}
@media only screen and (min-width: 768px) {
  .about--title {
    font-size: 3.5rem;
    line-height: 70px;
    letter-spacing: -0.64px;
  }
}
.about--video {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about--video video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.about--main {
  margin-bottom: 120px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .about--main {
    margin-bottom: 290px;
  }
}
.about--main--text_history {
  margin: 32px 16px 50px;
  color: #696969;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .about--main--text_history {
    margin: 0 27.7% 160px;
    color: var(--black);
    text-align: center;
    font-size: 20px;
    line-height: 180%;
  }
}
.about--main--image_w_captions {
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 22px 64px;
  width: 343px;
  height: 420.452px;
  flex-shrink: 0;
  border-radius: 2px;
  box-shadow: 0px 1.58px 1.58px 0px rgba(0, 0, 0, 0.15), 1.58px 1.58px 1.58px 0px #fff inset;
}
@media only screen and (min-width: 768px) {
  .about--main--image_w_captions {
    width: 434px;
    height: 532px;
    flex-shrink: 0;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15), 2px 2px 2px 0px #fff inset;
    padding: 30px 30px 80px;
  }
}
.about--main--image_w_captions img {
  width: 100%;
  height: auto;
}
.about--main--image_w_captions .captions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.about--main--image_w_captions .captions .caption {
  color: #818181;
  font-weight: 400;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .about--main--image_w_captions .captions .caption {
    opacity: 0.8;
  }
}
.about--main--image_w_captions .captions .caption.left {
  text-align: left;
}
.about--main--image_w_captions .captions .caption.right {
  text-align: right;
}
.about--main--title2 {
  margin: 24px 16px 24px;
  color: var(--base-color);
  text-align: center;
  font-size: 29px;
  font-style: normal;
  font-weight: 250;
  line-height: 38px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .about--main--title2 {
    margin: 48px 50px 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .about--main--title2 {
    margin: 48px 50px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .about--main--title2 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -0.48px;
  }
}
.about--main .rc_desfile {
  padding-top: 48px;
}
@media only screen and (min-width: 768px) {
  .about--main .rc_desfile {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.about--main .rc_col_row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  row-gap: 23px;
}
@media only screen and (min-width: 768px) {
  .about--main .rc_col_row {
    flex-direction: row;
    row-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
.about--main--text {
  margin: 0 16px 90px;
  color: #696969;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .about--main--text {
    margin: 0 50px 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .about--main--text {
    margin: 0 50px 70px;
  }
}
@media only screen and (min-width: 768px) {
  .about--main--text {
    width: 475px;
    text-align: center;
    line-height: 180%;
  }
}
.about--main--rc_dc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background-color: #F9F7F1;
  margin: 0 0 80px;
  padding: 56px 16px 56px;
}
@media only screen and (min-width: 768px) {
  .about--main--rc_dc {
    gap: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .about--main--rc_dc {
    margin: 0 0 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .about--main--rc_dc {
    margin: 0 0 120px;
  }
}
@media only screen and (min-width: 768px) {
  .about--main--rc_dc {
    padding: 80px 28% 133px;
  }
}
@media only screen and (min-width: 1024px) {
  .about--main--rc_dc {
    padding: 80px 28% 133px;
  }
}
.about--main--rc_dc--quotes {
  color: var(--black);
  text-align: center;
  font-family: "caneladeck-thin";
  font-size: 20px;
  font-style: normal;
  font-weight: 250;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .about--main--rc_dc--quotes {
    color: var(--black);
    font-size: 24px;
    line-height: 180%;
  }
}
.about--main--text_awards {
  padding: 0 16px 60px;
  color: var(--black);
  text-align: center;
  line-height: 180%;
}
.about--main--text_awards p {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .about--main--text_awards {
    padding: 20px 0 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .about--main--text_awards {
    padding: 20px 0 60px;
  }
}

@media only screen and (min-width: 768px) {
  .w475_tablet {
    width: 475px;
  }
}

@media only screen and (min-width: 768px) {
  .w644_tablet {
    width: 644px;
  }
}

@media only screen and (min-width: 768px) {
  .w931_tablet {
    width: 931px;
  }
}

.max_height_vestido_novia_fiesta {
  max-height: 618px;
}

.about-history picture {
  width: 100%;
}
.about-history picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .about-history picture img {
    max-height: 740px;
  }
}
.about-history--video {
  margin-top: 56px;
}
@media only screen and (min-width: 768px) {
  .about-history--video {
    margin-top: 0;
  }
}
.about-history--main {
  overflow: hidden;
}
.about-history--main--title {
  margin: 24px 0;
  padding: 0 4.2%;
  color: var(--base-color, #151515);
  font-style: normal;
  font-weight: 250;
  font-size: 2rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about-history--main--title {
    padding: 0 3.8%;
  }
}
@media only screen and (min-width: 1024px) {
  .about-history--main--title {
    margin: 4.86% 27.63% 0 27.63%;
    font-size: 3.5rem;
    line-height: 70px;
  }
}
.about-history--main--text {
  margin: 24px 0 0 0;
  padding: 0 4.2%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #696969;
}
@media only screen and (min-width: 768px) {
  .about-history--main--text {
    padding: 0 3.8%;
  }
}
.about-history--main--text p .underline {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .about-history--main--text {
    width: 644px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: var(--black);
  }
}
.about-history--main--meet {
  width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  cursor: grab;
  margin: 3.4% 0 0 4.2%;
  height: 560px;
  position: relative;
}
.about-history--main--meet div {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media only screen and (min-width: 768px) {
  .about-history--main--meet {
    margin: 8% 0 12.7% 4.2%;
  }
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet {
    height: 680px;
  }
}
.about-history--main--meet .text_meet {
  width: 260px;
  white-space: normal;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text_meet {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: var(--base-color);
  }
}
.about-history--main--meet .text_meet_large {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: var(--base-color);
  width: 334px;
  white-space: normal;
}
.about-history--main--meet .text_uppercase {
  text-transform: uppercase;
}
.about-history--main--meet .img_meet_full {
  height: 354px;
  width: auto;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .img_meet_full {
    height: 454px;
  }
}
.about-history--main--meet .img_meet_medium {
  height: 270px;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .img_meet_medium {
    height: 325px;
  }
}
.about-history--main--meet .img_meet_small {
  height: 207px;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .img_meet_small {
    height: 260px;
  }
}
.about-history--main--meet .img1 {
  position: absolute;
  left: 1173px;
  top: 108px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .img1 {
    left: 1173px;
    top: 108px;
  }
}
.about-history--main--meet .img2 {
  position: absolute;
  left: 2560px;
  top: 108px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .img2 {
    left: 2560px;
    top: 108px;
  }
}
.about-history--main--meet .img3 {
  position: absolute;
  left: 3615px;
  top: 108px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .img3 {
    left: 3615px;
    top: 108px;
  }
}
.about-history--main--meet .img4 {
  position: absolute;
  left: 4300px;
  top: 108px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .img4 {
    left: 4300px;
    top: 108px;
  }
}
.about-history--main--meet .img5 {
  position: absolute;
  left: 5070px;
  top: 108px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .img5 {
    left: 5070px;
    top: 108px;
  }
}
.about-history--main--meet .img6 {
  position: absolute;
  left: 5788px;
  top: 108px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .img6 {
    left: 5788px;
    top: 108px;
  }
}
.about-history--main--meet .img7 {
  position: absolute;
  left: 6719px;
  top: 108px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .img7 {
    left: 6719px;
    top: 108px;
  }
}
.about-history--main--meet .img8 {
  position: absolute;
  left: 7159px;
  top: 252px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .img8 {
    left: 7159px;
    top: 300px;
  }
}
.about-history--main--meet .img9 {
  position: absolute;
  left: 7696px;
  top: 108px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .img9 {
    left: 7696px;
    top: 108px;
  }
}
.about-history--main--meet .text0 {
  position: absolute;
  left: 0;
  top: 177px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text0 {
    left: 0;
    top: 255px;
  }
}
.about-history--main--meet .text0 .title {
  width: 255px;
  white-space: normal;
  font-family: "caneladeck-thin";
  font-style: normal;
  font-weight: 250;
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--base-color);
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text0 .title {
    width: 706px;
    font-size: 48px;
    line-height: 60px;
  }
}
.about-history--main--meet .text0 .title2 {
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: var(--base-color);
  white-space: normal;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 21px;
}
.about-history--main--meet .text0 .title2 .marg_left {
  margin-left: 12px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text0 .title2 {
    font-size: 1rem;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
  }
}
.about-history--main--meet .text1 {
  position: absolute;
  left: 1450px;
  top: 350px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text1 {
    left: 1523px;
    top: 421px;
  }
}
.about-history--main--meet .text2 {
  position: absolute;
  left: 1894px;
  top: 111px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text2 {
    left: 1896px;
    top: 151px;
  }
}
.about-history--main--meet .text2 .quote-text {
  align-self: flex-end;
  width: 260px;
  white-space: normal;
  font-style: italic;
  quotes: "“" "”";
}
.about-history--main--meet .text2 .quote-text::before {
  content: open-quote;
}
.about-history--main--meet .text2 .quote-text::after {
  content: close-quote;
}
.about-history--main--meet .text2 .quote-author {
  margin-top: 15px;
}
.about-history--main--meet .text3 {
  position: absolute;
  left: 2155px;
  top: 330px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text3 {
    left: 2155px;
    top: 394px;
  }
}
.about-history--main--meet .text4 {
  position: absolute;
  left: 2835px;
  top: 108px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text4 {
    left: 2900px;
    top: 108px;
  }
}
.about-history--main--meet .text5 {
  position: absolute;
  left: 3090px;
  top: 433px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text5 {
    left: 3090px;
    top: 511px;
  }
}
.about-history--main--meet .text6 {
  position: absolute;
  left: 3889px;
  top: 420px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text6 {
    left: 3963px;
    top: 513px;
  }
}
.about-history--main--meet .text7 {
  position: absolute;
  left: 4593px;
  top: 106px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text7 {
    left: 4645px;
    top: 110px;
  }
}
.about-history--main--meet .text8 {
  position: absolute;
  left: 5346px;
  top: 378px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text8 {
    left: 5420px;
    top: 468px;
  }
}
.about-history--main--meet .text9 {
  position: absolute;
  left: 6019px;
  top: 110px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text9 {
    left: 6019px;
    top: 110px;
  }
}
.about-history--main--meet .text9 .quote-text {
  align-self: flex-start;
  width: 270px;
  white-space: normal;
  font-style: italic;
  quotes: "“" "”";
}
.about-history--main--meet .text9 .quote-text::before {
  content: open-quote;
}
.about-history--main--meet .text9 .quote-text::after {
  content: close-quote;
}
.about-history--main--meet .text9 .quote-author {
  margin-top: 15px;
}
.about-history--main--meet .text10 {
  position: absolute;
  left: 6257px;
  top: 434px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text10 {
    left: 6259px;
    top: 507px;
  }
}
.about-history--main--meet .text11 {
  position: absolute;
  left: 6996px;
  top: 105px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text11 {
    left: 7061px;
    top: 110px;
  }
}
.about-history--main--meet .text11 .quote-text {
  align-self: flex-start;
  width: 260px;
  white-space: normal;
  font-style: italic;
  quotes: "“" "”";
}
.about-history--main--meet .text11 .quote-text::before {
  content: open-quote;
}
.about-history--main--meet .text11 .quote-text::after {
  content: close-quote;
}
.about-history--main--meet .text11 .quote-author {
  margin-top: 15px;
}
.about-history--main--meet .text12 {
  position: absolute;
  left: 8101px;
  top: 106px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text12 {
    left: 8181px;
    top: 110px;
  }
}
.about-history--main--meet .text13 {
  text-align: center;
  padding-right: 571px;
  position: absolute;
  left: 8956px;
  top: 369px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text13 {
    left: 9012px;
    top: 443px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .text13 {
    padding-right: 571px;
  }
}
.about-history--main--meet .hl {
  position: absolute;
  left: 287px;
  top: 280px;
  width: 8610px;
  height: 2px;
  background-color: #E8E8E8;
  z-index: -2;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .hl {
    left: 750px;
    top: 340px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .hl {
    width: 8200px;
  }
}
.about-history--main--meet .vl {
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: #E8E8E8;
  z-index: -2;
}
.about-history--main--meet .vl_up {
  bottom: 280px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .vl_up {
    bottom: 338px;
  }
}
.about-history--main--meet .vl_down {
  bottom: 248px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .vl_down {
    bottom: 308px;
  }
}
.about-history--main--meet .vl_pos1 {
  position: absolute;
  left: 287px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .vl_pos1 {
    left: 750px;
  }
}
.about-history--main--meet .vl_pos2 {
  position: absolute;
  left: 1896px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .vl_pos2 {
    left: 1896px;
  }
}
.about-history--main--meet .vl_pos3 {
  position: absolute;
  left: 2155px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .vl_pos3 {
    left: 2155px;
  }
}
.about-history--main--meet .vl_pos4 {
  position: absolute;
  left: 2513px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .vl_pos4 {
    left: 2513px;
  }
}
.about-history--main--meet .vl_pos5 {
  position: absolute;
  left: 3090px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .vl_pos5 {
    left: 3090px;
  }
}
.about-history--main--meet .vl_pos6 {
  position: absolute;
  left: 3579px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .vl_pos6 {
    left: 3579px;
  }
}
.about-history--main--meet .vl_pos7 {
  position: absolute;
  left: 4272px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .vl_pos7 {
    left: 4257px;
  }
}
.about-history--main--meet .vl_pos8 {
  position: absolute;
  left: 5033px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .vl_pos8 {
    left: 5033px;
  }
}
.about-history--main--meet .vl_pos9 {
  position: absolute;
  left: 5749px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .vl_pos9 {
    left: 5749px;
  }
}
.about-history--main--meet .vl_pos10 {
  position: absolute;
  left: 6259px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .vl_pos10 {
    left: 6259px;
  }
}
.about-history--main--meet .vl_pos11 {
  position: absolute;
  left: 7659px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .vl_pos11 {
    left: 7659px;
  }
}
.about-history--main--meet .year {
  position: absolute;
  font-family: "caneladeck-thin";
  font-style: normal;
  font-weight: 250;
  font-size: 105px;
  line-height: 80%;
  text-align: center;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  color: var(--base-color);
  z-index: 1001;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .year {
    font-size: 140px;
  }
}
.about-history--main--meet .year1 {
  position: absolute;
  left: 1135px;
  top: 44px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .year1 {
    left: 1123px;
    top: 24px;
  }
}
.about-history--main--meet .year2 {
  position: absolute;
  left: 2513px;
  top: 433px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .year2 {
    left: 2501px;
    top: 518px;
  }
}
.about-history--main--meet .year3 {
  position: absolute;
  left: 3085px;
  top: 320px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .year3 {
    left: 3090px;
    top: 370px;
  }
}
.about-history--main--meet .year4 {
  position: absolute;
  left: 3584px;
  top: 44px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .year4 {
    left: 3571px;
    top: 28px;
  }
}
.about-history--main--meet .year5 {
  position: absolute;
  left: 4268px;
  top: 44px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .year5 {
    left: 4252px;
    top: 23px;
  }
}
.about-history--main--meet .year6 {
  position: absolute;
  left: 5035px;
  top: 428px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .year6 {
    left: 5027px;
    top: 519px;
  }
}
.about-history--main--meet .year7 {
  position: absolute;
  left: 6254px;
  top: 322px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .year7 {
    left: 6257px;
    top: 367px;
  }
}
.about-history--main--meet .year8 {
  position: absolute;
  left: 7659px;
  top: 41px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .year8 {
    left: 7649px;
    top: 16px;
  }
}
.about-history--main--meet .year9 {
  position: absolute;
  left: 9012px;
  top: 224px;
}
@media only screen and (min-width: 1024px) {
  .about-history--main--meet .year9 {
    left: 9025px;
    top: 260px;
  }
}
.about-textile picture {
  width: 100%;
}
.about-textile picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .about-textile picture img {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .about-textile picture img {
    max-height: 740px;
  }
}
.about-textile--video {
  margin-top: 56px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .about-textile--video {
    margin-top: 0;
  }
}
.about-textile--video video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-textile--video #tejido_img_vid {
  width: 100%;
  height: 90vh;
}
.about-textile--video #tejido_img_vid video {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-textile--main {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .about-textile--main {
    align-items: start;
  }
}
.about-textile--main--imgs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.about-textile--main--imgs--img {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.about-textile--main--imgs--img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 480px) {
  .about-textile--main--imgs--img {
    flex: 1 1 28.8%;
  }
}
@media only screen and (min-width: 480px) {
  .about-textile--main--imgs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.about-textile--navbar_tejidos {
  position: relative;
  padding: 32px 16px;
  width: 100%;
}
.about-textile--navbar_tejidos--container {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  gap: 12px;
}
@media only screen and (min-width: 1024px) {
  .about-textile--navbar_tejidos--container {
    justify-content: center;
  }
}
.about-textile--navbar_tejidos--container div button {
  color: var(--black);
  white-space: nowrap;
  overflow: hidden;
  font: 500 13px "Montserrat";
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 1px solid var(--black);
}
.about-textile--navbar_tejidos--container div button.active {
  background: var(--black);
}
.about-textile--navbar_tejidos--container div button:hover,
.about-textile--navbar_tejidos--container div button:active,
.about-textile--navbar_tejidos--container div button:focus,
.about-textile--navbar_tejidos--container div button:active {
  border: 1px solid var(--black);
  background: var(--black);
}
.about-textile--slider {
  position: relative;
  overflow: hidden;
  max-height: 520px;
}
@media only screen and (min-width: 768px) {
  .about-textile--slider {
    max-height: 520px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-textile--slider {
    max-height: 665px;
  }
}
.about-textile--slider .item {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .about-textile--slider .item {
    flex-direction: row;
  }
}
.about-textile--slider .item .item-img,
.about-textile--slider .item .item-text {
  flex: 1 1 0;
}
.about-textile--slider .item .item-img {
  position: relative;
}
.about-textile--slider .item .item-img .background-img {
  width: 100%;
  height: 100%;
}
.about-textile--slider .item .item-img .foreground-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 18%;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease-in-out;
}
.about-textile--slider .item .item-img .about-textile_slider_controls {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 10%;
}
.about-textile--slider .item .item-img .about-textile_slider_controls button {
  background-color: transparent;
  border: none;
  padding: 0 10px;
  outline: none;
  cursor: pointer;
}
.about-textile--slider .item .item-img .about-textile_slider_controls button img {
  width: 9px;
  height: auto;
}
.about-textile--slider .item .item-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-textile--slider .item .item-text .item-title,
.about-textile--slider .item .item-text .item-content {
  transition: opacity 0.5s ease-in-out;
}
.about-textile--slider .item .item-text .item-title {
  color: var(--black);
  text-align: center;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-transform: uppercase;
  padding: 40px 24px 24px;
}
@media only screen and (min-width: 768px) {
  .about-textile--slider .item .item-text .item-title {
    padding: 40px 10% 24px;
  }
}
.about-textile--slider .item .item-text .item-content {
  padding: 0 24px 24px;
  color: var(--black);
  text-align: center;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 180%;
}
@media only screen and (min-width: 768px) {
  .about-textile--slider .item .item-text .item-content {
    padding: 0 10% 24px;
  }
}
.about-textile--quotes {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F9F7F1;
  margin: 56px 0 80px;
  padding: 56px 16px 56px;
}
@media only screen and (min-width: 768px) {
  .about-textile--quotes {
    margin: 80px 0 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-textile--quotes {
    margin: 80px 0 170px;
  }
}
@media only screen and (min-width: 768px) {
  .about-textile--quotes {
    padding: 133px 28% 133px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-textile--quotes {
    padding: 133px 28% 133px;
  }
}
.about-textile--quotes--text {
  color: var(--black);
  text-align: center;
  font-family: "caneladeck-thin";
  font-size: 20px;
  font-style: normal;
  font-weight: 250;
  line-height: 26px;
  margin: 0 16px 32px;
}
@media only screen and (min-width: 768px) {
  .about-textile--quotes--text {
    width: 620px;
  }
}
@media only screen and (min-width: 768px) {
  .about-textile--quotes--text {
    margin: 0 0 32px;
    font-size: 24px;
    line-height: 180%;
  }
}
.about-textile--quotes--signature {
  padding: 0 16px 56px;
  color: var(--black);
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media only screen and (min-width: 768px) {
  .about-textile--quotes--signature {
    width: 620px;
  }
}
.about-textile__title--0 {
  align-self: self-start;
  color: var(--base-color);
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}
.about-textile__title--1 {
  margin: 0 16px 0;
  color: var(--base-color);
  font-size: 2rem;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .about-textile__title--1 {
    margin: 0 50px 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-textile__title--1 {
    margin: 0 50px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .about-textile__title--1 {
    font-size: 3.5rem;
    line-height: 70px;
    letter-spacing: -0.64px;
  }
}
.about-textile__title--2 {
  margin: 0 16px 0;
  color: var(--base-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 250;
  line-height: 1.3;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .about-textile__title--2 {
    margin: 0 50px 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-textile__title--2 {
    margin: 0 50px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .about-textile__title--2 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -0.48px;
  }
}
.about-textile__text {
  margin: 0 16px 40px;
  color: #696969;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .about-textile__text {
    margin: 0 50px 84px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-textile__text {
    margin: 0 50px 84px;
  }
}
@media only screen and (min-width: 768px) {
  .about-textile__text {
    width: 575px;
    color: var(--black);
    font-size: 20px;
    line-height: 180%;
  }
}
.about-textile__pos--1 {
  margin: 32px 16px 15px;
}
@media only screen and (min-width: 768px) {
  .about-textile__pos--1 {
    margin: 80px 50px 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-textile__pos--1 {
    margin: 80px 50px 24px;
  }
}
.about-textile__pos--2 {
  margin: 0 16px 0;
}
@media only screen and (min-width: 768px) {
  .about-textile__pos--2 {
    margin: 0 50px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .about-textile__pos--2 {
    margin: 0 50px 0;
  }
}
.about-textile__pos--3 {
  margin: 16px 16px 42px;
}
@media only screen and (min-width: 768px) {
  .about-textile__pos--3 {
    margin: 24px 50px 85px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-textile__pos--3 {
    margin: 24px 50px 85px;
  }
}
@media only screen and (min-width: 768px) {
  .about-textile__pos--3 {
    width: 575px;
  }
}
.about-textile__pos--4 {
  margin: 32px 16px 0;
}
@media only screen and (min-width: 768px) {
  .about-textile__pos--4 {
    align-self: center;
  }
}
@media only screen and (min-width: 768px) {
  .about-textile__pos--4 {
    margin: 105px 50px 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-textile__pos--4 {
    margin: 105px 50px 24px;
  }
}
.about-textile__pos--5 {
  margin: 25px 16px 0;
}
@media only screen and (min-width: 768px) {
  .about-textile__pos--5 {
    align-self: center;
    text-align: center;
    width: 565px;
  }
}
@media only screen and (min-width: 768px) {
  .about-textile__pos--5 {
    margin: 0 50px 37px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-textile__pos--5 {
    margin: 0 50px 37px;
  }
}
.about-textile__pos--6 {
  margin: 64px 16px 24px;
}
@media only screen and (min-width: 768px) {
  .about-textile__pos--6 {
    margin: 100px 50px 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-textile__pos--6 {
    margin: 100px 50px 24px;
  }
}
.about-textile__pos--7 {
  margin: 28px 16px 24px;
}
@media only screen and (min-width: 768px) {
  .about-textile__pos--7 {
    margin: 0 50px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .about-textile__pos--7 {
    margin: 0 50px 0;
  }
}

.find-your-inspiration {
  margin: 56px 0 25px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .find-your-inspiration {
    margin: 112px 0 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .find-your-inspiration {
    margin: 112px 0 25px;
  }
}
.find-your-inspiration h1 {
  font: 250 1.5rem "caneladeck-thin";
  text-transform: uppercase;
  margin: 5rem 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .find-your-inspiration h1 {
    margin: 0 0 2rem;
    font-size: 2.5rem;
  }
}
.find-your-inspiration .header {
  color: #5c5c5c;
  font-family: 400 1rem "Montserrat";
  line-height: 24px;
  margin: 24px 16px 32px;
}
@media only screen and (min-width: 768px) {
  .find-your-inspiration .header {
    margin: 15px 50px 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .find-your-inspiration .header {
    margin: 15px 50px 56px;
  }
}
.find-your-inspiration .image-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.find-your-inspiration .image-grid a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1%;
}
.find-your-inspiration .image-grid a img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 480px) {
  .find-your-inspiration .image-grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5%;
  }
  .find-your-inspiration .image-grid a {
    margin-bottom: 0.5%;
    width: 33%;
  }
}

.find-dress {
  display: block;
  margin: 4rem 0;
}
.find-dress .full-flex {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  margin-top: 60px;
  height: -webkit-fill-available;
}
@media only screen and (min-width: 1024px) {
  .find-dress .full-flex {
    flex-direction: row;
  }
}
.find-dress .full-flex .vestido1,
.find-dress .full-flex .vestido2 {
  mix-blend-mode: multiply;
  height: 70vh;
}
.find-dress .f-headline3 {
  font-family: "caneladeck-thin";
  padding: 25px;
}
.find-dress .slider-parent {
  display: block;
  width: 100%;
}
.find-dress .slider-parent .part {
  display: none;
  left: 100%;
  width: 100%;
  height: auto;
  background: rgb(255, 255, 255);
  transition: all 0.6s ease;
  top: 5em;
}
.find-dress .slider-parent .part.show {
  transition: all 0.6s ease;
  left: 0 !important;
  top: 56px;
  display: flex;
}
.find-dress .slider-parent .part.slideleft {
  transition: all 0.6s ease;
  left: -100% !important;
  position: absolute;
}
.find-dress .slider-parent .part.slideright {
  transition: all 1s ease;
  left: 100% !important;
  position: absolute;
}
.find-dress .slider-parent .part.part_1 {
  visibility: hidden;
  background-color: #F9F7F1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.find-dress .slider-parent .part.part_1 .tv {
  display: flex;
  align-items: center;
  text-align: center;
  flex: 1;
}
.find-dress .slider-parent .part.part_1 .tv.intro-texto {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}
.find-dress .slider-parent .part.part_1 .tv.intro-texto p {
  margin: auto;
  color: var(--base-color, #151515);
  font-size: 58px;
  line-height: 70px;
  letter-spacing: -0.58px;
  font-style: italic;
}
.find-dress .slider-parent .part.part_1 .tv.intro-texto p span {
  font-size: 3.5rem;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-left: 12px;
  font-style: initial;
}
.find-dress .slider-parent .part.part_1 .tv.intro-texto label {
  margin: auto;
  font-size: 1rem;
  line-height: 24px;
  max-width: 330px;
  color: var(--grey);
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}
.find-dress .slider-parent .part.part_1 .tv.intro-texto #title1 {
  font-size: 13px;
}
.find-dress .slider-parent .part.part_1 .tv.vestido1 {
  justify-content: flex-end;
}
.find-dress .slider-parent .full-flex-col {
  width: inherit;
}
.find-dress .intro {
  width: 100%;
  position: relative;
  margin-top: 56px;
}
.find-dress .intro .full-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .find-dress .intro .full-flex {
    flex-direction: row;
  }
}
.find-dress .intro .full-flex div {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .find-dress .intro .full-flex div {
    width: 33.33%;
  }
}
.find-dress .intro .full-flex .vestido1 {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .find-dress .intro .full-flex .vestido1 {
    display: flex;
    justify-content: center;
  }
}
.find-dress .intro .full-flex .intro-texto {
  align-content: center;
}
.find-dress .intro .full-flex .intro-texto button {
  width: 200px;
  text-align: center;
  margin: auto;
}
.find-dress .intro .full-flex .intro-texto p {
  font-family: "caneladeck-thin";
  color: var(--base-color, #151515);
  font-size: 58px;
  line-height: 70px;
  letter-spacing: -0.58px;
}
.find-dress .titulo p {
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .find-dress .titulo p {
    width: 40%;
  }
}
.find-dress .tipos-container {
  width: 100%;
  padding: 0 20px;
}
.find-dress .tipos-container ::-webkit-scrollbar {
  height: 10px;
}
.find-dress .tipos-container ::-webkit-scrollbar-track {
  background: transparent;
}
.find-dress .tipos-container ::-webkit-scrollbar-thumb {
  background: #888;
}
.find-dress .tipos-container ::-webkit-scrollbar-thumb:hover {
  background: #151515;
}
@media only screen and (min-width: 1024px) {
  .find-dress .tipos-container {
    margin-bottom: 3vh;
  }
}
.find-dress .tipos {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  overflow-x: scroll;
  gap: 40px;
}
@media only screen and (min-width: 1024px) {
  .find-dress .tipos {
    justify-content: space-between;
  }
}
.find-dress .tipos li {
  display: flex;
  flex-direction: column;
  list-style: none;
  text-align: center;
  mix-blend-mode: multiply;
  transition: all 200ms ease-in-out;
}
.find-dress .tipos li.chosen img {
  box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.find-dress .tipos li.chosen p {
  font-weight: bold;
}
.find-dress .tipos img {
  width: 275px;
  height: auto;
  transition: all 200ms ease-in-out;
}
@media only screen and (min-width: 1279px) {
  .find-dress .tipos img {
    width: 320px;
  }
}
@media only screen and (min-width: 1750px) {
  .find-dress .tipos img {
    width: 525px;
  }
}
.find-dress .tipos p {
  text-transform: uppercase;
  margin-top: 1rem;
}
.find-dress .div-btn {
  padding: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  position: fixed;
  bottom: 0;
  border-top: 1px solid var(--light-gray);
  background-color: rgb(255, 255, 255);
  z-index: 9;
}
@media only screen and (min-width: 1024px) {
  .find-dress .div-btn {
    padding: 10px 20px;
  }
}
.find-dress .anterior_ev {
  visibility: hidden;
}

.fd-init {
  margin-top: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.fd-init .fd_title {
  font-family: "caneladeck-thin";
  padding: 15px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
.fd-init .fd_types {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .fd-init .fd_types {
    flex-direction: row;
  }
}
.fd-init .fd_types .fd_type {
  text-decoration: none;
  color: inherit;
  text-align: center;
  flex: 1;
  max-width: 300px;
}
.fd-init .fd_types .fd_type img {
  margin: 16px 0 16px;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s;
}
.fd-init .fd_types .fd_type img:hover {
  transform: scale(1.05);
}
.fd-init .fd_types .fd_type p {
  font-size: 20px;
  line-height: 24px;
  max-width: 330px;
  color: var(--grey);
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.contact {
  margin: 56px 0 77px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contact {
    margin: 56px 0 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact {
    margin: 56px 0 100px;
  }
}
.contact--header {
  position: relative;
  width: 100%;
}
.contact--header--title {
  padding: 0 16px 0;
  font-weight: 250;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  resize: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
}
@media only screen and (min-width: 768px) {
  .contact--header--title {
    padding: 0 5% 0;
  }
}
@media only screen and (min-width: 1024px) {
  .contact--header--title {
    padding: 0 170px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .contact--header--title {
    font-size: 3.5rem;
    line-height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .contact--header--title {
    white-space: nowrap;
  }
}
.contact #contact_image_mobile {
  width: 100%;
  height: 172px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (min-width: 768px) {
  .contact #contact_image_mobile {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .contact #contact_image_mobile {
    display: none;
  }
}
.contact #contact_image_tablet {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media only screen and (min-width: 768px) {
  .contact #contact_image_tablet {
    display: block;
  }
}
.contact--text {
  margin: 34px 16px 25px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .contact--text {
    margin: 82px 5% 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact--text {
    margin: 82px 170px 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact--text {
    line-height: 25px;
  }
}
.contact--form {
  display: flex;
  flex-direction: column;
  margin: 0 16px 15px;
}
@media only screen and (min-width: 768px) {
  .contact--form {
    margin: 0 5% 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact--form {
    margin: 0 170px 15px;
  }
}
.contact--form--personal_data {
  margin-top: 2rem;
}

.contact-faqs {
  display: flex;
  flex-direction: column;
  margin: 0 16px 55px;
}
@media only screen and (min-width: 768px) {
  .contact-faqs {
    margin: 0 5% 55px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-faqs {
    margin: 0 170px 55px;
  }
}
.contact-faqs--btn {
  margin-top: 1rem;
  padding: 12px 40px 12px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--base-color);
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .contact-faqs--btn {
    align-self: center;
    width: auto;
  }
}

.form-response {
  padding: 0 0 1rem;
  text-align: center;
}

.franchise--main {
  margin: 0 16px 24px;
}
@media only screen and (min-width: 768px) {
  .franchise--main {
    margin: 0 5% 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .franchise--main {
    margin: 0 170px 40px;
  }
}
.franchise--main--title {
  font: normal 17px "Montserrat";
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 12px;
}
.franchise--main--content {
  padding-bottom: 2rem;
  line-height: 24px;
}
.franchise--form {
  display: flex;
  flex-direction: column;
  margin: 0 16px 15px;
}
@media only screen and (min-width: 768px) {
  .franchise--form {
    margin: 0 5% 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .franchise--form {
    margin: 0 170px 15px;
  }
}
.franchise #country .select2 {
  width: 100% !important;
}

.distributor--main {
  margin: 0 16px 80px;
}
@media only screen and (min-width: 768px) {
  .distributor--main {
    margin: 0 5% 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .distributor--main {
    margin: 0 170px 40px;
  }
}
.distributor--main--title {
  margin: 3rem 0;
  line-height: 150%;
}
@media only screen and (min-width: 768px) {
  .distributor--main--title {
    margin: 3rem 0 5rem;
    text-align: center;
  }
}
.distributor--main--items {
  margin-bottom: 24px;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .distributor--main--items {
    flex-direction: row;
    margin: 50px 0;
    gap: 40px;
  }
}
.distributor--main .item {
  display: flex;
  justify-content: start;
  align-items: start;
  flex: 1;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .distributor--main .item {
    flex-direction: column;
  }
}
.distributor--main .item .header {
  display: flex;
  flex-direction: row;
}
.distributor--main .item .number {
  display: inline-block;
  color: var(--black);
  font-family: "caneladeck-thin";
  font-size: 36px;
  font-weight: 250;
  line-height: 38px;
  text-transform: uppercase;
  margin: 0 30px 15px 0;
}
@media only screen and (min-width: 768px) {
  .distributor--main .item .number {
    color: var(--base-color);
    font-size: 48px;
    line-height: 60px;
    margin: -10px 30px 15px 0;
  }
}
.distributor--main .item .title {
  font-size: 22px;
  margin-bottom: 1rem;
}
.distributor--main .item ul {
  padding-left: 1rem;
}
.distributor--main .item li {
  margin-bottom: 10px;
}
.distributor--main .item p,
.distributor--main .item li {
  color: var(--base-color);
  line-height: 24px;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .distributor--main .item p,
  .distributor--main .item li {
    opacity: 1;
  }
}
.distributor--main .item strong {
  font-weight: 500;
}
.distributor--main .subtitle {
  font-size: 19px;
  text-align: center;
  font-weight: 500;
}
.distributor--form {
  display: flex;
  flex-direction: column;
  margin: 0 16px 15px;
}
@media only screen and (min-width: 768px) {
  .distributor--form {
    margin: 0 5% 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .distributor--form {
    margin: 0 170px 15px;
  }
}
.distributor--form .nr_recaptcha {
  margin: 2rem 0;
}
.distributor--form .nr_submit_btn {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .distributor .date-selector {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}

.work-with-us--main {
  margin: 0 16px 20px;
}
@media only screen and (min-width: 768px) {
  .work-with-us--main {
    margin: 0 5% 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .work-with-us--main {
    margin: 0 170px 20px;
  }
}
.work-with-us--main--title {
  margin-top: 40px;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .work-with-us--main--title {
    margin-top: 80px;
    text-align: center;
  }
}
.work-with-us--main--subtitle {
  line-height: 24px;
  opacity: 0.8;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .work-with-us--main--subtitle {
    text-align: center;
  }
}
.work-with-us--main--content {
  line-height: 24px;
  opacity: 0.8;
}
.work-with-us .offers {
  margin: 3rem 0 1rem;
  padding: 3rem 16px 1.5rem;
  background-color: #f0f3f6;
}
@media only screen and (min-width: 768px) {
  .work-with-us .offers {
    margin: 3rem 0;
    padding: 3% 170px;
  }
}
.work-with-us .offers .title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
}
.work-with-us .offers .offer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .work-with-us .offers .offer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
  }
}
.work-with-us .offers .offer .title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .work-with-us .offers .offer .title {
    flex: 0 0 30%;
    margin: 0;
  }
}
.work-with-us .offers .offer span {
  color: var(--grey);
}
@media only screen and (min-width: 768px) {
  .work-with-us .offers .offer span {
    flex: 0 0 20%;
  }
}
.work-with-us .offers .offer a {
  min-width: 120px;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .work-with-us .offers .offer a {
    margin: 0;
  }
}
.work-with-us .offer .offer-title {
  text-align: center;
}
.work-with-us .offer .offer-specs {
  padding: 0;
  margin: 0 0 2rem 0;
}
.work-with-us .offer .offer-specs li {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--light-gray);
}
.work-with-us .offer .apply-anchor {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
}
.work-with-us .offer .offer-description {
  padding-bottom: 1rem;
}
.work-with-us .offer .offer-description li {
  margin-bottom: 10px;
}
.work-with-us small {
  color: var(--grey);
}
.work-with-us .form-response {
  margin: 2rem 0 0;
}

.tiendas-recomendadas .header-title {
  width: 100%;
}
.tiendas-recomendadas .header-title .header-img {
  width: auto;
  height: 280px;
  overflow: hidden;
}
.tiendas-recomendadas .header-title .header-img img {
  width: 100%;
  height: auto;
}
.tiendas-recomendadas .header-title h2 {
  position: absolute;
  top: 140px;
  margin-left: 10vw;
  font-size: 54px;
  font-family: caneladeck-thin;
  color: white;
}
.tiendas-recomendadas .header-title::before {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) -20%, rgb(2, 2, 2) 100%);
  content: " ";
  position: absolute;
  width: 100%;
  height: 280px;
}
.tiendas-recomendadas .body {
  width: 95%;
  margin-top: 3em;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .tiendas-recomendadas .body {
    width: 75vw;
    margin-top: 3em;
  }
}
.tiendas-recomendadas .body #selector_tienda {
  width: 10vw;
  border-bottom: 1px solid #cecece;
}
.tiendas-recomendadas .body .lastiendas {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tiendas-recomendadas .body .lastiendas .cadasitio {
  width: 100%;
  text-align: center;
  border: 1px solid var(--black);
  line-height: 1;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1024px) {
  .tiendas-recomendadas .body .lastiendas .cadasitio {
    width: 30%;
    line-height: 3;
  }
}
.tiendas-recomendadas .body .lastiendas .cadasitio a {
  text-decoration: none;
  color: var(--black);
}

.dist-de-tienda {
  margin-top: 5rem;
}
.dist-de-tienda .intro-text {
  width: 95%;
  margin: auto;
  line-height: 2;
}
@media only screen and (min-width: 1024px) {
  .dist-de-tienda .intro-text {
    width: 80%;
  }
}
.dist-de-tienda .intro-text h2 {
  font-size: 34px;
  font-family: caneladeck-thin;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .dist-de-tienda .intro-text h2 {
    font-size: 54px;
  }
}
.dist-de-tienda .outro-text {
  padding-top: 2em;
  width: 95%;
  margin: auto;
  line-height: 2;
}
@media only screen and (min-width: 1024px) {
  .dist-de-tienda .outro-text {
    width: 80%;
  }
}

@media only screen and (min-width: 1024px) {
  .sitemap .categories {
    display: flex;
    flex-direction: row;
    gap: 3%;
  }
}
.sitemap h2,
.sitemap h3,
.sitemap li,
.sitemap a {
  color: var(--black);
  text-transform: uppercase;
}
.sitemap a {
  text-decoration: none;
}
.sitemap a:hover {
  color: var(--black);
  text-decoration: underline;
}
.sitemap .category {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .sitemap .category {
    width: 94%;
  }
}
.sitemap h2 {
  padding: 0 0 5px 15px;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--black);
  font-size: 1.2rem;
}
.sitemap h3 {
  padding-left: 1rem;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.sitemap ul {
  margin: -0.25rem 0 1.5rem;
}
.sitemap li {
  list-style: none;
  padding-bottom: 3px;
}

.by-you section {
  margin: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .by-you section {
    margin: 4rem 0;
  }
}
.by-you h1 {
  display: none;
}
.by-you h2 {
  font: 100 1.5rem/1.3 "caneladeck-thin";
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
  letter-spacing: -1px;
  padding: 0 3vw;
}
@media only screen and (min-width: 768px) {
  .by-you h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0 10% 3rem;
  }
}
.by-you h2 em {
  text-transform: lowercase;
}
.by-you p {
  text-align: center;
  margin: 1rem 3vw 1.5rem;
}
@media only screen and (min-width: 768px) {
  .by-you p {
    margin-right: 10%;
    margin-left: 10%;
  }
}
.by-you p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #696969;
  transition: all 0.2s ease-in-out;
}
.by-you p a:hover {
  color: var(--black);
  text-decoration-color: var(--black);
}
.by-you .header {
  text-align: center;
  margin: 5rem 0 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .by-you .header {
    margin: 6rem 0 3rem;
  }
}
.by-you .header .logo {
  max-width: 66%;
}
@media only screen and (min-width: 1024px) {
  .by-you .header .logo {
    max-width: 360px;
  }
}
.by-you .hero {
  max-width: 100%;
  height: 289px;
}
@media only screen and (min-width: 768px) {
  .by-you .hero {
    height: auto;
  }
}
.by-you .photos .slick-list {
  padding: 0 15px 0 0;
}
.by-you .photos a {
  border-right: 1rem solid #fff;
}
.by-you .photos a:hover span {
  color: var(--black);
}
.by-you .photos img {
  max-width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .by-you .photos img {
    min-width: 100%;
  }
}
.by-you .photos span {
  display: inline-block;
  color: var(--grey);
  margin: 5px 0 0 10px;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.25s ease-in-out;
}
.by-you .photos .slick-dots {
  bottom: -2rem;
}
.by-you .request-appointment {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f9f7f1;
  padding: 10% 3vw;
}
@media only screen and (min-width: 768px) {
  .by-you .request-appointment {
    padding: 5%;
  }
}
.by-you .request-appointment h2 span {
  margin-top: 1rem;
  display: block;
  font-size: 1.75rem;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .by-you .request-appointment h2 span {
    font-size: 34px;
  }
}
.by-you .request-appointment a {
  font-size: 12px;
  padding: 10px 30px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .by-you .request-appointment a {
    font-size: 13px;
  }
}
.by-you .vertical-video {
  position: relative;
  padding: 150% 0 0 0;
  margin: 1rem 0 2rem;
}
@media only screen and (min-width: 1024px) {
  .by-you .vertical-video {
    margin: 1rem 0;
  }
}

body.wedding h1 {
  font: normal 28px "caneladeck-thin";
  line-height: 40px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 1024px) {
  body.wedding h1 {
    font-size: 42px;
    line-height: 46px;
  }
}
body.wedding h2 {
  font: normal 24px "caneladeck-thin";
  line-height: 1.3;
  letter-spacing: -1px;
}
@media only screen and (min-width: 1024px) {
  body.wedding h2 {
    font-size: 32px;
  }
}
body.wedding h3 {
  font: normal 22px "caneladeck-thin";
  line-height: 26px;
}
body.wedding h4 {
  font: normal 18px "caneladeck-thin";
  line-height: 1.3;
}
@media only screen and (min-width: 1024px) {
  body.wedding h4 {
    font-size: 20px;
  }
}
body.wedding h5 {
  font: normal 18px "caneladeck-thin";
  line-height: 20px;
}
body.party h1 {
  font: 300 28px "Montserrat";
  line-height: 38px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 1024px) {
  body.party h1 {
    font-size: 42px;
    line-height: 46px;
  }
}
body.party h2 {
  font: 300 24px "Montserrat";
  line-height: 1.3;
  letter-spacing: -1px;
}
@media only screen and (min-width: 1024px) {
  body.party h2 {
    font-size: 32px;
  }
}
body.party h3 {
  font: 300 18px "Montserrat";
  line-height: 1.3;
}
@media only screen and (min-width: 1024px) {
  body.party h3 {
    font-size: 22px;
  }
}
body.party h4 {
  font: 300 20px "Montserrat";
  line-height: 24px;
}
body.party h5 {
  font: 300 18px "Montserrat";
  line-height: 20px;
}
body.communion h1 {
  font: normal 28px "caneladeck-light";
  line-height: 40px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 1024px) {
  body.communion h1 {
    font-size: 42px;
    line-height: 46px;
  }
}
body.communion h2 {
  font: normal 24px "caneladeck-light";
  line-height: 1.3;
  letter-spacing: -1px;
}
@media only screen and (min-width: 1024px) {
  body.communion h2 {
    font-size: 32px;
  }
}
body.communion h3 {
  font: normal 18px "caneladeck-light";
  line-height: 1.3;
}
@media only screen and (min-width: 1024px) {
  body.communion h3 {
    font-size: 22px;
  }
}
body.communion h4 {
  font: normal 20px "caneladeck-light";
  line-height: 24px;
}
body.communion h5 {
  font: normal 18px "caneladeck-light";
  line-height: 20px;
}
