@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
html {
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: normal;
  overflow-x: hidden; }

img {
  max-width: 100%; }

h1 {
  font-size: 65px;
  line-height: 1.1;
  font-weight: 400;
  color: #5ECD81; }

h2 {
  font-size: 45px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 50px; }

.ff_btn {
  font-size: 24px;
  line-height: normal;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff !important;
  background: #5ECD81 !important;
  border-radius: 32px;
  padding: 18px 88px;
  display: inline-block;
  white-space: nowrap;
  border: 2px solid #5ECD81;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .ff_btn:hover {
    background: #238878 !important;
    border-color: #238878 !important; }
  .ff_btn.small {
    padding: 8px 23px 8px 43px; }
    .ff_btn.small i {
      margin-left: 15px; }
  .ff_btn.paypal {
    background: #FFD13F !important;
    border-color: #FFD13F !important; }
    .ff_btn.paypal img {
      height: 29.34px; }
    .ff_btn.paypal:hover {
      background: #ffbb00 !important;
      border-color: #ffbb00 !important; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9A9A9A !important;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9A9A9A !important; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9A9A9A !important; }

a {
  text-decoration: unset; }

header.ff_header {
  padding: 20px 0;
  background: #238878; }
  header.ff_header .ff_logo {
    text-align: left; }
  header.ff_header .ff_main-menu {
    text-align: right; }
    header.ff_header .ff_main-menu a {
      color: #fff;
      padding: 0 20px; }

section.ff_home-intro {
  background: #CBF2EE; }
  section.ff_home-intro .ff_home-intro-text h1 {
    margin-bottom: 30px; }
    section.ff_home-intro .ff_home-intro-text h1 span {
      font-weight: 700; }
    section.ff_home-intro .ff_home-intro-text h1::before {
      content: "";
      width: 88px;
      height: 75px;
      background-size: 100%;
      background: url("../images/fe/plus-icon.svg") no-repeat center center;
      display: block;
      margin-bottom: 20px; }
  section.ff_home-intro .ff_home-intro-text p {
    font-size: 30px;
    color: #238878;
    line-height: normal; }
  section.ff_home-intro .ff_home-intro-image img {
    max-height: 80vh;
    padding-top: 50px; }

section.ff_dark-section {
  background: #238878;
  color: #fff;
  padding: 100px 0; }
  section.ff_dark-section .container {
    padding: 0 100px;
    text-align: center; }
    section.ff_dark-section .container h2 {
      text-align: center; }
    section.ff_dark-section .container ul {
      margin: 60px 0;
      font-size: 24px;
      padding-left: 30%;
      text-align: left; }
      section.ff_dark-section .container ul li {
        padding: 2px 0; }
    section.ff_dark-section .container .ff_btn:hover {
      background: transparent;
      border-color: #fff; }

section.ff_chi-siamo-intro {
  background: #fff;
  color: #238878;
  position: relative;
  padding: 100px 0; }
  section.ff_chi-siamo-intro .exceed-width {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    display: none; }
    section.ff_chi-siamo-intro .exceed-width .ff_chi-siamo-intro-image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    section.ff_chi-siamo-intro .exceed-width .ff_chi-siamo-intro-image .ff_btn {
      position: absolute;
      bottom: 100px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10; }
    section.ff_chi-siamo-intro .exceed-width .ff_chi-siamo-intro-image::after {
      content: "";
      background: #CBF2EE;
      opacity: .6;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }

footer.ff_footer {
  background: #238878;
  padding: 100px 0;
  color: #fff; }
  footer.ff_footer .ff_footer-info a {
    color: #fff; }
  footer.ff_footer .ff_footer-menu a {
    text-transform: uppercase;
    display: block;
    color: #fff; }

section.ff_page-intro {
  background: #CBF2EE;
  padding: 100px 0;
  color: #238878; }
  section.ff_page-intro h1 {
    margin-bottom: 30px; }
    section.ff_page-intro h1::after {
      content: "";
      width: 88px;
      height: 75px;
      background-size: 100%;
      background: url("../images/fe/plus-icon.svg") no-repeat center center;
      display: inline-block;
      margin-bottom: 30px;
      margin-left: 20px; }
  section.ff_page-intro p {
    font-size: 30px;
    color: #238878;
    line-height: normal;
    margin-bottom: 40px; }
    section.ff_page-intro p:last-of-type {
      margin-bottom: 0; }
  section.ff_page-intro .ff_acquisto-polizza-intro-text {
    padding: 100px 0; }
    section.ff_page-intro .ff_acquisto-polizza-intro-text .ff_white-container {
      background: #fff;
      border-radius: 32px;
      padding: 35px 30px;
      margin-top: 50px; }
      section.ff_page-intro .ff_acquisto-polizza-intro-text .ff_white-container table {
        width: 100%;
        color: #238878;
        font-size: 20px; }
        section.ff_page-intro .ff_acquisto-polizza-intro-text .ff_white-container table tr td {
          padding: 15px 0;
          border-bottom: 1px solid #238878; }
          section.ff_page-intro .ff_acquisto-polizza-intro-text .ff_white-container table tr td:last-of-type {
            text-align: right; }
    section.ff_page-intro .ff_acquisto-polizza-intro-text ul li {
      padding: 2px 0; }
  section.ff_page-intro .exceed-width {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    display: none; }
    section.ff_page-intro .exceed-width .ff_acquisto-polizza-intro-image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    section.ff_page-intro .exceed-width .ff_acquisto-polizza-intro-image .ff_btn {
      position: absolute;
      bottom: 200px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10; }
    section.ff_page-intro .exceed-width .ff_acquisto-polizza-intro-image i.fa-angle-down {
      position: absolute;
      bottom: 150px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      font-size: 30px;
      color: #fff; }
    section.ff_page-intro .exceed-width .ff_acquisto-polizza-intro-image::after {
      content: "";
      background: #CBF2EE;
      opacity: .6;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
  section.ff_page-intro.acquisto-polizza {
    padding: 0;
    position: relative; }
    section.ff_page-intro.acquisto-polizza .row {
      --bs-gutter-x: 60px; }

section.ff_page-content {
  color: #238878;
  line-height: 1.3;
  padding: 100px 0; }
  section.ff_page-content h2 {
    font-size: 30px;
    line-height: 1.1;
    text-transform: unset; }
  section.ff_page-content hr {
    color: #238878; }
  section.ff_page-content .ff_page-content-block {
    margin-top: 100px;
    padding-bottom: 20px;
    border-bottom: 1px solid #238878; }
    section.ff_page-content .ff_page-content-block a {
      color: #238878; }
    section.ff_page-content .ff_page-content-block .ff_btn {
      float: right;
      margin-top: 20px; }
    section.ff_page-content .ff_page-content-block:first-of-type {
      margin-top: 0; }
  section.ff_page-content .ff_page-content-text a {
    color: #238878; }

.ff_accordion .accordion .accordion-item {
  border: 0;
  margin-bottom: 30px; }
  .ff_accordion .accordion .accordion-item .accordion-header .accordion-button {
    background: #5ECD81;
    border-radius: 32px;
    color: #fff;
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 900;
    padding: 20px 50px; }
    .ff_accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
      border-color: #b1e5c1;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(94, 205, 129, 0.25); }
    .ff_accordion .accordion .accordion-item .accordion-header .accordion-button::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }
  .ff_accordion .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 20px 50px;
    color: #238878;
    font-size: 18px;
    line-height: normal; }
    .ff_accordion .accordion .accordion-item .accordion-collapse .accordion-body h3 {
      font-size: 24px;
      font-weight: 900; }
    .ff_accordion .accordion .accordion-item .accordion-collapse .accordion-body h4 {
      font-size: 20px;
      font-weight: 900; }
    .ff_accordion .accordion .accordion-item .accordion-collapse .accordion-body a {
      color: #238878 !important;
      text-decoration: underline !important; }

.ff_subscribe {
  padding-top: 50px; }
  .ff_subscribe h2 {
    font-size: 42px !important;
    text-transform: uppercase !important; }
  .ff_subscribe form.ff_subscribe-form h3 {
    font-size: 30px;
    line-height: 1.1;
    text-transform: uppercase;
    border-top: 1px solid #238878;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 50px; }
  .ff_subscribe form.ff_subscribe-form .form-check {
    padding-left: calc(var(--bs-gutter-x) * .5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
    .ff_subscribe form.ff_subscribe-form .form-check .form-check-label {
      flex: 0 1 90%; }
    .ff_subscribe form.ff_subscribe-form .form-check .form-check-input {
      float: unset;
      min-width: 20px;
      width: 20px;
      height: 20px;
      margin: 0;
      margin-left: 30px;
      flex: 0 1 auto; }
    .ff_subscribe form.ff_subscribe-form .form-check .invalid-feedback {
      flex: 1 1 100%; }
  .ff_subscribe form.ff_subscribe-form input,
  .ff_subscribe form.ff_subscribe-form select {
    border-radius: 32px;
    border: 1px solid #238878;
    font-size: 20px;
    line-height: normal;
    padding: 13px 50px;
    /* text-transform: uppercase; */
    color: #9A9A9A; }
    .ff_subscribe form.ff_subscribe-form input.form-check-input,
    .ff_subscribe form.ff_subscribe-form select.form-check-input {
      border-radius: 8px;
      border-width: 2px;
      padding: 0; }
    .ff_subscribe form.ff_subscribe-form input.heavy,
    .ff_subscribe form.ff_subscribe-form select.heavy {
      color: #238878;
      font-weight: 900;
      border-width: 2px; }
    .ff_subscribe form.ff_subscribe-form input.green,
    .ff_subscribe form.ff_subscribe-form select.green {
      color: #fff;
      background-color: #5ECD81;
      border-color: #5ECD81;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important; }
    .ff_subscribe form.ff_subscribe-form input#formFile,
    .ff_subscribe form.ff_subscribe-form select#formFile {
      padding: .375rem .75rem;
      text-transform: unset; }
  .ff_subscribe form.ff_subscribe-form small {
    margin-top: 20px;
    display: block; }
  .ff_subscribe form.ff_subscribe-form a {
    color: #238878;
    font-weight: 700; }
  .ff_subscribe form.ff_subscribe-form .checkbox-list {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #238878; }
    .ff_subscribe form.ff_subscribe-form .checkbox-list:last-of-type {
      margin-bottom: 40px;
      padding-bottom: 40px;
      border-bottom: 1px solid #238878; }
  .ff_subscribe form.ff_subscribe-form button.ff_btn {
    width: auto;
    margin: 0 auto; }
  .ff_subscribe form.ff_subscribe-form .form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23238878'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }
  .ff_subscribe form.ff_subscribe-form #formFile {
    margin-bottom: 30px; }

.invia-contratto .ff_btn {
  margin: unset !important; }

.ff_download-files {
  padding-top: 50px; }
  .ff_download-files a {
    display: block;
    position: relative;
    line-height: 1.45;
    color: #238878;
    padding: 10px 0;
    border-bottom: 1px solid #238878; }
    .ff_download-files a::after {
      content: "\f33d";
      font-family: var(--fa-style-family, "Font Awesome 6 Pro");
      font-weight: var(--fa-style, 400);
      margin-left: 10px;
      position: absolute;
      right: 15px; }

/* .field-label {
  text-transform: uppercase; } */

.field-content {
  /* text-transform: uppercase; */
  font-weight: 700; }

.payment-options {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border-top: 1px solid #238878;
  padding-top: 40px;
  margin-top: 40px;
  font-weight: 700;
  justify-content: flex-end; }
  .payment-options > div {
    margin: 0 20px; }
    .payment-options > div:last-of-type {
      margin-right: 0; }

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%2348C779' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3E%3C/svg%3E"); }

.form-check-input:checked {
  background-color: transparent;
  border-color: transparent; }

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(94, 205, 129, 0.25); }

.invalid-feedback {
  color: #e00914;
  font-weight: 700; }

form#policy-signature #formFile {
  margin-bottom: 0 !important; }
form#policy-signature button {
  margin-top: 30px !important; }

.company-logo {
  margin-bottom: 50px; }
  .company-logo img {
    max-height: 100px; }

#menuToggle {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px;
  z-index: 1000;
  -webkit-user-select: none;
  user-select: none;
  background: #238878;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

#menuToggle a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
  font-weight: 700; }

#menuToggle a:hover {
  color: #fff; }

#menuToggle input {
  display: block;
  width: 34px;
  height: 22px;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none; }

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

#menuToggle span:first-child {
  transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%; }

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff; }

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2); }

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px); }

#menu {
  position: absolute;
  width: 100%;
  margin: -50px 0 0 0;
  padding: 100px 50px 50px 50px;
  background: #238878;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  left: -100%;
  transition: left 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 100vh; }

#menu li {
  padding: 10px 0;
  font-size: 22px; }

#menuToggle input:checked ~ ul {
  left: 0; }

.ff_mobile-logo {
  position: fixed;
  z-index: 1001;
  padding: 20px;
  right: 0;
  top: 0; }

.btn-primary {
  background: #238878;
  border-color: #238878; }
  .btn-primary:hover {
    background: #238878;
    border-color: #238878; }

#policy-association_id option {
  font-size: 14px !important; }

section.credits {
  background: #5ECD81;
  padding: 5px 0;
  text-align: right; }
  section.credits a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px; }

/* MEDIAQUERIES*/
/*Retina displays*/
@media all and (-webkit-min-device-pixel-ratio: 2) {
  #sampleImage {
        /*background-image:url('logo@2x.png');
		-webkit-background-size:1000px 100px;	*/ } }
/* Since IE does not support device-pixel-ratio media query  */
/* 1.25 dpr */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Styling Goes here */ }
/* 1.3 dpr */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  /* Styling Goes here */ }
/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* Styling Goes here */ }
/*2.0 dpr */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Styling Goes here */ }
/* ----------------------------------------------------------*/
/* iPad */
@media all and (device-width: 768px) and (device-height: 1024px) {
  h1 {
    font-size: 50px; }

  h2 {
    font-size: 32px; }

  .ff_btn {
    font-size: 20px;
    border-radius: 32px;
    padding: 12px 32px; }
    .ff_btn.small {
      padding: 8px 23px 8px 43px; }
      .ff_btn.small i {
        margin-left: 15px; }
    .ff_btn.paypal {
      background: #FFD13F !important;
      border-color: #FFD13F !important; }
      .ff_btn.paypal img {
        height: 29.34px; }
      .ff_btn.paypal:hover {
        background: #ffbb00 !important;
        border-color: #ffbb00 !important; }

  header.ff_header {
    height: 67px; }

  section.ff_home-intro {
    padding: 50px 0 0 0; }
    section.ff_home-intro .ff_home-intro-text h1 {
      margin-bottom: 30px; }
      section.ff_home-intro .ff_home-intro-text h1 span {
        font-weight: 700; }
      section.ff_home-intro .ff_home-intro-text h1::before {
        content: "";
        width: 88px;
        height: 75px;
        background-size: 100%;
        background: url("../images/fe/plus-icon.svg") no-repeat center center;
        display: block;
        margin-bottom: 20px; }
    section.ff_home-intro .ff_home-intro-text p {
      font-size: 32px; }
    section.ff_home-intro .ff_home-intro-image img {
      max-height: unset;
      width: 100%;
      padding: 30px 30px 0 30px; }

  section.ff_dark-section {
    padding: 50px 0; }
    section.ff_dark-section .container {
      padding: 0 15px; }
      section.ff_dark-section .container h2 {
        text-align: left; }
      section.ff_dark-section .container ul {
        margin: 30px 0;
        font-size: 20px;
        padding-left: 35px; }

  section.ff_chi-siamo-intro {
    padding: 50px 0 0 0; }
    section.ff_chi-siamo-intro .exceed-width {
      position: relative;
      margin-top: 40px;
      width: 100% !important;
      display: block !important; }
      section.ff_chi-siamo-intro .exceed-width .ff_chi-siamo-intro-image .ff_btn {
        white-space: nowrap; }

  footer.ff_footer {
    padding: 50px 0;
    text-align: center; }
    footer.ff_footer .ff_footer-info {
      margin-bottom: 40px; }

  section.ff_page-intro {
    padding: 50px 0; }
    section.ff_page-intro h1::before {
      content: "";
      width: 88px;
      height: 75px;
      background-size: 100%;
      background: url("../images/fe/plus-icon.svg") no-repeat center center;
      display: block;
      margin-bottom: 30px;
      margin-left: 20px; }
    section.ff_page-intro h1::after {
      display: none; }
    section.ff_page-intro p {
      font-size: 22px;
      color: #238878;
      line-height: normal;
      margin-bottom: 40px; }
    section.ff_page-intro .ff_acquisto-polizza-intro-text {
      padding: 50px 0; }
      section.ff_page-intro .ff_acquisto-polizza-intro-text .ff_white-container {
        background: #fff;
        border-radius: 12px;
        padding: 20px 15px;
        margin-top: 40px; }
        section.ff_page-intro .ff_acquisto-polizza-intro-text .ff_white-container table {
          width: 100%;
          color: #238878;
          font-size: 20px; }
          section.ff_page-intro .ff_acquisto-polizza-intro-text .ff_white-container table tr td {
            padding: 15px 0;
            border-bottom: 1px solid #238878; }
            section.ff_page-intro .ff_acquisto-polizza-intro-text .ff_white-container table tr td:last-of-type {
              text-align: right; }
      section.ff_page-intro .ff_acquisto-polizza-intro-text ul li {
        padding: 2px 0; }
    section.ff_page-intro .exceed-width {
      position: relative;
      width: 100% !important;
      display: block !important; }
      section.ff_page-intro .exceed-width .ff_acquisto-polizza-intro-image {
        display: none;
        height: 200px; }
        section.ff_page-intro .exceed-width .ff_acquisto-polizza-intro-image .ff_btn {
          bottom: unset;
          top: 60px; }
        section.ff_page-intro .exceed-width .ff_acquisto-polizza-intro-image i.fa-angle-down {
          bottom: 30px; }

  section.ff_page-content {
    padding: 50px 0; }
    section.ff_page-content h2 {
      font-size: 24px; }
    section.ff_page-content .ff_page-content-block {
      margin-top: 50px; }

  .ff_accordion .accordion .accordion-item {
    margin-bottom: 20px; }
    .ff_accordion .accordion .accordion-item .accordion-header .accordion-button {
      border-radius: 12px;
      font-size: 18px;
      padding: 15px; }
    .ff_accordion .accordion .accordion-item .accordion-collapse .accordion-body {
      padding: 15px; }

  .ff_subscribe {
    padding-top: 50px; }
    .ff_subscribe h2 {
      font-size: 30px !important;
      margin-bottom: 30px; }
    .ff_subscribe form.ff_subscribe-form h3 {
      font-size: 24px; }
    .ff_subscribe form.ff_subscribe-form .form-check .form-check-input {
      margin-left: 0px; }
    .ff_subscribe form.ff_subscribe-form input,
    .ff_subscribe form.ff_subscribe-form select {
      font-size: 18px;
      padding: 10px 15px; }

  .payment-options {
    display: block; }
    .payment-options > div {
      margin: 10px 0;
      text-align: center; }
      .payment-options > div:last-of-type {
        margin-right: 0; }

  #menu {
    margin: 0; }
    #menu li {
      padding: 20px 0;
      font-size: 40px; } }
/* iPad ~ Portrait */
/* iPad ~ Landscape */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  h1 {
    font-size: 50px; }

  h2 {
    font-size: 32px; }

  .ff_btn {
    font-size: 20px;
    border-radius: 32px;
    padding: 12px 32px; }
    .ff_btn.small {
      padding: 8px 23px 8px 43px; }
      .ff_btn.small i {
        margin-left: 15px; }
    .ff_btn.paypal {
      background: #FFD13F !important;
      border-color: #FFD13F !important; }
      .ff_btn.paypal img {
        height: 29.34px; }
      .ff_btn.paypal:hover {
        background: #ffbb00 !important;
        border-color: #ffbb00 !important; }

  section.ff_page-intro .col-lg-8 {
    width: 100% !important; }
  section.ff_page-intro .exceed-width {
    position: relative;
    width: 100% !important;
    display: block !important; }
    section.ff_page-intro .exceed-width .ff_acquisto-polizza-intro-image {
      display: none;
      height: 200px; }
      section.ff_page-intro .exceed-width .ff_acquisto-polizza-intro-image .ff_btn {
        bottom: unset;
        top: 60px; }
      section.ff_page-intro .exceed-width .ff_acquisto-polizza-intro-image i.fa-angle-down {
        bottom: 30px; } }
/* ----------------------------------------------------------*/
/* iPhone/Smartphone ~ Portrait */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px; }

  h2 {
    font-size: 24px; }

  .ff_btn {
    font-size: 20px;
    border-radius: 32px;
    padding: 12px 32px; }
    .ff_btn.small {
      padding: 8px 23px 8px 43px; }
      .ff_btn.small i {
        margin-left: 15px; }
    .ff_btn.paypal {
      background: #FFD13F !important;
      border-color: #FFD13F !important; }
      .ff_btn.paypal img {
        height: 29.34px; }
      .ff_btn.paypal:hover {
        background: #ffbb00 !important;
        border-color: #ffbb00 !important; }

  header.ff_header {
    height: 67px; }

  section.ff_home-intro {
    padding: 50px 0 0 0; }
    section.ff_home-intro .ff_home-intro-text h1 {
      margin-bottom: 30px; }
      section.ff_home-intro .ff_home-intro-text h1 span {
        font-weight: 700; }
      section.ff_home-intro .ff_home-intro-text h1::before {
        content: "";
        width: 88px;
        height: 75px;
        background-size: 100%;
        background: url("../images/fe/plus-icon.svg") no-repeat center center;
        display: block;
        margin-bottom: 20px; }
    section.ff_home-intro .ff_home-intro-text p {
      font-size: 22px; }
    section.ff_home-intro .ff_home-intro-image img {
      max-height: unset;
      width: 100%;
      padding: 30px 30px 0 30px; }

  section.ff_dark-section {
    padding: 50px 0; }
    section.ff_dark-section .container {
      padding: 0 15px; }
      section.ff_dark-section .container h2 {
        text-align: left; }
      section.ff_dark-section .container ul {
        margin: 30px 0;
        font-size: 20px;
        padding-left: 35px; }

  section.ff_chi-siamo-intro {
    padding: 50px 0 0 0; }
    section.ff_chi-siamo-intro .exceed-width {
      position: relative;
      margin-top: 40px;
      width: 100% !important;
      display: block !important; }
      section.ff_chi-siamo-intro .exceed-width .ff_chi-siamo-intro-image .ff_btn {
        white-space: nowrap; }

  footer.ff_footer {
    padding: 50px 0;
    text-align: center; }
    footer.ff_footer .ff_footer-info {
      margin-bottom: 40px; }

  section.ff_page-intro {
    padding: 50px 0; }
    section.ff_page-intro h1::before {
      content: "";
      width: 88px;
      height: 75px;
      background-size: 100%;
      background: url("../images/fe/plus-icon.svg") no-repeat center center;
      display: block;
      margin-bottom: 30px;
      margin-left: 20px; }
    section.ff_page-intro h1::after {
      display: none; }
    section.ff_page-intro p {
      font-size: 22px;
      color: #238878;
      line-height: normal;
      margin-bottom: 40px; }
    section.ff_page-intro .ff_acquisto-polizza-intro-text {
      padding: 50px 0; }
      section.ff_page-intro .ff_acquisto-polizza-intro-text .ff_white-container {
        background: #fff;
        border-radius: 12px;
        padding: 20px 15px;
        margin-top: 40px; }
        section.ff_page-intro .ff_acquisto-polizza-intro-text .ff_white-container table {
          width: 100%;
          color: #238878;
          font-size: 20px; }
          section.ff_page-intro .ff_acquisto-polizza-intro-text .ff_white-container table tr td {
            padding: 15px 0;
            border-bottom: 1px solid #238878; }
            section.ff_page-intro .ff_acquisto-polizza-intro-text .ff_white-container table tr td:last-of-type {
              text-align: right; }
      section.ff_page-intro .ff_acquisto-polizza-intro-text ul li {
        padding: 2px 0; }
    section.ff_page-intro .exceed-width {
      position: relative;
      width: 100% !important;
      display: block !important; }
      section.ff_page-intro .exceed-width .ff_acquisto-polizza-intro-image {
        display: none;
        height: 200px; }
        section.ff_page-intro .exceed-width .ff_acquisto-polizza-intro-image .ff_btn {
          bottom: unset;
          top: 60px; }
        section.ff_page-intro .exceed-width .ff_acquisto-polizza-intro-image i.fa-angle-down {
          bottom: 30px; }

  section.ff_page-content {
    padding: 50px 0; }
    section.ff_page-content h2 {
      font-size: 24px; }
    section.ff_page-content .ff_page-content-block {
      margin-top: 50px; }

  .ff_accordion .accordion .accordion-item {
    margin-bottom: 20px; }
    .ff_accordion .accordion .accordion-item .accordion-header .accordion-button {
      border-radius: 12px;
      font-size: 18px;
      padding: 15px; }
    .ff_accordion .accordion .accordion-item .accordion-collapse .accordion-body {
      padding: 15px; }

  .ff_subscribe {
    padding-top: 50px; }
    .ff_subscribe h2 {
      font-size: 30px !important;
      margin-bottom: 30px; }
    .ff_subscribe form.ff_subscribe-form h3 {
      font-size: 24px; }
    .ff_subscribe form.ff_subscribe-form .form-check .form-check-input {
      margin-left: 0px; }
    .ff_subscribe form.ff_subscribe-form input,
    .ff_subscribe form.ff_subscribe-form select {
      font-size: 18px;
      padding: 10px 15px; }

  .payment-options {
    display: block; }
    .payment-options > div {
      margin: 10px 0;
      text-align: center; }
      .payment-options > div:last-of-type {
        margin-right: 0; } }
/* iPhone/Smartphone ~ Landscape */
/* ----------------------------------------------------------*/
/* Other Smartphones / Small Screen ~ Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #sampleDiv {
    /* Your styling goes here */ } }
/* Other Smartphones / Small Screen ~  Landscape */
@media only screen and (min-width: 321px) {
  #sampleDiv {
    /* Your styling goes here */ } }
/* Other Smartphones / Small Screen ~  Portrait */
@media only screen and (max-width: 320px) {
  #sampleDiv {
    /* Your styling goes here */ } }

/*# sourceMappingURL=style.css.map */
