@charset "UTF-8";
/*--------------------------------------------------------------
# Bundle template membership
#
# Foglio a se, caricato solo sulle pagine che usano un
# template-membership-*.php (vedi foodweb_scripts() in functions.php).
# L'intero contenuto e scoped su body.page-template-template-membership*,
# quindi non puo agganciare nulla sulle altre pagine: tenerlo nel foglio
# globale significava trasportarlo su ogni pagina del sito senza usarlo.
#
# Si importano solo variabili e mixin: sono compile-time e non emettono
# CSS, quindi il bundle non duplica nulla del nucleo. Il nucleo
# (reset, typography, gabbia) resta caricato da style.css: questo
# foglio e un sovrapposto, non un sostituto.
--------------------------------------------------------------*/
/* #89a5c0; */
/*
 * IMPORTANT - tenere sincronizzato con:
 * - icone dentro images/mercati
 * - functions.php
 * */
/*
$mercati_categorie_slugs: 'bakery', 'beverage', 'carni', 'condimenti-mercati', 'conserve', 'dairy', 'fresco', 'frozen', 'grocery', 'olio', 'ortofrutta', 'pasta', 'salumi';
$mercati_names: 'bakery', 'beverage', 'carni', 'condimenti', 'conserve', 'dairy', 'fresco', 'frozen', 'grocery', 'olio', 'ortofrutta', 'pasta', 'salumi';
// Le icone sono state eliminate
$mercati_icons: 'beverage', 'condimenti', 'conserve', 'bakery', 'pasta',
  'formaggi', 'salumi', 'caffe-altro', 'cereali', 'dolciario', 'freddo',
  'fruit&vegetables', 'healthy', 'petfood', 'babyfood', 'vino';
// #TODO eliminare variabile
$mercati_colors: #c99d66, #5db1e4, #dd6b8b, #6ca547, #bc1d1d, #f18c00, #454b9a, #1990ac, #c63769, #a1973a, #7cc08c, #dbaf00, #ec6f68;
*/
/* IMPORTANT - '/' alla fine */
/*  OLD $mercati_colors: #62b3dd, #7ab14e, #404f91, #c89d68, #e9c35b, #ef8f24, #e97169; */
/* 1/radq(2) - same as image ratio (NOT 3/4 !!!) */
/* ($size__site-max-width-rems/2 - $size__head-area-gap-rems - $size__head-area-right-width-rems); */
/* In visualizzazione tablet la dine dell'header della seconda notizia si allinea verticalmente con il margine sx di #main */
/*
 * Alcuni elementi, non essendo testuali o avendo un bordo o uno sfondo,
 * sembrano meno sepaziati verticalmente dagli altri
 * perché no hanno una line-height e lettere di diversa altezza che creano uno spazio ulteriore
 * -> aggiungo un po' di spazio per dare più omogeneità visiva.
 * IMPORTANT - attenzione al font-size dell'elemento in cui si applica ed eventualmete compensare
 * */
/*
 * Fattore moltiplicativo si $font__main-menu sul testo digitato di ricerca quando la ricerca è aperta
 * */
/*
 * Se è aperta la ricerca la secondary-navigation scompare
 * => devo adeguare la posizione degli elementi sottostanti
 * */
/*
 * Su mobile viene troppo grosso mantenendo i rem soliti + collassa anche la secondary-navigation bar
 * */
/*** variabili per box ***/
/*
 * Usato in single, page e visual editor
 * */
body.page-template-template-membership,
body.page-template-template-membership-ds,
body.page-template-template-membership-fs,
body.page-template-template-membership-gdo,
body.page-template-template-membership-gdo-insights,
body.page-template-template-membership-insights,
body.page-template-template-membership-26 {
  color: #2a2a2a;
}
body.page-template-template-membership .grecaptcha-badge,
body.page-template-template-membership-ds .grecaptcha-badge,
body.page-template-template-membership-fs .grecaptcha-badge,
body.page-template-template-membership-gdo .grecaptcha-badge,
body.page-template-template-membership-gdo-insights .grecaptcha-badge,
body.page-template-template-membership-insights .grecaptcha-badge,
body.page-template-template-membership-26 .grecaptcha-badge {
  display: none !important;
}
body.page-template-template-membership a[name]:not([href]),
body.page-template-template-membership-ds a[name]:not([href]),
body.page-template-template-membership-fs a[name]:not([href]),
body.page-template-template-membership-gdo a[name]:not([href]),
body.page-template-template-membership-gdo-insights a[name]:not([href]),
body.page-template-template-membership-insights a[name]:not([href]),
body.page-template-template-membership-26 a[name]:not([href]) {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
}
body.page-template-template-membership .page-header h1,
body.page-template-template-membership-ds .page-header h1,
body.page-template-template-membership-fs .page-header h1,
body.page-template-template-membership-gdo .page-header h1,
body.page-template-template-membership-gdo-insights .page-header h1,
body.page-template-template-membership-insights .page-header h1,
body.page-template-template-membership-26 .page-header h1 {
  font-size: 250%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0.5em;
  font-weight: normal;
  line-height: 1.125;
}
body.page-template-template-membership .site-main,
body.page-template-template-membership-ds .site-main,
body.page-template-template-membership-fs .site-main,
body.page-template-template-membership-gdo .site-main,
body.page-template-template-membership-gdo-insights .site-main,
body.page-template-template-membership-insights .site-main,
body.page-template-template-membership-26 .site-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.page-template-template-membership .site-main.annuale [data-ref=biennale],
body.page-template-template-membership-ds .site-main.annuale [data-ref=biennale],
body.page-template-template-membership-fs .site-main.annuale [data-ref=biennale],
body.page-template-template-membership-gdo .site-main.annuale [data-ref=biennale],
body.page-template-template-membership-gdo-insights .site-main.annuale [data-ref=biennale],
body.page-template-template-membership-insights .site-main.annuale [data-ref=biennale],
body.page-template-template-membership-26 .site-main.annuale [data-ref=biennale] {
  display: none !important;
}
body.page-template-template-membership .site-main.biennale [data-ref=annuale],
body.page-template-template-membership-ds .site-main.biennale [data-ref=annuale],
body.page-template-template-membership-fs .site-main.biennale [data-ref=annuale],
body.page-template-template-membership-gdo .site-main.biennale [data-ref=annuale],
body.page-template-template-membership-gdo-insights .site-main.biennale [data-ref=annuale],
body.page-template-template-membership-insights .site-main.biennale [data-ref=annuale],
body.page-template-template-membership-26 .site-main.biennale [data-ref=annuale] {
  display: none !important;
}
body.page-template-template-membership .site-main .features-carousel,
body.page-template-template-membership-ds .site-main .features-carousel,
body.page-template-template-membership-fs .site-main .features-carousel,
body.page-template-template-membership-gdo .site-main .features-carousel,
body.page-template-template-membership-gdo-insights .site-main .features-carousel,
body.page-template-template-membership-insights .site-main .features-carousel,
body.page-template-template-membership-26 .site-main .features-carousel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
body.page-template-template-membership .site-main .features-carousel.visible,
body.page-template-template-membership-ds .site-main .features-carousel.visible,
body.page-template-template-membership-fs .site-main .features-carousel.visible,
body.page-template-template-membership-gdo .site-main .features-carousel.visible,
body.page-template-template-membership-gdo-insights .site-main .features-carousel.visible,
body.page-template-template-membership-insights .site-main .features-carousel.visible,
body.page-template-template-membership-26 .site-main .features-carousel.visible {
  opacity: 1;
  pointer-events: all;
}
body.page-template-template-membership .site-main .features-carousel .box,
body.page-template-template-membership-ds .site-main .features-carousel .box,
body.page-template-template-membership-fs .site-main .features-carousel .box,
body.page-template-template-membership-gdo .site-main .features-carousel .box,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box,
body.page-template-template-membership-insights .site-main .features-carousel .box,
body.page-template-template-membership-26 .site-main .features-carousel .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100vw - 100px);
  height: calc(100vh - 100px);
  transform: translate(-50%, -50%);
  background-color: #edf1f3;
  border-radius: 30px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features-carousel .box,
  body.page-template-template-membership-ds .site-main .features-carousel .box,
  body.page-template-template-membership-fs .site-main .features-carousel .box,
  body.page-template-template-membership-gdo .site-main .features-carousel .box,
  body.page-template-template-membership-gdo-insights .site-main .features-carousel .box,
  body.page-template-template-membership-insights .site-main .features-carousel .box,
  body.page-template-template-membership-26 .site-main .features-carousel .box {
    width: calc(100vw - 40px);
    height: calc(100vh - 150px);
  }
}
body.page-template-template-membership .site-main .features-carousel .box .close,
body.page-template-template-membership-ds .site-main .features-carousel .box .close,
body.page-template-template-membership-fs .site-main .features-carousel .box .close,
body.page-template-template-membership-gdo .site-main .features-carousel .box .close,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .close,
body.page-template-template-membership-insights .site-main .features-carousel .box .close,
body.page-template-template-membership-26 .site-main .features-carousel .box .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
body.page-template-template-membership .site-main .features-carousel .box .close svg,
body.page-template-template-membership-ds .site-main .features-carousel .box .close svg,
body.page-template-template-membership-fs .site-main .features-carousel .box .close svg,
body.page-template-template-membership-gdo .site-main .features-carousel .box .close svg,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .close svg,
body.page-template-template-membership-insights .site-main .features-carousel .box .close svg,
body.page-template-template-membership-26 .site-main .features-carousel .box .close svg {
  width: 40px;
  height: auto;
}
body.page-template-template-membership .site-main .features-carousel .box .slides,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 65px;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features-carousel .box .slides,
  body.page-template-template-membership-ds .site-main .features-carousel .box .slides,
  body.page-template-template-membership-fs .site-main .features-carousel .box .slides,
  body.page-template-template-membership-gdo .site-main .features-carousel .box .slides,
  body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides,
  body.page-template-template-membership-insights .site-main .features-carousel .box .slides,
  body.page-template-template-membership-26 .site-main .features-carousel .box .slides {
    top: 20px;
    left: 20px;
    right: 20px;
  }
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slick-list,
body.page-template-template-membership .site-main .features-carousel .box .slides .slick-track,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slick-list,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slick-track,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slick-list,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slick-track,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slick-list,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slick-track,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slick-list,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slick-track,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slick-list,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slick-track,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slick-list,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slick-track {
  height: 100%;
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slick-dots,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slick-dots,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slick-dots,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slick-dots,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slick-dots,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slick-dots,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  font-size: 0;
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slick-dots li,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slick-dots li,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slick-dots li,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slick-dots li,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slick-dots li,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slick-dots li,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slick-dots li {
  padding: 5px;
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slick-dots li button,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slick-dots li button,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slick-dots li button,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slick-dots li button,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slick-dots li button,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slick-dots li button,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slick-dots li button {
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  box-shadow: none;
  border: none;
  background-color: #ccc;
  padding: 0;
  text-shadow: none;
  outline: none;
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slick-dots li.slick-active button,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slick-dots li.slick-active button,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slick-dots li.slick-active button,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slick-dots li.slick-active button,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slick-dots li.slick-active button,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slick-dots li.slick-active button,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slick-dots li.slick-active button {
  background-color: #32466b;
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slick-dots li.slick-active:last-child button::before,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slick-dots li.slick-active:last-child button::before,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slick-dots li.slick-active:last-child button::before,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slick-dots li.slick-active:last-child button::before,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slick-dots li.slick-active:last-child button::before,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slick-dots li.slick-active:last-child button::before,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slick-dots li.slick-active:last-child button::before {
  color: #FFF;
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slick-dots li:last-child,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slick-dots li:last-child,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slick-dots li:last-child,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slick-dots li:last-child,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slick-dots li:last-child,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slick-dots li:last-child,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slick-dots li:last-child {
  cursor: pointer;
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slick-dots li:last-child button,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slick-dots li:last-child button,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slick-dots li:last-child button,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slick-dots li:last-child button,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slick-dots li:last-child button,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slick-dots li:last-child button,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slick-dots li:last-child button {
  border-radius: 3px;
  width: auto;
  height: auto;
  padding: 5px 6px 2px;
  pointer-events: none;
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slick-dots li:last-child button:before,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slick-dots li:last-child button:before,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slick-dots li:last-child button:before,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slick-dots li:last-child button:before,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slick-dots li:last-child button:before,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slick-dots li:last-child button:before,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slick-dots li:last-child button:before {
  display: inline;
  content: "iscriviti";
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slick-arrow,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slick-arrow,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slick-arrow,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slick-arrow,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slick-arrow,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slick-arrow,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #FFF;
  border: 3px solid #FFF;
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: none;
  background-image: url(images/icon-arrow-down.svg);
  background-size: 16px auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features-carousel .box .slides .slick-arrow,
  body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slick-arrow,
  body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slick-arrow,
  body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slick-arrow,
  body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slick-arrow,
  body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slick-arrow,
  body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slick-arrow {
    display: none !important;
  }
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slick-arrow.slick-prev,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slick-arrow.slick-prev,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slick-arrow.slick-prev,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slick-arrow.slick-prev,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slick-arrow.slick-prev,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slick-arrow.slick-prev,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(90deg) translate(-50%, 50%);
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slick-arrow.slick-next,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slick-arrow.slick-next,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slick-arrow.slick-next,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slick-arrow.slick-next,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slick-arrow.slick-next,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slick-arrow.slick-next,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slick-arrow.slick-next {
  right: 0;
  transform: rotate(-90deg) translate(50%, 50%);
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slide,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features-carousel .box .slides .slide,
  body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide,
  body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide,
  body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide,
  body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide,
  body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide,
  body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide {
    justify-content: center;
  }
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slide .texts,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide .texts,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide .texts,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide .texts,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide .texts,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide .texts,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide .texts {
  margin-bottom: 20px;
  text-align: center;
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slide .texts strong,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide .texts strong,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide .texts strong,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide .texts strong,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide .texts strong,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide .texts strong,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide .texts strong {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media all and (max-width: 600px) {
  body.page-template-template-membership .site-main .features-carousel .box .slides .slide .texts strong,
  body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide .texts strong,
  body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide .texts strong,
  body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide .texts strong,
  body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide .texts strong,
  body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide .texts strong,
  body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide .texts strong {
    font-size: 22px;
  }
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slide .texts strong i,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide .texts strong i,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide .texts strong i,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide .texts strong i,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide .texts strong i,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide .texts strong i,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide .texts strong i {
  margin-right: 10px;
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slide .texts strong i svg,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide .texts strong i svg,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide .texts strong i svg,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide .texts strong i svg,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide .texts strong i svg,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide .texts strong i svg,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide .texts strong i svg {
  height: 1em;
  width: auto;
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slide .texts p,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide .texts p,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide .texts p,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide .texts p,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide .texts p,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide .texts p,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide .texts p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
@media all and (max-width: 500px) {
  body.page-template-template-membership .site-main .features-carousel .box .slides .slide .texts p,
  body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide .texts p,
  body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide .texts p,
  body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide .texts p,
  body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide .texts p,
  body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide .texts p,
  body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide .texts p {
    min-height: 6em;
  }
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slide .image-mobile,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide .image-mobile,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide .image-mobile,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide .image-mobile,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide .image-mobile,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide .image-mobile,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide .image-mobile {
  display: none;
  flex-grow: 1;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  max-width: 1800px;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features-carousel .box .slides .slide .image-mobile,
  body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide .image-mobile,
  body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide .image-mobile,
  body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide .image-mobile,
  body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide .image-mobile,
  body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide .image-mobile,
  body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide .image-mobile {
    height: 35vh;
    flex-grow: 0;
    background-color: #FFF;
  }
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features-carousel .box .slides .slide .image-mobile,
  body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide .image-mobile,
  body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide .image-mobile,
  body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide .image-mobile,
  body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide .image-mobile,
  body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide .image-mobile,
  body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide .image-mobile {
    display: block;
  }
}
body.page-template-template-membership .site-main .features-carousel .box .slides .slide .image,
body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide .image,
body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide .image,
body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide .image,
body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide .image,
body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide .image,
body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide .image {
  flex-grow: 1;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  max-width: 1800px;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features-carousel .box .slides .slide .image,
  body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide .image,
  body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide .image,
  body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide .image,
  body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide .image,
  body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide .image,
  body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide .image {
    height: 35vh;
    flex-grow: 0;
    background-color: #FFF;
  }
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features-carousel .box .slides .slide .image-mobile + .image,
  body.page-template-template-membership-ds .site-main .features-carousel .box .slides .slide .image-mobile + .image,
  body.page-template-template-membership-fs .site-main .features-carousel .box .slides .slide .image-mobile + .image,
  body.page-template-template-membership-gdo .site-main .features-carousel .box .slides .slide .image-mobile + .image,
  body.page-template-template-membership-gdo-insights .site-main .features-carousel .box .slides .slide .image-mobile + .image,
  body.page-template-template-membership-insights .site-main .features-carousel .box .slides .slide .image-mobile + .image,
  body.page-template-template-membership-26 .site-main .features-carousel .box .slides .slide .image-mobile + .image {
    display: none;
  }
}
body.page-template-template-membership .site-main .features,
body.page-template-template-membership-ds .site-main .features,
body.page-template-template-membership-fs .site-main .features,
body.page-template-template-membership-gdo .site-main .features,
body.page-template-template-membership-gdo-insights .site-main .features,
body.page-template-template-membership-insights .site-main .features,
body.page-template-template-membership-26 .site-main .features {
  margin-top: 15px;
  position: relative;
  padding: 50px 0 20px 0;
}
@media all and (max-width: 899px) {
  body.page-template-template-membership .site-main .features,
  body.page-template-template-membership-ds .site-main .features,
  body.page-template-template-membership-fs .site-main .features,
  body.page-template-template-membership-gdo .site-main .features,
  body.page-template-template-membership-gdo-insights .site-main .features,
  body.page-template-template-membership-insights .site-main .features,
  body.page-template-template-membership-26 .site-main .features {
    padding: 30px 0;
  }
}
@media all and (max-width: 750px) {
  body.page-template-template-membership .site-main .features,
  body.page-template-template-membership-ds .site-main .features,
  body.page-template-template-membership-fs .site-main .features,
  body.page-template-template-membership-gdo .site-main .features,
  body.page-template-template-membership-gdo-insights .site-main .features,
  body.page-template-template-membership-insights .site-main .features,
  body.page-template-template-membership-26 .site-main .features {
    padding: 12px 0;
  }
}
body.page-template-template-membership .site-main .features:before,
body.page-template-template-membership-ds .site-main .features:before,
body.page-template-template-membership-fs .site-main .features:before,
body.page-template-template-membership-gdo .site-main .features:before,
body.page-template-template-membership-gdo-insights .site-main .features:before,
body.page-template-template-membership-insights .site-main .features:before,
body.page-template-template-membership-26 .site-main .features:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: -50vw;
  width: 150vw;
  bottom: 0;
  background: #edf1f3;
}
@media all and (max-width: 1023px) {
  body.page-template-template-membership .site-main .features:before,
  body.page-template-template-membership-ds .site-main .features:before,
  body.page-template-template-membership-fs .site-main .features:before,
  body.page-template-template-membership-gdo .site-main .features:before,
  body.page-template-template-membership-gdo-insights .site-main .features:before,
  body.page-template-template-membership-insights .site-main .features:before,
  body.page-template-template-membership-26 .site-main .features:before {
    left: -3vw;
    width: calc(100% + 6vw);
  }
}
body.page-template-template-membership .site-main .features h3,
body.page-template-template-membership-ds .site-main .features h3,
body.page-template-template-membership-fs .site-main .features h3,
body.page-template-template-membership-gdo .site-main .features h3,
body.page-template-template-membership-gdo-insights .site-main .features h3,
body.page-template-template-membership-insights .site-main .features h3,
body.page-template-template-membership-26 .site-main .features h3 {
  position: relative;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}
body.page-template-template-membership .site-main .features > ul,
body.page-template-template-membership-ds .site-main .features > ul,
body.page-template-template-membership-fs .site-main .features > ul,
body.page-template-template-membership-gdo .site-main .features > ul,
body.page-template-template-membership-gdo-insights .site-main .features > ul,
body.page-template-template-membership-insights .site-main .features > ul,
body.page-template-template-membership-26 .site-main .features > ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 0;
  list-style: none;
  align-items: stretch;
  justify-content: center;
}
@media all and (max-width: 899px) {
  body.page-template-template-membership .site-main .features > ul,
  body.page-template-template-membership-ds .site-main .features > ul,
  body.page-template-template-membership-fs .site-main .features > ul,
  body.page-template-template-membership-gdo .site-main .features > ul,
  body.page-template-template-membership-gdo-insights .site-main .features > ul,
  body.page-template-template-membership-insights .site-main .features > ul,
  body.page-template-template-membership-26 .site-main .features > ul {
    margin: 0 -12px;
  }
}
body.page-template-template-membership .site-main .features > ul > li,
body.page-template-template-membership-ds .site-main .features > ul > li,
body.page-template-template-membership-fs .site-main .features > ul > li,
body.page-template-template-membership-gdo .site-main .features > ul > li,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li,
body.page-template-template-membership-insights .site-main .features > ul > li,
body.page-template-template-membership-26 .site-main .features > ul > li {
  display: flex;
  width: 33.3333333333%;
  margin: 0 0 30px;
  padding: 0 20px;
  line-height: 1;
}
@media all and (max-width: 1199px) {
  body.page-template-template-membership .site-main .features > ul > li,
  body.page-template-template-membership-ds .site-main .features > ul > li,
  body.page-template-template-membership-fs .site-main .features > ul > li,
  body.page-template-template-membership-gdo .site-main .features > ul > li,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li,
  body.page-template-template-membership-insights .site-main .features > ul > li,
  body.page-template-template-membership-26 .site-main .features > ul > li {
    width: 50%;
    max-width: 450px;
  }
}
@media all and (max-width: 899px) {
  body.page-template-template-membership .site-main .features > ul > li,
  body.page-template-template-membership-ds .site-main .features > ul > li,
  body.page-template-template-membership-fs .site-main .features > ul > li,
  body.page-template-template-membership-gdo .site-main .features > ul > li,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li,
  body.page-template-template-membership-insights .site-main .features > ul > li,
  body.page-template-template-membership-26 .site-main .features > ul > li {
    padding: 12px;
    margin: 0;
  }
}
@media all and (max-width: 750px) {
  body.page-template-template-membership .site-main .features > ul > li,
  body.page-template-template-membership-ds .site-main .features > ul > li,
  body.page-template-template-membership-fs .site-main .features > ul > li,
  body.page-template-template-membership-gdo .site-main .features > ul > li,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li,
  body.page-template-template-membership-insights .site-main .features > ul > li,
  body.page-template-template-membership-26 .site-main .features > ul > li {
    width: 100%;
    max-width: 450px;
  }
}
body.page-template-template-membership .site-main .features > ul > li.app,
body.page-template-template-membership-ds .site-main .features > ul > li.app,
body.page-template-template-membership-fs .site-main .features > ul > li.app,
body.page-template-template-membership-gdo .site-main .features > ul > li.app,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li.app,
body.page-template-template-membership-insights .site-main .features > ul > li.app,
body.page-template-template-membership-26 .site-main .features > ul > li.app {
  width: 100% !important;
  max-width: 670px !important;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features > ul > li.app,
  body.page-template-template-membership-ds .site-main .features > ul > li.app,
  body.page-template-template-membership-fs .site-main .features > ul > li.app,
  body.page-template-template-membership-gdo .site-main .features > ul > li.app,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li.app,
  body.page-template-template-membership-insights .site-main .features > ul > li.app,
  body.page-template-template-membership-26 .site-main .features > ul > li.app {
    max-width: 450px !important;
  }
}
@media all and (max-width: 1023px) {
  body.page-template-template-membership .site-main .features > ul > li.app > div,
  body.page-template-template-membership-ds .site-main .features > ul > li.app > div,
  body.page-template-template-membership-fs .site-main .features > ul > li.app > div,
  body.page-template-template-membership-gdo .site-main .features > ul > li.app > div,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li.app > div,
  body.page-template-template-membership-insights .site-main .features > ul > li.app > div,
  body.page-template-template-membership-26 .site-main .features > ul > li.app > div {
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features > ul > li.app > div,
  body.page-template-template-membership-ds .site-main .features > ul > li.app > div,
  body.page-template-template-membership-fs .site-main .features > ul > li.app > div,
  body.page-template-template-membership-gdo .site-main .features > ul > li.app > div,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li.app > div,
  body.page-template-template-membership-insights .site-main .features > ul > li.app > div,
  body.page-template-template-membership-26 .site-main .features > ul > li.app > div {
    flex-wrap: wrap;
  }
}
body.page-template-template-membership .site-main .features > ul > li.app > div i,
body.page-template-template-membership-ds .site-main .features > ul > li.app > div i,
body.page-template-template-membership-fs .site-main .features > ul > li.app > div i,
body.page-template-template-membership-gdo .site-main .features > ul > li.app > div i,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li.app > div i,
body.page-template-template-membership-insights .site-main .features > ul > li.app > div i,
body.page-template-template-membership-26 .site-main .features > ul > li.app > div i {
  width: 85px;
  margin-top: -40px;
  margin-bottom: -40px;
  height: calc(100% + 40px + 40px);
  background-image: url(images/abbonamenti/food-app.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features > ul > li.app > div i,
  body.page-template-template-membership-ds .site-main .features > ul > li.app > div i,
  body.page-template-template-membership-fs .site-main .features > ul > li.app > div i,
  body.page-template-template-membership-gdo .site-main .features > ul > li.app > div i,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li.app > div i,
  body.page-template-template-membership-insights .site-main .features > ul > li.app > div i,
  body.page-template-template-membership-26 .site-main .features > ul > li.app > div i {
    height: 100px;
    width: 50px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
body.page-template-template-membership .site-main .features > ul > li.app > div .downloads,
body.page-template-template-membership-ds .site-main .features > ul > li.app > div .downloads,
body.page-template-template-membership-fs .site-main .features > ul > li.app > div .downloads,
body.page-template-template-membership-gdo .site-main .features > ul > li.app > div .downloads,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li.app > div .downloads,
body.page-template-template-membership-insights .site-main .features > ul > li.app > div .downloads,
body.page-template-template-membership-26 .site-main .features > ul > li.app > div .downloads {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features > ul > li.app > div .downloads,
  body.page-template-template-membership-ds .site-main .features > ul > li.app > div .downloads,
  body.page-template-template-membership-fs .site-main .features > ul > li.app > div .downloads,
  body.page-template-template-membership-gdo .site-main .features > ul > li.app > div .downloads,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li.app > div .downloads,
  body.page-template-template-membership-insights .site-main .features > ul > li.app > div .downloads,
  body.page-template-template-membership-26 .site-main .features > ul > li.app > div .downloads {
    margin-left: 0;
    padding-left: 70px;
    padding-top: 20px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
}
body.page-template-template-membership .site-main .features > ul > li.app > div .downloads a,
body.page-template-template-membership-ds .site-main .features > ul > li.app > div .downloads a,
body.page-template-template-membership-fs .site-main .features > ul > li.app > div .downloads a,
body.page-template-template-membership-gdo .site-main .features > ul > li.app > div .downloads a,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li.app > div .downloads a,
body.page-template-template-membership-insights .site-main .features > ul > li.app > div .downloads a,
body.page-template-template-membership-26 .site-main .features > ul > li.app > div .downloads a {
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features > ul > li.app > div .downloads a,
  body.page-template-template-membership-ds .site-main .features > ul > li.app > div .downloads a,
  body.page-template-template-membership-fs .site-main .features > ul > li.app > div .downloads a,
  body.page-template-template-membership-gdo .site-main .features > ul > li.app > div .downloads a,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li.app > div .downloads a,
  body.page-template-template-membership-insights .site-main .features > ul > li.app > div .downloads a,
  body.page-template-template-membership-26 .site-main .features > ul > li.app > div .downloads a {
    margin-bottom: 0;
    margin-right: 5px;
  }
}
body.page-template-template-membership .site-main .features > ul > li.app > div .downloads a:last-child,
body.page-template-template-membership-ds .site-main .features > ul > li.app > div .downloads a:last-child,
body.page-template-template-membership-fs .site-main .features > ul > li.app > div .downloads a:last-child,
body.page-template-template-membership-gdo .site-main .features > ul > li.app > div .downloads a:last-child,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li.app > div .downloads a:last-child,
body.page-template-template-membership-insights .site-main .features > ul > li.app > div .downloads a:last-child,
body.page-template-template-membership-26 .site-main .features > ul > li.app > div .downloads a:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features > ul > li.app > div .downloads a:last-child,
  body.page-template-template-membership-ds .site-main .features > ul > li.app > div .downloads a:last-child,
  body.page-template-template-membership-fs .site-main .features > ul > li.app > div .downloads a:last-child,
  body.page-template-template-membership-gdo .site-main .features > ul > li.app > div .downloads a:last-child,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li.app > div .downloads a:last-child,
  body.page-template-template-membership-insights .site-main .features > ul > li.app > div .downloads a:last-child,
  body.page-template-template-membership-26 .site-main .features > ul > li.app > div .downloads a:last-child {
    margin-right: 0;
  }
}
body.page-template-template-membership .site-main .features > ul > li.app > div .downloads a img,
body.page-template-template-membership-ds .site-main .features > ul > li.app > div .downloads a img,
body.page-template-template-membership-fs .site-main .features > ul > li.app > div .downloads a img,
body.page-template-template-membership-gdo .site-main .features > ul > li.app > div .downloads a img,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li.app > div .downloads a img,
body.page-template-template-membership-insights .site-main .features > ul > li.app > div .downloads a img,
body.page-template-template-membership-26 .site-main .features > ul > li.app > div .downloads a img {
  width: 100px;
  height: auto;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .site-main .features > ul > li.app > div .downloads a img,
  body.page-template-template-membership-ds .site-main .features > ul > li.app > div .downloads a img,
  body.page-template-template-membership-fs .site-main .features > ul > li.app > div .downloads a img,
  body.page-template-template-membership-gdo .site-main .features > ul > li.app > div .downloads a img,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li.app > div .downloads a img,
  body.page-template-template-membership-insights .site-main .features > ul > li.app > div .downloads a img,
  body.page-template-template-membership-26 .site-main .features > ul > li.app > div .downloads a img {
    height: 30px;
    width: auto;
  }
}
body.page-template-template-membership .site-main .features > ul > li > div,
body.page-template-template-membership-ds .site-main .features > ul > li > div,
body.page-template-template-membership-fs .site-main .features > ul > li > div,
body.page-template-template-membership-gdo .site-main .features > ul > li > div,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div,
body.page-template-template-membership-insights .site-main .features > ul > li > div,
body.page-template-template-membership-26 .site-main .features > ul > li > div {
  position: relative;
  width: 100%;
  padding: 20px;
  background: #FFF;
  color: #2a2a2a;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
@media all and (max-width: 1023px) {
  body.page-template-template-membership .site-main .features > ul > li > div,
  body.page-template-template-membership-ds .site-main .features > ul > li > div,
  body.page-template-template-membership-fs .site-main .features > ul > li > div,
  body.page-template-template-membership-gdo .site-main .features > ul > li > div,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div,
  body.page-template-template-membership-insights .site-main .features > ul > li > div,
  body.page-template-template-membership-26 .site-main .features > ul > li > div {
    flex-wrap: wrap;
  }
}
body.page-template-template-membership .site-main .features > ul > li > div:hover,
body.page-template-template-membership-ds .site-main .features > ul > li > div:hover,
body.page-template-template-membership-fs .site-main .features > ul > li > div:hover,
body.page-template-template-membership-gdo .site-main .features > ul > li > div:hover,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div:hover,
body.page-template-template-membership-insights .site-main .features > ul > li > div:hover,
body.page-template-template-membership-26 .site-main .features > ul > li > div:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.6);
}
body.page-template-template-membership .site-main .features > ul > li > div:hover .texts strong,
body.page-template-template-membership-ds .site-main .features > ul > li > div:hover .texts strong,
body.page-template-template-membership-fs .site-main .features > ul > li > div:hover .texts strong,
body.page-template-template-membership-gdo .site-main .features > ul > li > div:hover .texts strong,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div:hover .texts strong,
body.page-template-template-membership-insights .site-main .features > ul > li > div:hover .texts strong,
body.page-template-template-membership-26 .site-main .features > ul > li > div:hover .texts strong {
  text-decoration: underline;
}
body.page-template-template-membership .site-main .features > ul > li > div:hover .in-app .label-wrapper .label,
body.page-template-template-membership-ds .site-main .features > ul > li > div:hover .in-app .label-wrapper .label,
body.page-template-template-membership-fs .site-main .features > ul > li > div:hover .in-app .label-wrapper .label,
body.page-template-template-membership-gdo .site-main .features > ul > li > div:hover .in-app .label-wrapper .label,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div:hover .in-app .label-wrapper .label,
body.page-template-template-membership-insights .site-main .features > ul > li > div:hover .in-app .label-wrapper .label,
body.page-template-template-membership-26 .site-main .features > ul > li > div:hover .in-app .label-wrapper .label {
  transform: translateX(0%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
}
body.page-template-template-membership .site-main .features > ul > li > div.new,
body.page-template-template-membership-ds .site-main .features > ul > li > div.new,
body.page-template-template-membership-fs .site-main .features > ul > li > div.new,
body.page-template-template-membership-gdo .site-main .features > ul > li > div.new,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div.new,
body.page-template-template-membership-insights .site-main .features > ul > li > div.new,
body.page-template-template-membership-26 .site-main .features > ul > li > div.new {
  overflow: hidden;
}
body.page-template-template-membership .site-main .features > ul > li > div i,
body.page-template-template-membership-ds .site-main .features > ul > li > div i,
body.page-template-template-membership-fs .site-main .features > ul > li > div i,
body.page-template-template-membership-gdo .site-main .features > ul > li > div i,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div i,
body.page-template-template-membership-insights .site-main .features > ul > li > div i,
body.page-template-template-membership-26 .site-main .features > ul > li > div i {
  flex-grow: 0;
}
body.page-template-template-membership .site-main .features > ul > li > div i svg,
body.page-template-template-membership-ds .site-main .features > ul > li > div i svg,
body.page-template-template-membership-fs .site-main .features > ul > li > div i svg,
body.page-template-template-membership-gdo .site-main .features > ul > li > div i svg,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div i svg,
body.page-template-template-membership-insights .site-main .features > ul > li > div i svg,
body.page-template-template-membership-26 .site-main .features > ul > li > div i svg {
  width: 50px;
  height: auto;
  margin-right: 20px;
  opacity: 0.5;
}
@media all and (max-width: 1023px) {
  body.page-template-template-membership .site-main .features > ul > li > div .texts,
  body.page-template-template-membership-ds .site-main .features > ul > li > div .texts,
  body.page-template-template-membership-fs .site-main .features > ul > li > div .texts,
  body.page-template-template-membership-gdo .site-main .features > ul > li > div .texts,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .texts,
  body.page-template-template-membership-insights .site-main .features > ul > li > div .texts,
  body.page-template-template-membership-26 .site-main .features > ul > li > div .texts {
    width: calc(100% - 70px);
  }
}
body.page-template-template-membership .site-main .features > ul > li > div .texts strong,
body.page-template-template-membership-ds .site-main .features > ul > li > div .texts strong,
body.page-template-template-membership-fs .site-main .features > ul > li > div .texts strong,
body.page-template-template-membership-gdo .site-main .features > ul > li > div .texts strong,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .texts strong,
body.page-template-template-membership-insights .site-main .features > ul > li > div .texts strong,
body.page-template-template-membership-26 .site-main .features > ul > li > div .texts strong {
  display: block;
  font-size: 22px;
  color: #2a2a2a;
  line-height: 1;
}
body.page-template-template-membership .site-main .features > ul > li > div .texts strong:not(:last-child),
body.page-template-template-membership-ds .site-main .features > ul > li > div .texts strong:not(:last-child),
body.page-template-template-membership-fs .site-main .features > ul > li > div .texts strong:not(:last-child),
body.page-template-template-membership-gdo .site-main .features > ul > li > div .texts strong:not(:last-child),
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .texts strong:not(:last-child),
body.page-template-template-membership-insights .site-main .features > ul > li > div .texts strong:not(:last-child),
body.page-template-template-membership-26 .site-main .features > ul > li > div .texts strong:not(:last-child) {
  margin-bottom: 10px;
}
body.page-template-template-membership .site-main .features > ul > li > div .texts span,
body.page-template-template-membership-ds .site-main .features > ul > li > div .texts span,
body.page-template-template-membership-fs .site-main .features > ul > li > div .texts span,
body.page-template-template-membership-gdo .site-main .features > ul > li > div .texts span,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .texts span,
body.page-template-template-membership-insights .site-main .features > ul > li > div .texts span,
body.page-template-template-membership-26 .site-main .features > ul > li > div .texts span {
  font-size: 1rem;
  opacity: 0.8;
}
body.page-template-template-membership .site-main .features > ul > li > div .texts > ul,
body.page-template-template-membership-ds .site-main .features > ul > li > div .texts > ul,
body.page-template-template-membership-fs .site-main .features > ul > li > div .texts > ul,
body.page-template-template-membership-gdo .site-main .features > ul > li > div .texts > ul,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .texts > ul,
body.page-template-template-membership-insights .site-main .features > ul > li > div .texts > ul,
body.page-template-template-membership-26 .site-main .features > ul > li > div .texts > ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin: 0;
  line-height: 1.2;
}
body.page-template-template-membership .site-main .features > ul > li > div .texts > ul li,
body.page-template-template-membership-ds .site-main .features > ul > li > div .texts > ul li,
body.page-template-template-membership-fs .site-main .features > ul > li > div .texts > ul li,
body.page-template-template-membership-gdo .site-main .features > ul > li > div .texts > ul li,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .texts > ul li,
body.page-template-template-membership-insights .site-main .features > ul > li > div .texts > ul li,
body.page-template-template-membership-26 .site-main .features > ul > li > div .texts > ul li {
  display: block;
  font-size: 14px;
  opacity: 0.8;
  padding-bottom: 8px;
  /*
  margin-bottom: 8px;

  position: relative;

  &:after {
      content: " ";
      display: block;
      height: 1px;
      background: $color__text-input;
      width: 2em;
      top: 100%;
      left: 0;
      position: absolute;
      opacity: 0.6;
  }
  */
}
body.page-template-template-membership .site-main .features > ul > li > div .texts > ul li:last-child,
body.page-template-template-membership-ds .site-main .features > ul > li > div .texts > ul li:last-child,
body.page-template-template-membership-fs .site-main .features > ul > li > div .texts > ul li:last-child,
body.page-template-template-membership-gdo .site-main .features > ul > li > div .texts > ul li:last-child,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .texts > ul li:last-child,
body.page-template-template-membership-insights .site-main .features > ul > li > div .texts > ul li:last-child,
body.page-template-template-membership-26 .site-main .features > ul > li > div .texts > ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.page-template-template-membership .site-main .features > ul > li > div .texts > ul li:last-child:after,
body.page-template-template-membership-ds .site-main .features > ul > li > div .texts > ul li:last-child:after,
body.page-template-template-membership-fs .site-main .features > ul > li > div .texts > ul li:last-child:after,
body.page-template-template-membership-gdo .site-main .features > ul > li > div .texts > ul li:last-child:after,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .texts > ul li:last-child:after,
body.page-template-template-membership-insights .site-main .features > ul > li > div .texts > ul li:last-child:after,
body.page-template-template-membership-26 .site-main .features > ul > li > div .texts > ul li:last-child:after {
  display: none;
}
body.page-template-template-membership .site-main .features > ul > li > div .in-app,
body.page-template-template-membership-ds .site-main .features > ul > li > div .in-app,
body.page-template-template-membership-fs .site-main .features > ul > li > div .in-app,
body.page-template-template-membership-gdo .site-main .features > ul > li > div .in-app,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .in-app,
body.page-template-template-membership-insights .site-main .features > ul > li > div .in-app,
body.page-template-template-membership-26 .site-main .features > ul > li > div .in-app {
  position: absolute;
  top: -15px;
  right: -15px;
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  body.page-template-template-membership .site-main .features > ul > li > div .in-app,
  body.page-template-template-membership-ds .site-main .features > ul > li > div .in-app,
  body.page-template-template-membership-fs .site-main .features > ul > li > div .in-app,
  body.page-template-template-membership-gdo .site-main .features > ul > li > div .in-app,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .in-app,
  body.page-template-template-membership-insights .site-main .features > ul > li > div .in-app,
  body.page-template-template-membership-26 .site-main .features > ul > li > div .in-app {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 70px;
    margin-top: 20px;
    overflow: visible;
    display: flex;
    flex-direction: row-reverse;
  }
}
body.page-template-template-membership .site-main .features > ul > li > div .in-app .label-wrapper,
body.page-template-template-membership-ds .site-main .features > ul > li > div .in-app .label-wrapper,
body.page-template-template-membership-fs .site-main .features > ul > li > div .in-app .label-wrapper,
body.page-template-template-membership-gdo .site-main .features > ul > li > div .in-app .label-wrapper,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .in-app .label-wrapper,
body.page-template-template-membership-insights .site-main .features > ul > li > div .in-app .label-wrapper,
body.page-template-template-membership-26 .site-main .features > ul > li > div .in-app .label-wrapper {
  overflow: hidden;
  padding: 10px 0 10px 10px;
  margin-right: 15px;
}
@media all and (max-width: 1023px) {
  body.page-template-template-membership .site-main .features > ul > li > div .in-app .label-wrapper,
  body.page-template-template-membership-ds .site-main .features > ul > li > div .in-app .label-wrapper,
  body.page-template-template-membership-fs .site-main .features > ul > li > div .in-app .label-wrapper,
  body.page-template-template-membership-gdo .site-main .features > ul > li > div .in-app .label-wrapper,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .in-app .label-wrapper,
  body.page-template-template-membership-insights .site-main .features > ul > li > div .in-app .label-wrapper,
  body.page-template-template-membership-26 .site-main .features > ul > li > div .in-app .label-wrapper {
    overflow: visible;
    padding: 0;
    margin-right: 0;
  }
}
body.page-template-template-membership .site-main .features > ul > li > div .in-app .label-wrapper .label,
body.page-template-template-membership-ds .site-main .features > ul > li > div .in-app .label-wrapper .label,
body.page-template-template-membership-fs .site-main .features > ul > li > div .in-app .label-wrapper .label,
body.page-template-template-membership-gdo .site-main .features > ul > li > div .in-app .label-wrapper .label,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .in-app .label-wrapper .label,
body.page-template-template-membership-insights .site-main .features > ul > li > div .in-app .label-wrapper .label,
body.page-template-template-membership-26 .site-main .features > ul > li > div .in-app .label-wrapper .label {
  padding: 0 0 0 10px;
  border-radius: 5px;
  background-color: white;
  padding-right: 37px;
  font-size: 10px;
  text-align: center;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0);
  transition: all 0.3s;
}
@media all and (max-width: 1023px) {
  body.page-template-template-membership .site-main .features > ul > li > div .in-app .label-wrapper .label,
  body.page-template-template-membership-ds .site-main .features > ul > li > div .in-app .label-wrapper .label,
  body.page-template-template-membership-fs .site-main .features > ul > li > div .in-app .label-wrapper .label,
  body.page-template-template-membership-gdo .site-main .features > ul > li > div .in-app .label-wrapper .label,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .in-app .label-wrapper .label,
  body.page-template-template-membership-insights .site-main .features > ul > li > div .in-app .label-wrapper .label,
  body.page-template-template-membership-26 .site-main .features > ul > li > div .in-app .label-wrapper .label {
    padding-right: 0;
    transform: none;
    text-align: left;
  }
}
body.page-template-template-membership .site-main .features > ul > li > div .in-app .icon,
body.page-template-template-membership-ds .site-main .features > ul > li > div .in-app .icon,
body.page-template-template-membership-fs .site-main .features > ul > li > div .in-app .icon,
body.page-template-template-membership-gdo .site-main .features > ul > li > div .in-app .icon,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .in-app .icon,
body.page-template-template-membership-insights .site-main .features > ul > li > div .in-app .icon,
body.page-template-template-membership-26 .site-main .features > ul > li > div .in-app .icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url(images/abbonamenti/food-app-icon.png);
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
}
@media all and (max-width: 1023px) {
  body.page-template-template-membership .site-main .features > ul > li > div .in-app .icon,
  body.page-template-template-membership-ds .site-main .features > ul > li > div .in-app .icon,
  body.page-template-template-membership-fs .site-main .features > ul > li > div .in-app .icon,
  body.page-template-template-membership-gdo .site-main .features > ul > li > div .in-app .icon,
  body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .in-app .icon,
  body.page-template-template-membership-insights .site-main .features > ul > li > div .in-app .icon,
  body.page-template-template-membership-26 .site-main .features > ul > li > div .in-app .icon {
    position: relative;
    top: auto;
    right: auto;
  }
}
body.page-template-template-membership .site-main .features > ul > li > div .new,
body.page-template-template-membership-ds .site-main .features > ul > li > div .new,
body.page-template-template-membership-fs .site-main .features > ul > li > div .new,
body.page-template-template-membership-gdo .site-main .features > ul > li > div .new,
body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .new,
body.page-template-template-membership-insights .site-main .features > ul > li > div .new,
body.page-template-template-membership-26 .site-main .features > ul > li > div .new {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  background: #D44438;
  padding: 5px 22px;
  aspect-ratio: 1;
  transform: translate(50%, -50%) rotate(45deg);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.page-template-template-membership .site-main .info-box,
body.page-template-template-membership-ds .site-main .info-box,
body.page-template-template-membership-fs .site-main .info-box,
body.page-template-template-membership-gdo .site-main .info-box,
body.page-template-template-membership-gdo-insights .site-main .info-box,
body.page-template-template-membership-insights .site-main .info-box,
body.page-template-template-membership-26 .site-main .info-box {
  margin: 40px 0 40px 0;
  text-align: center;
  max-width: 900px;
}
body.page-template-template-membership .site-main .info-box h4,
body.page-template-template-membership-ds .site-main .info-box h4,
body.page-template-template-membership-fs .site-main .info-box h4,
body.page-template-template-membership-gdo .site-main .info-box h4,
body.page-template-template-membership-gdo-insights .site-main .info-box h4,
body.page-template-template-membership-insights .site-main .info-box h4,
body.page-template-template-membership-26 .site-main .info-box h4 {
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}
body.page-template-template-membership .site-main .choose,
body.page-template-template-membership-ds .site-main .choose,
body.page-template-template-membership-fs .site-main .choose,
body.page-template-template-membership-gdo .site-main .choose,
body.page-template-template-membership-gdo-insights .site-main .choose,
body.page-template-template-membership-insights .site-main .choose,
body.page-template-template-membership-26 .site-main .choose {
  margin-top: 30px;
  width: 100%;
  flex-basis: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #2a2a2a;
  font-weight: 800;
  align-items: center;
}
@media all and (max-width: 750px) {
  body.page-template-template-membership .site-main .choose,
  body.page-template-template-membership-ds .site-main .choose,
  body.page-template-template-membership-fs .site-main .choose,
  body.page-template-template-membership-gdo .site-main .choose,
  body.page-template-template-membership-gdo-insights .site-main .choose,
  body.page-template-template-membership-insights .site-main .choose,
  body.page-template-template-membership-26 .site-main .choose {
    margin-top: 24px;
  }
}
body.page-template-template-membership .site-main .choose-announce,
body.page-template-template-membership-ds .site-main .choose-announce,
body.page-template-template-membership-fs .site-main .choose-announce,
body.page-template-template-membership-gdo .site-main .choose-announce,
body.page-template-template-membership-gdo-insights .site-main .choose-announce,
body.page-template-template-membership-insights .site-main .choose-announce,
body.page-template-template-membership-26 .site-main .choose-announce {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.03em;
  color: #D44438;
  font-weight: 400;
  padding-top: 4px;
}
body.page-template-template-membership .site-main .single-option,
body.page-template-template-membership-ds .site-main .single-option,
body.page-template-template-membership-fs .site-main .single-option,
body.page-template-template-membership-gdo .site-main .single-option,
body.page-template-template-membership-gdo-insights .site-main .single-option,
body.page-template-template-membership-insights .site-main .single-option,
body.page-template-template-membership-26 .site-main .single-option {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 40px;
}
body.page-template-template-membership .site-main .single-option .price,
body.page-template-template-membership-ds .site-main .single-option .price,
body.page-template-template-membership-fs .site-main .single-option .price,
body.page-template-template-membership-gdo .site-main .single-option .price,
body.page-template-template-membership-gdo-insights .site-main .single-option .price,
body.page-template-template-membership-insights .site-main .single-option .price,
body.page-template-template-membership-26 .site-main .single-option .price {
  width: 90px;
  height: 90px;
  border: 4px solid #596f96;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #596f96;
}
body.page-template-template-membership .site-main .single-option .duration,
body.page-template-template-membership-ds .site-main .single-option .duration,
body.page-template-template-membership-fs .site-main .single-option .duration,
body.page-template-template-membership-gdo .site-main .single-option .duration,
body.page-template-template-membership-gdo-insights .site-main .single-option .duration,
body.page-template-template-membership-insights .site-main .single-option .duration,
body.page-template-template-membership-26 .site-main .single-option .duration {
  text-align: center;
  padding-top: 0.3rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #596f96;
}
body.page-template-template-membership .site-main .type_switch,
body.page-template-template-membership-ds .site-main .type_switch,
body.page-template-template-membership-fs .site-main .type_switch,
body.page-template-template-membership-gdo .site-main .type_switch,
body.page-template-template-membership-gdo-insights .site-main .type_switch,
body.page-template-template-membership-insights .site-main .type_switch,
body.page-template-template-membership-26 .site-main .type_switch {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 410px;
}
body.page-template-template-membership .site-main .type_switch .options,
body.page-template-template-membership-ds .site-main .type_switch .options,
body.page-template-template-membership-fs .site-main .type_switch .options,
body.page-template-template-membership-gdo .site-main .type_switch .options,
body.page-template-template-membership-gdo-insights .site-main .type_switch .options,
body.page-template-template-membership-insights .site-main .type_switch .options,
body.page-template-template-membership-26 .site-main .type_switch .options {
  display: flex;
  align-items: center;
  background: #32466b;
  padding: 5px;
  border-top-right-radius: 15px;
  width: 100%;
}
body.page-template-template-membership .site-main .type_switch .options div,
body.page-template-template-membership-ds .site-main .type_switch .options div,
body.page-template-template-membership-fs .site-main .type_switch .options div,
body.page-template-template-membership-gdo .site-main .type_switch .options div,
body.page-template-template-membership-gdo-insights .site-main .type_switch .options div,
body.page-template-template-membership-insights .site-main .type_switch .options div,
body.page-template-template-membership-26 .site-main .type_switch .options div {
  padding: 8px;
  color: #FFF;
  width: 50%;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  opacity: 0.3;
}
body.page-template-template-membership .site-main .type_switch .options div.selected,
body.page-template-template-membership-ds .site-main .type_switch .options div.selected,
body.page-template-template-membership-fs .site-main .type_switch .options div.selected,
body.page-template-template-membership-gdo .site-main .type_switch .options div.selected,
body.page-template-template-membership-gdo-insights .site-main .type_switch .options div.selected,
body.page-template-template-membership-insights .site-main .type_switch .options div.selected,
body.page-template-template-membership-26 .site-main .type_switch .options div.selected {
  background: #596f96;
  opacity: 1;
}
body.page-template-template-membership .site-main .type_switch .options div:last-child,
body.page-template-template-membership-ds .site-main .type_switch .options div:last-child,
body.page-template-template-membership-fs .site-main .type_switch .options div:last-child,
body.page-template-template-membership-gdo .site-main .type_switch .options div:last-child,
body.page-template-template-membership-gdo-insights .site-main .type_switch .options div:last-child,
body.page-template-template-membership-insights .site-main .type_switch .options div:last-child,
body.page-template-template-membership-26 .site-main .type_switch .options div:last-child {
  border-top-right-radius: 10px;
}
body.page-template-template-membership .site-main .price_overview,
body.page-template-template-membership-ds .site-main .price_overview,
body.page-template-template-membership-fs .site-main .price_overview,
body.page-template-template-membership-gdo .site-main .price_overview,
body.page-template-template-membership-gdo-insights .site-main .price_overview,
body.page-template-template-membership-insights .site-main .price_overview,
body.page-template-template-membership-26 .site-main .price_overview {
  padding: 0;
  line-height: 1;
  margin: 0;
  color: #FFF;
  width: 100%;
  max-width: 410px;
  background: #32466b;
  border-bottom-left-radius: 15px;
  position: relative;
  z-index: 1;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.page-template-template-membership .site-main .price_overview:before,
body.page-template-template-membership-ds .site-main .price_overview:before,
body.page-template-template-membership-fs .site-main .price_overview:before,
body.page-template-template-membership-gdo .site-main .price_overview:before,
body.page-template-template-membership-gdo-insights .site-main .price_overview:before,
body.page-template-template-membership-insights .site-main .price_overview:before,
body.page-template-template-membership-26 .site-main .price_overview:before {
  content: " ";
  display: block;
  background: #FFF;
  height: 1px;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
body.page-template-template-membership .site-main .price_overview .price,
body.page-template-template-membership-ds .site-main .price_overview .price,
body.page-template-template-membership-fs .site-main .price_overview .price,
body.page-template-template-membership-gdo .site-main .price_overview .price,
body.page-template-template-membership-gdo-insights .site-main .price_overview .price,
body.page-template-template-membership-insights .site-main .price_overview .price,
body.page-template-template-membership-26 .site-main .price_overview .price {
  font-size: 1rem;
  display: block;
}
body.page-template-template-membership .site-main .price_overview .price strong,
body.page-template-template-membership-ds .site-main .price_overview .price strong,
body.page-template-template-membership-fs .site-main .price_overview .price strong,
body.page-template-template-membership-gdo .site-main .price_overview .price strong,
body.page-template-template-membership-gdo-insights .site-main .price_overview .price strong,
body.page-template-template-membership-insights .site-main .price_overview .price strong,
body.page-template-template-membership-26 .site-main .price_overview .price strong {
  font-size: 1.6rem;
}
body.page-template-template-membership .site-main .price_overview .price_description,
body.page-template-template-membership-ds .site-main .price_overview .price_description,
body.page-template-template-membership-fs .site-main .price_overview .price_description,
body.page-template-template-membership-gdo .site-main .price_overview .price_description,
body.page-template-template-membership-gdo-insights .site-main .price_overview .price_description,
body.page-template-template-membership-insights .site-main .price_overview .price_description,
body.page-template-template-membership-26 .site-main .price_overview .price_description {
  display: inline-block;
  font-size: 14px;
  margin-top: 6px;
}
body.page-template-template-membership .site-main .price_overview .price_description:not(:last-child),
body.page-template-template-membership-ds .site-main .price_overview .price_description:not(:last-child),
body.page-template-template-membership-fs .site-main .price_overview .price_description:not(:last-child),
body.page-template-template-membership-gdo .site-main .price_overview .price_description:not(:last-child),
body.page-template-template-membership-gdo-insights .site-main .price_overview .price_description:not(:last-child),
body.page-template-template-membership-insights .site-main .price_overview .price_description:not(:last-child),
body.page-template-template-membership-26 .site-main .price_overview .price_description:not(:last-child) {
  margin-bottom: 6px;
}
body.page-template-template-membership .site-main .price_overview .price_description.green,
body.page-template-template-membership-ds .site-main .price_overview .price_description.green,
body.page-template-template-membership-fs .site-main .price_overview .price_description.green,
body.page-template-template-membership-gdo .site-main .price_overview .price_description.green,
body.page-template-template-membership-gdo-insights .site-main .price_overview .price_description.green,
body.page-template-template-membership-insights .site-main .price_overview .price_description.green,
body.page-template-template-membership-26 .site-main .price_overview .price_description.green {
  color: rgb(0, 168, 81);
  font-weight: 600;
  font-size: 16px;
}
body.page-template-template-membership .site-main .price_overview .invoice_description,
body.page-template-template-membership-ds .site-main .price_overview .invoice_description,
body.page-template-template-membership-fs .site-main .price_overview .invoice_description,
body.page-template-template-membership-gdo .site-main .price_overview .invoice_description,
body.page-template-template-membership-gdo-insights .site-main .price_overview .invoice_description,
body.page-template-template-membership-insights .site-main .price_overview .invoice_description,
body.page-template-template-membership-26 .site-main .price_overview .invoice_description {
  display: block;
  font-size: 14px;
  color: #6f82a3;
}
body.page-template-template-membership .site-main .special_offer,
body.page-template-template-membership-ds .site-main .special_offer,
body.page-template-template-membership-fs .site-main .special_offer,
body.page-template-template-membership-gdo .site-main .special_offer,
body.page-template-template-membership-gdo-insights .site-main .special_offer,
body.page-template-template-membership-insights .site-main .special_offer,
body.page-template-template-membership-26 .site-main .special_offer {
  max-width: 700px;
  width: 100%;
  background: #fafafa;
  padding: 0 15px;
  margin-bottom: 15px;
  border-radius: 2px;
}
body.page-template-template-membership .site-main .special_offer.open .head .text > span .hide-when-open,
body.page-template-template-membership-ds .site-main .special_offer.open .head .text > span .hide-when-open,
body.page-template-template-membership-fs .site-main .special_offer.open .head .text > span .hide-when-open,
body.page-template-template-membership-gdo .site-main .special_offer.open .head .text > span .hide-when-open,
body.page-template-template-membership-gdo-insights .site-main .special_offer.open .head .text > span .hide-when-open,
body.page-template-template-membership-insights .site-main .special_offer.open .head .text > span .hide-when-open,
body.page-template-template-membership-26 .site-main .special_offer.open .head .text > span .hide-when-open {
  opacity: 0;
}
body.page-template-template-membership .site-main .special_offer.open .head .toggle,
body.page-template-template-membership-ds .site-main .special_offer.open .head .toggle,
body.page-template-template-membership-fs .site-main .special_offer.open .head .toggle,
body.page-template-template-membership-gdo .site-main .special_offer.open .head .toggle,
body.page-template-template-membership-gdo-insights .site-main .special_offer.open .head .toggle,
body.page-template-template-membership-insights .site-main .special_offer.open .head .toggle,
body.page-template-template-membership-26 .site-main .special_offer.open .head .toggle {
  transform: rotate(0deg);
  font-size: 1.3em;
}
body.page-template-template-membership .site-main .special_offer .head,
body.page-template-template-membership-ds .site-main .special_offer .head,
body.page-template-template-membership-fs .site-main .special_offer .head,
body.page-template-template-membership-gdo .site-main .special_offer .head,
body.page-template-template-membership-gdo-insights .site-main .special_offer .head,
body.page-template-template-membership-insights .site-main .special_offer .head,
body.page-template-template-membership-26 .site-main .special_offer .head {
  display: flex;
  line-height: 1;
  align-items: center;
  cursor: pointer;
  padding-bottom: 15px;
  padding-top: 15px;
}
body.page-template-template-membership .site-main .special_offer .head .material-icons,
body.page-template-template-membership-ds .site-main .special_offer .head .material-icons,
body.page-template-template-membership-fs .site-main .special_offer .head .material-icons,
body.page-template-template-membership-gdo .site-main .special_offer .head .material-icons,
body.page-template-template-membership-gdo-insights .site-main .special_offer .head .material-icons,
body.page-template-template-membership-insights .site-main .special_offer .head .material-icons,
body.page-template-template-membership-26 .site-main .special_offer .head .material-icons {
  flex-grow: 0;
  color: #2a2a2a;
  width: 35px;
  flex-shrink: 0;
}
body.page-template-template-membership .site-main .special_offer .head .text,
body.page-template-template-membership-ds .site-main .special_offer .head .text,
body.page-template-template-membership-fs .site-main .special_offer .head .text,
body.page-template-template-membership-gdo .site-main .special_offer .head .text,
body.page-template-template-membership-gdo-insights .site-main .special_offer .head .text,
body.page-template-template-membership-insights .site-main .special_offer .head .text,
body.page-template-template-membership-26 .site-main .special_offer .head .text {
  font-size: 16px;
  color: #2a2a2a;
  padding-right: 30px;
}
@media all and (max-width: 750px) {
  body.page-template-template-membership .site-main .special_offer .head .text,
  body.page-template-template-membership-ds .site-main .special_offer .head .text,
  body.page-template-template-membership-fs .site-main .special_offer .head .text,
  body.page-template-template-membership-gdo .site-main .special_offer .head .text,
  body.page-template-template-membership-gdo-insights .site-main .special_offer .head .text,
  body.page-template-template-membership-insights .site-main .special_offer .head .text,
  body.page-template-template-membership-26 .site-main .special_offer .head .text {
    padding-right: 15px;
  }
}
body.page-template-template-membership .site-main .special_offer .head .text span .hide-when-open,
body.page-template-template-membership-ds .site-main .special_offer .head .text span .hide-when-open,
body.page-template-template-membership-fs .site-main .special_offer .head .text span .hide-when-open,
body.page-template-template-membership-gdo .site-main .special_offer .head .text span .hide-when-open,
body.page-template-template-membership-gdo-insights .site-main .special_offer .head .text span .hide-when-open,
body.page-template-template-membership-insights .site-main .special_offer .head .text span .hide-when-open,
body.page-template-template-membership-26 .site-main .special_offer .head .text span .hide-when-open {
  transition: opacity 0.3s;
}
body.page-template-template-membership .site-main .special_offer .head .text span.highlight,
body.page-template-template-membership-ds .site-main .special_offer .head .text span.highlight,
body.page-template-template-membership-fs .site-main .special_offer .head .text span.highlight,
body.page-template-template-membership-gdo .site-main .special_offer .head .text span.highlight,
body.page-template-template-membership-gdo-insights .site-main .special_offer .head .text span.highlight,
body.page-template-template-membership-insights .site-main .special_offer .head .text span.highlight,
body.page-template-template-membership-26 .site-main .special_offer .head .text span.highlight {
  font-size: 11px;
  text-transform: uppercase;
  color: #2a2a2a;
  opacity: 0.7;
  margin-top: 5px;
  font-weight: 500;
}
body.page-template-template-membership .site-main .special_offer .head .toggle,
body.page-template-template-membership-ds .site-main .special_offer .head .toggle,
body.page-template-template-membership-fs .site-main .special_offer .head .toggle,
body.page-template-template-membership-gdo .site-main .special_offer .head .toggle,
body.page-template-template-membership-gdo-insights .site-main .special_offer .head .toggle,
body.page-template-template-membership-insights .site-main .special_offer .head .toggle,
body.page-template-template-membership-26 .site-main .special_offer .head .toggle {
  margin-left: auto;
  font-size: 1.2em;
  font-weight: 300;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a2a2a;
  transform: rotate(45deg);
  transition: all 0.3s;
}
body.page-template-template-membership .site-main .special_offer .body,
body.page-template-template-membership-ds .site-main .special_offer .body,
body.page-template-template-membership-fs .site-main .special_offer .body,
body.page-template-template-membership-gdo .site-main .special_offer .body,
body.page-template-template-membership-gdo-insights .site-main .special_offer .body,
body.page-template-template-membership-insights .site-main .special_offer .body,
body.page-template-template-membership-26 .site-main .special_offer .body {
  display: none;
  border-top: none;
  padding: 0 15px 15px 35px;
  position: relative;
  /*
  background: rgb(216,224,239);
  background: linear-gradient(0deg, rgba(216,224,239,0.5) 0%, rgba(216,224,239,0) 80%);
  */
}
body.page-template-template-membership .site-main .special_offer .body > *,
body.page-template-template-membership-ds .site-main .special_offer .body > *,
body.page-template-template-membership-fs .site-main .special_offer .body > *,
body.page-template-template-membership-gdo .site-main .special_offer .body > *,
body.page-template-template-membership-gdo-insights .site-main .special_offer .body > *,
body.page-template-template-membership-insights .site-main .special_offer .body > *,
body.page-template-template-membership-26 .site-main .special_offer .body > * {
  margin-bottom: 15px;
}
body.page-template-template-membership .site-main .special_offer .body > *:last-child,
body.page-template-template-membership-ds .site-main .special_offer .body > *:last-child,
body.page-template-template-membership-fs .site-main .special_offer .body > *:last-child,
body.page-template-template-membership-gdo .site-main .special_offer .body > *:last-child,
body.page-template-template-membership-gdo-insights .site-main .special_offer .body > *:last-child,
body.page-template-template-membership-insights .site-main .special_offer .body > *:last-child,
body.page-template-template-membership-26 .site-main .special_offer .body > *:last-child {
  margin-bottom: 0;
}
body.page-template-template-membership .site-main .special_offer .body p,
body.page-template-template-membership-ds .site-main .special_offer .body p,
body.page-template-template-membership-fs .site-main .special_offer .body p,
body.page-template-template-membership-gdo .site-main .special_offer .body p,
body.page-template-template-membership-gdo-insights .site-main .special_offer .body p,
body.page-template-template-membership-insights .site-main .special_offer .body p,
body.page-template-template-membership-26 .site-main .special_offer .body p {
  display: block;
  margin-top: 0;
  font-size: 14px;
}
body.page-template-template-membership .site-main .special_offer .body p a,
body.page-template-template-membership-ds .site-main .special_offer .body p a,
body.page-template-template-membership-fs .site-main .special_offer .body p a,
body.page-template-template-membership-gdo .site-main .special_offer .body p a,
body.page-template-template-membership-gdo-insights .site-main .special_offer .body p a,
body.page-template-template-membership-insights .site-main .special_offer .body p a,
body.page-template-template-membership-26 .site-main .special_offer .body p a {
  text-decoration: underline;
  color: #32466b;
}
body.page-template-template-membership .site-main .special_offer .body table,
body.page-template-template-membership-ds .site-main .special_offer .body table,
body.page-template-template-membership-fs .site-main .special_offer .body table,
body.page-template-template-membership-gdo .site-main .special_offer .body table,
body.page-template-template-membership-gdo-insights .site-main .special_offer .body table,
body.page-template-template-membership-insights .site-main .special_offer .body table,
body.page-template-template-membership-26 .site-main .special_offer .body table {
  margin: 0;
}
body.page-template-template-membership .site-main .special_offer .body table tr td,
body.page-template-template-membership-ds .site-main .special_offer .body table tr td,
body.page-template-template-membership-fs .site-main .special_offer .body table tr td,
body.page-template-template-membership-gdo .site-main .special_offer .body table tr td,
body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr td,
body.page-template-template-membership-insights .site-main .special_offer .body table tr td,
body.page-template-template-membership-26 .site-main .special_offer .body table tr td {
  padding: 10px 0;
  font-size: 15px;
}
body.page-template-template-membership .site-main .special_offer .body table tr td:nth-child(1),
body.page-template-template-membership-ds .site-main .special_offer .body table tr td:nth-child(1),
body.page-template-template-membership-fs .site-main .special_offer .body table tr td:nth-child(1),
body.page-template-template-membership-gdo .site-main .special_offer .body table tr td:nth-child(1),
body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr td:nth-child(1),
body.page-template-template-membership-insights .site-main .special_offer .body table tr td:nth-child(1),
body.page-template-template-membership-26 .site-main .special_offer .body table tr td:nth-child(1) {
  font-weight: 600;
  white-space: nowrap;
}
body.page-template-template-membership .site-main .special_offer .body table tr td:nth-child(2),
body.page-template-template-membership-ds .site-main .special_offer .body table tr td:nth-child(2),
body.page-template-template-membership-fs .site-main .special_offer .body table tr td:nth-child(2),
body.page-template-template-membership-gdo .site-main .special_offer .body table tr td:nth-child(2),
body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr td:nth-child(2),
body.page-template-template-membership-insights .site-main .special_offer .body table tr td:nth-child(2),
body.page-template-template-membership-26 .site-main .special_offer .body table tr td:nth-child(2) {
  text-align: center;
  width: 100%;
}
body.page-template-template-membership .site-main .special_offer .body table tr td:nth-child(2) span,
body.page-template-template-membership-ds .site-main .special_offer .body table tr td:nth-child(2) span,
body.page-template-template-membership-fs .site-main .special_offer .body table tr td:nth-child(2) span,
body.page-template-template-membership-gdo .site-main .special_offer .body table tr td:nth-child(2) span,
body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr td:nth-child(2) span,
body.page-template-template-membership-insights .site-main .special_offer .body table tr td:nth-child(2) span,
body.page-template-template-membership-26 .site-main .special_offer .body table tr td:nth-child(2) span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.6;
}
body.page-template-template-membership .site-main .special_offer .body table tr td:nth-child(2):after,
body.page-template-template-membership-ds .site-main .special_offer .body table tr td:nth-child(2):after,
body.page-template-template-membership-fs .site-main .special_offer .body table tr td:nth-child(2):after,
body.page-template-template-membership-gdo .site-main .special_offer .body table tr td:nth-child(2):after,
body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr td:nth-child(2):after,
body.page-template-template-membership-insights .site-main .special_offer .body table tr td:nth-child(2):after,
body.page-template-template-membership-26 .site-main .special_offer .body table tr td:nth-child(2):after {
  content: " ";
  display: block;
  height: 1px;
  background: #dedede;
  left: 35px;
  right: 0px;
  margin-top: 10px;
  position: absolute;
}
body.page-template-template-membership .site-main .special_offer .body table tr td:nth-child(3),
body.page-template-template-membership-ds .site-main .special_offer .body table tr td:nth-child(3),
body.page-template-template-membership-fs .site-main .special_offer .body table tr td:nth-child(3),
body.page-template-template-membership-gdo .site-main .special_offer .body table tr td:nth-child(3),
body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr td:nth-child(3),
body.page-template-template-membership-insights .site-main .special_offer .body table tr td:nth-child(3),
body.page-template-template-membership-26 .site-main .special_offer .body table tr td:nth-child(3) {
  white-space: nowrap;
  font-size: 11px;
  text-transform: uppercase;
  color: rgb(0, 168, 81);
}
body.page-template-template-membership .site-main .special_offer .body table tr td:nth-child(3) span,
body.page-template-template-membership-ds .site-main .special_offer .body table tr td:nth-child(3) span,
body.page-template-template-membership-fs .site-main .special_offer .body table tr td:nth-child(3) span,
body.page-template-template-membership-gdo .site-main .special_offer .body table tr td:nth-child(3) span,
body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr td:nth-child(3) span,
body.page-template-template-membership-insights .site-main .special_offer .body table tr td:nth-child(3) span,
body.page-template-template-membership-26 .site-main .special_offer .body table tr td:nth-child(3) span {
  font-weight: 600;
}
body.page-template-template-membership .site-main .special_offer .body table tr:first-child td,
body.page-template-template-membership-ds .site-main .special_offer .body table tr:first-child td,
body.page-template-template-membership-fs .site-main .special_offer .body table tr:first-child td,
body.page-template-template-membership-gdo .site-main .special_offer .body table tr:first-child td,
body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr:first-child td,
body.page-template-template-membership-insights .site-main .special_offer .body table tr:first-child td,
body.page-template-template-membership-26 .site-main .special_offer .body table tr:first-child td {
  padding-top: 0;
}
body.page-template-template-membership .site-main .special_offer .body table tr:last-child td,
body.page-template-template-membership-ds .site-main .special_offer .body table tr:last-child td,
body.page-template-template-membership-fs .site-main .special_offer .body table tr:last-child td,
body.page-template-template-membership-gdo .site-main .special_offer .body table tr:last-child td,
body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr:last-child td,
body.page-template-template-membership-insights .site-main .special_offer .body table tr:last-child td,
body.page-template-template-membership-26 .site-main .special_offer .body table tr:last-child td {
  padding-bottom: 0;
}
body.page-template-template-membership .site-main .special_offer .body table tr:last-child td:after,
body.page-template-template-membership-ds .site-main .special_offer .body table tr:last-child td:after,
body.page-template-template-membership-fs .site-main .special_offer .body table tr:last-child td:after,
body.page-template-template-membership-gdo .site-main .special_offer .body table tr:last-child td:after,
body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr:last-child td:after,
body.page-template-template-membership-insights .site-main .special_offer .body table tr:last-child td:after,
body.page-template-template-membership-26 .site-main .special_offer .body table tr:last-child td:after {
  display: none;
}
@media all and (max-width: 500px) {
  body.page-template-template-membership .site-main .special_offer .body table,
  body.page-template-template-membership-ds .site-main .special_offer .body table,
  body.page-template-template-membership-fs .site-main .special_offer .body table,
  body.page-template-template-membership-gdo .site-main .special_offer .body table,
  body.page-template-template-membership-gdo-insights .site-main .special_offer .body table,
  body.page-template-template-membership-insights .site-main .special_offer .body table,
  body.page-template-template-membership-26 .site-main .special_offer .body table {
    display: block;
  }
  body.page-template-template-membership .site-main .special_offer .body table tbody,
  body.page-template-template-membership .site-main .special_offer .body table tr,
  body.page-template-template-membership .site-main .special_offer .body table tr,
  body.page-template-template-membership .site-main .special_offer .body table td,
  body.page-template-template-membership-ds .site-main .special_offer .body table tbody,
  body.page-template-template-membership-ds .site-main .special_offer .body table tr,
  body.page-template-template-membership-ds .site-main .special_offer .body table tr,
  body.page-template-template-membership-ds .site-main .special_offer .body table td,
  body.page-template-template-membership-fs .site-main .special_offer .body table tbody,
  body.page-template-template-membership-fs .site-main .special_offer .body table tr,
  body.page-template-template-membership-fs .site-main .special_offer .body table tr,
  body.page-template-template-membership-fs .site-main .special_offer .body table td,
  body.page-template-template-membership-gdo .site-main .special_offer .body table tbody,
  body.page-template-template-membership-gdo .site-main .special_offer .body table tr,
  body.page-template-template-membership-gdo .site-main .special_offer .body table tr,
  body.page-template-template-membership-gdo .site-main .special_offer .body table td,
  body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tbody,
  body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr,
  body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr,
  body.page-template-template-membership-gdo-insights .site-main .special_offer .body table td,
  body.page-template-template-membership-insights .site-main .special_offer .body table tbody,
  body.page-template-template-membership-insights .site-main .special_offer .body table tr,
  body.page-template-template-membership-insights .site-main .special_offer .body table tr,
  body.page-template-template-membership-insights .site-main .special_offer .body table td,
  body.page-template-template-membership-26 .site-main .special_offer .body table tbody,
  body.page-template-template-membership-26 .site-main .special_offer .body table tr,
  body.page-template-template-membership-26 .site-main .special_offer .body table tr,
  body.page-template-template-membership-26 .site-main .special_offer .body table td {
    display: block;
  }
  body.page-template-template-membership .site-main .special_offer .body table tr td,
  body.page-template-template-membership-ds .site-main .special_offer .body table tr td,
  body.page-template-template-membership-fs .site-main .special_offer .body table tr td,
  body.page-template-template-membership-gdo .site-main .special_offer .body table tr td,
  body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr td,
  body.page-template-template-membership-insights .site-main .special_offer .body table tr td,
  body.page-template-template-membership-26 .site-main .special_offer .body table tr td {
    display: block;
    text-align: center;
  }
  body.page-template-template-membership .site-main .special_offer .body table tr td:nth-child(1),
  body.page-template-template-membership-ds .site-main .special_offer .body table tr td:nth-child(1),
  body.page-template-template-membership-fs .site-main .special_offer .body table tr td:nth-child(1),
  body.page-template-template-membership-gdo .site-main .special_offer .body table tr td:nth-child(1),
  body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr td:nth-child(1),
  body.page-template-template-membership-insights .site-main .special_offer .body table tr td:nth-child(1),
  body.page-template-template-membership-26 .site-main .special_offer .body table tr td:nth-child(1) {
    padding-bottom: 0;
  }
  body.page-template-template-membership .site-main .special_offer .body table tr td:nth-child(2),
  body.page-template-template-membership-ds .site-main .special_offer .body table tr td:nth-child(2),
  body.page-template-template-membership-fs .site-main .special_offer .body table tr td:nth-child(2),
  body.page-template-template-membership-gdo .site-main .special_offer .body table tr td:nth-child(2),
  body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr td:nth-child(2),
  body.page-template-template-membership-insights .site-main .special_offer .body table tr td:nth-child(2),
  body.page-template-template-membership-26 .site-main .special_offer .body table tr td:nth-child(2) {
    padding-bottom: 0;
    padding-top: 0;
  }
  body.page-template-template-membership .site-main .special_offer .body table tr td:nth-child(2) span,
  body.page-template-template-membership-ds .site-main .special_offer .body table tr td:nth-child(2) span,
  body.page-template-template-membership-fs .site-main .special_offer .body table tr td:nth-child(2) span,
  body.page-template-template-membership-gdo .site-main .special_offer .body table tr td:nth-child(2) span,
  body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr td:nth-child(2) span,
  body.page-template-template-membership-insights .site-main .special_offer .body table tr td:nth-child(2) span,
  body.page-template-template-membership-26 .site-main .special_offer .body table tr td:nth-child(2) span {
    display: inline-block;
  }
  body.page-template-template-membership .site-main .special_offer .body table tr td:nth-child(2):after,
  body.page-template-template-membership-ds .site-main .special_offer .body table tr td:nth-child(2):after,
  body.page-template-template-membership-fs .site-main .special_offer .body table tr td:nth-child(2):after,
  body.page-template-template-membership-gdo .site-main .special_offer .body table tr td:nth-child(2):after,
  body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr td:nth-child(2):after,
  body.page-template-template-membership-insights .site-main .special_offer .body table tr td:nth-child(2):after,
  body.page-template-template-membership-26 .site-main .special_offer .body table tr td:nth-child(2):after {
    display: none;
  }
  body.page-template-template-membership .site-main .special_offer .body table tr td:nth-child(3),
  body.page-template-template-membership-ds .site-main .special_offer .body table tr td:nth-child(3),
  body.page-template-template-membership-fs .site-main .special_offer .body table tr td:nth-child(3),
  body.page-template-template-membership-gdo .site-main .special_offer .body table tr td:nth-child(3),
  body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr td:nth-child(3),
  body.page-template-template-membership-insights .site-main .special_offer .body table tr td:nth-child(3),
  body.page-template-template-membership-26 .site-main .special_offer .body table tr td:nth-child(3) {
    padding-top: 0;
  }
  body.page-template-template-membership .site-main .special_offer .body table tr td:nth-child(3):after,
  body.page-template-template-membership-ds .site-main .special_offer .body table tr td:nth-child(3):after,
  body.page-template-template-membership-fs .site-main .special_offer .body table tr td:nth-child(3):after,
  body.page-template-template-membership-gdo .site-main .special_offer .body table tr td:nth-child(3):after,
  body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr td:nth-child(3):after,
  body.page-template-template-membership-insights .site-main .special_offer .body table tr td:nth-child(3):after,
  body.page-template-template-membership-26 .site-main .special_offer .body table tr td:nth-child(3):after {
    content: " ";
    display: block;
    height: 1px;
    background: #dedede;
    left: 35px;
    right: 0px;
    margin-top: 10px;
    position: absolute;
  }
  body.page-template-template-membership .site-main .special_offer .body table tr:last-child td:last-child::after,
  body.page-template-template-membership-ds .site-main .special_offer .body table tr:last-child td:last-child::after,
  body.page-template-template-membership-fs .site-main .special_offer .body table tr:last-child td:last-child::after,
  body.page-template-template-membership-gdo .site-main .special_offer .body table tr:last-child td:last-child::after,
  body.page-template-template-membership-gdo-insights .site-main .special_offer .body table tr:last-child td:last-child::after,
  body.page-template-template-membership-insights .site-main .special_offer .body table tr:last-child td:last-child::after,
  body.page-template-template-membership-26 .site-main .special_offer .body table tr:last-child td:last-child::after {
    display: none;
  }
}
body.page-template-template-membership .site-main .subscribe,
body.page-template-template-membership-ds .site-main .subscribe,
body.page-template-template-membership-fs .site-main .subscribe,
body.page-template-template-membership-gdo .site-main .subscribe,
body.page-template-template-membership-gdo-insights .site-main .subscribe,
body.page-template-template-membership-insights .site-main .subscribe,
body.page-template-template-membership-26 .site-main .subscribe {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: stretch;
}
body.page-template-template-membership .site-main .subscribe div,
body.page-template-template-membership-ds .site-main .subscribe div,
body.page-template-template-membership-fs .site-main .subscribe div,
body.page-template-template-membership-gdo .site-main .subscribe div,
body.page-template-template-membership-gdo-insights .site-main .subscribe div,
body.page-template-template-membership-insights .site-main .subscribe div,
body.page-template-template-membership-26 .site-main .subscribe div {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
body.page-template-template-membership .site-main .subscribe div > span,
body.page-template-template-membership-ds .site-main .subscribe div > span,
body.page-template-template-membership-fs .site-main .subscribe div > span,
body.page-template-template-membership-gdo .site-main .subscribe div > span,
body.page-template-template-membership-gdo-insights .site-main .subscribe div > span,
body.page-template-template-membership-insights .site-main .subscribe div > span,
body.page-template-template-membership-26 .site-main .subscribe div > span {
  font-size: 12px;
  text-transform: uppercase;
  color: #596f96;
  margin-top: 5px;
  font-weight: 500;
}
body.page-template-template-membership .site-main .subscribe div .btn,
body.page-template-template-membership-ds .site-main .subscribe div .btn,
body.page-template-template-membership-fs .site-main .subscribe div .btn,
body.page-template-template-membership-gdo .site-main .subscribe div .btn,
body.page-template-template-membership-gdo-insights .site-main .subscribe div .btn,
body.page-template-template-membership-insights .site-main .subscribe div .btn,
body.page-template-template-membership-26 .site-main .subscribe div .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  min-height: 56px;
  min-width: 250px;
  height: 100%;
  margin: 0 15px;
  padding: 12px 20px;
  background: #32466b;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
  transition: box-shadow 0.3s;
  color: #FFF;
  font-weight: 500;
}
body.page-template-template-membership .site-main .subscribe div .btn > *,
body.page-template-template-membership-ds .site-main .subscribe div .btn > *,
body.page-template-template-membership-fs .site-main .subscribe div .btn > *,
body.page-template-template-membership-gdo .site-main .subscribe div .btn > *,
body.page-template-template-membership-gdo-insights .site-main .subscribe div .btn > *,
body.page-template-template-membership-insights .site-main .subscribe div .btn > *,
body.page-template-template-membership-26 .site-main .subscribe div .btn > * {
  margin-top: 5px;
}
body.page-template-template-membership .site-main .subscribe div .btn > *:first-child,
body.page-template-template-membership-ds .site-main .subscribe div .btn > *:first-child,
body.page-template-template-membership-fs .site-main .subscribe div .btn > *:first-child,
body.page-template-template-membership-gdo .site-main .subscribe div .btn > *:first-child,
body.page-template-template-membership-gdo-insights .site-main .subscribe div .btn > *:first-child,
body.page-template-template-membership-insights .site-main .subscribe div .btn > *:first-child,
body.page-template-template-membership-26 .site-main .subscribe div .btn > *:first-child {
  margin-top: 0;
}
body.page-template-template-membership .site-main .subscribe div .btn span,
body.page-template-template-membership-ds .site-main .subscribe div .btn span,
body.page-template-template-membership-fs .site-main .subscribe div .btn span,
body.page-template-template-membership-gdo .site-main .subscribe div .btn span,
body.page-template-template-membership-gdo-insights .site-main .subscribe div .btn span,
body.page-template-template-membership-insights .site-main .subscribe div .btn span,
body.page-template-template-membership-26 .site-main .subscribe div .btn span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #d8e0ef;
}
body.page-template-template-membership .site-main .subscribe div .btn span strong,
body.page-template-template-membership-ds .site-main .subscribe div .btn span strong,
body.page-template-template-membership-fs .site-main .subscribe div .btn span strong,
body.page-template-template-membership-gdo .site-main .subscribe div .btn span strong,
body.page-template-template-membership-gdo-insights .site-main .subscribe div .btn span strong,
body.page-template-template-membership-insights .site-main .subscribe div .btn span strong,
body.page-template-template-membership-26 .site-main .subscribe div .btn span strong {
  padding: 0;
  font-weight: 900;
}
body.page-template-template-membership .site-main .subscribe div .btn span.bigger,
body.page-template-template-membership-ds .site-main .subscribe div .btn span.bigger,
body.page-template-template-membership-fs .site-main .subscribe div .btn span.bigger,
body.page-template-template-membership-gdo .site-main .subscribe div .btn span.bigger,
body.page-template-template-membership-gdo-insights .site-main .subscribe div .btn span.bigger,
body.page-template-template-membership-insights .site-main .subscribe div .btn span.bigger,
body.page-template-template-membership-26 .site-main .subscribe div .btn span.bigger {
  font-size: 30px;
  opacity: 1 !important;
}
body.page-template-template-membership .site-main .subscribe div .btn strong,
body.page-template-template-membership-ds .site-main .subscribe div .btn strong,
body.page-template-template-membership-fs .site-main .subscribe div .btn strong,
body.page-template-template-membership-gdo .site-main .subscribe div .btn strong,
body.page-template-template-membership-gdo-insights .site-main .subscribe div .btn strong,
body.page-template-template-membership-insights .site-main .subscribe div .btn strong,
body.page-template-template-membership-26 .site-main .subscribe div .btn strong {
  margin-bottom: 2px;
  padding: 0 30px;
}
body.page-template-template-membership .site-main .subscribe div .btn i,
body.page-template-template-membership-ds .site-main .subscribe div .btn i,
body.page-template-template-membership-fs .site-main .subscribe div .btn i,
body.page-template-template-membership-gdo .site-main .subscribe div .btn i,
body.page-template-template-membership-gdo-insights .site-main .subscribe div .btn i,
body.page-template-template-membership-insights .site-main .subscribe div .btn i,
body.page-template-template-membership-26 .site-main .subscribe div .btn i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin-top: 0;
}
body.page-template-template-membership .site-main .subscribe div .btn i svg,
body.page-template-template-membership-ds .site-main .subscribe div .btn i svg,
body.page-template-template-membership-fs .site-main .subscribe div .btn i svg,
body.page-template-template-membership-gdo .site-main .subscribe div .btn i svg,
body.page-template-template-membership-gdo-insights .site-main .subscribe div .btn i svg,
body.page-template-template-membership-insights .site-main .subscribe div .btn i svg,
body.page-template-template-membership-26 .site-main .subscribe div .btn i svg {
  height: 30px;
  width: auto;
}
body.page-template-template-membership .site-main .subscribe div .btn i svg *[fill]:not([fill=none]),
body.page-template-template-membership-ds .site-main .subscribe div .btn i svg *[fill]:not([fill=none]),
body.page-template-template-membership-fs .site-main .subscribe div .btn i svg *[fill]:not([fill=none]),
body.page-template-template-membership-gdo .site-main .subscribe div .btn i svg *[fill]:not([fill=none]),
body.page-template-template-membership-gdo-insights .site-main .subscribe div .btn i svg *[fill]:not([fill=none]),
body.page-template-template-membership-insights .site-main .subscribe div .btn i svg *[fill]:not([fill=none]),
body.page-template-template-membership-26 .site-main .subscribe div .btn i svg *[fill]:not([fill=none]) {
  fill: #FFF;
}
body.page-template-template-membership .site-main .subscribe div .btn i svg path:not([fill=none]),
body.page-template-template-membership-ds .site-main .subscribe div .btn i svg path:not([fill=none]),
body.page-template-template-membership-fs .site-main .subscribe div .btn i svg path:not([fill=none]),
body.page-template-template-membership-gdo .site-main .subscribe div .btn i svg path:not([fill=none]),
body.page-template-template-membership-gdo-insights .site-main .subscribe div .btn i svg path:not([fill=none]),
body.page-template-template-membership-insights .site-main .subscribe div .btn i svg path:not([fill=none]),
body.page-template-template-membership-26 .site-main .subscribe div .btn i svg path:not([fill=none]) {
  fill: #FFF;
}
body.page-template-template-membership .site-main .subscribe div .btn.green,
body.page-template-template-membership-ds .site-main .subscribe div .btn.green,
body.page-template-template-membership-fs .site-main .subscribe div .btn.green,
body.page-template-template-membership-gdo .site-main .subscribe div .btn.green,
body.page-template-template-membership-gdo-insights .site-main .subscribe div .btn.green,
body.page-template-template-membership-insights .site-main .subscribe div .btn.green,
body.page-template-template-membership-26 .site-main .subscribe div .btn.green {
  background: rgb(0, 168, 81);
}
body.page-template-template-membership .site-main .subscribe div .btn.green span,
body.page-template-template-membership-ds .site-main .subscribe div .btn.green span,
body.page-template-template-membership-fs .site-main .subscribe div .btn.green span,
body.page-template-template-membership-gdo .site-main .subscribe div .btn.green span,
body.page-template-template-membership-gdo-insights .site-main .subscribe div .btn.green span,
body.page-template-template-membership-insights .site-main .subscribe div .btn.green span,
body.page-template-template-membership-26 .site-main .subscribe div .btn.green span {
  color: #FFF;
  opacity: 0.8;
}
body.page-template-template-membership .site-main .subscribe div .btn:hover,
body.page-template-template-membership-ds .site-main .subscribe div .btn:hover,
body.page-template-template-membership-fs .site-main .subscribe div .btn:hover,
body.page-template-template-membership-gdo .site-main .subscribe div .btn:hover,
body.page-template-template-membership-gdo-insights .site-main .subscribe div .btn:hover,
body.page-template-template-membership-insights .site-main .subscribe div .btn:hover,
body.page-template-template-membership-26 .site-main .subscribe div .btn:hover {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.6);
}
body.page-template-template-membership .site-main .faq,
body.page-template-template-membership-ds .site-main .faq,
body.page-template-template-membership-fs .site-main .faq,
body.page-template-template-membership-gdo .site-main .faq,
body.page-template-template-membership-gdo-insights .site-main .faq,
body.page-template-template-membership-insights .site-main .faq,
body.page-template-template-membership-26 .site-main .faq {
  position: relative;
  padding: 40px 0;
  margin-top: 60px;
  width: 100%;
}
@media all and (max-width: 750px) {
  body.page-template-template-membership .site-main .faq,
  body.page-template-template-membership-ds .site-main .faq,
  body.page-template-template-membership-fs .site-main .faq,
  body.page-template-template-membership-gdo .site-main .faq,
  body.page-template-template-membership-gdo-insights .site-main .faq,
  body.page-template-template-membership-insights .site-main .faq,
  body.page-template-template-membership-26 .site-main .faq {
    padding: 30px 0;
  }
}
body.page-template-template-membership .site-main .faq:before,
body.page-template-template-membership-ds .site-main .faq:before,
body.page-template-template-membership-fs .site-main .faq:before,
body.page-template-template-membership-gdo .site-main .faq:before,
body.page-template-template-membership-gdo-insights .site-main .faq:before,
body.page-template-template-membership-insights .site-main .faq:before,
body.page-template-template-membership-26 .site-main .faq:before {
  content: " ";
  display: block;
  position: absolute;
  left: -50vw;
  top: 0;
  bottom: 0;
  width: 150vw;
  background: #fafafa;
}
body.page-template-template-membership .site-main .faq .contents,
body.page-template-template-membership-ds .site-main .faq .contents,
body.page-template-template-membership-fs .site-main .faq .contents,
body.page-template-template-membership-gdo .site-main .faq .contents,
body.page-template-template-membership-gdo-insights .site-main .faq .contents,
body.page-template-template-membership-insights .site-main .faq .contents,
body.page-template-template-membership-26 .site-main .faq .contents {
  position: relative;
}
body.page-template-template-membership .site-main .faq .contents h3,
body.page-template-template-membership-ds .site-main .faq .contents h3,
body.page-template-template-membership-fs .site-main .faq .contents h3,
body.page-template-template-membership-gdo .site-main .faq .contents h3,
body.page-template-template-membership-gdo-insights .site-main .faq .contents h3,
body.page-template-template-membership-insights .site-main .faq .contents h3,
body.page-template-template-membership-26 .site-main .faq .contents h3 {
  text-align: center;
  font-size: 1.3rem;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 30px;
}
@media all and (max-width: 750px) {
  body.page-template-template-membership .site-main .faq .contents h3,
  body.page-template-template-membership-ds .site-main .faq .contents h3,
  body.page-template-template-membership-fs .site-main .faq .contents h3,
  body.page-template-template-membership-gdo .site-main .faq .contents h3,
  body.page-template-template-membership-gdo-insights .site-main .faq .contents h3,
  body.page-template-template-membership-insights .site-main .faq .contents h3,
  body.page-template-template-membership-26 .site-main .faq .contents h3 {
    margin-bottom: 24px;
  }
}
body.page-template-template-membership .site-main .faq .contents .faq-section,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section {
  display: flex;
  margin-top: 35px;
}
@media all and (max-width: 750px) {
  body.page-template-template-membership .site-main .faq .contents .faq-section,
  body.page-template-template-membership-ds .site-main .faq .contents .faq-section,
  body.page-template-template-membership-fs .site-main .faq .contents .faq-section,
  body.page-template-template-membership-gdo .site-main .faq .contents .faq-section,
  body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section,
  body.page-template-template-membership-insights .site-main .faq .contents .faq-section,
  body.page-template-template-membership-26 .site-main .faq .contents .faq-section {
    display: block;
  }
}
body.page-template-template-membership .site-main .faq .contents .faq-section .sub-title,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section .sub-title,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section .sub-title,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section .sub-title,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section .sub-title,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section .sub-title,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section .sub-title {
  width: 300px;
  flex-shrink: 0;
  padding-top: 14px;
}
body.page-template-template-membership .site-main .faq .contents .faq-section .sub-title h4,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section .sub-title h4,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section .sub-title h4,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section .sub-title h4,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section .sub-title h4,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section .sub-title h4,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section .sub-title h4 {
  font-size: 1rem;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 24px;
}
@media all and (max-width: 750px) {
  body.page-template-template-membership .site-main .faq .contents .faq-section .sub-title h4,
  body.page-template-template-membership-ds .site-main .faq .contents .faq-section .sub-title h4,
  body.page-template-template-membership-fs .site-main .faq .contents .faq-section .sub-title h4,
  body.page-template-template-membership-gdo .site-main .faq .contents .faq-section .sub-title h4,
  body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section .sub-title h4,
  body.page-template-template-membership-insights .site-main .faq .contents .faq-section .sub-title h4,
  body.page-template-template-membership-26 .site-main .faq .contents .faq-section .sub-title h4 {
    margin-bottom: 22px;
  }
}
body.page-template-template-membership .site-main .faq .contents .faq-section .sub-title h4 span,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section .sub-title h4 span,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section .sub-title h4 span,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section .sub-title h4 span,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section .sub-title h4 span,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section .sub-title h4 span,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section .sub-title h4 span {
  vertical-align: text-bottom;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul {
  display: block;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li {
  display: block;
  margin-bottom: 4px;
  color: #2a2a2a;
  border: 1px solid #edf0f1;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li > a,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li > a,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li > a,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li > a,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li > a,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li > a,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li > a {
  position: absolute;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li.open .head .toggle,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li.open .head .toggle,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li.open .head .toggle,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li.open .head .toggle,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li.open .head .toggle,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li.open .head .toggle,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li.open .head .toggle {
  transform: rotate(0deg);
  font-size: 1.3em;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li:hover .head, body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li.open .head,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li:hover .head,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li.open .head,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li:hover .head,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li.open .head,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li:hover .head,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li.open .head,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li:hover .head,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li.open .head,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li:hover .head,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li.open .head,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li:hover .head,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li.open .head {
  background: #eff4f7;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .head,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .head,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .head,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .head,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .head,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .head,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .head {
  display: flex;
  align-items: center;
  padding: 10px 16px 9px 10px;
  background: transparent;
  transition: background-color 0.3s;
  cursor: pointer;
  font-size: 16px;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .head strong,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .head strong,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .head strong,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .head strong,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .head strong,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .head strong,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .head strong {
  flex-grow: 1;
  padding-right: 10px;
  font-weight: normal;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .head .toggle,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .head .toggle,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .head .toggle,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .head .toggle,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .head .toggle,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .head .toggle,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .head .toggle {
  margin-left: auto;
  font-size: 1.2em;
  font-weight: 300;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a2a2a;
  transform: rotate(45deg);
  transition: all 0.3s;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body {
  background: #FFF;
  padding: 24px 20px;
  font-size: 14px;
  display: none;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body > *,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body > *,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body > *,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body > *,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body > *,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body > *,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body > * {
  margin-bottom: 15px;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body > *:last-child,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body > *:last-child,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body > *:last-child,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body > *:last-child,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body > *:last-child,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body > *:last-child,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body > *:last-child {
  margin-bottom: 0;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body p,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body p,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body p,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body p,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body p,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body p,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body p {
  margin-top: 0;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body > ul,
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body > ol,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body > ul,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body > ol,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body > ul,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body > ol,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body > ul,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body > ol,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body > ul,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body > ol,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body > ul,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body > ol,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body > ul,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body > ol {
  margin-left: 0;
  padding-left: 1.5em;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body > ul li,
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body > ol li,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body > ul li,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body > ol li,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body > ul li,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body > ol li,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body > ul li,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body > ol li,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body > ul li,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body > ol li,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body > ul li,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body > ol li,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body > ul li,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body > ol li {
  margin-bottom: 4px;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body > ul li:last-child,
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body > ol li:last-child,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body > ul li:last-child,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body > ol li:last-child,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body > ul li:last-child,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body > ol li:last-child,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body > ul li:last-child,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body > ol li:last-child,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body > ul li:last-child,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body > ol li:last-child,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body > ul li:last-child,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body > ol li:last-child,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body > ul li:last-child,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body > ol li:last-child {
  margin-bottom: 0;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body a,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body a,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body a,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body a,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body a,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body a,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body a {
  text-decoration: underline;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body .downloads,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body .downloads,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body .downloads,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body .downloads,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body .downloads,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body .downloads,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body .downloads {
  display: flex;
  align-items: center;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body .downloads a,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body .downloads a,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body .downloads a,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body .downloads a,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body .downloads a,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body .downloads a,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body .downloads a {
  margin-right: 5px;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body .downloads a:last-child,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body .downloads a:last-child,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body .downloads a:last-child,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body .downloads a:last-child,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body .downloads a:last-child,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body .downloads a:last-child,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body .downloads a:last-child {
  margin-right: 0;
}
body.page-template-template-membership .site-main .faq .contents .faq-section > ul > li .body .downloads a img,
body.page-template-template-membership-ds .site-main .faq .contents .faq-section > ul > li .body .downloads a img,
body.page-template-template-membership-fs .site-main .faq .contents .faq-section > ul > li .body .downloads a img,
body.page-template-template-membership-gdo .site-main .faq .contents .faq-section > ul > li .body .downloads a img,
body.page-template-template-membership-gdo-insights .site-main .faq .contents .faq-section > ul > li .body .downloads a img,
body.page-template-template-membership-insights .site-main .faq .contents .faq-section > ul > li .body .downloads a img,
body.page-template-template-membership-26 .site-main .faq .contents .faq-section > ul > li .body .downloads a img {
  height: 30px;
  width: auto;
}
body.page-template-template-membership .subscribe-form,
body.page-template-template-membership-ds .subscribe-form,
body.page-template-template-membership-fs .subscribe-form,
body.page-template-template-membership-gdo .subscribe-form,
body.page-template-template-membership-gdo-insights .subscribe-form,
body.page-template-template-membership-insights .subscribe-form,
body.page-template-template-membership-26 .subscribe-form {
  margin-top: 50px;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 0 7px;
  background: #3FA9F5;
  z-index: 1000;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s ease-out;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .subscribe-form,
  body.page-template-template-membership-ds .subscribe-form,
  body.page-template-template-membership-fs .subscribe-form,
  body.page-template-template-membership-gdo .subscribe-form,
  body.page-template-template-membership-gdo-insights .subscribe-form,
  body.page-template-template-membership-insights .subscribe-form,
  body.page-template-template-membership-26 .subscribe-form {
    padding: 3vw 0;
  }
}
body.page-template-template-membership .subscribe-form.visible,
body.page-template-template-membership-ds .subscribe-form.visible,
body.page-template-template-membership-fs .subscribe-form.visible,
body.page-template-template-membership-gdo .subscribe-form.visible,
body.page-template-template-membership-gdo-insights .subscribe-form.visible,
body.page-template-template-membership-insights .subscribe-form.visible,
body.page-template-template-membership-26 .subscribe-form.visible {
  transform: translateY(0%);
  opacity: 1;
}
body.page-template-template-membership .subscribe-form:before, body.page-template-template-membership .subscribe-form:after,
body.page-template-template-membership .subscribe-form .before,
body.page-template-template-membership .subscribe-form .after,
body.page-template-template-membership-ds .subscribe-form:before,
body.page-template-template-membership-ds .subscribe-form:after,
body.page-template-template-membership-ds .subscribe-form .before,
body.page-template-template-membership-ds .subscribe-form .after,
body.page-template-template-membership-fs .subscribe-form:before,
body.page-template-template-membership-fs .subscribe-form:after,
body.page-template-template-membership-fs .subscribe-form .before,
body.page-template-template-membership-fs .subscribe-form .after,
body.page-template-template-membership-gdo .subscribe-form:before,
body.page-template-template-membership-gdo .subscribe-form:after,
body.page-template-template-membership-gdo .subscribe-form .before,
body.page-template-template-membership-gdo .subscribe-form .after,
body.page-template-template-membership-gdo-insights .subscribe-form:before,
body.page-template-template-membership-gdo-insights .subscribe-form:after,
body.page-template-template-membership-gdo-insights .subscribe-form .before,
body.page-template-template-membership-gdo-insights .subscribe-form .after,
body.page-template-template-membership-insights .subscribe-form:before,
body.page-template-template-membership-insights .subscribe-form:after,
body.page-template-template-membership-insights .subscribe-form .before,
body.page-template-template-membership-insights .subscribe-form .after,
body.page-template-template-membership-26 .subscribe-form:before,
body.page-template-template-membership-26 .subscribe-form:after,
body.page-template-template-membership-26 .subscribe-form .before,
body.page-template-template-membership-26 .subscribe-form .after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #3FA9F5;
  width: 3em;
}
@media only screen and (max-width: 1599px) {
  body.page-template-template-membership .subscribe-form:before, body.page-template-template-membership .subscribe-form:after,
  body.page-template-template-membership .subscribe-form .before,
  body.page-template-template-membership .subscribe-form .after,
  body.page-template-template-membership-ds .subscribe-form:before,
  body.page-template-template-membership-ds .subscribe-form:after,
  body.page-template-template-membership-ds .subscribe-form .before,
  body.page-template-template-membership-ds .subscribe-form .after,
  body.page-template-template-membership-fs .subscribe-form:before,
  body.page-template-template-membership-fs .subscribe-form:after,
  body.page-template-template-membership-fs .subscribe-form .before,
  body.page-template-template-membership-fs .subscribe-form .after,
  body.page-template-template-membership-gdo .subscribe-form:before,
  body.page-template-template-membership-gdo .subscribe-form:after,
  body.page-template-template-membership-gdo .subscribe-form .before,
  body.page-template-template-membership-gdo .subscribe-form .after,
  body.page-template-template-membership-gdo-insights .subscribe-form:before,
  body.page-template-template-membership-gdo-insights .subscribe-form:after,
  body.page-template-template-membership-gdo-insights .subscribe-form .before,
  body.page-template-template-membership-gdo-insights .subscribe-form .after,
  body.page-template-template-membership-insights .subscribe-form:before,
  body.page-template-template-membership-insights .subscribe-form:after,
  body.page-template-template-membership-insights .subscribe-form .before,
  body.page-template-template-membership-insights .subscribe-form .after,
  body.page-template-template-membership-26 .subscribe-form:before,
  body.page-template-template-membership-26 .subscribe-form:after,
  body.page-template-template-membership-26 .subscribe-form .before,
  body.page-template-template-membership-26 .subscribe-form .after {
    width: 3vw;
  }
}
@media only screen and (max-width: 549px) {
  body.page-template-template-membership .subscribe-form:before, body.page-template-template-membership .subscribe-form:after,
  body.page-template-template-membership .subscribe-form .before,
  body.page-template-template-membership .subscribe-form .after,
  body.page-template-template-membership-ds .subscribe-form:before,
  body.page-template-template-membership-ds .subscribe-form:after,
  body.page-template-template-membership-ds .subscribe-form .before,
  body.page-template-template-membership-ds .subscribe-form .after,
  body.page-template-template-membership-fs .subscribe-form:before,
  body.page-template-template-membership-fs .subscribe-form:after,
  body.page-template-template-membership-fs .subscribe-form .before,
  body.page-template-template-membership-fs .subscribe-form .after,
  body.page-template-template-membership-gdo .subscribe-form:before,
  body.page-template-template-membership-gdo .subscribe-form:after,
  body.page-template-template-membership-gdo .subscribe-form .before,
  body.page-template-template-membership-gdo .subscribe-form .after,
  body.page-template-template-membership-gdo-insights .subscribe-form:before,
  body.page-template-template-membership-gdo-insights .subscribe-form:after,
  body.page-template-template-membership-gdo-insights .subscribe-form .before,
  body.page-template-template-membership-gdo-insights .subscribe-form .after,
  body.page-template-template-membership-insights .subscribe-form:before,
  body.page-template-template-membership-insights .subscribe-form:after,
  body.page-template-template-membership-insights .subscribe-form .before,
  body.page-template-template-membership-insights .subscribe-form .after,
  body.page-template-template-membership-26 .subscribe-form:before,
  body.page-template-template-membership-26 .subscribe-form:after,
  body.page-template-template-membership-26 .subscribe-form .before,
  body.page-template-template-membership-26 .subscribe-form .after {
    width: 1em;
  }
}
body.page-template-template-membership .subscribe-form:before,
body.page-template-template-membership .subscribe-form .before,
body.page-template-template-membership-ds .subscribe-form:before,
body.page-template-template-membership-ds .subscribe-form .before,
body.page-template-template-membership-fs .subscribe-form:before,
body.page-template-template-membership-fs .subscribe-form .before,
body.page-template-template-membership-gdo .subscribe-form:before,
body.page-template-template-membership-gdo .subscribe-form .before,
body.page-template-template-membership-gdo-insights .subscribe-form:before,
body.page-template-template-membership-gdo-insights .subscribe-form .before,
body.page-template-template-membership-insights .subscribe-form:before,
body.page-template-template-membership-insights .subscribe-form .before,
body.page-template-template-membership-26 .subscribe-form:before,
body.page-template-template-membership-26 .subscribe-form .before {
  right: 100%;
}
body.page-template-template-membership .subscribe-form:after,
body.page-template-template-membership .subscribe-form .after,
body.page-template-template-membership-ds .subscribe-form:after,
body.page-template-template-membership-ds .subscribe-form .after,
body.page-template-template-membership-fs .subscribe-form:after,
body.page-template-template-membership-fs .subscribe-form .after,
body.page-template-template-membership-gdo .subscribe-form:after,
body.page-template-template-membership-gdo .subscribe-form .after,
body.page-template-template-membership-gdo-insights .subscribe-form:after,
body.page-template-template-membership-gdo-insights .subscribe-form .after,
body.page-template-template-membership-insights .subscribe-form:after,
body.page-template-template-membership-insights .subscribe-form .after,
body.page-template-template-membership-26 .subscribe-form:after,
body.page-template-template-membership-26 .subscribe-form .after {
  left: 100%;
}
body.page-template-template-membership .subscribe-form .lists,
body.page-template-template-membership-ds .subscribe-form .lists,
body.page-template-template-membership-fs .subscribe-form .lists,
body.page-template-template-membership-gdo .subscribe-form .lists,
body.page-template-template-membership-gdo-insights .subscribe-form .lists,
body.page-template-template-membership-insights .subscribe-form .lists,
body.page-template-template-membership-26 .subscribe-form .lists {
  position: absolute;
  display: none;
}
body.page-template-template-membership .subscribe-form .form,
body.page-template-template-membership-ds .subscribe-form .form,
body.page-template-template-membership-fs .subscribe-form .form,
body.page-template-template-membership-gdo .subscribe-form .form,
body.page-template-template-membership-gdo-insights .subscribe-form .form,
body.page-template-template-membership-insights .subscribe-form .form,
body.page-template-template-membership-26 .subscribe-form .form {
  margin-bottom: 0;
}
@media all and (max-width: 1139px) {
  body.page-template-template-membership .subscribe-form .form,
  body.page-template-template-membership-ds .subscribe-form .form,
  body.page-template-template-membership-fs .subscribe-form .form,
  body.page-template-template-membership-gdo .subscribe-form .form,
  body.page-template-template-membership-gdo-insights .subscribe-form .form,
  body.page-template-template-membership-insights .subscribe-form .form,
  body.page-template-template-membership-26 .subscribe-form .form {
    max-width: 100%;
  }
}
body.page-template-template-membership .subscribe-form .form.loading,
body.page-template-template-membership-ds .subscribe-form .form.loading,
body.page-template-template-membership-fs .subscribe-form .form.loading,
body.page-template-template-membership-gdo .subscribe-form .form.loading,
body.page-template-template-membership-gdo-insights .subscribe-form .form.loading,
body.page-template-template-membership-insights .subscribe-form .form.loading,
body.page-template-template-membership-26 .subscribe-form .form.loading {
  opacity: 0.7;
  pointer-events: none;
}
body.page-template-template-membership .subscribe-form .form.loading button:after,
body.page-template-template-membership-ds .subscribe-form .form.loading button:after,
body.page-template-template-membership-fs .subscribe-form .form.loading button:after,
body.page-template-template-membership-gdo .subscribe-form .form.loading button:after,
body.page-template-template-membership-gdo-insights .subscribe-form .form.loading button:after,
body.page-template-template-membership-insights .subscribe-form .form.loading button:after,
body.page-template-template-membership-26 .subscribe-form .form.loading button:after {
  opacity: 1;
}
body.page-template-template-membership .subscribe-form .form > *,
body.page-template-template-membership-ds .subscribe-form .form > *,
body.page-template-template-membership-fs .subscribe-form .form > *,
body.page-template-template-membership-gdo .subscribe-form .form > *,
body.page-template-template-membership-gdo-insights .subscribe-form .form > *,
body.page-template-template-membership-insights .subscribe-form .form > *,
body.page-template-template-membership-26 .subscribe-form .form > * {
  margin-left: 10px;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .subscribe-form .form > *,
  body.page-template-template-membership-ds .subscribe-form .form > *,
  body.page-template-template-membership-fs .subscribe-form .form > *,
  body.page-template-template-membership-gdo .subscribe-form .form > *,
  body.page-template-template-membership-gdo-insights .subscribe-form .form > *,
  body.page-template-template-membership-insights .subscribe-form .form > *,
  body.page-template-template-membership-26 .subscribe-form .form > * {
    margin: 10px 0 0;
  }
}
body.page-template-template-membership .subscribe-form .form > *:first-child,
body.page-template-template-membership-ds .subscribe-form .form > *:first-child,
body.page-template-template-membership-fs .subscribe-form .form > *:first-child,
body.page-template-template-membership-gdo .subscribe-form .form > *:first-child,
body.page-template-template-membership-gdo-insights .subscribe-form .form > *:first-child,
body.page-template-template-membership-insights .subscribe-form .form > *:first-child,
body.page-template-template-membership-26 .subscribe-form .form > *:first-child {
  margin-left: 0;
}
@media all and (max-width: 767px) {
  body.page-template-template-membership .subscribe-form .form > *:first-child,
  body.page-template-template-membership-ds .subscribe-form .form > *:first-child,
  body.page-template-template-membership-fs .subscribe-form .form > *:first-child,
  body.page-template-template-membership-gdo .subscribe-form .form > *:first-child,
  body.page-template-template-membership-gdo-insights .subscribe-form .form > *:first-child,
  body.page-template-template-membership-insights .subscribe-form .form > *:first-child,
  body.page-template-template-membership-26 .subscribe-form .form > *:first-child {
    margin-top: 0;
  }
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper {
  display: flex;
  margin-bottom: 9px;
}
@media all and (max-width: 1023px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper {
    margin: 0 -3.5px 2px 0;
    flex-wrap: wrap;
  }
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .field,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field {
  margin-right: 7px;
  width: 190px;
}
@media all and (max-width: 1445px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field {
    width: 175px;
  }
}
@media all and (max-width: 1366px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field {
    width: 160px;
  }
}
@media all and (max-width: 1280px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field {
    width: 145px;
  }
}
@media all and (max-width: 1023px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field {
    margin: 0;
    padding: 0 3.5px 7px;
    width: 33.3333333333%;
  }
}
@media all and (max-width: 560px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field {
    width: 50%;
  }
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .field input,
body.page-template-template-membership .subscribe-form .form .fields-wrapper .field select,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field input,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field select,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field input,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field select,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field input,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field select,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field input,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field select,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field input,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field select,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field input,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field select {
  height: 40px;
  padding: 5px 16px 0;
  border-radius: 6px;
  font-size: 16px;
  line-height: 125%;
  font-weight: 300;
  border: 1px solid #FFF;
  outline: none;
  width: 100%;
}
@media all and (max-width: 1023px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field select {
    border-radius: 4px;
  }
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .field input::placeholder,
body.page-template-template-membership .subscribe-form .form .fields-wrapper .field select::placeholder,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field input::placeholder,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field select::placeholder,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field input::placeholder,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field select::placeholder,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field input::placeholder,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field select::placeholder,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field input::placeholder,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field select::placeholder,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field input::placeholder,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field select::placeholder,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field input::placeholder,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field select::placeholder {
  opacity: 0.5;
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .field input.empty,
body.page-template-template-membership .subscribe-form .form .fields-wrapper .field select.empty,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field input.empty,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field select.empty,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field input.empty,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field select.empty,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field input.empty,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field select.empty,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field input.empty,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field select.empty,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field input.empty,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field select.empty,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field input.empty,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field select.empty {
  color: rgba(42, 42, 42, 0.35);
}
@media all and (max-width: 1445px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field select {
    padding: 5px 12px 0;
    font-size: 15px;
  }
}
@media all and (max-width: 1366px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field select {
    font-size: 14px;
  }
}
@media all and (max-width: 1280px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .field select,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field input,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .field select {
    height: 35px;
  }
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper {
  position: relative;
}
@media all and (max-width: 1023px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper {
    margin: 0;
    padding: 0 3.5px 7px;
    width: 33.3333333333%;
  }
}
@media all and (max-width: 560px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper {
    width: 50%;
  }
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper.disabled button,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper.disabled button,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper.disabled button,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper.disabled button,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper.disabled button,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper.disabled button,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper.disabled button {
  opacity: 0.5;
  pointer-events: none;
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper.disabled:hover .tooltip,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper.disabled:hover .tooltip,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper.disabled:hover .tooltip,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper.disabled:hover .tooltip,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper.disabled:hover .tooltip,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper.disabled:hover .tooltip,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper.disabled:hover .tooltip {
  display: block;
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper.no-lists-checked .tooltip .no-lists-checked,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper.no-lists-checked .tooltip .no-lists-checked,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper.no-lists-checked .tooltip .no-lists-checked,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper.no-lists-checked .tooltip .no-lists-checked,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper.no-lists-checked .tooltip .no-lists-checked,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper.no-lists-checked .tooltip .no-lists-checked,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper.no-lists-checked .tooltip .no-lists-checked {
  display: block;
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper.no-lists-checked .tooltip .no-user-data,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper.no-lists-checked .tooltip .no-user-data,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper.no-lists-checked .tooltip .no-user-data,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper.no-lists-checked .tooltip .no-user-data,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper.no-lists-checked .tooltip .no-user-data,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper.no-lists-checked .tooltip .no-user-data,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper.no-lists-checked .tooltip .no-user-data {
  display: none;
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper.no-user-data .tooltip .no-lists-checked,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper.no-user-data .tooltip .no-lists-checked,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper.no-user-data .tooltip .no-lists-checked,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper.no-user-data .tooltip .no-lists-checked,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper.no-user-data .tooltip .no-lists-checked,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper.no-user-data .tooltip .no-lists-checked,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper.no-user-data .tooltip .no-lists-checked {
  display: none;
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper.no-user-data .tooltip .no-user-data,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper.no-user-data .tooltip .no-user-data,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper.no-user-data .tooltip .no-user-data,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper.no-user-data .tooltip .no-user-data,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper.no-user-data .tooltip .no-user-data,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper.no-user-data .tooltip .no-user-data,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper.no-user-data .tooltip .no-user-data {
  display: block;
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper .tooltip,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper .tooltip,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper .tooltip,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper .tooltip,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper .tooltip,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper .tooltip,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper .tooltip {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 0.8em);
  background: #2b2c2d;
  color: #FFF;
  font-size: 11px;
  text-align: center;
  padding: 0.6em;
  border-radius: 0.6em;
  min-width: 200px;
  display: none;
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper .tooltip:after,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper .tooltip:after,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper .tooltip:after,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper .tooltip:after,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper .tooltip:after,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper .tooltip:after,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper .tooltip:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #2b2c2d;
  width: 0.8em;
  height: 0.8em;
  left: 50%;
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper button,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper button,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper button,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper button,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper button,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper button,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper button {
  position: relative;
  background: #FFF;
  color: #3FA9F5;
  box-shadow: none;
  text-shadow: none;
  text-transform: none;
  font-weight: normal;
  height: 40px;
  padding: 5px 25px 0;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 16px;
  line-height: 125%;
  font-weight: 300;
  font-weight: bold;
  transition: all 0.3s;
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper button:hover,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper button:hover,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper button:hover,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper button:hover,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper button:hover,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper button:hover,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper button:hover {
  color: #FFF;
  background: #3FA9F5;
}
body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper button:after,
body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper button:after,
body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper button:after,
body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper button:after,
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper button:after,
body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper button:after,
body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper button:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s;
  background-color: #3FA9F5;
  background-size: 30px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/newsletter/loading.gif");
  opacity: 0;
  pointer-events: none;
}
@media all and (max-width: 1445px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper button {
    font-size: 15px;
  }
}
@media all and (max-width: 1366px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper button {
    font-size: 14px;
  }
}
@media all and (max-width: 1280px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper button {
    height: 35px;
  }
}
@media all and (max-width: 1023px) {
  body.page-template-template-membership .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-ds .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-fs .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-gdo .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-insights .subscribe-form .form .fields-wrapper .button-wrapper button,
  body.page-template-template-membership-26 .subscribe-form .form .fields-wrapper .button-wrapper button {
    width: 100%;
    border-radius: 4px;
  }
}
body.page-template-template-membership .subscribe-form .form .privacy,
body.page-template-template-membership-ds .subscribe-form .form .privacy,
body.page-template-template-membership-fs .subscribe-form .form .privacy,
body.page-template-template-membership-gdo .subscribe-form .form .privacy,
body.page-template-template-membership-gdo-insights .subscribe-form .form .privacy,
body.page-template-template-membership-insights .subscribe-form .form .privacy,
body.page-template-template-membership-26 .subscribe-form .form .privacy {
  margin-left: auto;
  font-size: 0.6em;
  color: #FFF;
}
body.page-template-template-membership .subscribe-form .form .privacy a,
body.page-template-template-membership-ds .subscribe-form .form .privacy a,
body.page-template-template-membership-fs .subscribe-form .form .privacy a,
body.page-template-template-membership-gdo .subscribe-form .form .privacy a,
body.page-template-template-membership-gdo-insights .subscribe-form .form .privacy a,
body.page-template-template-membership-insights .subscribe-form .form .privacy a,
body.page-template-template-membership-26 .subscribe-form .form .privacy a {
  text-decoration: underline;
}
body.page-template-template-membership .subscribe-form .share-wrapper,
body.page-template-template-membership-ds .subscribe-form .share-wrapper,
body.page-template-template-membership-fs .subscribe-form .share-wrapper,
body.page-template-template-membership-gdo .subscribe-form .share-wrapper,
body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper,
body.page-template-template-membership-insights .subscribe-form .share-wrapper,
body.page-template-template-membership-26 .subscribe-form .share-wrapper {
  position: relative;
  margin-top: 3px;
}
@media all and (max-width: 1180px) {
  body.page-template-template-membership .subscribe-form .share-wrapper,
  body.page-template-template-membership-ds .subscribe-form .share-wrapper,
  body.page-template-template-membership-fs .subscribe-form .share-wrapper,
  body.page-template-template-membership-gdo .subscribe-form .share-wrapper,
  body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper,
  body.page-template-template-membership-insights .subscribe-form .share-wrapper,
  body.page-template-template-membership-26 .subscribe-form .share-wrapper {
    position: absolute;
    top: -40px;
    right: calc(-3vw + 10px);
    z-index: 1;
  }
  body.page-template-template-membership .subscribe-form .share-wrapper:before,
  body.page-template-template-membership-ds .subscribe-form .share-wrapper:before,
  body.page-template-template-membership-fs .subscribe-form .share-wrapper:before,
  body.page-template-template-membership-gdo .subscribe-form .share-wrapper:before,
  body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper:before,
  body.page-template-template-membership-insights .subscribe-form .share-wrapper:before,
  body.page-template-template-membership-26 .subscribe-form .share-wrapper:before {
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: -12px;
    right: -10px;
    bottom: -10px;
    background-color: #3FA9F5;
    border-radius: 10px 0 0;
  }
}
@media only screen and (max-width: 549px) {
  body.page-template-template-membership .subscribe-form .share-wrapper,
  body.page-template-template-membership-ds .subscribe-form .share-wrapper,
  body.page-template-template-membership-fs .subscribe-form .share-wrapper,
  body.page-template-template-membership-gdo .subscribe-form .share-wrapper,
  body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper,
  body.page-template-template-membership-insights .subscribe-form .share-wrapper,
  body.page-template-template-membership-26 .subscribe-form .share-wrapper {
    right: calc(-1em + 10px);
  }
}
body.page-template-template-membership .subscribe-form .share-wrapper .social-shares,
body.page-template-template-membership-ds .subscribe-form .share-wrapper .social-shares,
body.page-template-template-membership-fs .subscribe-form .share-wrapper .social-shares,
body.page-template-template-membership-gdo .subscribe-form .share-wrapper .social-shares,
body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper .social-shares,
body.page-template-template-membership-insights .subscribe-form .share-wrapper .social-shares,
body.page-template-template-membership-26 .subscribe-form .share-wrapper .social-shares {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #FFF;
  position: relative;
}
@media all and (max-width: 1280px) {
  body.page-template-template-membership .subscribe-form .share-wrapper .social-shares,
  body.page-template-template-membership-ds .subscribe-form .share-wrapper .social-shares,
  body.page-template-template-membership-fs .subscribe-form .share-wrapper .social-shares,
  body.page-template-template-membership-gdo .subscribe-form .share-wrapper .social-shares,
  body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper .social-shares,
  body.page-template-template-membership-insights .subscribe-form .share-wrapper .social-shares,
  body.page-template-template-membership-26 .subscribe-form .share-wrapper .social-shares {
    font-size: 12px;
  }
}
body.page-template-template-membership .subscribe-form .share-wrapper .social-shares i,
body.page-template-template-membership-ds .subscribe-form .share-wrapper .social-shares i,
body.page-template-template-membership-fs .subscribe-form .share-wrapper .social-shares i,
body.page-template-template-membership-gdo .subscribe-form .share-wrapper .social-shares i,
body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper .social-shares i,
body.page-template-template-membership-insights .subscribe-form .share-wrapper .social-shares i,
body.page-template-template-membership-26 .subscribe-form .share-wrapper .social-shares i {
  border: 1px solid #FFF;
  border-radius: 100%;
  font-size: 23px;
  width: 1.5em;
  height: 1.5em;
  padding: 0 0.12em 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1280px) {
  body.page-template-template-membership .subscribe-form .share-wrapper .social-shares i,
  body.page-template-template-membership-ds .subscribe-form .share-wrapper .social-shares i,
  body.page-template-template-membership-fs .subscribe-form .share-wrapper .social-shares i,
  body.page-template-template-membership-gdo .subscribe-form .share-wrapper .social-shares i,
  body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper .social-shares i,
  body.page-template-template-membership-insights .subscribe-form .share-wrapper .social-shares i,
  body.page-template-template-membership-26 .subscribe-form .share-wrapper .social-shares i {
    font-size: 20px;
  }
}
body.page-template-template-membership .subscribe-form .share-wrapper .social-shares span,
body.page-template-template-membership-ds .subscribe-form .share-wrapper .social-shares span,
body.page-template-template-membership-fs .subscribe-form .share-wrapper .social-shares span,
body.page-template-template-membership-gdo .subscribe-form .share-wrapper .social-shares span,
body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper .social-shares span,
body.page-template-template-membership-insights .subscribe-form .share-wrapper .social-shares span,
body.page-template-template-membership-26 .subscribe-form .share-wrapper .social-shares span {
  display: block;
  margin-right: 7px;
  width: 7em;
  line-height: 1.1;
  padding-top: 0.25em;
}
body.page-template-template-membership .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
body.page-template-template-membership-ds .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
body.page-template-template-membership-fs .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
body.page-template-template-membership-gdo .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
body.page-template-template-membership-insights .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
body.page-template-template-membership-26 .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane {
  pointer-events: none;
  bottom: -10px;
  left: auto;
  top: -10px;
  background: #3FA9F5;
  height: auto;
  width: auto;
  padding: 0;
  right: -10px;
  padding: 10px;
}
@media all and (max-width: 1280px) {
  body.page-template-template-membership .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
  body.page-template-template-membership-ds .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
  body.page-template-template-membership-fs .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
  body.page-template-template-membership-gdo .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
  body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
  body.page-template-template-membership-insights .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
  body.page-template-template-membership-26 .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane {
    --button-size: 22px !important;
  }
}
@media all and (max-width: 1180px) {
  body.page-template-template-membership .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
  body.page-template-template-membership-ds .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
  body.page-template-template-membership-fs .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
  body.page-template-template-membership-gdo .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
  body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
  body.page-template-template-membership-insights .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane,
  body.page-template-template-membership-26 .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane {
    top: -12px;
    right: -12px;
    border-radius: 10px 0 0 0;
  }
}
body.page-template-template-membership .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane.show,
body.page-template-template-membership-ds .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane.show,
body.page-template-template-membership-fs .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane.show,
body.page-template-template-membership-gdo .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane.show,
body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane.show,
body.page-template-template-membership-insights .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane.show,
body.page-template-template-membership-26 .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane.show {
  pointer-events: all;
}
body.page-template-template-membership .subscribe-form .thankyou,
body.page-template-template-membership-ds .subscribe-form .thankyou,
body.page-template-template-membership-fs .subscribe-form .thankyou,
body.page-template-template-membership-gdo .subscribe-form .thankyou,
body.page-template-template-membership-gdo-insights .subscribe-form .thankyou,
body.page-template-template-membership-insights .subscribe-form .thankyou,
body.page-template-template-membership-26 .subscribe-form .thankyou {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: #9FD356;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  color: #FFF;
  line-height: 1.5;
  font-size: 0.8em;
  z-index: 7;
}
body.page-template-template-membership .subscribe-form .thankyou .contents,
body.page-template-template-membership-ds .subscribe-form .thankyou .contents,
body.page-template-template-membership-fs .subscribe-form .thankyou .contents,
body.page-template-template-membership-gdo .subscribe-form .thankyou .contents,
body.page-template-template-membership-gdo-insights .subscribe-form .thankyou .contents,
body.page-template-template-membership-insights .subscribe-form .thankyou .contents,
body.page-template-template-membership-26 .subscribe-form .thankyou .contents {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body.page-template-template-membership .subscribe-form .thankyou .contents a,
body.page-template-template-membership-ds .subscribe-form .thankyou .contents a,
body.page-template-template-membership-fs .subscribe-form .thankyou .contents a,
body.page-template-template-membership-gdo .subscribe-form .thankyou .contents a,
body.page-template-template-membership-gdo-insights .subscribe-form .thankyou .contents a,
body.page-template-template-membership-insights .subscribe-form .thankyou .contents a,
body.page-template-template-membership-26 .subscribe-form .thankyou .contents a {
  text-decoration: underline;
  transition: color 0.3s;
}
body.page-template-template-membership .subscribe-form .thankyou .contents strong,
body.page-template-template-membership-ds .subscribe-form .thankyou .contents strong,
body.page-template-template-membership-fs .subscribe-form .thankyou .contents strong,
body.page-template-template-membership-gdo .subscribe-form .thankyou .contents strong,
body.page-template-template-membership-gdo-insights .subscribe-form .thankyou .contents strong,
body.page-template-template-membership-insights .subscribe-form .thankyou .contents strong,
body.page-template-template-membership-26 .subscribe-form .thankyou .contents strong {
  font-size: 1.2em;
}
body.page-template-template-membership .subscribe-form .thankyou .contents .share-wrapper,
body.page-template-template-membership-ds .subscribe-form .thankyou .contents .share-wrapper,
body.page-template-template-membership-fs .subscribe-form .thankyou .contents .share-wrapper,
body.page-template-template-membership-gdo .subscribe-form .thankyou .contents .share-wrapper,
body.page-template-template-membership-gdo-insights .subscribe-form .thankyou .contents .share-wrapper,
body.page-template-template-membership-insights .subscribe-form .thankyou .contents .share-wrapper,
body.page-template-template-membership-26 .subscribe-form .thankyou .contents .share-wrapper {
  margin-top: 7px;
}
@media all and (max-width: 1180px) {
  body.page-template-template-membership .subscribe-form .thankyou .contents .share-wrapper,
  body.page-template-template-membership-ds .subscribe-form .thankyou .contents .share-wrapper,
  body.page-template-template-membership-fs .subscribe-form .thankyou .contents .share-wrapper,
  body.page-template-template-membership-gdo .subscribe-form .thankyou .contents .share-wrapper,
  body.page-template-template-membership-gdo-insights .subscribe-form .thankyou .contents .share-wrapper,
  body.page-template-template-membership-insights .subscribe-form .thankyou .contents .share-wrapper,
  body.page-template-template-membership-26 .subscribe-form .thankyou .contents .share-wrapper {
    margin-top: 2px;
  }
  body.page-template-template-membership .subscribe-form .thankyou .contents .share-wrapper:before,
  body.page-template-template-membership-ds .subscribe-form .thankyou .contents .share-wrapper:before,
  body.page-template-template-membership-fs .subscribe-form .thankyou .contents .share-wrapper:before,
  body.page-template-template-membership-gdo .subscribe-form .thankyou .contents .share-wrapper:before,
  body.page-template-template-membership-gdo-insights .subscribe-form .thankyou .contents .share-wrapper:before,
  body.page-template-template-membership-insights .subscribe-form .thankyou .contents .share-wrapper:before,
  body.page-template-template-membership-26 .subscribe-form .thankyou .contents .share-wrapper:before {
    background-color: #9FD356;
  }
}
@media only screen and (max-width: 549px) {
  body.page-template-template-membership .subscribe-form .thankyou .contents .share-wrapper,
  body.page-template-template-membership-ds .subscribe-form .thankyou .contents .share-wrapper,
  body.page-template-template-membership-fs .subscribe-form .thankyou .contents .share-wrapper,
  body.page-template-template-membership-gdo .subscribe-form .thankyou .contents .share-wrapper,
  body.page-template-template-membership-gdo-insights .subscribe-form .thankyou .contents .share-wrapper,
  body.page-template-template-membership-insights .subscribe-form .thankyou .contents .share-wrapper,
  body.page-template-template-membership-26 .subscribe-form .thankyou .contents .share-wrapper {
    margin-right: -3px;
  }
}
body.page-template-template-membership .subscribe-form .thankyou .contents .share-wrapper .social-shares .shareon.shareon--pane,
body.page-template-template-membership-ds .subscribe-form .thankyou .contents .share-wrapper .social-shares .shareon.shareon--pane,
body.page-template-template-membership-fs .subscribe-form .thankyou .contents .share-wrapper .social-shares .shareon.shareon--pane,
body.page-template-template-membership-gdo .subscribe-form .thankyou .contents .share-wrapper .social-shares .shareon.shareon--pane,
body.page-template-template-membership-gdo-insights .subscribe-form .thankyou .contents .share-wrapper .social-shares .shareon.shareon--pane,
body.page-template-template-membership-insights .subscribe-form .thankyou .contents .share-wrapper .social-shares .shareon.shareon--pane,
body.page-template-template-membership-26 .subscribe-form .thankyou .contents .share-wrapper .social-shares .shareon.shareon--pane {
  background-color: #9FD356;
}
body.page-template-template-membership .subscribe-form .thankyou.visible,
body.page-template-template-membership-ds .subscribe-form .thankyou.visible,
body.page-template-template-membership-fs .subscribe-form .thankyou.visible,
body.page-template-template-membership-gdo .subscribe-form .thankyou.visible,
body.page-template-template-membership-gdo-insights .subscribe-form .thankyou.visible,
body.page-template-template-membership-insights .subscribe-form .thankyou.visible,
body.page-template-template-membership-26 .subscribe-form .thankyou.visible {
  pointer-events: all;
  opacity: 1;
}
body.page-template-template-membership .subscribe-form .thankyou .before,
body.page-template-template-membership .subscribe-form .thankyou .after,
body.page-template-template-membership-ds .subscribe-form .thankyou .before,
body.page-template-template-membership-ds .subscribe-form .thankyou .after,
body.page-template-template-membership-fs .subscribe-form .thankyou .before,
body.page-template-template-membership-fs .subscribe-form .thankyou .after,
body.page-template-template-membership-gdo .subscribe-form .thankyou .before,
body.page-template-template-membership-gdo .subscribe-form .thankyou .after,
body.page-template-template-membership-gdo-insights .subscribe-form .thankyou .before,
body.page-template-template-membership-gdo-insights .subscribe-form .thankyou .after,
body.page-template-template-membership-insights .subscribe-form .thankyou .before,
body.page-template-template-membership-insights .subscribe-form .thankyou .after,
body.page-template-template-membership-26 .subscribe-form .thankyou .before,
body.page-template-template-membership-26 .subscribe-form .thankyou .after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #9FD356;
}
body.page-template-template-membership .subscribe-form .thankyou:before,
body.page-template-template-membership-ds .subscribe-form .thankyou:before,
body.page-template-template-membership-fs .subscribe-form .thankyou:before,
body.page-template-template-membership-gdo .subscribe-form .thankyou:before,
body.page-template-template-membership-gdo-insights .subscribe-form .thankyou:before,
body.page-template-template-membership-insights .subscribe-form .thankyou:before,
body.page-template-template-membership-26 .subscribe-form .thankyou:before {
  right: 100%;
}
body.page-template-template-membership .subscribe-form .thankyou:after,
body.page-template-template-membership-ds .subscribe-form .thankyou:after,
body.page-template-template-membership-fs .subscribe-form .thankyou:after,
body.page-template-template-membership-gdo .subscribe-form .thankyou:after,
body.page-template-template-membership-gdo-insights .subscribe-form .thankyou:after,
body.page-template-template-membership-insights .subscribe-form .thankyou:after,
body.page-template-template-membership-26 .subscribe-form .thankyou:after {
  left: 100%;
}

body.page-template-template-membership-insights .content-area,
body.page-template-template-membership-gdo-insights .content-area {
  padding-top: 50px;
}
body.page-template-template-membership-insights .main,
body.page-template-template-membership-gdo-insights .main {
  margin-top: 50px;
}

body.page-template-template-membership-gdo-insights .subscribe-form {
  background: #e6efe3;
}
body.page-template-template-membership-gdo-insights .subscribe-form:before, body.page-template-template-membership-gdo-insights .subscribe-form:after,
body.page-template-template-membership-gdo-insights .subscribe-form .before,
body.page-template-template-membership-gdo-insights .subscribe-form .after {
  background: #e6efe3;
}
body.page-template-template-membership-gdo-insights .subscribe-form .form .fields-wrapper .field {
  width: 175px;
}
body.page-template-template-membership-gdo-insights .subscribe-form .form .privacy {
  color: #000;
}
@media all and (max-width: 1180px) {
  body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper:before {
    background-color: #e6efe3;
  }
}
body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper .social-shares {
  color: #000;
}
body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper .social-shares i {
  border-color: #000;
}
body.page-template-template-membership-gdo-insights .subscribe-form .share-wrapper .social-shares .shareon.shareon--pane {
  background: #e6efe3;
}

body.page-template-template-membership-gdo-insights .site-main .features > ul > li > div .texts > ul li,
body.page-template-template-membership-insights .site-main .features > ul > li > div .texts > ul li {
  font-size: 16px;
}

/*# sourceMappingURL=membership.css.map */
