.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:calc(100% / 70);height:10px;float:left}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
Remove the inner border and padding in Firefox.
*/

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

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: "Helvetica Neue LT Std 47 Light Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.pointer-events-none {
	pointer-events: none;
}
.pointer-events-auto {
	pointer-events: auto;
}
.invisible {
	visibility: hidden;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.inset-x-0 {
	left: 0px;
	right: 0px;
}
.inset-y-0 {
	top: 0px;
	bottom: 0px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.top-0 {
	top: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.left-4 {
	left: 1.25rem;
}
.top-4 {
	top: 1.25rem;
}
.top-1\/2 {
	top: 50%;
}
.-top-11 {
	top: -3.4375rem;
}
.right-8 {
	right: 2.5rem;
}
.bottom-8 {
	bottom: 2.5rem;
}
.-bottom-5 {
	bottom: -1.5625rem;
}
.z-10 {
	z-index: 10;
}
.z-0 {
	z-index: 0;
}
.z-20 {
	z-index: 20;
}
.z-50 {
	z-index: 50;
}
.z-40 {
	z-index: 40;
}
.z-30 {
	z-index: 30;
}
.float-left {
	float: left;
}
.-m-8 {
	margin: -2.5rem;
}
.-m-4 {
	margin: -1.25rem;
}
.-m-1 {
	margin: -0.3125rem;
}
.-m-2 {
	margin: -0.625rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mx-1 {
	margin-left: 0.3125rem;
	margin-right: 0.3125rem;
}
.-mx-1 {
	margin-left: -0.3125rem;
	margin-right: -0.3125rem;
}
.mx-6 {
	margin-left: 1.875rem;
	margin-right: 1.875rem;
}
.mx-2 {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}
.my-4 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.my-2 {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
.-mx-5 {
	margin-left: -1.5625rem;
	margin-right: -1.5625rem;
}
.my-8 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.-mx-2 {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}
.-my-3 {
	margin-top: -0.9375rem;
	margin-bottom: -0.9375rem;
}
.-mx-6 {
	margin-left: -1.875rem;
	margin-right: -1.875rem;
}
.mx-12 {
	margin-left: 3.75rem;
	margin-right: 3.75rem;
}
.mb-6 {
	margin-bottom: 1.875rem;
}
.mb-2 {
	margin-bottom: 0.625rem;
}
.ml-1 {
	margin-left: 0.3125rem;
}
.mb-4 {
	margin-bottom: 1.25rem;
}
.-mt-4 {
	margin-top: -1.25rem;
}
.ml-6 {
	margin-left: 1.875rem;
}
.mb-12 {
	margin-bottom: 3.75rem;
}
.mt-2 {
	margin-top: 0.625rem;
}
.-mt-5 {
	margin-top: -1.5625rem;
}
.mt-3 {
	margin-top: 0.9375rem;
}
.ml-0 {
	margin-left: 0px;
}
.mt-4 {
	margin-top: 1.25rem;
}
.-mb-2 {
	margin-bottom: -0.625rem;
}
.mr-3 {
	margin-right: 0.9375rem;
}
.ml-auto {
	margin-left: auto;
}
.ml-2 {
	margin-left: 0.625rem;
}
.mt-16 {
	margin-top: 5rem;
}
.mr-0 {
	margin-right: 0px;
}
.mb-1 {
	margin-bottom: 0.3125rem;
}
.mr-8 {
	margin-right: 2.5rem;
}
.mr-2 {
	margin-right: 0.625rem;
}
.mt-12 {
	margin-top: 3.75rem;
}
.mt-0 {
	margin-top: 0px;
}
.mb-10 {
	margin-bottom: 3.125rem;
}
.mt-1 {
	margin-top: 0.3125rem;
}
.-mr-12 {
	margin-right: -3.75rem;
}
.-mb-24 {
	margin-bottom: -7.5rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.-mb-4 {
	margin-bottom: -1.25rem;
}
.-ml-2 {
	margin-left: -0.625rem;
}
.mt-6 {
	margin-top: 1.875rem;
}
.mt-7 {
	margin-top: 2.1875rem;
}
.mt-5 {
	margin-top: 1.5625rem;
}
.mr-1 {
	margin-right: 0.3125rem;
}
.mb-8 {
	margin-bottom: 2.5rem;
}
.mb-18 {
	margin-bottom: 5.625rem;
}
.mr-14 {
	margin-right: 4.375rem;
}
.-mt-15 {
	margin-top: -4.6875rem;
}
.mb-3 {
	margin-bottom: 0.9375rem;
}
.ml-5 {
	margin-left: 1.5625rem;
}
.mt-22 {
	margin-top: 6.875rem;
}
.mb-14 {
	margin-bottom: 4.375rem;
}
.mt-8 {
	margin-top: 2.5rem;
}
.mb-24 {
	margin-bottom: 7.5rem;
}
.-mb-6 {
	margin-bottom: -1.875rem;
}
.mb-22 {
	margin-bottom: 6.875rem;
}
.mb-9 {
	margin-bottom: 2.8125rem;
}
.mb-5 {
	margin-bottom: 1.5625rem;
}
.mt-auto {
	margin-top: auto;
}
.mr-auto {
	margin-right: auto;
}
.-mt-px {
	margin-top: -1px;
}
.mr-4 {
	margin-right: 1.25rem;
}
.-mt-6 {
	margin-top: -1.875rem;
}
.-mt-1 {
	margin-top: -0.3125rem;
}
.mt-20 {
	margin-top: 6.25rem;
}
.ml-3 {
	margin-left: 0.9375rem;
}
.-mb-1 {
	margin-bottom: -0.3125rem;
}
.mr-6 {
	margin-right: 1.875rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.table {
	display: table;
}
.table-cell {
	display: table-cell;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-32 {
	height: 10rem;
}
.h-auto {
	height: auto;
}
.h-full {
	height: 100%;
}
.h-screen {
	height: 100vh;
}
.h-16 {
	height: 5rem;
}
.h-6 {
	height: 1.875rem;
}
.h-12 {
	height: 3.75rem;
}
.h-10 {
	height: 3.125rem;
}
.h-64 {
	height: 20rem;
}
.h-40 {
	height: 12.5rem;
}
.h-download {
	height: 110px;
}
.h-\[50px\] {
	height: 50px;
}
.h-4 {
	height: 1.25rem;
}
.h-48 {
	height: 15rem;
}
.h-1 {
	height: 0.3125rem;
}
.h-3 {
	height: 0.9375rem;
}
.h-cars-spot {
	height: 180px;
}
.max-h-full {
	max-height: 100%;
}
.max-h-\[200px\] {
	max-height: 200px;
}
.max-h-\[80px\] {
	max-height: 80px;
}
.min-h-full {
	min-height: 100%;
}
.min-h-\[300px\] {
	min-height: 300px;
}
.min-h-\[700px\] {
	min-height: 700px;
}
.w-full {
	width: 100%;
}
.w-auto {
	width: auto;
}
.w-1\/4 {
	width: 25%;
}
.w-11\/12 {
	width: 91.666667%;
}
.w-48 {
	width: 15rem;
}
.w-6 {
	width: 1.875rem;
}
.w-64 {
	width: 20rem;
}
.w-1\/2 {
	width: 50%;
}
.w-1\/12 {
	width: 8.333333%;
}
.w-10\/12 {
	width: 83.333333%;
}
.w-2\/12 {
	width: 16.666667%;
}
.w-4\/12 {
	width: 33.333333%;
}
.w-8\/12 {
	width: 66.666667%;
}
.w-12 {
	width: 3.75rem;
}
.w-px {
	width: 1px;
}
.w-\[50px\] {
	width: 50px;
}
.w-3 {
	width: 0.9375rem;
}
.w-10 {
	width: 3.125rem;
}
.w-screen {
	width: 100vw;
}
.w-4 {
	width: 1.25rem;
}
.w-16 {
	width: 5rem;
}
.w-32 {
	width: 10rem;
}
.min-w-full {
	min-width: 100%;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-xs {
	max-width: 20rem;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-\[850px\] {
	max-width: 850px;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-\[620px\] {
	max-width: 620px;
}
.max-w-\[1440px\] {
	max-width: 1440px;
}
.max-w-5xl {
	max-width: 64rem;
}
.max-w-\[1000px\] {
	max-width: 1000px;
}
.max-w-\[640px\] {
	max-width: 640px;
}
.max-w-\[120px\] {
	max-width: 120px;
}
.max-w-full {
	max-width: 100%;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-\[1248px\] {
	max-width: 1248px;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow {
	flex-grow: 1;
}
.translate-y-1 {
	--tw-translate-y: 0.3125rem;
	transform: var(--tw-transform);
}
.translate-y-0 {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.rotate-90 {
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}
.-rotate-90 {
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.flex-wrap {
	flex-wrap: wrap;
}
.content-between {
	align-content: space-between;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.items-baseline {
	align-items: baseline;
}
.items-stretch {
	align-items: stretch;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-8 {
	gap: 2.5rem;
}
.gap-6 {
	gap: 1.875rem;
}
.gap-3 {
	gap: 0.9375rem;
}
.gap-4 {
	gap: 1.25rem;
}
.gap-2 {
	gap: 0.625rem;
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.3125rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-stretch {
	align-self: stretch;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-context-box {
	border-radius: 25px;
}
.rounded-none {
	border-radius: 0px;
}
.rounded-b-none {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.rounded-b-context-box {
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.border {
	border-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-l {
	border-left-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-r-0 {
	border-right-width: 0px;
}
.border-dashed {
	border-style: dashed;
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-orange-1 {
	--tw-border-opacity: 1;
	border-color: rgba(238, 127, 0, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-white-20 {
	border-color: rgba(255, 255, 255, 0.20);
}
.border-black-10 {
	border-color: rgba(0, 0, 0, 0.10);
}
.border-white-50 {
	border-color: rgba(255, 255, 255, 0.50);
}
.border-blue-1-10 {
	border-color: rgba( 48, 128, 153, 0.10);
}
.border-gray-2-50 {
	border-color: rgba( 62, 61, 64, 0.50);
}
.border-blue-1-50 {
	border-color: rgba( 48, 128, 153, 0.50);
}
.border-black-50 {
	border-color: rgba(0, 0, 0, 0.50);
}
.border-gray-3 {
	--tw-border-opacity: 1;
	border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}
.border-black-20 {
	border-color: rgba(0, 0, 0, 0.20);
}
.border-dacia-gray {
	--tw-border-opacity: 1;
	border-color: rgba(151, 151, 151, var(--tw-border-opacity));
}
.bg-gray-2 {
	--tw-bg-opacity: 1;
	background-color: rgba(62, 61, 64, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-white-20 {
	background-color: rgba(255, 255, 255, 0.20);
}
.bg-transparent {
	background-color: transparent;
}
.bg-brown-x {
	--tw-bg-opacity: 1;
	background-color: rgba(32, 32, 33, var(--tw-bg-opacity));
}
.bg-gray-5 {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 235, 235, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-1-40 {
	background-color: rgba(42, 42, 43, 0.40);
}
.bg-orange-1 {
	--tw-bg-opacity: 1;
	background-color: rgba(238, 127, 0, var(--tw-bg-opacity));
}
.bg-gray-3 {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}
.bg-brown-1 {
	--tw-bg-opacity: 1;
	background-color: rgba(208, 193, 141, var(--tw-bg-opacity));
}
.bg-blue-1-80 {
	background-color: rgba( 48, 128, 153, 0.80);
}
.bg-gray-1 {
	--tw-bg-opacity: 1;
	background-color: rgba(42, 42, 43, var(--tw-bg-opacity));
}
.bg-blue-1 {
	--tw-bg-opacity: 1;
	background-color: rgba(48, 128, 153, var(--tw-bg-opacity));
}
.bg-blue-3-10 {
	background-color: rgba( 177, 179, 180, 0.10);
}
.bg-\[\#BBBCBC\] {
	--tw-bg-opacity: 1;
	background-color: rgba(187, 188, 188, var(--tw-bg-opacity));
}
.bg-white\/\[85\%\] {
	background-color: rgba(255, 255, 255, 85%);
}
.bg-black\/\[85\%\] {
	background-color: rgba(0, 0, 0, 85%);
}
.bg-black-10 {
	background-color: rgba(0, 0, 0, 0.10);
}
.bg-renault-yellow {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 223, 0, var(--tw-bg-opacity));
}
.bg-dacia-green {
	--tw-bg-opacity: 1;
	background-color: rgba(100, 107, 82, var(--tw-bg-opacity));
}
.bg-opacity-80 {
	--tw-bg-opacity: .80;
}
.bg-opacity-70 {
	--tw-bg-opacity: .70;
}
.bg-opacity-10 {
	--tw-bg-opacity: .10;
}
.bg-opacity-20 {
	--tw-bg-opacity: .20;
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.fill-current {
	fill: currentColor;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-10 {
	padding: 3.125rem;
}
.p-6 {
	padding: 1.875rem;
}
.p-4 {
	padding: 1.25rem;
}
.p-1 {
	padding: 0.3125rem;
}
.p-2 {
	padding: 0.625rem;
}
.px-4 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-8 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-8 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-3 {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}
.py-24 {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}
.py-6 {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}
.py-12 {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}
.py-3 {
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
}
.py-5 {
	padding-top: 1.5625rem;
	padding-bottom: 1.5625rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.px-7 {
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
}
.px-1 {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}
.px-6 {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.py-2 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.px-5 {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}
.py-4 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-2 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.py-\[20px\] {
	padding-top: 20px;
	padding-bottom: 20px;
}
.px-\[30px\] {
	padding-left: 30px;
	padding-right: 30px;
}
.py-1 {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
}
.px-10 {
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}
.pt-15 {
	padding-top: 4.6875rem;
}
.pt-10 {
	padding-top: 3.125rem;
}
.pr-10 {
	padding-right: 3.125rem;
}
.pt-1 {
	padding-top: 0.3125rem;
}
.pt-px {
	padding-top: 1px;
}
.pl-8 {
	padding-left: 2.5rem;
}
.pr-6 {
	padding-right: 1.875rem;
}
.pb-6 {
	padding-bottom: 1.875rem;
}
.pl-0 {
	padding-left: 0px;
}
.pr-8 {
	padding-right: 2.5rem;
}
.pt-7 {
	padding-top: 2.1875rem;
}
.pt-2 {
	padding-top: 0.625rem;
}
.pb-1 {
	padding-bottom: 0.3125rem;
}
.pt-4 {
	padding-top: 1.25rem;
}
.pb-7 {
	padding-bottom: 2.1875rem;
}
.pt-3 {
	padding-top: 0.9375rem;
}
.pb-2 {
	padding-bottom: 0.625rem;
}
.pr-2 {
	padding-right: 0.625rem;
}
.pb-3 {
	padding-bottom: 0.9375rem;
}
.pt-12 {
	padding-top: 3.75rem;
}
.pt-5 {
	padding-top: 1.5625rem;
}
.pb-4 {
	padding-bottom: 1.25rem;
}
.pl-4 {
	padding-left: 1.25rem;
}
.pr-3 {
	padding-right: 0.9375rem;
}
.pb-5 {
	padding-bottom: 1.5625rem;
}
.pb-8 {
	padding-bottom: 2.5rem;
}
.pb-0 {
	padding-bottom: 0px;
}
.pt-22 {
	padding-top: 6.875rem;
}
.pb-12 {
	padding-bottom: 3.75rem;
}
.pl-\[30px\] {
	padding-left: 30px;
}
.pr-\[30px\] {
	padding-right: 30px;
}
.pt-\[3px\] {
	padding-top: 3px;
}
.pt-8 {
	padding-top: 2.5rem;
}
.pt-16 {
	padding-top: 5rem;
}
.pb-10 {
	padding-bottom: 3.125rem;
}
.pr-12 {
	padding-right: 3.75rem;
}
.pl-6 {
	padding-left: 1.875rem;
}
.pl-3 {
	padding-left: 0.9375rem;
}
.pt-6 {
	padding-top: 1.875rem;
}
.pl-5 {
	padding-left: 1.5625rem;
}
.pr-5 {
	padding-right: 1.5625rem;
}
.pl-2 {
	padding-left: 0.625rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.align-baseline {
	vertical-align: baseline;
}
.align-middle {
	vertical-align: middle;
}
.font-helvetica77 {
	font-family: "Helvetica Neue LT Std 77 Bold Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-display {
	font-family: "Helvetica Neue LT Std 77 Bold Condensed", "prometo", "Helvetica Neue LT Std 47 Light Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-helvetica45 {
	font-family: "Helvetica Neue LT Std 45 Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-helvetica47 {
	font-family: "Helvetica Neue LT Std 47 Light Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-helvetica57 {
	font-family: "Helvetica Neue LT Std 57 Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-24 {
	font-size: 1.5rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-18 {
	font-size: 1.125rem;
}
.text-15 {
	font-size: 0.9375rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-20 {
	font-size: 1.25rem;
}
.text-36 {
	font-size: 2.25rem;
}
.text-21 {
	font-size: 1.3125rem;
}
.text-12 {
	font-size: 0.75rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-30 {
	font-size: 1.875rem;
}
.text-16 {
	font-size: 1rem;
}
.text-25 {
	font-size: 1.5625rem;
}
.text-60 {
	font-size: 3.75rem;
}
.text-48 {
	font-size: 3rem;
}
.text-23 {
	font-size: 1.4375rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-\[32px\] {
	font-size: 32px;
}
.text-\[28px\] {
	font-size: 28px;
}
.text-\[64px\] {
	font-size: 64px;
}
.\!text-base {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}
.text-\[40px\] {
	font-size: 40px;
}
.text-\[48px\] {
	font-size: 48px;
}
.text-\[22px\] {
	font-size: 22px;
}
.text-10 {
	font-size: 0.625rem;
}
.text-\[0\.9rem\] {
	font-size: 0.9rem;
}
.font-bold {
	font-weight: 700;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-light {
	font-weight: 300;
}
.font-normal {
	font-weight: 400;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.not-italic {
	font-style: normal;
}
.leading-relaxed {
	line-height: 1.625;
}
.leading-none {
	line-height: 1;
}
.leading-tight {
	line-height: 1.25;
}
.leading-snug {
	line-height: 1.375;
}
.leading-normal {
	line-height: 1.5;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-\[1\.2\] {
	line-height: 1.2;
}
.leading-\[0\.7\] {
	line-height: 0.7;
}
.leading-\[1\.2rem\] {
	line-height: 1.2rem;
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-blue-1 {
	--tw-text-opacity: 1;
	color: rgba(48, 128, 153, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-orange-1 {
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
}
.text-white-50 {
	color: rgba(255, 255, 255, 0.50);
}
.text-gray-2-30 {
	color: rgba( 62, 61, 64, 0.30);
}
.text-black-20 {
	color: rgba(0, 0, 0, 0.20);
}
.text-gray-4 {
	--tw-text-opacity: 1;
	color: rgba(177, 179, 180, var(--tw-text-opacity));
}
.text-black-50 {
	color: rgba(0, 0, 0, 0.50);
}
.text-black-30 {
	color: rgba(0, 0, 0, 0.30);
}
.text-gray-2 {
	--tw-text-opacity: 1;
	color: rgba(62, 61, 64, var(--tw-text-opacity));
}
.text-dacia-gray {
	--tw-text-opacity: 1;
	color: rgba(151, 151, 151, var(--tw-text-opacity));
}
.text-opacity-50 {
	--tw-text-opacity: .50;
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}
.subpixel-antialiased {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}
.opacity-95 {
	opacity: .95;
}
.opacity-60 {
	opacity: .60;
}
.opacity-100 {
	opacity: 1.00;
}
.opacity-20 {
	opacity: .20;
}
.opacity-80 {
	opacity: .80;
}
.opacity-0 {
	opacity: .00;
}
.opacity-90 {
	opacity: .90;
}
.opacity-10 {
	opacity: .10;
}
.opacity-50 {
	opacity: .50;
}
.opacity-70 {
	opacity: .70;
}
.opacity-30 {
	opacity: .30;
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
	filter: var(--tw-filter);
}
.\!filter {
	filter: var(--tw-filter) !important;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.duration-150 {
	transition-duration: 150ms;
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.triangle-after-pricing {
	position: relative;
}
.triangle-after-pricing::after {
	border-color: transparent;
	border-style: solid;
	content: "";
	height: 0;
	position: absolute;
	pointer-events: none;
	width: 0;
	top: 100%;
	right: calc(50% - 15px);
	border-top-color: #308099;
	border-width: 15px 15px 0 15px;
}
.triangle-after-calculator {
	position: relative;
}
.triangle-after-calculator::after {
	border-color: transparent;
	border-style: solid;
	content: "";
	height: 0;
	position: absolute;
	pointer-events: none;
	width: 0;
	top: calc(50% - 10px);
	right: 100%;
	border-right-color: #ffffff;
	border-width: 10px 10px 10px 0;
}
.container {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.aspect-ratio {
  position: relative;
}
.aspect-ratio-square {
  padding-top: 100%;
}
@media (max-width: 1024px) {
  .triangle-after-footerspot:after {
    display: none;
  }
}
.max-w-none {
  max-width: none;
}
@media (min-width: 640px) {
  .sm\:max-w-none {
    max-width: none;
  }
}
.clickable {
  cursor: pointer;
}
.App #Menu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: -320px;
  bottom: 0;
  z-index: 5;
  transition: all 0.1s;
}
.App #Viewport {
  position: relative;
  z-index: 10;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  min-height: 100vh;
  transition: left 0.1s, right 0.1s;
  overflow: hidden;
}
.App #Viewport #Overlay {
  display: none;
}
.App.App--nav-open {
  height: 100vh;
  overflow: hidden;
}
.App.App--nav-open #Menu {
  right: 0;
  opacity: 1;
  width: 320px;
}
.App.App--nav-open #Viewport {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: absolute;
  left: -320px;
  margin-right: 320px;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
.App.App--nav-open #Viewport #Overlay {
  display: block;
  pointer-events: all;
}
.App .screen-reader-text {
  display: none;
}
.Anchor {
  position: relative;
}
.Anchor>*:first-child:before {
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
  content: '#';
  font-size: 1em;
  line-height: inherit;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.1s;
}
.Anchor:hover>*:first-child:before {
  left: -0.75em;
  opacity: 1;
}
.Background--gradient-1 {
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
}
.Background--gradient-2 {
  background-image: linear-gradient(193deg, #162c33 1%, #25454f 99%);
}
.Background--slider-blob {
  position: relative;
  min-width: 305px;
  min-height: 223px;
}
.Background--slider-blob:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("/wp-content/themes/rolfericson/src/img/slider-blob@2x.png");
  background-size: 305px 223px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.Background--header-blob-gray {
  position: relative;
  min-width: 179px;
  min-height: 127px;
}
.Background--header-blob-gray:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("/wp-content/themes/rolfericson/src/img/header-blob-gray@2x.png");
  background-size: 179px 127px;
  background-repeat: no-repeat;
  background-position: top right;
  transform: rotate(0deg);
}
.Background--header-blob-blue {
  position: relative;
  min-width: 197px;
  min-height: 125px;
}
.Background--header-blob-blue:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("/wp-content/themes/rolfericson/src/img/header-blob-blue@2x.png");
  background-size: 197px 125px;
  background-repeat: no-repeat;
  background-position: top right;
  transform: rotate(0deg);
}
.Background--snowy-wallpaper {
  background-image: url("/wp-content/themes/rolfericson/src/img/snowy-wallpaper.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Background--drag {
  min-width: 105px;
  min-height: 105px;
  background-image: url("/wp-content/themes/rolfericson/src/img/drag@2x.png");
  background-size: 105px 105px;
  background-repeat: no-repeat;
  background-position: center center;
}
.Button--white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.Button--pill {
	border-radius: 9999px;
}
.Button--lg {
	font-size: 1.125rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	line-height: 1;
	height: 3.75rem;
}
.Button--orange-1 {
	--tw-bg-opacity: 1;
	background-color: rgba(238, 127, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.Button--blue-1 {
	--tw-bg-opacity: 1;
	background-color: rgba(48, 128, 153, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.Button--gray-3 {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(62, 61, 64, var(--tw-text-opacity));
}
.Button--black-30 {
	background-color: rgba(0, 0, 0, 0.30);
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.Button--tag {
	line-height: 1;
	font-size: 1.125rem;
	padding-top: 0.625rem;
	padding-bottom: 0.3125rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	font-family: "Helvetica Neue LT Std 57 Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.Button--inactive {
  cursor: default;
}
.Button--disabled {
  cursor: default !important;
  color: #a4a4a4 !important;
}
.Button {
  cursor: pointer;
  transition: opacity 0.1s;
  font-family: "Helvetica Neue LT Std 77 Bold Condensed", "prometo", "Helvetica Neue LT Std 47 Light Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 700;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  text-align: center;
  font-weight: 500;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}
.Button.w-full {
	display: block;
}
.Button:hover {
	opacity: .80;
}
.Button.Button--pill {
	border-radius: 9999px;
}
.Button.Button--lg {
	font-size: 1.125rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	line-height: 1;
	height: 3.75rem;
}
.Button.Button--tag {
	line-height: 1;
	font-size: 1.125rem;
	padding-top: 0.625rem;
	padding-bottom: 0.3125rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	font-family: "Helvetica Neue LT Std 57 Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.Button.Button--orange-1 {
	--tw-bg-opacity: 1;
	background-color: rgba(238, 127, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.Button.Button--orange-1.Button--outlined {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.10);
}
.Button.Button--blue-1 {
	--tw-bg-opacity: 1;
	background-color: rgba(48, 128, 153, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.Button.Button--blue-1.Button--outlined {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(48, 128, 153, var(--tw-text-opacity));
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(48, 128, 153, var(--tw-border-opacity));
}
.Button.Button--white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.Button.Button--gray-3 {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(62, 61, 64, var(--tw-text-opacity));
}
.Button.inline-block {
	display: inline-block;
}
.Button.Button--inactive {
  cursor: default;
}
.Car .Car__Slider {
  margin-left: calc(50% - 585px);
}
.Car .Car__Slider .glide__track,
.Car .Car__Slider .glide__slides {
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
}
@media (max-width: 1280px) {
  .Car .Car__Slider {
    margin-left: 0;
  }
  .Car .Car__Slider .glide__track,
  .Car .Car__Slider .glide__slides {
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
  }
}
.Component.Component--hero-slider .glide .glide__slides .glide__slide {
  height: auto;
  overflow: hidden;
}
.Component.Component--hero-slider .glide .glide__slides .glide__slide .Slide__Title,
.Component.Component--hero-slider .glide .glide__slides .glide__slide .Slide__Content,
.Component.Component--hero-slider .glide .glide__slides .glide__slide .Slide__Image {
  transition: all 0.5s;
  opacity: 0.4;
}
.Component.Component--hero-slider .glide .glide__slides .glide__slide .Slide__Title {
  transform: translateX(-25%);
}
.Component.Component--hero-slider .glide .glide__slides .glide__slide .Slide__Content {
  transform: translateX(-20%);
}
.Component.Component--hero-slider .glide .glide__slides .glide__slide .Slide__Image {
  transform: translateX(-75%);
}
.Component.Component--hero-slider .glide .glide__slides .glide__slide.glide__slide--is-active {
  overflow: visible;
}
.Component.Component--hero-slider .glide .glide__slides .glide__slide.glide__slide--is-active .Slide__Title,
.Component.Component--hero-slider .glide .glide__slides .glide__slide.glide__slide--is-active .Slide__Content,
.Component.Component--hero-slider .glide .glide__slides .glide__slide.glide__slide--is-active .Slide__Image {
  opacity: 1;
  transform: translateX(0);
}
.Component.Component--spot-links .Spot .Spot__Arrow,
.Component.Component--image-link .Spot .Spot__Arrow,
.Component.Component--spot-links .Spot .Spot__Arrow--hover-reveal,
.Component.Component--image-link .Spot .Spot__Arrow--hover-reveal,
.Component.Component--spot-links .Spot .Spot__Title,
.Component.Component--image-link .Spot .Spot__Title,
.Component.Component--spot-links .Spot .Spot__Title__Arrow,
.Component.Component--image-link .Spot .Spot__Title__Arrow,
.Component.Component--spot-links .Spot .Spot__Title__Text,
.Component.Component--image-link .Spot .Spot__Title__Text {
  transition: all 0.1s;
}
.Component.Component--spot-links .Spot .Spot__Arrow,
.Component.Component--image-link .Spot .Spot__Arrow {
  transform: translateX(0);
  opacity: 1;
}
.Component.Component--spot-links .Spot .Spot__Title,
.Component.Component--image-link .Spot .Spot__Title {
  flex-grow: 1;
}
.Component.Component--spot-links .Spot .Spot__Title .Spot__Title__Arrow,
.Component.Component--image-link .Spot .Spot__Title .Spot__Title__Arrow {
  opacity: 0;
  transform: translateY(15px);
}
.Component.Component--spot-links .Spot .Spot__Title .Spot__Title__Text,
.Component.Component--image-link .Spot .Spot__Title .Spot__Title__Text {
  transform: translateY(0);
}
.Component.Component--spot-links .Spot:hover .Spot__Arrow,
.Component.Component--image-link .Spot:hover .Spot__Arrow {
  transform: translateX(60px);
  opacity: 0.5;
}
.Component.Component--spot-links .Spot:hover .Spot__Title .Spot__Title__Arrow,
.Component.Component--image-link .Spot:hover .Spot__Title .Spot__Title__Arrow {
  opacity: 1;
  transform: translateY(0);
}
.Component.Component--spot-links .Spot:hover .Spot__Title .Spot__Title__Text,
.Component.Component--image-link .Spot:hover .Spot__Title .Spot__Title__Text {
  transform: translateY(-30px);
}
.Component.Component--quote .Quote .Icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.Component.Component--link-list .Component__Title,
.Component.Component--contacts .Component__Title {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.Component.Component--pricing-table .Discount-indicator {
	--tw-bg-opacity: 1;
	background-color: rgba(238, 127, 0, var(--tw-bg-opacity));
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .Component.Component--cta-bar .Component--cta-bar__Specialborder {
    background-image: linear-gradient(rgba(0,0,0,0.5) 28%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 7px;
    background-repeat: repeat-y;
  }
}
.Content {
	font-family: "Helvetica Neue LT Std 47 Light Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.Content p {
	font-family: "Helvetica Neue LT Std 47 Light Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 0.8em;
}
.Content p:last-child {
  margin-bottom: 0;
}
.Content a {
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
  font-weight: normal;
  text-decoration: none;
  transition: opacity 0.2s;
}
.Content a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.Content b, .Content strong {
	font-family: "Helvetica Neue LT Std 77 Bold Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.Content em {
  font-style: italic;
}
.Content ul,
.Content ol {
  margin-bottom: 1em;
  padding-left: 1em;
}
.Content ul.wp-block-gallery,
.Content ol.wp-block-gallery {
  padding-left: 0;
}
.Content ul:last-child,
.Content ol:last-child {
  margin-bottom: 0;
}
.Content ul li {
  list-style-type: disc;
}
.Content ol li {
  list-style-type: decimal;
}
.Content h1, .Content h2, .Content h3, .Content h4, .Content h5, .Content h6 {
	font-family: "Helvetica Neue LT Std 77 Bold Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1em;
  margin-top: 1.25em;
  margin-bottom: 0.75em;
}
.Content h1:first-child,
.Content h2:first-child,
.Content h3:first-child,
.Content h4:first-child,
.Content h5:first-child,
.Content h6:first-child {
  margin-top: 0;
}
.Content h1 {
  font-size: 1.75rem;
}
.Content h2 {
  font-size: 1.5rem;
}
.Content h3,
.Content h4,
.Content h5,
.Content h6 {
  font-size: 1.25rem;
}
.Content .alignleft {
  float: left;
  margin-right: 1em;
}
.Content .alignright {
  float: right;
  margin-left: 1em;
}
.Content sup {
  vertical-align: super;
  font-size: smaller;
}
.Content pre {
  font-family: 'Courier new', monospace;
  overflow: auto;
  margin-bottom: 1em;
}
.Content blockquote {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1em;
  --tw-bg-opacity: 1;
  background-color: rgba(238, 127, 0, var(--tw-bg-opacity));
  text-align: center;
  padding: 50px;
}
.Content blockquote:before {
  content: "\f107";
  font-family: 'Flaticon';
  font-size: 2.5rem;
}
.Content blockquote p {
  margin-bottom: 0;
}
.Content blockquote cite {
  display: block;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.Content hr {
  border: none;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  margin-bottom: 1em;
}
.Content .wp-block-image {
  margin-top: 1.5em;
}
.Content .wp-block-image img {
  display: block;
}
.Content iframe {
  max-width: 100%;
}
.Content .wp-block-embed {
  width: 100%;
}
.Content .wp-block-embed .wp-block-embed__wrapper iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.Content .wp-block-embed figcaption {
  display: block;
  margin: 0;
  font-size: 14px;
  font-style: italic;
  margin-top: 0.5rem;
}
.Content .wp-block-gallery {
  margin-bottom: 15px;
}
.Content .wp-block-gallery .blocks-gallery-grid {
  padding-left: 0;
  margin-bottom: -1em;
}
.Content .wp-block-gallery figcaption {
  display: block;
  margin: 0;
  font-size: 14px;
  font-style: italic;
  margin-top: 0.5rem;
}
.Content.Content--footer a {
  color: inherit;
}
.text-center .Content ul,
.text-center .Content ol {
  display: inline-block;
  text-align: left;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  margin-left: 0;
}
.flaticon--flipped:before {
  display: inline-block;
  transform: rotate(180deg);
}
.flaticon--rot-90:before {
  display: inline-block;
  transform: rotate(-90deg);
}
.flaticon--rot90:before {
  display: inline-block;
  transform: rotate(90deg);
}
.flaticon--rotation-1:before {
  display: inline-block;
  transform: rotateY(180deg) rotate(-90deg);
}
.icon-size-1 {
  font-size: 20px;
}
.flaticon--spin {
  display: inline-block;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes flaticon-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.Form, .Paloma {
	font-family: "Helvetica Neue LT Std 47 Light Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
}
.Form strong, .Paloma strong {
	font-family: "Helvetica Neue LT Std 77 Bold Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.Form input[type="text"], .Paloma input[type="text"], .Form input[type="email"], .Paloma input[type="email"], .Form input[type="number"], .Paloma input[type="number"], .Form input[type="search"], .Paloma input[type="search"], .Form input[type="tel"], .Paloma input[type="tel"], .Form input[type="url"], .Paloma input[type="url"] {
	font-family: "Helvetica Neue LT Std 57 Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: block;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	border-radius: 9999px;
	padding-top: 1.25rem;
	padding-bottom: 0.9375rem;
	padding-left: 3.75rem;
	padding-right: 1.875rem;
	line-height: 1.25;
	font-size: 1.125rem;
}
.Form input[type="text"]:focus, .Paloma input[type="text"]:focus, .Form input[type="email"]:focus, .Paloma input[type="email"]:focus, .Form input[type="number"]:focus, .Paloma input[type="number"]:focus, .Form input[type="search"]:focus, .Paloma input[type="search"]:focus, .Form input[type="tel"]:focus, .Paloma input[type="tel"]:focus, .Form input[type="url"]:focus, .Paloma input[type="url"]:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.Form input[type="text"].rounded-none, .Paloma input[type="text"].rounded-none, .Form input[type="email"].rounded-none, .Paloma input[type="email"].rounded-none, .Form input[type="number"].rounded-none, .Paloma input[type="number"].rounded-none, .Form input[type="search"].rounded-none, .Paloma input[type="search"].rounded-none, .Form input[type="tel"].rounded-none, .Paloma input[type="tel"].rounded-none, .Form input[type="url"].rounded-none, .Paloma input[type="url"].rounded-none {
	border-radius: 0px;
}
.Form input[type="text"].pl-6, .Paloma input[type="text"].pl-6, .Form input[type="email"].pl-6, .Paloma input[type="email"].pl-6, .Form input[type="number"].pl-6, .Paloma input[type="number"].pl-6, .Form input[type="search"].pl-6, .Paloma input[type="search"].pl-6, .Form input[type="tel"].pl-6, .Paloma input[type="tel"].pl-6, .Form input[type="url"].pl-6, .Paloma input[type="url"].pl-6 {
	padding-left: 1.875rem;
}
.Form input[type="submit"],
.Paloma input[type="submit"] {
  height: 80px;
}
.Form textarea, .Paloma textarea {
	font-family: "Helvetica Neue LT Std 57 Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: block;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	border-radius: 30px;
	padding: 1.875rem;
	line-height: 1.25;
	font-size: 1.125rem;
}
.Form textarea:focus, .Paloma textarea:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.Form .Checkbox,
.Paloma .Checkbox {
  cursor: pointer;
}
.Form .Checkbox:hover,
.Paloma .Checkbox:hover {
  opacity: 0.7;
}
.Form .Checkbox input:checked + i,
.Paloma .Checkbox input:checked + i {
  display: block !important;
}
.Form .Checkbox input + i, .Paloma .Checkbox input + i {
	display: none;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
	font-size: 0.9375rem;
	pointer-events: none;
	padding-top: 0.3125rem;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
.contact-form {
	font-family: "Helvetica Neue LT Std 47 Light Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
}
.contact-form .form-label {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 1.875rem;
	padding-right: 1.875rem;
  height: 60px;
}
.contact-form .form-label .wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0px;
	margin: 0px;
	margin-bottom: -0.9375rem;
	padding: 0px;
  font-size: 12px;
  color: #e94d3e;
}
.contact-form .form-label-icon {
	margin-right: 0.625rem;
	flex-shrink: 0;
}
.contact-form .form-control {
	margin-bottom: -0.3125rem;
	width: 100%;
	flex: 1 1 0%;
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.contact-form .form-control:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.contact-form .form-textarea-label {
	position: relative;
	display: block;
	width: 100%;
}
.contact-form .form-textarea-label .wpcf7-not-valid-tip {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
  font-size: 12px;
  color: #e94d3e;
}
.contact-form .form-textarea-label:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.contact-form .form-textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
  height: 220px;
  border-radius: 30px;
}
.contact-form .form-acceptance {
  display: none;
}
.contact-form .form-acceptance + span {
	display: flex;
	align-items: center;
}
.contact-form .form-acceptance + span:before {
	margin-right: 0.625rem;
	display: flex;
	height: 2.5rem;
	width: 2.5rem;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	font-size: 1.125rem;
	line-height: 1.75rem;
  font-family: Flaticon;
  content: '';
}
.contact-form .form-acceptance:checked + span:before {
  content: '\f118';
}
.contact-form .form-acceptance:hover + span:before {
	border-width: 1px;
	border-color: rgba( 62, 61, 64, 0.50);
}
.contact-form b {
  font-weight: bold;
  font-family: "Helvetica Neue LT Std 77 Bold Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.contact-form span.wpcf7-list-item {
	margin: 0px;
	display: block;
	width: 100%;
}
.contact-form input[type="submit"] {
  height: 80px;
}
.wpcf7-response-output {
	text-align: center;
	font-family: "Helvetica Neue LT Std 77 Bold Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	font-weight: 700;
  border: none !important;
  margin: 0 !important;
  padding: 10px 30px !important;
  background: #ee7f00 !important;
  color: #120303;
}
.Hero.Hero--page {
  height: 320px;
}
.Linklist .Linklist__Item:last-child {
  border-bottom: 0;
}
.VueContextBox .Linklist .Linklist__Item:first-child a {
	padding-top: 0.3125rem;
}
.Map .Map__Marker {
  position: absolute;
  cursor: pointer;
  display: block;
  width: 39px;
  height: 55px;
  background-image: url("/wp-content/themes/rolfericson/src/img/marker@2x.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 0;
}
.main-menu ul {
	display: none;
}
.main-menu a {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 150ms;
}
.main-menu .current-menu-ancestor > a, .main-menu .current-menu-item > a {
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
}
.main-menu > ul {
	display: flex;
}
.main-menu > ul > li {
	position: relative;
}
.main-menu > ul > li:hover > a {
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
}
.main-menu > ul > li > a {
	display: flex;
	height: 5rem;
	align-items: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.3125rem;
}
.main-menu > ul > li:hover > ul {
	display: block;
}
.main-menu > ul > li > ul {
	position: absolute;
	width: 20rem;
  left: 50%;
  transform: translateX(-50%);
  background: #272629;
}
.main-menu > ul > li > ul:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #272629 transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu > ul > li > ul > li {
	position: relative;
}
.main-menu > ul > li > ul > li:hover {
  background: #242325;
}
.main-menu > ul > li > ul > li:hover > ul {
	display: block;
}
.main-menu > ul > li > ul > li:hover > a {
  background: #242325;
  color: rgba(255, 255, 255, 0.20);
}
.main-menu > ul > li > ul > li a {
	display: block;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-border-opacity: .05;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.main-menu > ul > li > ul > li a:hover {
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
}
.main-menu > ul > li > ul > li > ul {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right: -20rem;
	width: 20rem;
  background: #1c1b1c;
}
.main-menu > ul > li > ul > li > ul:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #1c1b1c transparent transparent;
  position: absolute;
  top: 22px;
  left: -5px;
}
.Navigation.Navigation--main ul {
  display: none;
}
.Navigation.Navigation--main a {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 150ms;
}
.Navigation.Navigation--main > ul {
	display: flex;
}
.Navigation.Navigation--main > ul > li > a {
	display: block;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.Navigation.Navigation--main > ul > .current-menu-ancestor {
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
}
.Navigation.Navigation--main .menu-item-has-children:hover .sub-menu {
  display: block;
  opacity: 1;
}
.Navigation.Navigation--main .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 23px;
  z-index: 10;
  text-align: left;
  width: 15rem;
}
.Navigation.Navigation--main .menu-item-has-children .sub-menu .menu-item {
	--tw-bg-opacity: 1;
	background-color: rgba(62, 61, 64, var(--tw-bg-opacity));
}
.Navigation.Navigation--main .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
  display: block;
  opacity: 1;
}
.Navigation.Navigation--main .menu-item-has-children .sub-menu .sub-menu {
  display: none;
  top: 0;
  left: 100%;
  transform: translateX(0);
  padding-top: 0;
}
.Navigation.Navigation--main .menu-item-has-children .sub-menu .sub-menu .menu-item-has-children .sub-menu {
  display: none;
}
.Navigation.Navigation--main .menu-item-has-children .sub-menu li {
  margin: 0;
  display: block;
  transition: all 0.2 ease;
  padding: 0;
  width: 100%;
}
.Navigation.Navigation--main .menu-item-has-children .sub-menu li.current-menu-item >a, .Navigation.Navigation--main .menu-item-has-children .sub-menu li.current_page_item >a, .Navigation.Navigation--main .menu-item-has-children .sub-menu li.current-page-ancestor >a {
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
  text-decoration: none;
}
.Navigation.Navigation--main .menu-item-has-children .sub-menu li:last-child a {
  border-bottom: 0;
}
.Navigation.Navigation--main .menu-item-has-children .sub-menu a {
  display: block;
  padding: 20px 28px;
  white-space: nowrap;
  color: #fff;
  text-transform: none;
}
.Navigation.Navigation--main .menu-item-has-children .sub-menu a:hover {
	opacity: .50;
  text-decoration: none;
}
.Navigation.Navigation--sidebar>ul>.menu-item {
  display: none;
}
.Navigation.Navigation--sidebar>ul>.menu-item .current-menu-item > a {
  color: #ee7f00;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor {
  display: block;
  margin-top: 3.125rem;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor>a {
  display: block;
  font-family: "Helvetica Neue LT Std 77 Bold Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-bottom: 0.9375rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(48, 128, 153, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  padding-top: 1.25rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor>a .Sidebar__Toggle {
  display: none;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item {
  display: block;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.10);
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item>a {
  display: block;
  padding-bottom: 0.9375rem;
  width: 100%;
  padding-top: 1.25rem;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item .sub-menu .menu-item {
	margin-right: 0px;
	margin-left: 0.9375rem;
	border-width: 0px;
	font-family: "Helvetica Neue LT Std 47 Light Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item .sub-menu .menu-item>a {
	padding-top: 0px;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item .sub-menu .menu-item.current-menu-item>a {
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
	font-family: "Helvetica Neue LT Std 77 Bold Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item .Sidebar__Toggle {
  display: none;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children {
  position: relative;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children>a .Sidebar__Toggle {
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
  display: inline-block;
  transition: all 0.1s;
  float: right;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children>a .Sidebar__Toggle:hover {
  opacity: 0.8;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children>a .Sidebar__Toggle .open {
  display: block;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children>a .Sidebar__Toggle .close {
  display: none;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children.menu-item-has-children--open>.sub-menu,
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children.current_page_parent>.sub-menu,
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children.current_page_ancestor>.sub-menu,
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children.current_page_item>.sub-menu {
  display: block;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children.menu-item-has-children--open>a .Sidebar__Toggle .open,
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children.current_page_parent>a .Sidebar__Toggle .open,
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children.current_page_ancestor>a .Sidebar__Toggle .open,
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children.current_page_item>a .Sidebar__Toggle .open {
  display: none;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children.menu-item-has-children--open>a .Sidebar__Toggle .close,
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children.current_page_parent>a .Sidebar__Toggle .close,
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children.current_page_ancestor>a .Sidebar__Toggle .close,
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children.current_page_item>a .Sidebar__Toggle .close {
  display: block;
}
.Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor .menu-item.menu-item-has-children .sub-menu {
  display: none;
}
.Navigation.Navigation--mobile .sub-menu {
	padding-left: 0.9375rem;
}
.Page--has-hero .Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor {
  display: block;
  margin-top: -3.75rem;
}
.Page--has-hero .Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor>a {
	height: 3.75rem;
}
.Page--has-hero .Navigation.Navigation--sidebar>ul>.menu-item.current-menu-ancestor~.current-menu-ancestor {
  display: none;
}
.Pagination.Pagination--slider .Pagination__Button {
  display: inline-block;
  padding: 30px 0;
}
.Pagination.Pagination--slider .Pagination__Button div {
  background: #fff;
  width: 30px;
  height: 5px;
  border-radius: 5px;
  margin-right: 3px;
  margin-left: 3px;
}
.Pagination.Pagination--pages .page-numbers {
	font-family: "Helvetica Neue LT Std 77 Bold Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	margin-right: 0.625rem;
}
.Pagination.Pagination--pages .page-numbers:hover {
	color: rgba(0, 0, 0, 0.50);
}
.Pagination.Pagination--pages .page-numbers.current {
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
}
.Paloma input[type="button"],
.Paloma input[type="submit"] {
  cursor: pointer;
  transition: opacity 0.1s;
  white-space: nowrap;
  font-family: "Helvetica Neue LT Std 77 Bold Condensed", "prometo", "Helvetica Neue LT Std 47 Light Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgba(238, 127, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  border-radius: 9999px;
  width: 100%;
  height: 60px;
}
.Paloma .Paloma__Control:not(:last-child) {
	padding-bottom: 0.625rem;
}
.Paloma input[type="text"] {
	padding-left: 1.875rem;
  height: 60px;
}
@md {
  .Paloma form {
    display: flex;
  }
  .Paloma .Paloma__Control {
		width: 50%;
	}
  .Paloma .Paloma__Control {
		padding-bottom: 0.625rem;
	}
  .Paloma .Paloma__Control {
		padding-left: 0.9375rem;
	}
  .Paloma .Paloma__Control {
		display: inline-block;
	}
}
.Svg {
  max-width: 100%;
}
.mobile-menu .current-menu-ancestor > a, .mobile-menu .current-menu-item > a {
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
}
.mobile-menu ul, .mobile-menu .submenu-toggler {
	display: none;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 150ms;
}
.mobile-menu li {
	position: relative;
	display: block;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-border-opacity: .05;
}
.mobile-menu li.current-menu-ancestor > ul, .mobile-menu li.submenu-is-open > ul {
	display: block;
}
.mobile-menu li.current-menu-ancestor > .submenu-toggler, .mobile-menu li.submenu-is-open > .submenu-toggler {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.mobile-menu a {
	display: block;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
}
.mobile-menu .submenu-toggler {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	opacity: .50;
}
.mobile-menu > ul {
  display: block;
}
.mobile-menu > ul > li > a {
	font-family: "Helvetica Neue LT Std 77 Bold Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.mobile-menu > ul > li > ul {
  position: relative;
  background: #272629;
}
.mobile-menu > ul > li > ul:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #272629 transparent;
  position: absolute;
  top: -5px;
  left: 0;
  margin-left: 20px;
}
.mobile-menu > ul > li > ul a {
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
}
.mobile-menu > ul > li > ul .submenu-toggler {
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	opacity: .50;
}
.mobile-menu > ul > li > ul ul {
  background: #1c1b1c;
  position: relative;
}
.mobile-menu > ul > li > ul ul a {
	padding-left: 1.25rem;
}
.mobile-menu > ul > li > ul ul:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #1c1b1c transparent;
  position: absolute;
  top: -5px;
  left: 0;
  margin-left: 20px;
}
.mobile-menu .menu-item-has-children > .submenu-toggler {
  display: block;
}
.default-menu > ul > li {
	display: flex;
	flex-wrap: wrap;
}
.default-menu > ul > li > a {
	margin-bottom: 0.625rem;
	display: block;
	flex: 1 1 0%;
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
}
.default-menu > ul > li li a {
	display: block;
	border-bottom-width: 1px;
	border-color: rgba(255, 255, 255, 0.20);
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.default-menu > ul > li ul {
	display: none;
	width: 100%;
}
.default-menu > ul > li.submenu-is-open ul {
	display: block;
  margin-bottom: 10px;
}
.default-menu > ul > li.submenu-is-open ul .submenu-toggler {
	display: none;
}
@media (min-width: 768px) {
  .submenu-toggler {
		display: none;
	}
  .default-menu > ul {
		margin-left: -1.25rem;
		margin-right: -1.25rem;
	}
  .default-menu > ul {
		display: flex;
	}
  .default-menu > ul {
		align-items: flex-start;
	}
  .default-menu > ul {
    margin-bottom: 0;
  }
  .default-menu > ul > li {
		flex: 1 1 0%;
	}
  .default-menu > ul > li {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
  .default-menu > ul > li > a {
		margin-bottom: 0.625rem;
	}
  .default-menu > ul > li > a {
		display: block;
	}
  .default-menu > ul > li > a {
		--tw-text-opacity: 1;
		color: rgba(238, 127, 0, var(--tw-text-opacity));
	}
  .default-menu > ul > li li a {
		display: block;
	}
  .default-menu > ul > li li a {
		border-bottom-width: 1px;
	}
  .default-menu > ul > li li a {
		border-color: rgba(255, 255, 255, 0.20);
	}
  .default-menu > ul > li li a {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}
  .default-menu > ul > li ul {
		display: block;
	}
}
.fp-renault * {
  font-family: 'NouvelR', sans-serif !important;
}
.fp-renault * .Content p {
  font-weight: 300;
}
.fp-renault h2 {
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 600;
}
.fp-renault .info-puffs .default-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.fp-renault .info-puffs .large-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}
.fp-renault .Component--contacts h2 {
	font-size: 1.125rem;
}
.fp-dacia * {
  font-family: 'Read', sans-serif !important;
}
.fp-dacia * .Content p {
  font-weight: 300;
}
.fp-dacia h1,
.fp-dacia h2,
.fp-dacia h3,
.fp-dacia h4,
.fp-dacia h5,
.fp-dacia h6 {
  font-family: 'Dacia Block', serif !important;
}
.fp-dacia h2 {
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 700;
}
.fp-dacia .Component--slider .slide-title,
.fp-dacia .Component--slider .slide-kicker {
  font-family: 'Dacia Block', serif !important;
}
.fp-dacia .Component--slider .slide-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}
.fp-dacia .info-puffs .default-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.fp-dacia .info-puffs .large-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}
.fp-dacia .Component--contacts h2 {
	font-size: 1.125rem;
}
.fp-rebil .Component--contacts .Button {
  border-radius: 0;
}
.accordion .start {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background: #fff;
}
.accordion .collapsible {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s;
  pointer-events: none;
}
.accordion p {
  font-weight: 400;
}
.accordion .start:has(+ .collapsible.is-open) {
  display: none;
}
.accordion .collapsible.is-open {
  opacity: 1;
  pointer-events: auto;
}
body .is-layout-flex {
  display: flex;
  flex-wrap: wrap;
}
.special-bord-right {
  background-image: linear-gradient(rgba(0,0,0,0.5) 28%, rgba(255,255,255,0) 0%);
  background-position: right;
  background-size: 1px 7px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 640px) {
  .border-t-special {
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 28%, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 7px 1px;
    background-repeat: repeat-x;
  }
}
.front-slider-image {
  max-height: 430px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.form-checkboxer label {
	display: flex;
	align-items: center;
}
.form-checkboxer label input {
	display: none;
}
.form-checkboxer label input + span {
	display: flex;
	align-items: center;
}
.form-checkboxer label input + span:before {
	margin-right: 0.625rem;
	display: flex;
	height: 2.5rem;
	width: 2.5rem;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	font-size: 1.125rem;
	line-height: 1.75rem;
  font-family: Flaticon;
  content: '';
}
.form-checkboxer label input:checked + span:before {
  content: '\f118';
}
.form-checkboxer label input:hover + span:before {
	border-width: 1px;
	border-color: rgba( 62, 61, 64, 0.50);
}
.border-spaced-dash {
  background-image: linear-gradient(rgba(0,0,0,0.5) 28%, rgba(255,255,255,0) 0%);
  background-position: right;
  background-size: 1px 7px;
  background-repeat: repeat-y;
}
.wp-archives li {
  display: flex;
}
.wp-archives a {
  display: block;
  flex: 1;
  margin-left: 5px;
  margin-right: 5px;
}
.wp-archives a:hover {
  color: #ee7f00;
}
#lightbox .lb-details {
  display: none;
}
#lightbox .lightboxOverlay {
  width: 100% !important;
}
#lightbox .lb-prev,
#lightbox .lb-next {
  opacity: 1;
  display: flex;
  align-items: center;
  padding: 10px;
}
#lightbox .lb-prev {
  justify-content: start;
}
#lightbox .lb-prev::before {
  content: "\f10c";
  transform: rotate(90deg);
}
#lightbox .lb-next {
  justify-content: end;
}
#lightbox .lb-next::before {
  content: "\f10c";
  transform: rotate(270deg);
}
#lightbox .lb-prev::before,
#lightbox .lb-next::before {
  color: #ee7f00;
  font-weight: bold;
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
}
.tns-outer,
.tns-ovh,
.tns-inner,
.tns-slider,
.tns-item {
  height: 100%;
}
.tns-item > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-cover {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.2s ease;
}
.video-play-button:hover {
  background: rgba(0,0,0,0.8);
}
.hover\:bg-black:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.hover\:text-black-50:hover {
	color: rgba(0, 0, 0, 0.50);
}
.hover\:text-orange-1:hover {
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
}
.hover\:opacity-80:hover {
	opacity: .80;
}
.hover\:opacity-100:hover {
	opacity: 1.00;
}
.hover\:opacity-70:hover {
	opacity: .70;
}
.focus\:border-white-20:focus {
	border-color: rgba(255, 255, 255, 0.20);
}
.focus\:text-orange-1:focus {
	--tw-text-opacity: 1;
	color: rgba(238, 127, 0, var(--tw-text-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.group:hover .group-hover\:block {
	display: block;
}
.group:hover .group-hover\:flex {
	display: flex;
}
.group:hover .group-hover\:hidden {
	display: none;
}
.group:hover .group-hover\:-translate-y-6 {
	--tw-translate-y: -1.875rem;
	transform: var(--tw-transform);
}
.group:hover .group-hover\:bg-transparent {
	background-color: transparent;
}
.group:hover .group-hover\:bg-black-50 {
	background-color: rgba(0, 0, 0, 0.50);
}
.group:hover .group-hover\:bg-opacity-30 {
	--tw-bg-opacity: .30;
}
.group:hover .group-hover\:opacity-100 {
	opacity: 1.00;
}
@media (min-width: 410px) {

	.xs\:px-4 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
@media (min-width: 640px) {

	.sm\:bottom-0 {
		bottom: 0px;
	}

	.sm\:-mx-3 {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}

	.sm\:-mx-1 {
		margin-left: -0.3125rem;
		margin-right: -0.3125rem;
	}

	.sm\:my-20 {
		margin-top: 6.25rem;
		margin-bottom: 6.25rem;
	}

	.sm\:mb-0 {
		margin-bottom: 0px;
	}

	.sm\:mr-8 {
		margin-right: 2.5rem;
	}

	.sm\:mb-5 {
		margin-bottom: 1.5625rem;
	}

	.sm\:ml-10 {
		margin-left: 3.125rem;
	}

	.sm\:-mt-6 {
		margin-top: -1.875rem;
	}

	.sm\:-mr-10 {
		margin-right: -3.125rem;
	}

	.sm\:-mb-6 {
		margin-bottom: -1.875rem;
	}

	.sm\:mb-6 {
		margin-bottom: 1.875rem;
	}

	.sm\:mt-8 {
		margin-top: 2.5rem;
	}

	.sm\:mb-3 {
		margin-bottom: 0.9375rem;
	}

	.sm\:ml-3 {
		margin-left: 0.9375rem;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:h-auto {
		height: auto;
	}

	.sm\:h-12 {
		height: 3.75rem;
	}

	.sm\:max-h-\[380px\] {
		max-height: 380px;
	}

	.sm\:w-64 {
		width: 20rem;
	}

	.sm\:w-2\/12 {
		width: 16.666667%;
	}

	.sm\:w-8\/12 {
		width: 66.666667%;
	}

	.sm\:w-4\/12 {
		width: 33.333333%;
	}

	.sm\:w-full {
		width: 100%;
	}

	.sm\:w-6\/12 {
		width: 50%;
	}

	.sm\:w-1\/2 {
		width: 50%;
	}

	.sm\:w-1\/3 {
		width: 33.333333%;
	}

	.sm\:w-1\/4 {
		width: 25%;
	}

	.sm\:max-w-none {
		max-width: none;
	}

	.sm\:flex-1 {
		flex: 1 1 0%;
	}

	.sm\:flex-shrink-0 {
		flex-shrink: 0;
	}

	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sm\:flex-nowrap {
		flex-wrap: nowrap;
	}

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

	.sm\:px-3 {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}

	.sm\:px-8 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.sm\:px-1 {
		padding-left: 0.3125rem;
		padding-right: 0.3125rem;
	}

	.sm\:px-6 {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}

	.sm\:px-10 {
		padding-left: 3.125rem;
		padding-right: 3.125rem;
	}

	.sm\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.sm\:pt-28 {
		padding-top: 8.75rem;
	}

	.sm\:pb-26 {
		padding-bottom: 8.125rem;
	}

	.sm\:pt-8 {
		padding-top: 2.5rem;
	}

	.sm\:pb-7 {
		padding-bottom: 2.1875rem;
	}

	.sm\:pl-0 {
		padding-left: 0px;
	}

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

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

	.sm\:text-24 {
		font-size: 1.5rem;
	}

	.sm\:text-18 {
		font-size: 1.125rem;
	}

	.sm\:opacity-100 {
		opacity: 1.00;
	}

	.sm\:triangle-after-map {
		position: relative;
	}

	.sm\:triangle-after-map::after {
		border-color: transparent;
		border-style: solid;
		content: "";
		height: 0;
		position: absolute;
		pointer-events: none;
		width: 0;
		top: calc(50% - 20px);
		right: -20px;
		border-left-color: #2A2A2B;
		border-width: 20px 0 20px 20px;
	}
}
@media (min-width: 768px) {

	.md\:absolute {
		position: absolute;
	}

	.md\:relative {
		position: relative;
	}

	.md\:left-0 {
		left: 0px;
	}

	.md\:right-0 {
		right: 0px;
	}

	.md\:bottom-0 {
		bottom: 0px;
	}

	.md\:bottom-auto {
		bottom: auto;
	}

	.md\:col-span-2 {
		grid-column: span 2 / span 2;
	}

	.md\:mx-1 {
		margin-left: 0.3125rem;
		margin-right: 0.3125rem;
	}

	.md\:-mx-3 {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}

	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.md\:mx-2 {
		margin-left: 0.625rem;
		margin-right: 0.625rem;
	}

	.md\:mx-8 {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}

	.md\:mb-8 {
		margin-bottom: 2.5rem;
	}

	.md\:mb-0 {
		margin-bottom: 0px;
	}

	.md\:-mt-10 {
		margin-top: -3.125rem;
	}

	.md\:mt-0 {
		margin-top: 0px;
	}

	.md\:mb-26 {
		margin-bottom: 8.125rem;
	}

	.md\:mb-2 {
		margin-bottom: 0.625rem;
	}

	.md\:mb-6 {
		margin-bottom: 1.875rem;
	}

	.md\:mt-1 {
		margin-top: 0.3125rem;
	}

	.md\:-mr-4 {
		margin-right: -1.25rem;
	}

	.md\:ml-18 {
		margin-left: 5.625rem;
	}

	.md\:mb-12 {
		margin-bottom: 3.75rem;
	}

	.md\:-ml-22 {
		margin-left: -6.875rem;
	}

	.md\:-mb-32 {
		margin-bottom: -10rem;
	}

	.md\:mt-20 {
		margin-top: 6.25rem;
	}

	.md\:mt-6 {
		margin-top: 1.875rem;
	}

	.md\:mb-11 {
		margin-bottom: 3.4375rem;
	}

	.md\:mt-8 {
		margin-top: 2.5rem;
	}

	.md\:-mb-6 {
		margin-bottom: -1.875rem;
	}

	.md\:mt-5 {
		margin-top: 1.5625rem;
	}

	.md\:mr-8 {
		margin-right: 2.5rem;
	}

	.md\:-mb-8 {
		margin-bottom: -2.5rem;
	}

	.md\:mb-20 {
		margin-bottom: 6.25rem;
	}

	.md\:mb-9 {
		margin-bottom: 2.8125rem;
	}

	.md\:mb-5 {
		margin-bottom: 1.5625rem;
	}

	.md\:mb-10 {
		margin-bottom: 3.125rem;
	}

	.md\:mt-3 {
		margin-top: 0.9375rem;
	}

	.md\:ml-10 {
		margin-left: 3.125rem;
	}

	.md\:-mt-4 {
		margin-top: -1.25rem;
	}

	.md\:-mr-10 {
		margin-right: -3.125rem;
	}

	.md\:mt-10 {
		margin-top: 3.125rem;
	}

	.md\:mt-4 {
		margin-top: 1.25rem;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-96 {
		height: 30rem;
	}

	.md\:h-slider {
		height: 500px;
	}

	.md\:h-full {
		height: 100%;
	}

	.md\:max-h-\[450px\] {
		max-height: 450px;
	}

	.md\:w-auto {
		width: auto;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:w-8\/12 {
		width: 66.666667%;
	}

	.md\:w-4\/12 {
		width: 33.333333%;
	}

	.md\:w-full {
		width: 100%;
	}

	.md\:w-1\/3 {
		width: 33.333333%;
	}

	.md\:w-2\/3 {
		width: 66.666667%;
	}

	.md\:w-7\/12 {
		width: 58.333333%;
	}

	.md\:w-5\/12 {
		width: 41.666667%;
	}

	.md\:w-3\/12 {
		width: 25%;
	}

	.md\:w-9\/12 {
		width: 75%;
	}

	.md\:w-3\/4 {
		width: 75%;
	}

	.md\:w-6\/12 {
		width: 50%;
	}

	.md\:w-56 {
		width: 17.5rem;
	}

	.md\:w-2\/5 {
		width: 40%;
	}

	.md\:w-3\/5 {
		width: 60%;
	}

	.md\:max-w-xs {
		max-width: 20rem;
	}

	.md\:max-w-\[860px\] {
		max-width: 860px;
	}

	.md\:max-w-none {
		max-width: none;
	}

	.md\:flex-1 {
		flex: 1 1 0%;
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:flex-wrap {
		flex-wrap: wrap;
	}

	.md\:items-center {
		align-items: center;
	}

	.md\:justify-end {
		justify-content: flex-end;
	}

	.md\:justify-center {
		justify-content: center;
	}

	.md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
	}

	.md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
	}

	.md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0.625rem * var(--tw-space-x-reverse));
		margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.md\:border-r {
		border-right-width: 1px;
	}

	.md\:p-6 {
		padding: 1.875rem;
	}

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

	.md\:py-32 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.md\:px-4 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.md\:py-5 {
		padding-top: 1.5625rem;
		padding-bottom: 1.5625rem;
	}

	.md\:px-3 {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}

	.md\:px-6 {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}

	.md\:py-20 {
		padding-top: 6.25rem;
		padding-bottom: 6.25rem;
	}

	.md\:px-5 {
		padding-left: 1.5625rem;
		padding-right: 1.5625rem;
	}

	.md\:px-17 {
		padding-left: 5.3125rem;
		padding-right: 5.3125rem;
	}

	.md\:px-14 {
		padding-left: 4.375rem;
		padding-right: 4.375rem;
	}

	.md\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.md\:py-12 {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}

	.md\:px-12 {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}

	.md\:py-18 {
		padding-top: 5.625rem;
		padding-bottom: 5.625rem;
	}

	.md\:px-10 {
		padding-left: 3.125rem;
		padding-right: 3.125rem;
	}

	.md\:py-6 {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}

	.md\:pt-24 {
		padding-top: 7.5rem;
	}

	.md\:pl-12 {
		padding-left: 3.75rem;
	}

	.md\:pt-18 {
		padding-top: 5.625rem;
	}

	.md\:pb-10 {
		padding-bottom: 3.125rem;
	}

	.md\:pl-17 {
		padding-left: 5.3125rem;
	}

	.md\:pt-5 {
		padding-top: 1.5625rem;
	}

	.md\:pb-4 {
		padding-bottom: 1.25rem;
	}

	.md\:pb-7 {
		padding-bottom: 2.1875rem;
	}

	.md\:pt-0 {
		padding-top: 0px;
	}

	.md\:pb-8 {
		padding-bottom: 2.5rem;
	}

	.md\:pt-6 {
		padding-top: 1.875rem;
	}

	.md\:pr-8 {
		padding-right: 2.5rem;
	}

	.md\:pt-7 {
		padding-top: 2.1875rem;
	}

	.md\:pb-6 {
		padding-bottom: 1.875rem;
	}

	.md\:pt-10 {
		padding-top: 3.125rem;
	}

	.md\:pr-12 {
		padding-right: 3.75rem;
	}

	.md\:pb-26 {
		padding-bottom: 8.125rem;
	}

	.md\:pt-28 {
		padding-top: 8.75rem;
	}

	.md\:pt-11 {
		padding-top: 3.4375rem;
	}

	.md\:pb-0 {
		padding-bottom: 0px;
	}

	.md\:pl-3 {
		padding-left: 0.9375rem;
	}

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

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

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

	.md\:text-96 {
		font-size: 6rem;
	}

	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.md\:text-72 {
		font-size: 4.5rem;
	}

	.md\:text-24 {
		font-size: 1.5rem;
	}

	.md\:text-21 {
		font-size: 1.3125rem;
	}

	.md\:text-15 {
		font-size: 0.9375rem;
	}

	.md\:text-60 {
		font-size: 3.75rem;
	}

	.md\:text-36 {
		font-size: 2.25rem;
	}

	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.md\:text-48 {
		font-size: 3rem;
	}

	.md\:text-40 {
		font-size: 2.5rem;
	}

	.md\:text-20 {
		font-size: 1.25rem;
	}

	.md\:leading-none {
		line-height: 1;
	}
}
@media (min-width: 1024px) {

	.lg\:sticky {
		position: sticky;
	}

	.lg\:col-span-1 {
		grid-column: span 1 / span 1;
	}

	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}

	.lg\:row-span-2 {
		grid-row: span 2 / span 2;
	}

	.lg\:mt-5 {
		margin-top: 1.5625rem;
	}

	.lg\:ml-7 {
		margin-left: 2.1875rem;
	}

	.lg\:-mt-1 {
		margin-top: -0.3125rem;
	}

	.lg\:mb-26 {
		margin-bottom: 8.125rem;
	}

	.lg\:mb-0 {
		margin-bottom: 0px;
	}

	.lg\:ml-9 {
		margin-left: 2.8125rem;
	}

	.lg\:mb-18 {
		margin-bottom: 5.625rem;
	}

	.lg\:-mt-8 {
		margin-top: -2.5rem;
	}

	.lg\:-mr-10 {
		margin-right: -3.125rem;
	}

	.lg\:mb-4 {
		margin-bottom: 1.25rem;
	}

	.lg\:mt-auto {
		margin-top: auto;
	}

	.lg\:mb-auto {
		margin-bottom: auto;
	}

	.lg\:ml-6 {
		margin-left: 1.875rem;
	}

	.lg\:block {
		display: block;
	}

	.lg\:inline-block {
		display: inline-block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:h-auto {
		height: auto;
	}

	.lg\:h-full {
		height: 100%;
	}

	.lg\:min-h-\[400px\] {
		min-height: 400px;
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:w-9\/12 {
		width: 75%;
	}

	.lg\:w-3\/12 {
		width: 25%;
	}

	.lg\:w-4\/12 {
		width: 33.333333%;
	}

	.lg\:w-8\/12 {
		width: 66.666667%;
	}

	.lg\:w-1\/3 {
		width: 33.333333%;
	}

	.lg\:w-6\/12 {
		width: 50%;
	}

	.lg\:w-auto {
		width: auto;
	}

	.lg\:w-1\/4 {
		width: 25%;
	}

	.lg\:w-24 {
		width: 7.5rem;
	}

	.lg\:flex-1 {
		flex: 1 1 0%;
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.lg\:grid-rows-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.lg\:flex-row {
		flex-direction: row;
	}

	.lg\:flex-row-reverse {
		flex-direction: row-reverse;
	}

	.lg\:justify-end {
		justify-content: flex-end;
	}

	.lg\:border-r-2 {
		border-right-width: 2px;
	}

	.lg\:px-18 {
		padding-left: 5.625rem;
		padding-right: 5.625rem;
	}

	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.lg\:py-5 {
		padding-top: 1.5625rem;
		padding-bottom: 1.5625rem;
	}

	.lg\:px-8 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.lg\:pb-24 {
		padding-bottom: 7.5rem;
	}

	.lg\:pt-8 {
		padding-top: 2.5rem;
	}

	.lg\:pb-7 {
		padding-bottom: 2.1875rem;
	}

	.lg\:pl-12 {
		padding-left: 3.75rem;
	}

	.lg\:pt-2 {
		padding-top: 0.625rem;
	}

	.lg\:pt-28 {
		padding-top: 8.75rem;
	}

	.lg\:pl-11 {
		padding-left: 3.4375rem;
	}

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

	.lg\:text-96 {
		font-size: 6rem;
	}

	.lg\:text-24 {
		font-size: 1.5rem;
	}

	.lg\:text-72 {
		font-size: 4.5rem;
	}

	.lg\:text-\[48px\] {
		font-size: 48px;
	}
}
@media (min-width: 1200px) {

	.xl\:-ml-12 {
		margin-left: -3.75rem;
	}

	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.xl\:pl-12 {
		padding-left: 3.75rem;
	}

	.xl\:pr-12 {
		padding-right: 3.75rem;
	}
}
@media (min-width: 1441px) {

	.\32xl\:overflow-visible {
		overflow: visible;
	}

	.\32xl\:px-24 {
		padding-left: 7.5rem;
		padding-right: 7.5rem;
	}

	.\32xl\:pb-48 {
		padding-bottom: 15rem;
	}

	.\32xl\:pt-48 {
		padding-top: 15rem;
	}

	.\32xl\:pl-24 {
		padding-left: 7.5rem;
	}

	.\32xl\:pr-24 {
		padding-right: 7.5rem;
	}

	.\32xl\:pr-18 {
		padding-right: 5.625rem;
	}

	.\32xl\:pl-18 {
		padding-left: 5.625rem;
	}

	.\32xl\:text-72 {
		font-size: 4.5rem;
	}
}
@media (min-width: 1550px) {

	.slider\:max-h-\[600px\] {
		max-height: 600px;
	}
}

