.samples{background:#f1f4fb}.samples__heading{padding:120px 0 160px}@media screen and (max-width:991px){.samples__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.samples__heading h1{font-weight:700;font-size:44px;line-height:1.27;letter-spacing:-.02em;color:#142129;margin-bottom:36px}@media screen and (max-width:991px){.samples__heading h1{text-align:center}}
.samples__heading .form{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;
    -webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px;
    display: none;
}
@media screen and (max-width:991px){.samples__heading .form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:428px;width:100%}}.samples__heading .form__block{margin-bottom:0;max-width:428px;width:100%}@media screen and (max-width:991px){.samples__heading .form__block{width:100%}}.samples__heading .form__block input{width:100%}.samples__heading .form .btns{padding:12px 40px;font-size:16px}@media screen and (max-width:991px){.samples__heading .form .btns{width:100%}}
.search{padding:80px 0}
body.search{
    padding: 0;
}
@media screen and (max-width:991px){.search{padding:44px 0}}
.search__heading{margin-bottom:32px}@media screen and (max-width:991px){.search__heading{margin-bottom:28px}}.search__heading h2{font-weight:700;font-size:36px;text-align:center;line-height:1.22;text-transform:capitalize;color:#142129}@media screen and (max-width:991px){.search__heading h2{font-size:28px}}.search__words{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:24px}@media screen and (max-width:991px){.search__words{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px 0;margin-bottom:28px}}.search__words button{font-weight:700;font-size:18px;line-height:1.44;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:center;color:#7a8d99;background-color:#fff;border:none;width:100%;padding:9px 0;border-radius:8px}@media screen and (max-width:991px){.search__words button{width:48px}}.search__words button:hover{background:#f1f4fb;color:#142129}.search__sub-heading{margin-bottom:24px}@media screen and (max-width:991px){.search__sub-heading{display:none}}.search__sub-heading span{font-weight:700;font-size:24px;line-height:1.33;display:inline-block;text-align:center;width:100%;color:#142129}.search__list{display:grid;grid-template-columns:repeat(4,1fr);gap:8px 30px;margin-bottom:32px}@media screen and (max-width:991px){.search__list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.search__list{grid-template-columns:repeat(1,1fr)}}.search__list .category-tiny{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;max-width:100%;min-width:100%}.search__list .category-tiny a{font-weight:400;font-size:14px;line-height:1.7;-webkit-font-feature-settings:'pnum' on,'lnum' on;font-feature-settings:'pnum' on,'lnum' on;color:#30404a;padding:12px 16px;width:100%;display:block;border-radius:999px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.search__list .category-tiny a:hover{color:#059fa3;background:#ebf9f9}