@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: 'VAGRoundedLTPro', sans-serif;
    font-weight: 300;
    font-size: 15px;
}

p {
    margin: 10px 0;
}
strong {
    font-weight: 800;
}
.wrapper {
    padding-top: 70px;
}

.container {
    max-width: 1160px;
    margin: 0 auto;
}
section {
    box-sizing: border-box;
}
.inner {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}

.innest {
    max-width: 640px;
    margin: 0 auto;
}
.float {
    transition: 3s all linear;
}

/* HEADING */

h1 {
    max-width: 580px;
    font-family: 'MilupaHand', sans-serif;
    font-weight: 900;
    font-size: 38px;
    line-height: 1.15;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 20px auto;
    letter-spacing: 1px;
}
h1:after {
    content: '';
    display: block;
    clear: both;
}
.follow {
    display: inline-block;
    position: relative;
    padding: 0 20px 50px 20px;
}
.follow:after {
    content: '';
    width: 70px;
    height: 70px;
    display: block;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}
.follow.blue:after {
    background: url('../images/blueFollow.svg') center no-repeat;
}
.follow.green:after {
    background: url('../images/greenFollow.svg') center no-repeat;
}
.follow.brown:after {
    background: url('../images/brownFollow.svg') center no-repeat;
}
h2 {
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 28px;
    line-height: 1.22;
    margin: 10px 0;
    text-transform: uppercase;
    display: inline-block;
}
h3 {
    font-family: 'MilupaHand';
    font-weight: 900;
    font-size: 22px;
    line-height: 1.22;
    margin: 10px 0;
}
h4 {
    font-weight: 800;
    font-size: 15px;
    margin: 10px 0;
}

/* POPUP */

.popup {
    color: #00665e;
}
.popup .placer {
    max-width: 600px;
    border-radius: 30px;
    padding: 100px 80px;
    box-sizing: border-box;
}
.popup .placer .tabs {
    min-height: 100px;
}
.popup .closeBtn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFF;
    border: 1px #00665e solid;
    right: 20px;
    top: 20px;
}
.popup .closeBtn:before {
    content: '';
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -1px;
    background: #00665e;
    transform: rotate(-45deg);
}
.popup .closeBtn {
    transition: 0.3s all;
}
.popup .closeBtn:hover {
    transform: rotate(90deg) scale(1.1);
}
.popup .closeBtn:after {
    content: '';
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -1px;
    background: #00665e;
    transform: rotate(45deg);
}
.popup .placer .foot {
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/paper.jpg') center;
}
.popup .placer .foot:before {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -1px;
    z-index: 1;
    display: block;
    background-size: 20px 105%;
    background-image: linear-gradient(225deg, #FFF 25%, transparent 25%), linear-gradient(135deg, #FFF 25%, transparent 25%);
    pointer-events: none;
    z-index: 1;
}
.popup .placer .head {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.popup .placer .head:before {
    content: '';
    height: 110px;
    display: block;
    position: absolute;
    left: 20px;
    right: 50px;
    top: -45px;
    background: url('../images/popupLine.svg?v=2') center right no-repeat;
    background-size: 600px auto;
}
.popup .placer .head:after {
    content: '';
    width: 150px;
    height: 110px;
    display: block;
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -75px;
    background: url('../images/logoMilupa.png') center no-repeat;
    background-size: contain;
}
.popup .placer .side {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.popup .placer .side:before {
    content: '';
    width: 140px;
    height: 60px;
    display: block;
    position: absolute;
    left: -80px;
    top: 145px;
    background: url('../images/popupClouds.png') center no-repeat;
    background-size: contain;
}
.popup .placer .side:after {
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    left: -50px;
    top: 60px;
    background: url('../images/darkGreenBigBird.svg') center no-repeat;
    background-size: contain;
}
.popup h2 {
    margin: 0 0 10px 0;
}
.popup .link {
    color: #00665e;
}

#important-notice {
    color: #00665e;
    text-align: center;
    padding: 100px 0 0;
}
#important-notice a {
    font-weight: bold;
    color: #00665e;
}
#important-notice img {
    margin: -40px 0;
    position: relative;
    max-width: 500px;
    width: 100%;
    z-index: -1;
}

/* HEADER */

header {
    width: 100%;
    height: 70px;
    background: url('../images/paper.jpg') center;
    position: absolute;
    left: 0;
    /* top: 44px; notice */
    top: 0;
    box-sizing: border-box;
    z-index: 20;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.notice_important img {
    max-width: 28px;
}
.notice_important {
    padding: 8px 0;
    background: #00665e;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
}
.notice_important .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
}
header .container {
    max-width: none;
    height: 100%;
}
header .tabs {
    height: 100%;
}
header .branding {
    width: 140px;
    text-align: left;
}
header .branding .logo{
    height: 80px;
    position: relative;
    left: 0;
    top: 15px;
    z-index: 12;
}
header .tab.navigation {
    vertical-align: bottom;
}
header .navigation .navHolder {
    width: 100%;
    position: absolute;
    left: 0;
    top: 35px;
}
header .navigation nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}
header .navigation nav.fixed {
    height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.8);
}
header .navigation ul.menu {
    text-align: center;
}
header .navigation ul.menu li.level1 {
    min-width: 140px;
    height: 44px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background: #e52018;
    border-radius: 0 0 8px 8px;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    transition: 0.15s all;
    cursor: pointer;
}
header .navigation ul.menu li.page210 {
    display: none;
}
header .navigation ul.menu li.level1 .navBtn {
    width: 100%;
    height: 100%;
    display: table;
    box-sizing: border-box;
}
header .navigation ul.menu li.level1 .navBtn a {
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    position: relative;
}
header .navigation ul.menu li .navBtn .openMenuBtn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px #FFF solid;
    box-sizing: border-box;
    display: none;
    position: relative;
    transition: 0.3s all;
}
header .navigation ul.menu li .navBtn .openMenuBtn:before,
header .navigation ul.menu li .navBtn .openMenuBtn:after {
    content: '';
    width: 24px;
    height: 4px;
    display: block;
    background: #FFF;
    position: absolute;
    left: 4px;
    top: 50%;
    border-radius: 8px;
    margin-top: -2px;
    transition: 0.3s all;
}
header .navigation ul.menu li .navBtn .openMenuBtn:before {
    transform: rotate(0deg);
}
header .navigation ul.menu li .navBtn .openMenuBtn:after {
    transform: rotate(90deg);
}
header .navigation ul.menu li .navBtn .openMenuBtn.active {
    transform: rotate(90deg);
}
header .navigation ul.menu li .navBtn .openMenuBtn.active:before {
    display: none;
}
header .navigation ul.menu li.level1.active,
header .navigation ul.menu li.level1:hover {
    height: 50px;
}
header .navigation ul.menu li.level1.hasChilds:hover {
    border-radius: unset;
}
header .navigation ul.menu li.level1 ul.menu.level2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 3px 0 0 0;
}
header .navigation ul.menu li.level1 ul.menu.level2 li:first-of-type {
    padding-top: 15px;
}
header .navigation ul.menu li.level1 ul.menu.level2 li:last-of-type {
    padding-bottom: 15px;
    border-radius: 0 0 8px 8px;
}
header .navigation ul.menu li.level1 ul.menu.level2 li .navBtn {
    padding: 5px 10px;
    position: relative;
}
header .navigation ul.menu li.level1 ul.menu.level2 li .navBtn a:after {
    content: '';
    width: 0;
    display: block;
    border-bottom: 1px #FFF dashed;
    margin: 5px auto 0 auto;
    transition: 0.3s all;
}
header .navigation ul.menu li.level1 ul.menu.level2 li:hover .navBtn a:after,
header .navigation ul.menu li.level1 ul.menu.level2 li.active .navBtn a:after{
    width: 100%;
}
header .navigation ul.menu li.level1,
header .navigation ul.menu li.level1 ul.menu.level2 li {
    background: #e52018;
}
header .navigation ul.menu li.level1.page101,
header .navigation ul.menu li.level1.page101 ul.menu.level2 li{
    background: #4ac1e0;
}
header .navigation ul.menu li.level1.page104 {
    background: #fdca17;
}
header .navigation ul.menu li.level1.page106,
header .navigation ul.menu li.level1.page106 ul.menu.level2 li {
    background: #e52018;
}
header .navigation ul.menu li.level1.page128,
header .navigation ul.menu li.level1.page128 ul.menu.level2 li {
    background: #00665e;
}
header .navigation ul.menu li.level1.page108,
header .navigation ul.menu li.level1.page108 ul.menu.level2 li{
    background: #93c021;
}
header .navigation ul.menu li.level1.page114,
header .navigation ul.menu li.level1.page114 ul.menu.level2 li{
    background: #bc95c4;
}
header .hamburger{
    width: 50px;
    height: 50px;
    display: none;
    position: relative;
    background: #FFF;
    border-radius: 50%;
    border: 2px #00665e solid;
    box-sizing: border-box;
}
header .hamburger .lines{
    width: 30px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -8px;
}
header .hamburger .lines .line{
    height: 3px;
    border-radius: 20px;
    background: #FFF;
}
header .tab.tools {
    width: 140px;
    text-align: right;
    vertical-align: bottom;
    padding: 20px 0;
    box-sizing: border-box;
}
header .tools .tool {
    float: right;
    margin: 0 0 0 10px;
    position: relative;
    transition: 0.3s all;
    cursor: pointer;
}
header .tools .tool .label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    line-height: 1;
    color: #bc5f0d;
    text-align: right;
}
header .tools .tool .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #bc5f0d;
    font-size: 15px;
    color: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 10;
    transition: 0.3s all;
}
header .tools .tool:hover .icon {
    transform: scale(1.1);
}
header .tools .tool.search .icon:before {
    content: '\f002';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    position: relative;
    z-index: 1;
}
header .tools .tool.account .icon:before {
    content: '\f406';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    position: relative;
    z-index: 1;
}
header .tools .tool .icon:after {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    clear: both;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: 4px;
    transform: rotate(45deg);
    background: #bc5f0d;
    transition: 0.3s all;
}
header .tools .tool:hover .icon:after {
    bottom: -2px;
}
header .tools .tool .toolBox {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 38px 0 0 0;
    opacity: 0;
    transition: 0.3s all;
    pointer-events: none;
}
header .tools .tool:hover .toolBox {
    opacity: 1;
    pointer-events: inherit;
    top: 0;
}
header .tools .tool .toolBox .content {
    width: 160px;
    box-sizing: border-box;
}
header .tools .tool .toolBox .content:after {
    content: '';
    display: block;
    clear: both;
}
header .tools .tool .toolBox #search {
    width: calc(100% - 29px);
    height: 29px;
    padding: 0 5px;
    box-sizing: border-box;
    float: left;
    font-family: 'VAGRoundedLTPro';
    font-weight: 300;
    font-size: 14px;
    border: none;
    outline: none;
    background: none;
    border-radius: 10px 0 0 10px;
    background: #FFF;
    border: 2px #bc5f0d solid;
}
header .tools .tool .toolBox .searchBtn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #FFF;
    color: #bc5f0d;
    border-radius: 0 10px 10px 0;
    border: 2px #bc5f0d solid;
    float: left;
}
header .tools .tool .toolBox .searchBtn:before {
    content: '\f054';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
}
header .tools .tool.account .toolBox .content {
    padding: 10px;
    color: #FFF;
    background: #bc5f0d;
    border-radius: 10px;
}
header .tools .tool.account .toolBox .content a {
    color: #FFF;
    text-decoration: none;
    display: block;
    margin: 5px 0;
}
header .tools .tool.account .toolBox .content .head {
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px #FFF dashed;
}

/* STRIPE SELECTOR */

.stripeDropdowns {
    margin: 0 0 40px 0;
    position: relative;
    z-index: 10;
}
.stripeDropdowns:after {
    content: '';
    display: block;
    clear: both;
}
.stripeDropdown {
    box-sizing: border-box;
    position: relative;
    float: left;
    margin: 0 20px 0 0;
}
.stripeDropdown:nth-of-type(1) {
    z-index: 2;
}
.stripeDropdown:nth-of-type(2) {
    z-index: 1;
}
.stripeDropdown:last-of-type {
    margin: 0;
}
.stripeDropdown .head.spikeBox {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 0 30px 0 0;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.stripeDropdown .head .dropdown:after {
    content: '\f078';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px 10px;
    transition: 0.3s all;
}
.stripeDropdown .head.active .dropdown:after {
    transform: rotate(180deg);
}
.stripeDropdown .body {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 0 0 0 30px;
    display: none;
}
.stripeDropdown ul.selector {
    text-align: center;
    font-size: 24px;
}
.stripeDropdown ul.selector li.option {
    border-bottom: 2px #4ac1e0 dashed;
    font-family: 'VAGRoundedLTPro';
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.stripeDropdown ul.selector li.option .content {
    min-width: 140px;
    text-align: left;
    display: inline-block;
}
.stripeDropdown ul.selector li.option .content .check {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    border: 2px #00665e solid;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    position: relative;
    cursor: pointer;
}
.stripeDropdown ul.selector li.option.selected .content .check {
    background: #00665e;
}
.stripeDropdown ul.selector li.option.selected .content .check:before {
    content: '\f00c';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    color: #4ac1e0;
    position: absolute;
    left: 3px;
    top: 0;
}

/*  COLOURS RULES  */

/*.pastelBlue {*/
/*    color: #e1f2fd;*/
/*}*/
/*.lightBlue {*/
/*    color: #abcbf0;*/
/*}*/
/*.softBlue{*/
/*    color: #abcbf0;*/
/*}*/
/*.blue {*/
/*    color: #71a4df;*/
/*}*/
/*.darkBlue {*/
/*    color: #3b73b5;*/
/*}*/
/*.brown {*/
/*    color: #bc5f0d;*/
/*}*/
/*.pastelYellow {*/
/*    color: #fefcd3;*/
/*}*/
/*.darkYellow {*/
/*    color: #fdca17;*/
/*}*/
/*.yellow {*/
/*    background: #fed955;*/
/*}*/
/*.yellow {*/
/*    background: #fde590;*/
/*}*/
/*.green {*/
/*    color: #00665e;*/
/*}*/

/* BUTTONS */

.actions {
    text-align: center;
}
.blobBtn {
    min-width: 240px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all 0.3s;
    border-radius: 30px;
    font-family: 'MilupaHand', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #FFF;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;
}
.blobBtn:before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    transition: color 0.5s;
}
.blobBtn:after {
    content: '';
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
}
.blobBtn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
}
.blobBtn .blobs {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.blobBtn .blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}
.blobBtn .blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}
.blobBtn .blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}
.blobBtn .blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}
.blobBtn .blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}
.blobBtn:hover .blob {
    transform: translateZ(0) scale(2);
}
.blobBtn.darkGreen {
    background: #066059;
}
.blobBtn.darkBrown {
    background: #bc5f0d;
}
.blobBtn.toDarkBrown .blob {
    background: #bc5f0d;
}
.blobBtn.toDarkGreen .blob {
    background: #066059;
}
.blobBtn.yellow {
    background: #ECC82A;
    color: #B34A00;
}
.blobBtn.simpleBrown {
    background: #B34A00;
    color: #fff;
    text-transform: none;
}
.blobBtn.simpleBrown .blob {
    background: #ECC82A;
}
.blobBtn.yellow:hover {
    color: #FFF;
}
.blobBtn.blue {
    background: #2D4E8E;
}
.sketchBtn {
    min-width: 240px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all 0.3s;
    border-radius: 30px;
    font-family: 'MilupaHand', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #00665e;
    border: 2px #00665e dashed;
    letter-spacing: 1px;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;
}
.sketchBtn:before {
    content: '';
    height: 3px;
    display: block;
    position: absolute;
    background: #f8ef24;
    left: 10%;
    right: 15px;
    bottom: 0;
}
.sketchBtn:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    background: url('../images/pen.svg') center no-repeat;
    left: 100%;
    margin-left: -15px;
    bottom: 0;
    transform-origin: left bottom;
    transition: 0.3s all;
}
.sketchBtn:hover:after {
    transform: scale(1.2);
}
.fbBtn {
    max-width: 280px;
    height: 50px;
    line-height: 50px;
    background: #3d5d9c;
    color: #FFF;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
    margin: 20px auto;
    transition: 0.3s all;
    cursor: pointer;
}
.fbBtn:hover {
    background: #314a7d;
}
.fbBtn:before {
    content: '\f39e';
    width: 60px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-family: 'Font Awesome 5 Brands';
    background: #314a7d;
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px 0 0 20px;
    transition: 0.3s all;
}
.fbBtn:hover:before {
    width: 70px;
    background: #3d5d9c;
}
.secBtn {
    min-width: 240px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all 0.3s;
    border-radius: 30px;
    font-family: 'VAGRoundedLTPro', sans-serif;
    font-weight: 800;
    font-size: 15px;    color: #FFF;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    background: #93c021;
    transition: 0.3s all;
    z-index: 1;
    cursor: pointer;
}
.secBtn:hover {
    background: #00665e;
}
.secBtn.iconed:after {
    content: '';
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    transition: 0.3s all;
}
.secBtn.iconed:hover:after {
    transform: scale(1.2);
}
.secBtn.iconed[data-icon='baby']:after {
    background: url('../images/whiteBabyBoyIcon.svg') center no-repeat;
    background-size: contain;
}

/* BILLBOARD */

.billboard {
    margin: 0 0 40px 0;
    position: relative;
}
.billboard .poster {
    width: 100%;
    max-width: none;
    display: block;
}
.billboard .poster.desktop {
    display: block;
}
.billboard .poster.mobile {
    display: none;
}
.billboard .board {
    width: 350px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 20%;
}
.billboard .board img {
    display: block;
}
.billboard .board .plank {
    width: 100%;
}
.billboard .board .bird {
    width: 30%;
    position: absolute;
    left: 39%;
    bottom: 100%;
    margin-bottom: -5px;
}
.billboard .board .label {
    width: 95%;
    height: 70%;
    position: absolute;
    left: 4%;
    top: 6%;
    transform: rotate(-2deg);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    color: #00665e;
    font-family: 'MilupaHand';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.1;
}
.billboard .board .label .tabs{
    height: 100%;
}
.flexsliderPageContent ul li {
    position: relative;
}



/* PRODUCT SELECTION */

.productSelection {
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;
}
.productSelection .end {
    height: 20px;
    border-radius: 0 0 20px 20px;
    border: 2px #4ac1e0 dashed;
    border-top: none;
}
.productSelection .moreBtn {
    text-align: center;
    color: #00665e;
    font-family: 'MilupaHand';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    cursor: pointer;
}
.productSelection .moreBtn:after {
    content: '\f078';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    font-size: 36px;
    display: block;
    transition: 0.3s all;
}
.productSelection .moreBtn:hover:after {
    transform: translateY(10px);
}

/* PRODUCT POOL */

.productPool {
    margin: 0 0 20px 0;
    text-align: center;
    position: relative;
}
.productPool .product {
    width: 160px;
    display: inline-block;
    vertical-align: bottom;
    margin: 5px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    color: #000;
    z-index: 1;
    cursor: pointer;
}
.productPool .product .title {
    text-align: center;
    font-family: 'MilupaHand';
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0;
    transition: 0.3s all;
    position: relative;
    z-index: 2;
    margin: 0 0 10px 0;
}
.productPool .product:hover .title {
    color: #00665e !important;
}
.productPool .product .title .brand {
    font-size: 24px;
}
.productPool .product .packshot {
    height: 240px;
}
.productPool .product .packshot img {
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 240px;
}
.product .tabs {
    height: 100%;
}
.productPool .product .over {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(254,253,220,0.8);
    left: 0;
    top: 0;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.3s all;
}
.productPool .product:hover .over {
    opacity: 1;
}
.productPool .product .over .tabs {
    height: 100%;
}
.productPool .product .over .tabs .tab.actions {
    vertical-align: bottom;
}
.productPool .product .over .blobBtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 18px;
    min-width: auto;
    padding: 0 10px;
    margin: 0;
}
.productPool .product .over:before {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background: url('../images/greenMagnifier.svg') center no-repeat;
    background-size: contain;
}
.productPool .product[data-category='1'] .title {
    color: #fdca17;
}
.productPool .product[data-category='2'] .title {
    color: #eeac56;
}
.productPool .product[data-category='3'] .title {
    color: #7ea93f;
}
.productPool .product[data-category='4'] .title {
    color: #4ac1e0;
}

/* PACKSHOT */

.packshot img {
    width: 100%;
    max-width: none;
    display: block;
    position: relative;
    filter: drop-shadow(0 20px 10px rgba(0,0,0,0.3));
    transition: 0.3s all;
}
.product:hover .packshot img,
.packshot:hover img {
    filter: drop-shadow(0 15px 15px rgba(0,0,0,0.6));
}

/* BIRD */

.bird {
    content: '';
    width: 100px;
    z-index: 1;
}
.bird:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.bird[data-category='1'] {
    background: url('../images/yellowBigBird.svg') left bottom no-repeat;
    background-size: contain;
}
.bird[data-category='2'] {
    background: url('../images/brownBigBird.svg') left bottom no-repeat;
    background-size: contain;
}
.bird[data-category='3'] {
    background: url('../images/greenBigBird.svg') left bottom no-repeat;
    background-size: contain;
}
.bird[data-category='4'] {
    background: url('../images/blueBigBird.svg') left bottom no-repeat;
    background-size: contain;
}

/* SPIKEBOX */

.spikeBox {
    position: relative;
}
.spikeBox.spikeTop:after {
    display: none;
    padding: 0 0 10px 0;
}
.spikeBox.spikeBottom:before {
    display: none;
    padding: 10px 0 0 0;
}
.spikeBox:before {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: -1px;
    z-index: 1;
    display: block;
    background-size: 20px 105%;
    background-image: linear-gradient(45deg, #4ac1e0 25%, transparent 25%), linear-gradient(315deg, #4ac1e0 25%, transparent 25%);
    pointer-events: none;
}
.spikeBox:after {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -1px;
    z-index: 1;
    display: block;
    background-size: 20px 105%;
    background-image: linear-gradient(225deg, #4ac1e0 25%, transparent 25%), linear-gradient(135deg, #4ac1e0 25%, transparent 25%);
    pointer-events: none;
    z-index: 1;
}
.spikeBox[data-category='1'],
.spikeBox.yellowBox {
    background: #fdca17;
}
.spikeBox[data-category='1']:before,
.spikeBox.yellowBox:before {
    background-image: linear-gradient(45deg, #fdca17 25%, transparent 25%), linear-gradient(315deg, #fdca17 25%, transparent 25%);
}
.spikeBox[data-category='1']:after,
.spikeBox.yellowBox:after {
    background-image: linear-gradient(225deg, #fdca17 25%, transparent 25%), linear-gradient(135deg, #fdca17 25%, transparent 25%);
}
.spikeBox[data-category='2'],
.spikeBox.brownBox {
    background: #eeac56;
}
.spikeBox[data-category='2']:before,
.spikeBox.brownBox:before {
    background-image: linear-gradient(45deg, #eeac56 25%, transparent 25%), linear-gradient(315deg, #eeac56 25%, transparent 25%);
}
.spikeBox[data-category='2']:after,
.spikeBox.brownBox:after {
    background-image: linear-gradient(225deg, #eeac56 25%, transparent 25%), linear-gradient(135deg, #eeac56 25%, transparent 25%);
}
.spikeBox[data-category='3'],
.spikeBox.greenBox {
    background: #7ea93f;
}
.spikeBox[data-category='3']:before,
.spikeBox.greenBox:before {
    background-image: linear-gradient(45deg, #7ea93f 25%, transparent 25%), linear-gradient(315deg, #7ea93f 25%, transparent 25%);
}
.spikeBox[data-category='3']:after,
.spikeBox.greenBox:after {
    background-image: linear-gradient(225deg, #7ea93f 25%, transparent 25%), linear-gradient(135deg, #7ea93f 25%, transparent 25%);
}
.spikeBox[data-category='4'],
.spikeBox.blueBox {
    background: #71a4df;
}
.spikeBox[data-category='4']:before,
.spikeBox.blueBox:before {
    background-image: linear-gradient(45deg, #71a4df 25%, transparent 25%), linear-gradient(315deg, #71a4df 25%, transparent 25%);
}
.spikeBox[data-category='4']:after,
.spikeBox.blueBox:after {
    background-image: linear-gradient(225deg, #71a4df 25%, transparent 25%), linear-gradient(135deg, #71a4df 25%, transparent 25%);
}

/* PRODUCT SELECTOR */

section#productSelector h1 {
    color: #4ac1e0;
}
section#productSelector .intro {
    color: #00665e;
    background: url('../images/dashline_products_intro.svg?v=2') left bottom no-repeat;
    background-size: auto 100px;
    padding: 40px 100px;
    margin: 0 0 40px 0;
    position: relative;
}
section#productSelector .intro:before {
    content: '';
    width: 50px;
    height: 38px;
    display: block;
    background: url('../images/tractor.svg') center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 90px;
}
section#productSelector .intro:after {
    content: '';
    width: 50px;
    height: 38px;
    display: block;
    background: url('../images/tractor.svg') #FFF center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -20px;
    border: 5px #FFF solid;
    transform: rotate(20deg);
}
section#productSelector .stripeDropdown {
    width: calc((100% - 20px)/2);
    color: #00665e;
}
section#productSelector .stripeDropdown:nth-of-type(2) ul.selector li.option .content {
    min-width: 220px;
}
section#productSelector .stripeDropdown .body {
    background: #e0f8ff;
}
section#productSelector .stripeDropdown .head {
    background: #4ac1e0;
}
section#productSelector .stripeDropdown .head.spikeBox:after {
    background-image: linear-gradient(225deg, #4ac1e0 25%, transparent 25%), linear-gradient(135deg, #4ac1e0 25%, transparent 25%);
}
section#productSelector .productCategory {
    margin: 0 0 20px 0;
    border-radius: 0 40px 0 40px;
    position: relative;
    text-align: center;
}
section#productSelector .productCategory .hero {
    max-width: 320px;
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    position: relative;
    z-index: 2;
}
section#productSelector .productCategory .info {
    max-width: 340px;
    padding: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 3;
}
section#productSelector .productCategory .info .description {
    margin: 20px 0;
}
section#productSelector .productCategory[data-category='1'] {
    background: #fde590;
}
section#productSelector .productCategory[data-category='1'] .blobBtn {
    background: #066059;
}
section#productSelector .productCategory[data-category='1'] .blob {
    background: #bc5f0d;
}
section#productSelector .productCategory[data-category='1'] .categoryLabel {
    color: #fdca17;
}
section#productSelector .productCategory[data-category='1'] .line:after {
    background-image: linear-gradient(to right, #fdca17 70%, rgba(255,255,255,0) 0%);
}
section#productSelector .productCategory[data-category='1'] .info .description {
    color: #066059;
}

section#productSelector .productCategory[data-category='2'] {
    background: #f9e4c6;
}
section#productSelector .productCategory[data-category='2'] .blobBtn {
    background: #bc5f0d;
}
section#productSelector .productCategory[data-category='2'] .blob {
    background: #066059;
}
section#productSelector .productCategory[data-category='2'] .categoryLabel {
    color: #eeac56;
}
section#productSelector .productCategory[data-category='2'] .line:after {
    background-image: linear-gradient(to right, #eeac56 70%, rgba(255,255,255,0) 0%);
}
section#productSelector .productCategory[data-category='2'] .info .description {
    color: #bc5f0d;
}

section#productSelector .productCategory[data-category='3'] {
    background: #bbdf82;
}
section#productSelector .productCategory[data-category='3'] .blobBtn {
    background: #066059;
}
section#productSelector .productCategory[data-category='3'] .blob {
    background: #bc5f0d;
}
section#productSelector .productCategory[data-category='3'] .categoryLabel {
    color: #7ea93f;
}
section#productSelector .productCategory[data-category='3'] .line:after {
    background-image: linear-gradient(to right, #7ea93f 70%, rgba(255,255,255,0) 0%);
}
section#productSelector .productCategory[data-category='3'] .info .description {
    color: #066059;
}

section#productSelector .productCategory[data-category='4'] {
    background: #abcbf0;
}
section#productSelector .productCategory[data-category='4'] .blobBtn {
    background: #bc5f0d;
}
section#productSelector .productCategory[data-category='4'] .blob {
    background: #066059;
}
section#productSelector .productCategory[data-category='4'] .categoryLabel {
    color: #71a4df;
}
section#productSelector .productCategory[data-category='4'] .line:after {
    background-image: linear-gradient(to right, #71a4df 70%, rgba(255,255,255,0) 0%);
}
section#productSelector .productCategory[data-category='4'] .info .description {
    color: #bc5f0d;
}

/* CATEGORY LABEL */

.categoryLabel {
    width: 200px;
    height: 130px;
    position: relative;
    margin: auto;
    padding: 0 0 0 40px;
}
.categoryLabel:before {
    content: '';
    width: 100%;
    height: 103%;
    display: block;
    background: url('../images/whiteRibbon.svg') center left no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    margin-right: -1px;
    top: -3%;
    transition: 0.3s all;
    pointer-events: none;
}
.categoryLabel .content {
    height: 100%;
    background: #FFF;
    font-family: 'MilupaHand';
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    transition: 0.3s all;
    animation-fill-mode: forwards;
}
.categoryLabel .content .icon {
    width: 100px;
    height: 60px;
    margin: 0 auto 5px auto;
    transition: 0.3s all;
}
.categoryLabel .content .name {
    transition: 0.3s all;
}
.categoryLabel .content .tabs {
    height: 100%;
}
.categoryLabel .line {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 10px;
    pointer-events: none;
}
.categoryLabel .line:before {
    content: '';
    width: 140%;
    height: 100%;
    display: block;
    position: absolute;
    left: -20%;
    bottom: 0;
    background-image: linear-gradient(to right, #FFF 70%, rgba(255,255,255,0) 0%);
    background-position: center;
    background-size: 20px 4px;
    background-repeat: repeat-x;
    transition: 0.5s all;
}
.categoryLabel .line:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #000 70%, rgba(255,255,255,0) 0%);
    background-position: center;
    background-size: 20px 4px;
    background-repeat: repeat-x;
    transition: 0.5s all;
}
.categoryLabel[data-category='1'] .icon {
    background: url('../images/yellowCategoryLabelBiscuits.svg') center no-repeat;
    background-size: contain;
}
.categoryLabel[data-category='2'] .icon {
    background: url('../images/brownCategoryLabelCereals.svg') center no-repeat;
    background-size: contain;
}
.categoryLabel[data-category='3'] .icon {
    background: url('../images/greenCategoryLabelPouches.svg') center no-repeat;
    background-size: contain;
}
.categoryLabel[data-category='4'] .icon {
    background: url('../images/blueCategoryLabelMilk.svg') center no-repeat;
    background-size: contain;
}

/* PRODUCT CATEGORY */

section#productCategory .categoryMenu {
    text-align: center;
    margin: 0 0 40px 0;
    overflow: hidden;
}
section#productCategory .categoryMenu .categoryLabel {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}
section#productCategory .categoryMenu .categoryLabel.mobile {
    display: none;
}
section#productCategory .categoryMenu .categoryLabel .content .tabs {
    transform: scale(0.8) translateY(10px);
    transition: 0.3s all;
    animation-fill-mode: forwards;
}
section#productCategory .categoryMenu .categoryLabel:hover .content .tabs,
section#productCategory .categoryMenu .categoryLabel.active .content .tabs {
    transform: scale(1);
}
section#productCategory .categoryMenu .categoryLabel.active {
    z-index: 10;
}
section#productCategory .categoryMenu .categoryLabel.active .content .name {
    color: #FFF;
}
section#productCategory .categoryMenu .categoryLabel .line:before {
    width: 0;
    left: 50%;
    margin-left: -1000px;
}
section#productCategory .categoryMenu .categoryLabel.active .line:before {
    width: 2000px;
}
section#productCategory .categoryMenu .categoryLabel .line:after {
    width: 100%;
    left: 0;
    background-image: linear-gradient(to right, #FFF 70%, rgba(255,255,255,0) 0%);
}
section#productCategory .categoryMenu .categoryLabel[data-category='1'] {
    color: #fdca17;
}
section#productCategory .categoryMenu .categoryLabel[data-category='1'].active .icon {
    background: url('../images/whiteCategoryLabelBiscuits.svg') center no-repeat;
    background-size: contain;
}
section#productCategory .categoryMenu .categoryLabel[data-category='1'] .line:before {
    background-image: linear-gradient(to right, #fdca17 70%, rgba(255,255,255,0) 0%);
}
section#productCategory .categoryLabel[data-category='1'].active:before {
    background: url('../images/yellowRibbon.svg') center left no-repeat;
}
section#productCategory .categoryLabel[data-category='1'].active .content {
    background: #fdca17;
}

section#productCategory .categoryMenu .categoryLabel[data-category='2'] {
    color: #eeac56;
}
section#productCategory .categoryMenu .categoryLabel[data-category='2'].active .icon {
    background: url('../images/whiteCategoryLabelCereals.svg') center no-repeat;
    background-size: contain;
}
section#productCategory .categoryMenu .categoryLabel[data-category='2'] .line:before {
    background-image: linear-gradient(to right, #eeac56 70%, rgba(255,255,255,0) 0%);
}
section#productCategory .categoryLabel[data-category='2'].active:before {
    background: url('../images/brownRibbon.svg') center left no-repeat;
}
section#productCategory .categoryLabel[data-category='2'].active .content {
    background: #eeac56;
}

section#productCategory .categoryMenu .categoryLabel[data-category='3'] {
    color: #7ea93f;
}
section#productCategory .categoryMenu .categoryLabel[data-category='3'].active .icon {
    background: url('../images/whiteCategoryLabelPouches.svg') center no-repeat;
    background-size: contain;
}
section#productCategory .categoryMenu .categoryLabel[data-category='3'] .line:before {
    background-image: linear-gradient(to right, #7ea93f 70%, rgba(255,255,255,0) 0%);
}
section#productCategory .categoryLabel[data-category='3'].active:before {
    background: url('../images/greenRibbon.svg') center left no-repeat;
}
section#productCategory .categoryLabel[data-category='3'].active .content {
    background: #93c021;
}

section#productCategory .categoryMenu .categoryLabel[data-category='4'] {
    color: #71a4df;
}
section#productCategory .categoryMenu .categoryLabel[data-category='4'].active .icon {
    background: url('../images/whiteCategoryLabelMilk.svg') center no-repeat;
    background-size: contain;
}
section#productCategory .categoryMenu .categoryLabel[data-category='4'] .line:before {
    background-image: linear-gradient(to right, #71a4df 70%, rgba(255,255,255,0) 0%);
}
section#productCategory .categoryLabel[data-category='4'].active:before {
    background: url('../images/pastelBlueRibbon.svg') center left no-repeat;
}
section#productCategory .categoryLabel[data-category='4'].active .content {
    background: #71a4df;
}
section#productCategory .productPool {
    min-height: 200px;
}
section#productCategory .productSelection .spikeBox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    border-radius: 0 0 0 40px;
}
section#productCategory .productSelection .bird {
    width: 80px;
    position: absolute;
    left: 40px;
    bottom: 60px;
}

/* RIBBON */

.ribbon {
    position: relative;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 40px;
}
.ribbon .label {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px;
    font-family: 'MilupaHand';
    font-weight: 800;
    line-height: 1;
    z-index: 2;
}
.ribbon .label:before {
    content: '';
    width: 100%;
    height: 103%;
    display: block;
    position: absolute;
    right: 100%;
    margin-right: -1px;
    top: -3%;
    pointer-events: none;
    z-index: 1;
}
.ribbon .label:after {
    content: '';
    width: 100%;
    height: 103%;
    display: block;
    transform: rotate(180deg);
    position: absolute;
    left: 100%;
    margin-left: -1px;
    top: 0;
    pointer-events: none;
    z-index: 1;
}
.ribbon.white .label {
    background: #FFF;
    color: #066059;
}
.ribbon.white .label:before,
.ribbon.white .label:after {
    background: url('../images/whiteRibbon.svg?v=2') center right no-repeat;
    background-size: auto 100%;
}
.ribbon.orange .label {
    background: #f59c1e;
    color: #FFF;
}
.ribbon.darkGreen .label {
    background: #00665e;
    color: #FFF;
}
.ribbon.yellow .label {
    background: #fdca17;
    color: #bc5f0d;
}
.ribbon.green .label {
    background: #93c021;
    color: #00665e;
}
.ribbon.blue .label {
    background: #4ac1e0;
    color: #00665e;
}
.ribbon.pastelBlue .label {
    background: #71a4df;
    color: #00665e;
}
.ribbon.darkBlue .label {
    background: #21409A;
    color: #ffffff;
}
.ribbon.softBlue .label {
    background: #abcbf0;
    color: #bc5f0d;
}
.ribbon.purple .label {
    background: #894e8d;
    color: #FFF;
}
.ribbon.darkBrown .label {
    background: #bc5f0d;
    color: #FFF;
}
.ribbon.orange .label:before,
.ribbon.orange .label:after {
    background: url('../images/orangeRibbon.svg?v=2') center right no-repeat;
}
.ribbon.darkGreen .label:before,
.ribbon.darkGreen .label:after {
    background: url('../images/darkGreenRibbon.svg?v=2') center right no-repeat;
}
.ribbon.yellow .label:before,
.ribbon.yellow .label:after {
    background: url('../images/yellowRibbon.svg') center right no-repeat;
}
.ribbon.green .label:before,
.ribbon.green .label:after {
    background: url('../images/greenRibbon.svg') center right no-repeat;
}
.ribbon.blue .label:before,
.ribbon.blue .label:after {
    background: url('../images/blueRibbon.svg') center right no-repeat;
}
.ribbon.pastelBlue .label:before,
.ribbon.pastelBlue .label:after {
    background: url('../images/pastelBlueRibbon.svg') center right no-repeat;
}
.ribbon.pastelBlue .label:before,
.ribbon.pastelBlue .label:after {
    background: url('../images/pastelBlueRibbon.svg') center right no-repeat;
}
.ribbon.darkBlue .label:before,
.ribbon.darkBlue .label:after {
    background: url('../images/darkBlueRibbon.svg') center right no-repeat;
}
.ribbon.softBlue .label:before,
.ribbon.softBlue .label:after {
    background: url('../images/softBlueRibbon.svg') center right no-repeat;
}
.ribbon.purple .label:before,
.ribbon.purple .label:after {
    background: url('../images/purpleRibbon.svg') center right no-repeat;
}
.ribbon.darkBrown .label:before,
.ribbon.darkBrown .label:after {
    background: url('../images/darkBrownRibbon.svg') center right no-repeat;
}

/* BEBELINE BOX */

.bebelineBox {
    background: url('../images/hillsAndTractors.png') center bottom repeat-x;
    background-size: 1400px auto;
    padding: 80px 0 80px 0;
}
.bebelineBox .box {
    width: auto;
    background: #93c021;
    color: #FFF;
    padding: 0 0 0 300px;
    border-radius: 30px;
    position: relative;
    text-align: center;
    border: none;
    box-sizing: border-box;
}
.bebelineBox .box:after {
    content: '';
    width: 240px;
    height: 216px;
    display: block;
    position: absolute;
    right: -43px;
    top: -98px;
    background: url('../images/bebelineBoxSun.svg') center no-repeat;
    background-size: contain;
    z-index: 10;
}
.bebelineBox .box .hero {
    width: 420px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/bebelineBoxNewHero.jpg') center no-repeat;
    background-size: cover;
    border-radius: 30px 0 0 30px;
    clip-path: polygon(0 0, 390px 0, 420px 55px, 300px 100%, 0 100%);
    z-index: 3;
}
.bebelineBox .box .content {
    padding: 20px 20px 0 80px;
}
.bebelineBox .box .content .head {
    margin: 0 0 20px 0;
}
.bebelineBox .box .content .body {
    max-width: 400px;
    margin: 0 auto 20px auto;
    padding: 0;
    border-radius: 0;
}
.bebelineBox .box .actions {
    margin: 0 0 20px 0;
}
.bebelineBox .box .actions button {
    margin: 0;
}
.bebelineBox .box .body a {
    color: #066059;
    text-decoration: underline;
}
.bebelineBox .ribbon {
    display: block;
    max-width: 280px;
    padding: 0 40px 0 40px;
    margin: auto;
    font-size: 48px;
}
.bebelineBox .ribbon .label:before {
    width: 200px;
    height: 100%;
    background: #FFF;
    top: 0;
}
.bebelineBox .ribbon .label:after {
    background: url('../images/whiteRibbonPhone.svg') center left no-repeat;
    background-size: contain;
    transform: none;
}
.bebelineBox .ornament {
    width: 70%;
    height: 140px;
    position: absolute;
    left: -70px;
    top: -40px;
    pointer-events: none;
}
.bebelineBox .ornament .line {
    width: 100%;
    height: 100%;
    background: url('../images/bebelineBoxLine.svg') left top no-repeat;
    background-size: 600px auto;
}
.bebelineBox .ornament .bird {
    width: 55px;
    position: absolute;
}
.bebelineBox .ornament .bird:nth-of-type(1) {
    left: 5px;
    top: 100%;
    transform: rotate(30deg);
}
.bebelineBox .ornament .bird:nth-of-type(2) {
    left: 100%;
    top: -15px;
}
.bebelineBox .ornament .bowtie {
    width: 26px;
    position: absolute;
    left: -10px;
    bottom: 20px;
    transform: rotate(50deg);
}

/* CONTACT BOX */

.contactBox {
    text-align: center;
}
.contactBox .contactItem {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 70px;
    position: relative;
    font-size: 15px;
    margin: 10px;
    color: #FFF;
    text-decoration: none;
}
.contactBox .contactItem .icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    border: 4px #93c021 solid;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.contactBox .contactItem .icon:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: -2px;
    top: 10px;
    transform: rotate(10deg) skew(-5deg);
    background: #FFF;
    box-sizing: border-box;
    z-index: 1;
}
.contactBox .contactItem .icon:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: 2;
}
.contactBox .contactItem.email .icon:after {
    background: url('../images/greenEmail.svg?v=3') #FFF center no-repeat;
    background-size: 60% auto;
}
.contactBox .contactItem.phone .icon:after {
    background: url('../images/greenPhone.svg?v=3') #FFF center no-repeat;
    background-size: 60% auto;
}
.contactBox .contactItem.messenger .icon:after {
    background: url('../images/greenMessenger.svg?v=3') #FFF center no-repeat;
    background-size: 60% auto;
}
.contactBox .contactItem .description {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

/* PRODUCT */

section#product {
    padding: 40px 0 0 0;
}
section#product .intro {
    text-align: center;
    margin: 0 0 40px 0;
}
section#product .intro .title {
    display: inline-block;
    vertical-align: middle;
    font-family: 'MilupaHand';
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px;
}
section#product .intro .title .brand {
    font-size: 48px;
    font-weight: 900;
}
section#product .intro .title .productName {
    font-size: 36px;
    max-width: 400px;
}
section#product .intro .title .size {
    font-size: 32px;
    display: inline-block;
    padding: 0 0 5px 0;
}
section#product .intro .ageRange {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
section#product .intro .ageRange .bird {
    width: 90px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    margin: 60px 0 0 0;
}
section#product .intro .ageRange .bubble {
    width: 145px;
    height: 100px;
    font-size: 28px;
    font-family: 'MilupaHand';
    font-weight: 800;
    padding: 20px 20px 20px 30px;
    box-sizing: border-box;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}
section#product .intro .ageRange .bubble span {
    text-transform: uppercase;
    display: block;
}
section#product .intro .ageRange .bubble .tabs {
    height: 100%;
}
section#product .generalInfo {
    margin: 0 0 20px 0;
}
section#product .generalInfo .block {
    width: calc((100% - 24px)/2);
    margin: 0 20px 0 0;
}
section#product .generalInfo .block:last-of-type {
    margin: 0;
}
section#product .generalInfo .gallery .flexslider {
    margin: 0;
}
section#product .generalInfo .gallery .flex-control-thumbs li {
    display: inline-block;
    float: none;
    padding: 0 10px;
    box-sizing: border-box;
}
section#product .generalInfo .gallery .slides li {
    padding: 0 0 40px 0;
}
section#product .generalInfo .gallery .slides img {
    width: 70%;
    display: block;
    margin: 0px auto 10px;
}
section#product .flex-direction-nav a.flex-next:before,
section#product .flex-direction-nav a.flex-prev:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
section#product .flex-direction-nav a {
    font-size: 0;
}
section#product .flex-direction-nav .flex-next {
    right: 0;
    opacity: 1;
}
section#product .flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1;
}
section#product .flex-direction-nav a.flex-next:before {
    content: '\f054';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
}
section#product .flex-direction-nav a.flex-prev:before {
    content: '\f053';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
}
section#product .generalInfo .gallery .flex-control-thumbs img {
    padding: 0 0 20px 0;
    border-bottom: 2px dashed transparent;
}
section#product .generalInfo .gallery .flex-control-thumbs .flex-active {
    position: relative;
}
section#product .generalInfo .description {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0 40px;
}
section#product .generalInfo .health {
    margin: 0 0 20px 0;
}
section#product .generalInfo .health .head {
    padding: 10px 20px;
    font-size: 24px;
    font-family: 'MilupaHand';
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 30px 0 0;
}
section#product .generalInfo .health .body {
    padding: 20px;
    border-radius: 0 0 0 30px;
    text-align: center;
}
section#product .generalInfo .health .body ul li {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 10px;
    color: #FFF;
}
section#product .generalInfo .health .body ul li span {
    width: 80px;
    display: block;
    margin: 0 auto 10px auto;
}
section#product .generalInfo .health .body ul li span img {
    max-width: 80px;
    display: block;
    margin: 0 auto 10px auto;
}
section#product .generalInfo .health .body ul li span:after {
    content: '';
    width: 20px;
    height: 40px;
    display: block;
    background-size: contain;
    margin: auto;
}
section#product .generalInfo .health .body ul li strong {
    text-transform: uppercase;
}
section#product .contentInfo {
    margin: 0 0 20px 0;
    text-align: center;
}
section#product .stripeDropdown {
    width: calc((100% - 20px)/2);
}
section#product .stripeDropdown .body {
    background: url('../images/paper.jpg') center;
}
section#product .benefits {
    padding: 0 40px;
}
section#product .benefits p,
section#product .useInfo p {
    margin: 0 0 20px 0;
}
section#product .benefits ul li,
section#product .useInfo ul li {
    position: relative;
    padding: 0 0 0 34px;
    margin: 0 0 20px 0;
    text-align: center;
    display: inline-block;
}
section#product .benefits ul li:before,
section#product .useInfo ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -5px;
}
section#product .useInfo {
    margin: 0 0 20px 0;
    border-width: 0 2px 2px 2px;
    border-radius: 0 30px 0 0;
    border-style: dashed;
    position: relative;
}
section#product .useInfo .stamp {
    width: 120px;
    height: 120px;
    position: absolute;
    left: -20px;
    top: -20px;
    background-color: #FFF;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 6px #FFF solid;
    z-index: 5;
}
section#product .useInfo .borderBox .spikeBox {
    padding: 10px 20px;
    margin: 0 auto 20px auto;
    font-size: 24px;
    font-family: 'MilupaHand';
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 30px 0 0;
}
section#product .useInfo .borderBox .spikeBox.small {
    max-width: 460px;
}
section#product .useInfo .borderBox .content {
    margin: auto;
    padding: 20px;
    text-align: center;
}
section#product .useInfo .borderBox .content ul {
    max-width: 400px;
    margin: auto;
}
section#product .useInfo ol {
    counter-reset: ol-counter;
    margin: 0;
    padding: 0;
}
section#product .useInfo ol li {
    max-width: 200px;
    counter-increment: ol-counter;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    position: relative;
    padding: 100px 0 0 0;
}
section#product .useInfo ol li:before {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background-color: #f9e4c6;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 54px 54px;
}
section#product .useInfo ol li:after {
    content: counter(ol-counter);
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    position: absolute;
    font-size: 15px;
    text-align: center;
    left: 50%;
    margin-left: -12px;
    top: 65px;
    border-radius: 50%;
}
section#product .actions {
    text-align: center;
}
section#product .deco .items {
    display: none;
}
section#product .deco.left {
    position: fixed;
    left: 0;
    top: 100px;
}
section#product .deco {
    position: fixed;
    right: 0;
    top: 100px;
}
section#product .deco img {
    max-width: none;
    position: absolute;
}
section#product .formulaTransition{
    text-align: center;
    margin: 40px auto;
}
section#product .formulaTransition.ribbon.softBlue {
    text-align: center;
    margin: 40px 0px 10px 0px;
}
section#product .formulaTransition .ribbon.softBlue .label{
    color: #bc5f0d;
    display: inline-block;
    font-size: 32px;
    padding: 10px;
    font-weight: 800;
}
section#product .formulaTransition .disclaimer,
section#product .formulaTransition .advice {
    max-width: 540px;
    margin: 0px auto;
    padding: 10px 0px;
}
section#product .formulaTransition .advice{
    margin-bottom: 40px;
}
section#product .formulaTransition .advice p {
    font-size: 22px;
    font-weight: 600;
}
section#product .formulaTransition span{
    color: #71a4df;
}
section#product .formulaTransition .vsBox{
    font-weight:600;
}
section#product .formulaTransition .vsBox .head {
    height: 30px;
    border-radius: 30px 30px 0 0;
    border: 2px #bc5f0d dashed;
    border-bottom: none;
    position: relative;
}
section#product .formulaTransition .vsBox .head .no {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: -40px;
    margin-left: -40px;
    line-height: 80px;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    background: url('../images/bubbleReflection.svg') #6ea1d6 no-repeat center;
    background-size: contain;
}
section#product .formulaTransition .vsBox .body {
    padding: 20px;
}
section#product .formulaTransition .vsBox .body p{
    font-size: 20px;
    font-weight: 600;
}
section#product .formulaTransition .vsBox .body .oldNew{
    margin: 20px auto;
}
section#product .formulaTransition .vsBox .body .w35{
    width: 35%;
}
section#product .formulaTransition .vsBox .body .w35 img{
    width: 175px;

}
section#product .formulaTransition .vsBox .body .w20{
    width: 20%;
}
section#product .formulaTransition .vsBox .body .newPack{
    max-width: 455px;
}
section#product .formulaTransition .vsBox .body .newPack img {
    width: 255px;
}
section#product .formulaTransition .formulaMeasure{
    margin: 20px auto;
    font-size: 20px;
}
section#product .formulaTransition .formulaMeasure .tab{
    padding-right: 40px;
}
section#product .formulaTransition .formulaMeasure .bullet{
    margin-right: 10px;
}
section#product .formulaTransition .bullet{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    background: #bc5f0d;
    vertical-align: middle;
}
section#product .formulaTransition .bullet.active{
    background: #6ea1d6;
}
section#product .formulaTransition .dailyBullets .bulletWrapper{
    margin-left: 10px;
    display: inline-block;
}
section#product .formulaTransition .dailyBullets .tab{
    padding: 10px 0px;
}
section#product .formulaTransitionSticky {
    position: fixed;
    right: -200px;
    top: 100px;
    transition: 0.3s all ease-in-out;
    z-index: 20;
}
section#product .formulaTransitionSticky.expanded {
    right: 0;
}
section#product .formulaTransitionSticky .head {
    width: 260px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -130px;
    margin-left: -20px;
    color: #FFF;
    transform-origin: center;
    transform: rotate(90deg);
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0 0 20px 20px;
    cursor: pointer;
}
section#product .formulaTransitionSticky.purple .head {
    background: #8963a1;
}
section#product .formulaTransitionSticky.turqouise .head {
    background: #2695ae;
}
section#product .formulaTransitionSticky.orange .head {
    background: #ed9c22;
}
section#product .formulaTransitionSticky .head span {
    color: #ffeaa7;
}
section#product .formulaTransitionSticky .body {
    width: 200px;
    position: relative;
    font-size: 14px;
    padding: 40px 10px 20px 10px;
    background: #FFF;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(201,235,252,1) 100%);
    text-align: center;
    border-radius: 30px 0 0 30px;
    line-height: 1.2;
    color: #00665e;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
section#product .formulaTransitionSticky .body:before {
    content: '';
    width: 100%;
    height: 240px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -107px;
}
section#product .formulaTransitionSticky.purple .body:before {
    background: url('../images/formulaTransitionStickyRibbonPurple.png') center bottom no-repeat;
    background-size: contain;
}
section#product .formulaTransitionSticky.turqouise .body:before {
    background: url('../images/formulaTransitionStickyRibbonTurqouise.png') center bottom no-repeat;
    background-size: contain;
}
section#product .formulaTransitionSticky.orange .body:before {
    background: url('../images/formulaTransitionStickyRibbonOrange.png') center bottom no-repeat;
    background-size: contain;
}
section#product .formulaTransitionSticky .body .content {
    position: relative;
}
section#product .formulaTransitionSticky .body .closeBtn {
    width: 30px;
    padding: 10px 0 5px 0;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 0;
    background: #066059;
    border-radius: 0 0 20px 20px;
    cursor: pointer;
}
section#product .formulaTransitionSticky .body .closeBtn .xBtn {
    width: 20px;
    height: 20px;
    position: relative;
    right: auto;
    top: auto;
    border: none;
    background: none;
    margin: auto;
}
section#product .formulaTransitionSticky .body .closeBtn .xBtn:before {
    background: #FFF;
}
section#product .formulaTransitionSticky .body .closeBtn .xBtn:after {
    background: #FFF;
}
section#product .formulaTransitionSticky .body .title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}
section#product .formulaTransitionSticky .body .title span {
    font-size: 20px;
    line-height: 1.2;
}
section#product .formulaTransitionSticky.purple .body .title span {
    color: #8963a1;
}
section#product .formulaTransitionSticky.turqouise .body .title span {
    color: #2695ae;
}
section#product .formulaTransitionSticky.orange .body .title span {
    color: #ed9c22;
}
section#product .formulaTransitionSticky .body .packshot {
    margin: 0 auto 20px auto;
}
section#product .formulaTransitionSticky .body .actions {
    text-align: center;
}
section#product .formulaTransitionSticky .body .actions .blobBtn {
    min-width: 140px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 0;
    font-size: 16px;
}

    /* PRODUCT CATEGORY 1 */

section#product[data-category='1'] {
    color: #0d675e;
}
section#product[data-category='1'] .intro .title .brand {
    color: #fdca17;
}
section#product[data-category='1'] .intro .title .productName {
    color: #fdca17;
}
section#product[data-category='1'] .intro .title .size {
    border-bottom: 2px dashed #0d675e;
}
section#product[data-category='1'] .intro .ageRange .bird {
    background: url('../images/yellowBigBird.svg') center no-repeat;
    background-size: contain;
}
section#product[data-category='1'] .intro .ageRange .bubble {
    background: url('../images/greenBubble.svg') center no-repeat;
    background-size: contain;
}
section#product[data-category='1'] .health .body {
    background: #fdca17;
}
section#product[data-category='1'] .generalInfo .health .body ul li span:after {
    background: url('../images/greenArrow.svg') center no-repeat;
}
section#product[data-category='1'] .benefits ul li:before,
section#product[data-category='1'] .useInfo ul li:before {
    background: url('../images/yellowCheck.svg') center no-repeat;
}
section#product[data-category='1'] .useInfo .borderBox {
    border-color: #fdca17;
}
section#product[data-category='1'] .useInfo .stamp {
    display: none;
}
section#product[data-category='1'] .spikeBox {
    background: #fde590;
}
section#product[data-category='1'] .spikeBox:after {
    background-image: linear-gradient(135deg, #fde590 25%, transparent 25%), linear-gradient(225deg, #fde590 25%, transparent 25%);
}
section#product[data-category='1'] .generalInfo .gallery .flex-direction-nav a:before {
    color: #fdca17;
}
section#product[data-category='1'] .generalInfo .gallery .flex-control-thumbs .flex-active {
    border-bottom: 2px dashed #00665e;
}
section#product[data-category='1'] .blobBtn {
    background: #bc5f0d;
}
section#product[data-category='1'] .blobBtn .blob {
    background: #066059;
}
section#product[data-category='1'] .others {
    background: #fefcd3;
}
section#product[data-category='1'] h2.follow:after {
    background: url('../images/greenFollow.svg') center no-repeat;
}
section#product[data-category='1'] .others .flex-direction-nav a:before {
    color: #FFF;
    background: #fdca17;
    border-radius: 50%;
}
section#product[data-category='1'] .deco .biscuits {
    display: block;
}
section#product[data-category='1'] .deco.left img:nth-of-type(1) {
    width: 100px;
    left: 0;
    top: 0;
}
section#product[data-category='1'] .deco.left img:nth-of-type(2) {
    width: 100px;
    left: 0;
    top: 100px;
}
section#product[data-category='1'] .deco.left img:nth-of-type(3) {
    width: 100px;
    left: 0;
    top: 200px;
}
section#product[data-category='1'] .deco.left img:nth-of-type(4) {
    display: none;
}
section#product[data-category='1'] .deco.right img:nth-of-type(1) {
    width: 100px;
    right: 10px;
    top: 200px;
}
section#product[data-category='1'] .deco.right img:nth-of-type(2) {
    width: 100px;
    right: 10px;
    top: 50px;
    transform: rotate(20deg);
}
section#product[data-category='1'] .deco.right img:nth-of-type(3) {
    width: 90px;
    right: -10px;
    top: -90px;
    transform: rotate(10deg);
}

/* PRODUCT CATEGORY 2 */

section#product[data-category='2'] {
    color: #bc5f0d;
}
section#product[data-category='2'] .intro .title .brand {
    color: #eeac56;
}
section#product[data-category='2'] .intro .title .size {
    border-bottom: 2px dashed #bc5f0d;
}
section#product[data-category='2'] .intro .ageRange .bird {
    background: url('../images/brownBigBird.svg') center no-repeat;
    background-size: contain;
}
section#product[data-category='2'] .intro .ageRange .bubble {
    background: url('../images/brownBubble.svg') center no-repeat;
    background-size: contain;
}
section#product[data-category='2'] .health .body {
    background: #eeac56;
}
section#product[data-category='2'] .generalInfo .health .body ul li span:after {
    background: url('../images/brownArrow.svg') center no-repeat;
}
section#product[data-category='2'] .benefits ul li:before,
section#product[data-category='2'] .useInfo ul li:before {
    background: url('../images/brownCheck.svg') center no-repeat;
}
section#product[data-category='2'] .useInfo ul li:last-child:before{
    background: url('../images/brownExclamationMark.svg') center no-repeat;
} 
section#product[data-category='2'] .useInfo .borderBox {
    border: #eeac56;
}
section#product[data-category='2'] .useInfo .stamp {
    background-image: url('../images/stampUseInfoCategory2Milk.png');
}
section#product[data-category='2'] .useInfo ol li:nth-of-type(1) {
    max-width: none;
    display: block;
}
section#product[data-category='2'] .useInfo ol li:after {
    background: #bc5f0d;
    color: #FFF;
}
section#product[data-category='2'] .useInfo ol li:nth-of-type(1):before {
    background-image: url('../images/listIconCereals1.svg');
}
section#product[data-category='2'] .useInfo ol li:nth-of-type(2):before {
    background-image: url('../images/listIconCereals2.svg');
}
section#product[data-category='2'] .useInfo ol li:nth-of-type(3):before {
    background-image: url('../images/listIconCereals3.svg');
}
section#product[data-category='2'] .useInfo ol li:nth-of-type(4):before {
    background-image: url('../images/listIconCereals4.svg');
}
section#product[data-category='2'] .spikeBox {
    background: #f9e4c6;
}
section#product[data-category='2'] .spikeBox:after {
    background-image: linear-gradient(135deg, #f9e4c6 25%, transparent 25%), linear-gradient(225deg, #f9e4c6 25%, transparent 25%);
}
section#product[data-category='2'] .generalInfo .gallery .flex-direction-nav a:before {
    color: #eeac56;
}
section#product[data-category='2'] .generalInfo .gallery .flex-control-thumbs .flex-active {
    border-bottom: 2px dashed #bc5f0d;
}
section#product[data-category='2'] .blobBtn {
    background: #066059;
}
section#product[data-category='2'] .blobBtn .blob {
    background: #bc5f0d;
}
section#product[data-category='2'] .others {
    background: #fbf3e7;
}
section#product[data-category='2'] h2.follow:after {
    background: url('../images/brownFollow.svg') center no-repeat;
}
section#product[data-category='2'] .others .flex-direction-nav a:before {
    color: #FFF;
    background: #eeac56;
    border-radius: 50%;
}
section#product[data-category='2'] .deco .cereals {
    display: block;
}
section#product[data-category='2'] .deco.left img:nth-of-type(1) {
    width: 40px;
    left: 50px;
    top: -65px;
    transform: rotate(0deg);
}
section#product[data-category='2'] .deco.left img:nth-of-type(2) {
    width: 45px;
    left: 0;
    top: 20px;
    transform: rotate(20deg);
}
section#product[data-category='2'] .deco.left img:nth-of-type(3) {
    width: 25px;
    left: 20px;
    top: 60px;
    transform: rotate(60deg);
}
section#product[data-category='2'] .deco.left img:nth-of-type(4) {
    width: 30px;
    left: 15px;
    top: 40px;
    transform: rotate(60deg);
}

section#product[data-category='2'] .deco.right img:nth-of-type(1) {
    width: 85px;
    right: 25px;
    top: 0;
    transform: rotate(-30deg);
}
/* PRODUCT CATEGORY 2 */


/* PRODUCT CATEGORY 3 */
section#product[data-category='3'] {
    color: #0d675e;
}
section#product[data-category='3'] .intro .title .brand {
    color: #7eaa40;
}
section#product[data-category='3'] .intro .title .size {
    border-bottom: 2px dashed #0d675e;
}
section#product[data-category='3'] .intro .ageRange .bird {
    background: url('../images/greenBigBird.svg') center no-repeat;
    background-size: contain;
}
section#product[data-category='3'] .intro .ageRange .bubble {
    background: url('../images/greenBubble.svg') center no-repeat;
    background-size: contain;
}
section#product[data-category='3'] .health .body {
    background: #7eaa40;
}
section#product[data-category='3'] .generalInfo .health .body ul li span:after {
    background: url('../images/greenArrow.svg') center no-repeat;
}
section#product[data-category='3'] .benefits ul li:before,
section#product[data-category='3'] .useInfo ul li:before {
    background: url('../images/greenCheck.svg') center no-repeat;
}
section#product[data-category='3'] .useInfo ul li:last-child:before {
    background: url('../images/greenExclamationMark.svg') center no-repeat;
}
section#product[data-category='3'] .useInfo .borderBox {
    border: #bbdf82;
}
section#product[data-category='3'] .useInfo .stamp {
    display: none;
}
section#product[data-category='3'] .useInfo ol li:nth-of-type(1) {
    max-width: none;
    display: block;
}
section#product[data-category='3'] .useInfo ol li:after {
    background: #bc5f0d;
    color: #FFF;
}
section#product[data-category='3'] .spikeBox {
    background: #bbdf82;
}
section#product[data-category='3'] .spikeBox:after {
    background-image: linear-gradient(135deg, #bbdf82 25%, transparent 25%), linear-gradient(225deg, #bbdf82 25%, transparent 25%);
}
section#product[data-category='3'] .generalInfo .gallery .flex-direction-nav a:before {
    color: #7eaa40;
}
section#product[data-category='3'] .generalInfo .gallery .flex-control-thumbs .flex-active {
    border-bottom: 2px dashed #00665e;
}
section#product[data-category='3'] .blobBtn {
    background: #bc5f0d;
}
section#product[data-category='3'] .blobBtn .blob {
    background: #066059;
}
section#product[data-category='3'] .others {
    background: #eefdd5;
}
section#product[data-category='3'] h2.follow:after {
    background: url('../images/greenFollow.svg') center no-repeat;
}
section#product[data-category='3'] .others .flex-direction-nav a:before {
    color: #FFF;
    background: #7eaa40;
    border-radius: 50%;
}
section#product[data-category='3'] .deco .pouches {
    display: block;
}
section#product[data-category='3'] .deco.left img:nth-of-type(1) {
    width: 100px;
    left: 0;
    top: 0;
    transform: rotate(0deg);
}
section#product[data-category='3'] .deco.left img:nth-of-type(2) {
    width: 75px;
    left: -30px;
    top: 150px;
    transform: rotate(20deg);
}
section#product[data-category='3'] .deco.left img:nth-of-type(3) {
    width: 65px;
    left: -50px;
    top: 300px;
    transform: rotate(5deg);
}
section#product[data-category='3'] .deco.right img:nth-of-type(1) {
    width: 85px;
    right: -10px;
    top: 0;
    transform: rotate(20deg);
}
section#product[data-category='3'] .deco.right img:nth-of-type(2) {
    width: 150px;
    right: 20px;
    top: 150px;
    transform: rotate(5deg);
}
section#product[data-category='3'] .deco.right img:nth-of-type(3) {
    width: 85px;
    right: -10px;
    top: 350px;
    transform: rotate(30deg);
}
/* PRODUCT CATEGORY 3 */

/* PRODUCT CATEGORY 4 */

section#product[data-category='4'] {
    color: #bc5f0d;
}
section#product[data-category='4'] .intro .title .brand {
    color: #3b73b5;
}
section#product[data-category='4'] .intro .title .size {
    border-bottom: 2px dashed #bc6227;
}
section#product[data-category='4'] .intro .ageRange .bird {
    background: url('../images/blueBigBird.svg') center no-repeat;
    background-size: contain;
}
section#product[data-category='4'] .intro .ageRange .bubble {
    background: url('../images/brownBubble.svg') center no-repeat;
    background-size: contain;
}
section#product[data-category='4'] .health .body {
    background: #71a4df;
    color: #fff;
}
section#product[data-category='4'] .generalInfo .health .body ul li span:after {
    background: url('../images/brownArrow.svg') center no-repeat;
}
section#product[data-category='4'] .benefits ul li:before,
section#product[data-category='4'] .useInfo ul li:before {
    background: url('../images/blueCheck.svg') center no-repeat;
}
section#product[data-category='4'] .useInfo ul li:nth-last-child(-n+2):before{
    background: url('../images/blueExclamationMark.svg') center no-repeat;
}
section#product[data-category='4'] .useInfo .borderBox {
    border: #abcbf0;
}
section#product[data-category='4'] .useInfo .stamp {
    background-image: url('../images/stampUseInfoCategory2Water.png');
}
section#product[data-category='4'] .useInfo ol li:nth-of-type(1) {
    max-width: none;
    display: block;
}
section#product[data-category='4'] .useInfo ol li:before {
    background-color: #d2e6fd;
    background-size: 80px 90px;
}
section#product[data-category='4']  .useInfo ol li:after {
    background: #3e72b3;
    color: #FFF;
}
section#product[data-category='4'] .useInfo ol li:nth-of-type(1):before {
    background-image: url('../images/listIconMilks1.svg');
}
section#product[data-category='4'] .useInfo ol li:nth-of-type(2):before {
    background-image: url('../images/listIconMilks2.svg');
}
section#product[data-category='4'] .useInfo ol li:nth-of-type(3):before {
    background-image: url('../images/listIconMilks3.svg');
}
section#product[data-category='4'] .useInfo ol li:nth-of-type(4):before {
    background-image: url('../images/listIconMilks4.svg');
}
section#product[data-category='4'] .useInfo ol li:nth-of-type(5):before {
    background-image: url('../images/listIconMilks5.svg');
}
section#product[data-category='4'] .useInfo ol li:nth-of-type(6):before {
    background-image: url('../images/listIconMilks6.svg');
}
section#product[data-category='4'] .useInfo ol li:nth-of-type(7):before {
    background-image: url('../images/listIconMilks7.svg');
}
section#product[data-category='4'] .spikeBox {
    background: #abcbf0;
}
section#product[data-category='4'] .useInfo .borderBox .content ul {
    max-width: 430px;
}
section#product[data-category='4'] .spikeBox:after {
    background-image: linear-gradient(135deg, #abcbf0 25%, transparent 25%), linear-gradient(225deg, #abcbf0 25%, transparent 25%);
}
section#product[data-category='4'] .generalInfo .gallery .flex-direction-nav a:before {
    color: #71a4df;
}
section#product[data-category='4'] .generalInfo .gallery .flex-control-thumbs .flex-active {
    border-bottom: 2px dashed #bc5f0d;
}
section#product[data-category='4'] .blobBtn {
    background: #066059;
}
section#product[data-category='4'] .blobBtn .blob {
    background: #bc5f0d;
}
section#product[data-category='4'] .others {
    background: #e1f2fd;
}
section#product[data-category='4'] h2.follow:after {
    background: url('../images/brownFollow.svg') center no-repeat;
}
section#product[data-category='4'] .others .flex-direction-nav a:before {
    color: #FFF;
    background: #71a4df;
    border-radius: 50%;
}
section#product[data-category='4'] .deco .milks {
    display: block;
}
section#product[data-category='4'] .deco.left img:nth-of-type(1) {
    width: 100px;
    left: 0;
    top: 0;
    transform: rotate(0deg);
}
section#product[data-category='4'] .deco.left img:nth-of-type(2) {
    width: 100px;
    left: -30px;
    top: 150px;
    transform: rotate(20deg);
}
section#product[data-category='4'] .deco.right img:nth-of-type(1) {
    width: 100px;
    right: -10px;
    top: 0;
    transform: rotate(20deg);
}
section#product[data-category='4'] .deco.right img:nth-of-type(2) {
    width: 150px;
    right: 20px;
    top: 150px;
    transform: rotate(5deg);
}

/* PRODUCTS FROM CATEGORY 2 */
section#product[data-product='3'] .useInfo .stamp,
section#product[data-product='6'] .useInfo .stamp,
section#product[data-product='7'] .useInfo .stamp,
section#product[data-product='8'] .useInfo .stamp,
section#product[data-product='9'] .useInfo .stamp,
section#product[data-product='10'] .useInfo .stamp {
    background-image: url('../images/stampUseInfoCategory2Water.png');
}
section#product[data-product='3'] .useInfo ol li:nth-of-type(2):before,
section#product[data-product='9'] .useInfo ol li:nth-of-type(2):before
 {
    background-image: url('../images/listIconCereals2-150.svg');
}

section#product[data-product='4'] .useInfo ol li:nth-of-type(2):before,
section#product[data-product='5'] .useInfo ol li:nth-of-type(2):before,
section#product[data-product='13'] .useInfo ol li:nth-of-type(2):before,
section#product[data-product='14'] .useInfo ol li:nth-of-type(2):before {
    background-image: url('../images/listIconCereals2-200.svg');
}
section#product[data-product='12'] .useInfo ol li:nth-of-type(2):before,
section#product[data-product='11'] .useInfo ol li:nth-of-type(2):before {
    background-image: url('../images/listIconCereals2-90.svg');
}

section#product[data-product='3'] .useInfo ol li:nth-of-type(3):before,
section#product[data-product='9'] .useInfo ol li:nth-of-type(3):before {
    background-image: url('../images/listIconCereals3-55.svg');
}
section#product[data-product='4'] .useInfo ol li:nth-of-type(3):before,
section#product[data-product='5'] .useInfo ol li:nth-of-type(3):before,
section#product[data-product='13'] .useInfo ol li:nth-of-type(3):before,
section#product[data-product='14'] .useInfo ol li:nth-of-type(3):before{
    background-image: url('../images/listIconCereals3-20.svg');
}
section#product[data-product='12'] .useInfo ol li:nth-of-type(3):before,
section#product[data-product='11'] .useInfo ol li:nth-of-type(3):before {
    background-image: url('../images/listIconCereals3-35.svg');
}
section#product[data-product='7'] .useInfo ol li:nth-of-type(3):before{
    background-image: url('../images/listIconCereals3-40.svg');
}
section#product[data-product='4'] .generalInfo .block .health .body ul li,
section#product[data-product='5'] .generalInfo .block .health .body ul li, 
section#product[data-product='31'] .generalInfo .block .health .body ul li, 
section#product[data-product='32'] .generalInfo .block .health .body ul li, 
section#product[data-product='33'] .generalInfo .block .health .body ul li, 
section#product[data-product='34'] .generalInfo .block .health .body ul li,
section#product[data-product='35'] .generalInfo .block .health .body ul li { 
    vertical-align: middle;
}



/* PRODUCTS FROM CATEGORY 4 */


section#product[data-product='28'] .generalInfo .block .health,
section#product[data-product='29'] .generalInfo .block .health {
    display: none;
}
section#product[data-product='26'] .contentInfo .stripeDropdowns .body ul,
section#product[data-product='27'] .contentInfo .stripeDropdowns .body ul,
section#product[data-product='28'] .contentInfo .stripeDropdowns .body ul,
section#product[data-product='29'] .contentInfo .stripeDropdowns .body ul,
section#product[data-product='30'] .contentInfo .stripeDropdowns .body ul
{
    display: table;
    width: 100%;
}
section#product[data-product='26'] .contentInfo .stripeDropdowns .body ul li,
section#product[data-product='27'] .contentInfo .stripeDropdowns .body ul li,
section#product[data-product='28'] .contentInfo .stripeDropdowns .body ul li,
section#product[data-product='29'] .contentInfo .stripeDropdowns .body ul li,
section#product[data-product='30'] .contentInfo .stripeDropdowns .body ul li {
    display: table-cell;
    width: 50%;
}
section#product[data-product='26'] .generalInfo .block .health .body ul li,
section#product[data-product='27'] .generalInfo .block .health .body ul li,
section#product[data-product='30'] .generalInfo .block .health .body ul li {
    vertical-align: middle;
}
section#product[data-product='26'] .generalInfo .block .health .body ul li span:after,
section#product[data-product='30'] .generalInfo .block .health .body ul li span:after {
    display: none;
}
section#product[data-product='26'] .generalInfo .block .health .body ul span,
section#product[data-product='27'] .generalInfo .block .health .body ul span,
section#product[data-product='30'] .generalInfo .block .health .body ul span {
    font-size: 50px;
}

/* OTHER PRODUCTS */

.otherProducts {
    background: #fbf3e7;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 20px 0;
    color: #bc5f0d;
}
.otherProducts .tunnel {
    overflow: hidden;
}
.otherProducts .slider {
    width: calc(100%/3);
    margin: 20px auto;
}
.otherProducts .slider:after {
    content: '';
    display: block;
    clear: both;
}
.otherProducts .slider .slides li {
    transform: scale(0.8);
    transition: 0.5s all;
}
.otherProducts .slider .slides li img {
    display: block;
    margin: 0 0 20px 0;
}
.otherProducts .slider .slides li .blobBtn {
    opacity: 0;
}
.otherProducts .slider .slides li .content {
    padding: 10px;
}
.otherProducts .slider .flex-viewport {
    width: 100%;
    overflow: inherit !important;
}
.otherProducts .slider .slides .flex-active-slide {
    transform: scale(1);
}
.otherProducts .slider .slides .flex-active-slide .blobBtn {
    opacity: 1;
}
.otherProducts .slider .flex-direction-nav a {
    text-align: center;
}
.otherProducts .slider .flex-direction-nav a:before {
    font-size: 24px;
}
.otherProducts .slider .flex-direction-nav a:hover {
    transform: scale(1.2);
    transition: 0.3s all;
}
.otherProducts .slider .flex-direction-nav a:before {
    color: #FFF;
    background: #eeac56;
    border-radius: 50%;
    font-size: 24px;
}
.otherProducts .slider .flex-direction-nav a.flex-prev:before {
    content: '\f053';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
}
.otherProducts .slider .flex-direction-nav a.flex-next:before {
    content: '\f054';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
}
.otherProducts h2.follow:after {
    background: url(../images/brownFollow.svg) center no-repeat;
}
.otherProducts .flex-direction-nav a {
    font-size: 0;
}
.otherProducts .flex-direction-nav .flex-next {
    right: 0;
    opacity: 1;
}
.otherProducts .flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1;
}
.otherProducts .flex-direction-nav a.flex-next:before,
.otherProducts .flex-direction-nav a.flex-prev:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

/* DIVERSIFICATION */

.page104 .billboard {
    margin: 0;
}
section#diversification {
    text-align: center;
}
section#diversification h2 {
    color: #00665e;
    margin: 0 0 20px 0;
}
section#diversification .steps {
    color: #bc5f0d;
    background: #fef6df;
    margin: 0 0 20px 0;
    padding: 20px 0;
}
section#diversification .steps .steps {
    margin: 40px 0 20px 0;
    position: relative;
}
section#diversification .steps .step {
    display: inline-block;
    vertical-align: bottom;
    margin: 10px;
    position: relative;
}
section#diversification .steps .step:nth-of-type(5):before{
    content: '';
    background: url('../images/diversificationStep4a.svg') no-repeat;
    width: 55px;
    height: 55px;
    display: block;
    position: relative;
    top: 15px;
    left: -25px;
}
section#diversification .steps .step .icon {
    width: 120px;
    display: block;
    margin: 0 auto 30px auto;
}
section#diversification .steps .step .label {
    width: 180px;
    height: 100px;
    background: #fdca17;
    padding: 20px 20px 10px 20px;
    border-radius: 0 40px 0 40px;
    font-family: 'MilupaHand';
    font-weight: 800;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}
section#diversification .steps .step:nth-of-type(5) .label{
    background: #00665e;
    color: #ffffff;
    font-size: 17px;
}

section#diversification .steps .step:nth-of-type(5) .label .no{
    background: #00665e;
    color: #ffffff;
}
section#diversification .steps .step .label .no {
    width: 40px;
    height: 40px;
    line-height: 44px;
    border-radius: 50%;
    background: #fdca17;
    position: absolute;
    left: 50%;
    top: -24px;
    margin-left: -20px;
    font-family: 'VAGRoundedLTPro';
    font-weight: 800;
    font-size: 32px;
}
section#diversification .intro {
    color: #bc5f0d;
    margin: 0 0 20px 0;
}
section#diversification .filter {
    border: 1px #fed030 solid;
    box-shadow: 10px 10px 0 rgba(254,208,48,0.3);
    margin: 0 0 40px 0;
    background: #FFF;
    position: relative;
}
section#diversification .filter .head {
    color: #bc5f0d;
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 28px;
    line-height: 1.15;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 10px 0;
}
section#diversification .filter .body {
    padding: 0 10px 10px 10px;
}
section#diversification .filter .body .checks .option {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    border: 2px #fed030 solid;
    border-radius: 20px;
    margin: 10px;
    cursor: pointer;
}
section#diversification .filter .body .checks .option .check {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 2px #bc5f0d solid;
    border-radius: 6px;
    margin: 0 5px 0 0;
}
section#diversification .filter .body .checks .option .label {
    color: #bc5f0d;
    font-family: 'VAGRoundedLTPro';
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
section#diversification .filter .body .checks .option.selected {
    background: #00665e;
    border: 2px #00665e solid;
}
section#diversification .filter .body .checks .option.selected .label {
    color: #FFF;
}
section#diversification .filter .body .checks .option.selected .check {
    border: 2px #FFF solid;
    position: relative;
}
section#diversification .filter .body .checks .option.selected .check:before {
    content: '\f00c';
    font-size: 24px;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    position: absolute;
    left: 3px;
    bottom: 0;
}
section#diversification .filter .body .checks .option.inactive {
    pointer-events: none;
    border: 2px #767676 solid;
}
section#diversification .filter .body .checks .option.inactive .check {
    border: 2px #767676 solid;
}
section#diversification .filter .body .checks .option.inactive .label {
    color: #767676;
}
section#diversification .ageRanges .descriptions{
    background: #fef6df;
    padding: 20px 0;
    margin: 0 0 40px 0;
    color: #bc5f0d;
}
section#diversification .ageRanges .description{
    display: none;
}
section#diversification .ageRanges .description h4 {
    color: #bc5f0d;
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}
section#diversification .ageRanges .description .info {
    display: none;
    overflow: hidden;
}
section#diversification .ageRanges .readBtn {
    text-align: center;
    color: #00665e;
    font-family: 'MilupaHand';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
}
section#diversification .ageRanges .readBtn:after {
    content: '\f078';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    font-size: 24px;
    display: block;
    transition: 0.3s all;
}
section#diversification .ageRanges .description .moreBtn:hover:after {
    transform: translateY(10px);
}
section#diversification .filters {
    margin: 0 0 40px 0;
}
section#diversification .filters .filter {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    background: #FFF;
    position: relative;
}
section#diversification .filters .filter .body {
    padding: 10px 20px;
}
section#diversification .select2-container--open .select2-dropdown {
    width: 200px !important;
    min-width: auto !important;
    border: 1px #fdca17 solid;
}
section#diversification .select2-results__options {
    font-family: 'VAGRoundedLTPro';
    font-weight: 300;
    font-size: 15px;
    color: #bc5f0d;
}
section#diversification .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fdca17;
    color: #bc5f0d;
}
section#diversification .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fdca17;
    color: #bc5f0d;
}
section#diversification .select2-results__option {
    border-bottom: 1px #bc5f0d solid;
}
section#diversification .select2-results__option:last-of-type {
    border-bottom: none;
}
section#diversification .select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: auto;
    box-sizing: border-box;
    white-space: normal;
    background-color: #fdca17;
    color: #bc5f0d;
    font-family: 'VAGRoundedLTPro';
    font-weight: 300;
    font-size: 15px;
    padding: 5px 10px 5px 30px;
    border-radius: 20px;
    border: none;
    position: relative;
}
section#diversification .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    width: 18px;
    height: 18px;
    font-size: 0;
    border-radius: 50%;
    border: 1px #FFF solid;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -9px;
    box-sizing: border-box;
}
section#diversification .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
    content: '';
    width: calc(100% - 4px);
    height: 1px;
    transform: rotate(45deg);
    position: absolute;
    left: 2px;
    top: 50%;
    background: #FFF;
}
section#diversification .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
    content: '';
    width: calc(100% - 4px);
    height: 1px;
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 50%;
    background: #FFF;
}
section#diversification .select2-container--default .select2-selection--multiple {
    border: 1px #fdca17 solid;
}
section#diversification .select2-container--open .select2-dropdown--below {
    width: 200px !important;
    min-width: auto !important;
}
section#diversification .recipes .stage {
    position: relative;
    margin: 0 0 40px 0;
}
section#diversification .recipes .stage .deco {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -120px;
    top: 30px;
    padding: 0 120px;
    pointer-events: none;
}
section#diversification .recipes .stage .deco .item.top {
    width: 1100px;
    position: absolute;
    left: 0;
    top: 0;
}
section#diversification .recipes .stage .deco .item.side {
    border-right: 2px #bc5f0d dashed;
    position: absolute;
    left: 85px;
    top: 260px;
    bottom: 110px;
}
section#diversification .recipes .stage .deco .item.bottom {
    width: 620px;
    position: absolute;
    left: 85px;
    bottom: 0;
}
section#diversification .recipes .stage .deco .item.butterfly1 {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
section#diversification .recipes .stage .deco .item.butterfly2 {
    width: 50px;
    position: absolute;
    left: 62%;
    bottom: 0;
}
section#diversification .recipes .stage .deco .item.cookBird {
    width: 120px;
    position: absolute;
    left: -10%;
    top: 0%;
}
section#diversification .recipes .stage .deco .item.blueberries {
    width: 100px;
    position: absolute;
    left: 30%;
    bottom: 0;
}
section#diversification .recipes .stage .recipePool {
    margin: 0;
}
section#diversification .ageRanges .stage {
    position: relative;
}
section#diversification .ageRanges .deco {
    max-width: none;
    display: block;
}
section#diversification .ageRanges .deco.left {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
}
section#diversification .ageRanges .deco.right {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
}
section#diversification .ageRanges .deco .item {
    position: absolute;
}
section#diversification .ageRanges .deco img {
    max-width: none;
}
section#diversification .ageRanges .stage .left .item,
section#diversification .ageRanges .stage .right .item{
    width: 55px;
}
section#diversification .ageRanges .stage .left .leftDashed{
    width: 150px;
    top: 0;
    left: -168px;
}
section#diversification .ageRanges .stage .right .rightDashed{
    width: 150px;
    top: 10px;
    right: -175px;
}
section#diversification .ageRanges .stage .left .strawberrySlice{
    top: -70px;
    right: 15px;
}
section#diversification .ageRanges .stage .left .leftButterfly{
    top: -50px;
    right: 120px;
    transform: rotate(65deg);
}
section#diversification .ageRanges .stage .left .avocado{
    top: 40px;
    right: 110px;
    width: 65px;
}
section#diversification .ageRanges .stage .left .orange{
    top: 70px;
    right: 25px;
    width: 60px;
}
section#diversification .ageRanges .stage .left .blackberry{
    top: 150px;
    right: 105px;
    width: 25px;
}
section#diversification .ageRanges .stage .left .appleSlice{
    top: 194px;
    right: 85px;
    width: 60px;
}
section#diversification .ageRanges .stage .left .strawberry{
    top: 220px;
    right: 15px;
}
section#diversification .ageRanges .stage .right .mushroom1{
    top: -35px;
    left: -10px;
}
section#diversification .ageRanges .stage .right .mushroom2{
    top: -30px;
    left: 60px;
    transform: rotate(45deg);
}
section#diversification .ageRanges .stage .right .peas1{
    top: 30px;
    left: 45px;
    width: 80px;
}
section#diversification .ageRanges .stage .right .peas2{
    top: 100px;
    left: 0px;
    width: 25px;
}
section#diversification .ageRanges .stage .right .carrot1{
    top: -25px;
    width: 30px;
    left: 140px;
}
section#diversification .ageRanges .stage .right .carrot2{
    top: 40px;
    left: 140px;
    width: 30px;
}
section#diversification .ageRanges .stage .right .tomato{
    top: 120px;
    left: 110px;
}
section#diversification .ageRanges .stage .right .brocoli{
    top: 165px;
    left: 15px;
    width: 100px;
}

/* RECIPE SELECTION */

.recipeSelection .moreBtn {
    text-align: center;
    color: #00665e;
    font-family: 'MilupaHand';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    cursor: pointer;
}
.recipeSelection .moreBtn:after {
    content: '\f078';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    font-size: 36px;
    display: block;
    transition: 0.3s all;
}
.recipeSelection .moreBtn:hover:after {
    transform: translateY(10px);
}
.recipeSelection .empty {
    max-width: 600px;
    margin: auto;
}

/* RECIPE POOL */

.recipePool {
    margin: 0 0 40px 0;
}
.recipePool .recipe {
    background: #fff6d6;
    padding: 0 0 0 340px;
    position: relative;
    margin: 0 0 20px 0;
    border-radius: 0 30px 0 30px;
}
.recipePool .recipe .head {
    width: 340px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 200px 0 30px;
}
.recipePool .recipe .body {
    padding: 20px 20px 20px 0;
    color: #bc5f0d;
    box-sizing: border-box;
    overflow: hidden;
}
.recipePool .recipe .body .ribbon {
    font-size: 24px;
    margin: 0 0 10px 0;
}
.recipePool .recipe .body .ribbon .label {
    padding: 10px 0;
}
.recipePool .recipe .body .conditions {
    text-align: center;
}
.recipePool .recipe .body .conditions .condition {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}
.recipePool .recipe .body .icons {
    height: 40px;
    text-align: center;
    margin: 0 0 10px 0;
}
.recipePool .recipe .body .icons .icon {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 3px #bc5f0d solid;
}
.recipePool .recipe .body .conditions .condition .name {
    font-family: 'MilupaHand', sans-serif;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}
.recipePool .recipe .body .conditions .condition .option {
    font-family: 'MilupaHand', sans-serif;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    color: #00665e;
}
.recipePool .recipe .body .conditions .condition .note {
    max-width: 100px;
    font-size: 10px;
    color: #00665e;
    margin: auto;
    font-weight: 800;
    line-height: 1.2;
}
.recipePool .recipe .body .actions {
    position: relative;
}
.recipePool .recipe .body .actions .blobBtn {
    margin: 0;
    z-index: 3;
}
.recipePool .recipe .body .actions:before {
    content: '';
    width: 200%;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left: -100%;
    margin-bottom: -10px;
    z-index: 1;
    display: block;
    background-size: 36px 100%;
    background-image: linear-gradient(45deg, #bc5f0d 25%, transparent 25%), linear-gradient(315deg, #bc5f0d 25%, transparent 25%);
}
.recipePool .recipe .body .actions:after {
    content: '';
    width: 200%;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left: -100%;
    margin-bottom: -12px;
    z-index: 1;
    display: block;
    background-size: 36px 100%;
    background-image: linear-gradient(45deg, #fff6d6 25%, transparent 25%), linear-gradient(315deg, #fff6d6 25%, transparent 25%);
}

/* RECIPE */

section#recipe {
    text-align: center;
}
section#recipe h2 {
    color: #00665e;
    margin: 0 0 20px 0;
}
section#recipe .kitchen .intro {
    position: relative;
    padding: 40px 0;
}
section#recipe .kitchen .intro .stage {
    position: relative;
}
section#recipe .kitchen .intro .deco {
    max-width: none;
    display: block;
}
section#recipe .kitchen .intro .deco.left {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
}
section#recipe .kitchen .intro .deco.right {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
}
section#recipe .kitchen .intro .deco .item {
    position: absolute;
}
section#recipe .kitchen .intro .deco img {
    max-width: none;
}
section#recipe .intro .stage .left .item,
section#recipe .intro .stage .right .item{
    width: 55px;
}
section#recipe .intro .stage .left .leftDashed{
    width: 250px;
    top: 80px;
    left: -220px;
}
section#recipe .intro .stage .right .rightDashed{
    width: 150px;
    top: 220px;
    left: -17px;
}
section#recipe .intro .stage .left .cookBird{
    top: 165px;
    right: 15px;
    width: 120px;
}
section#recipe .intro .stage .left .leftButterfly{
    top: 48px;
    right: 105px;
    transform: rotate(65deg);
}
section#recipe .intro .stage .left .avocado{
    top: 95px;
    right: 160px;
}
section#recipe .intro .stage .left .strawberry{
    top: 175px;
    right: 210px;
}
section#recipe .intro .stage .left .orange{
    top: 250px;
    right: 185px;
}
section#recipe .intro .stage .right .pot{
    width: 100px;
    top: 170px;
    left: 100px;
    z-index: 2;
}
section#recipe .intro .stage .right .mushroomSlice{
    top: 10px;
    left: 100px;
}
section#recipe .intro  .stage .right .peas{
    top: 85px;
    left: 100px;
    width: 50px;
}
section#recipe .intro  .stage .right .mushroom{
    top: 65px;
    left: 15px;
}
section#recipe .intro  .stage .right .carrot1{
    top: 135px;
    left: 150px;
    width: 25px;
}
section#recipe .intro  .stage .right .carrot2{
    top: 140px;
    left: 65px;
    width: 25px;
}
section#recipe .intro  .stage .right .brocoli{
    top: 150px;
    left: 75px;
    width: 75px;
}
section#recipe .kitchen .intro .name {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 40px;
}
section#recipe .kitchen .intro .ribbon {
    font-size: 28px;
    text-align: center;
    display: inline-block;
}
section#recipe .kitchen .intro .image {
    padding: 20px;
    border: 1px #f59c1e solid;
    transform: rotate(-5deg);
}
section#recipe .kitchen .intro .userActions {
    text-align: right;
}
section#recipe .kitchen .conditions {
    margin: 0 0 40px 0;
    display: flex;
}
section#recipe .kitchen .conditions:after {
    content: '';
    display: block;
    clear: both;
}
section#recipe .kitchen .conditions .condition {
    width: calc((100% - 80px) / 3);
    margin: 0 40px 0 0;
    text-align: center;
    color: #bc5f0d;
    padding: 10px 20px;
    float: left;
    box-sizing: border-box;
}
section#recipe .kitchen .conditions .condition .tabs{
    height: 100%;
}
section#recipe .kitchen .conditions .condition:nth-of-type(1) {
    border-top: 6px #fbe9a8 solid;
    border-bottom: 6px #fbe9a8 solid;
}
section#recipe .kitchen .conditions .condition:nth-of-type(2) {
    border-top: 6px #fed030 solid;
    border-bottom: 6px #fed030 solid;
}
section#recipe .kitchen .conditions .condition:nth-of-type(3) {
    border-top: 6px #f59c1e solid;
    border-bottom: 6px #f59c1e solid;
}
section#recipe .kitchen .conditions .condition:last-of-type {
    margin: 0;
}
section#recipe .kitchen .conditions .condition .icons {
    height: 40px;
    text-align: center;
    margin: 0 0 4px 0;
}
section#recipe .kitchen .conditions .condition .icons .icon {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 3px #bc5f0d solid;
}
section#recipe .kitchen .conditions .condition .name {
    font-family: 'MilupaHand', sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
}
section#recipe .kitchen .conditions .condition .option {
    font-family: 'MilupaHand', sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #00665e;
}
section#recipe .kitchen .conditions .condition .note {
    font-size: 12px;
    color: #00665e;
    margin: auto;
    font-weight: 800;
}
section#recipe .kitchen .cookBoxes {
    margin: 0 0 40px 0;
    display: flex;
}
section#recipe .kitchen .cookBoxes:after {
    content: '';
    display: block;
    clear: both;
}
section#recipe .kitchen .cookBoxes .cookBox {
    width: calc((100% - 40px) / 2);
    float: left;
    margin: 0 20px 0 0;
}
section#recipe .kitchen .cookBoxes .cookBox:last-of-type {
    margin: 0;
}
section#recipe .kitchen .cookBoxes .cookBox .head {
    padding: 10px 80px;
    font-family: 'MilupaHand', sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 0 30px 0 0;
    color: #bc5f0d;
}
section#recipe .kitchen .cookBoxes .cookBox .body {
    height: calc(100% - 50px);
    color: #bc5f0d;
    padding: 20px 80px;
    border: 1px #bc5f0d dashed;
    border-top: none;
    box-sizing: border-box;
    text-align: left;
}
section#recipe .kitchen .cookBoxes .cookBox .body a {
    color: #00665e;
    text-decoration: none;
}
section#recipe .kitchen .cookBoxes .cookBox .body a:hover {
    text-decoration: underline;
}
section#recipe .kitchen .cookBoxes .cookBox .body ul li{
    margin: 0 0 10px 0;
}
section#recipe .kitchen .cookBoxes .cookBox .body ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #bc5f0d;
    margin: 0 6px 0 0;
}
section#recipe .kitchen .cookBoxes .cookBox .body ol {
    counter-reset: ol-counter;
    margin: 0;
    padding: 0;
    list-style: none;
}
section#recipe .kitchen .cookBoxes .cookBox .body ol li{
    margin: 0 0 10px 0;
    counter-increment: ol-counter;
    padding: 0 0 0 30px;
    position: relative;
}
section#recipe .kitchen .cookBoxes .cookBox .body ol li:before {
    content: counter(ol-counter);
    width: 20px;
    height: 20px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 6px 0 0;
    background: #f59c1e;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
}
section#recipe .otherRecipes {
    margin: 0 0 40px 0;
}

/* STORY */

section#story .title {
    text-align: center;
    position: relative;
    margin: 0 0 40px 0;
}
section#story .title:before {
    content: '';
    width: 100%;
    height: 300px;
    display: block;
    background: url("../images/titleLine.svg") center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 5px;
    pointer-events: none;
}
section#story .ribbon {
    min-width: 240px;
    font-size: 32px;
    display: inline-block;
}
section#story .ribbon .label {
    padding: 10px;
}
section#story .about {
    margin: 0 0 40px 0;
}
section#story .about .box {
    margin: 0 0 40px 0;
}
section#story .about .box:last-of-type {
    margin: 0;
}
section#story .about .box.left {
    text-align: left;
}
section#story .about .box.right {
    text-align: right;
}
section#story .about .box .content {
    max-width: 800px;
    display: inline-block;
    text-align: center;
}
section#story .about h2{
    max-width: 360px;
    display: block;
    color: #bc5f0d;
    text-align: center;
    margin: 0 auto 20px auto;
    font-size: 32px;
    line-height: 1;
}
section#story .about .box .hero{
    width: 100%;
    max-width: 320px;
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
}
section#story .about .box .description{
    max-width: 400px;
    display: inline-block;
    vertical-align: middle;
    color: #00665e;
    text-align: center;
    margin: 10px;
    box-sizing: border-box;
}
section#story .timeline{
    background: url('../images/paper.jpg') center;
    padding: 40px 0;
    position: relative;
    margin: 0 0 40px 0;
}
section#story .timeline .box {
    max-width: 400px;
    margin: auto;
    color: #00665e;
    text-align: center;
    padding: 20px 40px;
    position: relative;
}
section#story .timeline .box h2 {
    color: #bc5f0d;
    text-align: center;
    font-family: VAGRoundedLTPro;
    font-weight: 300;
    font-size: 36px;
    margin: 10px 0;
    line-height: 1;
}
section#story .timeline .box:first-of-type:before {
    display: none;
}
section#story .timeline .box:before {
    content: '';
    width: 2px;
    height: 20px;
    display: block;
    background: #bc5f0d;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
}
section#story .timeline .box .borders {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
}
section#story .timeline .box .borders:before {
    content: '';
    width: 50%;
    height: calc((100% - 30px) / 2);
    display: block;
    position: absolute;
    top: -1px;
}
section#story .timeline .box.left .borders:before {
    left: 0;
    border-left: 2px #bc5f0d dashed;
    border-top: 2px #bc5f0d dashed;
    border-radius: 30px 0 0 0;
}
section#story .timeline .box.right .borders:before {
    right: 0;
    border-right: 2px #bc5f0d dashed;
    border-top: 2px #bc5f0d dashed;
    border-radius: 0 30px 0 0;
}
section#story .timeline .box .borders:after {
    content: '';
    width: 50%;
    height: calc((100% - 30px) / 2);
    display: block;
    position: absolute;
    bottom: -1px;
}
section#story .timeline .box.left .borders:after {
    left: 0;
    border-left: 2px #bc5f0d dashed;
    border-bottom: 2px #bc5f0d dashed;
    border-radius: 0 0 0 30px;
}
section#story .timeline .box.right .borders:after {
    right: 0;
    border-right: 2px #bc5f0d dashed;
    border-bottom: 2px #bc5f0d dashed;
    border-radius: 0 0 30px 0;
}
section#story .timeline .box:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/brownKnot.svg') center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
section#story .timeline .box.left:after {
    right: 100%;
    margin-right: -2px;
}
section#story .timeline .box.right:after {
    left: 100%;
    transform: rotate(180deg);
    margin-left: -2px;
}
section#story .timeline .pics {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
section#story .timeline .pics .pic {
    position: absolute;
}
section#story .timeline .pics .pic:nth-of-type(1) {
    width: 300px;
    right: 50%;
    bottom: 50%;
    margin-right: 340px;
    margin-bottom: 100px;
}
section#story .timeline .pics .pic:nth-of-type(2) {
    width: 200px;
    left: 50%;
    bottom: 50%;
    margin-left: 340px;
    margin-bottom: 100px;
}
section#story .timeline .pics .pic:nth-of-type(3) {
    width: 300px;
    right: 50%;
    top: 50%;
    margin-right: 340px;
    margin-top: 100px;
}
section#story .timeline .pics .pic:nth-of-type(4) {
    width: 400px;
    left: 50%;
    top: 50%;
    margin-left: 340px;
    margin-top: 100px;
}

/* HOME */

.page100 .billboard {
    margin: 0;
}
section#home .ribbon {
    display: inline-block;
    margin: 0 0 20px 0;
}
section#home .ribbon .label {
    padding: 20px;
    font-size: 36px;
}
section#home .diversification {
    text-align: center;
    color: #bc5f0d;
    background: #fef6df;
    padding: 40px 0;
    margin: 0 0 40px 0;
}
section#home .diversification .steps {
    margin: 40px 0 20px 0;
    position: relative;
}
section#home .diversification .step {
    display: inline-block;
    vertical-align: bottom;
    margin: 10px;
    position: relative;
}
section#home .diversification .step:nth-of-type(5):before{
    content: '';
    background: url('../images/diversificationStep4a.svg') no-repeat;
    width: 55px;
    height: 55px;
    display: block;
    position: relative;
    top: 15px;
    left: -25px;
}
section#home .diversification .step .icon {
    width: 120px;
    display: block;
    margin: 0 auto 30px auto;
}
section#home .diversification .step .label {
    width: 180px;
    height: 100px;
    background: #fdca17;
    padding: 20px 20px 10px 20px;
    border-radius: 0 40px 0 40px;
    font-family: 'MilupaHand';
    font-weight: 800;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}
section#home .diversification .step:nth-of-type(5) .label{
    background: #00665e;
    color: #ffffff;
    font-size: 17px;
}

section#home .diversification .step:nth-of-type(5) .label .no{
    background: #00665e;
    color: #ffffff;
}
section#home .diversification .step .label .no {
    width: 40px;
    height: 40px;
    line-height: 44px;
    border-radius: 50%;
    background: #fdca17;
    position: absolute;
    left: 50%;
    top: -24px;
    margin-left: -20px;
    font-family: 'VAGRoundedLTPro';
    font-weight: 800;
    font-size: 32px;
}
section#home .diversification .steps .stage {
    width: 1000px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 0;
    pointer-events: none;
}
section#home .diversification .steps .stage .item {
    max-width: none;
    position: absolute;
}
section#home .diversification .steps .stage .item.line {
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top: -150px;
}
section#home .diversification .steps .stage .item.butterfly1 {
    width: 50px;
    left: 10px;
    top: -180px;
    transform: rotate(10deg);
}
section#home .diversification .steps .stage .item.butterfly2 {
    width: 50px;
    left: 900px;
    top: -20px;
    transform: rotate(-5deg);
}
section#home .diversification .note {
    font-size: 12px;
}
section#home .diversification .steps .stage .left .strawberry{
    width: 60px;
    top: -95px;
    left: -25px;
}
section#home .diversification .steps .stage .left .orange{
    top: -25px;
    left: -10px;
    width: 90px;
}
section#home .diversification .steps .stage .left .avocado{
    top: 65px;
    left: -20px;
    width: 70px;
}
section#home .diversification .steps .stage .right .kiwi{
    width: 70px;
    top: -100px;
    right: -20px;
}
section#home .diversification .steps .stage .right .mango{
    top: 0;
    right: -110px;
    width: 120px;
}
section#home .diversification .steps .stage .right .berries{
    width: 70px;
    top: 105px;
    right: -20px;
}
section#home .bebeline {
    margin: 0px;
    text-align: center;
    position: relative;
}
section#home .bebeline .clouds {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
section#home .bebeline .cloud:nth-of-type(1) {
    width: 280px;
    position: absolute;
    left: 50%;
    margin-left: -840px;
    top: 0;
}
section#home .bebeline .cloud:nth-of-type(2) {
    width: 300px;
    position: absolute;
    right: -100px;
    bottom: -100px;
}
section#home .bebeline .box {
    width: auto;
    background: #93c021;
    color: #FFF;
    padding: 0 0 0 280px;
    margin: 0 0 60px 0;
    border-radius: 30px;
    position: relative;
    text-align: center;
    border: none;
    box-sizing: border-box;
}
section#home .bebeline .box:after {
    content: '';
    width: 240px;
    height: 216px;
    display: block;
    position: absolute;
    right: -43px;
    top: -98px;
    background: url('../images/bebelineBoxSun.svg') center no-repeat;
    background-size: contain;
    z-index: 10;
}
section#home .bebeline .box .deco {
    width: 480px;
    position: absolute;
    left: -200px;
    bottom: 0;
}
section#home .bebeline .box .deco:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 83%;
}
section#home .bebeline .box .deco img {
    max-width: none;
}
section#home .bebeline .box .deco .wire {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}
section#home .bebeline .box .deco .bowTie {
    width: 8%;
    position: absolute;
    left: 5%;
    top: 10%;
    transform: rotate(90deg);
}
section#home .bebeline .box .deco .bird {
    width: 12%;
    position: absolute;
    left: 25%;
    top: -15%;
}
section#home .bebeline .box .experts {
    width: 70%;
    max-width: 440px;
    position: absolute;
    left: -170px;
    bottom: 0;
    z-index: 3;
}
section#home .bebeline .box .content {
    padding: 40px 20px 0 20px;
}
section#home .bebeline .box .content .body {
    padding: 0 240px 0 0;
    margin: 0 0 40px 0;
}
section#home .bebeline .box .content .body .bubbles {
    width: 140px;
    display: block;
    position: absolute;
    right: 80px;
    top: 40px;
}
section#home .bebeline .ribbon {
    margin: 0 auto 60px auto;
}
section#home .bebeline .ribbon .label {
    padding-right: 40px;
}
section#home .bebeline .ribbon .label:after {
    background: url('../images/greenRibbonPhone.svg') center left no-repeat;
    background-size: contain;
    transform: none;
}
section#home .nutrition {
    background: url('../images/nutritionBg.png') #f3ebf9 center no-repeat;
    background-size: 1400px auto;
    text-align: center;
    color: #bc5f0d;
    margin: 0 0 40px 0;
    padding: 20px 0;
}
section#home .nutrition .box {
    border: 2px #894e8d dashed;
    padding: 20px;
}
section#home .nutrition .intro {
    max-width: 400px;
    margin: 0 auto 20px auto;
}
section#home .nutrition .hero {
    max-width: 360px;
    display: block;
    margin: 0 auto 20px auto;
    position: relative;
}
section#home .nutrition .hero .owl {
    width: 80px;
    position: absolute;
    left: -210px;
    top: 30px;
}
section#home .nutrition .hero .arrow {
    width: 160px;
    position: absolute;
    left: -170px;
    top: 150px;
}
section#home .products {
    text-align: center;
    color: #00665e;
}
section#home .products .hills {
    position: relative;
    background: #4ac1e0;
    padding: 0 0 40px 0;
}
section#home .products .hills .items {
    position: relative;
    background: #FFF;
}
section#home .products .hills .items:before {
    content: '';
    width: 100%;
    height: 300px;
    display: block;
    background: url('../images/blueHillsAndTractors.svg') center bottom repeat-x, url('../images/hillsAndTractors.png') #FFF center bottom repeat-x;
    background-size: 1400px auto;
    position: absolute;
    left: 0;
    bottom: -40px;
    pointer-events: none;
}
section#home .products .product {
    display: inline-block;
    vertical-align: top;
    margin: 20px 40px;
    text-decoration: none;
    color: #000;
    transition: 0.3s all;
}
section#home .products .product .sku {
    width: 140px;
    height: 200px;
}
section#home .products .product .sku .tabs {
    height: 100%;
}
section#home .products .product .sku img {
    max-width: 140px;
    max-height: 180px;
    filter: drop-shadow(0 20px 10px rgba(0,0,0,0.3));
}
section#home .products .product:hover .sku img {
    filter: drop-shadow(0 15px 15px rgba(0,0,0,0.6));
}
section#home .products .product .head {
    width: 120px;
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 10px auto;
    transition: 0.3s all;
}
section#home .products .product:hover .head {
    transform: scale(1.1);
}
section#home .products .product .head .icon{
    width: 80px;
    height: 50px;
    display: block;
    margin: 0 auto 5px auto;
}
section#home .products .product .head .label{
    height: 40px;
}
section#home .products .product.biscuits .head {
    color: #fdca17;
}
section#home .products .product.biscuits .head .icon{
    background: url('../images/yellowCategoryLabelBiscuits.svg') center no-repeat;
    background-size: contain;
}
section#home .products .product.cereals .head {
    color: #eeac56;
}
section#home .products .product.cereals .head .icon{
    background: url('../images/brownCategoryLabelCereals.svg') center no-repeat;
    background-size: contain;
}
section#home .products .product.pouches .head {
    color: #7ea93f;
}
section#home .products .product.pouches .head .icon{
    background: url('../images/greenCategoryLabelPouches.svg') center no-repeat;
    background-size: contain;
}
section#home .products .product.milk .head {
    color: #71a4df;
}
section#home .products .product.milk .head .icon{
    background: url('../images/blueCategoryLabelMilk.svg') center no-repeat;
    background-size: contain;
}
.page100 .flex-control-paging li a{
    width: 13px;
    height: 13px;
    margin: 0px 0px 10px;
    background: #309C92;
    box-shadow: unset;
}
.page100 .flex-control-paging li a.flex-active{
    background: #0d675e;
    transform: scale(1.3);
}
.page100 .flex-control-nav li{
    transform: scale(1);
    transition: transform .25s;
}
.page100 .flex-control-nav{
    bottom: -35px;
}
.page100 .flex-direction-nav a.flex-next{
    display: none;
}
.page100 .flex-direction-nav a.flex-prev{
    display: none;
}
.page100 .flexsliderPageContent ul li {
    overflow: hidden;
}

    /* CONTACT */

section#contact {
    text-align: center;
    color: #00665e;
}
section#contact .intro {
    margin: 0 0 40px 0;
}
section#contact .intro a {
    color: #bc5f0d;
    text-decoration: none;
}
section#contact h1 {
    color: #bc5f0d;
}
section#contact h2 {
    color: #bc5f0d;
}
section#contact .submit {
    margin: 0 auto 40px auto;
    border-radius: 0 0 30px 30px;
    border: 2px #00665e dashed;
    box-sizing: border-box;
    position: relative;
}
section#contact .submit .forms {
    padding: 20px;
}
section#contact .navigator {
    border-radius: 30px 30px 0 0;
    margin: 0 0 20px 0;
}
section#contact .navigator .nav {
    width: 50%;
    color: #FFF;
    padding: 10px 20px;
    background: #93c021;
    font-family: 'VAGRoundedLTPro', sans-serif;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    line-height: 1.4;
    transition: 0.3s all;
    cursor: pointer;
}
section#contact .navigator .nav.active {
    background: #00665e;
}
section#contact .navigator .nav:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 100%;
    margin-top: -24px;
    transform: rotate(45deg);
    background: #93c021;
    transition: 0.3s all;
}
section#contact .navigator .nav.active:before {
    margin-top: -8px;
    background: #00665e;
}
section#contact .navigator .nav .label {
    position: relative;
}
section#contact .forms .form {
    display: none;
}
section#contact .forms .form.active {
    display: block;
}
section#contact .submit:before {
    content: '';
    width: 150px;
    height: 130px;
    display: block;
    background: url('../images/twitterBird.svg') center no-repeat;
    background-size: contain;
    position: absolute;
    right: 100%;
    top: 60%;
    margin-right: 20px;
}
section#contact .submit:after {
    content: '';
    width: 170px;
    height: 150px;
    display: block;
    background: url('../images/twitterBirdRight.svg') center no-repeat;
    background-size: contain;
    position: absolute;
    left: 100%;
    top: 20%;
    margin-left: 20px;
}
section#contact .inwrap .check label {
    margin: 0 0 10px 0;
    display: block;
}
section#contact .inwrap .check label:last-of-type {
    margin: 0;
}
section#contact .inwrap .check label .mark .option {
    vertical-align: middle;
}
section#contact .inwrap .check label .mark:before {
    vertical-align: middle;
}
section#contact form .formBlock {
    margin: 0 0 20px 0;
}
section#contact .contact {
    margin: 0 0 60px 0;
}
section#contact .contact .box {
    position: relative;
    border-radius: 20px;
    border: 2px #00665e dashed;
    box-sizing: border-box;
    padding: 20px 20px 40px 20px;
}
section#contact .contact .box:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    right: -2px;
    top: 0;
    background: #FFF;
    display: block;
}
section#contact .contact .box .foot {
    height: 60px;
    position: absolute;
    top: 100%;
    left: 100px;
    margin-top: -30px;
    right: 0;
    background: #FFF;
    text-align: left;
}
section#contact .contact .box .foot .finger {
    display: inline-block;
    margin: 10px;
}
section#contact .contact .box .foot .finger .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00665e !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    position: relative;
}
section#contact .contact .box .foot .finger .icon:before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -3px;
    transform: rotate(45deg);
    background: #00665e;
    box-sizing: border-box;
    z-index: 1;
}
section#contact .contact .box .foot .finger.phone .icon {
    background: url('../images/whitePhone.svg') center no-repeat;
    background-size: 60% auto;
}
section#contact .contact .box .foot .finger.fax .icon {
    background: url('../images/whiteFax.svg') center no-repeat;
    background-size: 60% auto;
}
section#contact .contact .box:after {
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    background: url('../images/contactBird.svg') #FFF center no-repeat;
    background-size: contain;
    position: absolute;
    right: -50px;
    top: -50px;
}
section#contact .contactExtra {
    padding-top: 400px;
}
section#contact .contactExtra #map {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 100px;
}
section#contact .inwrap {
    text-align: center;
}
section#contact .inwrap .label {

}
section#contact .inwrap .field {
    max-width: 400px;
    margin: auto;
}

/* FORM */

.responsePlacer {
    margin: 10px 0;
    text-align: center;
}
.responsePlacer.complete {
    color: #00665e;
}
.responsePlacer.incomplete {
    color: #dc2828;
}
form .pie:after {
    content: '';
    display: block;
    clear: both;
}
form .pie .slice {
    width: calc((100% - 10px) / 2);
    float: left;
    margin: 0 10px 0 0;
}
form .pie .slice:last-of-type {
    margin: 0;
}
.inwrap {
    margin: 0 auto 20px auto;
}
.inwrap:after {
    content: '';
    display: block;
    clear: both;
}
.inwrap .label {
    font-family: 'MilupaHand';
    font-weight: 500;
    color: #93c021;
    font-size: 28px;
    margin: 0 0 5px 0;
}
.inwrap input[type=text],
.inwrap input[type=password]{
    height: 50px;
    border-radius: 20px;
    border: 2px #00665e dashed;
    box-sizing: border-box;
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 20px;
    color: #00665e;
}
.inwrap[data-type=date] .input {
    position: relative;
}
.inwrap[data-type=date] .input:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/date.svg') center no-repeat;
    background-size: contain;
    position: absolute;
    right: 13px;
    top: 13px;
}
.inwrap .select {
    height: 50px;
    border-radius: 20px;
    border: 2px #00665e dashed;
    box-sizing: border-box;
}
.inwrap .select:after{
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: block;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -9px;
    font-size: 18px;
    font-family: 'Font Awesome\ 5 Free', sans-serif;
    font-weight: 800;
    text-align: center;
    z-index: 1;
}
.inwrap .select select {
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 20px;
    padding: 0 10px;
    color: #00665e;
}
.inwrap textarea {
    height: 200px;
    border-radius: 20px;
    border: 2px #00665e dashed;
    box-sizing: border-box;
    font-family: 'VAGRoundedLTPro';
    font-weight: 300;
    font-size: 15px;
    padding: 10px;
    color: #00665e;
}
.inwrap[data-type='radio'] .label {
    color: #93c021;
}
.inwrap .radio label {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
.inwrap .check label .mark:after,
.inwrap .radio label .mark:after{
    display: none;
}
.inwrap .check label .mark:before,
.inwrap .radio label .mark:before{
    content: '';
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border: 2px #00665e solid;
    color: #00665e;
    background-color: #FFF;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    margin-right: 12px;
    cursor: pointer;
}
.inwrap .check label .mark:before {
    margin-top: 1px;
    vertical-align: top;
}
.inwrap .radio label .mark:before {
    vertical-align: middle;
}
.inwrap .check label .mark .option{
    width: calc(100% - 36px);
    display: inline-block;
    vertical-align: middle;
}
.inwrap .check label .mark .option {
    font-size: 13px;
    font-weight: 500;
    color: #00665e;
}
.inwrap .radio label .mark .option {
    font-size: 24px;
    font-family: 'MilupaHand';
    font-weight: 500;
    line-height: 1.1;
    color: #00665e;
}
.inwrap .check label .mark .option a,
.inwrap .radio label .mark .option a{
    color: #00665e;
}
.inwrap .check label input[type=checkbox]:checked + .mark:before,
.inwrap .radio label input[type=radio]:checked + .mark:before {
    content: '✓';
}
.inwrap .error input[type=text],
.inwrap .error input[type=password],
.inwrap .error .select,
.inwrap .error textarea {
    border: 2px #dc2828 dashed;
}
.inwrap .tip {
    float: none;
}
form .responsePlacer.incomplete {
    color: #dc2828;
}
.inwrap .select2-container--default .select2-search--inline .select2-search__field {
    padding: 0 10px;
}
.inwrap .select2-container--open .select2-dropdown {
    width: 200px !important;
    min-width: auto !important;
    border: 1px #93c021 solid;
}
.inwrap .select2-results__options {
    font-family: 'VAGRoundedLTPro';
    font-weight: 300;
    font-size: 15px;
    color: #bc5f0d;
}
.inwrap .select2 .select2-results__option--highlighted[aria-selected] {
    background-color: #93c021;
    color: #bc5f0d;
}
.inwrap .select2 .select2-results__option[aria-selected=true] {
    background-color: #93c021;
    color: #bc5f0d;
}
.inwrap .select2-results__option {
    border-bottom: 1px #bc5f0d solid;
}
.inwrap .select2-results__option:last-of-type {
    border-bottom: none;
}
.inwrap .select2 .select2-selection .select2-selection__choice {
    width: auto;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    white-space: normal;
    background-color: #00665e;
    color: #FFF;
    font-family: 'VAGRoundedLTPro';
    font-weight: 300;
    font-size: 15px;
    padding: 0 20px 0 40px;
    border-radius: 15px;
    border: none;
    position: relative;
}
.inwrap .select2 .select2-selection .select2-selection__choice__remove {
    width: 18px;
    height: 18px;
    font-size: 0;
    border-radius: 50%;
    border: 1px #FFF solid;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -9px;
    box-sizing: border-box;
}
.inwrap .select2 .select2-selection .select2-selection__choice__remove:before {
    content: '';
    width: calc(100% - 4px);
    height: 1px;
    transform: rotate(45deg);
    position: absolute;
    left: 2px;
    top: 50%;
    background: #FFF;
}
.inwrap .select2 .select2-selection .select2-selection__choice__remove:after {
    content: '';
    width: calc(100% - 4px);
    height: 1px;
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 50%;
    background: #FFF;
}
.inwrap .select2 {
    width: auto !important;
    display: block;
}
.inwrap .select2 .select2-selection {
    min-height: 50px;
    border-radius: 20px;
    border: 2px #00665e dashed;
    box-sizing: border-box;
    font-family: 'MilupaHand';
    font-weight: 800;
    color: #00665e;
    cursor: pointer;
}
.inwrap .select2-container--open .select2-dropdown--below {
    width: 200px !important;
    min-width: auto !important;
}
.inwrap .select2-search.select2-search--inline {
    /*display: none;*/
    height: 40px;
    line-height: 40px;
    color: #00665e;
    font-family: 'VAGRoundedLTPro';
    font-weight: 300;
    font-size: 15px;
    margin: 5px 5px 0 0;
}
.inwrap .addFileBtn {
    width: 120px;
    height: calc(100% - 4px);
    line-height: 46px;
    border-radius: 0 18px 18px 0;
    position: absolute;
    right: 2px;
    top: 2px;
    background: #93c021;
    color: #FFF;
    z-index: 1;
    transition: 0.3s all;
    cursor: pointer;
}
.inwrap .addFileBtn:before {
    content: '\f093';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.inwrap .addFileBtn:hover {
    background: #00665e;
}

/* UNDERHILL */

.underHill {
    padding: 0 0 240px 0;
    position: relative;
}
.underHill:after {
    content: '';
    width: 100%;
    height: 300px;
    background: url('../images/hillsAndTractors.png') center bottom repeat-x;
    background-size: 1400px auto;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

/* CONTACT EXTRA */

.contactExtra.underHill {
    padding: 0 0 110px 0;
}
.extraBox .ribbon {
    text-transform: none;
    display: inline-block;
    text-align: center;
    z-index: 1;
}
.extraBox .ribbon .label {
    color: #FFF;
    padding: 10px 20px 80px 20px;
}
.extraBox .ribbon .label:after {
    width: 80px;
    height: 80px;
    background: url('../images/greenRibbonPhone.svg') center left no-repeat;
    background-size: contain;
    transform: none;
    top: -20px;
}
.extraBox .help {
    width: 210px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.4;
}
.extraBox .ribbon .label .details {
    display: inline-block;
    vertical-align: top;
    margin: -35px 10px 10px 10px;
}
.extraBox .ribbon .label .details .detail {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    text-align: center;
    font-family: 'VAGRoundedLTPro';
    font-weight: 800;
    margin: 5px;
    color: #FFF;
    line-height: 1.2;
    text-decoration: none;
}
.extraBox .ribbon .label .details .detail .icon {
    width: 40px;
    height: 40px;
    background-color: #FFF !important;
    border-radius: 50%;
    border: 2px #93c021 solid;
    margin: 0 auto 4px auto;
}
.extraBox .ribbon .label .details .detail.phone .icon {
    background: url('../images/greenPhone.svg') center no-repeat;
    background-size: 60% auto;
}
.extraBox .ribbon .label .details .detail.email .icon {
    background: url('../images/greenEmail.svg') center no-repeat;
    background-size: 60% auto;
}

/* FOOTER */

footer {
    padding: 20px 0;
    background: #00665e;
    text-align: center;
    color: #FFF;
    font-size: 12px;
}
footer nav {
    margin: 0 0 10px 0;
}
footer nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px;
}
footer nav a{
    color: #FFF;
    text-decoration: none;
}
footer nav a:hover{
    text-decoration: underline;
}
footer .social {
    margin: 0 0 20px 0;
}
footer .social .sm {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FFF;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    text-decoration: none;
    margin: 0 5px;
    font-family: 'Font Awesome 5 Brands';
    font-weight: 800;
    font-size: 15px;
}
footer .social .sm.fb:before {
    content: '\f39e';
    color: #3a559f;
}

/* BEBELINE */

section#bebeline {
    color: #00665e;
    text-align: center;
}
section#bebeline .billboardHolder {
    position: relative;
}
section#bebeline .billboardHolder .contactWays {
    left: 50%;
    position: absolute;
    bottom: 20px;
    text-align: left;
}
section#bebeline .billboardHolder .contactWays .contactWay {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 60px 10px 0;
}
section#bebeline .billboardHolder .contactWays .contactWay .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px auto;
    position: relative;
}
section#bebeline .billboardHolder .contactWays .contactWay .icon .thumb {
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
}
section#bebeline .billboardHolder .contactWays .contactWay .icon .thumb:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    margin-left: -7px;
    margin-top: -10px;
    transform-origin: center;
    transform: rotate(45deg);
    left: 50%;
    top: 100%;
    background: #FFF;
    border-radius: 3px;
}
section#bebeline .billboardHolder .contactWays .contactWay .icon .thumb.base {
    left: -4px;
    top: -4px;
}
section#bebeline .billboardHolder .contactWays .contactWay .icon .thumb.base:before {
    margin-left: -11px;
    margin-top: -14px;
}
section#bebeline .billboardHolder .contactWays .contactWay .icon .thumb.green {
    background: #91c13f;
}
section#bebeline .billboardHolder .contactWays .contactWay .icon .thumb.base.green:before {
    border: 4px #91c13f solid;
}
section#bebeline .billboardHolder .contactWays .contactWay .icon .thumb.green:before {
    background: #91c13f;
}
section#bebeline .billboardHolder .contactWays .contactWay .icon .thumb.base.green {
    border: 4px #91c13f solid;
}
section#bebeline .billboardHolder .contactWays .contactWay .icon .symbol {
    width: 60%;
    height: 60%;
    position: absolute;
    left: 20%;
    top: 20%;
}
section#bebeline .billboardHolder .contactWays .contactWay.phone .icon .symbol {
    background: url('../images/greenPhone.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .billboardHolder .contactWays .contactWay.email .icon .symbol {
    background: url('../images/greenEmail.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .billboardHolder .contactWays .contactWay.website .icon .symbol {
    background: url('../images/darkGreenAssistant.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .billboardHolder .contactWays .contactWay .label {
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
}
section#bebeline h1 {
    color: #93c021;
    position: relative;
    margin: 0 0 40px 0;
}
section#bebeline h2 {
    color: #bc5f0d;
}
section#bebeline h1:after{
    content: '';
    background: url('../images/bebelineQuestionDeco.svg') center no-repeat;
    display: block;
    position: absolute;
    width:150px;
    height: 150px;
    right: -135px;
    top: -30px;
}
section#bebeline .deco .leftCloud{
    position: absolute;
    left: -45%;
    top: -10px;
    width: 200px;
}
section#bebeline .deco .rightCloud{
    position: absolute;
    right: -45%;
    top: -10px;
    width: 200px;
}
section#bebeline .topics {
    margin: 0 0 20px 0;
}
section#bebeline .topics:after {
    content: '';
    display: block;
    clear: both;
}
section#bebeline .topics .topic {
    width: calc((100% - 40px)/3);
    height: 260px;
    float: left;
    border: 2px #93c021 dashed;
    border-radius: 30px 30px 0 30px;
    text-align: center;
    padding: 20px 60px;
    margin: 0 20px 20px 0;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s all;
    cursor: pointer;
}
section#bebeline .topics .topic:not(.selected):hover {
    border: 2px #00665e dashed;
}
section#bebeline .topics .topic:nth-of-type(3n) {
    margin: 0 0 20px 0;
}
section#bebeline .topics .topic .icon {
    width: 136px;
    height: 136px;
    margin: 0 auto 20px auto;
    transition: 0.3s all;
}
section#bebeline .topics .topic:not(.selected):hover .icon {
    transform: scale(1.1);
}
section#bebeline .topics .topic[data-topic='1'] .icon {
    background: url('../images/greenTopic1.svg?v=2') center no-repeat;
    background-size: contain;
}
section#bebeline .topics .topic[data-topic='2'] .icon {
    background: url('../images/greenTopic2.svg?v=2') center no-repeat;
    background-size: contain;
}
section#bebeline .topics .topic[data-topic='3'] .icon {
    background: url('../images/greenTopic3.svg?v=2') center no-repeat;
    background-size: contain;
}
section#bebeline .topics .topic[data-topic='4'] .icon {
    background: url('../images/greenTopic4.svg?v=2') center no-repeat;
    background-size: contain;
}
section#bebeline .topics .topic[data-topic='5'] .icon {
    background: url('../images/greenTopic5.svg?v=2') center no-repeat;
    background-size: contain;
}
section#bebeline .topics .topic[data-topic='6'] .icon {
    background: url('../images/greenTopic6.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .topics .topic .label {
    font-family: 'MilupaHand';
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #00665e;
}
section#bebeline .topics .topic .switch {
    width: 60px;
    height: 46px;
    background: none;
    border-radius: 30px 0 0 30px;
    position: absolute;
    right: -2px;
    padding: 5px;
    box-sizing: border-box;
    transition: 0.3s all;
    top: 166px;
}
section#bebeline .topics .topic .switch .switchBtn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px #93c021 solid;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s all;
    float: left;
}
section#bebeline .topics .topic .switch .switchBtn:before,
section#bebeline .topics .topic .switch .switchBtn:after {
    content: '';
    width: 24px;
    height: 4px;
    display: block;
    background: #93c021;
    position: absolute;
    left: 4px;
    top: 50%;
    border-radius: 8px;
    margin-top: -2px;
    transition: 0.3s all;
}
section#bebeline .topics .topic .switch .switchBtn:before {
    transform: rotate(90deg);
}
section#bebeline .topics .topic .switch .switchBtn:after {
    transform: rotate(0deg);
}
section#bebeline .topics .topic.selected {
    background: #93c021;
}
section#bebeline .topics .topic.selected[data-topic='1'] .icon {
    background: url('../images/yellowTopic1.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .topics .topic.selected[data-topic='2'] .icon {
    background: url('../images/yellowTopic2.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .topics .topic.selected[data-topic='3'] .icon {
    background: url('../images/yellowTopic3.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .topics .topic.selected[data-topic='4'] .icon {
    background: url('../images/yellowTopic4.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .topics .topic.selected[data-topic='5'] .icon {
    background: url('../images/yellowTopic5.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .topics .topic.selected[data-topic='6'] .icon {
    background: url('../images/yellowTopic6.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .topics .topic.selected .switch {
    background: #00665e;
}
section#bebeline .topics .topic.selected .switch .switchBtn {
    border: 2px #FFF solid;
}
section#bebeline .topics .topic.selected .switch .switchBtn:before,
section#bebeline .topics .topic.selected .switch .switchBtn:after {
    background: #FFF;
}
section#bebeline .topics .topic.selected .switch .switchBtn:before {
    transform: rotate(45deg);
}
section#bebeline .topics .topic.selected .switch .switchBtn:after {
    transform: rotate(-45deg);
}
section#bebeline .forum {
    margin: 0 0 40px 0;
}
section#bebeline .forum .head {
    background: #93c021;
    border-radius: 30px 30px 0 0;
}
section#bebeline .forum .head .topic {
    padding: 10px 30px 0 30px;
    margin: 0 0 20px 0;
}
section#bebeline .forum .head .topic .icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
section#bebeline .forum .head .topic[data-topic='1'] .icon {
    background: url('../images/yellowTopic1.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .forum .head .topic[data-topic='2'] .icon {
    background: url('../images/yellowTopic2.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .forum .head .topic[data-topic='3'] .icon {
    background: url('../images/yellowTopic3.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .forum .head .topic[data-topic='4'] .icon {
    background: url('../images/yellowTopic4.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .forum .head .topic[data-topic='5'] .icon {
    background: url('../images/yellowTopic5.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .forum .head .topic[data-topic='6'] .icon {
    background: url('../images/yellowTopic6.svg') center no-repeat;
    background-size: contain;
}
section#bebeline .forum .head .topic .label {
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 38px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
section#bebeline .forum .head .topic .separator {
    position: relative;
    margin: 10px 0 0 0;
}
section#bebeline .forum .head .topic .separator:before,
section#bebeline .forum .head .topic .separator:after{
    content: '';
    width: calc((100% - 34px)/2);
    border-bottom: 2px #FFF dashed;
    position: absolute;
    top: 0;
}
section#bebeline .forum .head .topic .separator:before {
    left: 0;
}
section#bebeline .forum .head .topic .separator:after {
    right: 0;
}
section#bebeline .forum .head .topic .separator .arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -10px;
    margin-top: -10px;
    border-bottom: 2px #FFF dashed;
    border-right: 2px #FFF dashed;
    transform: rotate(45deg);
}
section#bebeline .forum .head .threads {
    column-count: 3;
    padding: 20px 60px;
    column-rule: 2px #FFF dashed;
    column-gap: 60px;
}
section#bebeline .forum .head .threads {
}
section#bebeline .forum .head .threads .thread {
    text-align: left;
    color: #FFF;
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    position: relative;
    cursor: pointer;
}
section#bebeline .forum .head .threads .thread:before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 4px;
}
section#bebeline .forum .head .threads .thread:hover,
section#bebeline .forum .head .threads .thread.selected {
    color: #fff200;
}
section#bebeline .forum .head .threads .thread:hover:before,
section#bebeline .forum .head .threads .thread.selected:before {
    background: #fff200;
}
section#bebeline .forum .head .counter {
    padding: 10px 20px;
    font-weight: 800;
    color: #fff200;
    text-align: center;
}
section#bebeline .forum .head .counter .content .label {
    display: inline-block;
    vertical-align: middle;
}
section#bebeline .forum .head .counter .content:after {
    content: '\f078';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
}
section#bebeline .forum .body .main {
    padding: 40px 20px 20px 20px;
    border: 2px #93c021 dashed;
    border-top: none;
    color: #00665e;
    text-align: left;
}
section#bebeline .forum .body .main .moreBtn {
    text-align: center;
    color: #00665e;
    font-family: 'MilupaHand';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px 0 0 0;
    cursor: pointer;
}
section#bebeline .forum .body .main .moreBtn:after {
    content: '\f078';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    font-size: 24px;
    display: block;
    transition: 0.3s all;
}
section#bebeline .forum .body .main .moreBtn:hover:after {
    transform: translateY(10px);
}
section#bebeline .callCenter {
    margin: 0 0 40px 0;
}

section#bebeline .callCenter .cta {
    margin: 0 0 20px 0;
    position: relative;
    z-index: 2;
}
section#bebeline .callCenter .cta:before{
    content: '';
    background: url('../images/greenDashedArrow.svg') center no-repeat;
    display: block;
    position: absolute;
    left: 40px;
    bottom: -63px;
    width: 203px;
    height: 67px;
}
section#bebeline .callCenter .cta:after{
    content: '';
    background: url('../images/bebelineExclamationDeco.svg') center no-repeat; 
    display: block;
    position: absolute;
    width: 75px;
    height: 150px;
    left: 0;
    top: -45px;
    z-index: 2;
}
section#bebeline .experts {
    margin: 0 0 40px 0;
    text-align: center;
}
section#bebeline .experts .title {
    width: 100%;
    max-width: 560px;
    display: block;
    margin: 0 auto -40px auto;
    pointer-events: none;
}
section#bebeline .experts .heroes .expert:after {
    content: '';
    display: block;
    clear: both;
}
section#bebeline .experts .expert {
    width: 100%;
    max-width: 400px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
section#bebeline .experts .expert .hero {
    width: 70%;
    position: relative;
    pointer-events: none;
    z-index: 2;
}
section#bebeline .experts .expert .hero img {
    display: block;
}
section#bebeline .experts .expert .hero .card {
    font-family: 'MilupaHand';
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
}
section#bebeline .experts .expert .hero .card .name {
    font-size: 32px;
}
section#bebeline .experts .expert .hero .card .position {
    font-size: 15px;
}
section#bebeline .experts .expert .hero .card .tabs {
    height: 100%;
}
section#bebeline .experts .expert .resume {
    width: 280px;
    position: absolute;
    border-radius: 30px 30px 0 0;
    box-sizing: border-box;
    color: #FFF;
    z-index: 1;
}
section#bebeline .experts .expert .resume .intro {
    margin: 0 0 10px 0;
}
section#bebeline .experts .expert .resume .intro p {
    margin: 0 0 10px 0;
}
section#bebeline .experts .expert .resume .intro .rest {
    display: none;
}
section#bebeline .experts .expert .resume .moreBtn {
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}
section#bebeline .experts .expert .resume .moreBtn .label {
    display: inline-block;
    vertical-align: middle;
}
section#bebeline .experts .expert .resume .moreBtn .switch {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 0;
    position: relative;
    transition: 0.3s all;
}
section#bebeline .experts .expert .resume .moreBtn:hover .switch {
    transform: scale(1.3) rotate(180deg);
}
section#bebeline .experts .expert .resume .moreBtn .switch:before,
section#bebeline .experts .expert .resume .moreBtn .switch:after {
    content: '';
    width: 12px;
    height: 2px;
    display: block;
    background: #FFF;
    position: absolute;
    left: 2px;
    top: 50%;
    border-radius: 8px;
    margin-top: -1px;
    transition: 0.3s all;
}
section#bebeline .experts .expert.expert1 .resume .moreBtn .switch:before,
section#bebeline .experts .expert.expert1 .resume .moreBtn .switch:after {
    background: #F9D33D;
}
section#bebeline .experts .expert.expert2 .resume .moreBtn .switch:before,
section#bebeline .experts .expert.expert2 .resume .moreBtn .switch:after {
    background: #00665E;
}
section#bebeline .experts .expert.expert3 .resume .moreBtn .switch:before,
section#bebeline .experts .expert.expert3 .resume .moreBtn .switch:after {
    background: #BB6128;
}
section#bebeline .experts .expert .resume .moreBtn .switch:before {
    transform: rotate(90deg);
}
section#bebeline .experts .expert .resume .moreBtn .switch:after {
    transform: rotate(0deg);
}
section#bebeline .experts .expert.expert1 {
    margin: 0 0 0 -40px;
}
section#bebeline .experts .expert.expert1 .hero .card {
    width: 52%;
    height: 14%;
    left: 23%;
    top: 31%;
}
section#bebeline .experts .expert.expert1 .hero {
    float: left;
}
section#bebeline .experts .expert.expert2 {
    margin: 0 -40px 0 0;
}
section#bebeline .experts .expert.expert2 .hero .card {
    width: 50%;
    height: 14%;
    left: 27%;
    top: 64%;
}
section#bebeline .experts .expert.expert2 .hero {
    float: right;
}
section#bebeline .experts .expert.expert3 {
    margin: 0 -40px 0 0;
}
section#bebeline .experts .expert.expert3 .hero .card {
    width: 70%;
    height: 14%;
    left: 17%;
    top: 25%;
}
section#bebeline .experts .expert.expert3 .hero {
    float: left;
}
section#bebeline .experts .expert.expert1 .resume {
    background: #019F62;
    color: #F9D33D;
    text-align: right;
    right: 0;
    top: -5%;
    padding: 20px 20px 20px 80px;
}
section#bebeline .experts .expert.expert2 .resume {
    left: 0;
    top: 20%;
    background: #F4A8B5;
    color: #00665E;
    text-align: left;
    padding: 20px 90px 20px 20px;
}
section#bebeline .experts .expert.expert3 .resume {
    right: 0;
    bottom: 5%;
    background: #F9D33D;
    color: #BB6128;
    text-align: right;
    padding: 20px 20px 20px 100px;
}
section#bebeline .contactBox {
    position: relative;
    padding: 0 0 120px 0;
}
section#bebeline .box:after {
    content: '';
    width: 100%;
    height: 300px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/hillsAndTractors.png') center bottom repeat-x;
    background-size: 1400px auto;
    z-index: 2;
}

/* ASSISTANT */

.assistant {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 10;
}
.assistant .tooltip {
    width: 0;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: 800;
    background: #00665e;
    color: #FFF;
    border-radius: 25px;
    padding: 0 50px 0 0;
    text-align: center;
    transition: 0.3s all;
    overflow: hidden;
}
.assistant .tooltip .label {
    width: 180px;
}
.assistant .icon {
    width: 50px;
    height: 50px;
    background: url('../images/greenAssistant.svg') #00665e center no-repeat;
    background-size: 60% auto;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s all;
}
.assistant:hover .icon {
    background: url('../images/darkGreenAssistant.svg') #91c13f center no-repeat;
    background-size: 60% auto;
}
.assistant:hover .tooltip {
    width: 180px;
}

/* DISCUSSION POOL */

.discussionPool {
    color: #00665e;
    text-align: left;
}
.discussionPool .discussion {
    border-bottom: 2px #93c021 dashed;
}
.discussionPool .discussion:last-of-type {
    border: none;
}
.discussionPool .discussion .post {
    padding: 40px 20px;
    display: flex;
}
.discussionPool .discussion .post .profile {
    width: 180px;
    margin: 0 20px 0 0;
    display: flex;
}
.discussionPool .discussion .post .profile .image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}
.discussionPool .discussion .post .profile .info {
    width: calc(100% - 70px);
}
.discussionPool .discussion .post .profile .info .name {
    font-size: 15px;
    font-weight: 800;
}
.discussionPool .discussion .post .profile .info ul li {
    margin: 0 0 2px 0;
}
.discussionPool .discussion .post .message {
    width: calc(100% - 200px);
    min-height: 80px;
    border-left: 2px #93c021 dashed;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    text-align: left;
}
.discussionPool .discussion .post .message a {
    color: #bc5f0d;
}
.discussionPool .discussion .replies {
    display: none;
}
.discussionPool .discussion .replies {
    background: #effbd3;
    border-radius: 30px 30px 0 0;
}
.discussionPool .discussion .controller {
    padding: 0 0 0 246px;
}
.discussionPool .discussion .controller:after {
    content: '';
    display: block;
    clear: both;
}
.discussionPool .discussion .controller .stat {
    float: left;
    padding: 15px 10px 10px 0;
}
.discussionPool .discussion .controller .stat .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.discussionPool .discussion .controller .stat.replyStats .icon {
    background: url('../images/greenReply.svg') center no-repeat;
    background-size: contain;
}
.discussionPool .discussion .controller .stat.viewStats .icon {
    background: url('../images/greenView.svg') center no-repeat;
    background-size: contain;
}
.discussionPool .discussion .controller .stat.likeStats {
    float: right;
}
.discussionPool .discussion .controller .stat.likeStats .icon {
    background: url('../images/greenLike.svg') center no-repeat;
    background-size: contain;
}
.discussionPool .discussion .controller .stat .label {
    display: inline-block;
    vertical-align: middle;
}
.discussionPool .discussion .controller .readBtn {
    padding: 15px 20px 20px 20px;
    margin: 0 20px;
    border-radius: 30px 30px 0 0;
    float: right;
    cursor: pointer;
}
.discussionPool .discussion .controller .readBtn .label {
    display: inline-block;
    vertical-align: middle;
    font-family: 'MilupaHand';
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    color: #bc5f0d;
}
.discussionPool .discussion .controller .readBtn .switch {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 0;
}
.discussionPool .discussion .controller .readBtn .switch:before,
.discussionPool .discussion .controller .readBtn .switch:after {
    content: '';
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    margin-left: 0;
    margin-top: -1px;
    background: #bc5f0d;
    transition: 0.3s all;
}
.discussionPool .discussion .controller .readBtn .switch:before {
    left: 0;
    transform: rotate(45deg);
}
.discussionPool .discussion .controller .readBtn .switch:after {
    left: 36%;
    transform: rotate(-45deg);
}
.discussion.active .controller .readBtn .switch:before,
.discussion.active .controller .readBtn .switch:after {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -1px;
}
.discussion.active .controller .readBtn .switch:before {
    transform: rotate(45deg);
}
.discussion.active .controller .readBtn .switch:after {
    transform: rotate(-45deg);
}
.discussion.active .controller .readBtn {
    background: #effbd3;
}
.discussionPool .discussion .replies .rating {
    margin: 20px 0 0 0;
}
.discussionPool .discussion .replies .rating .label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-weight: 800;
}
.discussionPool .discussion .replies .rating .rate {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s all;
    cursor: pointer;
}
.discussionPool .discussion .replies .rating .rate:hover {
    transform: scale(1.1);
}
.discussionPool .discussion .replies .rating .rate[data-rate='0'] {
    background: url('../images/redDislike.svg') center no-repeat;
    background-size: contain;
    margin: 0 10px 0 0;
}
.discussionPool .discussion .replies .rating .rate[data-rate='1'] {
    background: url('../images/greenLike.svg') center no-repeat;
    background-size: contain;
}

/* SALES */

.sales {
    margin: 20px 0 0 0;
}
.sales .sale {
    display: inline-block;
    vertical-align: middle;
}
.sales .sale .shop {
    width: 120px;
    display: block;
}

/* ARTICLES */

section#articles {
    text-align: center;
}
section#articles .intro {
    color: #bc5f0d;
    margin: 0 0 20px 0;
    position: relative;
}
section#articles .intro:after{
    content: '';
    background: url('../images/owl.svg') center no-repeat;
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 265px;
    right: -280px;
    z-index: 2;
}
section#articles h2 {
    color: #00665e;
}
section#articles .articleSetPool {
    margin: 0 0 40px 0;
}

/* ARTICLE CATEGORY */

.articleCategory {
    width: 180px;
    height: 180px;
    text-align: center;
    display: inline-block;
    margin: 10px;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'MilupaHand';
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s all;
}
.articleCategory:hover {
    transform: scale(1.1) rotate(3deg);
}
.articleCategory .tabs {
    height: 100%;
}
.articleCategory .tabs .tab {
    vertical-align: bottom;
}
.articleCategory .label {
    padding: 0 20px;
}
.articleCategory.odd {
    background: #f3ebf9;
}
.articleCategory.odd .label {
    color: #bc5f0d;
}
.articleCategory.even {
    background: #FFF;
    border: 2px #894e8d dashed;
}
.articleCategory.even .label {
    color: #894e8d;
}
.articleCategoryPool {
    margin: 0 0 40px 0;
    position: relative;
}
section#articles .articleCategoryPool:before{
    content: '';
    background: url('../images/articleDecoLeft.svg') center no-repeat;
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    top:0;
    left:-200px;
    pointer-events: none;
}
section#articles .articleCategoryPool:after{
    content: '';
    background: url('../images/articleDecoRight.svg') center no-repeat;
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    top:0;
    right:-240px;
    pointer-events: none;
}

/* ARTICLE ICON */

.aIcon {
    width: 80px;
    height: 80px;
    margin: auto;
}
.aIcon[data-category='1'] {
    background: url('../images/articleCategoryIcon1.svg') center no-repeat;
    background-size: contain;
}
.aIcon[data-category='2'] {
    background: url('../images/articleCategoryIcon2.svg') center no-repeat;
    background-size: contain;
}
.aIcon[data-category='3'] {
    background: url('../images/articleCategoryIcon3.svg') center no-repeat;
    background-size: contain;
}
.aIcon[data-category='4'] {
    background: url('../images/articleCategoryIcon4.svg') center no-repeat;
    background-size: contain;
}
.aIcon[data-category='5'] {
    background: url('../images/articleCategoryIcon5.svg') center no-repeat;
    background-size: contain;
}
.aIcon[data-category='6'] {
    background: url('../images/articleCategoryIcon6.svg') center no-repeat;
    background-size: contain;
}
.aIcon[data-category='7'] {
    background: url('../images/articleCategoryIcon7.svg') center no-repeat;
    background-size: contain;
}
.aIcon[data-category='8'] {
    background: url('../images/articleCategoryIcon8.svg') center no-repeat;
    background-size: contain;
}

/* ARTICLE SET */

.articleSet {
    padding: 20px 0;
    text-align: center;
}
.articleSet .blobBtn {
    margin: 20px 0 0 0;
}
.articleSet .box {
    padding: 20px;
    background-size: 350px auto;
    background-repeat: no-repeat;
}
.articleSet .ribbon {
    display: inline-block;
}
.articleSet .ribbon .label {
    font-size: 32px;
    padding: 10px 40px;
}
.articleSet.odd {
    background: #f3ebf9;
}
.articleSet.odd .box {
    border: 2px #FFF solid;
    background-position: left top;
    background-color: #f3ebf9;
    background-blend-mode: multiply;
}
.articleSet.odd .ribbon .label {
    background: #bc5f0d;
    color: #FFF;
}
.articleSet.odd .ribbon .label:before,
.articleSet.odd .ribbon .label:after {
    background: url('../images/darkBrownRibbon.svg?v=2') center right no-repeat;
    background-size: contain;
}
.articleSet.even {
    background: #FFF;
}
.articleSet.even .box {
    border: 2px #894e8d dashed;
    background-position: right top;
}
.articleSet.even .ribbon .label {
    background: #894e8d;
    color: #FFF;
}
.articleSet.even .ribbon .label:before,
.articleSet.even .ribbon .label:after {
    background: url('../images/purpleRibbon.svg?v=2') center right no-repeat;
    background-size: contain;
}
.articleSet[data-category='1'] .box {
    background-image: url('../images/articleCategoryHero1.jpg?v=2');
}
.articleSet[data-category='2'] .box {
    background-image: url('../images/articleCategoryHero2.jpg?v=2');
}
.articleSet[data-category='3'] .box {
    background-image: url('../images/articleCategoryHero3.jpg?v=2');
}
.articleSet[data-category='4'] .box {
    background-image: url('../images/articleCategoryHero4.jpg?v=2');
}
.articleSet[data-category='5'] .box {
    background-image: url('../images/articleCategoryHero5.jpg?v=2');
}
.articleSet[data-category='6'] .box {
    background-image: url('../images/articleCategoryHero6.jpg?v=2');
}
.articleSet[data-category='7'] .box {
    background-image: url('../images/articleCategoryHero7.jpg?v=2');
}
.articleSet[data-category='8'] .box {
    background-image: url('../images/articleCategoryHero8.jpg?v=2');
}

/* ARTICLE LEAD POOL */

.articleLeadPool {
    text-align: center;
}
.articleLeadPool .articleLead {
    width: 218px;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #000;
    text-decoration: none;
    transition: 0.3s all;
}
.articleLeadPool:after {
    content: '';
    clear: both;
    display: block;
}
.articleLeadPool .articleLead:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.articleLeadPool .articleLead .thumb {
    height: 120px;
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden;
}
.articleLeadPool .articleLead .thumb .poster {
    width: 100%;
    height: 100%;
    background: url('../uploads/billboardArticlesMobile.jpg') center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s all;
}
.articleLeadPool .articleLead:hover .thumb .poster {
    transform: scale(1.2);
}
.articleLeadPool .articleLead .content {
    min-height: 160px;
    margin: 0 0 10px 0;
}
.articleLeadPool .articleLead .title {
    text-align: left;
    font-weight: 800;
    font-size: 17px;
    margin: 0 0 10px 0;
    color: #894e8d;
}
.articleLeadPool .articleLead .summary {
    text-align: left;
    font-size: 15px;
    color: #bc5f0d;
}
.articleLeadPool .articleLead .readBtn {
    text-align: left;
    font-size: 18px;
    font-family: 'MilupaHand';
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #00665e;
}
/* CATEGORY FLAG */

.categoryFlag {
    margin: 0 0 100px 0;
    position: relative;
}
.categoryFlag .poster {
    display: block;
}
.categoryFlag .poster.mobile {
    display: none;
}
.categoryFlag .content {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -50px;
}
.categoryFlag .content .articleCategory {
    margin: auto;
}

/* ARTICLE CATEGORY */

section#articleCategory {
    text-align: center;
    margin: 0 0 40px 0;
}
section#articleCategory .intro {
    color: #bc5f0d;
    margin: 0 0 40px 0;
}
section#articleCategory .articleSet .ribbon {
    display: none;
}

/* USER ACTIONS */

.userActions .action {
    display: inline-block;
    vertical-align: middle;
    color: #00665e;
    font-weight: 800;
    margin: 10px;
    cursor: pointer;
}
.userActions .action:before {
    content: '';
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 800;
    font-size: 15px;
    color: #FFF;
    border-radius: 50%;
    background: #00665e;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    transition: 0.3s all;
}
.userActions .action:hover:before {
    transform: scale(1.2);
}
.userActions .action.views:before {
    content: '\f06e';
    font-family: 'Font Awesome\ 5 Free';
}
.userActions .action.favBtn:before {
    content: '\f004';
    font-family: 'Font Awesome\ 5 Free';
}
.userActions .action.shareBtn:before {
    content: '\f39e';
    font-family: 'Font Awesome 5 Brands';
}

/* ARTICLE */

section#article article {
    max-width: 800px;
    margin: 0 auto 80px auto;
    border-radius: 20px;
    border: 2px #894e8d dashed;
    padding: 60px 80px;
    box-sizing: border-box;
    position: relative;
}
section#article article:before {
    content: '';
    display: block;
    background: #FFF;
    position: absolute;
    left: -10px;
    top: 400px;
    bottom: -10px;
    right: 100px;
}
section#article article .stage {
    position: absolute;
    left: 0;
    top: 0;
}
section#article article .stage img {
    max-width: none;
    display: block;
}
section#article article .stage .owl {
    width: 70px;
    position: absolute;
    left: -35px;
    top: 400px;
    z-index: 1;
}
section#article article .stage .bow1 {
    width: 30px;
    position: absolute;
    left: -16px;
    top: 200px;
    transform: rotate(90deg);
    z-index: 1;
}
section#article article .stage .bow2 {
    width: 30px;
    position: absolute;
    left: 300px;
    top: -28px;
    transform: rotate(180deg);
    z-index: 1;
}
section#article article h1 {
    max-width: none;
    color: #894e8d;
    margin: 0 0 20px 0;
    text-align: center;
    font-family: 'VAGRoundedLTPro';
    font-weight: 800;
    font-size: 48px;
    display: block;
    position: relative;
}
section#article article .head {
    position: relative;
    display: flex;
    margin: 0 0 40px 0;
}
section#article article .head .summary {
    width: 200px;
    background: #f3ebf9;
    color: #894e8d;
    padding: 20px;
    font-style: italic;
    text-align: center;
    font-size: 15px;
    position: relative;
}
section#article article .head .summary:after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: #f3ebf9;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -15px;
}
section#article article .head .summary .tabs {
    height: 100%;
    position: relative;
    z-index: 1;
}
section#article article .head .summary .quotes {
    width: 40px;
    display: block;
    margin: 0 auto 20px auto;
}
section#article article .head .hero {
    width: calc(100% - 200px);
}
section#article article .head .hero img {
    display: block;
}
section#article article .body {
    color: #bc5f0d;
    position: relative;
}
section#article article .userActions {
    position: absolute;
    right: 100px;
    bottom: -25px;
}
section#article article .body a {
    color: #00665e;
    text-decoration: none;
}
section#article article .body h2 {
    font-family: 'VAGRoundedLTPro';
    font-weight: 800;
    font-size: 28px;
    display: block;
}
section#article .body i {
    font-size: 12px;
}
section#article .body ul li {
    margin: 0 0 10px 0;
}
section#article .body ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #bc5f0d;
    margin: 0 6px 0 0;
}
section#article .body ol  {
    counter-reset: ol-counter;
    margin: 0;
    padding: 0;
    list-style: none;
}
section#article .body ol li {
    margin: 0 0 10px 0;
    counter-increment: ol-counter;
    padding: 0 0 0 30px;
    position: relative;
}
section#article .body ol li:before{
    content: counter(ol-counter);
    width: 20px;
    height: 20px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 6px 0 0;
    background: #bc5f0d;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
}
section#article .body table{
    border: 1px #c7c7c7 solid;
}
section#article .body table thead{
    border-bottom: 1px #c7c7c7 solid;
}
section#article .body table thead th{
    width: 33%;
    text-align: left;
    padding: 10px 20px;
    font-size: 17px;
}
section#article  .body table tbody tr{
    border-bottom: 1px #c7c7c7 solid;
}
section#article  .body table tbody tr td{
    padding: 5px 20px;
}
section#article .nextCategoryArticles .articleSet.odd {
    background: #FFF;
}
section#article .nextCategoryArticles .articleSet.odd .box {
    border: 2px #894e8d dashed;
}
section#article .relatedArticles .articleSet .box {
    background: none;
}
section#article .relatedArticles h3{
    color: #00665e;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
section#article .nextCategoryArticles h3 {
    color: #00665e;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
section#article .nextCategoryArticles h3.follow {
    padding: 0 20px 30px 20px;
}
section#article .nextCategoryArticles h3.follow:after {
    width: 40px;
    height: 40px;
}

/* SEARCH */

section#search {

}
section#search h2 {
    display: block;
    color: #bc5f0d;
    font-family: 'VAGRoundedLTPro', sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 40px 0;
    font-style: italic;
}
section#search .results {
    margin: 0 0 40px 0;
}
section#search .results h3 {
    display: block;
    color: #00665e;
    font-family: 'VAGRoundedLTPro', sans-serif;
    font-weight: 800;
    font-size: 24px;
}
section#search .results a {
    color: #bc5f0d;
    text-decoration: none;
    margin: 10px 0;
    display: block;
}
section#search .results a:hover {
    text-decoration: underline;
}

/* BENEFITS */

section#benefits .intro{
    border: 2px #ee3b37 dashed;
    border-radius: 25px;
    margin-top:40px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section#benefits .intro .deco{
    align-self: flex-end;
    margin-left: 15px;
}
section#benefits .intro .actions{
   
}
section#benefits .intro .dashedButterFly{
    width: 125px;
    height: 80px;
    align-self: flex-end;
    margin-right: 15px;
    position: relative;
    bottom: -10px;
}
section#benefits .deco .bird{
    background: url('../images/redBigBird.svg') center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 75px;
    height: 90px;
    vertical-align: top;
    margin: 60px 0 0 0;
    position: relative;
    bottom: -10px;
}
section#benefits .deco .cloud{
    width: 150px;
    position: absolute;
    top: 135px;
    transform: scaleX(-1);
}
section#benefits .deco .bird:before{
    content: '';
    background: url('#') center no-repeat;
    display: block;
    width: 209px;
    height: 187px;
    position: relative;
    bottom: -10px;
}
section#benefits .deco .bubble{
    background: url('../images/redBubble.svg') center no-repeat;
    background-size: contain;
    width: 115px;
    height: 90px;
    font-size: 16px;
    font-family: 'MilupaHand';
    font-weight: 800;
    padding: 20px 20px 20px 30px;
    box-sizing: border-box;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    color: #ee3b37;
    text-transform: uppercase;
    position: relative;
    bottom: -20px;
}
section#benefits .reasons .deco .bubble{
    width: 125px;
}
section#benefits .ribbon.red{
    text-align: center;
    margin-top: 40px;
}
section#benefits .ribbon.red .label{
    display: inline-block;
    background-color: #ee3b37;
    color: #ffffff;
    font-size: 24px;
}
section#benefits .ribbon.red .label:before{
    background: url('../images/redRibbon.svg') center right no-repeat;
}
section#benefits .ribbon.red .label:after{
    background: url('../images/redRibbon.svg') center right no-repeat;
}
section#benefits .contentBenefits{
    background: url(../images/paper.jpg) center;
    padding: 40px 0;
    position: relative;
    margin-top: 40px;
}
section#benefits .contentBenefits:nth-child(7),
section#benefits .contentBenefits:nth-child(5){
margin-top:0px;
}
section#benefits .container:nth-child(8){
margin-bottom: 40px;
}

section#benefits  .tabs .guide{
    width: 250px;
    text-align: center;
}
section#benefits  .tabs .guide.green{
    color:#00665e;
}
section#benefits  .tabs .guide.brown{
    color: #bc5f0d;
}
section#benefits  .tabs .guide .benefitsIcon{
    width: 150px;
    height: 146px;
}
section#benefits  .tabs .guide h3{
    text-align: center;
    text-transform: uppercase;
}
section#benefits  .tabs .guide p{
    max-width: 250px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 10px;
    box-sizing: border-box;
}
section#benefits  .tabs .illustration{
    text-align: right;
}
section#benefits  .tabs .illustration img{
    width: 400px;
}
section#benefits .contentBenefits:nth-child(3),
section#benefits .contentBenefits:nth-child(6){
    background: #fff4e5;
    padding: 40px 0;
    position: relative;
    margin: 0px;
}
section#benefits .contentBenefits:nth-child(3)  .tabs .illustration,
section#benefits .contentBenefits:nth-child(6)  .tabs .illustration{
    text-align: left;
    vertical-align: bottom;
}

/* AUTH */

.skyBlock {
    padding: 50px 0;
    text-align: center;
}
.skyBlock h1 {
    font-size: 42px;
    margin: auto;
    color: #bc5f0d;
}
.groundBlock {
    background: url('../images/paper.jpg') center;
    padding: 20px 0;
    margin: 0 0 40px 0;
}

/* REGISTER */

section#register {
    color: #00665e;
}
section#register .or {
    font-family: 'MilupaHand';
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
}
section#register .skyBlock:after{
    content: '';
    background: url('../images/darkGreenBigBird.svg') center no-repeat;
    display: block;
    width: 165px;
    height: 165px;
    position: absolute;
    right: 147px;
    top: 120px;
    transform: scaleX(-1);
}
section#register .groundBlock:before{
    content: '';
    background: url('../images/popupClouds.png') center no-repeat;
    display: block;
    width: 209px;
    height: 187px;
    position: absolute;
    right: 100px;
    top: 215px;
    transform: scaleX(-1);
}
section#register .groundBlock:after {
    content: '';
    display: block;
    clear: both;
}
section#register .groundBlock .side {
    width: calc((100% - 40px)/2);
    float: left;
    margin: 0 20px 0 0;
    text-align: center;
}
section#register .groundBlock .side:last-of-type {
    margin: 0;
}
section#register .groundBlock .side .box {
    background: #FFF;
    padding: 40px;
    border-radius: 30px;
    margin: 0 0 20px 0;
}
section#register .groundBlock .side .box:last-of-type {
    margin: 0;
}
section#register .groundBlock h2 {
    display: block;
    margin: 0 0 20px 0;
    color: #00665e;
}
section#register .kids {
    display: none;
}
section#register .infoSet .extra {
    display: none;
}
section#register .benefits .ribbon {
    font-size: 32px;
    display: inline-block;
    margin: 0 0 40px 0;
}
section#register .benefits .ribbon .label {
    padding: 10px 40px;
}
section#register .benefits .benefit {
    margin: 0 0 40px 0;
    text-align: center;
}
section#register .benefits .benefit .board {
    margin: 0 0 20px 0;
    border-bottom: 2px #fec472 solid;
    position: relative;
}
section#register .benefits .benefit.active .board {
    border-bottom: 2px #93c021 solid;
}
section#register .benefits .benefit .board .no {
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    background: #bc5f0d;
    font-size: 24px;
    font-weight: 800;
    color: #FFF;
    position: absolute;
    right: 0;
    bottom: -20px;
}
section#register .benefits .benefit.active .board .no {
    left: 0;
    right: auto;
    background: #00665e;
}
section#register .benefits .benefit .board .icon {
    width: 160px;
    height: 100px;
    position: relative;
    margin: auto;
}
section#register .benefits .benefit .board .icon .round {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
section#register .benefits .benefit .board .icon .round .sprites {
    width: 100%;
    padding-bottom: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
section#register .benefits .benefit .board .icon .round .sprites:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/orangeSprite.svg') center no-repeat;
    background-size: contain;
}
section#register .benefits .benefit.active .board .icon .round .sprites:before {
    background: url('../images/greenSprite.svg') center no-repeat;
}
section#register .benefits .benefit .board .icon .round .sprites:after {
    content: '';
    width: 80%;
    height: 80%;
    display: block;
    position: absolute;
    left: 10%;
    top: 10%;
    background: #ff9b0c;
    border-radius: 50%;
}
section#register .benefits .benefit.active .board .icon .round .sprites:after {
    background: #00665e;
}
section#register .benefits .benefit .description {
    font-size: 16px;
    font-weight: 800;
    color: #bc5f0d;
    padding: 0 40px;
}
section#register .benefits .benefit.active .description {
    color: #00665e;
}
section#register .benefits .benefit .board .icon .mark {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -5px;
    top: 20px;
    background: url('../images/redMark.svg') center no-repeat;
    background-size: contain;
}
section#register .benefits .benefit.active .board .icon .mark {
    width: 60px;
    height: 60px;
    right: -20px;
    top: 10px;
    background: url('../images/greenMark.svg') center no-repeat;
}
section#register .benefits .benefit .board .icon .symbol {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 10%;
    pointer-events: none;
}
section#register .benefits .benefitCounter {
    margin: 0 0 40px 0;
    border-radius: 30px;
    border: 2px #00665e dashed;
    padding: 20px;
}
section#register .benefits .benefitCounter .board {
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #00665e;
    margin: 0 0 10px 0;
}
section#register .benefits .benefitCounter .reveal {
    font-weight: 800;
    font-size: 16px;
    color: #bc5f0d;
}
section#register .groundBlock .box.fbRegister .fbStatus {
    color: #00665e;
}
section#register .groundBlock .box.fbRegister .fbStatus .profile {
    font-size: 16px;
    font-weight: 800;
    color: #bc5f0d;
}

/* LOGIN */

section#login {
    color: #00665e;
    text-align: center;
}
section#login .groundBlock .box {
    max-width: 400px;
    margin: auto;
    padding: 40px;
    background: #FFF;
    border-radius: 30px;
}
.loginBox .lostPassBtn {
    text-align: left;
    margin: 0 0 20px 0;
    text-decoration: underline;
    cursor: pointer;
}
.loginBox .noAccount {
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 2px #fec472 solid;
}
.loginBox .noAccount .sketchBtn {
    margin: 20px 0 0 0;
}

/* ACCOUNT */

section#account {
    color: #00665e;
}
section#account .skyBlock .ribbon {
    font-size: 42px;
    display: inline-block;
    margin: 0 0 20px 0;
}
section#account .skyBlock:before,
section#register .skyBlock:before{
    content: '';
    background: url('../images/accountDecoBirdLeft.svg') center no-repeat;
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 100px;
    top: 90px;
    transform: rotate(20deg);
}
section#account .skyBlock:after{
    content: '';
    background: url('../images/darkGreenBigBird.svg') center no-repeat;
    display: block;
    width: 165px;
    height: 165px;
    position: absolute;
    right: 147px;
    top: 170px;
    transform: scaleX(-1);
}
section#account .skyBlock .ribbon .label {
    padding: 10px 40px;
    position: relative;
}
section#account .skyBlock .welcome {
    font-size: 20px;
    font-weight: 800;
}
section#account .skyBlock .welcome span {
    color: #bc5f0d;
}
section#account .groundBlock:before{
    content: '';
    background: url('../images/popupClouds.png') center no-repeat;
    display: block;
    width: 209px;
    height: 187px;
    position: absolute;
    right: 100px;
    top: 264px;
    transform: scaleX(-1);
}
section#account .groundBlock:after {
    content: '';
    display: block;
    clear: both;
}
section#account .groundBlock .sidebar {
    width: 180px;
    background: #FFF;
    padding: 10px;
    border-radius: 30px;
    box-sizing: border-box;
    float: left;
    margin: 0 40px 0 0;
}
section#account .groundBlock .sidebar .nav {
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    position: relative;
    color: #bc5f0d;
    transition: 0.3s all;
    cursor: pointer;
}
section#account .groundBlock .sidebar .nav:before {
    content: '';
    width: 0;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transition: 0.3s all;
}
section#account .groundBlock .sidebar .nav:last-of-type:before {
    top: -1px;
}
section#account .groundBlock .sidebar .nav.active:before {
    width: 80%;
    left: 10%;
}
section#account .groundBlock .sidebar .nav:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: #FFF;
    transition: 0.3s all;
    transform: rotate(45deg);
}
section#account .groundBlock .sidebar .nav.active:after {
    right: -20px;
}
section#account .groundBlock .sidebar .nav .icon {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 10px auto;
    position: relative;
    z-index: 1;
    transition: 0.3s all;
}
section#account .groundBlock .sidebar .nav[data-section='edit'].active {
    color: #00665e;
}
section#account .groundBlock .sidebar .nav[data-section='edit']:before {
    background: #00665e;
}
section#account .groundBlock .sidebar .nav[data-section='edit'] .icon {
    background: url('../images/brownAccountEditNav.svg') center no-repeat;
    background-size: contain;
}
section#account .groundBlock .sidebar .nav[data-section='edit'].active .icon {
    background: url('../images/greenAccountEditNav.svg') center no-repeat;
    background-size: contain;
}
section#account .groundBlock .sidebar .nav[data-section='contests'].active {
    color: #00665e;
}
section#account .groundBlock .sidebar .nav[data-section='contests']:before {
    background: #00665e;
}
section#account .groundBlock .sidebar .nav[data-section='contests'] .icon {
    background: url('../images/brownAccountContestsNav.svg') center no-repeat;
    background-size: contain;
}
section#account .groundBlock .sidebar .nav[data-section='contests'].active .icon {
    background: url('../images/greenAccountContestsNav.svg') center no-repeat;
    background-size: contain;
}
section#account .groundBlock .sidebar .nav[data-section='diversification'].active {
    color: #f59c1e;
}
section#account .groundBlock .sidebar .nav[data-section='diversification']:before {
    background: #f59c1e;
}
section#account .groundBlock .sidebar .nav[data-section='diversification'] .icon {
    background: url('../images/brownAccountDiversificationNav.svg') center no-repeat;
    background-size: contain;
}
section#account .groundBlock .sidebar .nav[data-section='diversification'].active .icon {
    background: url('../images/orangeAccountDiversificationNav.svg') center no-repeat;
    background-size: contain;
}
section#account .groundBlock .sidebar .nav[data-section='nutrition'].active {
    color: #894e8d;
}
section#account .groundBlock .sidebar .nav[data-section='nutrition']:before {
    background: #894e8d;
}
section#account .groundBlock .sidebar .nav[data-section='nutrition'] .icon {
    background: url('../images/brownAccountNutritionNav.svg') center no-repeat;
    background-size: contain;
}
section#account .groundBlock .sidebar .nav[data-section='nutrition'].active .icon {
    background: url('../images/purpleAccountNutritionNav.svg') center no-repeat;
    background-size: contain;
}
section#account .groundBlock .sidebar .nav[data-section='bebeline'].active {
    color: #93c021;
}
section#account .groundBlock .sidebar .nav[data-section='bebeline']:before {
    background: #93c021;
}
section#account .groundBlock .sidebar .nav[data-section='bebeline'] .icon {
    background: url('../images/brownAccountBebelineNav.svg') center no-repeat;
    background-size: contain;
}
section#account .groundBlock .sidebar .nav[data-section='bebeline'].active .icon {
    background: url('../images/greenAccountBebelineNav.svg?v=2') center no-repeat;
    background-size: contain;
}
section#account .groundBlock .sections {
    width: calc(100% - 220px);
    float: left;
}
section#account .groundBlock .section {
    display: none;
}
section#account .groundBlock .section {
    margin: 0 0 20px 0;
}
section#account .groundBlock .sections .box {
    background: #FFF;
    padding: 40px 20px;
    text-align: center;
    border-radius: 30px;
    margin: 0 0 20px 0;
}
section#account .groundBlock .sections .box:last-of-type {
    margin: 0;
}
section#account .groundBlock .sections .logoutBox .profile {
    margin: 0 0 20px 0;
    color: #bc5f0d;
    font-weight: 800;
    font-size: 20px;
}
section#account .groundBlock .sections .logoutBox .blobBtn {
    margin: 0;
}
section#account .groundBlock .sections .box .intro {
    margin: 0 0 20px 0;
}
section#account .groundBlock .sections .box .hl {
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}
section#account .groundBlock .sections .box .hl .content {
    display: inline-block;
    padding: 0;
}
section#account .groundBlock .sections .box .hl .content .label {
    display: inline-block;
    vertical-align: middle;
}
section#account .groundBlock .sections .section[data-section='edit'] .box .hl {
    color: #00665e;
}
section#account .groundBlock .sections .section[data-section='edit'] .box .hl .label {
    border-bottom: 3px #00665e solid;
}
section#account .groundBlock .sections .section[data-section='contests'] .box .hl {
    color: #00665e;
}
section#account .groundBlock .sections .section[data-section='contests'] .box .hl .label {
    border-bottom: 3px #00665e solid;
}
section#account .groundBlock .sections .section[data-section='diversification'] .box .hl {
    color: #f59c1e;
}
section#account .groundBlock .sections .section[data-section='diversification'] .box .hl .label {
    border-bottom: 3px #f59c1e solid;
}
section#account .groundBlock .sections .section[data-section='nutrition'] .box .hl {
    color: #894e8d;
}
section#account .groundBlock .sections .section[data-section='nutrition'] .box .hl .label {
    border-bottom: 3px #894e8d solid;
}
section#account .groundBlock .sections .section[data-section='bebeline'] .box .hl {
    color: #93c021;
}
section#account .groundBlock .sections .section[data-section='bebeline'] .box .hl .label {
    border-bottom: 3px #93c021 solid;
}
section#account .groundBlock .sections .section .box .hl .icon {
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
section#account .groundBlock .sections .box .inwrap .field {
    margin: auto;
}
section#account .groundBlock .sections .box .inwrap[data-type="text"] .field,
section#account .groundBlock .sections .box .inwrap[data-type="password"] .field{
    max-width: 360px;
}
section#account .groundBlock .sections .box .formGroup {
    margin: 0 0 40px 0;
}
section#account .groundBlock .sections .box .formBlock .formGroup:last-of-type {
    margin: 0;
}
section#account .groundBlock .sections .box .formBlock .slice {
    width: 100%;
    box-sizing: border-box;
    max-width: 320px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
}
section#account .groundBlock .sections .box .formBlock .note {
    font-size: 11px;
    margin: 0 0 20px 0;
}
section#account .groundBlock .sections .box .formBlock .bit {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}
section#account .groundBlock .sections .box .inwrap[data-type="check"] .field{
    max-width: 640px;
}
section#account .groundBlock .noresults .advice {
    max-width: 500px;
    margin: 0 auto 20px auto;
}
section#account .topic {
    margin: 0 auto 20px auto;
}
section#account .topic .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    transition: 0.3s all;
}
section#account .topic:not(.selected):hover .icon {
    transform: scale(1.1);
}
section#account .topic[data-topic='1'] .icon {
    background: url('../images/greenTopic1.svg?v=2') center no-repeat;
    background-size: contain;
}
section#account .topic[data-topic='2'] .icon {
    background: url('../images/greenTopic2.svg?v=2') center no-repeat;
    background-size: contain;
}
section#account .topic[data-topic='3'] .icon {
    background: url('../images/greenTopic3.svg?v=2') center no-repeat;
    background-size: contain;
}
section#account .topic[data-topic='4'] .icon {
    background: url('../images/greenTopic4.svg?v=2') center no-repeat;
    background-size: contain;
}
section#account .topic[data-topic='5'] .icon {
    background: url('../images/greenTopic5.svg?v=2') center no-repeat;
    background-size: contain;
}
section#account .topic[data-topic='6'] .icon {
    background: url('../images/greenTopic6.svg') center no-repeat;
    background-size: contain;
}
section#account .topic .label {
    font-family: 'MilupaHand';
    font-weight: 900;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    color: #00665e;
}
section#account .contest {
    margin: 0 0 40px 0;
}
section#account .kids {
    padding: 0 0 20px 0;
    border-bottom: 2px #93c021 dashed;
    margin: 0 0 20px 0;
}
section#account .kids .kid {
    margin: 0 0 20px 0;
}
section#account .kids .kid:last-of-type {
    margin: 0;
}
section#account .kids .kid .head {
    max-width: 400px;
    margin: auto;
}
section#account .kids .kid .head .tabs {
    width: 100%;
    margin: auto;
}
section#account .kids .kid .head .label {
    height: 34px;
    background: #93c021;
    border-radius: 20px 0 0 20px;
    box-sizing: border-box;
    padding: 10px 40px;
    cursor: pointer;
}
section#account .kids .kid .head .label .title {
    width: calc(100% - 40px);
    color: #FFF;
    font-family: 'MilupaHand';
    font-weight: 300;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
section#account .kids .kid .head .label .expandBtn {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px #FFF solid;
    position: relative;
    margin-left: 10px;
    transition: 0.3s all;
}
section#account .kids .kid .head .label .expandBtn:hover {
    transform: rotate(180deg);
}
section#account .kids .kid .head .label .expandBtn:before,
section#account .kids .kid .head .label .expandBtn:after {
    content: '';
    width: calc(100% - 8px);
    height: 2px;
    display: block;
    background: #FFF;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -1px;
}
section#account .kids .kid .head .label .expandBtn:after {
    transform: rotate(90deg);
}
section#account .kids .kid .head .label .expandBtn.expanded:after {
    display: none;
}
section#account .kids .kid .head .deleteBtn {
    width: 80px;
    height: 34px;
    color: #FFF;
    border-radius: 0 20px 20px 0;
    background: #e52018;
    padding: 0 10px;
    font-size: 16px;
    cursor: pointer;
}
section#account .kids .kid .content {
    margin: 20px 0 0 0;
}
section#account .kids .kid .inwrap[data-type='radio'] .label {
    color: #93c021;
}
section#account .kids .kid .inwrap[data-type='check'] label {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
section#account .kids .kid .inwrap[data-type='check'] .option {
    font-size: 24px;
    font-family: 'MilupaHand';
    font-weight: 500;
    line-height: 1.1;
    color: #00665e;
}
section#account .kids .kid .inwrap[data-name='milkNutrition'] label[data-value="1"] .option,
section#account .kids .kid .inwrap[data-name='milkNutrition'] label[data-value="2"] .option,
section#account .kids .kid .inwrap[data-name='milkNutrition'] label[data-value="3"] .option,
section#account .kids .kid .inwrap[data-name='milkNutrition'] label[data-value="4"] .option {
    color: #00665e;
}
section#account .kids .kid .inwrap[data-name='parentAllergies'] .field .inwrap {
    margin: 0;
}
section#account .kids .kid .inwrap[data-name='parentAllergies'] .field .label {
    width: 50px;
    color: #00665e;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin: 0 10px 0 0;
}
section#account .kids .kid .inwrap[data-name='parentAllergies'] .field .field {
    display: inline-block;
    vertical-align: middle;
}
section#account .box[data-type='family'] .inwrap .check label .mark .option {
    font-size: 24px;
    font-family: 'MilupaHand';
    font-weight: 500;
    line-height: 1.1;
    color: #00665e;
}
section#account .box[data-type='family'] .inwrap .check label {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
.page210 .select2-dropdown .select2-results__options .select2-results__option {
    font-weight: 800;
}
.page210 .select2-dropdown .select2-results__options .select2-results__option .select2-results__options .select2-results__option {
    font-weight: 300;
}
.page210 .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.page210 .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 50px;
    line-height: 50px;
    border: none;
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 20px;
    color: #00665e;
}
.page210 .select2-container--default span {
    outline: none;
}
section#account .inwrap[data-field="county"] .select {
    padding: 0;
    border-radius: 0;
    border: none;
}

/* Error */

section#error{
    margin-top: 40px;
}
section#error h2{
    text-align: center;
    font-family: 'VAGRoundedLTPro';
    font-weight: 600;
    font-size: 22px;
    color: #7eaa40;
    line-height: 24px;
    margin: 0 auto;
    display: block;
}
section#error .content{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 40px 0px;
}
section#error .content .cloudLeft,
section#error .content .cloudRight{
    width: 150px;
}

/* SURVEY CONTEST */

.page127 .progress_bar {
    display: none;
}
section.quiz .tabs.main {
    height: 100%;
}
section.quiz h2{
    font-family:  'VAGRoundedLTPro';
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    color: #bb6128;
    text-transform: capitalize;
}
section.quiz h3{
    font-family:  'VAGRoundedLTPro';
    font-weight: 800;
    font-size: 28px;
    text-transform: unset;
    color: #ee8722;
}
section.quiz p{
    font-weight: 300;
    color: #bb6128;
    font-size: 22px;
    line-height: 28px;
}

section.quiz span.yellowText{
    color: #fab927;
}
section.quiz a{
    color: #ee8722;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
section#introduction a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ee8722;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
section#introduction a:hover::before{
    visibility: visible;
    transform: scaleX(1);
}
section.quiz .largeWidth .inwrap{
    max-width: 800px;
    margin: 0 auto;
}
section.quiz .submit .lastStep {
    max-width: 650px;
    margin: 0 auto;
}
section.quiz .maxWidth .inwrap{
    max-width: 500px;
    margin: 0 auto;
}
section.quiz .rulesQuiz {
    max-width: 420px;
    margin: 0px auto;
    padding: 0 10px;
}
section.quiz .maxWidth .inwrap input[type="text"], section.quiz .maxWidth .inwrap input[type="password"]{
    border: 2px solid #ef8721;
    height: 50px;
    border-radius: 30px;    
    box-sizing: border-box;
    font-family: 'VAGRoundedLTPro';
    font-weight: 800;
    font-size: 28px;
    line-height: 24px;
    color: #bc6227;
    padding: 30px 40px;
    width: 100%;
}
section.quiz  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1 !important;
    color: #bc6227 !important;
}
section.quiz  ::-moz-placeholder { /* Firefox 19+ */
    opacity: 1 !important;
    color: #bc6227 !important;
}
section.quiz  :-ms-input-placeholder { /* IE 10+ */
    opacity: 1 !important;
    color: #bc6227 !important;
}
section.quiz  :-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important;
    color: #bc6227 !important;
}
section#quiz .ui-widget-content{
    border: 2px solid #ef8721;
    max-width: 450px;
}
section#quiz .inwrap[data-type=date] .input:after {
    background: url('../images/quiz_calendar.svg') transparent center/contain no-repeat;
    cursor: pointer;
    width: 50px;
    height: 40px;
    right: 55px;
    top: 13px;
}
section#quiz h1 {
    text-align: center;
}
section#quiz h1 .label {
    height: 55px;
    line-height: 55px;
    display: block;
    padding: 0 55px;
    color: #FFF;
    position: relative;
    border-radius: 14px;
    font-size: 36px;
    font-family: 'VAGRoundedLTPro';
    font-weight: 700;
    margin: auto;
    float: left;
    transition: 0.3s all;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    clear: both;
}
section#quiz{
    margin: 70px 0;
    text-align: center;
}
section#quiz .hl{
    width: 100%;
    max-width: 500px;
    margin: 0 0 40px 0;
    position: relative;
    display: inline-block;
}
section#quiz .hl .decoration {
    display: inline-block;
    position: absolute;
}
section#quiz .hl .bird img, section#quiz .hl .plane img, section#quiz .hl .question_mark img, section#quiz .hl .pen img, section#quiz .hl .mug img, section#quiz .hl .star img, section#quiz .hl .right_arrow img, section#quiz .hl .milupa1_box img {
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
    display: block;
    height: auto;
    width: 100%;
}
section#quiz .hl .bird {
    width: 70px !important;
    left: -325px !important;
    bottom: -7px !important;
}
section#quiz .hl .plane {
    top: -15px !important;
    left: -285px !important;
    width: 80px !important;
}
section#quiz .hl .question_mark {
    top: -22px !important;
    left: -115px !important;
    width: 60px !important;
}
section#quiz .hl .right_arrow {
    bottom: 58px !important;
    left: -30px !important;
    width: 35px !important;
}
section#quiz .hl .pen {
    top: 55px !important;
    width: 50px !important;
    right: -100px !important;
}
section#quiz .hl .mug {
    top: -10px !important;
    right: -220px !important;
    width: 80px !important;
}
section#quiz .hl .star {
    width: 40px !important;
    top: 95px !important;
    right: -185px !important;
}
section#quiz .hl .milupa1_box {
    top: 20px !important;
    width: 110px !important;
    right: -350px !important;
}
section#quiz .hl:before{
    content: '';
    width: 1000px;
    height: 100px;
    display: block;
    background: url('../images/decoration_dashed_brown_line.svg') center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -30px;
}
section#quiz h1[data-type=submit]{
    display: none;
}
section#quiz h1 .label {
    float: none;
    display: table;
}
section#quiz h1 .label:nth-of-type(1){
    background: #fab92b;
    transform: rotate(2deg);
    font-size: 30px;
}
section#quiz h1:hover .label:nth-of-type(1){
    transform: rotate(1deg) scale(1.1);
}
section#quiz h1 .label:nth-of-type(2){
    background: #ef8723;
    transform: rotate(-1deg);
    font-size: 30px;
    padding: 0 40px;
    margin-top: -8px;
}
section#quiz h1:hover .label:nth-of-type(2){
    transform: rotate(2deg) scale(1.1);
    transition-delay: 0.1s;
}
section#quiz .survey {
    max-width: 700px;
    position: relative;
    margin: 50px auto 20px auto;
    padding: 0 60px;
}
section#quiz .survey .disabled a {
    pointer-events: none;
}
section#quiz .extraSlide {
    display: none;
}
section#quiz .survey .field.error .tip {
    display: none !important;
}
section#quiz .flex-nav-prev,
section#quiz .flex-nav-next{
    width: 66px;
    height: 40px;
    position: absolute;
    top: 50%;
    transition: 0.3s all;
    margin-top: -23px;
    cursor: pointer;
}
section#quiz .flex-nav-prev:before,
section#quiz .flex-nav-next:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    /*border: 3px #0c665e solid;*/
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: 0.3s all;
    box-sizing: border-box;
}
section#quiz .flex-nav-prev:hover:before,
section#quiz .flex-nav-next:hover:before{
    transform: scale(1.1);
}
section#quiz .flex-direction-nav a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    font-size: 0;
    display: block;
    outline: none;
    opacity: 1;
}
section#quiz .flex-nav-prev{
    left: -15px;
}
section#quiz .flex-nav-prev a{
    left: 2px;
    background: url('../images/left_arrow.png') center left/contain no-repeat;
    /*background-size: auto 90%;*/
    transition: 0.3s all;
}
section#quiz .flex-nav-prev:hover a{
    left: 5px;
}
section#quiz .flex-nav-next{
    right: -15px;
}
section#quiz .flex-nav-next a{
    right: 2px;
    background: url('../images/right_arrow.png') center right/contain no-repeat;
    /*background-size: auto 90%;*/
    transition: 0.3s all;
}
section#quiz .flex-nav-next:hover a{
    right: 5px;
}
section#quiz .flex-control-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
}
section#quiz .flex-control-nav li {
    cursor: pointer;
}
section#quiz .flex-direction-nav a:before {
    display: none;
}
section#quiz li.level {
    padding: 30px 0 0 0;
}
section.quiz .inwrap .label {
    font-weight: 400;
    text-transform: none;
    color: #bc6227;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 3px 0;
    padding: 8px 0;
    font-family: 'VAGRoundedLTPro';
}
section.quiz .inwrap .label strong span {
    color: #ef8721;
}
section.quiz .arrow_label .inwrap .label {
    font-weight: 700;
    border: 1px solid;
    border-radius: 40px;
    position: relative;
    padding: 8px 60px 8px 20px;
    font-size: 24px;
    margin: 0 0 10px 0;
}

section.quiz .arrow_label .inwrap .label::after {
    display: inline-block;
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    right: 24px;
    top: 7px;
    font-size: 35px;
    line-height: 1;
    color: #ef8721;
}
section.quiz .arrow_label .inwrap label .option {
    min-height: 27px;
}
section.quiz .arrow_label .inwrap .field {
    border: 1px solid #bc6227;
    border-radius: 20px;
    overflow: hidden;
}
section.quiz .arrow_label .inwrap .field.nutrition {
    padding: 10px 40px;
}
section.quiz .inwrap .check label .mark .option, section.quiz .inwrap .radio label .mark .option {
    font-size: 24px;
    font-weight: 300;
    color: #bc6227;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    text-transform: none;
    line-height: 1;
    font-family: 'VAGRoundedLTPro';
}
section.quiz .arrow_label .inwrap .check label {
    display: block;
    text-align: left;
    vertical-align: middle;
    margin: 0 10px 10px 10px;
}
section.quiz .arrow_label .inwrap .check label:last-of-type {
    margin: 0 10px 0 10px;
}
section.quiz .inwrap .radio label .mark:before {
    margin-top: 2px;
    vertical-align: top;
    border: 1px solid #bc6227;
    color: #bc6227;
}
section.quiz .inwrap .radio label input[type=check]:checked + .mark:before {
    background: #fab927;
    border-color: #fab927;
}
section.quiz .inwrap .formula {
    padding: 10px 0;
}
section.quiz .inwrap .formula .check label {
    margin: 0 0 5px 0;
    display: block;
}
section.quiz .inwrap .formula .check label:last-of-type {
    margin: 0;
}
section.quiz .inwrap .formula .check label .mark:before {
    display: none;
}
section.quiz .inwrap .formula .check label .mark .option {
    width: 100%;
    text-align: center;
    padding: 2px 0 0;
}
section.quiz .inwrap .formula .check label input[type=checkbox]:checked + .mark .option {
    background: #fef5df;
}
section.quiz .inwrap .check label input[type=checkbox]:checked + .mark .option, section.quiz .inwrap .radio label input[type=radio]:checked + .mark .option {
    font-weight: 700;
}

section.quiz .yesOrno .checkgroup, section.quiz .rateMilumil .checkgroup {
    text-align: center;
}
section.quiz .yesOrno .checkgroup label, section.quiz .rateMilumil .checkgroup label {
    display: inline-block;
}
section.quiz .yesOrno .radio label .mark:before, section.quiz .rateMilumil .radio label .mark:before {
    display: none;
}
section.quiz .yesOrno .radio label .mark .option {
    width: 100%;
    min-width: 135px;
    line-height: 53px;
    height: 53px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #bc6227;
    text-transform: uppercase;
    display: block;
    box-sizing: border-box;
    font-family: 'VAGRoundedLTPro';
}
section.quiz .yesOrno .radio label input[type=radio]:checked + .mark .option {
    background: #fed030;
    color: #fff;
    border-color: #fed030;
}
section.quiz .yesOrno .radio label .mark {
    margin: 10px 10px 0;
}
section.quiz .level .inwrap textarea {
    width: 90%;
    height: 100px;
    margin: 10px auto 0;
    border: 1px solid #bc6227;
    color: #bc6227;
    font-size: 18px;
}
section.quiz .rateMilumil .radio label .mark {
    margin: 0 18px;
}
section.quiz .rateMilumil .radio label .mark .option {
    font-size: 70px;
    color: #fab927;
    font-weight: 700;
    padding: 10px 0 2px;
    display: block;
    opacity: 0.5;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 3px solid #fff;
}
section.quiz .rateMilumil .radio label input[type=radio]:checked + .mark .option {
    opacity: 1;
    border-color: #fab927;
}
section.quiz label .mark .option {
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
section.quiz .submit {
    display: none;
}
section.quiz .submit .tip {
    float: left;
}
section.quiz .submit h3, section.quiz .submit h4 {
    color: #bc6227;
}
section.quiz .submit h4 {
    font-size: 35px;
    margin: 20px 0;
}
section.quiz .submit h4 strong span {
    color: #fab927;
}
section.quiz .submit p {
    color: #575756;
    font-size: 12px;
}
section.quiz .submit .inwrap .label {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    margin: 0 8px;
}
section.quiz .submit .inwrap input[type=text] {
    border: 1px solid #bc6227;
    color: #bc6227;
}
section.quiz .submit .inwrap .check label .mark .option {
    font-size: 12px;
    color: #777776;
}
section.quiz .submit .inwrap {
    margin: 0 0 5px 0;
}
section.quiz .submit .inwrap .check label .mark:before {
    margin-top: 4px;
    vertical-align: top;
    border: 1px solid #777776;
    color: #bc6227;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 16px;
}
section.quiz .submit .inwrap .check label input[type=checkbox]:checked + .mark:before {
    background: #fff;
    border-color: #777776;
}
section.quiz .submit .inwrap .check label input[type=checkbox]:checked + .mark .option {
    font-weight: initial;
}

/* DATA PICKER */

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    display: none;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    border-radius: 5px;
    border: 2px solid #ef8721;
    margin: 0px 10px;
    width: 44%;
    color: #ef8721;
    font-size: 18px;
    padding: 5px 0px;
}
.ui-datepicker select.ui-datepicker-month:active, .ui-datepicker select.ui-datepicker-year:active,
.ui-datepicker select.ui-datepicker-month:focus, .ui-datepicker select.ui-datepicker-year:focus,
.ui-datepicker select.ui-datepicker-month:visited, .ui-datepicker select.ui-datepicker-year:visited {
    border: 2px solid #ef8721;
}
.ui-datepicker th{
    color: #d68530;
}
.ui-widget-header{
    border: unset;
    background: #ffffff;
    color: #ef8721;
    font-weight: bold;
    width: 95%;
    margin-left: 10px;
}
.ui-widget-header a{
    color: #ef8721;
}
.ui-widget.ui-widget-content{
    border: 2px solid #ef8721;
    border-radius: 30px;
    max-width: 500px;
    width: 100%;
    margin-top: 3px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: unset;
    background: #ffffff;
    font-weight: normal;
    color: #ef8721;
}
.ui-datepicker table {
    width: 85%;
    font-size: 16px;
    border-collapse: collapse;
    margin: 0px auto;
    border-radius: 30px;
}
.ui-datepicker .ui-datepicker-title{
    margin: 0px 10px;
}
.ui-datepicker td span, .ui-datepicker td a{
    text-align: center;
}
.ui-widget,.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    font-family: 'VAGRoundedLTPro';
}
section#quiz .flex-control-paging li a{
    cursor: pointer;
    background: #9ec1be;
    width: 60px;
    border-radius: unset;
    height: 10px;
}
section#quiz .flex-control-paging li a.flex-active{
    background: #0c655d;
    position: relative;
}
section#quiz .flex-active:hover{
    background: #0c655d;
}
section#quiz .flex-control-paging li.checked a:after{
     content: '';
     background: url('../images/progress_checkmark.svg') center/cover;
     width: 25px;
     height: 20px;
     position: absolute;
     top: -25px;
     display: block;
     left: 20px;     
}
section#quiz .flex-control-paging li a:hover{
    background: rgba(12, 101, 93, 0.7);
}

section#introduction{
    padding: 40px 0px 60px 0px;
}
section#introduction .prizes{
    margin-top: 15px;
}
section#introduction .note {
    font-size: 14px;
}
section#introduction .validationForm{
    margin-top: -40px;
    margin-left: 40px;
   margin-bottom: 40px;
}
section#introduction .copyForm{
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
section#introduction .copyForm h3{
    margin: 0px 10px 0px 0px;
    display: block;
}
section#introduction span{
    color: #ef8721;
}
section#introduction .box{
    vertical-align: middle;
}
section#introduction input#code{
    height: 60px;
    background: #e7e5e8;
    color: #bb6128;
    font-size: 16px;
    border: none;
    text-align: center;
    font-family: 'VAGRoundedLTPro';
    padding: 0 20px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    float: left;
}
section#introduction input#code:focus,
section#introduction input#code:active{
    outline: none;
}
section#introduction .box .codeBtn {
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #e7e5e8;
    color: #bb6128;
    font-size: 24px;
    border-radius: 0 10px 10px 0;
    border-left: 2px #bb6128 dashed;
    float: left;
    cursor: pointer;
}
section#introduction .box .codeBtn:before {
    content: '\f054';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 800;
    position: relative;
    z-index: 1;
}

/* GUIDE */

section#guide {
    margin: 0 0 40px 0;
    text-align: center;
    color: #00665e;
}
section#guide .actions {
    text-align: center;
    background: #93c021;
    padding: 20px;
}
section#guide .actions .blobBtn {
    margin: 10px 0;
}
section#guide .actions p a {
    text-decoration: underline;
    font-weight: 800;
    cursor: pointer;
}
section#guide .guide {
    display: block;
    margin: 0 auto 40px auto;
}
section#guide h4 {
    font-size: 18px;
}
section#guide ul {
    margin: 0 0 20px 0;
    display: inline-block;
    text-align: left;
}
section#guide ul li {
    margin: 0 0 10px 0;
}
section#guide ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    border-radius: 50%;
    background: #bc5f0d;
}

/* NEWS */

section#news .newsPool,
section#usefulTools .usefulToolsPool {
    margin: 0 0 40px 0;
}
section#news .newsPool:after,
section#usefulTools .usefulToolsPool:after {
    content: '';
    display: block;
    clear: both;
}
section#news .newsPool .news,
section#usefulTools .usefulToolsPool .usefulTools {
    max-width: 390px;
    float: left;
    margin: 20px;
    border: 4px #FFF6E4 solid;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
section#news .newsPool .news .thumb,
section#usefulTools .usefulToolsPool .usefulTools .thumb {
    display: block;
    margin: 0 0 20px 0;
}
section#news .newsPool .news .title,
section#usefulTools .usefulToolsPool .usefulTools .title {
    height: 70px;
    color: #ED9C22;
    margin: 0 0 10px 0;
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 28px;
    line-height: 1.22;
    text-transform: uppercase;
}
section#usefulTools .usefulToolsPool .usefulTools .title {
    color: #00665E;
}
section#news .newsPool .news .description,
section#usefulTools .usefulToolsPool .usefulTools .description {
    height: 180px;
    margin: 0 0 20px 0;
    color: #BB6128;
    line-height: 1.6;
}

/* PROMO LEAD */

.promoLeads {
    margin: 0 0 40px 0;
}
.promoLead {
    padding: 20px 0;
}
.promoLead .title {
    font-family: 'MilupaHand';
    font-weight: 800;
    font-size: 28px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #bc5f0d;
}
.promoLead .title span {
    color: #066059;
}
.promoLead .tabs {
    min-height: 200px;
}
.promoLead .content {
    width: 100%;
    max-width: 390px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    box-sizing: border-box;
}
.promoLead .hero {
    width: 100%;
    max-width: 390px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    box-sizing: border-box;
}
.promoLead.toGuide {
    background: url('../images/guidePromoLeadBg.jpg');
}
.promoLead.toGuide .description {
    color: #bc5f0d;
    padding: 20px 30px;
    background: #FFF;
    border-radius: 60px;
    position: relative;
    margin: 0 0 20px 0;
}
.promoLead.toGuide .description:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    bottom: -7px;
    border-radius: 60px;
    border: 2px #bc5f0d dashed;
}
.promoLead.toGuide .description .bird {
    width: 50px;
    display: block;
    position: absolute;
    left: -60px;
    top: 80px;
}
.promoLead.toProducts {
    background: url('../images/productsPromoLeadBg.jpg') #b1ddfa center bottom no-repeat;
    padding: 20px 0 0 0;
}
.promoLead.toProducts .hero {
    margin-bottom: 0;
}
.promoLead.toProducts .hero .scaler {
    padding-bottom: 79%;
    position: relative;
}
.promoLead.toProducts .hero .scaler img {
    width: 237%;
    max-width: none;
    position: absolute;
    left: -32%;
    bottom: 0;
}
.promoLead.toProducts .content {
    position: relative;
    padding: 50px 0 0 0;
}
.promoLead.toProducts .content .title {
    margin: 0 0 60px 0;
}
.promoLead.toProducts .content .butterfly {
    width: 110%;
    max-width: none;
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
}
.promoLead.toMilumil {
    background: url('../images/milumilPromoLeadBg.jpg') #ccecfb right bottom no-repeat;
    padding: 20px 0 0 0;
}
section#diversification .promoLead.toMilumil {
    display: none;
}
.promoLead.toMilumil .title {
    display: inline-block;
}
.promoLead.toMilumil .fline {
    margin: 0 0 20px 0;
}
.promoLead.toMilumil .sline {
    font-family: 'MilupaHand';
    font-weight: 800;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #bc5f0d;
    position: relative;
    padding: 20px 10px 32% 10px;
    box-sizing: border-box;
    font-size: 38px;
}
.promoLead.toMilumil .sline img {
    width: 108%;
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;
}
.promoLead.toMilumil .sline span {
    width: 100px;
    display: block;
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -50px;
    font-size: 28px;
    color: #bc5f0d;
}

/* PICKY TEST */

section#pickyQuiz {
    text-align: center;
    padding: 60px 0 0 0;
}
section#pickyQuiz h2{
    font-size: 24px;
    font-family: 'VAGRoundedLTPro', sans-serif;
    font-weight: 800;
    margin: 0 0 20px 0;
}
section#pickyQuiz h3{
    font-size: 18px;
    font-family: 'VAGRoundedLTPro', sans-serif;
    font-weight: 800;
    margin: 0 0 20px 0;
}
section#pickyQuiz h1{
    text-align: center;
    letter-spacing: 2px;
    display: inline-block;
    margin: 0 0 20px 0;
    position: relative;
}
section#pickyQuiz h1 .label{
    height: 55px;
    line-height: 55px;
    display: block;
    padding: 0 55px;
    color: #FFF;
    position: relative;
    border-radius: 14px;
    font-size: 36px;
    font-family: 'VAGRoundedLTPro', sans-serif;
    font-weight: 800;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    float: left;
    transition: 0.3s all;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    clear: both;
}
section#pickyQuiz h1 span{
    display: block;
}
section#pickyQuiz h1:after{
    content: '';
    display: block;
    clear: both;
}
section#pickyQuiz .darkpurple{
    color: #844f8d;
}
section#pickyQuiz .lightpurple{
    color: #b894c4;
}
section#pickyQuiz .darkorange{
    color: #ef8723;
}
section#pickyQuiz .lightorange{
    color: #fab92b;
}
section#pickyQuiz .intro {
    margin: 0 0 40px 0;
}
section#pickyQuiz .intro .hl {
    padding: 40px 0 0 0;
}
section#pickyQuiz .intro h1 .label:nth-of-type(1){
    background: #844f8d;
    transform: rotate(-2deg);
    right: -80px;
    z-index: 999999;
}
section#pickyQuiz .intro h1:hover .label:nth-of-type(1){
    transform: rotate(-1deg) scale(1.1);
}
section#pickyQuiz .intro h1 .label:nth-of-type(2){
    background: #b894c4;
    transform: rotate(2deg);
    font-size: 26px;
    left: 0;
}
section#pickyQuiz .intro h1:hover .label:nth-of-type(2){
    transform: rotate(-2deg) scale(1.1);
    transition-delay: 0.1s;
}
section#pickyQuiz .intro .hl .fruits, section#apply .hl .fruits{
    display: inline-block;
    position: absolute;
}
section#pickyQuiz .intro .hl .leftberrie{
    width: 20px !important;
    top: 60px !important;
    left: 60px !important;
}
section#pickyQuiz .intro .hl .leftberrie img{
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .intro .hl .capsuna{
    top: -10px !important;
    left: 80px !important;
    width: 60px !important;
}
section#pickyQuiz .intro .hl .capsuna img{
    filter: drop-shadow(-1px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .intro .hl .piersicaup{
    top: 45px !important;
    left: 150px !important;
    width: 70px !important;
}
section#pickyQuiz .intro .hl .piersicaup img{
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .intro .hl .berriesup{
    top: 70px !important;
    left: 250px !important;
    width: 40px !important;
}
section#pickyQuiz .intro .hl .berriesup img{
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .intro .hl .avocadoup{
    top: 25px !important;
    width: 100px !important;
    right: 200px !important;
}
section#pickyQuiz .intro .hl .avocadoup img{
    filter: drop-shadow(2px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .intro .hl .capsuna2{
    top: 30px !important;
    right: 130px !important;
    width: 60px !important;
}
section#pickyQuiz .intro .hl .capsuna2 img{
    filter: drop-shadow(2px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .intro .hl .rightberrie{
    width: 20px !important;
    top: 135px !important;
    right: 145px !important;
}
section#pickyQuiz .intro .hl .rightberrie img{
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .intro .hl .portocala{
    top: 40px !important;
    width: 100px !important;
    right: 20px !important;
}
section#pickyQuiz .intro .hl .portocala img{
    filter: drop-shadow(2px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .intro .hl:before{
    content: '';
    width: 1000px;
    height: 100px;
    display: block;
    background: url('../images/pickyQuiz/game_line.png') center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 20%;
    margin-top: -10px;
}
section#pickyQuiz .quiz{
    margin: 0 0 70px 0;
    display: none;
}
section#pickyQuiz .quiz .hl{
    margin: 0 0 40px 0;
    position: relative;
    display: inline-block;
}
section#pickyQuiz .quiz .hl .fruits, section#pickyQuiz .apply .hl .fruits{
    display: inline-block;
    position: absolute;
}
section#pickyQuiz .quiz .hl .leftberrie{
    width: 20px !important;
    left: -215px !important;
    bottom: 50px !important;
}
section#pickyQuiz .quiz .hl .leftberrie img{
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .quiz .hl .capsuna{
    top: -10px !important;
    left: -175px !important;
    width: 60px !important;
}
section#pickyQuiz .quiz .hl .capsuna img{
    filter: drop-shadow(-1px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .quiz .hl .piersicaup{
    top: 45px !important;
    left: -105px !important;
    width: 70px !important;
}
section#pickyQuiz .quiz .hl .piersicaup img{
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .quiz .hl .berriesup{
    bottom: 40px !important;
    left: -35px !important;
    width: 40px !important;
}
section#pickyQuiz .quiz .hl .berriesup img{
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .quiz .hl .avocadoup{
    top: 10px !important;
    width: 100px !important;
    right: -100px !important;
}
section#pickyQuiz .quiz .hl .avocadoup img{
    filter: drop-shadow(2px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .quiz .hl .capsuna2{
    top: 30px !important;
    right: -170px !important;
    width: 60px !important;
}
section#pickyQuiz .quiz .hl .capsuna2 img{
    filter: drop-shadow(2px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .quiz .hl .rightberrie{
    width: 20px !important;
    top: 115px !important;
    right: -125px !important;
}
section#pickyQuiz .quiz .hl .rightberrie img{
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .quiz .hl .portocala{
    top: 40px !important;
    width: 100px !important;
    right: -280px !important;
}
section#pickyQuiz .quiz .hl .portocala img{
    filter: drop-shadow(2px 1px 2px rgba(0,0,0,0.2));
}
section#pickyQuiz .quiz .hl:before{
    content: '';
    width: 1000px;
    height: 100px;
    display: block;
    background: url('../images/pickyQuiz/game_line.png') center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -30px;
}
section#pickyQuiz .quiz h1 .label:nth-of-type(1){
    background: #ef8723;
    transform: rotate(2deg);
    right: -60px;
}
section#pickyQuiz .quiz h1:hover .label:nth-of-type(1){
    transform: rotate(1deg) scale(1.1);
}
section#pickyQuiz .quiz h1 .label:nth-of-type(2){
    background: #fab92b;
    transform: rotate(-2deg);
    left: 0px;
    font-size: 26px;
    padding: 0 40px;
}
section#pickyQuiz .quiz h1:hover .label:nth-of-type(2){
    transform: rotate(2deg) scale(1.1);
    transition-delay: 0.1s;
}
section#pickyQuiz .quiz h2{
    margin: 0 0 40px 0;
}
section#pickyQuiz .quiz .game{
    max-width: 600px;
    padding: 60px 40px 0 40px;
    margin: 0 auto 40px auto;
    position: relative;
}
section#pickyQuiz .quiz .question{
    font-size: 32px;
    color: #ef8723;
    font-weight: 800;
    margin: 0 0 20px 0;
}
section#pickyQuiz .quiz .options{
    max-width: 400px;
    margin: auto;
    padding: 2px;
}
section#pickyQuiz .quiz .options .option{
    margin: 0 0 10px 0;
    background: #FFF;
    color: #844f8d;
    font-size: 16px;
    border-radius: 14px;
    padding: 10px 20px;
    border: 1px #844f8d solid;
    transition: 0.3s all;
    cursor: pointer;
}
section#pickyQuiz .quiz .options .option:hover,
section#pickyQuiz .quiz .options .option.selected{
    background: #844f8d;
    color: #FFF;
}
section#pickyQuiz .quiz .options .option:last-of-type{
    margin: 0;
}
section#pickyQuiz .quiz .flex-nav-prev,
section#pickyQuiz .quiz .flex-nav-next{
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    transition: 0.3s all;
    margin-top: -23px;
}
section#pickyQuiz .quiz .flex-nav-prev:before,
section#pickyQuiz .quiz .flex-nav-next:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border: 3px #0c665e solid;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: 0.3s all;
    box-sizing: border-box;
}
section#pickyQuiz .quiz .flex-nav-prev:hover:before,
section#pickyQuiz .quiz .flex-nav-next:hover:before{
    transform: scale(1.1);
}
section#pickyQuiz .quiz .flex-direction-nav a{
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    font-size: 0;
    display: block;
    outline: none;
    margin: 0;
}
section#pickyQuiz .quiz .flex-nav-prev{
    left: -35px;
}
section#pickyQuiz .quiz .flex-control-nav li {
    margin: 0;
}
section#pickyQuiz .quiz .flex-nav-prev a{
    left: 0;
    background: url('../images/pickyQuiz/arrow.svg') center right no-repeat;
    background-size: auto 40%;
    transition: 0.3s all;
}
section#pickyQuiz .quiz .flex-direction-nav a:before {
    content: '';
}
section#pickyQuiz .quiz .flex-nav-prev:hover a{
    left: 5px;
}
section#pickyQuiz .quiz .flex-nav-next{
    right: -35px;
}
section#pickyQuiz .quiz .flex-nav-next a{
    right: 0;
    background: url('../images/pickyQuiz/arrow.svg') center right no-repeat;
    background-size: auto 40%;
    transform: rotate(180deg);
    transition: 0.3s all;
}
section#pickyQuiz .quiz .flex-nav-next:hover a{
    right: 5px;
}
section#pickyQuiz .quiz .flex-control-nav{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
section#pickyQuiz .quiz li.other .question{
    color: #969694;
}
section#pickyQuiz .quiz .gender img{
    width: 140px;
    display: inline-block;
    vertical-align: middle;
}
section#pickyQuiz .quiz .gender .selector{
    width: 100px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 28px;
    border: 3px #969694 solid;
    margin: 20px;
    position: relative;
}
section#pickyQuiz .quiz .gender .selector:before{
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -13px;
    background: #969694;
    border-radius: 50%;
    transition: 0.3s all;
}
section#pickyQuiz .quiz .gender .selector#m:before{
    left: 5px;
    margin-left: 0;
    background: #844f8d;
}
section#pickyQuiz .quiz .gender .selector#f:before{
    left: 100%;
    margin-left: -36px;
    background: #ef8723;
}
section#pickyQuiz .quiz .gender .selector .choose{
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
}
section#pickyQuiz .quiz .gender .selector .choose:nth-of-type(1){
    left: 0;
}
section#pickyQuiz .quiz .gender .selector .choose:nth-of-type(2){
    left: 50%;
}

/**************** REVEAL ***************/

section#pickyQuiz .reveal{
    margin: 0 0 70px 0;
    position: relative;
    display: none;
}
section#pickyQuiz .reveal .diplomas{
    max-width: 700px;
    margin: 0 auto 20px auto;
}
section#pickyQuiz .reveal .diploma{
    display: block;
    border-radius: 28px;
    border: 2px #ef8723 solid;
    display: none;
}
section#pickyQuiz .reveal .button.share_btn{
    margin: 0 auto 40px auto;
}
section#pickyQuiz ol.flex-control-nav.flex-control-paging {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
section#pickyQuiz ol.flex-control-nav.flex-control-paging:before {
    content: '';
    position: absolute;
    top: 41%;
    height: 1px;
    width: 240px;
    background: #844f8d;
    margin-left: -120px;
    left: 50%;
}
section#pickyQuiz ol.flex-control-nav.flex-control-paging li {
    display: inline-block;
    padding: 0 6px;
}
section#pickyQuiz .flex-control-nav.flex-control-paging li a {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    font-size: 0;
    padding: 10px;
    display: table;
    box-sizing: border-box;
    position: relative;
    border-radius: 50%;
    width: 100%;
    border: 1px solid #844f8d;
    background-color: #fff;
}
section#pickyQuiz .flex-control-nav.flex-control-paging li a::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    height: 100%;
    background: #844f8d;
    transition: all 0.5s ease-in;
    border-radius: 50%;
}
section#pickyQuiz .flex-control-nav.flex-control-paging li a.flex-active:after {
    width: 102%;
    left: 0;
    right: auto;
}

section#policy{
    padding-top: 40px;
}
section#policy h3 {
    font-family:'VAGRoundedLTPro';
    font-weight: 600;
    font-size: 30px;
    color: #ef3e36;
    line-height: 20px;
}
section#policy h4{
    font-size: 24px;
    font-family:'VAGRoundedLTPro';
    font-weight: 600;
    color: #ef3e36;
    line-height: 20px;
    margin: 0px;
}
section#policy p{
    font-family:'VAGRoundedLTPro';
    font-weight: 300;
    line-height: 16px;
}
section#policy .subPoint{
    padding-top: 15px;
}
section#policy .subPoint ul li:before{
    content: '\2011';
    width: 3px;
    display: inline;
}
section#policy a{
    color: #ef3e36;
    text-decoration: none;
}
section#policy a:visited{
    color: #f60b00;
}
section#policy a:hover{
    color: #ff5952;
}
section#policy a:active{
    color: #c52922;
}
section#policy span{
    color: #ef3e36;
}

@media screen and (min-width: 961px) {
    header .navigation ul.menu li.level1:hover ul.menu.level2 {
        display: block;
    }
}

@media screen and (max-width: 960px) {

    .wrapper {
        padding-top: 145px;
    }

    .hide-mobile{
        display:none;
    }
   
    /* HEADING */

    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 22px;
    }
    .follow {
        padding: 0 20px 40px 20px;
    }
    .follow:after {
        width: 50px;
        height: 50px;
    }

    /* BILLBOARD */

    .billboard .poster.desktop {
        display: none;
    }
    .billboard .poster.mobile {
        display: block;
    }
    .billboard .board {
        width: 200px;
        left: -20px;
    }
    .billboard .board .label {
        font-size: 22px;
        line-height: 1.1;
    }
    .billboard .board .label .tabs {
        height: 100%;
    }
    .page100 .billboard .poster.mobile{
        margin-top: 20px;
    }

    /* STRIPE SELECTOR */

    section#productSelector .stripeDropdown {
        width: auto;
        margin: 0 0 20px 0;
        float: none;
    }

    /* BEBELINE BOX */

    .bebelineBox {
        background-size: 960px auto;
        padding: 80px 0 80px 0;
    }
    .bebelineBox .box {
        padding: 0 0 0 0;
    }
    .bebelineBox .box:after {
        width: 120px;
        height: 108px;
        right: -22px;
        top: -49px;
    }
    .bebelineBox .box .hero {
        width: 100%;
        height: 300px;
        border-radius: 30px 30px 0 0;
        position: relative;
        clip-path: polygon(0 0, 100% 0, 100% 260px, 70% 100%, 0 260px);
        z-index: 2;
    }
    .bebelineBox .box .content {
        padding: 20px;
    }
    .bebelineBox .ribbon {
        font-size: 32px;
    }
    .bebelineBox .ribbon:after {
        right: -10px;
    }

    /* CONTACT BOX */

    .contactBox .contactItem {
        padding: 0;
    }
    .contactBox .contactItem .icon {
        display: block;
        position: relative;
        margin: 0 auto 10px auto;
    }
    .contactBox .contactItem .description {
        display: block;
    }

    /* RIBBON */

    .ribbon.small {
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        padding: 0 20px;
    }
    .ribbon.big {
        height: 60px;
        line-height: 60px;
        font-size: 32px;
        padding: 0 20px;
    }

    /* PRODUCT CATEGORY */

    section#productCategory .categoryMenu .categoryLabel.active {
        display: block;
        margin: 20px auto 0 auto;
    }
    section#productCategory .categoryMenu .categoryLabel.desktop {
        display: none;
    }
    section#productCategory .categoryMenu .categoryLabel.block {
        display: block;
    }
    section#productCategory .categoryMenu .categoryLabel:not(.active) {
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin: 5px;
    }
    section#productCategory .categoryMenu .categoryLabel:not(.active) .content {
        font-size: 20px;
    }
    section#productCategory .categoryMenu .categoryLabel:not(.active) .content .icon {
        width: 80px;
        height: 48px;
    }
    section#productCategory .categoryMenu .categoryLabel:not(.active) .line {
        display: none;
    }
    section#productCategory .categoryMenu .categoryLabel .content .tabs {
        transform: scale(1) translateY(0);
    }

    /* PRODUCT SELECTOR */

    section#productSelector .intro {
        padding: 0 0 40px 80px;
    }

    /* PRODUCT */
   
    section#product .intro .title {
        display: inline-block;
        vertical-align: middle;
        font-family: 'MilupaHand';
        font-weight: 800;
        text-transform: uppercase;
        margin: 10px;
    }
    section#product .intro .title .brand {
        font-size: 36px;
    }
    section#product .intro .title .productName {
        font-size: 28px;
    }
    section#product .intro .title .size {
        font-size: 24px;
    }
    section#product .intro .ageRange .bird {
        width: 70px;
        height: 70px;
        display: inline-block;
        vertical-align: top;
        margin: 50px 0 0 0;
    }
    section#product .intro .ageRange .bubble {
        width: 100px;
        height: 70px;
        font-size: 20px;
        padding: 10px 10px 10px 20px;
    }
    section#product .generalInfo .block {
        width: auto;
        margin: 0;
    }
    section#product .stripeDropdown {
        width: auto;
        float: none;
        margin: 0 0 20px 0;
    }
    section#product .useInfo .stamp {
        width: 80px;
        height: 80px;
        left: -20px;
        top: -20px;
    }
    section#product .useInfo .borderBox .spikeBox {
        padding: 10px 80px;
    }
    .otherProducts .tunnel {
        padding: 0 40px;
    }
    .otherProducts .slider {
        width: auto;
    }
    .otherProducts .slider .flex-viewport {
        overflow: hidden !important;
    }
    section#product .generalInfo .health .body ul li {
        width: 70px;
    }
    section#product .generalInfo .health .body ul li img {
        width: 60px;
    }
    section#product .generalInfo .health .body ul li span:after {
        width: 15px;
        height: 30px;
    }
    section#product .formulaTransition .vsBox p br{
        display: none;
    }
    section#product .formulaTransition .formulaMeasure .tab{
        padding-right: 0px;
    }

    /* DIVERSIFICATION */

    section#diversification .filters .filter {
        width: auto;
        display: block;
        margin: 0 auto 20px auto;
    }
    section#diversification .filter .head {
        font-size: 20px;
    }
    section#diversification .filter .body {
        padding: 10px;
    }
    section#diversification .filter .body .checks .option {
        width: 130px;
        margin: 5px;
    }
    section#diversification .steps .step {
        margin: 5px;
    }
    section#diversification .steps .step .label {
        width: 120px;
        padding: 20px 10px 10px 10px;
    }
    section#diversification .steps .step .icon {
        width: 100px;
    }

    /* RECIPE POOL */

    .recipePool .recipe {
        padding: 0;
        border-radius: 0 120px 0 30px;
    }
    .recipePool .recipe .head {
        width: 100%;
        height: 240px;
        border-radius: 0 120px 0 0;
        position: relative;
    }
    .recipePool .recipe .body {
        padding: 20px;
    }
    .recipePool .recipe .body .ribbon {
        font-size: 20px;
    }

    /* RECIPE */

    section#recipe .kitchen .intro {
        padding: 100px 0 60px 0;
    }
    section#recipe .kitchen .conditions .condition {
        width: calc((100% - 20px) / 3);
        margin: 0 10px 0 0;
    }
    section#recipe .kitchen .conditions .condition .name {
        font-size: 18px;
    }
    section#recipe .kitchen .conditions .condition .option {
        font-size: 18px;
    }
    section#recipe .kitchen .conditions .condition .note {
        font-size: 10px;
    }
    section#recipe .kitchen .conditions .condition .icons {
        height: auto;
    }
    section#recipe .kitchen .conditions .condition .icons .icon {
        width: 24px;
        border-width: 2px;
    }
    section#recipe .kitchen .cookBoxes {
        display: block;
    }
    section#recipe .kitchen .cookBoxes .cookBox {
        width: auto;
        margin: 0 0 20px 0;
    }
    section#recipe .kitchen .cookBoxes .cookBox .head {
        padding: 10px 40px;
    }
    section#recipe .kitchen .cookBoxes .cookBox .body {
        padding: 20px 40px;
    }

    /* STORY */

    section#story .title {
        padding: 0 40px;
    }
    section#story .ribbon {
        min-width: auto;
        font-size: 24px;
    }

    /* HEADER */

    header .tabs .tab {
        display: block;
    }
    header .tab.navigation {
        text-align: right;
        vertical-align: middle;
        position: static;
    }
    header .tab.tools {
        width: 100%;
        height: 75px;
        position: absolute;
        left: 0;
        top: 100%;
        background: #FFF;
        padding: 10px 20px;
    }
    header .tools .tool .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }
    header .tools .tool .toolBox {
        padding: 58px 0 0 0;
    }
    header .hamburger {
        display: inline-block;
    }
    header .hamburger .lines .line {
        background: #00665e;
    }
    header ul.menu.level1 {
        width: 100%;
        height: 2000px;
        display: none;
        position: absolute;
        top: 70px;
        bottom: 0;
        right: 0;
        background: rgba(255,255,255,0.8);
    }
    header .navigation ul.menu li.page210 {
        display: block;
    }
    header .navigation nav {
        width: 100%;
        position: fixed;
        left: 0;
        top: 44px;
        padding: 10px 20px;
        box-sizing: border-box;
    }
    .notice_important .flex {
        font-size: 10px;
    }
    #important-notice img {
        margin: -10px 0;
    }
    header .navigation nav.fixed {
        height: auto;
        position: fixed;
        left: 0;
        top: 0;
    }
    header .navigation ul.menu li.level1 {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0;
    }
    header .navigation ul.menu li.level1 .navBtn {
        display: block;
        transition: 0.3s all;
    }
    header .navigation ul.menu li.level1 .navBtn.active {
        padding: 20px 0 0 0;
    }
    header .navigation ul.menu li.level1 .navBtn a {
        font-size: 20px;
        padding: 20px;
        display: inline-block;
        vertical-align: middle;
    }
    header .navigation ul.menu li.level2 .navBtn a {
        padding: 5px 0;
        font-size: 16px;
    }
    header .navigation ul.menu li.level1 ul.menu.level2 {
        padding: 0;
    }
    header .navigation ul.menu li.level1 ul.menu.level2 li .navBtn {
        padding: 0;
    }
    header .navigation ul.menu li.level1 ul.menu.level2 li .navBtn a:after {
        display: none;
    }
    header .navigation ul.menu li.level1.active,
    header .navigation ul.menu li.level1:hover {
        height: auto;
    }
    header .navigation ul.menu li .navBtn .openMenuBtn {
        display: inline-block;
        vertical-align: middle;
    }
    header .navigation ul.menu {
        display: none;
    }
    header .navigation ul.menu.active {
        display: block;
    }
    header .navigation ul.menu li.level1 ul.menu.level2 {
        position: relative;
        left: auto;
        top: auto;
    }

    /* CONTACT */

    section#contact form .formBlock {
        display: block;
    }
    section#contact form .inwrap {
        padding: 0;
        margin: 0 0 20px 0;
    }
    section#contact form .inwrap .label {
        width: auto;
        height: auto;
        line-height: normal;
        display: block;
        text-align: center;
        margin: 0 0 5px 0;
    }
    section#contact form .inwrap .field {
        width: auto;
        display: block;
        margin: 0;
    }
    section#contact .submit:before {
        display: none;
    }
    section#contact .submit:after {
        display: none;
    }
    section#contact .contact {
        margin: 0 0 120px 0;
    }
    section#contact .contact .box {
        padding: 40px 20px 40px 20px;
    }
    section#contact .contact .box .foot {
        height: auto;
        left: 45px;
    }
    section#contact .contact .box:after {
        right: -30px;
        top: -70px;
    }
    section#contact .location {
        padding: 0 0 40px 0;
    }

    /* CONTACT EXTRA */

    .extraBox .ribbon {
        display: block;
        padding: 0;
    }
    .extraBox .ribbon .label:before,
    .extraBox .ribbon .label:after {
        display: none;
    }
    .ribbon .label .help {
        width: auto;
        display: block;
    }
    .ribbon .label .details {
        margin: auto;
        display: block;
    }
    .contactExtra .extraBox .ribbon .label .details {
        margin: 10px;
    }

    /* POPUP */

    .popup .placer {
        padding: 80px 20px;
    }
   
    .popup .placer .head:after {
        width: 90px;
        height: 65px;
        display: block;
        position: absolute;
        left: 50%;
        top: -20px;
        margin-left: -37px;
    }

    /* BEBELINE */

    section#bebeline .billboardHolder .contactWays {
        bottom: 0;
    }
    section#bebeline .billboardHolder .contactWays .contactWay {
        margin: 0 10px 10px 0;
    }
    section#bebeline .billboardHolder .contactWays .contactWay .icon {
        width: 30px;
        height: 30px;
    }
    section#bebeline .billboardHolder .contactWays .contactWay .label {
        font-size: 12px;
        line-height: 1.2;
    }
    section#bebeline h1:after{
        display: none;
    }
    section#bebeline .callCenter .cta:after{
        display: none;
    }
    section#bebeline .callCenter .cta:before{
        display: none;
    }
    section#bebeline .topics .topic {
        width: calc((100% - 20px)/2);
        height: 180px;
        float: left;
        padding: 20px;
    }
    section#bebeline .topics .topic:nth-of-type(2n) {
        margin: 0 0 20px 0 !important;
    }
    section#bebeline .topics .topic:nth-of-type(3n) {
        margin: 0 20px 20px 0;
    }
    section#bebeline .topics .topic .icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 10px auto;
    }
    section#bebeline .topics .topic .label {
        font-size: 18px;
    }
    section#bebeline .topics .topic .switch {
        display: none;
    }
    section#bebeline .forum .head .threads {
        column-count: 1;
        padding: 20px;
    }
    section#bebeline .experts .title {
        margin: 0 auto -60px auto;
        pointer-events: none;
    }
    section#bebeline .experts .expert {
        max-width: 320px;
        display: block;
    }
    section#bebeline .experts .expert .hero {
        width: 60%;
    }
    section#bebeline .experts .expert .resume {
        width: 200px;
        font-size: 12px;
    }
    section#bebeline .experts .expert.expert1 {
        margin: auto;
    }
    section#bebeline .experts .expert.expert2 {
        margin: 0 auto 40px auto;
    }
    section#bebeline .experts .expert.expert3 {
        margin: 0 auto 40px auto;
    }
    section#bebeline .experts .expert.expert1 .resume {
        top: -40px;
        padding: 20px 20px 20px 40px;
    }
    section#bebeline .experts .expert.expert2 .resume {
        top: 40px;
        padding: 20px 40px 20px 20px;
    }
    section#bebeline .experts .expert.expert3 .resume {
        padding: 20px 20px 20px 40px;
    }
    section#bebeline .experts .expert .hero .card .name {
        font-size: 24px;
    }
    section#bebeline .experts .expert .hero .card .position {
        font-size: 12px;
    }

    /* DISCUSSION POOL */

    .discussionPool {
        padding: 20px 4px;
    }
    .discussionPool .discussion .post {
        padding: 20px;
        display: block;
    }
    .discussionPool .discussion .post .profile {
        width: auto;
        margin: 0 0 20px 0;
        display: flex;
    }
    .discussionPool .discussion .post .message {
        width: auto;
        padding: 20px 0 0 0;
        border-left: none;
        border-top: 2px #93c021 dashed;
    }
    .discussionPool .discussion .controller {
        padding: 0 24px;
    }
    .discussionPool .discussion .controller .readBtn {
        width: auto;
        float: none;
        margin: 0;
    }
    .discussionPool .discussion .controller .readBtn {
        width: auto;
        float: none;
        clear: both;
        text-align: center;
        margin: 10px 0 0 0;
    }
    .discussionPool .discussion .controller .stat {
        padding: 0 10px 20px 0;
    }
    .discussionPool .discussion .controller .stat.likeStats {
        float: left;
        padding: 0 0 20px 0;
    }

    /* HOME */

    section#home .ribbon .label {
        font-size: 32px;
        padding: 10px;
    }
    section#home .diversification .step {
        margin: 5px;
    }
    section#home .diversification .step .label {
        width: 120px;
        padding: 20px 10px 10px 10px;
    }
    section#home .diversification .step .icon {
        width: 100px;
    }
    section#home .bebeline .box {
        padding: 0;
    }
    section#home .bebeline .box:after {
        width: 120px;
        height: 108px;
        right: -22px;
        top: -49px;
    }
    section#home .bebeline .ribbon {
        margin: 0 auto 50% auto;
    }
    section#home .bebeline .box .experts {
        top: auto;
        bottom: 100%;
        margin-bottom: -20px;
        left: -20px;
    }
    section#home .bebeline .box .content {
        padding: 40px 0 20px 0;
    }
    section#home .bebeline .box .content .body {
        padding: 40px 20px 0 20px;
        position: relative;
        margin: 0 0 20px 0;
    }
    section#home .bebeline .box .content .body .bubbles {
        width: 60px;
        right: 20px;
        top: -10px;
    }
    section#home .bebeline .box .deco {
        width: 240px;
        height: 240px;
        left: -30px;
        bottom: 100%;
        margin-bottom: -100px;
    }
    section#home .nutrition .hero {
        /*padding: 200px 0 0 0;*/
        padding: 0;
    }
    section#home .flex-control-paging li a{

    }

        /* ARTICLE */

    section#articles .intro:after{
        display: none;
    }
    section#article .categoryFlag .poster {
        display: none;
    }
    section#article .categoryFlag .poster.mobile {
        display: block;
    }
    section#article article {
        padding: 40px 20px
    }
    section#article article h1 {
        font-size: 32px;
    }
    section#article article .head {
        display: block;
    }
    section#article article .head .summary {
        width: auto;
    }
    section#article article .head .hero {
        width: auto;
    }
    section#article article .head .summary:after {
        top: auto;
        left: 50%;
        bottom: -15px;
        margin-top: auto;
        margin-left: -15px;
    }
    section#article article .stage .bow2 {
        left: 180px;
    }
    section#articles .articleCategoryPool:before{
        display:none;
    }
    section#articles .articleCategoryPool:after{
        display:none;
    }
    .articleSet .ribbon {
        margin: 0 0 100px 0;
    }
    .articleSet .ribbon .label {
        font-size: 24px;
        padding: 10px;
    }
    .articleLeadPool .articleLead {
        width: auto;
        display: block;
        margin: 40px auto;
        padding: 0;
    }
    .articleLeadPool .articleLead:hover {
        box-shadow: none;
    }
    .articleLeadPool .articleLead .content {
        min-height: auto;
    }
    .articleCategory {
        width: 140px;
        height: 140px;
        margin: 5px;
        font-size: 15px;
    }
    .articleCategory .label {
        padding: 0 10px;
    }
    .aIcon {
        width: 60px;
        height: 60px;
    }
    
    /* BENEFITS */

    section#benefits .deco .bird{
        position: absolute;
        width: 35px;
        height: 35px;
        top: -90px;
    }
    section#benefits .deco .bubble{
        background: none; 
        position: absolute;
        width: 300px;
        height: 49px;
        left: 57px;
        top: -41px;
        text-align: center;
        font-size: 18px;
        display: inline-block;
    }
    section#benefits .reasons .deco .bubble{
        width: 300px;
    }
    section#benefits .container:nth-child(8)  .deco .bubble{
        padding: 20px 40px;
    }
    section#benefits .deco .bird::before {
        display: none;
    }
    section#benefits .intro{
        display: block;
    }
    section#benefits .tabs{
        display: block;
    }
    section#benefits .tabs .guide{
        display: block;
        margin: 0 auto;
    }
    section#benefits .contentBenefits .illustration {
        padding-bottom:20px;
    }

    
    /* AUTH */

    section.auth .head h1 {
        font-size: 32px;
    }

    /* REGISTER */

    section#register .groundBlock .side {
        width: auto;
        float: none;
        margin: 0 0 20px 0;
    }
    section#register .groundBlock .side .box {
        padding: 20px;
    }
    section#register .groundBlock:before{
        display: none;
    }
    section#register .skyBlock:before{
        display: none;
    }
    section#register .skyBlock:after{
        display: none;
    }

    /* FORM */

    form .pie .slice {
        width: auto;
        float: none;
        margin: 0;
    }

    /* ACCOUNT */

    section#account .skyBlock .ribbon {
        font-size: 32px;
    }
    section#account .skyBlock:before{
        display: none;
    }
    section#account .skyBlock:after{
        display: none;
    }
    section#account .groundBlock:before{
        display: none;
    }
    section#account .groundBlock .sidebar {
        width: auto;
        float: none;
        margin: 0 0 20px 0;
        text-align: center;
    }
    section#account .groundBlock .sidebar .nav {
        width: 120px;
        display: inline-block;
    }
    section#account .groundBlock .sections {
        width: auto;
        float: none;
    }
    section#account .groundBlock .sections .box .hl .content .label {
        margin: 0 auto 20px auto;
    }
    section#account .groundBlock .sections .section .box .hl .icon {
        display: block;
        margin: auto;
    }
    section#account .groundBlock .sections .box .formBlock .slice {
        width: auto;
        display: block;
        margin: auto;
    }
    section#error .content{
        display: none;
    }
    
    
    /*  QUIZ OPINION */
    
    section#introduction .validationForm{
        margin: 0px auto;
        display: block;
    }
    section#introduction br{
        display: none;
    }



    /* QUIZ OPINION */

    section#quiz h1 .label:nth-of-type(1), section#quiz h1 .label:nth-of-type(2) {
        font-size: 22px;
    }
    section#quiz .hl .right_arrow {
        bottom: 60px !important;
        left: -20px !important;
    }
    section#quiz .hl .pen {
        right: -40px !important;
    }
    section.quiz .inwrap .label {
        font-size: 21px;
    }
    section.quiz h3 {
        font-size: 20px;
    }
    section.quiz .maxWidth .inwrap input[type="text"], section.quiz .maxWidth .inwrap input[type="password"] {
        font-size: 21px;
        padding: 0px 15px;
        height: 64px;
    }
    section#quiz .inwrap[data-type=date] .input:after {
        width: 40px;
        height: 30px;
        right: 10px;
        top: 16px;
    }
    section#quiz li.level {
        padding: 15px 0 0 0;
    }
    section#quiz .inwrap .radio label {
        margin: 10px 0px;
    }
    section.quiz .yesOrno .radio label .mark {
        margin: 10px 7px 0;
    }
    section.quiz .rateMilumil .radio label .mark .option {
        font-size: 50px;
    }
    section.quiz .submit p {
        line-height: 1.3;
    }
    section.quiz .inwrap .check label .mark .option, section.quiz .inwrap .radio label .mark .option {
        font-size: 18px;
    }
    .ui-widget.ui-widget-content {
        box-sizing: border-box;
    }
    section.quiz .inwrap .radio label .mark:before {
        margin-top: -2px;
    }
    section.quiz .rateMilumil .radio label .mark .option {
        font-size: 30px;
    }
    section.quiz .arrow_label .inwrap label .option {
        min-height: 22px;
    }
    .ui-widget.ui-widget-content {
        max-width: 330px;
        box-sizing: border-box;
    }
    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        margin: 0px 3px;
        width: 42%;
    }
    section.quiz .submit h4 {
        font-size: 27px;
    }
    section#product .formulaTransitionSticky {
        right: -240px;
    }
    section#product .formulaTransitionSticky .body {
        width: 240px;
    }
    section#news .newsPool .news,
    section#usefulTools .usefulToolsPool .usefulTools {
        width: auto;
        float: none;
        margin: 0 0 30px 0;
    }
    section#news .newsPool .news .title,
    section#usefulTools .usefulToolsPool .usefulTools .title {
        height: auto;
    }
    section#news .newsPool .news .description,
    section#usefulTools .usefulToolsPool .usefulTools .description {
        height: auto;
    }
    .promoLead .tabs {
        display: block;
    }
    .promoLead .tabs .tab {
        display: flex;
        flex-direction: column-reverse;
    }
    .promoLead .content {
        order: 2;
        display: block;
        margin: auto;
    }
    .promoLead .hero {
        order: 1;
        display: block;
        margin: auto;
    }
    section#pickyQuiz h2{
        font-size: 20px;
    }
    section#pickyQuiz h3{
        font-size: 16px;
    }
    section#pickyQuiz h1 .label{
        height: 45px;
        line-height: 45px;
        font-size: 32px;
        padding: 0 40px;
    }
    section#pickyQuiz .intro h1 .label:nth-of-type(1){
        right: -60px;
    }
    section#pickyQuiz .intro h1 .label:nth-of-type(2){
        font-size: 20px;
    }
    section#pickyQuiz .intro .hl .avocadoup{
        top: -30px !important;
        width: 75px !important;
        left: auto !important;
        right: 40px !important;
    }
    section#pickyQuiz .intro .hl .portocala{
        top: 60px !important;
        width: 75px !important;
        right: 0px !important;
    }
    section#pickyQuiz .intro .hl .berriesup{
        display: none;
    }
    section#pickyQuiz .intro .hl .leftberrie{
        width: 20px !important;
        top: 100px !important;
        left: 60px !important;
    }
    section#pickyQuiz .intro .hl .rightberrie{
        width: 20px !important;
        top: 100px !important;
        right: 70px !important;
    }
    section#pickyQuiz .intro .hl .piersicaup{
        top: -15px !important;
        left: 45px !important;
        width: 60px !important;
    }
    section#pickyQuiz .intro .hl .capsuna{
        width: 45px !important;
        top: 30px !important;
        left: 10px !important;
    }
    section#pickyQuiz .intro .hl .capsuna2{
        top: 30px !important;
        right: 20px !important;
        width: 45px !important;
    }
    section#pickyQuiz .quiz h1 .label:nth-of-type(1){
        right: -40px;
    }
    section#pickyQuiz .quiz h1 .label:nth-of-type(2){
        font-size: 20px;
    }
    section#pickyQuiz .quiz .question{
        font-size: 20px;
    }
    section#pickyQuiz .quiz .gender img{
        width: 70px;
        display: inline-block;
        vertical-align: middle;
    }
    section#pickyQuiz .quiz .gender .selector{
        width: 70px;
        height: 26px;
        border: 2px #969694 solid;
        margin: 5px;
        position: relative;
    }
    section#pickyQuiz .quiz .gender .selector:before{
        content: '';
        width: 20px;
        height: 20px;
        margin-left: -10px;
        margin-top: -10px;
    }
    section#pickyQuiz .quiz .gender .selector#f:before{
        left: 100%;
        margin-left: -24px;
        background: #ef8723;
    }
    section#pickyQuiz .quiz .options .option{
        font-size: 14px;
    }
    section#pickyQuiz .quiz .hl .avocadoup{
        top: 50px !important;
        width: 75px !important;
        right: -50px !important;
    }
    section#pickyQuiz .quiz .hl .piersicaup{
        left: -50px !important;
        width: 65px !important;
    }
    section#pickyQuiz .quiz .hl .berriesup{
        bottom: 80px !important;
        left: -20px !important;
        width: 45px !important;
    }
    section#pickyQuiz .quiz .hl .capsuna2{
        top: -10px !important;
        right: -20px !important;
        width: 45px !important;
    }


}

@media screen and (max-width: 479px) {
    
    /*  QUIZ OPINION */
    
    section.quiz h2{
        font-size: 28px;
        line-height: 24px;
    }
    section.quiz p{
        font-size: 18px;
        line-height: 22px;
    }
    section.quiz h3{
        font-size:24px;
    }
    section.quiz .prizes{
        width: 135%;
        display: block;
        position: relative;
        left: -16%;
    }


    section#quiz h1 .label:nth-of-type(1), section#quiz h1 .label:nth-of-type(2) {
        font-size: 16px;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
    }
    section#quiz .hl .right_arrow {
        bottom: 40px !important;
        left: 0;
    }
    section#quiz .flex-control-nav li {
        margin: 0 2px;
    }
    section#quiz .flex-control-paging li a {
        width: 25px;
    }
    section#quiz .flex-control-paging li a.flex-active:after {
        left: 0;
        width: 25px;
    }
    section#quiz .flex-control-paging li.checked a:after {
        left: 0;
    }
    section#quiz .survey {
        padding: 40px 0 0 0;
    }
    section#quiz .flex-nav-prev, section#quiz .flex-nav-next {
        top: 7px;
    }
    section#product .formulaTransition .ribbon.softBlue .label{
        font-size: 24px;
    }
    section#product .formulaTransition .advice p {
        font-size: 18px;
    }
    section#product .formulaTransition .vsBox .body p{
        font-size: 16px;
    }
    section#product .formulaTransition .vsBox .body .oldNew .tab{
        display: block;
        margin: 0px auto;
    }
    section#product .formulaTransition .vsBox .body .oldNew .tab.w35{
        margin: 20px auto;
        width: 45%;
    }
    section#product .formulaTransition .vsBox .body .oldNew .newPack{
        margin: 35px auto 0px;
    }
    section#product .formulaTransition .vsBox .body .oldNew .tab.w20 img{
        transform: rotate(90deg);
    }
    section#product .formulaTransition .formulaMeasure{
        font-size: 16px;
    }
    section#product .formulaTransition .formulaMeasure .bullet{
        display: block;
        margin: 0px auto;
    }
    section#product .formulaTransition .dailyBullets .bulletWrapper{
        margin-top:10px;
        max-width: 95px;
    }
}
