#splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url('../images/lp-logo-startup.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 10000;
}

@-webkit-keyframes smooth {
    0% { opacity: 1; visibility: visible;}
    100% { opacity: 0; visibility: hidden;}
}

@-moz-keyframes smooth {
    0% { opacity: 1; visibility: visible;}
    100% { opacity: 0; visibility: hidden;}
}

@-o-keyframes smooth {
    0% { opacity: 1; visibility: visible;}
    100% { opacity: 0; visibility: hidden;}
}

@keyframes smooth {
    0% { opacity: 1; visibility: visible;}
    100% { opacity: 0; visibility: hidden;}
}

.hide {
    opacity: 0.0;
    -webkit-animation: smooth 2s ease-in;
    -moz-animation: smooth 2s ease-in;
    -o-animation: smooth 2s ease-in;
    -ms-animation: smooth 2s ease-in;
    animation: smooth 2s ease-in;
    visibility: hidden;
}

.mp-svg-user {
    height: 16px !important;
    width: 16px !important;
    margin-top: -8px !important;
    margin-bottom: -2px !important;
    background: url(../images/profile.svg) no-repeat;
    background-size: auto 100%;
    display: inline-block;
    margin-right: 8px;
}

.img-popup {
    border-radius: 4px;
    max-width:100%; 
    margin-bottom: 12px;
}

p {
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hidden {
    display: none;
}

h1 {
    margin: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body.mp-Layout {
    min-height: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    color: #2d3c4d;
}

.mp-Layout {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.mp-Layout .mp-Layout-Header {
    background-color: #fff;
    border-top: 5px solid #eda566;
    border-bottom: solid 2px #e7e7e6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.mp-Layout .mp-Layout-Header .mp-Layout-offset {
    padding: 10px 0px;
    position: relative;
}

#header-logo-svg {
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    margin-right: 11px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0px;
}

#header-logo-svg-mobile {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    margin-right: 11px;
    margin-top: -2px;
    margin-bottom: 2px;
    margin-left: 14px;
}

.mp-Layout .mp-Layout-Footer {
    flex-shrink: 0;
    background-color: #EAE9EF;
}

.mp-Layout .layout-content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    align-self: center;
    width: 100%;
    min-height: 0;
    min-width: 0;
}

.header-content-right {
    position: absolute;
    right: 0px;
    top: 9px;
}

.header-content-right .mp-Button.sdk-custom {
    display: inline-block;
    height: 32px;
    padding-left: 6px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 3px;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    box-shadow: inset 0 0px 0 0 #116db4 !important;
    background: #116db4;
}

.header-content-right .mp-Button.sdk-custom:hover {
    background: #007bc5 !important;
}

.mp-Header-links {
    display: none;
}

.mp-Header-links .mp-TextLink {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 3px;
}

.selected {
    background:#f2f2f2;
    border-radius: 3px;
}

.mp-Header-links .mp-TextLink:hover {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 3px;
    background: #f2f2f2;
    border-radius: 3px;
    color: #116db4 !important;
}


.license-plate-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #EAE9EF;
    padding: 12px;
    z-index: 9;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.license-plate-header .submit-button .label {
    display: none;
}


.mp-Layout .mp-Layout-offset {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mp-Layout .layout-content.layout-content--aside-right .mp-Layout--top {
        margin-bottom: 16px;
    }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
    .mp-Layout .layout-content.layout-content--aside-right .mp-Layout--top {
        margin-bottom: 24px;
    }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
    .mp-Layout .layout-content.layout-content--aside-right .mp-Layout--aside {
        margin-left: 24px;
    }
}


.section-intro {
    width: 100%;
    padding: 32px 16px;
    z-index: 1;
    position: relative;
}

.section-columns {
    width: 100%;
    padding: 36px 16px;
    z-index: 1;
    position: relative;
}


.section-bggroup {
    position: relative;
    height: 100vh;
    width: 100%;
}

.section-bggroup::before {
   content: '';
   position: fixed;
   z-index: -1;
   display: block;
   top: 0px;
   left: 0px;
   bottom: 0px;
   right: 0px;
   background-image: url('../images/header-desktop-final.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center top;
    -webkit-animation: zoomin 2.5s ease-in-out 1;
    -moz-animation: zoomin 2s ease-in-out 1;
    -o-animation: zoomin 2s ease-in-out 1;
    -ms-animation: zoomin 2s ease-in-out 1;
    animation: zoomin 2.5s ease-in-out 1;
    animation-delay: 1.5s;
}

.section-bggroup-mobile {
    position: relative;
    height: 100vh;
    width: 100%;
}

.section-bggroup-mobile::before {
   content: '';
   position: fixed;
   z-index: -1;
   display: block;
   top: 0px;
   left: 0px;
   bottom: 0px;
   right: 0px;
   background-image: url('../images/header-mobile-final.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center top;
    -webkit-animation: zoomin 2s ease-in-out 1;
    -moz-animation: zoomin 2s ease-in-out 1;
    -o-animation: zoomin 2s ease-in-out 1;
    -ms-animation: zoomin 2s ease-in-out 1;
    animation: zoomin 2s ease-in-out 1;
    animation-delay: 1.5s;
}

@-webkit-keyframes zoomin {
  0% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(3);}
  100% {transform: scale(1);}
}



@keyframes blur {
  0%,
  90% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
  50% {
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);
  }
}



.section-header-parallax {
    width: 100%;
    padding: 20px;
    z-index: 1;
    position: relative;
}

.section-header-parallax {
    padding: 48px 0px 48px 0px;
}

.title-block {
        width: 100%;
        z-index: 1;
        position: relative;
        padding-left: 16px;
        padding-right: 16px;
}

.header-center-align {
    text-align: center;
}

.section-header-parallax .mp-text-header, .section-bggroup .mp-text-header, .section-bggroup-mobile .mp-text-header  {
    font-family: BreeSerif, sans-serif;
    color: #fff;  
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    font-size: 44px;
    line-height: 50px;
    font-weight: 500;
    padding-top: 28px;
    padding-bottom: 28px;
}

.section-header-parallax .mp-text-header-icon {
    font-family: BreeSerif, sans-serif;
    color: #fff;  
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    font-size: 44px;
    line-height: 50px;
    font-weight: 500;
}

.mp-text-header2 {
    font-family: BreeSerif, serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 16px;
}

.mp-text-header2-white {
    font-family: BreeSerif, serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #fff;
}

.mp-text-header2-terra {
    font-family: BreeSerif, serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #eda566;
}

.mp-text-header2-dark-terra {
    font-family: BreeSerif, serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #D88254;
}

.mp-text-header3 {
    font-family: BreeSerif, serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 16px;
}

.mp-text-header3-white {
    font-family: BreeSerif, serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #fff;
}

.mp-text-header3-terra {
    font-family: BreeSerif, serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #eda566;
}

.mp-text-header3-dark-terra {
    font-family: BreeSerif, serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #D88254;
}

.mp-text-header4 {
    font-family: BreeSerif, serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 8px;
}

.mp-text-header4-white {
    font-family: BreeSerif, serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 8px;
    color: #fff;
}

.mp-text-header4-terra {
    font-family: BreeSerif, serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 8px;
    color: #eda566;
}

.mp-text-header4-dark-terra {
    font-family: BreeSerif, serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 8px;
    color: #D88254;
}

.card-flat:first-child, .card-flat-trans:first-child, .card-shadow-light:first-child, .card-shadow-dark:first-child, .card-shadow-dark-icon:first-child, .card-shadow-light-icon:first-child {
    margin-left: 0px;
}

.card-flat:last-child, .card-flat-trans:last-child, .card-shadow-light:last-child, .card-shadow-dark:last-child, .card-shadow-dark-icon:last-child, .card-shadow-light-icon:last-child {
    margin-right: 0px;
}

.card-shadow-light {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 12px 12px 16px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.20);
    border-radius: 3px;
    margin: 12px;
    position: relative;
}

.card-shadow-light-icon {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 12px 12px 16px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.20);
    border-radius: 3px;
    margin: 12px;
    position: relative;
}

.card-shadow-dark-icon {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 12px 12px 16px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.60);
    border-radius: 3px;
    margin: 12px;
    position: relative;
}

.card-shadow-dark {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 12px 12px 16px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.60);
    border-radius: 3px;
    margin: 12px;
    position: relative;
}

.card-flat {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding: 12px 12px 16px;
    background: #fff;
    border-radius: 3px;
    margin: 12px;
    position: relative;
}

.card-flat-trans {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    background: transparent;
    border-radius: 3px;
    margin: 12px;
    position: relative;
}

.triangle-navy {
    width: 100%;
    background: #2d3c4d;
    z-index: 1;
}

.triangle-bg-navy {
    width: 100%;
    background: #2d3c4d;
    z-index: 1;
}

.triangle-bg-light-navy {
    width: 100%;
    background: #EAE9EF;
    z-index: 1;
}

.triangle-bg-white {
    width: 100%;
    background: #FFFFFF;
}

.mp-triangle-navy {
    border-top: 50px solid #2d3c4d;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    bottom: 2px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    width: 0;
}

.mp-triangle-light-navy {
    border-top: 50px solid #EAE9EF;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    bottom: 2px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    width: 0;
}

.mp-triangle-white {
    border-top: 50px solid #FFFFFF;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    bottom: 2px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    width: 0;
}

.hero-image {
    text-align: center;
    font-size: 0;
}

.android, .ios {
    margin-bottom: 20px;
    max-height: 46px;
}

.image {
    max-width: 100%;
}

.mp-extra-image-2 {
    margin-top: 2px;
    vertical-align: -8px;
    margin-right: 10px;
}

@-webkit-keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
            40% {-webkit-transform: translateY(-15px);} 
            60% {-webkit-transform: translateY(-7px);} 
         } 
         
         @keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
            40% {transform: translateY(-15px);} 
            60% {transform: translateY(-7px);} 
         }
         
         .bounce { 
            -webkit-animation-name: bounce; 
            animation-name: bounce;
            animation-delay: 4.5s; 
         }


.button-main-bounce {
    font-family: BreeSerif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #116db4;
    box-shadow: none;
    color: #ffffff;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-iteration-count: 3;
}

.button-main {
    font-family: BreeSerif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #116db4;
    box-shadow: none;
    color: #ffffff;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.button-main:hover, .button-main-bounce:hover {
    font-family: BreeSerif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #007bc5;
    box-shadow: none;
    color: #fff;
}

.button-main-sm {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    background: #116db4;
    box-shadow: none;
    color: #ffffff;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    text-decoration: none;
        display: inline-block;
}

.button-main-sm:hover {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    background: #007bc5;
    box-shadow: none;
    color: #fff;
}

.button-secondary {
    font-family: BreeSerif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #fff;
    border: 1px solid #116db4;
    box-shadow: none;
    color: #116db4;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.button-secondary:hover {
    font-family: BreeSerif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    box-shadow: none;
    background: #e7edf8 !important;
}

.button-secondary-sm {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    background: #fff;
    border: 1px solid #116db4;
    box-shadow: none;
    color: #116db4;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.button-secondary-sm:hover {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    box-shadow: none;
    background: #e7edf8 !important;
}

.text-link {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #116db4;
    text-decoration: none;
}

.text-link:hover {
    color: #1490dc !important;
}

.text-link-white {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    text-decoration: undeline;
}

.text-link-white:hover {
    text-decoration: none;
}

.mp-Footer {
    background-color: #EAE9EF !important;
}

.section-header-parallax::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    top: 0;
    left: 0;
    display: block;
}

.section-intro, .section-first {
    width: 100%;
    z-index: 1;
    position: relative;
    flex-direction: row;
}

.column-2-3-header {
    width: 66%;
    float: left;
    padding-right: 24px;
}
.column-1-3-header {
    width: 33%;
    float: right;
    padding: 12px;
}

.light-navy {
    background: #eae9ee;
}

.white {
    background: #ffffff;
}

.white-trans {
    background: rgba(255,255,255,0.8);
}

.navy {
    background: #2d3c4d;
}

.terra-light {
    background: #fdf6f0;
}

.mp-text-paragraph-strong  {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.mp-text-paragraph {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.mp-text-paragraph-margin-bottom {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    display: block;
    margin-bottom: 16px;
}

.mp-text-paragraph-white {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
}

.mp-text-paragraph-small-main {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.mp-text-paragraph-small-user {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #1490dc !important;
}

.mp-text-paragraph-small-main-white {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color:  #fff;
}
.mp-text-paragraph-small {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}




.selling-tip-light-flat-nopadding-trans {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    background: transparent;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
}

.img-fs {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.img-column {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 16px;
}

.img-pop {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -6px;
    display: block;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.img-pop:hover {
    opacity: 0.6;
}

.app-download {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
    margin-top: -200px;
    margin-bottom: -24px;
}

#app-download {
    padding-top: 36px;
}

#anim {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
    z-index: 1;
    position: relative;
    margin-bottom: -62px;
}

#anim-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    z-index: 1;
    position: relative;
}

#app-download-animation {
    position: relative;
    z-index: 2;
}

.mp-Footer-categories-wrapper {
 margin:-8px
}
.mp-FooterAlternative {
 font-family:Roboto,sans-serif;
 font-style:normal;
 font-weight:300;
 font-size:12px;
 line-height:16px;
 color:#818a95;
 background:#eae9ee;
 padding-top: 24px;
 color:#2d3c4d;
 text-align:center
}
.mp-FooterAlternative p {
 margin-bottom:0
}
.mp-FooterAlternative a {
 font-family:Roboto,sans-serif;
 font-style:normal;
 font-weight:400;
 color:#116db4;
 font-size:14px;
 line-height:20px;
 display:inline-block;
 padding:8px;
 text-decoration:none;
}
.mp-FooterAlternative a:hover {
 color:#1490dc;
}
.mp-FooterAlternative a:active {
 color:#0e4d92;
}
.mp-FooterAlternative ul>li {
 margin:0;
 padding:0;
 text-align:left
}
.mp-FooterAlternative ul>li a {
 padding:2px
}
.mp-FooterAlternative hr {
 border:0;
 border-bottom:1px solid #dfd9dd;
}
.mp-FooterAlternative-inner,
.mp-FooterAlternative-maxWidth {
 margin:0 auto;
 max-width:991px;
 padding:12px
}
.mp-FooterAlternative-appStoreBadges {
 align-items:center;
 display:flex;
 justify-content:center;
 padding:16px 0
}
.mp-FooterAlternative-appStoreBadges a {
 line-height:0;
 margin:0 8px;
 overflow:hidden;
 padding:0;
 text-indent:100%;
 white-space:nowrap
}
.mp-FooterAlternative-disclaimer {
 margin-top:8px
}
.mp-FooterAlternative-disclaimer p {
 font-family:Roboto,sans-serif;
 font-style:normal;
 font-weight:300;
 font-size:12px;
 line-height:16px;
 color:#818a95;
 color:var(--mp-color-meta-text,#818a95)
}
.mp-FooterAlternative .mp-Footer-categories-wrapper {
 margin-bottom:0;
 margin-top:16px
}
.mp-FooterCategories+.mp-FooterAlternative {
 border-top:0
}
.mp-FooterCategories+.mp-FooterAlternative .mp-FooterAlternative-inner,
.mp-FooterCategories+.mp-FooterAlternative .mp-FooterAlternative-maxWidth {
 padding:0 12px 12px
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background: #fff;
}

.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.custom-list {
    list-style: none;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.custom-list li {
    position: relative;
    padding-left: 100px;
}
.custom-list li.li-green {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.custom-list li::before {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0px;
    top: 52px;
    transform: translateY(-50%);
}
.custom-list li.li-green:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 11px;
    transform: translateY(-50%);
    background-image: url('../images/checkmark_green.svg');
}

.center {
    text-align: center;
}

.mp-Text--small,
.mp-Text--small .mp-TextLink {
    font-size: 12px;
    line-height:  14px;
    font-family: Roboto, sans-serif;
}

.mp-svg-adevinta {
    background: url('../images/ADEVINTA_Blue.svg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: auto 13px;
    background-position: center;
}

.adevinta {
    margin-top:16px !important;
    margin-bottom: 16px !important;
}

.mp-Icon.mp-Icon--lg {
    height: 13px;
    width: 58px;
}

.img-youtube-pop {
    width: 100%;
    border-radius: 4px;
}

.ListingsBlock-ListWrapper {
    display:flex;
    overflow:auto;
    padding-bottom:16px;
}
@media screen and (min-width:768px) {
 .ListingsBlock-ListWrapper {
    flex-wrap:wrap;
 }
}

.ListingsBlock-ItemWrapper {
    width:240px;
    flex:0 0 240px;
    margin-right:16px;
    background: #fff;
    border-radius: 4px;
    padding: 12px;
}
.ListingsBlock-ItemWrapper:last-of-type {
    margin-right:0
}

.ListingsBlock-ItemWrapper-white-3 {
    width:240px;
    flex:0 0 240px;
    margin-right:16px;
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    scroll-snap-align: start;
    margin-top: 24px;
}
.ListingsBlock-ItemWrapper-white-3:last-of-type {
    margin-right:0;
}

@media screen and (min-width:768px) {
 .ListingsBlock-ItemWrapper-white-3 {
    min-width: calc(33.3% - 11px);
    max-width: calc(33.3% - 11px);
    flex: 1 calc(33.3% - 11px);
    width: calc(33.3% - 11px);
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    }
}

.ListingsBlock-ItemWrapper-white-4 {
    width:240px;
    flex:0 0 240px;
    margin-right:16px;
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    scroll-snap-align: start;
    margin-top: 24px;
}
.ListingsBlock-ItemWrapper-white-4:last-of-type {
    margin-right:0;
}

@media screen and (min-width:768px) {
 .ListingsBlock-ItemWrapper-white-4 {
    min-width: calc(25% - 12px);
    max-width: calc(25% - 12px);
    flex: 1 calc(25% - 12px);
    width: calc(25% - 12px);
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    }
}

.x-mandatory {
  scroll-snap-type: x mandatory;
}

.breadcrumbs {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    display: block;
    color: #eae9ee;
}

.breadcrumbs a {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.breadcrumbs a:hover {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}


.breadcrumbs .mp-text-paragraph, .breadcrumbs .mp-text-paragraph .mp-TextLink-light {
    font-size: 12px;
}


.btn-header {
    margin-top: 24px;
    margin-bottom: 16px;
}
.icon-card {
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -54px;
}

.div-btn {
    padding-top: 24px;
}

.block-video-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 99%;
    background: linear-gradient(0deg,rgba(45,60,77,.6),rgba(45,60,77,.6));
    border-radius: 4px;
    transition: .3s;
}

.block-video-link:hover:before {
    opacity: 0.6;
}

.block-video .icon-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    margin: auto;
    height: 84px;
    width: 84px;
}

#clockdiv {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto';
    display: block;
}

#clockdiv > div{
  display: inline-block;
  width: 70px;
}

#clockdiv div > span {
    padding-top: 10px;
    background: #eda566;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    vertical-align: middle;
    color: #2d3c4d;
    font-weight: 600;
    font-family: 'Roboto';
}
.smalltext{
  padding-top: 5px;
  font-size: 14px;
}

#clockdiv .copy-counter  {
    width: 150px;
    text-align: left;
    margin-left: 10px;
    vertical-align: text-bottom;
}

.counter-title {
    font-family: Roboto, sans-serif;
    color: #fff;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 12px;
}

.bg-packages {
    background-image: url(../images/bg-packages.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.icon-illustration {
    width: 100%;
    display: block;
    margin-bottom: 12px;
    margin-top: -36px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.accordion {
  background-color: #eae9ef;
  color: #444;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  padding-top: 18px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.panel {
    padding-top: 0px;
    padding-right: 18px;
    padding-bottom: 0px;
    border-bottom:  1px solid #C2C2C1;
    background-color: #eae9ef;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.txt-panel {
  padding-bottom: 24px;
  max-width: 900px;
}

.accordion:after {
  content: url(../images/arrow_down.svg);
  float: right;
  margin-bottom: -12px;
}

.active:after {
  content: url(../images/arrow_up.svg);
}

h3.question-txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
}

.cd-top {
    display: inline-block;
    z-index:100;
    height: 40px;
    width: 40px;
    border-radius:  50%;
    position: fixed;
    bottom: 24px;
    right: 24px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(237, 165, 102, 1) url(../images/arrow_up.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.no-touch .cd-top:hover {
    background-color: #eda566;
    opacity: 1;
}

.cd-top.cd-is-visible:hover {
    opacity: 0.6;
}

.img-slider{
    max-width: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 8px;
}
.gallery {
    background: transparent;
    margin-top: 24px;
    margin-bottom: 48px;
}

.gallery-cell {
  width: 24%;
  min-height: 420px;
  background: #fff;
  counter-increment: gallery-cell;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 12px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
  border-radius: 4px;
}
.gallery-cell a {
  text-decoration: none;
}

/* cell number */
.gallery-cell:after {
  display: block;
}

.gallery-cell .mp-text-paragraph  {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 16px;
    text-align: left;
}

.gallery-cell .mp-text-paragraph-small-main {
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
    color: #2d3c4d !important;
    min-height: 54px;
}

.gallery-cell .mp-text-paragraph-small-user {
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
}

.card-price {
  font-family: Roboto,sans-serif;
  color: #2d3c4d;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 4px;
  padding-bottom: 12px;

}

.card-link {
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #116db4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.card-link:hover {
    color: #1490dc !important;
}

.delivery{
    height: 100%;
    min-height: 150px;
    position: sticky;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    transition: 0.2s;
    padding-top: 50px;
    margin-top: -50px;
}


.sticky_delivery{
    height: 100%;
    min-height: 100%;
    position: sticky;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    transition: 0.2s;
}

.afhalen{
    margin-top: 36px;
}


.mobile_afhalen{
    margin-top: 48px;
}

.icon-exit {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -36px;
}

.custom-list li.li-icon:before {
    background-image: url(../images/mp-safety-icon.svg);
}


video, img#img {  
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/*.section-bggroup:after, .section-bggroup-mobile:after  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url('../images/loading-25.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0;
    -webkit-animation: smooth 2s ease-in;
    -moz-animation: smooth 2s ease-in;
    -o-animation: smooth 2s ease-in;
    -ms-animation: smooth 2s ease-in;
    animation: smooth 2s ease-in;
}

@-webkit-keyframes smooth {
    0% { opacity: 1;}
    100% { opacity: 0;}
}

@-moz-keyframes smooth {
    0% { opacity: 1;}
    100% { opacity: 0;}
}

@-o-keyframes smooth {
    0% { opacity: 1;}
    100% { opacity: 0;}
}

@keyframes smooth {
    0% { opacity: 1;}
    100% { opacity: 0;}
}*/

.page-title {
    margin: 0;
    position: fixed;
    transform: translateY(-15%);
    opacity: 1;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
    text-align: center;
}

.bottom-cta {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
    z-index: 1;
}

.page-title .mp-text-header2 span {
    background-color: rgba(45,60,77,.8);
    border-radius: 4px;
    font-size: 48px;
    line-height:78px;
}

.mp-Page-footer {
    position: relative;
    z-index: 1;
}

.icon-arrow-down-white {
    background: url(../images/arrow_down-white.svg);
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
}

.mp-logo-tagline {
    width: 100%;
    max-width: 350px;
}

.FirstTitle {
    opacity: 0;
}

.mp-Layout .mp-Layout-Header {
    position: sticky;
    width: 100%;
    z-index: 10;
    max-height: 57px;
    top: 0;
}


.max-600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.max-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.img-class, .img-class-margin-top {
    width: 100%;
    border-radius: 4px;
}

.fancybox-content {
    background: #fdf6f0 !important;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 24px !important;
    position: relative;
    text-align: left;
    vertical-align: middle;
    border-radius: 4px;
}

.fancybox-button--thumbs {
    display:none !important;
}


@media (min-width: 768px) {
    /*.mp-Layout .layout-content {
        margin-top: 57px;
    }*/
    .cards {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .mp-Header-links {
        display: inline-block;
        vertical-align: middle;
    }
    .mobile {
        display: none !important;
    }
}


@media (max-width: 1200px) {
    .section-header-parallax::after {
    background: linear-gradient(90deg,rgba(45,60,77,0.9),rgba(45,60,77,0.3)) !important;
    }
}

@media (max-width: 980px) {
    .header-content-right {
        margin-right: 16px;
    }
    #header-logo-svg {
        margin-left: 16px;
    }
    .gallery {
        margin-left: -16px;
        margin-right: -16px;
    }
}

@media (max-width: 767px) {
    .section-header-parallax .mp-text-header, .section-header-parallax .mp-text-header-icon, .section-bggroup .mp-text-header, .section-bggroup-mobile .mp-text-header {
        font-size: 32px;
        line-height: 36px;
    }
    .page-title .mp-text-header2 span {
    font-size: 32px;
    line-height: 36px;
    }
    .custom-list li::before {
        width: 70px;
        height: 70px;
        top: 38px;
    }
    .custom-list li {
    padding-left: 80px;
    }
    .card-flat, .card-flat-trans, .card-shadow-dark, .card-shadow-dark-icon, .card-shadow-light, .card-shadow-light-icon {
        min-height: auto !important;
        margin-left: 0px;
        margin-right: 0px;
    }
    .mp-text-header2, .mp-text-header2-terra, .mp-text-header2-dark-terra, .mp-text-header2-white {
    font-size: 24px;
    line-height: 32px;
    }

    .page-title .mp-text-header2 span {
    font-size: 36px;
    line-height: 58px;
    }

    .mp-text-header3, .mp-text-header3-terra, .mp-text-header3-dark-terra, .mp-text-header3-white {
    font-size: 18px;
    line-height: 24px;
    }
    .header-content-right .mp-Button.sdk-custom {
        padding-right: 8px;
    }
    .card-shadow-dark-icon, .card-shadow-light-icon {
        margin-top: 60px;
    }
    .x-mandatory {
    margin-right: -16px !important;
    padding-right: 16px !important;
    }
    .gallery-cell {
    width: 66% !important;
    min-height: 450px !important;
    }
    .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse !important;
    display: inline-flex !important;
    }
    .desktop {
        display: none !important;
    }
    .header-content-right .label {
        display: none;
    }
    .small {
    max-width: 100% !important;
    }

    .card-flat {
        min-height: auto !important;
    }
    .mp-Layout .mp-Layout-Header {
        z-index: 10;
    }
    .column-2-3-header {
        width: 100% !important;
    }

    .column-1-3-header {
        width: 100% !important;
        float: left !important;
    }
     .title-block {
        width: 100%;
        z-index: 1;
        position: relative;
    }
    .mp-logo-tagline {
        width: 100%;
        max-width: 250px !important;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .img-last {
        margin-top: 24px;
    }
    .img-class-margin-top {
    width: 100%;
    border-radius: 4px;
    margin-top: -68px;
    }
}

@media (max-width: 480px) {
    .section-header-parallax .mp-text-header, .section-header-parallax .mp-text-header-icon, .section-bggroup .mp-text-header, .section-bggroup-mobile .mp-text-header {
        font-size: 20px;
        line-height: 26px;
    }
    .custom-list li::before {
        width: 50px;
        height: 50px;
        top: 30px;
    }
    .custom-list li {
        padding-left: 60px;
    }
    .div-btn .button-main, .div-btn .button-secondary  {
        display: block;
        width: 100%;
        text-align: center;
    }
    .cd-top {
        display: none;
    }
    button#iChatOpenButton {
        display: none;
    }
}

@media (max-width: 420px) {
    .page-title .mp-text-header2 span {
    font-size: 28px;
    line-height: 48px;
    }
}