/* Laro Soft Extra Light */

@font-face {
	font-family: "Laro Soft";
	src: url("../../assets/font/laro-soft/Laro Soft Extra Light.otf") format("opentype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Laro Soft";
	src: url("../../assets/font/laro-soft/Laro Soft Extra Light Italic.otf") format("opentype");
	font-weight: 200;
	font-style: italic;
}

/* Laro Soft Light */

@font-face {
	font-family: "Laro Soft";
	src: url("../../assets/font/laro-soft/Laro Soft Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Laro Soft";
	src: url("../../assets/font/laro-soft/Laro Soft Light Italic.otf") format("opentype");
	font-weight: 300;
	font-style: italic;
}

/* Laro Soft Regular */

@font-face {
	font-family: "Laro Soft";
	src: url("../../font/laro-soft/Laro Soft Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Laro Soft";
	src: url("../../assets/font/laro-soft/Laro Soft Regular Italic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
}

/* Laro Soft Medium */

@font-face {
	font-family: "Laro Soft";
	src: url("../../font/laro-soft/Laro Soft Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Laro Soft";
	src: url("../../font/laro-soft/Laro Soft Medium Italic.otf") format("opentype");
	font-weight: 500;
	font-style: italic;
}

/* Laro Soft Semi Bold */

@font-face {
	font-family: "Laro Soft";
	src: url("../../font/laro-soft/Laro Soft Semi Bold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Laro Soft";
	src: url("../../font/laro-soft/Laro Soft Semi Bold Italic.otf") format("opentype");
	font-weight: 600;
	font-style: italic;
}

/* Laro Soft Bold */

@font-face {
	font-family: "Laro Soft";
	src: url("../../font/laro-soft/Laro Soft Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Laro Soft";
	src: url("../../font/laro-soft/Laro Soft Bold Italic.otf") format("opentype");
	font-weight: 700;
	font-style: italic;
}

/* Laro Soft Extra Bold */

@font-face {
	font-family: "Laro Soft";
	src: url("../../font/laro-soft/Laro Soft Extra Bold.otf") format("opentype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Laro Soft";
	src: url("../../font/laro-soft/Laro Soft Extra Bold Italic.otf") format("opentype");
	font-weight: 800;
	font-style: italic;
}

/* Laro Soft Black */

@font-face {
	font-family: "Laro Soft";
	src: url("../../font/laro-soft/Laro Soft Black.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Laro Soft";
	src: url("../../font/laro-soft/Laro Soft Black Italic.otf") format("opentype");
	font-weight: 900;
	font-style: italic;
}

/* Laro Soft Thin */

@font-face {
	font-family: "Laro Soft";
	src: url("../../font/laro-soft/Laro Soft Thin.otf") format("opentype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Laro Soft";
	src: url("../../font/laro-soft/Laro Soft Thin Italic.otf") format("opentype");
	font-weight: 100;
	font-style: italic;
}

.title-h1 {
	font-style: italic;
	font-family: var(--font-family-title);
	font-size: var(--font-size-h1);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h1);
	color: #424242;
}

.title-h2 {
	font-style: italic;
	font-family: var(--font-family-title);
	font-size: var(--font-size-h2);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h2);
	color: #424242;
}

.title-h3 {
	font-style: italic;
	font-family: var(--font-family-title);
	font-size: var(--font-size-h3);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h3);
	color: #424242;
}

.title-h4 {
	font-style: italic;
	font-family: var(--font-family-title);
	font-size: var(--font-size-h4);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h4);
	color: #424242;
}

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

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

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

body {
	margin: 0;
	font-family: "Laro soft", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	color: #FFFFFF;
	text-align: left;
	background-color: "";
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

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

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

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

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

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

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

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

dt {
	font-weight: 700;
}

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

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: rgb(216.75, 216.75, 216.75);
	text-decoration: underline;
}

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

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

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

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

figure {
	margin: 0 0 1rem;
}

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

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

table {
	border-collapse: collapse;
}

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

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

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

button {
	border-radius: 0;
}

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

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

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

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

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

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

textarea {
	overflow: auto;
	resize: vertical;
}

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

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

progress {
	vertical-align: baseline;
}

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

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

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

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

output {
	display: inline-block;
}

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

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.modal-open {
	overflow: hidden;
}

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

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

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

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

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

.modal.modal-static .modal-dialog {
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

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

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: min-content;
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

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

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

.modal-backdrop.fade {
	opacity: 0;
}

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

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

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

:root {
	--blue: #009FE5;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #e03d10;
	--orange: #F3410E;
	--yellow: #fff200;
	--green: #317a2f;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #FFFFFF;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--beige: #FAF5ED;
	--grey: #424242;
	--link-color: #F3410E;
	--container-width: 1324px;
	--container-width-small: 910px;
	--container-padding: 20px;
	--font-family-title: Laro soft, sans-serif;
	--font-family-text: Laro soft, sans-serif;
	--font-family-just: Laro soft, sans-serif;
	--font-weight: 800;
	--font-size-h1: 5rem;
	--font-size-h2: 3.75rem;
	--font-size-h3: 2.5rem;
	--font-size-h4: 1.38rem;
	--line-height-h1: 5.63rem;
	--line-height-h2: 4.38rem;
	--line-height-h3: 3.13rem;
	--line-height-h4: 20rem;
	--line-height-text: 1.5rem;
	--font-size-button: 1.75rem;
	--color-button: var(--white);
	--button-color: #FFF;
	--bg-color-button: var(--orange);
	--menu-font-size: 1.25rem;
	--row-gap-paragraph: 2.5rem;
	--padding-top-mobile: 100px;
}

.link:nth-child(1) {
	margin-top: 2rem;
}

.link:nth-child(2) {
	margin-top: 3rem;
}

.link a,
.link span,
.link button,
.link input[type=submit] {
	text-decoration: underline;
	color: #F3410E;
	font-weight: 700;
	border: none;
}

.link a.button,
.link span.button,
.link button.button,
.link input[type=submit].button {
	margin: auto;
	font-family: var(--font-family-title);
	font-size: var(--font-size-button);
	background-color: var(--bg-color-button);
	font-weight: var(--font-weight);
	color: var(--color-button);
	padding: 0.63rem 2.5rem 0.94rem;
	border-radius: 5.63rem;
	display: block;
	cursor: pointer;
	max-width: max-content;
	text-decoration: none;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
	text-decoration: none;
	transition: all 0.2s;
}

.link a.button:hover,
.link span.button:hover,
.link button.button:hover,
.link input[type=submit].button:hover {
	background-color: #db3a0d;
	border: 2px solid var(--border-hover-button);
	color: var(--color-button);
	transition: all 0.2s;
}

#openid-connect-login-form input[type=submit] {
	margin: auto;
	font-family: var(--font-family-title);
	font-size: var(--font-size-button);
	background-color: var(--bg-color-button);
	font-weight: var(--font-weight);
	color: var(--color-button);
	padding: 0.63rem 2.5rem 0.94rem;
	border-radius: 5.63rem;
	display: block;
	cursor: pointer;
	max-width: max-content;
	text-decoration: none;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
	text-decoration: none;
	border: none !important;
	transition: all 0.2s;
}

#openid-connect-login-form input[type=submit]:hover {
	background-color: #db3a0d;
	border: 2px solid var(--border-hover-button);
	color: var(--color-button);
	transition: all 0.2s;
}

.collapse {
	display: none;
}

.collapse.show {
	display: block;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

html {
	font-size: 16px;
	font-family: "Laro soft", sans-serif;
	background-color: var(--white);
}

.footer-wrapper::before {
	background-color: #FFF;
}

* {
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	color: var(--grey);
	font-family: var(--font-family-base);
	font-size: 1.13rem;
	line-height: 1.75rem;
	font-weight: 600;
}

.container {
	max-width: var(--container-width);
	width: 100%;
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
	margin-left: auto;
	margin-right: auto;
}

.container.small {
	max-width: var(--container-width-small);
}

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

video {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
}

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

.visually-hidden {
	display: none;
}

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

img {
	display: block;
	width: 100%;
	height: auto;
}

.paragraphs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: var(--row-gap-paragraph);
	margin-bottom: var(--row-gap-paragraph);
	padding-top: 3rem;
}

.flex-gap-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: var(--row-gap-paragraph);
}

.text {
	font-size: 1.13rem;
	color: var(--grey);
}

.visual-mobile {
	display: none;
}

.link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 2rem;
}

#custom-fullscreen-loader .loader-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.spinner {
	width: 60px;
	height: 60px;
	border: 6px solid #fff;
	border-top: 6px solid #3498db;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

.no-visual {
	margin-top: 6.25rem;
}

main {
	padding-top: calc(3.81rem + 56px);
	min-height: calc(100vh - 3.81rem - 55px);
	background-color: #FFF;
}

.main-menu-gpp {
	height: 3.81rem;
	background-color: #FFF;
	font-family: var(--font-family-title);
	font-size: 1.25rem;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 56px;
	position: fixed;
	width: 100%;
	z-index: 2;
}

.main-menu-gpp.opened .btn-close {
	display: none;
}

.main-menu-gpp .btn-close {
	display: none;
}

.main-menu-gpp ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.main-menu-gpp ul li {
	margin: 0 0.94rem;
}

.main-menu-gpp ul li .btn-arrow-menu {
	width: 38px;
	height: 38px;
}

.main-menu-gpp ul li.duplicated {
	display: none; /*
  @include mediaOnly(sm) {
    &:after {
      content: '';
      background-image: url("../images/icons/arrow-down-menu.svg");
      width: 38px;
      height: 38px;
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
    }
  }

   */
}

.main-menu-gpp ul li.duplicated.hide {
	display: none;
}

.main-menu-gpp ul li a {
	color: var(--grey);
}

.main-menu-gpp ul li a.is-active {
	color: var(--orange);
}

.error-dialog {
	background-color: #FFF;
	border-radius: 3.13rem;
	padding: 3rem 2.5rem;
	text-align: center;
}

.error-dialog .error-message {
	font-size: 1.13rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
}

.error-dialog .ui-widget-header {
	background-color: transparent;
	border: none;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	position: unset;
}

.error-dialog-titlebar {
	position: unset;
	padding: 0;
}

.error-dialog-title {
	float: none;
	text-overflow: unset;
	overflow: unset;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	font-family: var(--font-family-title);
	display: block;
	width: 100%;
}

.error-dialog-content {
	padding: 0;
}

.error-dialog .ui-dialog-titlebar-close {
	position: absolute;
	bottom: -50px;
	top: auto;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.error-dialog .ui-dialog-titlebar {
	padding: 0;
}

.error-dialog .ui-dialog-titlebar-close {
	right: auto;
	width: 30px;
	margin: 0;
	padding: 1px;
	height: 30px;
	border-radius: 30px;
	border: none;
	background-color: var(--orange);
}

.error-dialog .ui-dialog-title {
	margin: 0;
	width: 100%;
	display: block;
	float: none;
	overflow: auto;
	text-overflow: unset;
	font-size: 2.5rem;
	font-family: var(--font-family-title);
	padding-bottom: 1rem;
}

.error-dialog .ui-dialog-content {
	padding: 0;
}

.ui-button .ui-icon {
	background-image: none;
}

.ui-button .ui-icon-closethick:after {
	content: "x";
	color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	text-indent: 0;
	font-size: 1.3rem;
}

.ui-button-icon-space {
	display: none;
}

.n-landing-page-full {
	padding: 0 0 3.75rem;
}

html,
body {
	overflow-x: hidden !important;
}

ol li {
	list-style: decimal;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}

ol li ol li {
	list-style: lower-alpha;
}

ol li ol li a {
	word-break: break-all;
	text-decoration: underline;
}

.footer-wrapper:before {
	background-color: transparent !important;
}

.content-type-landing_page:not(.is-frontpage) .node-content {
	background-image: url("../images/home/bg.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	padding-bottom: 2.5rem;
	color: var(--white);
}

.content-type-landing_page:not(.is-frontpage) .node-content .title-h1,
.content-type-landing_page:not(.is-frontpage) .node-content .title-h2,
.content-type-landing_page:not(.is-frontpage) .node-content .title-h3,
.content-type-landing_page:not(.is-frontpage) .node-content .title-h4 {
	color: var(--white);
}

.content-type-landing_page:not(.is-frontpage) .node-content .p-title-text,
.content-type-landing_page:not(.is-frontpage) .node-content .text {
	color: var(--white);
}

main {
	background-color: #faf5ed;
}

.content-type-landing_page:not(.is-frontpage) main,
.route-addresses-thank_you:not(.is-frontpage) main {
	padding-top: 0 !important;
}

main .title-h1,
main .title-h2,
main .title-h3,
main .title-h4 {
	font-style: italic;
	text-transform: uppercase;
}

.is-frontpage main {
	color: var(--white);
	padding-top: 40px;
	background-color: transparent;
	background-image: url("../images/home/bg.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.is-frontpage main .title-h1,
.is-frontpage main .title-h2,
.is-frontpage main .title-h3,
.is-frontpage main .title-h4 {
	color: var(--white);
}

.is-frontpage main .p-title-text,
.is-frontpage main .text {
	color: var(--white);
}

main .messages--error {
	font-size: 22px;
	line-height: 22px;
}

main input:-internal-autofill-selected {
	background-color: transparent !important;
}

body:not(.is-frontpage) .n-landing-page-full {
	padding-top: 56px;
}

body:not(.is-frontpage) .n-landing-page-full h4 {
	line-height: normal;
}

body:not(.is-frontpage) .p-image .media {
	display: block !important;
}

.link a.button {
	min-width: 250px;
	text-align: center;
}

.link a.button.button-yellow {
	background-color: var(--yellow);
	color: var(--green);
}

.is-frontpage #bueno-image .media-image,
.nid-4 #bueno-image .media-image {
	max-width: 930px;
	padding: 0 30px;
	margin: -6.5681444992vw auto 0 auto;
	position: relative;
}

.is-frontpage #coming-soon-text,
.nid-4 #coming-soon-text {
	text-align: center;
	margin-bottom: 50px;
}

.is-frontpage #coming-soon-text .container.small,
.nid-4 #coming-soon-text .container.small {
	max-width: var(--container-width) !important;
	margin: auto;
}

.is-frontpage #coming-soon-text .text,
.nid-4 #coming-soon-text .text {
	margin: 30px 0;
}

.is-frontpage #join-instant-win,
.nid-4 #join-instant-win {
	text-align: center;
	margin-bottom: 50px;
}

.is-frontpage #join-instant-win .subtitle,
.nid-4 #join-instant-win .subtitle {
	font-size: 24px;
	padding: 20px 0;
}

.is-frontpage #join-instant-win .text,
.nid-4 #join-instant-win .text {
	font-size: 33px;
	line-height: 33px;
}

.is-frontpage #how-to-enter,
.nid-4 #how-to-enter {
	padding: 30px 0;
	background-image: url("../images/home/bg2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.is-frontpage #how-to-enter h2,
.nid-4 #how-to-enter h2 {
	margin-bottom: 30px;
}

.is-frontpage #vip-festival h2,
.nid-4 #vip-festival h2 {
	text-align: center;
	color: var(--yellow);
}

.is-frontpage #vip-festival .media-image,
.nid-4 #vip-festival .media-image {
	border-radius: 20px 0 20px 0;
	overflow: hidden;
}

.is-frontpage #vip-festival .text,
.nid-4 #vip-festival .text {
	text-align: justify;
}

.is-frontpage #runnerup-prize,
.nid-4 #runnerup-prize {
	padding: 0px 0;
	min-height: 330px;
	background-image: url("../images/home/teca.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.is-frontpage #runnerup-prize .container,
.nid-4 #runnerup-prize .container {
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.is-frontpage #runnerup-prize h2,
.nid-4 #runnerup-prize h2 {
	color: var(--yellow);
	margin-bottom: 0;
}

.is-frontpage #runnerup-prize .p-editorial--text,
.nid-4 #runnerup-prize .p-editorial--text {
	max-width: 660px;
	text-align: center;
}

.is-frontpage #runnerup-prize .subtitle,
.nid-4 #runnerup-prize .subtitle {
	color: var(--white);
	text-align: right;
}

.is-frontpage #runnerup-prize .text,
.nid-4 #runnerup-prize .text {
	margin: 30px 0;
	padding: 0 50px;
}

.is-frontpage #slider-including,
.nid-4 #slider-including {
	padding: 0 15px;
	margin-top: 0;
}

.is-frontpage #slider-including .swiper-notification,
.nid-4 #slider-including .swiper-notification {
	display: none;
}

.is-frontpage #slider-including .swiper-editorial,
.nid-4 #slider-including .swiper-editorial {
	margin-bottom: 0;
	padding-bottom: 0;
}

.is-frontpage #slider-including .title,
.nid-4 #slider-including .title {
	font-size: 32px;
	text-align: left;
}

.is-frontpage #slider-including .media-image,
.is-frontpage #slider-including img,
.nid-4 #slider-including .media-image,
.nid-4 #slider-including img {
	min-height: 100px;
	object-fit: contain;
	height: auto;
}

.is-frontpage #slider-including img,
.nid-4 #slider-including img {
	padding: 10px;
}

.is-frontpage #slider-including .p-editorial.banner,
.nid-4 #slider-including .p-editorial.banner {
	padding: 0;
	min-height: 0;
}

.is-frontpage #slider-including .p-slider--content,
.nid-4 #slider-including .p-slider--content {
	gap: 0;
}

.is-frontpage #slider-including .p-slider--content .swiper-slide,
.nid-4 #slider-including .p-slider--content .swiper-slide {
	margin: 0;
}

.is-frontpage #slider-including .p-slider--content .swiper-slide .container,
.nid-4 #slider-including .p-slider--content .swiper-slide .container {
	padding: 0 !important;
	margin: 0 !important;
}

.is-frontpage #slider-including .p-slider--content .swiper-slide .container .p-editorial--text,
.nid-4 #slider-including .p-slider--content .swiper-slide .container .p-editorial--text {
	display: none;
}

.route-instant_win-win_page,
.route-instant_win-lose_page,
.route-addresses-confirm_form,
.route-addresses-warning {
	background-color: var(--white) !important;
}

.route-instant_win-win_page main,
.route-instant_win-lose_page main,
.route-addresses-confirm_form main,
.route-addresses-warning main {
	padding-top: 0;
	background-color: var(--white) !important;
}

.route-instant_win-win_page .footer-wrapper:before,
.route-instant_win-lose_page .footer-wrapper:before,
.route-addresses-confirm_form .footer-wrapper:before,
.route-addresses-warning .footer-wrapper:before {
	background-color: #fff !important;
}

.route-instant_win-win_page .link.btn-submit span.button,
.route-instant_win-lose_page .link.btn-submit span.button,
.route-addresses-confirm_form .link.btn-submit span.button,
.route-addresses-warning .link.btn-submit span.button {
	text-transform: uppercase;
}

.route-instant_win-win_page .page-address h1.title,
.route-instant_win-lose_page .page-address h1.title,
.route-addresses-confirm_form .page-address h1.title,
.route-addresses-warning .page-address h1.title {
	margin-top: 30px;
}

#campaign-ended .title-h1 {
	font-size: 4.38rem;
	line-height: 4.38rem;
}

#campaign-ended .p-editorial--text {
	margin: 0;
	padding: 0;
	width: 50%;
}

#campaign-ended-bottom {
	max-width: var(--container-width-small);
	margin: auto;
}

.userway_buttons_wrapper {
	left: 55px !important;
	bottom: 15px !important;
	right: auto !important;
	top: auto !important;
}

.route-lead-registration_form .custom-service-page {
	padding-top: 50px !important;
}

.route-lead-registration_form .custom-service-page form {
	row-gap: 0;
}

.route-lead-registration_form .custom-service-page form .promo-code-wrapper {
	margin: 30px 0;
}

.route-lead-registration_form .lead-registration-form .link.btn-submit span.button {
	text-transform: uppercase;
}

.nid-5.content-type-landing_page .p-editorial--content {
	row-gap: 0;
}

.content-privacy .form-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0.2rem;
	margin-bottom: 0.8rem;
}

.content-privacy .form-item input[type=checkbox] {
	margin: 0;
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	padding-right: 0 !important;
}

.content-privacy .form-item label {
	margin-left: 0;
	padding-left: 0;
	-ms-flex: 1;
	flex: 1;
	word-break: break-word;
	line-height: 1.4;
}

.content-privacy .form-item label .options {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
	word-break: break-word;
	line-height: 1.4;
}

.custom-service-page.form-custom form.lead-registration-form .flex-form .form-item input {
	padding-right: 0 !important;
}

.nid-3 .p-editorial--text {
	width: 100%;
}

@media (prefers-reduced-motion: reduce) {

.modal.fade .modal-dialog {
	transition: none;
}

}

@media (min-width: 640px) {

.modal-dialog {
	max-width: 500px;
	margin: 1.75rem auto;
}

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

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 3.5rem);
}

.modal-dialog-centered {
	min-height: calc(100% - 3.5rem);
}

.modal-dialog-centered::before {
	height: calc(100vh - 3.5rem);
	height: min-content;
}

.modal-sm {
	max-width: 300px;
}

}

@media (min-width: 1200px) {

.modal-lg,
.modal-xl {
	max-width: 800px;
}

}

@media (min-width: 1440px) {

.modal-xl {
	max-width: 1140px;
}

}

@media (max-width: 1440px) {

html {
	font-size: 1.1111111111vw;
}

}

@media (max-width: 1024px) {

html {
	font-size: 16px;
}

}

@media (max-width: 1023px) {

:root {
	--font-size-h1: 2rem;
	--font-size-h2: 2rem;
	--font-size-h3: 1.38rem;
	--font-size-h4: 1.13rem;
	--line-height-h1: 2.63rem;
	--line-height-h2: 2.63rem;
	--line-height-h3: 2rem;
	--line-height-h4: 1.75rem;
}

.link a.button,
.link span.button,
.link button.button,
.link input[type=submit].button {
	padding: 15px 40px;
	font-size: 24px;
}

#openid-connect-login-form input[type=submit] {
	padding: 15px 40px;
	font-size: 24px;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.text {
	font-size: 18px;
}

.visual {
	display: none;
}

.visual-mobile {
	display: block;
}

main {
	padding-top: 50px;
}

.main-menu-gpp {
	text-align: center;
	height: auto;
	font-size: 24px;
	border-radius: 0px 0px 25px 25px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	margin-top: 50px;
}

.main-menu-gpp.opened .btn-close {
	display: block;
	position: absolute;
	right: 20px;
	z-index: 2;
	top: 10px;
	transition: all 0.6s ease-in-out;
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.main-menu-gpp .btn-close {
	display: block;
	position: absolute;
	right: 20px;
	z-index: 2;
	top: 10px;
	transition: all 0.6s ease-in-out;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main-menu-gpp.close ul {
	height: 58px;
}

.main-menu-gpp ul {
	-ms-flex-direction: column;
	flex-direction: column;
	transition: all 0.6s ease-in-out;
}

.main-menu-gpp ul li {
	padding: 16px 0;
	border-bottom: 1px solid var(--grey);
	position: relative;
}

.main-menu-gpp ul li:last-child {
	border: none;
}

.main-menu-gpp ul li.duplicated {
	display: block;
	position: absolute;
	width: 90%;
	top: 0;
	background-color: #FFF;
	box-sizing: border-box;
	left: 50%;
	padding: 16px 20px;
	z-index: 1;
	border-bottom: navajowhite;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto;
}

.error-dialog {
	width: 90% !important;
	left: 50% !important;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

body:not(.is-frontpage) .n-landing-page-full {
	padding-top: var(--padding-top-mobile);
}

.content-type-landing_page:not(.is-frontpage) .node-content {
	background-size: cover;
}

body:not(.is-frontpage) .n-landing-page-full {
	padding-top: 0;
}

body:not(.is-frontpage) .p-image .media {
	display: block !important;
}

.is-frontpage #bueno-image .media-image,
.nid-4 #bueno-image .media-image {
	margin-top: -12.315270936vw;
	margin-bottom: -8.210180624vw;
}

.is-frontpage #join-instant-win .text,
.nid-4 #join-instant-win .text {
	font-size: 26px;
	line-height: 32px;
}

.is-frontpage #how-to-enter .link,
.nid-4 #how-to-enter .link {
	margin-top: 30px;
}

.is-frontpage #vip-festival .text,
.nid-4 #vip-festival .text {
	text-align: center;
}

.is-frontpage #vip-festival .p-editorial--content,
.nid-4 #vip-festival .p-editorial--content {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.is-frontpage #runnerup-prize,
.nid-4 #runnerup-prize {
	padding: 40px 0 0 0;
	background-image: url("../images/home/runnerup.png");
	background-position: 4px 35PX;
	background-size: 98%;
}

.is-frontpage #runnerup-prize h2,
.nid-4 #runnerup-prize h2 {
	font-size: 35px;
}

.is-frontpage #runnerup-prize .subtitle,
.nid-4 #runnerup-prize .subtitle {
	padding: 0 0rem;
}

.is-frontpage #runnerup-prize .text,
.nid-4 #runnerup-prize .text {
	padding: 0 30px;
}

.is-frontpage #slider-including .title,
.nid-4 #slider-including .title {
	font-size: 15px;
}

.is-frontpage #slider-including .media-image,
.is-frontpage #slider-including img,
.nid-4 #slider-including .media-image,
.nid-4 #slider-including img {
	min-height: auto;
}

.is-frontpage #slider-including img,
.nid-4 #slider-including img {
	padding: 0px;
}

#campaign-ended .title-h1 {
	font-size: 2.19rem;
	line-height: 2.19rem;
}

#campaign-ended .p-editorial--text {
	width: 100%;
}

.nid-5.content-type-landing_page .n-landing-page-full {
	padding-top: 50px !important;
}

.nid-5.content-type-landing_page .node-content {
	background-size: 100% 500%;
}

.nid-5.content-type-landing_page .node-content .paragraphs {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.nid-8.content-type-landing_page .node-content,
.nid-9.content-type-landing_page .node-content {
	background-size: 100% 500%;
}

.nid-8.content-type-landing_page .node-content .paragraphs,
.nid-9.content-type-landing_page .node-content .paragraphs {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.nid-8.content-type-landing_page .node-content .p-title-text--content h1.title,
.nid-9.content-type-landing_page .node-content .p-title-text--content h1.title {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.nid-8.content-type-landing_page .n-landing-page-full,
.nid-9.content-type-landing_page .n-landing-page-full {
	padding-top: 50px !important;
}

}

@keyframes spin {

to {
	transform: rotate(360deg);
}

}

