/* CLEARFIX */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
img { display: block; }

/* BASE */
.lp-fullwidth { overflow: hidden; }
.lp-container { width: 100%; max-width: 1280px; margin: 0 auto; position: relative; padding:0 20px; box-sizing: border-box; -moz-font-feature-settings: "kern"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
sub, sup { font-size: 40%; top: -1.2em; }
.lp-container img { max-width: 100%; }
.lp-desktop {}
.lp-mobile { display: none; }

/* BUTTON */
.lp-btn-group { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 12px 24px; }
.lp-btn { display: inline-block; font: 500 16px/24px 'Graphik-Medium-Cy', sans-serif; padding: 12px 24px; box-sizing: border-box; color:#fff; text-align: center; cursor: pointer; border-radius: 6px; -webkit-transition: 0.25s; transition: 0.25s; text-decoration: none; }
.lp-btn--small {font: 500 16px/100% 'Graphik-Medium-Cy', sans-serif; padding: 10px 14px; }
.lp-btn--blue { background-color: #378BE7; }
.lp-btn--blue:hover { background-color: #327ED1; }
.lp-btn--blue:active { background-color: #2865A7; }
.lp-btn--pink { background-color: #ed5aae; }
.lp-btn--pink:hover { background-color: #ff5bb9; }
.lp-btn--pink:active { background-color: #ff5bb9; }
.lp-btn--white { background-color: #fff; color: #242424; }
.lp-btn--white:hover { background-color: #fff; opacity: .85; }
.lp-btn--white:active { background-color: #fff; }
.lp-btn--black { background-color: #000; }
.lp-btn--black:hover { background-color: #333; }


/* BILLBOARD */
.lp-billboard { position: relative; z-index: 1; }
.lp-billboard__cover { }

/* SECTION */
.lp-section { margin: 80px auto; position: relative; }
.lp-section__title { font: 500 48px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.68px; margin: 32px 0 50px; color: #000; position: relative; z-index: 1; }


/* FEATURES */
.lp-features { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 10px; position: relative; margin-bottom: 80px; }
.lp-features-item { min-height: 180px; padding: 20px; box-sizing: border-box; background: #3194FF; -webkit-box-flex: 0; -ms-flex: 1 0 calc(33.333333% - 10px); flex: 1 0 calc(33.333333% - 10px); display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 10px; position: relative; z-index: 1; }
.lp-features-item__title { max-width: 360px; font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; color: #fff; -webkit-transition: 0.3s; transition: 0.3s; }
.lp-features-item__footer {}
.lp-features-item__descr { max-width: 450px; font: 400 20px/105% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; color: #fff; -webkit-transition: 0.5s; transition: 0.5s; }
.lp-features-item:nth-child(2) { background: #FE6E2E; }
.lp-features-item:nth-child(3) { background: #CD9DF2; }
.lp-features-item:nth-child(4) { background: #ABC9D3; }

@media (hover: hover) and (pointer: fine) {
    .lp-features-item__title { color: #000; }
    .lp-features-item { background: rgba(243, 243, 243, 0.40); -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); }
    .lp-features-item:nth-child(2) { background: rgba(243, 243, 243, 0.40); -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); }
    .lp-features-item:nth-child(3) { background: rgba(243, 243, 243, 0.40); -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); }
    .lp-features-item:nth-child(4) { background: rgba(243, 243, 243, 0.40); -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); }
    .lp-features-item__descr { opacity: 0; }
    .lp-features-item:hover { background: #3194FF; }
    .lp-features-item:hover .lp-features-item__title { color: #fff; }
    .lp-features-item:hover .lp-features-item__descr { opacity: 1; }
    .lp-features-item:hover:nth-child(2) { background: #FE6E2E; }
    .lp-features-item:hover:nth-child(3) { background: #CD9DF2; }
    .lp-features-item:hover:nth-child(4) { background: #ABC9D3; }
    .lp-features-item:hover:nth-child(4) { background: #ED5BAE; }
}

/* DECOR */
.lp-decor { position: absolute; }
.lp-decor-01 { width: 510px; left: -360px; bottom: -140px; transform: rotate(16.68deg); }
.lp-decor-02 { width: 610px; right: -420px; top: -170px; transform: rotate(-27.408deg); }

/* INTRO */
.lp-intro { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 70px; padding: 100px 0; box-sizing: border-box; }
.lp-intro__title { width: calc(55% - 35px); font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; color: #000; }
.lp-intro__descr { width: calc(45% - 35px); font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; color: #000; }
.lp-intro__descr p { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; color: #000; margin: 28px 0 0 0; padding: 0; }
.lp-intro__descr p:first-child { margin: 0; }

/* CONTACT */
.lp-contact { border-radius: 8px; background: #F5F5FA; padding: 40px 50px; box-sizing: border-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: space-between; justify-content: space-between; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 60px; }
.lp-contact-col { width: calc(50% - 30px); }
.lp-contact__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; color: #000; }
.lp-contact__email-wrapper {}
.lp-contact__email-subtitle { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; color: #000; }
.lp-contact__email-descr { font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; color: #000; margin-top: 10px; }
.lp-contact__email-descr a { color: #000; text-decoration: none;}
.lp-contact__email-descr a:hover { text-decoration: underline; }

/* FOOTERNOTE */
.lp-footernote { font: 400 18px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.45px; color: #000; margin-top: 32px; }
.lp-footernote a { color: #000; text-decoration: underline;}








@media only screen and (max-width: 1200px) { }

@media only screen and (max-width: 1024px) {
    /* SECTION */
    .lp-section { }
    .lp-section__title { font: 500 38px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.33px; margin: 0 0 32px; }

    /* CONTACT */
    .lp-contact { padding: 28px 16px; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 36px; }
    .lp-contact-col { width: 100%; }
    .lp-contact__title { font: 500 30px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
    .lp-contact__email-subtitle { font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; }
    .lp-contact__email-descr { font: 500 22px/100% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.77px; }

    /* FOOTERNOTE */
    .lp-footernote { font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; margin-top: 24px; }
}

@media only screen and (max-width: 980px) { }

@media only screen and (max-width: 768px) {
    /* DECOR */
    .lp-decor-01 { width: 390px; left: -240px; bottom: 124px; }
    .lp-decor-02 { width: 444px; right: -200px; top: 160px; }

    /* INTRO */
    .lp-intro { -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 36px; padding: 0; }
    .lp-intro__title { width: 100%; font: 500 22px/90% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -0.55px; }
    .lp-intro__descr { width: 100%; font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; }
    .lp-intro__descr p { font: 400 16px/100% 'Graphik-Regular-Cy', sans-serif; letter-spacing: -0.4px; margin: 24px 0 0 0; padding: 0; }

}

@media only screen and (max-width: 680px) {
    /* FEATURES */
    .lp-features { -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 10px; margin-bottom: 0; }
    .lp-features-item { min-height: 200px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start; gap: 20px; }
    .lp-features-item__title { font: 500 30px/95% 'Graphik-Medium-Cy', sans-serif; letter-spacing: -1.05px; }
    .lp-features-item__footer {}
    .lp-features-item__descr { font: 400 16px/110% 'Graphik-Regular-Cy', sans-serif; }
}






