@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@400;700;800&display=swap);

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

* {
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
body {
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    background-size: cover;
    -webkit-text-size-adjust: none;
    color: #5a5d62;
    height: 100%;
    min-height: 100%;
}
a {
    text-decoration: none;
    outline: 0;
}
img {
    display: block;
}
strong {
    font-weight: 700;
}
.fkb-btn {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font: 800 18px/1 "Mulish", sans-serif;
    text-decoration: none;
    padding: 21px 25px;
    text-align: center;
    -webkit-appearance: none;
    color: #000;
    background-color: #FFDD2A;
    border-radius: 15px;
    margin: 0 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: uppercase;
    min-width: 220px;
}
.fkb-btn-no {
    background-color: #C4C4C4;
    color: #000;
    
}
.fkb-btn-yes {
    
}
.fkb-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 244px;
    width: 50%;
    bottom: 49px;
}
.fkb-btn-yes:after {
    left: 0;
}
.fkb-btn-no:after {
    right: 0;
}
.fkb-btn-start:after,
.fkb-btn-fin:after {
    left: 0;
    width: 100%;
}
.fkb-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 580px;
    height: 100%;
}
.fkb-wrap {
    padding: 0 10px;
    margin: 0 auto;
}
.fkb-header {
    display: flex;
    padding: 5px 15px;
    border-bottom: 4px solid #C4C4C4;
    justify-content: space-between;
    align-items: center;
}
.fkb-icons {
    display: flex;
    align-items: center;
}
.fkb-icons img {
    margin: 0 4px;
    height: 36px;
}
.fkb-step {
    display: none;
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
}
.fkb-step.fkb-is-active {
    display: block;
}
.fkb-btn-wrap {
    margin: 15px 0;
}
.fkb-title-wrap {
    text-align: center;
    padding: 0 15px;
}
.fkb-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 10px 0 10px;
    color: #1877F2;
}
.fkb-subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #383838;
}
.fkb-step-container {
    padding: 0 15px;
}
.fkb-step-title {
    font-size: 32px;
    font-weight: 800;
    color: #1877F2;
    margin: 20px 0 10px;
}
.fkb-step p {
    font-weight: 800;
    font-size: 18px;
    color: #000;
}
.fkb-slider-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 10px 12px 10px;
    border-bottom: 4px solid #C4C4C4;
}
.fkb-slider {
    position: relative;
    display: flex;
    overflow-x: auto;
}
.fkb-slide {
    position: relative;
    max-width: 360px;
    width: 100%;
    margin: 0 3px;
    width: 95px;
    flex-shrink: 0;
}
.fkb-slide img {
    margin: 0 auto;
    max-width: 100%;
    border-radius: 10px;
}
.fkb-slide .fkb-thumbnail {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 7px;
    top: 7px;
}
.fkb-footer {
    margin: auto 0 0;
    box-shadow: 0 0 10px 2px #e3e3e3;
}
.fkb-footer a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 25px;
}
@media (orientation: landscape) and (max-width: 820px) {
    .fkb-btn:after {
        bottom: 0;
    }
}

/* slick custom */

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}
.slick-dots li {
    margin: 0 3px;
}
.slick-dots .slick-active button {
    background-color: #81868f;
}
.slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #81868f;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    font-size: 0;
    outline: none;
}

@media (max-width: 560px) {
    .fkb-btn {
        min-width: 140px;
    }
}