/* ==========================================================================
   style by Filippo Montanari - www.fpeitalia.com
   Pas
   ========================================================================== */
@font-face {
    font-family: 'Claven';
    font-style: normal;
    font-weight: normal;
    src: local('Claven'), url('Claven.woff') format('woff');
}
:root {
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary: 'Claven';
    --red: #E5372B;
}
html,button,input,select,textarea {
    color: #483231;
}
body {
	font: 20px/125% var(--font-primary);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #EDDFCC;
    color: #483231;
}
*, a, a:active, a:focus, img[usemap], map area {
	outline: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.29);
    margin: 10px 0;
    padding: 0;
}
h1, h2, h3 {
	font-family: var(--font-secondary);
	font-weight: normal;
    line-height: normal;
    margin: 0 0 20px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 30px;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
	width: 100%;
}
p {
	margin: 0;
	padding: 5px 0 15px;
}
p:last-child {
    padding-bottom: 0;
}
a {
	color: #483231;
}
a:hover {
	color: #483231;
}



.navbar {
	display: flex;
	justify-content: flex-end;
    align-items: center;
    width: 90%;
    position: relative;
    margin: auto;
}
.navbar-container.navbar-red {
    background: var(--red);
    padding-left: 35px;
}
.logo-sam {
	margin-left: 40px;
    position: absolute;
    top: 60px;
}
.logo-sam img {
	width: 170px;
}
.logo-sam a { display: block; }
.logo-speciale {
    display: inline-block;
    margin: 0 auto;
}
.logo-speciale img {
    width: 400px;
}
header nav ul {
    display: flex;
    align-items: center;
}
.navbar-secondary {
    margin: auto;
}
.navbar-secondary ul {
	list-style-type: none;
	margin: 0 auto 0; padding: 0;
	text-align: center;
}
.navbar-secondary li {
	display: inline-block;
}
.navbar-secondary li a {
	color: #fff;
	font: 600 14px var(--font-primary);
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 0;
	margin: 0 20px;
	display: block;
}
.navbar-secondary li.active { }
.navbar-secondary a:hover { color:#fff; }
.navbar-secondary .active a, .navbar-secondary .active a:hover { color: #fff; }


header {
	background: url(../images/header.jpg) no-repeat center center/cover;
	position: relative;
}
.visual {
	color: #fff;
	text-transform: uppercase;
	padding: 30px 0;
}
.visual .wrapper {
	max-width: 1000px;
	margin:auto;
}
.visual h1 {
    font-weight: bold;
    font-size: 45px;
}


.button {
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	/*text-transform: uppercase;*/
	vertical-align: middle;
	min-width: 200px;
	border-image-slice: 12 32 17 27 fill;
    border-image-width: 14px 31px 13px 24px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='385.336' height='78.591' viewBox='0 0 385.336 78.591'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,60.65H385.336V-17.941H0Z' transform='translate(0 17.941)' fill='%23e5372b'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0.001 0)'%3E%3Cpath d='M7.393,0A9.311,9.311,0,0,0-2.091,10.829L5.466,67.762A12.818,12.818,0,0,0,17.827,78.591h345.3a12.815,12.815,0,0,0,12.362-10.829l7.561-56.933A9.316,9.316,0,0,0,373.564,0Z' transform='translate(2.187)' fill='%23e5372b'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    border-style: solid;
    padding: 10px 25px;
    font-size: 30px;
    line-height: 27px;
    font-weight: bold;
    font-family: var(--font-primary);
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
}
.btn-secondary {
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='385.336' height='78.591' viewBox='0 0 385.336 78.591'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,60.65H385.336V-17.941H0Z' transform='translate(0 17.941)' fill='%23483231'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0.001 0)'%3E%3Cpath d='M7.393,0A9.311,9.311,0,0,0-2.091,10.829L5.466,67.762A12.818,12.818,0,0,0,17.827,78.591h345.3a12.815,12.815,0,0,0,12.362-10.829l7.561-56.933A9.316,9.316,0,0,0,373.564,0Z' transform='translate(2.187)' fill='%23483231'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.button:hover {
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='385.336' height='78.591' viewBox='0 0 385.336 78.591'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,60.65H385.336V-17.941H0Z' transform='translate(0 17.941)' fill='%23483231'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0.001 0)'%3E%3Cpath d='M7.393,0A9.311,9.311,0,0,0-2.091,10.829L5.466,67.762A12.818,12.818,0,0,0,17.827,78.591h345.3a12.815,12.815,0,0,0,12.362-10.829l7.561-56.933A9.316,9.316,0,0,0,373.564,0Z' transform='translate(2.187)' fill='%23483231'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.box-r .button {
	border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='385.336' height='78.591' viewBox='0 0 385.336 78.591'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,60.65H385.336V-17.941H0Z' transform='translate(0 17.941)' fill='%23FFFFFF'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0.001 0)'%3E%3Cpath d='M7.393,0A9.311,9.311,0,0,0-2.091,10.829L5.466,67.762A12.818,12.818,0,0,0,17.827,78.591h345.3a12.815,12.815,0,0,0,12.362-10.829l7.561-56.933A9.316,9.316,0,0,0,373.564,0Z' transform='translate(2.187)' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    color: var(--red);
}
.box-r .button:hover {
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='385.336' height='78.591' viewBox='0 0 385.336 78.591'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,60.65H385.336V-17.941H0Z' transform='translate(0 17.941)' fill='%23FFFFFF'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0.001 0)'%3E%3Cpath d='M7.393,0A9.311,9.311,0,0,0-2.091,10.829L5.466,67.762A12.818,12.818,0,0,0,17.827,78.591h345.3a12.815,12.815,0,0,0,12.362-10.829l7.561-56.933A9.316,9.316,0,0,0,373.564,0Z' transform='translate(2.187)' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    color: #483231;
}

.button.back {
	background: grey;
}
:hover.button, #perdita .bg-green .button, :hover.button.back {
	color: #fff;
}

.wrapper {
    width: 100%;
    min-width: 800px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
    box-sizing: border-box;
}

.in-palio {
    background: var(--red);
    color: #fff;
    margin: auto;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 20px;
}
.ico-fortunata {
    position: absolute;
    top: -20px;
    left: 10%;
    transform: translate(-50%, 30px);
    width: min(16vw, 163px);
}
#graduatoria .ico-fortunata {
    top: -30px;
}
.ico-top {
    position: absolute;
    top: -30px;
    right: -6%;
    transform: translate(-50%, 30px);
    width: min(16vw, 163px);
}
.bg-premi-iw {
    background: url("../images/premi/premi-iw.png") no-repeat center bottom/contain;
    padding-bottom: 170px;
}

.content-short {
    max-width: 620px;
    margin: auto;
    position: relative;
}
.intro .cartolina {
    display: none;
}
@media (min-width: 1080px ) {
    .intro .cartolina {
        display: block;
        position: absolute;
        top: -30px;
        left: -90px;
        width: 350px;
    }
    .intro .cartolina img {
        max-width: 100%;
        height: auto;
    }
}
.box:not(.box-r) h2 {
    display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	/*text-transform: uppercase;*/
	vertical-align: middle;
	min-width: 200px;
	border-image-slice: 12 32 17 27 fill;
    border-image-width: 14px 31px 13px 24px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='385.336' height='78.591' viewBox='0 0 385.336 78.591'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,60.65H385.336V-17.941H0Z' transform='translate(0 17.941)' fill='%2397CABE'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0.001 0)'%3E%3Cpath d='M7.393,0A9.311,9.311,0,0,0-2.091,10.829L5.466,67.762A12.818,12.818,0,0,0,17.827,78.591h345.3a12.815,12.815,0,0,0,12.362-10.829l7.561-56.933A9.316,9.316,0,0,0,373.564,0Z' transform='translate(2.187)' fill='%2397CABE'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    border-style: solid;
    padding: 12px 25px 5px;
    color: #fff;
    margin-top: -60px;
}
.bg-b h2 {
    display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	/*text-transform: uppercase;*/
	vertical-align: middle;
	min-width: 200px;
	border-image-slice: 12 32 17 27 fill;
    border-image-width: 14px 31px 13px 24px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='385.336' height='78.591' viewBox='0 0 385.336 78.591'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,60.65H385.336V-17.941H0Z' transform='translate(0 17.941)' fill='%23E5372B'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0.001 0)'%3E%3Cpath d='M7.393,0A9.311,9.311,0,0,0-2.091,10.829L5.466,67.762A12.818,12.818,0,0,0,17.827,78.591h345.3a12.815,12.815,0,0,0,12.362-10.829l7.561-56.933A9.316,9.316,0,0,0,373.564,0Z' transform='translate(2.187)' fill='%23E5372B'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    border-style: solid;
    padding: 12px 25px 5px;
    color: #fff;
    margin-top: -30px;
    margin-bottom: 0px;
}
.box h2 img {
    vertical-align: initial;
}
.gift-300 {
    position: relative;
}
@media (min-width: 1080px) {
    .gift-300 img {
        position: absolute;
        top: 0;
        top: -30px;
        right: -170px;
    }
}

#gioca .cartoline-tutte {
    display: none;
}
@media (min-width: 1080px ) {
    #gioca .cartoline-tutte {
        display: block;
        position: absolute;
        top: 60px;
        left: -100px;
        width: 350px;
    }
    #gioca .cartoline-tutte img {
        max-width: 100%;
        height: auto;
    }
}
#gioca .ico-fortunata {
    left: auto;
    right: -20px;
}
#gioca .ico-top {
    top: -117px;
    right: -6%;
}

.col {
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
	position: relative;
}

.sc .box {
    margin-top: 0;
}
.sc ul {
    list-style-type: none;
    padding: 0;
}
.sc h3 {
    margin-bottom: 0;
    position: relative;
    font-size: 50px;
    font-family: var(--font-secondary);
}
.sc-content {
    max-width: 970px;
    margin: auto;
}
.sc .note {
    border-top: 3px solid #483231;
    padding-top: 20px;
    margin-top: 10px;
}
@media (min-width: 860px) {
    .sc .sc-title-container {
        position: relative;
    }
    .sc .sc-title-container::before {
        content: '';
        display: block;
        width: 100px;
        height: 100px;
        background: url("../images/sc-icon.svg") no-repeat center center / contain;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
}
.sc a:hover { color: var(--red); }
.attivo_su_altri_concorsi_dbunico {
	background-color:#eeeeef;
	color: #3e3e40;
	padding: 20px;
	margin: 20px 0;
}

.row-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    text-align: left;
}
.col {
    width: 50%;
    box-sizing: border-box;
}

.intro {
	position: relative;
    padding: 25px;
    margin: 40px auto;
}
.box {
	position: relative;
    padding: 25px;
    margin: 40px auto 60px;
    border-image-slice: 35 55 35 55 fill;
    border-image-width: 30px 40px 30px 40px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-style: solid;
}
.box.box-b { 
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1286.227' height='480.757' viewBox='0 0 1286.227 480.757'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,359.591H1286.227V-121.166H0Z' transform='translate(0 121.166)' fill='%2397cabe'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg style='isolation: isolate'%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0 0)'%3E%3Cpath d='M17.574,0C4.184,0-6.178,10.4-5.578,23.227L14.79,457.53c.6,12.828,11.942,23.227,25.332,23.227H1234.9c13.386,0,24.728-10.4,25.328-23.227l20.368-434.3C1281.2,10.4,1270.837,0,1257.447,0Z' transform='translate(5.603)' fill='%2397cabe'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.box.box-r { 
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1286.227' height='480.757' viewBox='0 0 1286.227 480.757'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,359.591H1286.227V-121.166H0Z' transform='translate(0 121.166)' fill='%23E5372B'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg style='isolation: isolate'%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0 0)'%3E%3Cpath d='M17.574,0C4.184,0-6.178,10.4-5.578,23.227L14.79,457.53c.6,12.828,11.942,23.227,25.332,23.227H1234.9c13.386,0,24.728-10.4,25.328-23.227l20.368-434.3C1281.2,10.4,1270.837,0,1257.447,0Z' transform='translate(5.603)' fill='%23E5372B'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    color: #fff;
}
.box.box-w { 
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1286.227' height='480.757' viewBox='0 0 1286.227 480.757'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,359.591H1286.227V-121.166H0Z' transform='translate(0 121.166)' fill='%23FFFFFF'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg style='isolation: isolate'%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0 0)'%3E%3Cpath d='M17.574,0C4.184,0-6.178,10.4-5.578,23.227L14.79,457.53c.6,12.828,11.942,23.227,25.332,23.227H1234.9c13.386,0,24.728-10.4,25.328-23.227l20.368-434.3C1281.2,10.4,1270.837,0,1257.447,0Z' transform='translate(5.603)' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.box.box-br { 
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1286.227' height='480.757' viewBox='0 0 1286.227 480.757'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,359.591H1286.227V-121.166H0Z' transform='translate(0 121.166)' fill='%23DBC39D'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg style='isolation: isolate'%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0 0)'%3E%3Cpath d='M17.574,0C4.184,0-6.178,10.4-5.578,23.227L14.79,457.53c.6,12.828,11.942,23.227,25.332,23.227H1234.9c13.386,0,24.728-10.4,25.328-23.227l20.368-434.3C1281.2,10.4,1270.837,0,1257.447,0Z' transform='translate(5.603)' fill='%23DBC39D'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.box.box-g { 
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1286.227' height='480.757' viewBox='0 0 1286.227 480.757'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,359.591H1286.227V-121.166H0Z' transform='translate(0 121.166)' fill='%23C7BEBC'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg style='isolation: isolate'%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0 0)'%3E%3Cpath d='M17.574,0C4.184,0-6.178,10.4-5.578,23.227L14.79,457.53c.6,12.828,11.942,23.227,25.332,23.227H1234.9c13.386,0,24.728-10.4,25.328-23.227l20.368-434.3C1281.2,10.4,1270.837,0,1257.447,0Z' transform='translate(5.603)' fill='%23C7BEBC'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.box.box-y { 
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1286.227' height='480.757' viewBox='0 0 1286.227 480.757'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,359.591H1286.227V-121.166H0Z' transform='translate(0 121.166)' fill='%23FAF1E4'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg style='isolation: isolate'%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0 0)'%3E%3Cpath d='M17.574,0C4.184,0-6.178,10.4-5.578,23.227L14.79,457.53c.6,12.828,11.942,23.227,25.332,23.227H1234.9c13.386,0,24.728-10.4,25.328-23.227l20.368-434.3C1281.2,10.4,1270.837,0,1257.447,0Z' transform='translate(5.603)' fill='%23FAF1E4'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.box.box-brown { 
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1286.227' height='480.757' viewBox='0 0 1286.227 480.757'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,359.591H1286.227V-121.166H0Z' transform='translate(0 121.166)' fill='%23563d39'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg style='isolation: isolate'%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0 0)'%3E%3Cpath d='M17.574,0C4.184,0-6.178,10.4-5.578,23.227L14.79,457.53c.6,12.828,11.942,23.227,25.332,23.227H1234.9c13.386,0,24.728-10.4,25.328-23.227l20.368-434.3C1281.2,10.4,1270.837,0,1257.447,0Z' transform='translate(5.603)' fill='%23563d39'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    color: #fff;
}
.border-radius {
    border-radius: 25px;
}
.box.box-brown a {
    color: #fff;
}

.insegne {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.insegne .insegne-item {
    padding: 5px 0;
    width: 25%;
}
address {
    text-align: center;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.premi-grid {
    column-count: 3;
    margin: 30px auto -80px;
    max-width: 1000px;
}
.premio-item {
    width: 293px;
    height: 233px;
    background: url("../images/bg-premio-iw.svg") no-repeat center top/contain;
    position: relative;
    break-inside: avoid;
    margin: 0px 10px 20px;
}
.premio-item img {
    height: 200px;
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -59%);
    z-index: 1;
}
.premio-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    background: #97CABE;
}

.soglia-item {
    display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
	border-image-slice: 12 32 17 27 fill;
    border-image-width: 14px 31px 13px 24px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='385.336' height='78.591' viewBox='0 0 385.336 78.591'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M0,60.65H385.336V-17.941H0Z' transform='translate(0 17.941)' fill='%23483231'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0.001 0)'%3E%3Cpath d='M7.393,0A9.311,9.311,0,0,0-2.091,10.829L5.466,67.762A12.818,12.818,0,0,0,17.827,78.591h345.3a12.815,12.815,0,0,0,12.362-10.829l7.561-56.933A9.316,9.316,0,0,0,373.564,0Z' transform='translate(2.187)' fill='%23483231'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    border-style: solid;
    padding: 10px 25px 10px;
    color: #EDDFCC;
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 27px;
}
.catalogo {
    padding: 0 40px 40px;
}
.lista-premi {
    display: flex;
    justify-content: space-around;
}
.catalogo-item {
    background: #FAF1E4;
    border-radius: 30px;
    width: 25%;
    margin: 110px 20px 60px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: block;
}
.catalogo-item:hover {
    background: #97CABE;
}
.catalogo-item figure {
    margin: -110px auto 20px;
}
.catalogo-item figure img {
    max-width: 100%;
    height: auto;;
}
.catalogo-item .title img.samsung {
    height: 30px;
}
.catalogo-item .title img.nilox {
    height: 40px;
}

.p-0 {
    padding:0;
}
.p-5 {
    padding: 20px;
}
.m-0 {
    margin: 0;
}
.mt-0 {
    margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.pt-0 {
    padding-top: 0;
}
.mb-5 {
    margin-bottom: 30px;
}
.bg-br {
    background: #96C9BC;
}
.bg-lb {
    background: rgba(231,207,184,.7);
}
.bg-lc {
    background:#d9efec
}
.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flex.align-items-center {
    align-items: center;
}
/*.flex>div:first-child {
    width: 20%;
}*/
.vincita {
    
}
.vincita img {
    max-width: 400px;
}

/* FORM */
#recaptchadiv>div {margin: 0 auto;}
.form-row {
	clear: both;
	padding: 5px 0;
}
.form-col-left {
	float: left;
	width: 48%;
}
.form-col-right {
	float: right;
	width: 48%;
}
.form-col-wide {
	
}
label { cursor: pointer; }
#gelatidettaglio, #prodotti_da_fornodettaglio, #piatti_prontidettaglio {
    padding-left: 40px;
}
.labelgelati {
    display: inline-block;
    /*width:150px;*/
    padding-right: 20px
}
.qtip-content {
	font-size: 13px;
	line-height: 15px;
}
input.text, select, textarea {
	vertical-align: middle;
	border: 1px solid #fff;
    background: #fff;
	box-sizing: border-box;
	padding: 5px 10px;
}
input.text {
	width: 100%;
	z-index: 3;
}
input:focus.text, textarea:focus, select:focus {
	border: 1px solid #fff;
    background: #fff;
}
section input.text, section select {
    background: #fff !important;
}
select.text {
	width: 100%;
}
input#ind_toponimo {
	width: 60%;
}
input#ind_civico {
	width: 10%;
}
input#data_nascita_anno {
	width: 20%;
}
#loginForm input.text, #pre-registrazione input#partita_iva, #pre-registrazione input#email {
	width: 50%;
    max-width: 500px;
	box-sizing: border-box;
	padding: 10px 15px;
	font-size: 20px;
}

input#codice {
    vertical-align: middle;
    border: 3px solid #E5372B;
    border-radius: 10px;
    margin: 30px auto;
    max-width: 500px;
    padding: 10px;
}

.colore {
    display: inline-block;
    border: 1px solid #553D38;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 5px;
}
.colore.Rossa { background: #B83B3E}
.colore.Salvia { background: #849A7F}
.colore.Capri { background: #0F628C}
.color-label:not(:last-of-type) { margin-right: 30px;}

/* COLLECTION */

.collection .intestazione {
	padding: 10px 20px;
	background: #553D38;
	color: #ffffff;
	text-align: left;
}
.collection td {
	padding: 10px 20px;
	text-align: left;
	font-size: 16px;
}
.collection .td1 { background-color: #fff; }
.collection .td2 { background-color: #f8f6f1; }
.td1right, .td2right { padding-right: 10px; }
tr.vincente td.td1, tr.vincente td.td2 { background: #FFAA4A; }




/* GRADUATORIA */
.graduatoria {
    background: url("../images/bee.svg") no-repeat left calc(50% + 130px) top 100px / 1000px;
    padding-bottom: 0;
}
.totale-graduatoria { 
	border-radius: 0 0 20px 20px;
	background: #fff;
}
.periodo-graduatoria {
    padding: 10px 20px;
    font-weight: bold;
	font-size: 20px;
    border-radius: 20px 20px 0 0;
    margin: 0;
}
.periodo-graduatoria h3 {
	margin: 0;
}
.graduatoria-esito {
	padding: 20px;
}
.graduatoria-posizione {
	display: flex;
	align-items: center;
    justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.graduatoria-posizione .item {
	width: 20%;
	box-sizing: border-box;
}
.graduatoria-posizione .item .item-title {
	padding: 10px 15px;
    margin: 0 5px;
    min-height: 150px;
    position: relative;
    background: #97CABE;
    border-radius: 20px;
}
.graduatoria-posizione .item .item-title-b {
    background: #DBC39D;
}
.graduatoria-posizione .item .item-title .pos, .premio-item-img .pos {
	font-size: 50px;
    font-weight: bold;
    line-height: 50px;
}
.graduatoria-posizione .item .item-title .pos.corn {
	font-weight: normal;
	font-size: 20px;
}
.graduatoria-posizione .item.primo-posto {
	margin: 10px 5px 0;
	width: 100%;
	border-radius: 20px;
}
.graduatoria-posizione .item.primo-posto .item-title {
	min-height: 0;
	color: #005da8;
	font-size: 18px;
	text-align: left;
}
.graduatoria-posizione .item .item-title .pos {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.segreta {
    
}
.segreta-premi {
    width: 340px;
    margin-top: -30px;
}
.segreta .ico-segreta {
    margin-right: 20px;
}
.fs-head {
    background: url("../images/novita.svg") no-repeat left calc(50% + 220px) top 10px/180px;
}
#gioca-s .segreta h2, #perdita-s .segreta h2, #regolamento .segreta h2.ff {
    display: block;
    border: 0;
}
#gioca-s #giocaForm img {
    max-width: 300px;
    margin-left: 20px;
}
#gioca-s #giocaForm .first, #gioca-s #giocaForm .second, #gioca-s #giocaForm .third {
    width: 33%;
}
.box-seg-50 {
    width: 49%;
}
.box-seg {
    border-radius: 20px;
    background: #EDDFCC;
    padding: 20px;
    color: #553D38;
    margin: 60px 0 30px;
}
.box-seg h2 {
    font-size: 22px;
    color: #553D38 !important;
}
.box-seg img {
    max-width: 100%;
    height: 200px;
}

.w { color: #fff; }
a:hover.w  { color: #fff; }

/* SALDO PUNTI */
#situazione .col.floatL {
	width: 580px;
}
#situazione .saldo-punti {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}
#situazione .saldo-punti.dettaglio-progressivi {
	padding-top: 20px;
}
#situazione .col h2 {
	background: #577879;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
	margin-top: 0;
}
#situazione .col.floatR {
	width: 205px;
	background-color: rgba(255, 255, 255, .7);
	-webkit-box-shadow: 5px 5px 0 0 #54110f;
	box-shadow: 5px 5px 0 0 #54110f;
	padding: 0 20px 20px;
	font-size: 17px;
}
#situazione .overlay-content .collection {
    max-height: 60vh;
    overflow: auto;
}
table#stato {
	text-align: center;
	border-spacing: 10px 0;
	border-collapse: separate;
    margin: 0 auto 20px;
}
table#stato th {
	background: #483231;
	color: #e0cfb2;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
    border-radius: 20px 20px 0 0;
    padding: 5px 10px;
}
table#stato td {
	border: 0;
	font-weight: bold;
	font-size: 50px;
	line-height: 50px;
	width: 130px;
	padding: 10px 0 15px;
    color: #fff;
    border-radius: 0 0 20px 20px;
}
table#stato td.punti-acc { background: #bf9f81; }
table#stato td.punti-spesi { background: var(--red); }
table#stato td.punti-sep { width:52px; }
table#stato td.punti-residui { background: #8ecbc3; }

.dettaglio {
	padding-top: 40px;
}
table#dettaglio {
	font-size: 17px;
}
table#dettaglio th {
	background: #7e4e34;
	color: #e0cfb2;
}
table#dettaglio tr.dett-th th {
	background-color: rgba(126,78,52,.8);
}
table#dettaglio td {
	border: 0;
	background: #d2bba5;
}
table#dettaglio .td1 {
	background: #f4eee5;
}
table#dettaglio th, table#dettaglio td {
	text-align: center;
	padding: 10px 20px;
}
table#dettaglio td.punti, #form-carrello td.punti {
	font-weight: bold;
	font-size: 25px;
}
.filtra, .elimina {
	border: 0;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: var(--red);
	padding: 9px 20px;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
    text-decoration: none;
    border-radius: 20px;
}
:hover.elimina {
	text-decoration: none;
}
ol#breadcrumbs {
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin-bottom: 20px;
    margin-top: 0;
	border-bottom: 1px solid #7e4e34;
	font-size: 17px;
}
ol#breadcrumbs li {
	display: inline-block;
	padding: 0 50px 20px 0;
	opacity: .5;
	color:#54110f;
	font-weight: bold;
}
ol#breadcrumbs li.current {
	opacity: 1;
}
.premio-thumb {
	width: 180px;
}

.carrello td {
    background: #fff;
    border-bottom: 1px solid #EDDFCC;
    padding: 10px;
}
/*
.carrello-cta .button.brn {
	background: #54110f;
	color: #efe7db;
	padding: 10px 20px;
	margin:  0 20px 0 0;
}
*/
.carrello-indirizzo {
	background-color: #fff;
	padding: 1px 20px 20px;
}
#info-aggiuntive {
	width: 100%;
	height: 120px;
}
.modifica-profilo {
	background: #fff;
	color: #54110f;
	font-size: 18px;
	float: right;
	margin: -7px -20px 0 0;
	padding: 10px 10px 9px;
}

.danger {
	padding: 15px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 35px;
	text-transform: uppercase
}
.danger.logged {padding:0}

span.remove {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    color: red;
    cursor: pointer;
}
button#additem {
    background: #4C3937;
    color: #fff;
    font-family: var(--font-primary);
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

/* OVERLAY */
body.noscroll {
	overflow: hidden;
}
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	display: none;
	overflow: auto;
	background-color: rgba(36, 13, 13, 0.9);
}
.overlay-content {
	width: 860px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    background: #fff;
    z-index: 100001;
    transform: translate(-50%, -50%);
	padding: 20px;
}
.overlay-cta-close {
	background: url(../images/overlay-close.png) no-repeat;
	color: #fff;
	width: 69px;
	height: 69px;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	right: 50px;
	cursor: pointer;
	padding: 0 !important;
}
.ov-premio-tit {
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	position: relative;
    background: #97CABE;
    color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}
.ov-premio-tit .punti {
	background: #51baa2;
	color: #fff;
	padding: 10px;
	font-size: 27px;
	position: absolute;
	bottom: -50px;
	left: -10px;
}
.overlay .overflow {
	height: 560px;
	overflow: auto;
}
.ov-premio-img {
	/*height: 480px;*/
	width: 325px;
	float: left;
	text-align: center;
	position: relative;
    box-sizing: border-box;
}
.ov-premio-img img {
	max-width: 100%;
}
.ov-premio-cont {
	float: left;
    width: 515px;
    font-size: 18px;
    padding: 0 0 0 20px;
}
.ov-premio-cont>p:first-child {
	margin-top: 0;
}

/* ==========================================================================
   Stuff
   ========================================================================== */
#disclaimer {
	height: 180px; overflow: auto;
	border: 1px solid #cccccc;
	padding: 3px 5px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	margin: 15px 0;
}
.tLeft { text-align: left; }
.tCenter, .text-center { text-align: center; }
.tRight, .text-right { text-align: right; }
.floatL { float: left; }
.floatR { float: right; }
.medium { font-size: 14px; line-height: normal;}
.small { font-size: 12px; line-height: normal; }
.y, .y:hover { color: #ffff1a; }
.g { color: #33a452; }
.red { color:var(--red); }
.xb { font-weight: 900; }
.bg-lb { background-color: #97CABE; }
.bg-b { background-color: #2C7BC2; color: #fff; }
.bg-w { background-color: #FFFFFF; }
.bg-r { background-color: var(--red); color: #fff; }

/* Errori */
input.error, select.error  {
	border: 1px solid #C91F26 !important;
	border-width: 0 0 2px 0;
}
div.errorPage {
	border: 3px solid #fbc2c4;
	padding: 20px;
	color: #9e2f14;
	background: #fce9e9;
	width: 70%;
    margin: 0 auto;
}
.errorPage a {
	color: #C91F26 !important;
}
div.error {
	border: 1px solid #c91f26;
	border-radius: 5px;
	padding: 5px 5px 5px 35px;
	margin-top: 4px;
	color: #9e2f14;
	background: #fce9e9 url(../images/error.gif) no-repeat 10px center;
}
div.notice {
	border: 3px solid #d0de92;
	padding: 20px;
	background-color:#ebf1cd;
	color: #315307;
	width: 70%;
    margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { display: block; clear: both; padding: 0; margin: 0; position: relative; height: 0; font-size: 0px; line-height: 0; }

/* MENU */
.icon-open:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/menu-open.svg) no-repeat center center / contain;
    display: block;
    margin: 15px 10px;
}
div.ada-navigator-overlay.ada-navigator-overlay--visible {
    opacity: 1;
    left: 0;
}
div.ada-navigator-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    will-change: opacity;
    cursor: pointer;
}
.ada-navigator {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    z-index: 11;
}
@media (min-width: 576px) {
    .ada-navigator {
        width: 390px;
        -webkit-transform: translateX(390px);
        transform: translateX(390px);
    }
}
.ada-navigator.ada-navigator--visible {
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.ada-navigator__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    overflow: auto;
    overflow-x: hidden;
}
.ada-navigator__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    background-color: var(--red);
}
.icon-close {
    color: #fff;
    margin-left: auto;
}
.icon-close:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/menu-close.svg) no-repeat center center / contain;
    display: block;
    margin: 0 10px;
}
.ada-navigator__menu-container {
    position: relative;
}
.ada-navigator__menu-container ul {
    border-top: 1px solid #e4ddd7;
    padding: 0;
    margin: 0;
    text-align: left;
}
.ada-navigator__menu-container .ada-navigator__menu-content {
    display: block !important;
}
.ada-navigator__menu-container ul>li {
    border-bottom: 1px solid #e4ddd7;
    overflow: hidden;
    display: block;
}
.ada-navigator__menu-container .ada-navigator__menu-item-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ada-navigator__menu-container ul li a {
    width: calc(100% - 49px);
    line-height: 2rem;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    color: #4e4e4e;
    text-decoration: none;
}
.ada-navigator__menu-container .ada-navigator__menu-content a {
    display: block;
    float: left;
}
.ada-navigator-logo {
    padding: 40px 20px 20px;
    text-align: center;
}
.ada-navigator-logo img {
    max-width: 100%;
}

footer {
	font-size: 14px;
    margin-top: auto;
}
.cmp-footer {
    font-size: 1rem;
    font-weight: 400;
}
.cmp-footer:after {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1190' height='16'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath transform='translate(0 591)' fill='%23fff' stroke='%23707070' d='M0 0h1190v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 -591)' clip-path='url(../../sammontana-foundation/components/structure/footer/v1/footer/clientlibs/site/css/%23a)'%3E%3Cpath fill='%23003565' d='M0 591h98.409v849.428H0z'/%3E%3Cpath fill='%23009fdf' d='M463.288 591h71.727v849.428h-71.727z'/%3E%3Cpath fill='%235eb49c' d='M406.527 591h47.059v849.428h-47.059z'/%3E%3Cpath fill='%23f27c00' d='M127.073 591H169.4v849.428h-42.327z'/%3E%3Cpath fill='%2355bff0' d='M241.993 591h72.541v849.428h-72.541z'/%3E%3Cpath fill='%23b38954' d='M377.883 591h16.14v849.428h-16.14z'/%3E%3Cpath fill='%23f27c00' d='M255.49 591h12.682v849.428H255.49zM506.534 591h14.109v849.428h-14.109z'/%3E%3Cpath fill='%23fde9b1' d='M474.077 591h7.054v849.428h-7.054z'/%3E%3Cpath fill='%2300356c' d='M355.889 591h8.991v849.428h-8.991z'/%3E%3Cpath fill='%236a2b0d' d='M143.863 591h8.991v849.428h-8.991z'/%3E%3Cpath fill='%23ffce4a' d='M69.57 591h14.985v849.428H69.57z'/%3E%3Cpath fill='%23fde9b1' d='M166.322 591h56.49v849.428h-56.49z'/%3E%3Cpath fill='%236a2b0d' d='M324.523 591h21.851v849.428h-21.851z'/%3E%3Cpath fill='%2355bff0' d='M111.367 591h7.254v849.428h-7.254z'/%3E%3Cpath fill='%236a2b0d' d='M199.89 591h24.21v849.428h-24.21zM419.326 591h7.492v849.428h-7.492z'/%3E%3Cpath fill='%23fff' d='M290.44 591h4.842v849.428h-4.842z'/%3E%3Cpath fill='%23003565' d='M493.804 591h4.843v849.428h-4.843z'/%3E%3Cpath fill='%236a2b0d' d='M180.178 591h4.842v849.428h-4.842z'/%3E%3Cpath fill='%2355bff0' d='M52.175 591h7.254v849.428h-7.254z'/%3E%3Cpath fill='%23fde9b1' d='M330.347 591h4.352v849.428h-4.352z'/%3E%3Cpath fill='%23003565' d='M302.297 591h4.842v849.428h-4.842z'/%3E%3Cpath fill='%23d9000d' d='M231.764 591h3.989v849.428h-3.989z'/%3E%3Cpath fill='%23003565' d='M437.801 591h3.523v849.428h-3.523z'/%3E%3Cpath fill='%23f89500' d='M903.251 591h8.214v849.428h-8.214z'/%3E%3Cpath fill='%23224c2a' d='M545.556 591h22.813v849.428h-22.813z'/%3E%3Cpath fill='%23009fdf' d='M1010.251 591h94.286v849.428h-94.286z'/%3E%3Cpath fill='%235eb49c' d='M917.072 591h41.125v849.428h-41.125z'/%3E%3Cpath fill='%23f27c00' d='M629.498 591h47.927v849.428h-47.927z'/%3E%3Cpath fill='%2355bff0' d='M759.622 591h82.138v849.428h-82.138z'/%3E%3Cpath fill='%23224c2a' d='M918.272 591h18.275v849.428h-18.275z'/%3E%3Cpath fill='%23f27c00' d='M774.905 591h14.36v849.428h-14.36zM1053.505 591h15.976v849.428h-15.976z'/%3E%3Cpath fill='%23fde9b1' d='M1022.412 591h7.987v849.428h-7.987z'/%3E%3Cpath fill='%2300356c' d='M888.587 591h10.181v849.428h-10.181z'/%3E%3Cpath fill='%236a2b0d' d='M651.332 591h10.181v849.428h-10.181z'/%3E%3Cpath fill='%23ffce4a' d='M587.607 591h16.968v849.428h-16.968z'/%3E%3Cpath fill='%23fde9b1' d='M673.94 591h63.965v849.428H673.94z'/%3E%3Cpath fill='%236a2b0d' d='M852.106 591h26.672v849.428h-26.672z'/%3E%3Cpath fill='%2355bff0' d='M611.714 591h8.214v849.428h-8.214z'/%3E%3Cpath fill='%23711f22' d='M711.949 591h27.413v849.428h-27.413z'/%3E%3Cpath fill='%236a2b0d' d='M967.589 591h8.483v849.428h-8.483z'/%3E%3Cpath fill='%23fff' d='M814.479 591h5.483v849.428h-5.483z'/%3E%3Cpath fill='%23003565' d='M1039.09 591h5.483v849.428h-5.483z'/%3E%3Cpath fill='%236a2b0d' d='M689.629 591h5.482v849.428h-5.482z'/%3E%3Cpath fill='%2355bff0' d='M576.255 591h8.213v849.428h-8.213z'/%3E%3Cpath fill='%23fde9b1' d='M859.665 591h4.928v849.428h-4.928z'/%3E%3Cpath fill='%23003565' d='M827.905 591h5.482v849.428h-5.482z'/%3E%3Cpath fill='%23d9000d' d='M750.973 591h3.99v849.428h-3.99z'/%3E%3Cpath fill='%23f27c00' d='M986.546 591h15.975v849.428h-15.975z'/%3E%3Cpath fill='%23fff' d='M1078.379 591h3.523v849.428h-3.523z'/%3E%3Cpath fill='%23f27c00' d='M43.772 591h3.523v849.428h-3.523z'/%3E%3Cpath fill='%23ffce4a' d='M635.997 591h5.482v849.428h-5.482z'/%3E%3Cpath fill='%23003565' d='M1096.111 591h40.965v849.428h-40.965z'/%3E%3Cpath fill='%23f27c00' d='M1162.307 591h28.367v849.428h-28.367z'/%3E%3Cpath fill='%236a2b0d' d='M1179.297 591h9.097v849.428h-9.097z'/%3E%3Cpath fill='%23ffce4a' d='M1104.122 591h15.163v849.428h-15.163z'/%3E%3Cpath fill='%2355bff0' d='M1146.415 591h7.34v849.428h-7.34z'/%3E%3Cpath fill='%236a2b0d' d='M104.643 591h1.6v849.428h-1.6zM189.138 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%23003565' d='M280.596 591h1.6v849.428h-1.6zM348.609 591h1.067v849.428h-1.067zM397.914 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%236a2b0d' d='M528.059 591h1.6v849.428h-1.6zM612.555 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%23003565' d='M704.013 591h1.6v849.428h-1.6zM766.381 591h1.066v849.428h-1.066zM821.331 591h1.067v849.428h-1.067zM803.077 591h1.067v849.428h-1.067zM908.461 591h1.067v849.428h-1.067zM945.157 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%23f27c00' d='M979.971 591h1.067v849.428h-1.067z'/%3E%3Cpath fill='%23003565' d='M1029.276 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%235eb49c' d='M784.823 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%23fff' d='M1127.508 591h1.067v849.428h-1.067zM1170.415 591h1.066v849.428h-1.066z'/%3E%3Cpath fill='%23009fdf' d='M724.635 591h2.134v849.428h-2.134zM664.87 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%236a2b0d' d='M131.93 591h1.6v849.428h-1.6zM257.449 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%23f27c00' d='M595.995 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%2355bff0' d='M552.336 591h1.6v849.428h-1.6z'/%3E%3Cpath fill='%23fff' d='M922.386 591h1.067v849.428h-1.067z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 1pc;
}
.cmp-footer a {
    color: inherit;
    text-decoration: none;
}
.cmp-footer a:hover {
    text-decoration: none;
}
.cmp-footer__brand {
    background: #553D38;
    padding-top: 4pc;
    padding-bottom: 4pc;
	color: #fff;
}
.cmp-footer__container {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.cmp-footer__section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.cmp-footer__logo {
    margin-right: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 2rem;
}
.cmp-footer__logo-img {
    display: block;
    max-height: 70px;
    width: auto;
}
.cmp-footer__links-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cmp-footer__links-list-item {
    margin-left: 0;
    line-height: 1.3;
    height: auto;
    margin-bottom: 10px;
}
.cmp-footer__links-heading__title {
    font-weight: 600;
}
.cmp-footer__links {
    width: 100%;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
}
.cmp-footer__links-items {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .875rem;
}
button.cmp-footer__links-heading__toggle {
    display: none;
}
.cmp-footer__socials {
    margin-top: 0;
        margin-left: auto;
}
.cmp-footer__socials-items {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.cmp-footer__socials-list-item {
    margin-right: 1rem;
}
.cmp-footer__socials-list-item:last-child {
    margin-right: 0;
}
.cmp-footer__socials-item span {
    display: none;
}
.cmp-footer__icon svg {
    display: block;
    width: 24px;
    height: 24px;
}
.cmp-footer__section-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.5rem;
}
.cmp-footer__info {
    line-height: 1.5;
    text-align: left;
}
.cmp-footer__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    margin-top: 0;
    margin-left: 2rem;
}
.cmp-footer__section-bottom .cmp-footer__image-img {
    height: 90px;
    width: auto;
}
.cmp-footer__global {
    color: grey;
    background-color: #fff;
    padding-top: 2pc;
    padding-bottom: 2pc;
}
.cmp-footer__global-wrap {
    margin: 2rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cmp-footer__brands-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}
@media screen and (min-width: 769px) {
    .cmp-footer__brands-items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (min-width: 992px) {
    .cmp-footer__brands-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.cmp-footer__brands-list-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cmp-footer__brands-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cmp-footer__brands-list-item:not(:last-child):after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
}
