meta.foundation-version {
  font-family: "/5.4.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.btn {
  text-align: center;
  font-family: 'helvetica_neuebold', helvetica_neueroman, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #2b2674;
  line-height: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  width: auto;
  display: inline-block;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  padding: .5em 0.9em;
  cursor: pointer;
  box-sizing: border-box; }
  .btn:hover {
    opacity: 1; }
  .btn.btn__large {
    padding: .8em 1.3em;
    font-size: 0.9375em;
    line-height: 1em;
    overflow: hidden; }
  .btn.btn--text__small, .btn.btn--text__xsmall {
    font-family: 'helvetica_neuebold';
    font-weight: normal;
    font-style: normal;
    font-size: 0.6875em !important;
    text-transform: uppercase;
    line-height: .9em;
    padding: 1.3em 1.8em;
    padding-top: 0.99em;
    min-height: 38px; }
    .btn.btn--text__small .caret, .btn.btn--text__xsmall .caret {
      top: 0.3em; }
  .btn.btn__red {
    color: white;
    background: #cf4520;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cf4520 0%, #993116 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cf4520), color-stop(100%, #993116));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cf4520 0%, #993116 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cf4520 0%, #993116 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cf4520 0%, #993116 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #cf4520 0%, #993116 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf4520', endColorstr='#993116',GradientType=0 );
    /* IE6-9 */ }
  .btn.btn__purple {
    color: white;
    background: #2b2675;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2b2675 0%, #27236a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2675), color-stop(100%, #27236a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b2675 0%, #27236a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2b2675 0%, #27236a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2b2675 0%, #27236a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2b2675 0%, #27236a 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2675', endColorstr='#27236a',GradientType=0 );
    /* IE6-9 */ }
  .btn.btn__yellow {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffe159), color-stop(1, #ffd220));
    background-image: -o-linear-gradient(bottom, #ffe159 50%, #ffd220 100%);
    background-image: -moz-linear-gradient(bottom, #ffe159 50%, #ffd220 100%);
    background-image: -webkit-linear-gradient(bottom, #ffe159 50%, #ffd220 100%);
    background-image: -ms-linear-gradient(bottom, #ffe159 50%, #ffd220 100%);
    background-image: linear-gradient(to bottom, #ffe159 50%, #ffd220 100%); }
  .btn .caret {
    display: inline-block;
    width: 14px;
    height: 13px;
    position: relative;
    top: 2px; }
    .btn .caret:before {
      content: '';
      float: left;
      width: 20px;
      height: 20px;
      position: absolute;
      top: -4px;
      left: 5px; }
  .btn .caret__right:before {
    float: left;
    width: 13px;
    height: 20px;
    position: absolute;
    top: -4px;
    left: 0;
    background: url("../images/website/icon-arrow_white.png") no-repeat center right; }
  .btn .caret__down__grey {
    width: 22px; }
    .btn .caret__down__grey:before {
      background: url("../images/website/btn-arrows_circle.png") no-repeat top right; }

.over-btn-text {
  font-size: 0.625em;
  margin-bottom: 7px;
  text-transform: uppercase;
  display: block;
  color: #cb441f;
  font-family: helvetica_neuebold,"Helvetica Neue Bold",Helvetica,Arial,sans-serif; }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  padding: 0;
  border: solid 0px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 0; }
  .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0; }
  .reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
      width: 95%;
      max-width: 923px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
      top: 200px; } }
  .reveal-modal.radius, dialog.radius {
    border-radius: 3px; }
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny, dialog.tiny {
      width: 30%;
      max-width: 923px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.small, dialog.small {
      width: 40%;
      max-width: 923px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.medium, dialog.medium {
      width: 60%;
      max-width: 923px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.large, dialog.large {
      width: 70%;
      max-width: 923px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge, dialog.xlarge {
      width: 95%;
      max-width: 923px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 923px;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #2b2674;
    font-weight: normal;
    cursor: pointer; }
    .reveal-modal .close-reveal-modal:hover, dialog .close-reveal-modal:hover {
      text-decoration: none; }
  .reveal-modal span.modal--tinytxt, dialog span.modal--tinytxt {
    display: block;
    color: white !important;
    margin-top: 10px;
    margin-bottom: -32px;
    font-size: 0.6875em; }

dialog {
  display: none; }
  dialog::backdrop, dialog + .backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.75);
    z-index: auto;
    display: none;
    left: 0; }
  dialog[open] {
    display: block; }

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important; } }
.libreModal img {
  display: none; }

.modal--item {
  position: relative;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #FFD900;
  padding: 20px 0; }
  .modal--item h1 {
    padding-top: 0;
    font-size: 3.25em;
    font-weight: normal;
    font-family: Gotham, serif;
    margin-bottom: 5px; }
    .modal--item h1.subtitle {
      font-size: 1.75em;
      margin-bottom: 15px; }
  .modal--item h2 {
    color: #e3591b;
    font-size: 1.5625em;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: helvetica_neueroman,"Helvetica Neue",Helvetica,Arial,sans-serif; }
  .modal--item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }
  .modal--item .btn {
    margin: 0 auto;
    width: 254px; }

.modal--item-secondary {
  position: relative;
  width: 100%;
  min-height: 373px;
  text-align: left;
  background: #FFD900 url("../images/website/home-bg-top_glow.png") no-repeat center center;
  padding: 50px;
  box-sizing: border-box; }
  .modal--item-secondary:before, .modal--item-secondary:after {
    content: " ";
    display: table; }
  .modal--item-secondary:after {
    clear: both; }
  .modal--item-secondary h1 {
    font-size: 3.625em;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: Gotham, serif;
    white-space: nowrap; }
    .modal--item-secondary h1.subtitle {
      font-size: 1.75em;
      margin-bottom: 10px; }
  .modal--item-secondary h2 {
    font-size: 1.75em;
    color: #e3591b;
    font-family: helvetica_neueroman,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
    font-weight: bold; }
  .modal--item-secondary p {
    font-size: 1.25em;
    font-family: helvetica_neueroman,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 17px;
    padding-bottom: 0;
    color: #424242; }
  .modal--item-secondary img {
    width: 70%;
    max-width: 439px;
    float: right;
    margin-left: 30px;
    padding-top: 15px; }
  .modal--item-secondary .btn {
    margin: 0 auto;
    width: 213px; }
  .modal--item-secondary i {
    font-size: 0.625em;
    font-style: normal; }

#libreModal h2,
#libreModal2 .modal--item-secondary h2 {
  font-size: 3.625em;
  margin-bottom: 5px;
  font-weight: normal;
  font-family: Gotham, serif;
  white-space: nowrap;
  color: #444444; }
  #libreModal h2.subtitle,
  #libreModal2 .modal--item-secondary h2.subtitle {
    font-size: 1.75em;
    margin-bottom: 10px; }
#libreModal h3,
#libreModal2 .modal--item-secondary h3 {
  font-size: 1.75em;
  color: #e3591b;
  font-family: helvetica_neueroman,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 10px;
  font-weight: bold; }

#libreModal .modal--item {
  padding: 0 0 15px 0; }
  #libreModal .modal--item h2 {
    font-size: 3.25em; }
    #libreModal .modal--item h2.subtitle {
      font-size: 1.75em; }
  #libreModal .modal--item h3 {
    font-size: 1.5625em;
    text-align: left; }

img.modal--bg {
  width: 100%;
  height: auto;
  border-radius: 3px; }

.modal--bg {
  display: initial; }

@media screen and (min-width: 900px) {
  .modal--bg {
    display: initial; }

  .libreModal img {
    display: initial; }

  .modal--item {
    background: none;
    position: absolute;
    bottom: 0;
    right: 63px;
    width: auto;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0; }
    .modal--item h1 {
      padding-top: 40px; }
    .modal--item h1, .modal--item h2 {
      text-align: left;
      padding-top: 0; } }
.geo-popup.questionnaire-modal, #fsp-online-ordering .geo-popup.questionnaire-modal {
  max-width: 755px;
  width: 755px;
  padding: 50px;
  box-sizing: border-box;
  text-align: center; }
  .geo-popup.questionnaire-modal h2, #fsp-online-ordering .geo-popup.questionnaire-modal h2 {
    font-size: 1.4375em;
    margin-bottom: 30px; }
  .geo-popup.questionnaire-modal p, #fsp-online-ordering .geo-popup.questionnaire-modal p {
    font-size: 1.0625em;
    color: #333333; }
  @media screen and (max-width: 755px) {
    .geo-popup.questionnaire-modal, #fsp-online-ordering .geo-popup.questionnaire-modal {
      padding: 20px;
      max-width: 100%;
      width: 100%;
      margin: 0; } }
  .geo-popup.questionnaire-modal .close-bar, #fsp-online-ordering .geo-popup.questionnaire-modal .close-bar {
    border-bottom: solid 1px #e1e1e1;
    position: relative;
    height: 34px;
    margin-bottom: 25px; }
    .geo-popup.questionnaire-modal .close-bar .close-reveal-modal, #fsp-online-ordering .geo-popup.questionnaire-modal .close-bar .close-reveal-modal {
      text-transform: uppercase;
      font-family: helvetica_neuebold,"Helvetica Neue Bold",Helvetica,Arial,sans-serif;
      font-weight: 400; }
      .geo-popup.questionnaire-modal .close-bar .close-reveal-modal span, #fsp-online-ordering .geo-popup.questionnaire-modal .close-bar .close-reveal-modal span {
        font-size: 0.875em;
        display: inline; }
  .geo-popup.questionnaire-modal .slider-form, #fsp-online-ordering .geo-popup.questionnaire-modal .slider-form {
    margin-top: 30px; }
    @media screen and (max-width: 755px) {
      .geo-popup.questionnaire-modal .slider-form, #fsp-online-ordering .geo-popup.questionnaire-modal .slider-form {
        margin-top: 0; } }
    .geo-popup.questionnaire-modal .slider-form .form-group, #fsp-online-ordering .geo-popup.questionnaire-modal .slider-form .form-group {
      margin: 30px 0; }
      .geo-popup.questionnaire-modal .slider-form .form-group label, #fsp-online-ordering .geo-popup.questionnaire-modal .slider-form .form-group label {
        font-size: 1.0625em;
        font-family: helvetica_neuebold,"Helvetica Neue Bold",Helvetica,Arial,sans-serif;
        font-weight: 400;
        display: block;
        margin-bottom: 25px;
        line-height: 19px; }
      .geo-popup.questionnaire-modal .slider-form .form-group .fsp-button span, #fsp-online-ordering .geo-popup.questionnaire-modal .slider-form .form-group .fsp-button span {
        font-size: 0.8125em;
        text-align: center;
        padding-right: 1em;
        background: url(../images/website/icon-arrow_blue.png) no-repeat right 12px; }
        @media screen and (max-width: 755px) {
          .geo-popup.questionnaire-modal .slider-form .form-group .fsp-button span, #fsp-online-ordering .geo-popup.questionnaire-modal .slider-form .form-group .fsp-button span {
            background: none;
            padding: 4px 0 0 0; } }
      .geo-popup.questionnaire-modal .slider-form .form-group select, #fsp-online-ordering .geo-popup.questionnaire-modal .slider-form .form-group select {
        font-size: 2em;
        width: 80%;
        margin: 0; }
    .geo-popup.questionnaire-modal .slider-form .form-info, #fsp-online-ordering .geo-popup.questionnaire-modal .slider-form .form-info {
      font-size: 0.75em;
      font-family: helvetica_neuebold,"Helvetica Neue Bold",Helvetica,Arial,sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      color: #332f6d;
      margin-top: -10px;
      display: inline-block;
      width: 50%; }
      .geo-popup.questionnaire-modal .slider-form .form-info.left, #fsp-online-ordering .geo-popup.questionnaire-modal .slider-form .form-info.left {
        text-align: left; }
      .geo-popup.questionnaire-modal .slider-form .form-info.right, #fsp-online-ordering .geo-popup.questionnaire-modal .slider-form .form-info.right {
        text-align: right;
        margin-right: -4px; }

.geo-popup.lancet-popup {
  width: 80%;
  max-width: 744px !important; }
  .geo-popup.lancet-popup h2 {
    font-size: 1.875em;
    margin-top: 0.5em; }
  .geo-popup.lancet-popup .left-img {
    float: left;
    margin: 0 1em;
    width: 40%;
    max-width: 100%; }
  .geo-popup.lancet-popup h3 {
    font-size: 1.188em;
    line-height: 1.3em;
    margin: 1em 0; }
  .geo-popup.lancet-popup p {
    text-align: left;
    color: #000; }
    .geo-popup.lancet-popup p:last-child {
      padding-bottom: 1em; }

.geo-popup.youcandoit_modal {
  width: 80%;
  max-width: 744px !important;
  padding: 0; }
  .geo-popup.youcandoit_modal h3 {
    font-size: 1.188em;
    line-height: 1.3em;
    margin: 1em 0; }
  .geo-popup.youcandoit_modal p {
    text-align: left;
    color: #000; }
    .geo-popup.youcandoit_modal p:last-child {
      padding-bottom: 1em; }
  .geo-popup.youcandoit_modal .head-modal {
    background: url("../images/website/header-popup.png");
    background-size: cover;
    width: 100%;
    height: 205px; }
  .geo-popup.youcandoit_modal #carousel-members_modal > div {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px; }
  .geo-popup.youcandoit_modal #carousel-members_modal {
    width: 100%;
    height: 378px;
    position: relative; }
    .geo-popup.youcandoit_modal #carousel-members_modal div {
      width: 100%;
      height: 100%; }
      .geo-popup.youcandoit_modal #carousel-members_modal div .modal_description {
        font-family: Arial;
        font-size: 1.0625em;
        padding: 0 50% 0 5%; }
      .geo-popup.youcandoit_modal #carousel-members_modal div .step_number {
        font-size: 7.4375em;
        font-family: Helvetica;
        display: inline-block;
        font-weight: bold;
        padding-left: 5%;
        padding-bottom: 0;
        line-height: 1; }
      .geo-popup.youcandoit_modal #carousel-members_modal div .steps_description {
        display: inline-block;
        vertical-align: top;
        line-height: 1.5;
        width: 31%;
        font-size: 1.0625em;
        padding-top: 3%;
        font-family: helvetica_neueroman,"Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-right: 50%;
        margin-bottom: 2%; }
        .geo-popup.youcandoit_modal #carousel-members_modal div .steps_description .first_word {
          font-size: 2.1875em;
          font-weight: bold;
          color: #990099;
          text-align: inherit;
          display: inline-block;
          line-height: 1; }
        .geo-popup.youcandoit_modal #carousel-members_modal div .steps_description strong {
          font-size: 2.1875em;
          font-weight: bold;
          margin-right: 6%; }
      .geo-popup.youcandoit_modal #carousel-members_modal div.slide3 .steps_description strong {
        margin-right: 12%; }
      .geo-popup.youcandoit_modal #carousel-members_modal div p {
        color: #5e5953; }
      .geo-popup.youcandoit_modal #carousel-members_modal div .buy-section {
        padding-bottom: 0;
        font-size: 1.0625em;
        vertical-align: top;
        display: inline-block;
        width: 60%; }
        .geo-popup.youcandoit_modal #carousel-members_modal div .buy-section .price {
          font-size: 1.71875em;
          color: #5e5953;
          font-weight: normal;
          display: inline-block;
          margin-top: 1%; }
        .geo-popup.youcandoit_modal #carousel-members_modal div .buy-section .sup_vat {
          display: inline-block;
          font-size: 0.5625em;
          vertical-align: inherit;
          color: #5e5953; }
    .geo-popup.youcandoit_modal #carousel-members_modal .slide1 {
      background: url("../images/website/slide-bg1.png");
      background-size: cover;
      background-position: center; }
    .geo-popup.youcandoit_modal #carousel-members_modal .slide2 {
      background: url("../images/website/slide-bg2.png");
      background-size: cover;
      background-position: center; }
    .geo-popup.youcandoit_modal #carousel-members_modal .slide3 {
      background: url("../images/website/slide-bg3.png");
      background-size: cover;
      background-position: center; }
  .geo-popup.youcandoit_modal .btn_modal {
    font-size: 1rem;
    background: #909;
    border: 2px solid #c633c6;
    padding: 8px 30px;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    line-height: 1.5; }
    .geo-popup.youcandoit_modal .btn_modal:hover, .geo-popup.youcandoit_modal .btn_modal:active {
      text-decoration: none;
      outline: 0; }
    .geo-popup.youcandoit_modal .btn_modal.btn_buy {
      margin-left: 5%;
      margin-right: 2%; }
  .geo-popup.youcandoit_modal .only-desktop {
    display: block; }
  .geo-popup.youcandoit_modal .title-head--modal {
    font-family: Arial;
    color: #fd552f;
    font-size: 2em;
    line-height: 1em;
    margin: 0; }
    .geo-popup.youcandoit_modal .title-head--modal.wrap_title--carousel {
      padding: 3% 42% 2% 5%; }
    .geo-popup.youcandoit_modal .title-head--modal.wrap_title--footer {
      padding: 2% 5%; }
  .geo-popup.youcandoit_modal .footer-modal {
    background: url("../images/website/popup--footer-bg.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    border-bottom-right-radius: 6%;
    border-bottom-left-radius: 6%;
    padding-bottom: 2%; }
    .geo-popup.youcandoit_modal .footer-modal .footer-text {
      color: #5e5953;
      font-size: 0.9375em;
      text-align: center;
      padding-bottom: 3%; }
    .geo-popup.youcandoit_modal .footer-modal .notes-modal {
      text-align: left;
      padding-left: 5%;
      display: block;
      margin-top: 3%; }
  .geo-popup.youcandoit_modal .libre_modal {
    padding: 0 !important; }
  .geo-popup.youcandoit_modal .carousel-controls {
    list-style: none;
    text-align: center;
    margin-top: 3%; }
    .geo-popup.youcandoit_modal .carousel-controls li {
      display: inline-block; }
      .geo-popup.youcandoit_modal .carousel-controls li img:first-child {
        display: block; }
      .geo-popup.youcandoit_modal .carousel-controls li img:last-child {
        display: none; }
      .geo-popup.youcandoit_modal .carousel-controls li:hover {
        cursor: pointer; }
        .geo-popup.youcandoit_modal .carousel-controls li:hover img:first-child {
          display: none; }
        .geo-popup.youcandoit_modal .carousel-controls li:hover img:last-child {
          display: block; }
  @media screen and (max-width: 568px) {
    .geo-popup.youcandoit_modal h2 {
      font-size: 3em; }
    .geo-popup.youcandoit_modal h3 {
      font-size: 2.4em;
      text-align: center; }
    .geo-popup.youcandoit_modal p {
      font-size: 2em;
      text-align: center; }
    .geo-popup.youcandoit_modal .left-img {
      display: none; } }

@media screen and (max-width: 850px) {
  .geo-popup.youcandoit_modal {
    width: 42%;
    margin-top: 25%; }
    .geo-popup.youcandoit_modal .head-modal {
      background: url("../images/website/top-mobile.png");
      background-size: cover;
      width: 100%;
      height: 195px;
      border-top-right-radius: 6px;
      border-top-left-radius: 6px; }
    .geo-popup.youcandoit_modal .only-desktop {
      display: none; }
    .geo-popup.youcandoit_modal .footer-modal {
      background: url("../images/website/mobile-bg-modal_progress.png");
      background-size: cover;
      background-position: center;
      text-align: center;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      padding-top: 3%;
      padding-bottom: 7%; }
      .geo-popup.youcandoit_modal .footer-modal h3 {
        font-size: 1.25em;
        margin: 0 9%; }
      .geo-popup.youcandoit_modal .footer-modal .footer-text {
        font-size: 0.875em;
        padding: 5% 6%; }
      .geo-popup.youcandoit_modal .footer-modal .notes-modal {
        display: none; } }
@media screen and (min-width: 425px) and (max-width: 640px) {
  .geo-popup.youcandoit_modal {
    width: 80%;
    margin: 25% 10%; }
    .geo-popup.youcandoit_modal .btn_modal {
      font-size: 2rem; } }
@media screen and (max-width: 424px) {
  .geo-popup.youcandoit_modal {
    width: 84%;
    margin: 25% 8%; }
    .geo-popup.youcandoit_modal .footer-modal h3 {
      margin: 0 6%; }
    .geo-popup.youcandoit_modal .footer-modal .footer-text {
      padding: 5% 5%; }
    .geo-popup.youcandoit_modal .btn_modal {
      font-size: 2rem; } }

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