/*
Theme Name: Pollogen
Theme URI: http://webstick.co.il
Description: Developed by <a href="http://webstick.co.il/">Webstick</a>.
Version: 1.2
Author: <a href="http://webstick.co.il/">Webstick</a>
Author URI: http://webstick.co.il/
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
font,
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 {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: none;
        border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: none;
    padding: 6px 18px;
    height: 48px;
}
label {
    display: inline-block;

    font-weight: normal;
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
input[type="submit"] {
    cursor: pointer;
}


/* --------Fonts--------- */

@font-face {
    font-family: 'Codec Warm Trial News';
    font-style: normal;
    font-weight: normal;
    src: local('Codec Warm Trial News'), url('fonts/CodecCold-News.ttf') format('truetype');
}

@font-face {
    font-family: 'Codec Warm Trial';
    font-style: normal;
    src: local('Codec Warm Trial Regular'), url('fonts/CodecCold-News.ttf') format('truetype');
}

@font-face {
    font-family: 'Codec Warm Trial';
    font-style: normal;
    font-weight: 700;
    src: local('Codec Warm Trial Bold'), url('fonts/CodecCold-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Codec Warm Trial';
    font-style: normal;
    font-weight: 800;
    src: local('Codec Warm Trial ExtraBold'), url('fonts/CodecCold-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat'), url('fonts/Montserrat-Light.otf') format('otf');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat'), url('fonts/Montserrat-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat'), url('fonts/Montserrat-SemiBold.otf') format('otf');
}


/* --------------------------- */


/* =General
-------------------------------------------------------------- */

body,
input,
textarea {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, Sans-Serif;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
    letter-spacing: 1.13px;
}

b,
strong {
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

body.fixed-pos {
    position: fixed;
    width: 100%;
    height: 100%;
}

.site-width {
    position: relative;
    width: 1270px;
    max-width: 100%;
    margin: 0 auto;
}

.inner-width {
    position: relative;
    width: 1216px;
    max-width: 100%;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

.ptable {
    display: table;
}

.ptable .ptr {
    display: table-row;
}

.ptable .ptd {
    display: table-cell;
    vertical-align: middle;
}

.caps {
    text-transform: uppercase;
}

.abs-fulls {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.trnsf-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pollo-main-title {
    font-family: "Codec Warm Trial", sans-serif;
    font-size: 52px;
    line-height: 58px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 7.5px;
    color: #000;
    font-variant: no-common-ligatures;
}

.polo-sub-title {
    color: #000;
    font-family: "Codec Warm Trial", sans-serif;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1.9px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    font-variant: no-common-ligatures;
}

.polo-item-title {
    font-family: "Montserrat";
    font-size: 20px;
    letter-spacing: 0.97px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.ws-plus {
    position: relative;
}

.ws-plus:before,
.ws-plus:after {
    content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: transform .2s ease-in-out;
}

.ws-x-btn {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #000;
    transform: rotate(45deg);
}

.ws-x-btn:before,
.ws-x-btn:after {
    content: "";
    position: absolute;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.ws-x-btn:before {
    width: 28px;
    height: 1px;
}

.ws-x-btn:after {
    width: 1px;
    height: 28px;
}

.ws-arrow {
    display: none;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border: 1px solid #BCBED2;
    border-radius: 50%;
}

@media all and (max-width: 1023px) {
    .ws-arrow {
        display: inline-block;
    }
}

.ws-arrow:before {
    content: "";
    display: inline-block;
    position: relative;
    width: .5em;
    height: .5em;
    border-right: 0.1em solid #BCBED2;
    border-top: 0.1em solid #BCBED2;
    transform: rotate(45deg) translateX(-1px) translateY(1px);
}

.arrow.arrow-prev .ws-arrow:before {
    transform: rotate(-135deg) translateX(-1px) translateY(1px);
}

.ws-play-btn {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.75px 0 5.75px 6.5px;
    border-color: transparent transparent transparent #fff;
}

 .mobile-only,
#footer .mobile-only,
.footer-bottom .mobile-only,
#cover .mobile-only,
#page-wrapper .mobile-only {
    display: none;
}

 .desktop-only,
#cover .desktop-only,
#page-wrapper .desktop-only,
#footer .desktop-only {
    display: block;
}

.pollo-more-btn {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

@media all and (max-width: 767px) {
    .pollo-more-btn {
        font-size: 13px;
        letter-spacing: 0.63px;
        line-height: 16px;
    }
}

.pollo-more-btn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: width .4s ease-in-out;
}

.pollo-more-btn:hover:after {
    width: 0;
}

.pollo-draw-btn {
    /* button with draw animation */
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 6px;
    border: 1px solid #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    border-radius: 28px;
}

.pollo-draw-btn.white-btn,
.page-cover .pollo-draw-btn {
    border: 1px solid #fff;
    color: #fff;
}

.pollo-draw-btn:hover,
.pollo-draw-btn.white-btn:hover,
.page-cover .pollo-draw-btn:hover {
    border: 1px solid transparent;
}

.pollo-draw-btn:before,
.pollo-draw-btn:after,
.page-cover.black-txt .pollo-draw-btn:before,
.page-cover.black-txt .pollo-draw-btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 1px solid #000;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 28px;
}

.pollo-draw-btn.white-btn:before,
.pollo-draw-btn.white-btn:after,
.page-cover .pollo-draw-btn:before,
.page-cover .pollo-draw-btn:after {
    border: 1px solid #fff;
}

.pollo-draw-btn.white-btn:after,
.page-cover .pollo-draw-btn:after {
    opacity: 0;
}

.pollo-draw-btn:before,
.pollo-draw-btn.white-btn:before,
.page-cover .pollo-draw-btn:before {
    top: -1px;
    left: -1px;
    border-left: 0;
    border-bottom: 0;
    opacity: 0;
}

.page-cover .pollo-draw-btn:hover:before {
    top: 0;
}

.pollo-draw-btn:after,
.pollo-draw-btn.white-btn:after,
.page-cover .pollo-draw-btn:after {
    bottom: -1px;
    right: -1px;
    border-right: 0;
    border-top: 0;
}

.page-cover .pollo-draw-btn:after {
    bottom: 0;
}

.pollo-draw-btn:hover:before {
    animation-name: draw-anim;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

.pollo-draw-btn:hover:after {
    animation-name: draw-anim2;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}

#video-modal .modal-dialog {
    margin-top: 200px;
}


/* .modal {
    z-index: 10000;
} */

#certificate {
    background: rgba(0, 0, 0, 0.15);
}

#certificate .modal-header {
    border-bottom: 0;
}

#certificate .modal-header .close {
    opacity: 1;
    font-size: 45px;
}

#certificate .logo {
    margin-top: 25px;
}

#certificate .modal-dialog {
    width: 750px;
    margin: auto;
    margin-top: 95px;
    margin-bottom: 95px;
}

#certificate .c-header h1 {
    font-size: 80px;
    color: #0d0d0d;
    margin-top: 158px;
}

#certificate .c-header h4 {
    font-size: 35px;
    color: #6b6967;
    margin-top: 30px;
}

#certificate .cer-img {
    margin-top: 142px;
    margin-bottom: 133px;
    width: 92%;
}

#certificate .c-img {
    width: 341px;
    height: 359px;
    background: url(../images/certificate_border.png) no-repeat 100% 100%;
    background-size: cover;
    padding: 12px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

#certificate .c-img>div {
    width: 320px;
    height: 335px;
}

#certificate .c-detail {
    text-align: left;
    margin-left: 145px;
    margin-bottom: 258px;
}

#certificate .c-detail>div {
    margin-bottom: 40px;
}

#certificate .c-detail span {
    color: #6b6967;
    font-size: 28px;
}

#certificate .c-detail font {
    color: #101010;
    font-size: 28px;
    /* font-weight: bold; */
}

#certificate .c-footer h4 {
    font-size: 40px;
    color: #000;
    margin-top: 98px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding: 0 16px 19px 16px;
    display: inline-block;
}

#certificate .c-footer span {
    font-size: 32px;
    color: #000;
    display: block;
    margin-bottom: 76px;
}

@keyframes draw-anim {
    0% {
        width: 0;
        height: calc(100%);
        clip-path: inset(0px 90% 0px 0px);
        opacity: 1;
    }
    70% {
        width: calc(100% + 2px);
        height: calc(100%);
        clip-path: inset(0px 9% 0px 0px);
        opacity: 1;
    }
    100% {
        width: calc(100% + 2px);
        height: calc(100%);
        clip-path: inset(0px 0% 0px 0px);
        opacity: 1;
    }
}

@keyframes draw-anim2 {
    0% {
        width: 0;
        height: calc(100%);
        opacity: 1;
        clip-path: inset(0 0 0 91%);
    }
    70% {
        width: calc(100% + 2px);
        height: calc(100%);
        opacity: 1;
        clip-path: inset(0 0 0 10%);
    }
    100% {
        width: calc(100% + 2px);
        height: calc(100%);
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

.pollo-arrow-btn {
    position: relative;
    display: block;
    width: 62px;
    height: 62px;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 50%;
    background: #fff;
}

.pollo-arrow-btn:after {
    content: "";
    position: absolute;
    width: .55em;
    height: .55em;
    top: 50%;
    left: 50%;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg) translateX(-9px) translateY(1px);
}

.pollo-arrow-btn.prev {
    transform: scaleX(-1);
}

.page-cover .pollo-more-btn,
.white-txt .pollo-more-btn {
    color: #fff;
}

.page-cover .pollo-more-btn:after,
.white-txt .pollo-more-btn:after {
    background-color: #fff;
}

.page-cover.black-txt .pollo-more-btn {
    color: #000;
}

.page-cover.black-txt .pollo-more-btn:after {
    background-color: #000;
}

.white-txt * {
    color: #fff;
}


/* #### Header #### */

#header {
    position: fixed;
    top: 0;
    z-index: 3;
    /* padding: 19px 0; */
    background: #fff;
}

#header .logo {
    float: left;
    position: absolute;
    margin-top: 10px;
}

#header .logo img {
    width: 87px;
    position: relative;
    top: 5px;
}

#header .menu-container {
    text-align: center;
}

#header .menu-container #menu-main-menu {
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.5px;
}

#header .menu-container #menu-main-menu>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 38px;
    padding-right: 40px;
    color: #333333;
}

#header .menu-container #menu-main-menu>li:first-child {
    margin-left: 0;
}

#header .menu-container #menu-main-menu>li:last-child {
    padding-right: 0;
}

#header .menu-container #menu-main-menu ul {
    display: none;
    padding-top: 52px;
}

#header .menu-container .menu-bg {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    z-index: -1;
    /* padding-top: 52px; */
    box-sizing: content-box;
    background: rgba(245, 230, 221, 0.9);
    opacity: 0;
    transition: all .3s ease-in-out;
}

#header .menu-container.show-submenus .menu-bg {
    opacity: 1;
    z-index: 1;
}

#header .menu-container li a {
    position: relative;
    color: inherit;
    text-decoration: none;
}

#header .menu-container li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width .4s ease-in-out;
}

body.no-touch #header .menu-container li:hover>a,
body.no-touch #header .menu-container li>a.active {
    font-weight: 800;
}

body.no-touch #header .menu-container li:hover>a:after,
body.no-touch #header .menu-container li>a.active:after {
    width: 100%;
}

body.no-touch #header .menu-container #menu-main-menu>li:hover ul {
    position: absolute;
    z-index: 2;
    display: block;
    /*width: 120%;*/
    width: 155%;
    box-sizing: content-box;
    text-align: left;
}

#header .menu-container.show-submenus #menu-main-menu li ul {}

#header .menu-container.show-submenus #menu-main-menu li ul li+li {
    margin-top: 20px;
}

#header .menu-container .search-toggler {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 20px;
    margin-top: 6px;
    margin-left: 27px;
}

#header .menu-container .search-toggler img {
    width: 100%;
}

#header .search-wrapper {
    display: none;
    position: fixed;
    top: 74px;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 23px 0 2px;
    background: rgba(245, 230, 221, 0.9);
}

#header .search-wrapper .wrapper {
    float: right;
    width: 100%;
    max-width: 1080px;
}

#header .search-wrapper .search-icon {
    float: left;
}

#header .search-wrapper .search-icon img {
    width: 48px;
}

#header .search-wrapper .search-form {
    float: left;
    width: calc(100% - 48px);
    padding-left: 3%;
}

#header .search-wrapper .search-form input[type="text"] {
    vertical-align: top;
    background: transparent;
    width: calc(100% - 162px);
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
}

#header .search-wrapper ::-webkit-input-placeholder {
    /* Edge */
    color: rgba(0, 0, 0, .2);
    font-size: 13px;
}

#header .search-wrapper :-ms-input-placeholder {
    /* IE 10-11 */
    color: rgba(0, 0, 0, .2);
    font-size: 13px;
}

#header .search-wrapper ::placeholder {
    color: rgba(0, 0, 0, .2);
    font-size: 13px;
}

#header .search-wrapper .search-form input[type="submit"] {
    background: url(images/submit-arrow.svg) no-repeat;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

#header .search-wrapper .search-form.show input[type="submit"] {
    opacity: 1;
}

#header .search-wrapper .ws-x-btn {
    border: none;
    position: absolute;
    top: 0;
    margin-top: -10px;
    right: 0;
}

#header>.search-wrapper .results-wrapper {
    clear: both;
    padding: 0 40px;
}

#header>.search-wrapper .results-wrapper .results-title {
    margin-bottom: 40px;
    font-size: 14px;
    text-align: center;
    color: rgba(0, 0, 0, .5);
}

#header>.search-wrapper .results-wrapper .search-items {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 40px;
}

#header>.search-wrapper .results-wrapper.show .search-items {
    display: flex;
}

#header>.search-wrapper .results-wrapper .search-items .search-item {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 40px;
    padding-right: 4%;
}

#header>.search-wrapper .results-wrapper .search-items .search-item .img-wrapper {
    float: left;
    width: 250px;
    height: 180px;
    overflow: hidden;
}

#header>.search-wrapper .results-wrapper .search-items .search-item .img-wrapper img {
    max-width: 100%;
    height: auto;
}

#header>.search-wrapper .results-wrapper .search-items .search-item .text-wrapper {
    height: 140px;
    overflow: hidden;
}

#header>.search-wrapper .results-wrapper .search-items .search-item .img-wrapper+.text-wrapper {
    width: 50%;
    margin-left: 270px;
}

#header>.search-wrapper .results-wrapper .search-items .text-wrapper .item-title {
    clear: none;
    font-family: "Codec Warm Trial", sans-serif;
    font-size: 17px;
    font-weight: 800;
}

#header>.search-wrapper .results-wrapper .search-items .search-item .text-wrapper .item-excerpt {
    margin-top: 4px;
}

#header>.search-wrapper .results-wrapper .search-items .search-item .pollo-more-btn {
    position: absolute;
    bottom: 3px;
    left: 270px;
}

#header.show-search>.search-wrapper {
    display: block;
}

#header .menu-container .header-btn {
    display: inline-block;
    min-width: 0;
    position: absolute;
    right: 0;
    line-height: normal;
    border: 1px solid #000;
    border-radius: 28px;
    padding: 13px 20px;
    margin-top: 13px;
    background: #fff;
}

#header .menu-container .header-btn a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

#header .menu-container .header-btn a.open-menu {
    padding-left: 10px;
}

#header .menu-container .header-btn a.active {
    font-weight: bold;
}

#header .menu-container .header-btn a>img {
    position: absolute;
    width: 22px;
}

#header .menu-container .header-btn a>font {
    margin-right: 14px;
    padding-left: 38px;
}

#header .menu-container .header-btn a>i {
    color: #878787;
}

#header .menu-container .header-btn a>i.fa-angle-up {
    display: none;
    color: #000;
}

#header .menu-container .header-btn .sub-menu {
    margin-top: 13px;
    border-top: 1px solid #e5e5e5;
    padding-top: 13px;
    background: #fff;
    display: none;
}

#header .menu-container .header-btn .sub-menu .item {
    padding: 10px 0 10px 10px;
}

.mobile-menu-toggler {
    display: none;
}

.mobile-menu-toggler .burger-part {
    position: absolute;
    left: 11px;
    width: 36px;
    height: 1.5px;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #000;
}

.mobile-menu-toggler .burger-part-1 {
    top: 0;
}

.mobile-menu-toggler .burger-part-2 {
    top: 12px;
}

.mobile-menu-toggler .burger-part-3 {
    top: 24px;
}

body.mobile-open .mobile-menu-toggler .burger-part-1 {
    top: 12px;
    background: #000;
    transform: rotate(45deg);
    left: 10px;
}

body.mobile-open .mobile-menu-toggler .burger-part-2 {
    opacity: 0;
}

body.mobile-open .mobile-menu-toggler .burger-part-3 {
    top: 12px;
    background: #000;
    transform: rotate(-45deg);
    left: 10px;
}


/* #### Cover #### */

.page-cover .pollo-main-title {
    max-width: 480px;
    color: #fff;
    /* text-shadow: 0 2px 9px rgba(0,0,0,0.4); */
}

.page-cover.black-txt .pollo-main-title {
    color: #000;
}

.page-cover .pollo-more-btn {
    color: #fff
}


/* Homepage */

#cover.homepage {
    position: relative;
    height: 735px;
    margin-top: 74px;
    padding-top: 44px;
    /* background-attachment: fixed; */
}

body.touch #cover.homepage {
    background-attachment: scroll;
}

#cover.homepage:before {
    width: 45%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

#cover.homepage .cover-content .cover-txt {
    max-width: 470px;
}

#cover .site-width,
.page-cover .site-width {
    height: 100%;
}

#cover .icon-wrapper,
.page-cover .icon-wrapper {
    margin-bottom: 75px
}

#cover.black-txt .icon-wrapper,
.page-cover.black-txt .icon-wrapper {
    filter: brightness(0);
}

@media all and (max-width: 767px) {
    #cover .icon-wrapper {
        position: relative;
        margin-top: 0;
    }
    .page-cover .icon-wrapper {
        position: absolute;
        bottom: 0px;
    }
}

#cover.homepage .pollo-more-btn {
    display: inline-block !important;
    margin-top: 28px;
}

.need-help {
    position: fixed;
    right: 0;
    bottom: 10vh;
    z-index: 4;
    max-width: 156px;
    padding: 20px 12px;
    text-align: center;
    color: #fff;
    background: #000;
}

.need-help .trigger-title {
    font-size: 13px;
    cursor: pointer;
}

.need-help .wrapper {
    height: 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
}

.need-help .wrapper .help-links li {
    padding: 14px 0;
}

.need-help .wrapper .help-links li+li {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.need-help .wrapper .help-links a {
    display: block;
    font-weight: 600;
}

.need-help .wrapper .help-links .contact {
    padding-top: 24px;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    background: url(images/contact.svg) no-repeat top center;
}

.need-help .wrapper a {
    color: inherit;
    text-decoration: none;
}

.need-help.open .wrapper {
    height: auto;
}

.need-help.open .trigger-title {
    display: none;
}

.need-help.open .wrapper .social-links {
    margin-top: 1px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.need-help.open .wrapper .social-links li {
    display: inline-block;
    width: 32px;
    margin-left: 3px;
}

.need-help.open .wrapper .social-links li+li {
    margin-left: 9px;
}

.need-help.open .wrapper .social-links li img {
    width: 100%;
    height: auto;
}

.need-help.open .wrapper .social-links li:last-child img {
    filter: invert(1);
}

 .pollo-main-title {
    margin-bottom: 10px;
    text-align: center;
}

.homepage {
    padding: 60px 0 74px;
}

 .enjoy-strip {
    margin-bottom: 104px;
}

 .enjoy-strip .pollo-main-title {
    position: relative;
    top: 30px;
    opacity: 0;
    transition: all .4s ease-in-out;
}

 .enjoy-strip.anim .pollo-main-title {
    top: 0;
    opacity: 1;
}

 .enjoy-strip .enjoy-items .item {
    position: relative;
    top: 30px;
    opacity: 0;
    float: left;
    width: 47.8%;
    height: 632px;
    text-decoration: none;
    color: inherit;
    transition: all .4s ease-in-out .3s;
}

 .enjoy-strip.anim .enjoy-items .item {
    top: 0;
    opacity: 1;
    border-radius: 10px;
    overflow: hidden;
}

 .enjoy-strip .enjoy-items .item .item-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    transition: filter .3s ease-in-out;
}

 .enjoy-strip .enjoy-items .item+.item {
    margin-left: 4.4%;
}

 .enjoy-strip .enjoy-items .item .hidden {
    height: 0;
    /* opacity: 0; */
    padding: 0 10px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    display: block!important;
}

 .enjoy-strip .enjoy-items .item .hidden .pollo-more-btn {
    margin-top: 35px;
    letter-spacing: .5px;
    text-decoration: none;
}

 .enjoy-strip .enjoy-items .item .pollo-draw-btn:hover {
    text-decoration: none!important;
}

 .enjoy-strip .enjoy-items .item .item-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: content-box;
    padding: 31px 31px 29px;
    text-align: center;
    background-color: #F5E6DD;
    transition: height .4s ease-in-out, background-color .3s ease-in-out;
}

 .enjoy-strip .enjoy-items .item:hover .item-img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: filter .3s ease-in-out .1s;
}

 .enjoy-strip .enjoy-items .item:hover .item-details {
    height: calc(100% - 60px) !important;
    background-color: rgba(245, 230, 221, 0.6);
}

 .enjoy-strip .enjoy-items .item:hover .item-details .hidden {
    height: auto;
    opacity: 1;
    padding: 24px 10px 152px;
}

 .enjoy-strip .enjoy-items .item .item-details .item-title {
    position: relative;
    padding-bottom: 14px;
    font-family: "Codec Warm Trial", sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.28;
    letter-spacing: 8.4px;
    color: #333;
}

 .enjoy-strip .enjoy-items .item .item-details .item-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background: #000;
}

 .enjoy-strip .enjoy-items .item .item-details .item-subtitle {
    margin-top: 13px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 4.6px;
    color: #666;
}

 .enjoy-strip .enjoy-items .item .pollo-draw-btn::before {
    top: 0;
    left: 0;
}

 .enjoy-strip .enjoy-items .item .pollo-draw-btn {
    font-size: 16px;
    color: #333;
}

.homepage .go-ahead {
    overflow: hidden;
    margin-bottom: 97px;
    text-align: center;
}

.homepage .pollo-main-title {
    max-width: 830px;
    margin: 0 auto 26px;
    color: #333;
}

.homepage .intro-text {
    max-width: 830px;
    margin: 0 auto;
    letter-spacing: 0.5px;
}

.homepage #go-ahead-slider-wrapper {
    margin-top: 50px;
    color: white;
}

#go-ahead-slider-wrapper .go-slider {
    position: relative;
    height: 359px;
    overflow: hidden;
    margin-right: -91px;
    padding: 20px 0;
    direction: rtl;
}

#go-ahead-slider-wrapper .go-slider:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 319px;
    height: 100%;
    background: #fff;
}

#go-ahead-slider-wrapper .go-slider .slides {
    position: absolute;
    width: 9999px;
    height: 100%;
    direction: ltr;
    margin-left: calc(85px + -1*((1600px / 2) - (100vw / 2)));
}

#go-ahead-slider-wrapper .slides .slide {
    position: relative;
    float: right;
    width: 319px;
    height: 319px;
    background-color: #F5E6DD;
    border-left: 1px solid #fff
}

#go-ahead-slider-wrapper .slides .slide.active {
    border-left: none;
}

#go-ahead-slider-wrapper .slides .slide .bg-img {
    opacity: 0;
    z-index: 1;
    transform: scale(0.9);
    transition: all .4s ease-in-out;
}

#go-ahead-slider-wrapper .slides .slide.active .bg-img {
    opacity: 1;
    transform: scale(1.04);
}

#go-ahead-slider-wrapper .slides .slide .ptable {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

#go-ahead-slider-wrapper .slides .slide .ptable .ptd {
    position: relative;
    z-index: 3;
    padding: 0 30px;
}

#go-ahead-slider-wrapper .slides .slide .ptable .ptd a {
    color: inherit;
    text-decoration: none;
}

#go-ahead-slider-wrapper .slides .slide .pollo-arrow-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 16px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

#go-ahead-slider-wrapper .slides .slide:hover .pollo-arrow-btn,
#go-ahead-slider-wrapper .slides .slide.active .pollo-arrow-btn {
    opacity: 1;
}

#go-ahead-slider-wrapper .slides .slide .shadow1,
#go-ahead-slider-wrapper .slides .slide .shadow2 {
    position: absolute;
    z-index: 1;
    top: 26px;
    left: 14px;
    right: 14px;
    bottom: 8px;
}

#go-ahead-slider-wrapper .slides .slide .shadow1 {
    box-shadow: 31px 0 48px 0 rgba(0, 0, 0, 0);
    transition: all .4s ease-in-out;
}

#go-ahead-slider-wrapper .slides .slide .shadow2 {
    box-shadow: -31px 0 48px 0 rgba(0, 0, 0, 0);
    transition: all .4s ease-in-out;
}

#go-ahead-slider-wrapper .slides .slide.active .shadow1 {
    box-shadow: 31px 0 48px 0 rgba(0, 0, 0, 0.26);
}

#go-ahead-slider-wrapper .slides .slide.active .shadow2 {
    box-shadow: -31px 0 48px 0 rgba(0, 0, 0, 0.26);
}

#go-ahead-slider-wrapper .go-slider .controls .arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background: transparent;
}

#go-ahead-slider-wrapper .go-slider .controls .arrow.next {
    right: 285px;
}

#go-ahead-slider-wrapper .go-slider .controls .arrow.prev {
    display: none;
}

.homepage .go-ahead .pollo-draw-btn {
    margin-top: 35px;
}


/* #### PRODUCTS STRIP ##### */

 .products-strip {
    text-align: center;
}

 .products-strip .items-wrapper .item {
    position: relative;
    float: left;
    width: 26.25%;
    min-width: 300px;
    height: 295px;
    margin-left: 5.4%;
    margin-bottom: 118px;
}

 .products-strip .items-wrapper .item .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease-in-out;
}

 .products-strip .items-wrapper .item .overlay .pollo-arrow-btn {
    top: 60%;
    background: #000;
}

 .products-strip .items-wrapper .item .overlay .pollo-arrow-btn:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

 .products-strip .items-wrapper .item .overlay .overlay-filter {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    /* box-shadow: 0 2px 20px 1px rgba(50,53,60,0.4); */
}

 .products-strip .items-wrapper .item .overlay .overlay-txt {
    position: absolute;
    top: 47%;
    left: 50%;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1.13px;
    line-height: 26px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    transform: translate(-50%, -50%);
}

 .products-strip .items-wrapper .item .img-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

 .products-strip .items-wrapper .item .img-wrapper img {
    min-width: 100%;
    height: 100%;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

 .products-strip .items-wrapper .item .title-wrapper {
    text-align: center;
}

 .products-strip .items-wrapper .item .product-title {
    display: inline-block;
    vertical-align: middle;
    margin: 18px 6px 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.97px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
}

 .products-strip .items-wrapper .item .pollo-tag {
    display: inline-block;
    vertical-align: middle;
    min-width: 92px;
    margin-top: 14px;
    padding: 4px 6px;
    font-size: 9px;
    line-height: 11px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}

 .products-strip .items-wrapper .item .pollo-tag.green-tag {
    background: #CBEBDF;
    color: #000;
}

 .products-strip .items-wrapper .item:hover .overlay {
    opacity: 1;
}


/* End of General Products Strip */

.homepage .products-strip {
    padding-bottom: 55px;
}

.homepage .products-strip .items-wrapper {
    margin-top: 56px;
}

.homepage .products-strip .pollo-draw-btn+.pollo-draw-btn {
    margin-left: 33px;
}

.homepage .tec-section .explore-btn-wrapper {
    margin-top: 54px;
}

.homepage .tec-section .desc-wrapper .title-wrapper .pollo-main-title,
.homepage .tec-section .desc-wrapper .txt-wrapper {
    position: relative;
    top: 30px;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.homepage .tec-section.anim .desc-wrapper .title-wrapper .pollo-main-title,
.homepage .tec-section.anim .desc-wrapper .txt-wrapper {
    top: 0;
    opacity: 1;
}

.homepage .stay-updated {
    /* max-width: 1195px; */
    /* margin: 0 auto; */
    padding-top: 53px;
    padding-bottom: 59px;
}

.homepage .stay-updated .pollo-inner-slider {
    /* max-width: 1195px; */
    /* margin: 17px auto 0; */
}

.homepage .stay-updated .pollo-inner-slider img {
    width: 100%;
}

.homepage .stay-updated .pollo-inner-slider .controls {
    margin-top: 23px;
    text-align: right;
}

.homepage .stay-updated .pollo-inner-slider .controls .pollo-arrow-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: none;
}

.homepage .stay-updated .pollo-inner-slider .controls .pollo-arrow-btn.prev {
    margin-right: 30px;
}

.pollo-inner-slider {
    overflow: hidden;
}

.pollo-inner-slider .pollo-img,
.pollo-inner-slider .pollo-text {
    width: 100%;
    min-height: 440px;
}

.pollo-inner-slider .pollo-img {
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.pollo-inner-slider .pollo-text {
    padding-top: 35px;
}

.pollo-inner-slider .pollo-text h5 {
    font-size: 20px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 18px;
}

.pollo-inner-slider .pollo-text h4 {
    font-size: 32px;
    color: #333333;
    line-height: 38px;
}

.pollo-inner-slider .pollo-text p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.pollo-inner-slider .pollo-text span {
    width: 105px;
    height: 3px;
    display: inline-block;
    background: #000;
    margin-top: 18px;
    margin-bottom: 30px;
}

.pollo-inner-slider .pollo-text a {
    color: #333333;
    text-decoration: none;
}

.pollo-inner-slider .pollo-text a::before {
    top: 0;
    left: 0;
}

.state-content {
    background-size: cover;
    background-position: center;
    height: 500px;
}

.state-content .title {
    height: 40px;
}

.state-content h2 {
    font-size: 48px;
    color: #333333;
}

.state-content a,
.state-content a:hover {
    color: #333333;
    text-decoration: none;
}

.form-content .site-width>h2 {
    font-size: 52px;
    color: #333333;
    line-height: 58px;
    margin-top: 62px;
    margin-bottom: 50px;
    text-align: center;
}

.form-content .site-width .img-left {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 450px;
    border-radius: 20px 20px 0 0;
}

.form-content .form-left {
    background-color: #f5e6dd;
    padding: 40px;
    position: relative;
    padding-left: 60px;
    border-radius: 0 0 20px 20px;
}

.form-content .form-left p {
    font-size: 24px;
    color: #333;
    line-height: 30px;
    margin-bottom: 30px;
}

.form-content .form-left small {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

.form-content .form-left img {
    position: absolute;
    width: 30px;
}

.form-content .form-left .left {
    top: 30px;
    left: 20px;
}

.form-content .form-left .right {
    bottom: 20px;
    right: 20px;
}

.form-content form input,
.form-content form .select-content,
.form-content form textarea {
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: none;
    padding: 6px 18px;
}

.form-content form .select-content {
    height: 48px;
    padding: 0 18px;
}

.form-content form .select2-container {
    height: 45px;
    top: 1px;
}

.form-content form .select-content .select2-container .select2-selection--single {
    border: 0;
}

.form-content form .select-content .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 0;
    height: 43px;
    line-height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px!important;
}

.select2-container--open .select2-dropdown {
    border: 1px solid #ccc!important;
}

.form-content form label {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}

.form-content form .form-control {
    height: 48px;
}

.form-content form select {
    height: 35px!important;
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.form-content .remark {
    font-size: 16px;
    color: #999999;
    line-height: 22px;
}

.form-content .remark a {
    color: #333333;
    text-decoration: underline;
}

.form-content .pollo-draw-btn {
    color: #333;
}

.form-content .pollo-draw-btn::before {
    top: 0;
    left: 0;
}

.footer-content .footer-left h4,
.footer-content .footer-right h4 {
    color: #999999;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-content .footer-left h4 img,
.footer-content .footer-right h4 img {
    margin-right: 15px;
    position: relative;
    width: 18px;
    bottom: -4px;
    opacity: 0.6;
}

.footer-content .footer-left h4 img.img-email {
    bottom: -2px;
}

.footer-content .footer-left p {
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 16px;
}

.footer-content .footer-left span {
    font-size: 14px;
    color: #fcf7f5;
    line-height: 24px;
    opacity: 0.8;
}

.footer-content .footer-right {
    text-align: right;
}

.footer-content .footer-right p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.footer-content .footer-right .footer-qr {
    margin-top: 6px;
}

.footer-content .footer-right .footer-qr div.desktop-only>div {
    display: inline-block;
    text-align: center;
    width: 108px;
    margin-left: 10px;
}

.footer-content .footer-right .footer-qr>div img {
    width: 100%;
}

.footer-content .footer-right .footer-qr>div:first-child {
    margin-left: 0;
}

.footer-content .footer-right .footer-qr span {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    opacity: 0.8;
}

.footer-bottom {
    background: #000;
    /* padding: 30px; */
}

.footer-bottom p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 0;
    height: 80px;
    line-height: 80px;
}

.state-content a::before {
    top: 0;
    left: 0;
}

.pollo-inner-slider .slides {
    position: relative;
    height: 612px;
}

.pollo-inner-slider .slides .slide {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}

.homepage .pollo-inner-slider .slides .slide .inner-slider {
    display: block;
}

.pollo-inner-slider .slides .slide.active {
    left: 0;
}

.pollo-inner-slider .slides .slide .main-img {
    position: relative;
    float: left;
    width: 80.6%;
    height: 100%;
    overflow: hidden;
}

.pollo-inner-slider .slides .slide .main-img .video-icon-wrapper {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.pollo-inner-slider .slides .slide .main-img.video-item .video-icon-wrapper {
    display: block;
}

.pollo-inner-slider .slides .slide .main-img .video-icon-wrapper img {
    width: 143px;
}

.pollo-inner-slider .slides .slide .main-img>img {
    display: block;
    position: absolute;
    opacity: 1;
    max-width: 100%;
    transition: opacity .4s ease-in-out;
}

.pollo-inner-slider .slides .slide .main-img.hide>img {
    opacity: 0;
}

.pollo-inner-slider .slides .slide .other-imgs {
    float: right;
    width: 18.6%;
}

.pollo-inner-slider .slides .slide .other-imgs .img-wrapper {
    position: relative;
    height: 137px;
    margin-bottom: 10px;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}

.pollo-inner-slider .slides .slide .other-imgs .img-wrapper.active {
    opacity: 1;
}

.pollo-inner-slider .slides .slide .other-imgs .img-wrapper>img {
    position: relative;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.pollo-inner-slider .slides .slide .other-imgs .img-wrapper .video-icon-wrapper {
    display: none;
    z-index: 2;
}

.pollo-inner-slider .slides .slide .other-imgs .img-wrapper.video-item .video-icon-wrapper {
    display: block;
}

.pollo-inner-slider .slides .slide .other-imgs .img-wrapper .video-icon-wrapper img {
    width: 65px;
    height: 65px;
}

.homepage .stay-updated .desc-box {
    position: relative;
    height: 185px;
    overflow: hidden;
}

.homepage .stay-updated .desc-box .desc-item {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    max-width: 918px;
}

.homepage .stay-updated .desc-box .desc-item.active {
    left: 0;
}

.homepage .stay-updated .desc-box .polo-sub-title {
    margin-bottom: 24px;
    text-align: left;
}

.homepage .stay-updated .desc-box .desc-item .content {
    max-width: 918px;
    letter-spacing: 0.7px;
}

.homepage .stay-updated .desc-box .pollo-more-btn {
    margin-top: 17px;
}

 .form-strip .testimonials-col {
    float: left;
    width: 49.4%;
    margin-left: 0.8%;
    color: #fff;
}

.visual-testi-slider {
    position: relative;
}

.visual-testi-slider .slides {
    position: relative;
}

.visual-testi-slider .slides .slide.pollo-quote {
    position: absolute;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.visual-testi-slider .slides .slide.active {
    opacity: 1;
}

.visual-testi-slider .slides .slide .bg-img img {
    display: block;
    width: 100%;
}

.visual-testi-slider .slides .slide .item-name {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 92px;
    padding: 38px 47px;
    letter-spacing: 3px;
    font-family: "Codec Warm Trial", sans-serif;
    font-size: 25px;
    color: #fff;
    background: #000;
}

.pollo-quote blockquote {
    margin-bottom: 27px;
    color: inherit;
    font-family: "Bodoni Std", serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 33px;
}

.visual-testi-slider .slides .slide .item-content {
    position: absolute;
    left: 47px;
    bottom: 133px;
    max-width: 360px;
}

.visual-testi-slider .slides .slide .item-content blockquote:before {
    content: '“';
    position: absolute;
    top: -26px;
    font-size: 106px;
}

.visual-testi-slider .controls .pollo-arrow-btn {
    position: absolute;
    bottom: 15px;
    background: none;
}

.visual-testi-slider .controls .pollo-arrow-btn:after {
    border-color: #fff;
}

.visual-testi-slider .controls .pollo-arrow-btn.next {
    right: 12px;
}

.visual-testi-slider .controls .pollo-arrow-btn.prev {
    right: 63px;
}

 .form-strip .form-col {
    float: left;
    width: 48.5%;
    margin-left: 1%;
    padding: 0 3.3%;
}

 .form-strip .form-col .pollo-main-title {
    text-align: left;
}

 .form-strip .form-col .pollo-form {
    margin-top: 39px;
}

.pollo-form .inputs-wrapper {
    float: left;
    width: 45.4%;
}

.pollo-form .inputs-wrapper .input-wrapper {
    position: relative;
    margin-bottom: 57px;
}

.pollo-form .inputs-wrapper .input-wrapper .select-css {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1.13px;
    line-height: 1.3;
    padding: .6em 1.4em 1.6em 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    /* border: 1px solid #000; */
    /* box-shadow: 0 1px 0 1px rgba(0,0,0,.04); */
    /* border-radius: .5em; */
    border: none;
    border-bottom: 1px solid #000;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-color: #888;
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.select-css option {
    font-weight: normal;
}


/* ___*end select*____ */

.error-response {
    color: red;
}

.pollo-form .inputs-wrapper .input-wrapper .error-response,
.apply-form .pollo-form .custom-file-upload .error-response {
    position: absolute;
    top: 100%;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.7px;
    color: #F77673;
}

.pollo-form .inputs-wrapper+.inputs-wrapper {
    margin-left: 9%;
}

.pollo-form .inputs-wrapper input {
    width: 100%;
    padding-bottom: 19px;
    border-bottom: 1px solid #000;
    letter-spacing: 1px;
    background: none;
}

.pollo-form .inputs-wrapper .focus:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 15px;
    height: 3px;
    background: #000;
}

.pollo-form .inputs-wrapper .error:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
}

.pollo-form .inputs-wrapper input.smaller-ls {
    letter-spacing: 0;
}

.pollo-form ::-webkit-input-placeholder {
    /* Edge */
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    line-height: 27px;
}

.pollo-form :-ms-input-placeholder {
    /* IE 10-11 */
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    line-height: 27px;
}

.pollo-form ::placeholder {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    line-height: 27px;
}

.pollo-form .subscribe-wrapper {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: .5px;
}

.pollo-form .subscribe-wrapper .checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
}

.pollo-form .subscribe-wrapper .input-title {
    letter-spacing: 0.6px;
    line-height: 1.7;
}

.pollo-form .subscribe-wrapper input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.pollo-form .subscribe-wrapper .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
}

.pollo-form .subscribe-wrapper .checkbox-container.checked .checkmark:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 4px;
    height: 9px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.pollo-form textarea {
    width: 100%;
    height: 166px;
    margin-top: -14px;
    resize: none;
    padding: 11px;
    border: 1px solid #000;
    background: none;
}

.pollo-form .submit-wrapper {
    min-width: 0;
    height: 41px;
    margin-top: 33px;
    padding: 0;
    line-height: 2.3;
    text-align: center;
    cursor: pointer;
}

.pollo-form .submit-wrapper input {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 7.5px 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    background: transparent;
}

.pollo-form .statezip.hidden {
    display: none;
}

 .form-strip .form-col.thanks,
.registration-wrapper.thanks {
    display: table;
}

 .form-strip .form-col .thanks-wrapper,
.registration-wrapper .thanks-wrapper {
    position: absolute;
    opacity: 0;
}

 .form-strip .form-col .thanks-wrapper>*,
.registration-wrapper .thanks-wrapper>* {
    text-align: center;
}

 .form-strip .form-col.thanks .thanks-wrapper,
.registration-wrapper.thanks .thanks-wrapper {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    opacity: 1;
    transition: opacity .3s ease-in-out .4s;
}

 .form-strip .form-col .thanks-wrapper .subtitle,
.registration-wrapper .thanks-wrapper .subtitle {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 1px;
}

#footer {
    position: relative;
    padding: 46px 0;
    background: #333333;
}

#footer .footer-top .logo {
    float: left;
}

#footer .footer-top .contact {
    float: right;
}

#footer .contact .social-icons {
    float: left;
    margin-top: -4px;
}

#footer .contact .social-icons .social-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 44px;
    height: 44px;
}

#footer .contact .social-icons .instagram-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 44px;
    margin-left: 10px;
    height: 44px;
}

#footer .credit .koniak img {
    width: 85px;
}

#footer .contact .social-icons .social-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#footer .contact .social-icons .social-icon img+img {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

#footer .contact .social-icons .social-icon:hover img+img {
    opacity: 1;
}

#footer .contact .social-icons .social-icon+.social-icon {
    margin-left: 10px;
}

#footer .footer-top .contact .pollo-draw-btn {
    float: left;
    width: auto;
    min-width: 0;
    margin-left: 20px;
    padding: 4px 11px;
}

#footer .footer-main {
    padding-top: 27px;
}

#footer .footer-menu {
    float: left;
    min-width: 12.8%;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.5px;
}

#footer .footer-menu.bolded {
    font-weight: 800;
}

#footer .footer-menu+.footer-menu {
    margin-left: 3.3%;
}

#footer .footer-menu li a {
    position: relative;
    color: inherit;
    text-decoration: none;
}

#footer .footer-menu li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width .4s ease-in-out;
}

#footer .footer-menu>li>a {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

#footer .footer-menu li {
    padding-bottom: 10px;
}

body.no-touch #footer .footer-menu li a:hover {
    font-weight: 800;
}

body.no-touch #footer .footer-menu li a:hover:after {
    width: 100%;
}

#footer .footer-main .copy {
    float: right;
    font-size: 13px;
    height: 16px;
    color: #4a4a4a;
    letter-spacing: 0;
}

#footer .footer-main .copy .credit a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.media-center .pollo-main-title {
    font-size: 48px;
    line-height: 54px;
    padding-top: 160px;
}

.media-center .cover-txt {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
}

.media-content {
    margin-top: 30px;
    /* margin-bottom: 30px; */
    cursor: pointer;
}

.media-content .img-item {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 400px;
    border-radius: 10px 10px 0 0;
}

.media-content .media-text {
    background: #f5e6dd;
    padding: 30px;
    border-radius: 0 0 10px 10px;
}

.media-content .media-text h5 {
    font-size: 20px;
    color: #333;
    margin: 0;
    line-height: 26px;
}

.media-content .media-text span {
    width: 100px;
    height: 3px;
    display: inline-block;
    background: #000;
    margin: 20px 0;
}

.media-content .media-text p {
    color: #666;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 35px;
}

.media-content .media-text a {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    /* margin-top: 25px; */
}

.media-content .media-text a i {
    margin-left: 15px;
}

.tel-content .pollo-text {
    padding-top: 18px;
}

.tech-footer {
    width: 100%;
    /* height: 756px; */
    background-color: #f5e6dd;
    /* text-align: center; */
    padding-top: 90px;
    padding-bottom: 90px;
}

.tech-footer h3 {
    font-size: 52px;
    color: #333333;
    line-height: 58px;
    /* padding-top: 60px; */
    padding-bottom: 25px;
}

.tech-footer p {
    color: #666666;
    font-size: 18px;
    line-height: 26px;
}

.tech-footer img {
    height: 98px;
}

.tech-footer .img-block {
    padding-top: 70px;
    text-align: center;
}

.overTwoLine {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.go-page {
    text-align: center;
}

.go-page a {
    font-size: 16px;
    color: #666666!important;
    border: 1px solid #d0d0d0;
    height: 37px;
    width: 37px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%!important;
    margin: 0 10px;
}

.go-page .prev,
.go-page .next {
    background-color: #f5e6dd;
    color: #000;
    border: none;
}
.go-page .page-num{
    background-color: #f5e6dd;
    color: #000;
    border: none;
}
.go-page a.page-num-current {
    background-color: #000;
    color: #fff!important;
    border: 1px solid #d0d0d0;
}
.go-page a.active {
    background-color: #000;
    color: #fff!important;
    border: 1px solid #d0d0d0;
}

.page-breadcrumb {
    background-color: #fefcfc;
}

.page-breadcrumb .breadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding: 20px 0;
}

.page-breadcrumb .breadcrumb a {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
}

.page-breadcrumb .breadcrumb>li+li:before {
    display: none;
}

.page-breadcrumb .breadcrumb li i {
    color: #3a3939;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
}

.page-breadcrumb .breadcrumb li.active {
    color: #666666;
    font-size: 14px;
}

.media-detail-cover {
    margin-top: 0!important;
}

.media-detail {
    border-radius: 10px;
    background-color: #fff;
    padding: 65px 106px;
    position: relative;
    top: -90px;
}

.media-detail p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 20px;
}

.media-detail h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.brand-product-content .nav {
    margin-bottom: 60px;
    box-shadow: 1px 1px 3px #ddd;
    border-top: 1px solid #ddd;
}

.brand-product-content .nav.fix-nav {
    position: fixed;
    top: 74px;
    width: 100%;
    z-index: 2;
    background: #fff;
}

.brand-product-content .nav li {
    width: 50%;
}

.brand-product-content .nav li a {
    font-size: 20px;
    color: #666;
    border: none!important;
    border-bottom: 3px solid #fff;
    font-weight: normal;
    padding: 25px 5px;
    width: 100px;
    display: inline-block;
}

.brand-product-content .nav li a:focus,
.brand-product-content .nav li.active a,
.brand-product-content .nav li a:hover,
.brand-product-content .nav li.active a:hover {
    font-weight: bold;
    color: #333333!important;
    border: none;
    border-bottom: 3px solid #000!important;
    background-color: transparent;
}

.products-list .product-img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.products-list .product-item {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}
/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
    text-decoration: none;
  background: #f5e6dd;
  border: 1px solid #f5e6dd;
  color: #333;
  font-size: 16px;
      line-height: 1.3;
 padding: 10px;
  margin: 0 5px;
  border-radius: 3px;
  width: 40px;
    text-align: center;
    border-radius: 50%!important;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #000;
  border: 1px solid #eeeeee;
   background: #eeeeee;
}
.pagination a.page-num-current {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
/* ----- PB分页数字条效果 结束 ----- */
.products-list .product-item .title {
    position: absolute;
    font-size: 20px;
    color: #333333;
    width: 100%;
    text-align: center;
    font-weight: bold;
    bottom: 1em;
    margin-bottom: 10px;
}

.products-list .product-item .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.products-list .product-item .overlay .overlay-filter {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(245, 230, 221, 0.8);
    border-radius: 10px;
}

.products-list .product-item .overlay .overlay-filter .overlay-txt {
    position: absolute;
    top: 47%;
    left: 50%;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    letter-spacing: 1.13px;
    line-height: 26px;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.products-list .product-item .overlay .overlay-filter .pollo-arrow-btn {
    background: #000;
    line-height: 62px;
}

.products-list .product-item .overlay .overlay-filter .pollo-arrow-btn:after {
    display: none;
}

.products-list .product-item .overlay .overlay-title {
    color: #333333;
    font-size: 20px;
    margin-top: 120px;
    font-weight: bold;
    margin-bottom: 10px;
}

.products-list .product-item .overlay .line {
    width: 75px;
    height: 1px;
    display: inline-block;
    background: #000;
    margin-top: 17px;
    margin-bottom: 17px;
    display: inline-block!important;
}

.products-list .product-item .overlay .btn-block {
    position: absolute;
    top: 65%;
}

#profession .img-item {
    height: 307px;
}

#profession .media-content {
    /* margin-bottom: 30px; */
    margin-top: 0;
    position: relative;
}

#profession .brand-story-swiper .media-content {
    border-radius: 10px;
    overflow: hidden;
}

#profession .media-content .media-text {
    padding: 24px 30px 33px 30px;
    max-height: 120px;
}

#profession .media-content .media-text h5 {
    font-weight: bold;
}

#profession .media-content .media-text p {
    margin-bottom: 0;
    margin-top: 16px;
}

.profession-list .profession-item .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0;
    opacity: 0;
    bottom: 0;
    transition: height .4s ease-in-out, background-color .3s ease-in-out;
}

.profession-list .profession-item:hover {
    /* transform: scaleY(1.1); */
}

.profession-list .profession-item:hover .overlay {
    opacity: 1;
    height: 100%;
}

.profession-list .profession-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.profession-list .profession-item .overlay .overlay-filter {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 230, 221, 0.8);
    border-radius: 10px;
    padding: 35px 30px;
}

.profession-list .profession-item .overlay .overlay-filter .overlay-title {
    font-size: 20px;
    color: #333;
    line-height: 26px;
    font-weight: bold;
}

.profession-list .profession-item .overlay .overlay-filter .line {
    width: 75px;
    height: 1px;
    background-color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.profession-list .profession-item .overlay .overlay-filter li {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 18PX;
}

#profession .mobile-profession {
    display: none;
}

.tripollar-remark {
    background-color: #f5e6dd;
}

.tripollar-remark .title {
    padding: 30px 0;
    border-bottom: 1px solid #dccfc6;
}

.tripollar-remark .title img {
    width: 24px;
    margin-right: 10px;
}

.tripollar-remark .title span {
    font-size: 20px;
    color: #333333;
    position: relative;
    top: -2px;
    font-weight: bold;
}

.tripollar-remark ul {
    padding: 25px 40px;
    margin-bottom: 0;
}

.tripollar-remark ul li {
    margin-bottom: 30px;
}

.tripollar-remark ul li h4 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
}

.tripollar-remark ul li span {
    color: #666666;
    line-height: 20px;
    font-size: 14px;
}

.brand-introduction-cover .video-btn-txt {
    position: relative;
    top: -5px;
    margin-left: 15px;
}

.brand-introduction .pollo-inner-slider .pollo-img {
    border-radius: 0;
}

.brand-introduction .pollo-inner-slider .pollo-right {
    height: 535px;
    padding-left: 55px;
    width: 619px;
}

.brand-introduction .pollo-inner-slider .pollo-left {
    height: 535px;
    padding-right: 55px;
    display: inline-block;
    width: 619px;
}

.brand-num {
    background-color: #f5e6dd;
    padding: 45px 0;
    text-align: center;
}

.brand-num .item {
    border-left: 1px solid #d0c4bc;
}

.brand-num .item:first-child {
    border-left: none;
}

.brand-num h2 {
    font-size: 48px;
    color: #000;
    margin-top: 0;
}

.brand-num h2 span {
    font-size: 20px;
}

.brand-num p {
    font-size: 20px;
    color: #666;
    margin-bottom: 0;
}

.brand-banner {
    position: relative;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brand-banner img {
    width: 100%;
}

.brand-banner h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 48px;
    line-height: 54px;
    color: #fff;
    top: 1em;
    margin-top: 10px;
}

.brand-slide>h2 {
    font-size: 52px;
    line-height: 58px;
    color: #333;
    text-align: center;
    margin-top: 60px;
}

.brand-swiper .swiper-slide {
    width: 200px;
    /* height: 400px; */
}

.brand-swiper .first-slider {
    width: 150px;
}

.brand-swiper .swiper-slide .date {
    text-align: center;
    position: relative;
    height: 30px;
    line-height: 30px;
    width: 100%
}

.brand-swiper .swiper-slide .date p {
    background-color: #f5e6dd;
    color: #333;
    font-size: 14px;
    text-align: center;
    position: relative;
    border-radius: 30px;
    font-weight: bold;
    width: 150px;
    margin-bottom: 0;
    float: right;
}

.brand-swiper .swiper-slide .date .line {
    width: 100%;
    border-bottom: 1px solid #ccc;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.brand-swiper .swiper-slide .date .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: #f5e6dd;
    position: absolute;
    left: 20px;
    top: 10px;
}

.brand-swiper .swiper-slide .swiper-text {
    width: 150px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-top: 27px;
    float: right;
}

.brand-swiper .swiper-wrapper {
    padding-left: 15px;
    margin-top: 50px;
    margin-bottom: 60px;
}

.brand-swiper .swiper-scrollbar,
.stary-swiper .swiper-scrollbar {
    left: 8%!important;
    width: 84%!important;
    height: 1px!important;
}

.brand-swiper .swiper-scrollbar-drag,
.stary-swiper .swiper-scrollbar-drag {
    background-color: #000;
    height: 8px;
    position: absolute;
    top: -4px;
}

#video-modal .modal-content {
    text-align: center;
    background: transparent;
    box-shadow: none;
    border: none;
}

#video-modal .close {
    float: unset;
    font-size: 46px;
    color: #fff;
    opacity: 1;
}

.verification-detail .media-detail img {
    width: 100%;
    border-radius: 10px;
}

.verification-detail {
    position: relative;
    top: -90px;
}

.verification-detail .media-detail {
    top: 0;
    border-radius: 10px 10px 0 0;
}

.verification-footer {
    background-color: #f5e6dd;
    text-align: center;
    padding: 50px 60px;
    border-radius: 0 0 10px 10px;
}

.verification-footer h2 {
    font-size: 42px;
    line-height: 48px;
    color: #333;
    margin-bottom: 38px;
}

.verification-footer p {
    font-size: 18px;
    line-height: 31px;
    color: #333;
}

.verification-footer .product-contact {
    width: 615px;
    margin: auto;
    margin-top: 40px;
}

.verification-footer .product-contact>div {
    text-align: center;
}

.verification-footer .product-contact>div img {
    width: 80px;
}

.verification-footer .product-contact>div h4 {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 16px;
}

.verification-footer .product-contact>div p {
    font-size: 24px;
    color: #333;
    line-height: 30px;
}

.verification-footer .product-contact>div .detail {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.verification-footer .product-contact .product-left {
    float: left;
}

.verification-footer .product-contact .product-right {
    float: right;
}

.vertical-form-img img {
    margin-bottom: 15px;
}

.verification-detail .form-content form {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

#fail .close,
#success .close,
.again-success .close {
    opacity: 1;
}

#fail .modal-header,
.again-success .modal-header {
    border-bottom: 0;
}

#fail .modal-title,
.again-success .modal-title {
    text-align: center;
    font-size: 32px;
    line-height: 24px;
    color: #ccc;
    margin-top: 70px;
}

#fail .remark,
#success .remark,
.again-success .remark {
    text-align: center;
    position: relative;
    margin-top: 25px;
    margin-bottom: 26px;
}

#fail .remark .line,
#success .line,
.again-success .remark .line {
    width: 100%;
    height: 1px;
    background: #eee;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
}

#fail .remark font,
#success .remark font,
.again-success .remark font {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    display: inline-block;
    width: 125px;
    text-align: center;
    background: #fff;
    z-index: 2;
    position: relative;
}

#success .remark font {
    font-size: 24px;
    color: #333;
    width: 145px;
}

#fail ul,
.again-success ul {
    margin-bottom: 70px;
}

.again-success ul li {
    margin-bottom: 36px;
}

#fail ul li,
.again-success ul li,
#success .modal-header p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    text-align: center;
}

#fail ul li a {
    color: #333333;
    text-decoration: underline;
}

.again-success ul li a {
    color: #333333;
    text-decoration: none;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;
}

#fail .modal-dialog,
.again-success .modal-dialog,
#success .modal-dialog {
    width: 900px;
}

#fail .modal-block,
.again-success .modal-block {
    width: 600px;
    margin: auto;
}

#success .modal-header {
    text-align: center;
    border-bottom: 0;
}

#success .modal-header h4 {
    font-size: 32px;
    color: #333333;
    margin-top: 60px;
    margin-bottom: 20px;
}

#success .modal-body {
    width: 85%;
    margin: auto;
}

#success .modal-body .panel {
    border-color: #eee;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 5%);
}

#success .modal-body .panel .panel-body {
    padding: 30px;
}

#success .modal-body .panel .panel-body img,
#success .modal-block .item img {
    width: 100%;
    border-radius: 10px;
}

#success .modal-body .panel .panel-body p {
    font-size: 16px;
    color: #333;
    line-height: 42px;
}

#success .modal-body a.pollo-draw-btn {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 47px;
    min-width: unset;
    margin-top: 30px;
}

#success .modal-body a.pollo-draw-btn::before {
    top: 0px;
    left: 0px;
}

#success .modal-body .modal-block .item {
    position: relative;
}

#success .modal-block .item p {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small-swiper .swiper-slide {
    opacity: 0.5;
}

.small-swiper .swiper-slide-active {
    opacity: 1;
}

.small-swiper {
    padding-bottom: 42px!important;
}

.brand-story-swiper {
    padding-bottom: 0!important;
}

.small-swiper .swiper-pagination {
    bottom: 0!important;
}

.small-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #f5e6dd;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.small-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #d9c2b4;
}

#brand-story .img-item {
    height: 418px;
}

#brand-story .profession-item {
    padding-top: 30px;
    padding-bottom: 30px;
}

#brand-story .profession-item:hover {
    padding-top: 0px;
    padding-bottom: 0px;
}

#brand-story .profession-item:hover .media-text {
    display: none;
}

#brand-story .profession-item:hover .img-item {
    height: 478px;
}

#brand-story .desktop-only .media-content {
    border-radius: 10px;
    overflow: hidden;
}

.brand-story-content .pollo-text p {
    margin-bottom: 35px;
}

.story-num {
    padding-top: 35px;
    text-align: center;
}

.stary-slide>h2 {
    font-size: 52px;
    line-height: 58px;
    color: #333;
    margin-bottom: 50px;
}

.stary-slide .swiper-slide .year {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    position: relative;
    left: -10px;
}

.stary-slide .swiper-slide {
    width: 290px;
    padding-left: 10px;
}

.stary-slide {
    background-color: #f7e6de;
    padding-top: 72px;
}

.stary-slide .stary-swiper {
    margin-left: 30px;
    margin-right: 30px;
}

.stary-slide>h2 {
    text-align: center;
}

.stary-slide .swiper-slide .bg {
    width: 100%;
}

.stary-slide .swiper-slide .slide-block {
    padding: 0 5px 0 15px;
    margin: 15px 0;
    border-left: 1px solid #ccc;
}

.stary-slide .swiper-slide .slide-block>div {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.stary-slide .swiper-slide .slide-block>div {
    width: 100%;
    min-height: 330px;
    overflow-y: auto;
}

.stary-slide .swiper-slide .slide-block>div img {
    width: 100%;
}

.stary-slide .swiper-slide .slide-block>div h4 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
}

.stary-slide .swiper-slide .slide-block>div p {
    font-size: 16px;
    color: #666;
}

.change-brand {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
    padding: 85px 0;
}

 .enjoy-strip .enjoy-items .item .pollo-draw-btn.desktop-only {
    display: inline-block!important;
}

.form-modal .modal-header {
    border: 0;
}

.form-modal .modal-footer {
    border: 0;
}

.form-modal .modal-content h2 {
    font-weight: normal;
    font-size: 32px;
    line-height: 30px;
}

.form-modal .modal-content p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

.form-modal .modal-footer>a {
    width: 400px;
    color: #333;
    margin-bottom: 60px;
}


/* #brand-story .profession-item .overlay {
    height: 69px;
    position: absolute;
    bottom: 30px;
    opacity: 1;
} */


/* ######## Responsive ########## */

@media (max-width: 1380px) {
    .site-width,
    .inner-width {
        padding: 0 30px;
    }
    .pollo-main-title {
        font-size: 50px;
        letter-spacing: 7px;
    }
    #header .menu-container #menu-main-menu>li {
        margin-left: 10px;
        padding-right: 30px;
    }
    #header .menu-container #menu-main-menu {
        font-size: 13px;
        line-height: 16px;
    }
    #header .menu-container .header-btn {
        margin-left: 60px;
    }
    #header>.search-wrapper .results-wrapper {
        padding: 0 20px;
    }
     .enjoy-strip .enjoy-items .item {
        width: 48.2%;
        height: 552px;
    }
     .enjoy-strip .enjoy-items .item+.item {
        margin-left: 3.6%;
    }
     .enjoy-strip .enjoy-items .item .item-details {
        /*height: calc(100% - 52px) !important;*/
        /*padding: 26px;*/
    }
     .enjoy-strip .enjoy-items .item .item-details .item-title {
        font-size: 26px;
    }
     .enjoy-strip .enjoy-items .item .item-details .item-subtitle {
        font-size: 17px;
        letter-spacing: 4px;
    }
     .products-strip .items-wrapper {
        width: 990px;
        margin: 0 auto;
        transform: translateX(-3%);
    }
     .products-strip .items-wrapper .item {
        margin-left: 3%;
        margin-bottom: 110px;
    }
    .homepage .tec-section .tec-item-wrapper .tec-item .item-title {
        font-size: 19px;
        line-height: 1.5;
    }
     .form-strip .testimonials-col {
        width: 50%;
        margin-left: 0;
    }
     .form-strip .form-col {
        width: 48.5%;
        margin-left: 1.5%;
        padding: 0 0 0 1%;
    }
     .form-strip .form-col .pollo-form {
        margin-top: 30px;
    }
    .pollo-form .inputs-wrapper .input-wrapper {
        margin-bottom: 40px;
    }
    .pollo-form textarea {
        height: 129px;
    }
     .form-strip .form-col .pollo-form ::-webkit-input-placeholder {
        /* Edge */
        font-size: 14px;
        line-height: 24px;
    }
     .form-strip .form-col .pollo-form :-ms-input-placeholder {
        /* IE 10-11 */
        font-size: 14px;
        line-height: 24px;
    }
     .form-strip .form-col .pollo-form ::placeholder {
        font-size: 13px;
        line-height: 24px;
    }
    .pollo-form .inputs-wrapper {
        width: 47%;
    }
    .pollo-form .inputs-wrapper+.inputs-wrapper {
        margin-left: 6%;
    }
    .pollo-form .subscribe-wrapper {
        font-size: 13px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .homepage .tec-section .tec-item-wrapper .a-tec-item {
        margin: 0 1.5%;
    }
    .homepage .tec-section .tec-item-wrapper .tec-item img {
        transform: scale(.9);
    }
    .homepage .tec-section .tec-item-wrapper .tec-item .item-title {
        padding-top: 16px;
        font-size: 17px;
        letter-spacing: 2px;
        line-height: 1.5;
    }
}

@media (max-width: 1023px) {
    body,
    input,
    textarea {
        font-size: 16px;
        line-height: 24px;
    }
    .pollo-main-title {
        font-size: 42px;
        letter-spacing: 6px;
    }
    .polo-sub-title {
        font-size: 23px;
        line-height: 32px;
    }
    #header .menu-container {
        display: none;
    }
    #header .mobile-menu-toggler {
        display: block;
        position: absolute;
        top: 6px;
        right: 28px;
        z-index: 10000;
        width: 40px;
        height: 36px;
    }
    body.fixed-pos #header .mobile-menu-toggler {
        right: 16px!important;
    }
    #header .menu-container #menu-main-menu {
        width: 100%;
        margin-top: 6px;
        font-size: 15px;
        line-height: 18px;
    }
    #header .menu-container.show-submenus .menu-bg {
        display: none;
    }
    #header .menu-container #menu-main-menu>li {
        display: block;
        margin-left: 0;
        padding: 23px 0;
        border-bottom: 1px solid #d7c9c1;
        padding: 30px 18px;
        text-align: left;
    }
    #header .menu-container #menu-main-menu>li:before {
        content: "";
        position: absolute;
        left: -10px;
        right: -14px;
        top: 100%;
        height: 1px;
        /* background: rgba(0, 0, 0, .05); */
    }
    #header .menu-container #menu-main-menu>li.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 34px;
        right: 10px;
        width: 18px;
        height: 18px;
        transform: rotate(90deg);
        transform-origin: center right;
        background: url(../images/submit-arrow.svg) no-repeat center right;
        background-repeat: no-repeat;
        transition: all .2s ease-in-out;
        opacity: 0.5;
    }
    #header .menu-container #menu-main-menu ul {
        padding-top: 30px;
        padding-left: 20px;
    }
    #header .menu-container #menu-main-menu .sub-menu li+li {
        margin-top: 12px;
    }
    #header .menu-container #menu-main-menu>li.menu-item-has-children.open:after {
        transform: rotate(-90deg);
        top: 20px;
        opacity: 1;
    }
    #header .menu-container #menu-main-menu>li.menu-item-has-children.open ul {
        display: block;
    }
    #header .menu-container .header-btn {
        margin-top: 50px;
        margin-left: 0;
    }
    #header .menu-container .search-toggler {
        display: none;
    }
    body.mobile-open #header .menu-container {
        display: block;
        position: absolute;
        top: -14px !important;
        right: 0;
        overflow: auto;
        z-index: 9999;
        width: 233px;
        height: 100vh;
        padding: 72px 34px 34px 34px;
        background-color: rgba(245, 230, 221, 0.98);
    }
    body.mobile-open #header .menu-container .search-wrapper {
        display: block;
        position: static;
        height: 27px;
        padding-top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    body.mobile-open #header .menu-container .search-wrapper .wrapper {
        position: relative;
        float: none;
    }
    body.mobile-open #header .menu-container .search-wrapper .search-icon {
        margin-top: 4px;
    }
    body.mobile-open #header .menu-container .search-wrapper .search-icon img {
        width: 24px;
    }
    #header .search-wrapper .search-form {
        width: calc(100% - 40px);
        padding-left: 0;
    }
    #header .search-wrapper .search-form input[type="text"] {
        width: 100%;
        padding-bottom: 4px;
        border: none;
    }
    #header .search-wrapper .search-form input[type="submit"] {
        position: absolute;
        top: 6px;
        right: 0;
        height: 14px;
        background-size: auto 100%;
    }
     .enjoy-strip .enjoy-items .item {
        width: 48.5%;
    }
     .enjoy-strip .enjoy-items .item+.item {
        margin-left: 3%;
    }
     .enjoy-strip .enjoy-items .item .item-img {
        height: 330px;
    }
     .enjoy-strip .enjoy-items .item .item-details {
        padding: 22px 16px;
    }
     .enjoy-strip .enjoy-items .item .item-details .item-title {
        font-size: 24px;
        letter-spacing: 4px;
    }
     .enjoy-strip .enjoy-items .item .item-details .item-subtitle {
        font-size: 16px;
        letter-spacing: 3px;
    }
    .homepage .products-strip .items-wrapper {
        width: 686px;
        max-width: 100%;
        margin: 50px auto 0;
    }
     .products-strip .items-wrapper .item {
        margin-left: 30px;
    }
     .tec-section .desc-wrapper {
        width: 80%;
    }
    .pollo-inner-slider .slides {
        height: 400px;
    }
    .pollo-inner-slider .slides .slide .main-img>img {
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .pollo-inner-slider .slides .slide .other-imgs .img-wrapper {
        height: 130px;
        margin-bottom: 5px;
    }
    .homepage .stay-updated .slides-desc .polo-sub-title {
        margin-bottom: 12px;
    }
    .visual-testi-slider,
    .visual-testi-slider .slides,
    .visual-testi-slider .slides .slide.pollo-quote {
        height: 100% !important;
    }
    .visual-testi-slider .slides .slide.pollo-quote {
        width: 100%;
    }
    .visual-testi-slider .slides .slide.pollo-quote .bg-img {
        height: 100%;
    }
    .visual-testi-slider .slides .slide.pollo-quote .bg-img img {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .visual-testi-slider .slides .slide .item-content {
        max-width: 80%;
    }
    .pollo-quote blockquote {
        font-size: 22px;
        line-height: 30px;
    }
    .visual-testi-slider .slides .slide .item-name {
        height: 80px;
        padding: 32px;
        font-size: 23px;
    }
    .visual-testi-slider .controls .pollo-arrow-btn {
        bottom: 8px;
    }
     .form-strip .testimonials-col {
        float: none;
        width: auto;
        height: 550px;
        overflow: hidden;
    }
     .form-strip .form-col {
        float: none;
        width: auto;
        margin: 40px 0 0;
        padding: 0;
    }
    #footer {
        /* padding: 26px 0; */
    }
    #footer .footer-top .contact.desktop-only {
        display: none;
    }
    #footer .footer-main {
        padding-top: 21px;
    }
    #footer .footer-menu {
        float: none;
        width: 100%;
        border-bottom: 1px solid #000;
    }
    #footer .footer-menu+.footer-menu {
        margin-left: 0;
        margin-top: 19px;
    }
    #footer .footer-menu ul {
        display: none;
    }
    #footer .footer-menu li {
        position: relative;
    }
    #footer .footer-menu ul li {
        padding: 13px 0;
    }
    #footer .footer-menu>li:before,
    #footer .footer-menu>li:after {
        content: "";
        position: absolute;
        border-top: 1px solid #000;
        top: 9px;
        left: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        transition: transform .2s ease-in-out;
    }
    #footer .footer-menu>li:before {
        width: 15px;
        height: 1px;
        right: -6px;
    }
    #footer .footer-menu>li:after {
        width: 1px;
        height: 15px;
        right: 6px;
        border-top: none;
        border-left: 1px solid #000;
        opacity: 1;
        transition: transform .2s ease-in-out, opacity .1s ease-in-out .15s;
    }
    #footer .footer-menu>li.open:after {
        transform: translate(-50%, -50%) rotate(90deg);
        opacity: 0;
        transition: all .2s ease-in-out;
    }
    #footer .contact {
        margin-top: 27px;
    }
    #footer .contact .social-icons {
        margin-top: 0;
    }
    #footer .contact .social-icons .social-icon+.social-icon {
        margin-left: 15px;
    }
    #footer .contact .pollo-draw-btn {
        float: right;
        min-width: 120px;
        padding: 11px 9.8%;
    }
    #footer .footer-main .copy {
        float: none;
        height: auto;
        margin-top: 36px;
        font-size: 12px;
        letter-spacing: .3px;
    }
    .footer-content .footer-left h4,
    .footer-content .footer-right h4 {
        font-weight: normal;
    }
    .footer-content .footer-left h4,
    .footer-content .footer-right h4 {
        margin-bottom: 16px;
    }
    .footer-content .footer-left p {
        margin-bottom: 10px;
    }
    body.no-touch #header .menu-container #menu-main-menu>li:hover ul {
        display: none;
    }
    body.no-touch #header .menu-container #menu-main-menu>li.open ul {
        /* position: absolute; */
        z-index: 2;
        display: block;
        width: 100%;
        box-sizing: content-box;
        text-align: left;
        position: relative;
    }
    #header .menu-container .header-btn {
        position: relative;
    }
    #header .menu-container li a:after {
        display: none;
    }
}

@media all and (max-width: 767px) {
    body,
    input,
    textarea {
        font-size: 15px;
        line-height: 23px;
    }
     .mobile-only,
    .footer-bottom .mobile-only,
    #cover .mobile-only,
    #page-wrapper .mobile-only,
    #footer .mobile-only {
        display: block;
    }
     .desktop-only,
    #cover .desktop-only,
    #page-wrapper .desktop-only,
    #footer .desktop-only {
        display: none!important;
    }
    .pollo-main-title {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 4.77px;
    }
    .pollo-draw-btn {
        min-width: 200px;
        padding: 15px;
        font-size: 14px;
        line-height: 16px;
    }
    #header {
        position: fixed;
        z-index: 3;
        padding: 14px 0;
        background: #fff;
    }
    #header>.site-width {
        padding: 0 18px;
    }
    #header .logo img {
        max-width: 150px;
    }
    #cover.homepage {
        height: 485px;
        /* margin-top: 0; */
        margin-top: 64px;
        padding-top: 20px;
    }
    #cover.homepage .cover-content {
        /* padding-bottom: 50px; */
    }
    #cover.homepage .cover-content .cover-txt {
        height: 115px;
    }
    #cover.homepage .pollo-more-btn {
        margin-top: 24px;
    }
    #cover.homepage .icon-wrapper {
        bottom: 0;
    }
    #cover.homepage .icon-wrapper img {
        width: 130px;
        height: auto;
    }
    #cover.homepage .need-help {
        display: none;
    }
    #cover.homepage .pollo-draw-btn {
        margin-top: 40px!important;
    }
    .homepage {
        padding: 20px 0 60px;
    }
    .homepage .enjoy-strip .pollo-main-title {
        margin-bottom: 19px;
    }
     .enjoy-strip {
        margin-bottom: 33px;
    }
     .enjoy-strip .enjoy-items .item {
        width: 100%;
        height: 302px;
    }
     .enjoy-strip .enjoy-items .item .item-img {
        height: 206px;
    }
     .enjoy-strip .enjoy-items .item .item-details {
        height: auto !important;
        padding: 15px;
    }
     .enjoy-strip .enjoy-items .item .item-details .shown {
        height: auto !important;
    }
     .enjoy-strip .enjoy-items .item .item-details .item-title {
        padding-bottom: 11px;
        font-size: 24px;
        letter-spacing: 5px;
    }
     .enjoy-strip .enjoy-items .item .item-details .item-title:after {
        width: 32px;
        margin-left: -16px;
    }
     .enjoy-strip .enjoy-items .item .item-details .item-subtitle {
        margin-top: 9px;
        font-size: 14px;
    }
     .enjoy-strip .enjoy-items .item+.item {
        margin-left: 0;
        margin-top: 18px;
    }
    .homepage #go-ahead-slider-wrapper {
        margin-top: 17px;
    }
    #go-ahead-slider-wrapper .go-slider {
        height: 316px;
        margin-right: 0;
    }
    #go-ahead-slider-wrapper .go-slider:after {
        display: none;
    }
    #go-ahead-slider-wrapper .slides .slide {
        width: 255px;
        height: 255px;
    }
    #go-ahead-slider-wrapper .go-slider .slides {
        margin-right: calc( -1*((765px / 2) - (100vw / 2)));
        margin-left: auto;
    }
    #go-ahead-slider-wrapper .go-slider .controls .arrow.next {
        right: 10px;
    }
    #go-ahead-slider-wrapper .go-slider .controls .arrow.prev {
        display: block;
        left: 10px;
        transform: scaleX(-1);
    }
    .homepage .go-ahead {
        margin-bottom: 50px;
    }
    .homepage .go-ahead .pollo-draw-btn {
        min-width: 260px;
        margin-top: 5px;
    }
    .homepage .products-strip {
        padding-bottom: 9px;
    }
    .homepage .products-strip .items-wrapper {
        transform: none;
        width: auto;
        max-width: none;
        margin-left: -3.5%;
    }
     .products-strip .items-wrapper .item {
        width: 46.5%;
        min-width: 0;
        height: 37vw;
        margin-left: 3.5%;
        margin-bottom: 68px;
    }
     .products-strip .items-wrapper .item .pollo-tag {
        min-width: 90px;
        margin-top: 10px;
        padding: 3px 6px;
        font-size: 8px;
        letter-spacing: 0.5px;
    }
     .products-strip .items-wrapper .item .product-title {
        display: block;
        margin: 0 6px 0;
        font-size: 12px;
        line-height: 26px;
    }
     .products-strip .pollo-draw-btn {
        display: none;
    }
    .homepage .pollo-draw-btn.explore-btn-wrapper {
        display: flex;
        width: 260px;
        min-width: 260px;
    }
    .homepage .products-strip .pollo-draw-btn+.pollo-draw-btn {
        margin: 20px auto 0;
    }
     .products-strip .explore-btn-wrapper .btn-txt {
        color: #000;
    }
    .homepage .tec-section {
        height: auto;
        padding: 50px 0 40px;
        background-size: auto calc( 100% + 240px);
    }
    .homepage .tec-section>.site-width {
        padding: 0;
    }
    .homepage .tec-section .desc-wrapper {
        width: auto;
        padding: 0 30px;
    }
    .homepage .tec-section .desc-wrapper .txt-wrapper {
        margin-top: 12px;
    }
    .homepage .tec-section .desc-wrapper .txt-wrapper .txt {
        letter-spacing: 0.6px;
    }
    .homepage .tec-section .tec-item-wrapper {
        margin-top: 31px;
    }
    .homepage .tec-section .tec-item-wrapper .a-tec-item {
        padding: 20px 30px;
    }
    .homepage .tec-section .pollo-draw-btn.explore-btn-wrapper {
        margin: 29px auto 0;
    }
    .homepage .stay-updated {
        /* margin: 0 -15px; */
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .homepage .stay-updated .pollo-inner-slider {
        /* margin-top: 20px; */
    }
    .pollo-inner-slider .slides {
        height: 64vw;
    }
    .pollo-inner-slider .slides .slide .main-img {
        float: none;
        width: 100%;
        height: 42.7vw;
    }
    .pollo-inner-slider .slides .slide .main-img .video-icon-wrapper img {
        width: 98px;
        height: auto;
    }
    .pollo-inner-slider .slides .slide .other-imgs {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .pollo-inner-slider .slides .slide .other-imgs .img-wrapper {
        float: left;
        height: 19vw;
        width: 32.5%;
    }
    .pollo-inner-slider .slides .slide .other-imgs .img-wrapper+.img-wrapper {
        margin-left: 1%;
    }
    .pollo-inner-slider .slides .slide .other-imgs .img-wrapper .video-icon-wrapper img {
        width: 40px;
        height: 40px;
    }
    .homepage .stay-updated .pollo-inner-slider .controls {
        margin-top: 10px;
    }
    .homepage .stay-updated .pollo-inner-slider .controls .pollo-arrow-btn.prev {
        margin-right: 20px;
    }
    .homepage .stay-updated .slides-desc {
        height: 285px;
        margin: 24px 15px 0;
    }
    .homepage .stay-updated .slides-desc .polo-sub-title {
        margin-right: 10px;
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 1.3px;
    }
     .form-strip {
        margin: 33px -15px 0;
    }
     .form-strip .testimonials-col {
        height: 320px;
    }
    .visual-testi-slider .slides .slide .item-content {
        left: 13px;
        bottom: 61px;
        max-width: 85%;
    }
    .pollo-quote blockquote {
        font-size: 20px;
        line-height: 26px;
    }
    .visual-testi-slider .slides .slide .item-content blockquote:before {
        font-size: 85px;
    }
    .visual-testi-slider .slides .slide.pollo-quote .bg-img img {
        /* top: 0;
		left: 0;
		transform: none; */
    }
    .visual-testi-slider .slides .slide .item-name {
        height: 48px;
        padding: 15px;
        font-size: 15px;
        letter-spacing: 2px;
    }
    .visual-testi-slider .slides .slide .item-content .item-author {
        font-size: 13px;
    }
    .visual-testi-slider .controls .pollo-arrow-btn {
        width: 30px;
        height: 30px;
    }
    .visual-testi-slider .controls .pollo-arrow-btn.next {
        right: 10px;
    }
     .form-strip .form-col .pollo-form {
        position: relative;
        margin-top: 20px;
        text-align: center;
    }
     .form-strip .form-col {
        margin: 32px 15px 0;
    }
     .form-strip .form-col .pollo-main-title {
        text-align: center;
    }
    .pollo-form .inputs-wrapper,
    .contact .form-strip .pollo-form .inputs-wrapper {
        float: none;
        width: 100%;
    }
    .pollo-form .inputs-wrapper+.inputs-wrapper,
    .contact .form-strip .pollo-form .inputs-wrapper+.inputs-wrapper {
        margin-left: 0;
    }
    .pollo-form .inputs-wrapper .input-wrapper {
        margin-bottom: 24px;
    }
    .pollo-form .inputs-wrapper input {
        padding-bottom: 17px;
    }
    .pollo-form .subscribe-wrapper {
        /* position: absolute;
		bottom: 69px; */
    }
    .pollo-form textarea {
        height: 122px;
        margin-top: 12px;
    }
    .pollo-form .submit-wrapper {
        margin-top: 97px;
    }
    body.mobile-open #header .menu-container {
        padding: 72px 15px 15px 15px;
    }
    #header .menu-container .header-btn {
        position: relative;
    }
    .pollo-inner-slider .pollo-img,
    .pollo-inner-slider .pollo-text {
        min-height: 227px;
        padding-top: 20px;
    }
    .stay-updated .stay-left-img {
        float: none!important;
        margin-top: 50px!important;
    }
    .stay-updated .stay-right-img {
        margin-top: 0!important;
    }
    .pollo-inner-slider .pollo-text h5 {
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 22px;
    }
    .pollo-inner-slider .pollo-text h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .pollo-inner-slider .pollo-text span {
        margin-bottom: 20px;
    }
    .state-content .write-content {
        text-align: center;
    }
    .state-content .write-content h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .form-content .site-width .mobile-title h2 {
        font-size: 36px;
        color: #333333;
        line-height: 42px;
        margin-top: 42px;
        margin-bottom: 22px;
        text-align: center;
    }
    .form-content .img-left {
        margin-top: 50px;
        height: 236px!important;
    }
    .form-content .form-left p {
        font-size: 18px;
        margin-bottom: 28px;
    }
    .form-content .form-left {
        padding: 30px;
        padding-left: 50px;
    }
    .form-content .form-left small,
    .form-content .remark {
        font-size: 14px;
        line-height: 20px;
    }
    .form-content .form-btn {
        text-align: center;
    }
    .footer-content .footer-right {
        text-align: left;
        padding-top: 50px;
    }
    .footer-content .footer-right p {
        display: none;
    }
    .footer-content .footer-right .footer-qr>div {
        /* width: 28%; */
    }
    .footer-bottom p {
        max-width: 330px;
        padding: 22px 30px;
        text-align: left;
        line-height: 20px;
        font-size: 14px;
    }
     .enjoy-strip .enjoy-items .item .item-details .hidden p {
        font-size: 14px;
        line-height: 20px;
    }
     .enjoy-strip .enjoy-items .item .item-details .hidden .btn-block {
        margin-top: 30px;
    }
     .enjoy-strip .enjoy-items .item .item-details .hidden .btn-block a {
        background: #000;
        position: relative;
        width: 32px;
        height: 32px;
    }
     .enjoy-strip .enjoy-items .item .item-details .hidden .btn-block a img {
        position: absolute;
        top: 35%;
        left: 35%;
        width: 13px;
    }
     .enjoy-strip .enjoy-items .item .item-details .hidden .btn-block a:after {
        display: none;
    }
     .enjoy-strip .enjoy-items .item:hover .item-details {
        padding-top: 50px;
    }
    .tech-cover {
        background-image: url(../images/tel-background-m.jpg)!important;
    }
    .pollo-inner-slider .pollo-img {
        height: 210px!important;
    }
    .pollo-inner-slider .pollo-text {
        height: auto!important;
    }
    .pollo-inner-slider .tech-left-img {
        float: none!important;
        margin-top: 48px!important;
    }
    .pollo-inner-slider .tech-right-img .pollo-text {
        padding-top: 0;
    }
    .tech-footer {
        /* height: 444px; */
        text-align: center;
    }
    .tech-footer h3 {
        font-size: 36px;
        line-height: 42px;
        /* padding-top: 50px; */
        padding-bottom: 20px;
    }
    .tech-footer p {
        font-size: 16px;
        line-height: 28px;
    }
    .tech-footer img {
        height: auto;
        width: 100%;
    }
    .tech-footer .img-block {
        padding-top: 85px;
        padding-left: 30px;
        padding-right: 30px;
    }
    #cover.media-center-cover {
        background-image: url(../images/media_center_m.jpg)!important;
    }
    .media-center-content .list-block {
        margin-top: 0!important;
    }
    .media-center-content .media-content .img-item {
        height: 211px;
    }
    .media-center-content .media-content .media-text {
        padding: 15px
    }
    .media-center-content .media-content .media-text h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .media-center-content .media-content .media-text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .media-center-content .overTwoLine {
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }
    .media-content .media-text a {
        font-size: 14px;
        line-height: 20px;
    }
    .go-page a {
        margin: 0 6px;
        width: 34px;
        height: 34px;
    }
    .media-detail-cover {
        background-image: url(../images/media_detail_m.jpg)!important;
        background-position: unset!important;
    }
    .media-detail-cover {
        /* height: 550px!important; */
        margin-top: 74px!important;
    }
    .media-detail,
    .verification-detail {
        top: -29px!important;
        padding: 30px 25px;
    }
    .media-detail img {
        width: 95%!important;
        height: auto!important;
    }
    .brand-product-cover {
        background-image: url(../images/home-product-center_m.jpg)!important;
        background-position: unset!important;
    }
    .brand-product-cover h1 {
        padding-top: 122px!important;
    }
    .brand-product-cover .cover-txt {
        height: auto!important;
    }
    .products-list .product-item {
        margin-bottom: 20px;
    }
    .brand-product-content .nav li a {
        font-size: 16px;
        padding: 16px 0;
        width: 96px;
        text-align: center;
    }
    .brand-product-content .nav li:first-child {
        padding-right: 32px!important;
    }
    .brand-product-content .nav li:last-child {
        padding-left: 32px!important;
    }
    .products-list .product-item .title {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 0;
        letter-spacing: 0px;
    }
    .products-list>.row>div:nth-child(odd) {
        padding-right: 8px;
    }
    .products-list>.row>div:nth-child(even) {
        padding-left: 8px;
    }
    .brand-product-content .nav {
        margin-bottom: 30px;
    }
    .products-list .product-item .overlay .overlay-title {
        font-size: 12px;
        margin-top: 12px;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .products-list .product-item .overlay .overlay-filter .overlay-txt {
        font-size: 14px;
        line-height: 20px;
        top: 63%!important;
    }
    .products-list .product-item .overlay .btn-block {
        top: 79%;
    }
    .products-list .product-item .overlay .overlay-filter .pollo-arrow-btn {
        width: 24px;
        height: 24px;
    }
    .products-list .product-item .overlay .overlay-filter .pollo-arrow-btn img {
        width: 11px;
        top: 36%;
        left: 32%;
        position: absolute;
    }
    #profession .img-item {
        height: 175px;
    }
    #profession .media-content .media-text {
        padding: 13px 14px;
    }
    #profession .media-content .media-text h5 {
        font-size: 18px;
        line-height: 24px;
    }
    #profession .media-content .media-text p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }
    #profession .mobile-profession {
        height: 100%;
        display: block;
        position: absolute;
        width: 100%;
        z-index: 1;
    }
    .profession-list .profession-item:hover .overlay {
        /* height: 0; */
    }
    .profession-modal .modal-dialog {
        margin: 110px 40px 40px 40px;
    }
    .profession-modal .modal-dialog .modal-content {
        background-color: #f5e6dd;
    }
    .profession-modal .modal-header {
        padding-bottom: 0;
    }
    .profession-modal .modal-header .close {
        opacity: 1;
    }
    .profession-modal .overlay-title {
        font-size: 24px;
        color: #333;
        line-height: 30px;
        font-weight: bold;
    }
    .profession-modal .line {
        width: 75px;
        height: 2px;
        background-color: #000;
        margin-top: 5px;
        margin-bottom: 20px;
        display: inline-block;
    }
    .profession-modal li {
        font-size: 14px;
        color: #333;
        line-height: 20px;
        margin-bottom: 20PX;
    }
    #header .menu-container .header-btn,
    #header .menu-container .header-btn .sub-menu {
        background: transparent;
    }
    #header .menu-container .header-btn.active {
        background: rgba(255, 255, 255, 0.65);
    }
    .tri-product-cover {
        background-image: url(../images/tripollar-product-center_m.jpg)!important;
        background-position: unset!important;
    }
    .tripollar-remark .title span {
        font-size: 18px;
    }
    .tripollar-remark ul {
        padding: 25px 0;
    }
    .tripollar-remark ul li h4,
    .tripollar-remark ul li span {
        font-size: 16px;
        line-height: 28px;
    }
    .brand-introduction-cover {
        /* background-image: url(../images/brand-introduction-center_m.jpg)!important; */
        background-image: url(../images/media_center_m.jpg)!important;
        background-position: unset!important;
    }
    .brand-introduction-cover .pollo-main-title {
        padding-top: 86px!important;
    }
    .brand-introduction-cover .video-btn-txt {
        position: relative;
        top: -5px;
    }
    .brand-introduction .pollo-inner-slider .pollo-right,
    .brand-introduction .pollo-inner-slider .pollo-left {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }
    .brand-introduction-left {
        float: unset!important;
        margin-top: 49px;
    }
    .brand-intro-con {
        padding-bottom: 50px!important;
    }
    .brand-swiper {
        margin-bottom: 50px!important;
    }
    .brand-banner {
        height: 250px;
    }
    .brand-banner h2 {
        font-size: 36px;
        line-height: 42px;
        top: 0.5em;
    }
    .brand-slide>h2 {
        font-size: 36px;
        line-height: 42px;
        margin-top: 50px;
    }
    .brand-swiper .swiper-wrapper {
        margin-top: 30px;
    }
    #video-modal .modal-dialog {
        margin: 0;
        margin-top: 200px;
    }
    .product-ver-cover {
        background-image: url(../images/product-verification-center_m.jpg)!important;
        background-position: unset!important;
    }
    .product-ver-cover .cover-content .cover-txt {
        height: auto!important;
    }
    .product-ver-cover .pollo-main-title {
        padding-top: 82px!important;
        margin-bottom: 2px!important;
    }
    .verification-detail .media-detail h3 {
        font-weight: normal;
        line-height: 28px;
    }
    .verification-detail .form-content form {
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .verification-detail .form-content form .pollo-draw-btn {
        width: auto!important;
    }
    .verification-footer {
        padding: 50px 15px;
        margin-top: -29px;
    }
    .verification-footer h2 {
        font-size: 36px
    }
    .verification-footer p {
        font-size: 16px;
    }
    .verification-footer .product-contact {
        width: 100%;
    }
    .verification-footer .product-contact .product-left,
    .verification-footer .product-contact .product-right {
        float: unset;
        display: block;
    }
    .verification-footer .product-contact>div h4 {
        margin-top: 16px;
        margin-bottom: 10px;
    }
    .verification-footer .product-contact .product-left {
        margin-bottom: 45px;
    }
    .verification-footer .product-contact>div .detail {
        font-size: 18px;
    }
    #fail .modal-dialog,
    .again-success .modal-dialog,
    #success .modal-dialog {
        width: 80%;
        margin: auto;
        margin-top: 95px;
        margin-bottom: 95px;
    }
    #fail .modal-block,
    .again-success .modal-block {
        width: auto;
    }
    #fail .modal-dialog .close span,
    .again-success .modal-dialog .close span,
    #success .modal-dialog .close span {
        font-size: 42px;
    }
    #fail .modal-title .again-success .modal-title {
        font-size: 24px;
        line-height: 30px;
        margin-top: 50px;
    }
    #success .remark font {
        font-size: 18px;
        color: #666;
    }
    #fail ul .again-success ul {
        margin-bottom: 0;
    }
    #fail ul li,
    .again-success ul li {
        text-align: left;
        padding-left: 20px;
        margin-bottom: 36px;
    }
    /* #fail ul li:last-child {
        margin-bottom: 0;
    } */
    #fail ul li .fail-sys .again-success ul li .fail-sys {
        position: absolute;
        left: 15px;
    }
    #success .modal-header h4 {
        font-size: 24px;
    }
    #success .modal-body {
        width: auto
    }
    #success .modal-body .panel .panel-body {
        padding: 20px 12px;
        /* margin-left: -3px;
        margin-right: -3px; */
    }
    #success .modal-body .panel .panel-body p {
        font-size: 14px;
    }
    #success .modal-body .panel .panel-body p span.title {
        color: #666;
    }
    #success .modal-body a.pollo-draw-btn {
        padding: 15px 47px;
        margin-bottom: 20px;
    }
    .small-swiper .swiper-slide {
        width: 160px;
    }
    .tech-index-bg {
        background-image: url(../images/tech-bg-m.jpg)!important;
        min-height: 845px;
        /* background-position: unset!important; */
    }
    .tech-index-bg .tech-txt {
        font-size: 16px!important;
        line-height: 22px;
    }
    .tech-index-bg .item-title {
        font-size: 18px!important;
        line-height: 70px;
    }
    .tech-index-bg .tec-detail {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        opacity: 0.8;
        text-align: left;
        margin-top: 20px;
        display: block;
        margin-bottom: 12px;
        display: none;
    }
     .tec-section .tec-item-wrapper .a-tec-item:hover .tec-item img {
        filter: unset!important;
    }
    .tech-index-bg a.active .ws-arrow:before {
        transform: rotate(135deg);
    }
    .brand-story-cover {
        background-image: url(../images/brand-story-center-m.jpg)!important;
        background-position: unset!important;
    }
    .brand-story-swiper {
        opacity: 1!important;
        height: auto!important;
    }
    #brand-story .img-item,
    #brand-story .brand-story-swiper .profession-item .img-item {
        height: 316px;
        /* max-width: 90%; */
    }
    #profession .site-width {
        padding: 0;
    }
    .brand-story-swiper .swiper-slide {
        width: 230px;
        max-width: 95%;
    }
    #brand-story .profession-item {
        width: 100%;
        /* max-width: 90%; */
    }
    #brand-story .profession-item:hover,
    #brand-story .profession-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
     .enjoy-strip .enjoy-items .item .pollo-draw-btn.desktop-only {
        display: none!important;
    }
    #brand-story .brand-story-swiper .swiper-slide-active .profession-item {
        padding-top: 0;
        padding-bottom: 0;
    }
    #brand-story .brand-story-swiper .swiper-slide-active .profession-item .img-item {
        height: 346px;
    }
    #brand-story .overlay-filter {
        padding: 40px 15px!important;
    }
    #profession {
        padding: 50px 0!important;
    }
    .brand-story-content .pollo-inner-slider .pollo-img {
        height: 280px!important;
    }
    .brand-story-content .pollo-right {
        padding-top: 28px!important;
    }
    .brand-story-content .pollo-text h4 {
        font-size: 36px;
        line-height: 58px;
    }
    .brand-story-content .pollo-text p {
        margin-bottom: 35px;
    }
    .story-num .num>div {
        margin-bottom: 40px;
    }
    .story-num {
        padding-top: 0;
    }
    .stary-slide>h2 {
        font-size: 36px;
        line-height: 58px;
        margin-bottom: 45px;
    }
    .stary-slide .swiper-slide .year {
        font-size: 20px;
        line-height: 24px;
    }
    .stary-slide .swiper-slide {
        width: 205px;
    }
    .stary-slide .swiper-slide .slide-block>div {
        min-height: 340px;
    }
    .stary-slide .swiper-slide .slide-block>div h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .stary-slide .swiper-slide .slide-block>div p {
        font-size: 14px;
    }
    .change-brand {
        background-image: url(../images/stary-center-m.jpg)!important;
    }
    .brand-story-section .story-detail {
        display: none;
    }
    .brand-story-section .story-sec-item:first-child .story-detail {
        display: block;
    }
    .brand-story-section .story-sec-item {
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0 20px;
        position: relative;
    }
    .brand-story-section .story-sec-item .title {
        font-size: 18px;
        line-height: 58px;
    }
    .change-brand {
        min-height: 529px!important;
        height: auto!important;
    }
    .story-arrow {
        position: absolute;
        right: 20px;
        top: 18px;
    }
    .story-arrow:before {
        content: "";
        display: inline-block;
        position: relative;
        width: .8em;
        height: .8em;
        border-right: 0.1em solid #fff;
        border-top: 0.1em solid #fff;
        transform: rotate( 45deg) translateX(-1px) translateY(1px);
    }
    .brand-story-section .story-sec-item.active .story-arrow:before {
        display: none;
    }
    .brand-story-section .story-detail h4 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .brand-story-section .story-detail .line {
        width: 107px;
        height: 3px;
        display: inline-block;
        background: #fff;
        margin-bottom: 20px;
    }
    .brand-story-section .story-detail p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .change-brand {
        padding: 40px 0;
    }
    .brand-story-swiper {
        padding-bottom: 40px!important;
    }
    .index-cover .cover-content .cover-txt,
    .page-cover .cover-content .cover-txt {
        height: auto!important;
    }
    #profession.brand-profession-list {
        padding-top: 0!important;
    }
    #profession.brand-profession-list .site-width {
        padding: 0 30px!important;
    }
    .verification-detail .media-detail img {
        width: 100%!important;
    }
    .footer-content .footer-left h4 img,
    .footer-content .footer-right h4 img {
        /* width: 18px */
    }
    #certificate .modal-header .close {
        font-size: 27px;
    }
    #certificate .logo {
        margin-top: -15px;
        height: 41px;
    }
    #certificate .modal-dialog {
        width: 340px;
    }
    #certificate .c-header h1 {
        font-size: 36px;
        color: #010101;
        margin-top: 30px;
    }
    #certificate .c-header h4 {
        font-size: 16px;
        color: #221815;
        margin-top: 17px;
    }
    #certificate .c-detail {
        margin-left: 45px;
        margin-bottom: 111px;
    }
    #certificate .cer-img {
        margin-top: 64px;
        margin-bottom: 64px;
    }
    #certificate .c-img {
        width: 171px;
        height: 180px;
        padding: 6px;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #certificate .c-img>div {
        width: 160px;
        height: 167px;
    }
    #certificate .c-detail>div {
        margin-bottom: 18px;
    }
    #certificate .c-detail span {
        color: #6b6967;
        font-size: 13px;
    }
    #certificate .c-detail font {
        color: #101010;
        font-size: 13px;
        font-weight: bold;
    }
    #certificate .c-footer h4 {
        font-size: 20px;
        color: #000;
        margin-top: 49px;
        margin-bottom: 10px;
        border-bottom: 1px solid #000;
        padding: 0 8px 9px 8px;
        display: inline-block;
    }
    #certificate .c-footer span {
        font-size: 16px;
        color: #000;
        display: block;
        margin-bottom: 38px;
    }
    .state-content {
        height: 340px;
    }
    .state-content .write-content {
        margin-top: 72px!important;
    }
    .form-modal .modal-content h2 {
        font-size: 24px;
    }
    .form-modal .modal-content p {
        font-size: 16px;
        line-height: 28px;
    }
    .form-modal .modal-footer>a {
        width: 200px;
        margin-bottom: 50px;
    }
}

.header-placeholder {
    width: 100%;
    height: 74px;
    line-height: 74px;
}

@media all and (max-width: 767px) {
    .header-placeholder {
        height: 64px;
    }
    #header .logo img {
        top: -10px;
        left: 12px;
    }
    .brand-product-content .nav.fix-nav {
        top: 64px;
    }
}

.page-cover {
    position: relative;
    width: 100%;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    margin-top: 74px;
}

body.touch .page-cover {
    background-attachment: scroll;
}

.page-cover:before {
    content: "";
    position: absolute;
    top: 0;
    width: 59%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(74, 74, 74, .5) 100%);
}

.page-cover.single-tech:before,
.page-template-page-treatments .page-cover:before {
    width: 75%;
}

@media (max-width: 1380px) {
    .page-cover .site-width {
        height: 100%;
    }
}

.page-cover .cover-content {
    width: 62%;
    /* padding-top: 65px; */
    letter-spacing: 1.13px;
}

.page-cover.main .cover-content {
    width: 41%;
    padding-top: 116px;
}

.page-cover .cover-content .pollo-main-title span {
    display: inline-block;
    vertical-align: middle;
}

.page-cover .cover-content .title-icon-box img {
    width: 83px;
    height: 83px;
    filter: brightness(100);
}

@media all and (max-width: 767px) {
    .page-cover .cover-content .title-icon-box img {
        width: 61px;
        height: 61px;
    }
    .page-cover .cover-content .title-icon-box {
        position: relative;
        top: 10px;
    }
}

@media all and (max-width: 374px) {
    .page-cover .cover-content .pollo-main-title {
        font-size: 27px;
    }
}

.page-cover .cover-content .small-cover-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.33px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 22px;
}

@media all and (max-width: 1023px) {
    .page-cover .cover-content .icon-wrapper.open {
        margin-top: 6% !important;
        transition: all 0.4s ease-in-out 0s;
    }
}

.page-cover .cover-content .cover-txt {
    color: #FFF;
    letter-spacing: 1.13px;
    line-height: 26px;
    /* text-shadow: 0 2px 9px rgba(0, 0, 0, 0.4); */
    margin-top: 8px;
    font-weight: 400 !important;
}

.page-cover.black-txt .cover-content .cover-txt {
    color: #000;
}

.page-cover.main .cover-content .cover-txt {
    margin-top: 9px;
}

.page-cover.main .cover-content .icon-wrapper {
    margin-top: 27%;
}

.page-cover .cover-content .cover-btn {
    width: 209px;
    height: 40px;
    border: 1px solid #fff;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.73px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 32px;
    padding-top: 10px;
}

@media all and (min-width: 768px) {
    .page-cover .pollo-more-btn {
        display: none;
    }
}

.explore-btn-wrapper {
    height: 40px;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 38px auto;
    text-decoration: none;
}

.page-cover#home-lobby .pollo-draw-btn {
    height: 40px;
    width: 209px;
    min-width: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-decoration: none;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.73px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

.pollo-draw-btn.white-btn {
    color: #FFF;
    text-align: center;
}

@media all and (max-width: 767px) {
    .partner-zone-btn-wrapper {
        width: 147px;
    }
    .btn-txt {
        font-size: 13px;
        letter-spacing: 0.63px;
        line-height: 16px;
    }
}


/* ----------lobby-pop-up----------------- */

.lobby-pop-up {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    top: 0px;
    opacity: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
}

.lobby-pop-up.pop-up-active {
    opacity: 1;
    visibility: visible;
}

.lobby-pop-up .pop-up-content .x-wrapper {
    position: absolute;
    right: -52px;
    top: -52px;
}

.lobby-pop-up .pop-up-content .x-wrapper .ws-x-btn {
    border: 1px solid #fff;
}

.lobby-pop-up .pop-up-content .x-wrapper .ws-x-btn:before,
.lobby-pop-up .pop-up-content .x-wrapper .ws-x-btn:after {
    background-color: #fff;
}

.lobby-pop-up .pop-up-filter {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.lobby-pop-up .pop-up-content {
    height: 518px;
    width: 721px;
    background-color: #F1F8FF;
}

.lobby-pop-up .pop-up-content .pop-up-title {
    text-align: center;
    margin-top: 70px;
}

.lobby-pop-up .pop-up-content .pop-up-title .title {
    font-family: "Codec Warm Trial";
    font-size: 55px;
    letter-spacing: 7.5px;
    line-height: 68px;
    text-transform: uppercase;
}

.pop-up-form {
    margin-top: 73px;
}

.lobby-pop-up .pop-up-content .input-wrapper {
    margin-bottom: 21px;
    display: none;
}

.active-input {
    display: block !important;
}

.lobby-pop-up .pop-up-content .pop-up-form input[type="email"],
.lobby-pop-up .pop-up-content .pop-up-form input[type="text"],
.lobby-pop-up .pop-up-content .pop-up-form input[type="password"] {
    width: 76%;
    display: block;
    padding-bottom: 19px;
    border-bottom: 1px solid #000;
    background-color: inherit;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0 auto;
}

.lobby-pop-up .pop-up-content .pop-up-form input[type="password"] {
    border: none;
    border-bottom: 1px solid #000;
}

.lobby-pop-up .pop-up-content .pop-up-form input[type="email"] {
    margin-bottom: 148px;
}

.lobby-pop-up .pop-up-content .pop-up-form input::-webkit-input-placeholder {
    color: #000;
    font-weight: 400;
}

.lobby-pop-up .pop-up-content .pop-up-form input.err {
    border-bottom: 3px solid #000;
}

.lobby-pop-up .pop-up-content .pop-up-form .error-response {
    position: absolute;
    color: #F77673;
    font-size: 13px;
    letter-spacing: 0.67px;
    line-height: 26px;
    margin-left: 85px;
    display: none;
}

.lobby-pop-up .pop-up-content .pop-up-form .f-pass {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.93px;
    line-height: 26px;
    margin-left: 85px;
    display: inline;
    cursor: pointer;
}

.lobby-pop-up .pop-up-content .pop-up-form .submit-wrapper {
    height: 40px;
    width: 141px;
    background-color: #C2CBD3;
    margin: 33px auto;
    text-align: center;
}

.lobby-pop-up .pop-up-content .pop-up-form .submit-wrapper input[type="submit"] {
    border-radius: 19.5px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.73px;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}


/* ---------------------------end-lobby-pop-up------------------------------------------- */


/* ----------------experts-slider------------------ */

.experts-slider {
    height: 594px;
    width: 100%;
    background-color: #F1F8FF;
    margin-top: 116px;
}

@media all and (max-width: 767px) {
    .technology-lobby .experts-slider {
        margin-top: 50px;
    }
    .technology-lobby .experts-slider .m-slider#exp .items-wrapper {
        margin-left: 0;
    }
    .technology-lobby .experts-slider .m-slider#exp .items-wrapper .item {
        width: 358px;
    }
}

.experts-slider .ex-title-box {
    padding-top: 58px;
}

.experts-slider .ex-title-box .ex-title {
    color: #000;
    font-family: "Codec Warm Trial News";
    font-size: 55px;
    letter-spacing: 7.5px;
    line-height: 68px;
    text-align: center;
    text-transform: uppercase;
}

.experts-slider .m-slider#exp {
    width: 95%;
}

.experts-slider .m-slider#exp .ws-arrow.forward {
    right: 4%;
    bottom: -4vw;
}

.experts-slider .m-slider#exp .ws-arrow.back {
    right: 4%;
    bottom: -4vw;
    margin-right: 3%;
}

.experts-slider .m-slider#exp .count {
    right: 4%;
    bottom: -4.2vw;
    margin-right: 5.5%;
}

@media (max-width: 767px) {
    .experts-slider .m-slider#exp .ws-arrow.forward {
        right: 15%;
        bottom: -13vw;
    }
    .experts-slider .m-slider#exp .ws-arrow.back {
        right: 15%;
        bottom: -13vw;
        margin-right: 8%;
    }
    .experts-slider .m-slider#exp .count {
        right: 15%;
        bottom: -13.4vw;
        margin-right: 17%;
    }
}

.experts-slider .items-wrapper {
    margin-left: 13%;
}

.experts-slider .m-slider#exp .items-wrapper .item {
    margin-right: 135px;
    opacity: 0.2;
    padding-left: 8px;
    width: 708px;
}

.experts-slider .m-slider#exp .items-wrapper .item.active-number {
    opacity: 1;
}

.experts-slider .items-wrapper .item .desc-box {
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.experts-slider .items-wrapper .item .desc-box .quat {
    color: #000;
    font-family: "Bodoni Std";
    font-size: 106px;
    font-weight: normal;
    letter-spacing: 6.6px;
    line-height: 80px;
    margin-bottom: -34px;
    margin-left: -10px;
    margin-top: -4px;
}

.experts-slider .items-wrapper .item .desc-box .desc {
    color: #000;
    font-family: "Bodoni Std";
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1.22px;
    line-height: 33px;
}

.experts-slider .items-wrapper .item .loader {
    height: 3px;
    width: 15px;
    background-color: #000;
    margin-top: -24px;
}

.experts-slider .items-wrapper .item .name-tag-box {
    margin-top: 21px;
}

.experts-slider .items-wrapper .item .name-tag-box .name-tag {
    letter-spacing: 1.13px;
}

.experts-slider .items-wrapper .item .name-tag-box .exp-tag {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
}


/* .experts-slider .controllers-box {
  margin-right: 3.9%;
  float: right;
  margin-top: 53.1px;
  text-align: right;
} */


/* .experts-slider .controllers-box .count {
  opacity: 0.3;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.67px;
  display: inline;
  margin-right: 11px;
}

.experts-slider .ws-arrow {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 0;
  display: inline;
} */


/* .experts-slider .ws-arrow:before {
  width: .8em;
  height: .8em;
  border-color: #000;
  transform: rotate(135deg) translateX(-1px) translateY(1px);
} */

.experts-slider .ws-arrow.back:before {
    transform: rotate(-135deg) translateX(-1px) translateY(1px);
    margin-left: 4px;
    cursor: pointer;
}

.experts-slider .ws-arrow.forward:before {
    transform: rotate(45deg) translateX(-1px) translateY(0px);
    margin-left: 34px;
    cursor: pointer;
}

@media all and (max-width: 767px) {
    .experts-slider .ex-title-box .ex-title {
        font-size: 35px;
        letter-spacing: 3.87px;
        line-height: 41px;
    }
    .experts-slider .items-wrapper .item .desc-box .quat {
        font-size: 84.8px;
        letter-spacing: 5.28px;
    }
    .experts-slider .items-wrapper .item .desc-box .desc {
        font-size: 20px;
        letter-spacing: 1.24px;
        line-height: 26px;
    }
    .experts-slider .items-wrapper .item {
        margin-right: 135px;
        opacity: 0.2;
        padding-left: 18px;
        width: 349px;
    }
}

@media (max-width: 320px) {
    .experts-slider .items-wrapper .item {
        margin-right: 135px;
        opacity: 0.2;
        padding-left: 20px;
        width: 308px;
    }
}


/* ------####---end-experts-slider---###---------- */

@media all and (max-width: 767px) {
    .page-cover {
        height: 490px;
    }
    .page-cover .cover-content .small-cover-title {
        margin-bottom: 15px;
    }
    .page-cover .cover-content {
        width: auto;
        /* padding: 0px 0px 100px 0; */
        position: absolute;
        left: 30px;
        right: 30px;
        top: 18px;
    }
    .page-cover .cover-content>img {
        margin-top: 0!important;
    }
    .media-center .pollo-main-title {
        font-size: 36px;
        line-height: 42px;
    }
    .page-cover.main .cover-content {
        width: auto;
    }
    .page-cover .cover-content .cover-txt {
        opacity: 1;
        text-shadow: none;
        font-size: 16px!important;
        line-height: 28px;
        margin-top: 18px;
        float: left;
    }
    .page-cover .cover-content .cover-btn {
        width: 147px;
        font-size: 13px;
        letter-spacing: 0.63px;
        line-height: 16px;
        text-align: center;
        margin-left: 0px;
        margin-top: 22px;
    }
    .page-cover .cover-content .icon-wrapper .cover-icon {
        width: 129px;
        height: 43px;
    }
    .page-cover .cover-content .icon-wrapper {
        margin-top: 180px;
        transition: all 0.4s ease-in-out 0s;
    }
    #cover .icon-wrapper,
    .page-cover .icon-wrapper {
        margin-bottom: 45px;
    }
    .page-cover.main .cover-content .icon-wrapper {
        margin-top: 10.5%;
    }
    /* -----------pop-up-mobile-max-767-------------- */
    .lobby-pop-up .pop-up-content .x-wrapper {
        right: 0px;
        top: -65px;
    }
    .pop-up-content.trnsf-center {
        width: 92%;
        height: 405px;
    }
    .lobby-pop-up .pop-up-content .pop-up-title {
        margin-top: 48px;
    }
    .lobby-pop-up .pop-up-content .pop-up-title .title {
        font-size: 35px;
        letter-spacing: 4.77px;
        line-height: 41px;
        text-align: center;
    }
    .pop-up-form {
        margin-top: 35px;
    }
    .lobby-pop-up .pop-up-content .pop-up-form input[type="email"],
    .lobby-pop-up .pop-up-content .pop-up-form input[type="text"],
    .lobby-pop-up .pop-up-content .pop-up-form input[type="password"] {
        width: 91%;
        font-size: 13px;
        padding-bottom: 16px;
    }
    .lobby-pop-up .pop-up-content .pop-up-form .f-pass {
        margin-left: 4.5%;
    }
}


/* -------------------------------------m-slider-genral-css--------------------------------------- */

.m-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.m-slider .overflow-slider {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.m-slider .items-wrapper {
    width: 9999px;
    position: relative;
}

.m-slider .items-wrapper .item {
    float: left;
    position: relative;
    /* cursor: pointer; */
}

.m-slider .items-wrapper .item>img {
    width: 100%;
    max-width: 100%;
    cursor: zoom-in;
    transition: all .4s ease-in-out;
}

.m-slider .items-wrapper .item>img:hover {
    transform: scale(1.1);
}

.m-slider .ws-arrow {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 0;
    display: inline-block;
}

.m-slider .ws-arrow:before {
    width: .8em;
    height: .8em;
    border-color: #000;
    transform: rotate(135deg) translateX(-1px) translateY(1px);
}

.m-slider .ws-arrow.back:before {
    transform: rotate(-135deg) translateX(-1px) translateY(1px);
    margin-left: 4px;
    cursor: pointer;
}

.m-slider .ws-arrow.forward:before {
    transform: rotate(45deg) translateX(-1px) translateY(0px);
    /* margin-left: 34px; */
    cursor: pointer;
}

.m-slider .ws-arrow.back {
    position: absolute;
    right: 5%;
    bottom: 2.9vw;
    margin-right: 10%;
}

.m-slider .ws-arrow.forward {
    position: absolute;
    right: 5%;
    bottom: 2.9vw;
}

.m-slider .count {
    position: absolute;
    width: 60px;
    right: 5%;
    bottom: 2.7vw;
    margin-right: 16%;
    font-size: 13px;
    letter-spacing: 0.67px;
    opacity: 0.3;
    text-align: right;
}

@media all and (max-width: 767px) {
    .m-slider .ws-arrow.back {
        right: 29px;
        bottom: 5.9vw;
        margin-right: 17.5%;
    }
    .m-slider .ws-arrow.forward {
        right: 29px;
        bottom: 5.9vw;
    }
    .m-slider .count {
        right: 29px;
        bottom: 5vw;
        margin-right: 31.5%;
    }
}


/* ---- */


/* --twentytwenty-Slider-- */

 .split-img {
    height: 44.4vw;
    width: 100%;
    overflow: hidden;
}

 .split-img .twentytwenty-container .img {
    width: 100%;
    height: 44.4vw;
    position: absolute;
    background-size: cover;
    background-position: center;
}

 .twentytwenty-before-label:before,
 .twentytwenty-after-label:before {
    color: #FFF;
    font-family: "Codec Warm Trial";
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1.9px;
    line-height: 38px;
    text-align: right;
    text-transform: uppercase;
    background: transparent;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    font-variant: no-common-ligatures;
}

 .twentytwenty-horizontal .twentytwenty-before-label:before,
 .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 51.6%;
}

 .twentytwenty-horizontal .twentytwenty-before-label:before {
    left: -147.8%;
}

 .twentytwenty-horizontal .twentytwenty-after-label:before {
    right: -127.8%;
}

 .twentytwenty-horizontal .twentytwenty-handle:before,
 .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 2px;
    left: 50%;
    margin-left: -1.5px;
}

 .twentytwenty-horizontal .twentytwenty-handle:before {
    height: 683%;
    bottom: -68%;
}

 .twentytwenty-horizontal .twentytwenty-handle:after {
    height: 75%;
}

@keyframes before-after {
    0% {
        transform: translateX(3px);
    }
    5% {
        transform: translateX(0px);
    }
    10% {
        transform: translateX(3px);
    }
    15% {
        transform: translateX(0px);
    }
    20% {
        transform: translateX(3px);
    }
    25% {
        transform: translateX(0px);
    }
    30% {
        transform: translateX(3px);
    }
    35% {
        transform: translateX(0px);
    }
    40% {
        transform: translateX(3px);
    }
    45% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(0px);
    }
}

 .twentytwenty-handle {
    height: 40px;
    width: 110px;
    margin-left: -55px;
    border: 1px solid white;
    border-radius: 0;
    top: 83%;
}

 .split-img.anim .twentytwenty-handle {
    animation-name: before-after;
    animation-duration: 2s;
    animation-iteration-count: 2;
}

 .twentytwenty-horizontal .twentytwenty-handle .ws-arrow {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 0;
    display: inline;
}

 .twentytwenty-horizontal .twentytwenty-handle .ws-arrow:before {
    width: .8em;
    height: .8em;
    border-color: #fff;
    transform: rotate(135deg) translateX(-1px) translateY(1px);
}

 .twentytwenty-horizontal .twentytwenty-handle .ws-arrow.back:before {
    transform: rotate(-135deg) translateX(-1px) translateY(1px);
    margin-left: 4px;
    cursor: pointer;
}

 .twentytwenty-horizontal .twentytwenty-handle .ws-arrow.forward:before {
    transform: rotate(45deg) translateX(-1px) translateY(0px);
    margin-left: 34px;
    cursor: pointer;
}

 .twentytwenty-horizontal .twentytwenty-handle .ws-arrow.back {
    position: absolute;
    left: 23px;
    top: 13.5px;
}

 .twentytwenty-horizontal .twentytwenty-handle .ws-arrow.forward {
    position: absolute;
    right: 56px;
    top: 14.3px;
}

@media all and (max-width: 767px) {
     .twentytwenty-handle {
        border: 0px solid white;
        box-shadow: 0px 0px 0px rgba(51, 51, 51, 0.5);
    }
     .twentytwenty-before-label:before,
     .twentytwenty-after-label:before {
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.99px;
        line-height: 38px;
        text-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
    }
     .twentytwenty-horizontal .twentytwenty-before-label:before,
     .twentytwenty-horizontal .twentytwenty-after-label:before {
        top: 14.6%;
    }
     .twentytwenty-horizontal .twentytwenty-before-label:before {
        left: -27.8%;
    }
     .twentytwenty-horizontal .twentytwenty-after-label:before {
        right: -22.8%;
    }
     .twentytwenty-horizontal .twentytwenty-handle .ws-arrow.back {
        left: -30px;
        top: -3px;
    }
     .twentytwenty-horizontal .twentytwenty-handle .ws-arrow.forward {
        right: 9px;
        top: -1px;
    }
}


/* -------------------------------------------------------------------- */


/* inner-slider-genral-css */

.inner-slider {
    width: 100%;
    height: 432px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0px auto;
    overflow: hidden;
}

.inner-slider .main-img {
    width: 72%;
    float: left;
    position: relative;
}

.inner-slider .main-img .full-img {
    height: 100%;
    overflow: hidden;
}

.inner-slider .tag {
    height: 30px;
    width: 92px;
    background-color: #000;
    position: absolute;
    z-index: 2;
    left: 0.1vw;
    top: 2.1vw;
}

.inner-slider .tag .txt {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.58px;
    line-height: 15px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
}

.inner-slider .img-wrapper .tag {
    top: 1.4vw;
}

.inner-slider .main-img .full-img>img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: opacity .4s ease-in-out;
    height: 100%;
    width: auto;
}

body.single-products .inner-slider .main-img .full-img>img {
    min-width: 100%;
    min-height: 100%;
}

.inner-slider .small-imges-wrapper {
    width: 17%;
    float: left;
    margin-left: 1%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.inner-slider .small-imges-wrapper img {
    height: 100%;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.inner-slider .small-imges-wrapper .img-wrapper {
    height: 9.3vw;
    position: relative;
    cursor: pointer;
    opacity: 0.5;
    overflow: hidden;
    transition: opacity .3s ease-in-out;
}

body.single-products .inner-slider .small-imges-wrapper .img-wrapper {
    width: 100%;
    height: 137px;
}

body.single-products .inner-slider .small-imges-wrapper .img-wrapper img {
    height: auto;
    min-height: 100%;
    max-height: 100%;
}

.inner-slider .small-imges-wrapper .img-wrapper.active,
.inner-slider .small-imges-wrapper .img-wrapper:hover {
    opacity: 1;
}

.inner-slider .img-wrapper .video-icon-wrapper {
    z-index: 2;
    display: none;
}

.inner-slider .img-wrapper.video-item .video-icon-wrapper {
    display: block;
}

.inner-slider .img-wrapper .video-icon-wrapper img {
    width: 65px;
    height: 65px;
}

.inner-slider .main-img .full-img .video-icon-wrapper {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.inner-slider .main-img .full-img .video-icon-wrapper img {
    width: 143px;
    height: 143px;
}

.inner-slider .main-img .full-img.video-item .video-icon-wrapper {
    display: block;
}

.m-slider .item .desc-box {
    width: 73%;
    max-width: 100%;
    margin-left: 5.1%;
    margin-top: 3.7vw;
    margin-bottom: 1vw;
}

.m-slider .item .desc-box .desc-item {
    display: none;
}

.m-slider .item .desc-box .desc-item.active {
    display: block;
}

.m-slider .item .polo-sub-title {
    text-align: left;
}

.m-slider .item .desc {
    margin-bottom: 1.2vw;
    margin-top: 1.4vw;
}

@media all and (max-width: 767px) {
    .inner-slider {
        width: 100%;
        height: 50vh;
        display: unset;
    }
    .inner-slider .main-img {
        width: 100%;
        float: none;
    }
    .inner-slider .main-img .full-img>img {
        height: auto;
        width: 100%;
    }
    .inner-slider .tag {
        height: 16px;
        width: 70px;
    }
    .inner-slider .tag .txt {
        font-size: 8px;
        letter-spacing: 0.39px;
        line-height: 10px;
        text-align: center;
    }
    .inner-slider .small-imges-wrapper {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-left: 0;
        display: flex;
        justify-content: space-between;
    }
    .inner-slider .small-imges-wrapper .img-wrapper,
    body.single-products .inner-slider .small-imges-wrapper .img-wrapper {
        height: 70px;
        width: 32%;
        margin-top: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.5;
        overflow: hidden;
    }
    .inner-slider .small-imges-wrapper img {
        height: 18.9vw;
        width: auto;
    }
    .m-slider .item .desc-box {
        width: 100%;
        padding: 0 5%;
        max-width: 100%;
        margin-left: 0%;
        margin-top: 13.7vw;
    }
}


/* --------------- */


/* <!-------------------------------heads-up-slider- general-css-----------------------> */

.heads-up-wrapper {
    width: 100%;
    margin: 107px auto;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.heads-up-wrapper.anim {
    margin: 76px auto;
    opacity: 1;
}

.heads-up-wrapper .m-slider.heads-up {
    width: 86.1vw;
    max-width: 1239.7px;
    margin: 34px auto 104px;
    z-index: 1;
}

.heads-up-wrapper .m-slider.heads-up .item {
    height: 510px;
    width: 25.7vw;
    min-width: 255px;
    max-width: 370px;
    margin-right: 64.8px;
}

.heads-up-wrapper .m-slider.heads-up .img-wrapper {
    width: 100%;
    height: 300px;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    transition: all 0.2s ease-in-out;
}

.heads-up-wrapper .m-slider.heads-up .img-wrapper img {
    width: 100%;
    min-height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.heads-up-wrapper .m-slider.heads-up .img-wrapper:hover {
    padding-top: 0px;
    box-shadow: 7px 5px 16px rgba(0, 0, 0, 0.06);
}

.heads-up-wrapper .m-slider.heads-up .item.active-number .img-wrapper {
    padding-top: 0px;
    box-shadow: 7px 5px 16px rgba(0, 0, 0, 0.06);
}

.heads-up-wrapper .m-slider.heads-up .date-tag-box {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 92px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.heads-up-wrapper .m-slider.heads-up .date {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.44px;
    line-height: 11px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.heads-up-wrapper .m-slider.heads-up .content-wrapper {
    padding-top: 29px;
    width: 100%;
}

.heads-up-wrapper .m-slider.heads-up .title {
    font-family: "Codec Warm Trial News", sans-serif;
    font-size: 25px;
    letter-spacing: 2.5px;
    line-height: 32px;
    text-transform: uppercase;
    font-variant: no-common-ligatures;
}

.heads-up-wrapper .m-slider.heads-up .desc {
    letter-spacing: 0.48px;
    margin-top: 1.6vw;
}

.heads-up-wrapper .m-slider.heads-up .ws-arrow.forward {
    right: 0.6%;
    bottom: -3.8vw;
}

.heads-up-wrapper .m-slider.heads-up .ws-arrow.back {
    position: absolute;
    margin-right: 4.4%;
    right: 0.6%;
    bottom: -3.8vw;
}


/* //responsive heads-up-slider */

@media all and (max-width: 767px) {
    .site-width#heads-up {
        padding: 0;
    }
    .heads-up-wrapper .title-box {
        width: 80%;
        margin: 0 auto;
    }
    .heads-up-wrapper .m-slider.heads-up {
        width: 100%;
        margin: 33px auto 98px;
    }
    .heads-up-wrapper.anim {
        margin: 46px auto;
    }
    .heads-up-wrapper .m-slider.heads-up .items-wrapper {
        margin-left: -54.6vw;
    }
    .heads-up-wrapper .m-slider.heads-up .item {
        margin-right: 10px;
        height: 440px;
    }
    .heads-up-wrapper .m-slider.heads-up .img-wrapper {
        width: 100%;
        height: 190px;
    }
    .heads-up-wrapper .m-slider.heads-up .img-wrapper img {
        height: auto;
        width: 100%;
    }
    .heads-up-wrapper .m-slider.heads-up .date-tag-box {
        height: 16px;
        width: 74px;
    }
    .heads-up-wrapper .m-slider.heads-up .desc {
        margin-top: 3.6vw;
    }
    .heads-up-wrapper .m-slider.heads-up .pollo-more-btn {
        margin-top: 22px;
    }
    .heads-up-wrapper .m-slider.heads-up .ws-arrow.forward {
        right: 7.8%;
        bottom: -14.7vw;
    }
    .heads-up-wrapper .m-slider.heads-up .ws-arrow.back {
        right: 7.8%;
        bottom: -14.7vw;
        margin-right: 14.6%;
    }
}


/* --end heads-up-slider -- */


/* <!----------------------------------------.studies-wrapper.articles--> */

.studies-wrapper.articles {
    background-color: #fff;
    margin-top: 50px;
    padding: 0;
    background: #ffff;
}

.studies-wrapper.articles .s-items-wrapper {
    margin: 0 0%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.studies-wrapper.articles .s-items-wrapper.f-center {
    justify-content: center;
}

.studies-wrapper.articles .s-items-wrapper .s-item {
    width: 46.6%;
    min-width: 335px;
    position: relative;
    margin-bottom: 50px;
    opacity: 1;
}

.studies-wrapper.articles .s-items-wrapper .s-item .s-img-wrapper {
    height: 20.9vw;
    min-height: 162px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-top: 30px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.studies-wrapper.articles .s-items-wrapper .s-item .s-img-wrapper.anim {
    margin-top: 0px;
    opacity: 1;
}

.studies-wrapper.articles .s-items-wrapper .s-item .s-img-wrapper img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.studies-wrapper.articles .s-items-wrapper .s-item .content-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-left: 29px;
    margin-top: 60px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.studies-wrapper.articles .s-items-wrapper .s-item .content-wrapper.anim {
    margin-top: 0px;
    opacity: 1;
}

.studies-wrapper.articles .s-items-wrapper .s-item .desc-wrapper {
    width: 96%;
    margin-top: 2px;
}

.studies-wrapper.articles .bottom-content {
    margin: 31px 135px 0 28px;
    font-size: 13px;
    letter-spacing: 0.87px;
    line-height: 23px;
}

.studies-wrapper.articles a.by-a {
    text-decoration: none;
    color: black;
}

.studies-wrapper.articles a.by-a:hover {
    font-weight: 700;
}

.studies-wrapper.articles .social-icons-wrapper {
    position: absolute;
    right: 0;
    bottom: -1vw;
    width: 110px;
}

.studies-wrapper.articles .social-icons-wrapper a img {
    margin-right: 7%;
}


/* //responsive studies-wrapper.articles */

@media all and (max-width: 767px) {
    .studies-wrapper.articles {
        margin-top: 32px;
    }
    .studies-wrapper.articles .s-items-wrapper .s-item .s-img-wrapper {
        height: 55vw;
    }
    .studies-wrapper.articles .s-items-wrapper .s-item .s-img-wrapper img {
        width: auto;
        height: 100%;
    }
    .studies-wrapper.articles .s-items-wrapper .s-item .content-wrapper {
        margin-left: 0px;
    }
    .studies-wrapper.articles .s-items-wrapper .s-item .desc-wrapper {
        margin-top: 18px;
    }
    .studies-wrapper.articles .s-items-wrapper .content-wrapper .pollo-more-btn {
        margin-top: 11px;
    }
    .studies-wrapper.articles .bottom-content {
        margin: 23px 135px 0 0px;
    }
    .studies-wrapper.articles .social-icons-wrapper {
        bottom: 1vw;
    }
}


/* ######## DEBUG ########## */

body.debug>* {
    opacity: .7;
}

body.debug.homepage {
    background: url(debug/homepage.jpg) no-repeat top center;
    background-size: 1440px auto;
}

@media all and (max-width: 767px) {
    body.debug.homepage {
        background: url(debug/homepage-mobile.jpg) no-repeat top center;
        background-size: 375px auto;
    }
}

.page-cover#products .cover-content {
    padding-top: 89px;
}

.page-cover#products .cover-content .cover-txt {
    width: 46%;
}


/* ------Pop-Up------- */

.products .lobby-pop-up .pop-up-content {
    height: auto;
    width: 79.2%;
    padding-bottom: 70px;
    margin-top: 50px;
}

.products .lobby-pop-up .pop-up-content .input-wrapper {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 88.2%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-left: 18px;
    margin-bottom: 21px;
}

.products .lobby-pop-up .pop-up-content .pop-up-form {
    margin-top: 76px;
}

.products .lobby-pop-up .pop-up-content .pollo-form .subscribe-wrapper .checkbox-container,
.content .lobby-pop-up .pop-up-content .pollo-form .subscribe-wrapper .checkbox-container {
    padding-left: 48px;
}

.products .lobby-pop-up .pop-up-content .input-wrapper .size,
.content .lobby-pop-up .pop-up-content .input-wrapper .size {
    float: right;
    opacity: 0.3;
    margin-right: 1.9%;
    font-size: 17px;
    letter-spacing: 1.13px;
    line-height: 26px;
}

.products .lobby-pop-up .pop-up-content .input-wrapper .checkbox-container a,
.content .lobby-pop-up .pop-up-content .input-wrapper .checkbox-container a {
    text-decoration: none;
}

.products .lobby-pop-up .pop-up-content .input-wrapper .checkbox-container a img,
.content .lobby-pop-up .pop-up-content .input-wrapper .checkbox-container a img {
    vertical-align: middle;
}

.products .lobby-pop-up .pop-up-content .input-wrapper .checkbox-container a .file-name,
.content .lobby-pop-up .pop-up-content .input-wrapper .checkbox-container a .file-name {
    display: inline;
    font-size: 17px;
    letter-spacing: 1.13px;
    line-height: 26px;
    color: #000;
}

.products .lobby-pop-up .pop-up-content .pollo-form .subscribe-wrapper .checkmark,
.content .lobby-pop-up .pop-up-content .pollo-form .subscribe-wrapper .checkmark {
    width: 28px;
    height: 28px;
    top: 0px;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.products .lobby-pop-up .pop-up-content .pollo-form .subscribe-wrapper .checkmark::after,
.content .lobby-pop-up .pop-up-content .pollo-form .subscribe-wrapper .checkmark::after {
    top: 6px;
    left: 10px;
    border-width: 0 2px 2px 0;
}

.products .lobby-pop-up .pop-up-content .pop-up-form .submit-wrapper {
    height: 38px;
    width: 277px;
    margin: 52px auto;
}

.products .lobby-pop-up .pop-up-content .pop-up-form .submit-wrapper.active {
    background-color: #000;
}

.products .lobby-pop-up .pop-up-content .pop-up-form .submit-wrapper input[type="submit"] {
    line-height: 25px;
}


/* ------Pop-Up-responsive------ */

@media all and (max-width: 767px) {
    .products .lobby-pop-up .pop-up-content .input-wrapper .checkbox-container p {
        display: inline-block;
        width: 161px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .products .lobby-pop-up .pop-up-content {
        height: 500px;
        width: 90%;
        overflow: scroll;
    }
    .products .lobby-pop-up .pop-up-content .input-wrapper {
        position: unset;
    }
    .products .lobby-pop-up .pop-up-content .pop-up-title .title {
        letter-spacing: 2.77px;
    }
}


/* <!--strip-1-parala/slider--> */

.products .strip-one-wrapper {
    margin-top: 50px;
    position: relative;
}

.products .strip-one-wrapper .text-section-wrapper .text-box .pollo-more-btn {
    display: none;
}

.products .strip-one-wrapper .text-section-wrapper {
    width: 43%;
    float: left;
    padding-bottom: 30px;
}

.products .strip-one-wrapper .text-section-wrapper .text-box {
    margin-left: 45px;
    margin-top: 50px;
}

.products .strip-one-wrapper .text-box .title {
    margin-bottom: 16px
}

.products .strip-one-wrapper .pic-section {
    float: right;
    width: 43%;
    margin-top: -142px;
    position: relative;
}


/* <!--strip-2-Product Benefits--> */

.products .product-benefits-wrapper {
    width: 100%;
    min-height: 419px;
    margin-top: -15px;
    padding-top: 151px;
    background-color: #FAFDFF;
    text-align: center;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2)
}

.products.prof .product-benefits-wrapper {
    box-shadow: none;
}

.products .product-benefits-wrapper .item {
    display: inline-block;
    vertical-align: top;
    width: 174px;
    height: 174px;
    padding-top: 60px;
    margin: 0 3%;
}

.products .product-benefits-wrapper .txt {
    text-align: center;
    font-weight: 500;
    position: relative;
}

.products .product-benefits-wrapper .number {
    display: block;
    /* opacity: 0.5;	 */
    color: #F5E6DD;
    font-size: 60px;
    letter-spacing: 2.92px;
    line-height: 8px;
    text-align: center;
    font-weight: 500;
}


/* <!--strip-3-Easy peasy--> */

.products .easy-peasy-wrapper {
    width: 100%;
    min-height: 512px;
    background-color: #FAFDFF;
    background-color: #F5E6DD;
}

.products .easy-peasy-wrapper .title-box {
    padding-top: 60px;
}

.products .easy-peasy-wrapper .items-wrapper {
    margin-top: 60px;
    margin-left: -2.3%;
}

.products .easy-peasy-wrapper .item {
    width: 180px;
    height: 235px;
    float: left;
    margin-left: 9.9%;
    margin-bottom: 3vw;
}

.products .easy-peasy-wrapper .img-wrapper {
    margin: 0 auto;
    width: 144px;
    margin-bottom: 17px;
}

.products .easy-peasy-wrapper .img-wrapper img {
    width: 100%;
}

.products .easy-peasy-wrapper .txt {
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}

.products .easy-peasy-wrapper .polo-item-title {
    display: block;
    text-align: center;
}


/* <!--strip-4-behind Tripolar--> */

.products .behind-tripolar-wrapper .item .more-btn {
    display: none;
}

.products .behind-tripolar-wrapper .pic-wrapper {
    position: relative;
    top: 52px;
    height: 638px;
    background-size: cover;
    background-attachment: fixed;
}

body.touch .products .behind-tripolar-wrapper .pic-wrapper {
    background-attachment: scroll;
}

.products .behind-tripolar-wrapper .title-box {
    position: absolute;
    top: 55px;
    padding: 0 6%;
}

.products .behind-tripolar-wrapper .pollo-main-title {
    color: #fff;
    font-family: 'Codec Warm Trial News';
}

.products .behind-tripolar-wrapper .items-wrapper {
    margin-top: -120px;
    position: relative;
    z-index: 2;
    transform: translateX(2.1%);
}

.products .behind-tripolar-wrapper .item {
    width: 402px;
    max-width: 100%;
    height: 313px;
    background-color: #F5E6DD;
    padding: 30px;
    float: left;
    margin-left: 1.3%;
    margin-bottom: 27px;
    transition: all .4s ease-in-out;
    overflow: hidden;
}

.products .behind-tripolar-wrapper .item-title-box {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.products .behind-tripolar-wrapper .img-wrapper {
    width: 68px;
    height: 68px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

.products .behind-tripolar-wrapper .img-wrapper img {
    width: 100%;
    height: auto;
    filter: brightness(0);
}

.products .behind-tripolar-wrapper .item .title {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.73px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

.products .behind-tripolar-wrapper .desc-box {
    height: 50%;
    transition: all .4s ease-in-out;
}

.products .behind-tripolar-wrapper .desc-box .desc {
    letter-spacing: 0.33px;
}

.products .behind-tripolar-wrapper .pollo-draw-btn {
    opacity: 0;
    display: none;
    text-align: center;
    width: 280px;
    margin: 21px auto;
    font-weight: 800;
    transition: all .5s ease-in-out;
}

.products .behind-tripolar-wrapper .item:hover .desc-box {
    height: 46px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.products .behind-tripolar-wrapper .item:hover .pollo-draw-btn {
    opacity: 1;
    display: block;
}

.products .behind-tripolar-wrapper .item:hover {
    box-shadow: 0 2px 20px 1px rgba(50, 53, 60, 0.4);
    z-index: 2;
}


/* <!--strip-5-success stories--> */

.products .success-stories-wrapper {
    position: relative;
    width: 100%;
    margin-top: 93px;
}

.products .success-stories-wrapper .m-slider#success-slider .item .img-wrapper {
    width: 50%;
    float: left;
}

.products .success-stories-wrapper .m-slider#success-slider .item .img-wrapper>img {
    width: 100%;
    height: auto;
}

.products .success-stories-wrapper .m-slider#success-slider .item .stories-wrapper {
    width: 50%;
    float: right;
}

.products .success-stories-wrapper .m-slider#success-slider .item .content-box {
    width: 100%;
    margin-top: 130px;
}

.products .success-stories-wrapper .title-box {
    position: absolute;
    top: 9vw;
    left: 54vw;
}

@media all and (max-width: 767px) {
    .products .success-stories-wrapper .title-box {
        left: 0;
        top: 5vw;
    }
}

.products .success-stories-wrapper .m-slider#success-slider .item .story-box {
    padding: 145px 16.4%;
}

.products .success-stories-wrapper .m-slider#success-slider .item .pollo-quote {
    font-size: 106px;
    letter-spacing: 6.6px;
    color: #F5E6DD;
    font-family: "Bodoni Std", serif;
}

.products .success-stories-wrapper .m-slider#success-slider .item .story {
    font-family: "Bodoni Std", serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1.62px;
    line-height: 33px;
}

.products .success-stories-wrapper .m-slider#success-slider .item .name {
    margin-top: 35px;
    letter-spacing: 0.88px;
    text-align: center;
}

.products .success-stories-wrapper .m-slider#success-slider .item .role {
    margin-top: 3px;
    font-size: 13px;
    letter-spacing: 0.67px;
    text-align: center;
}

.products .success-stories-wrapper .m-slider#success-slider .ws-arrow.forward {
    right: 3.2%;
    bottom: 2.1vw;
}

.products .success-stories-wrapper .m-slider#success-slider .ws-arrow.back {
    right: 3.2%;
    bottom: 2.1vw;
    margin-right: 3.9%;
}

.products .success-stories-wrapper .m-slider#success-slider .count {
    right: 3.2%;
    bottom: 2vw;
    margin-right: 6.7%;
}


/* <!--strip-6-More about Tripolar stop--> */

.products .more-tripolar-wrapper {
    width: 100%;
    margin-top: 62px;
}

.products .more-tripolar-wrapper .title-box {
    margin-bottom: 17px;
}

.products .m-slider#more-tripolar-slider .ws-arrow.forward {
    right: 65px;
    top: 31.8vw;
}

.products .m-slider#more-tripolar-slider .ws-arrow.back {
    top: 31.8vw;
    right: 65px;
    margin-right: 5%;
}


/* <!--strip-7-Get More Info--> */

.get-more-info-wrapper {
    width: 100%;
    height: 243px;
    background-color: #CBEBDF;
    margin-top: 57px;
    padding-top: 45px;
}

.get-more-info-wrapper .button-wrapper {
    margin-top: 38px;
}

.get-more-info-wrapper .button-wrapper .pollo-draw-btn {
    padding: 6px 63px;
    font-weight: 800;
    margin: 0px auto;
    display: table;
    background-color: #000;
    color: #fafafa;
    transition: all .4s ease-in-out;
}

.get-more-info-wrapper .button-wrapper .pollo-draw-btn:hover {
    background-color: transparent;
    color: #000
}


/* #### PRODUCTS STRIP ##### */

.products .explore-home-products-wrapper {
    width: 100%;
    margin: 70px auto;
}

.products .explore-home-products-wrapper .products-strip .m-slider {
    text-align: center;
    width: 83.7%;
    max-width: 1191px;
    margin: 29px auto;
}

.products .explore-home-products-wrapper .products-strip .m-slider .overflow-slider {
    overflow: hidden;
    width: 102%;
    padding-top: 14px;
}

.products .explore-home-products-wrapper .products-strip .m-slider .items-wrapper .item {
    margin-right: 76px;
    width: 24.2vw;
    max-width: 345px;
    min-width: 250px;
    height: 20.4vw;
    max-height: 294px;
    min-height: 199px;
    margin-left: 0;
    box-shadow: unset;
    transition: box-shadow .3s ease-in-out;
}

.products .explore-home-products-wrapper .products-strip .m-slider .items-wrapper .item:hover {
    box-shadow: 0 2px 20px 1px rgba(50, 53, 60, 0.4);
}

.products .explore-home-products-wrapper .products-strip .pollo-main-title {
    padding: 0 29vw;
}

.products .explore-home-products-wrapper .products-strip .m-slider .items-wrapper .item .pollo-tag {
    background: #000;
    color: #fff;
    font-weight: 600;
}

.products .explore-home-products-wrapper .products-strip .m-slider .items-wrapper .item .pollo-tag {
    background: #cbebdf;
    color: #000;
    font-weight: 600;
}

.products.prof .explore-home-products-wrapper .products-strip .m-slider .items-wrapper .item .pollo-tag {
    background: #000;
    color: #fff;
}

.products .explore-home-products-wrapper .products-strip .m-slider .ws-arrow.forward {
    right: -4.6%;
    bottom: 62%;
}

.products .explore-home-products-wrapper .products-strip .m-slider .ws-arrow.back {
    left: -4.9%;
    bottom: 62%;
    margin-right: 0;
}


/* -----split-img--- */

.products .split-img {
    margin-top: 50px;
    position: relative;
}

.products .split-img .overlay-continer {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.products .split-img .content-wrapper {
    width: 62%;
    margin: 55px auto;
}

.products .split-img .title-box {}

.products .split-img .pollo-main-title {
    color: #fff;
    font-family: "Codec Warm Trial News", sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.products .split-img .desc-box {
    padding: 0 115px;
}

.products .split-img .desc-box .desc {
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.products .split-img .twentytwenty-horizontal .twentytwenty-handle:before {
    /* height: 1410%; */
    height: 2437%;
}

.products .split-img .twentytwenty-horizontal .twentytwenty-handle:after {
    height: 430%;
}


/* ---------------------------media-query------------------------------- */

@media (max-width: 1380px) {
    .products .explore-home-products-wrapper .products-strip .items-wrapper {
        transform: translateX(0%);
    }
}

@media (max-width: 1023px) {
    .products .split-img .desc-box {
        padding: 0 0px;
    }
}

@media all and (max-width: 767px) {
    .page-cover#products {
        height: 413px;
    }
    .page-cover#products .cover-content {
        left: 31px;
        top: -21px;
    }
    .page-cover#products .cover-content .cover-txt {
        width: 74%;
    }
    .products .strip-one-wrapper .text-section-wrapper {
        width: 100%;
        float: none;
    }
    .products .strip-one-wrapper .text-section-wrapper .text-box {
        margin-left: 0px;
        margin-top: 0px;
    }
    .products .strip-one-wrapper .text-box .title {
        margin-bottom: 11px;
    }
    .products .strip-one-wrapper .text-section-wrapper .text-box .desc {
        margin-bottom: 11px;
        letter-spacing: 0.63px;
    }
    .pollo-more-btn {
        padding-bottom: 5px;
        font-weight: 700;
    }
    .products .strip-one-wrapper {
        margin-top: 37px;
    }
    .products .strip-one-wrapper .polo-item-title {
        font-family: Montserrat;
        font-size: 17px;
        letter-spacing: 1.09px;
        line-height: 23px;
    }
    .products .strip-one-wrapper .pic-section {
        float: none;
        width: 100%;
        margin-top: 21px;
        height: 78vw;
    }
    .products .strip-one-wrapper .pic-section .m-slider,
    .products .strip-one-wrapper .pic-section .m-slider .items-wrapper,
    .products .strip-one-wrapper .pic-section .m-slider .item {
        height: 100%;
    }
    .products .strip-one-wrapper .pic-section .items-wrapper {
        padding-bottom: 31px;
    }
    .products .polo-sub-title {
        font-size: 17px;
        font-weight: 800;
        letter-spacing: 1.29px;
        line-height: 23px;
    }
    .products .product-benefits-wrapper {
        padding-top: 73px;
        padding-bottom: 19px;
    }
    .products .product-benefits-wrapper .item {
        width: 49%;
        height: 111px;
        padding: 50px 9px;
        margin: 0;
    }
    .products .product-benefits-wrapper .txt {
        font-weight: normal;
        letter-spacing: 1px;
        line-height: 23px;
    }
    /* --- */
    .products .easy-peasy-wrapper .title-box {
        padding-top: 39px;
    }
    .products .easy-peasy-wrapper .items-wrapper {
        margin-top: 25px;
    }
    .products .easy-peasy-wrapper .item {
        width: 48%;
        margin-left: 2%;
        margin-bottom: -0.5vw;
    }
    .products .easy-peasy-wrapper .img-wrapper {
        width: 114px;
        margin-bottom: 8px;
    }
    .products .easy-peasy-wrapper .polo-item-title {
        font-size: 15px;
        letter-spacing: 0.73px;
        line-height: 32px;
    }
    .products .easy-peasy-wrapper .txt {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 23px;
        text-align: center;
        padding: 0 14px;
        margin-top: 0px;
    }
    .products .easy-peasy-wrapper .site-width {
        padding: 0 0;
    }
    .products .site-width.strip4 {
        padding: 0px 15px;
    }
    .products .behind-tripolar-wrapper .title-box {
        padding: 0 0%;
    }
    .products .behind-tripolar-wrapper .title-box .pollo-main-title {
        letter-spacing: 2.57px;
    }
    .products .behind-tripolar-wrapper .pic-wrapper {
        height: 464px;
        width: 100%;
        overflow: hidden;
    }
    .products .behind-tripolar-wrapper .pic-wrapper img {
        width: auto;
        max-width: none;
        height: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .products .behind-tripolar-wrapper .items-wrapper {
        transform: translateX(0);
        width: 92%;
        margin: -120px auto 0;
        z-index: 1;
    }
    .products .behind-tripolar-wrapper .item {
        margin-left: 0;
        width: 100%;
        height: auto;
        padding: 21px 0px 15px;
        margin-bottom: 10px;
    }
    .products .behind-tripolar-wrapper .item-title-box {
        width: 27%;
        float: left;
        padding-bottom: 0;
        border-bottom: none;
        margin-left: 5.7%;
    }
    .products .behind-tripolar-wrapper .img-wrapper {
        width: 61px;
        height: 61px;
        margin-bottom: 16px;
    }
    .products .behind-tripolar-wrapper .desc-box {
        width: 65%;
        float: left;
        padding: 0 4.4%;
        height: 64px;
        overflow: hidden;
        margin-bottom: 5px;
    }
    .products .behind-tripolar-wrapper .item .title {
        font-size: 13px;
        letter-spacing: 0.63px;
        line-height: 16px;
        text-align: center;
    }
    .products .behind-tripolar-wrapper .item:hover .pollo-draw-btn {
        display: none;
    }
    .products .behind-tripolar-wrapper .item:hover .desc-box {
        height: 64px;
    }
    .products .behind-tripolar-wrapper .item .more-btn {
        display: inline;
        margin-top: 9px;
        margin-left: 5%;
        font-weight: 800;
        font-size: 14px;
        letter-spacing: 0.63px;
        line-height: 16px;
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
    }
    .products .success-stories-wrapper {
        margin-top: 0;
    }
    .products .success-stories-wrapper .m-slider#success-slider .item .img-wrapper {
        width: 100%;
        float: none;
        margin-top: 120px;
    }
    .products .success-stories-wrapper .m-slider#success-slider .item .title-box {
        top: 50px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .products .success-stories-wrapper .m-slider#success-slider .item .stories-wrapper {
        width: 100%;
        float: none;
    }
    .products .success-stories-wrapper .m-slider#success-slider .item .content-box {
        width: 100%;
        margin-top: 15px;
    }
    .products .success-stories-wrapper .m-slider#success-slider .item .story-box {
        padding: 30px 7.4% 74px;
    }
    .products .success-stories-wrapper .m-slider#success-slider .item .story {
        font-size: 20px;
        letter-spacing: 1.25px;
        line-height: 26px;
    }
    .products .success-stories-wrapper .m-slider#success-slider .item .name {
        text-align: left;
    }
    .products .success-stories-wrapper .m-slider#success-slider .item .role {
        text-align: left;
    }
    .products .success-stories-wrapper .m-slider#success-slider .ws-arrow.back {
        right: 8.5%;
        margin-right: 13%;
    }
    .products .success-stories-wrapper .m-slider#success-slider .ws-arrow.forward {
        right: 8.5%;
    }
    .products .success-stories-wrapper .m-slider#success-slider .count {
        bottom: 1.5vw;
        right: 8.5%;
        margin-right: 24%;
    }
    /* --------- */
    .products .site-width.strip6 {
        padding: 0 15px;
    }
    .products .more-tripolar-wrapper {
        margin-top: 50px;
    }
    .products .m-slider#more-tripolar-slider .ws-arrow.back {
        right: 0px;
        top: 67.8vw;
        margin-right: 14%;
    }
    .products .m-slider#more-tripolar-slider .ws-arrow.forward {
        right: 0px;
        top: 67.8vw;
    }
    .products .get-more-info-wrapper .pollo-main-title {
        letter-spacing: 3.77px;
    }
    .products .get-more-info-wrapper .button-wrapper .pollo-draw-btn {
        background-color: #000;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.73px;
        line-height: 19px;
        text-align: center;
        padding: 11px 51px;
    }
    .products .get-more-info-wrapper {
        height: auto;
        padding: 40px 0;
        margin-top: 40px;
    }
    .products .explore-home-products-wrapper {
        margin-top: 40px;
    }
    .products .explore-home-products-wrapper .products-strip .pollo-main-title {
        padding: 0 7vw;
    }
    .products .explore-home-products-wrapper .products-strip .m-slider {
        width: 100%
    }
    .products .explore-home-products-wrapper .products-strip .m-slider .items-wrapper .item {
        height: 199px;
        width: 250px;
        min-width: 250px;
        margin-right: 15px;
    }
    .products .explore-home-products-wrapper .products-strip .m-slider .items-wrapper .item img {
        /* height: auto;
	  width: 100%; */
    }
    .products .explore-home-products-wrapper .products-strip .m-slider .items-wrapper {
        margin-left: -53.8vw;
    }
    .products .explore-home-products-wrapper .products-strip .m-slider .ws-arrow.back {
        left: 4.4%;
        bottom: 60%;
    }
    .products .explore-home-products-wrapper .products-strip .m-slider .ws-arrow.forward {
        right: 5%;
        bottom: 60%;
    }
    .products .explore-home-products-wrapper .products-strip .m-slider .items-wrapper .item .pollo-tag {
        font-weight: 800;
        vertical-align: bottom;
    }
    .products .explore-home-products-wrapper .products-strip .m-slider .items-wrapper .item .product-title {
        display: inline-block;
        margin: 0 6px 0;
        font-size: 13px;
        line-height: 16px;
        vertical-align: bottom;
    }
    .products .strip-one-wrapper .text-section-wrapper .text-box .pollo-more-btn {
        display: inline-block;
    }
    /* --------twentytwenty------------ */
    .products .split-img .twentytwenty-container .img {
        height: 522px;
    }
    .products .split-img .twentytwenty-handle {
        top: 89%;
    }
    .products .split-img {
        height: 522px !important;
    }
    .products .split-img .content-wrapper {
        width: 100%;
    }
    .products .split-img .overlay-continer.site-width {
        padding: 0px 15px;
    }
    .products .split-img .desc-box {
        padding: 0px 9px;
    }
    .stary-slide .stary-swiper {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 374px) {
    .products .explore-home-products-wrapper .products-strip .m-slider .items-wrapper {
        margin-left: -71.8vw;
    }
}


/* ## ABOUT ## */

#cover.about {
    margin-top: 74px;
    color: #fff;
}

#cover.about>.site-width {
    height: 100%;
}

#cover.about .icon-wrapper {
    position: absolute;
    bottom: 50px;
}

#cover.about .cover-txt {
    max-width: 570px;
    letter-spacing: 1px;
}

#cover.about .pollo-draw-btn {
    min-width: 180px;
    margin-top: 25px;
    text-align: center;
    color: inherit;
}

.about {
    padding-bottom: 76px;
}

.about .strips-slider {
    position: relative;
    height: 246px;
    overflow: hidden;
}

.about .strips-slider .slides {
    position: absolute;
    width: 9999px;
    height: 100%;
}

.about .strips-slider .slides .slide {
    position: relative;
    float: left;
    width: 65.9vw;
    height: 100%;
    padding: 46px 90px 40px 84px;
    letter-spacing: .8px;
    background-color: #F5E6DD;
}

.about .strips-slider .slides .slide:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(245, 230, 221, 0) 0%, #F5E6DD 50%);
    opacity: 1;
    transition: opacity .3s ease-in-out .3s;
}

.about .strips-slider .slides .slide.active:after {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.about .strips-slider .slides .slide+.slide {
    margin-left: 4px;
}

.about .strips-slider .slides .slide .slide-title {
    min-height: 32px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
}

.about .company-culture {
    padding: 70px 0 68px;
}

.about .company-culture .intro-text {
    width: 830px;
    max-width: 100%;
    margin: 12px auto 0;
}

.about .company-culture .company-slider {
    position: relative;
    width: 100%;
    height: 470px;
    overflow: hidden;
    margin-top: 46px;
}

.about .company-culture .company-slider .slides {
    position: absolute;
    width: 9999px;
    height: 100%;
    left: 0;
    margin-left: calc( -1*((1700px / 2) - (100vw / 2)));
}

.about .company-culture .company-slider .slides .slide {
    position: relative;
    float: left;
    width: 560px;
    height: 370px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    background-size: cover;
    background-position: center;
    transition: all .3s ease-in-out;
}

.about .company-culture .company-slider .slides .slide.active {
    height: 100%;
}

.about .company-culture .company-slider .slides .slide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    transition: background .3s ease-in-out;
}

.about .company-culture .company-slider .slides .slide.txt-slide {
    background-color: #F5E6DD;
}

.about .company-culture .company-slider .slides .slide:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.about .company-culture .company-slider .slides .slide.txt-slide:after {
    background: linear-gradient(270deg, rgba(245, 230, 221, 0) 0%, #F5E6DD 50%);
    opacity: 1;
}

.about .company-culture .company-slider .slides .slide.active+.slide.txt-slide:after {
    background: linear-gradient(270deg, #F5E6DD 50%, rgba(245, 230, 221, 0) 100%);
    opacity: 1;
}

.about .company-culture .company-slider .slides .slide.active+.img-slide:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 65%, #fff 100%);
    opacity: 1;
}

.about .company-culture .company-slider .slides .slide.img-slide:first-child:after {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 30%);
    opacity: 1;
}

.about .company-culture .company-slider .slides .slide.active:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%);
}

.about .company-culture .company-slider .slides .slide+.slide {
    margin-left: 27px;
}

.about .company-culture .company-slider .slide .wrapper {
    position: absolute;
    bottom: 10px;
    padding: 0 11%;
    letter-spacing: .8px;
    transition: all .3s ease-in-out;
}

.about .company-culture .company-slider .slide .item-title {
    margin-bottom: 10px;
    font-family: "Codec Warm Trial", sans-serif;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: 8.4px;
    color: #fff;
    font-variant: no-common-ligatures;
    transition: all .3s ease-in-out;
}

.about .company-culture .company-slider .slide.txt-slide .item-title {
    color: #000;
}

.about .company-culture .company-slider .slide.img-slide .item-text {
    height: 0;
    overflow: hidden;
    opacity: 0;
    color: #000;
    transition: all .3s ease-in-out;
}

.about .company-culture .company-slider .slide.img-slide:hover:before {
    background: rgba(255, 255, 255, .8);
}

.about .company-culture .company-slider .slide.img-slide:hover .wrapper,
.about .company-culture .company-slider .slide.txt-slide .wrapper {
    bottom: 50%;
    transform: translateY(50%);
    /* z-index: 1; */
}

.about .company-culture .company-slider .slide:hover .item-title {
    color: #000;
}

.about .company-culture .company-slider .slide:hover .item-text {
    height: auto;
    opacity: 1;
}

.about .company-culture .company-slider .controls .pollo-arrow-btn,
.about .strips-slider .controls .pollo-arrow-btn {
    position: absolute;
    top: 50%;
    background: none;
}

.about .company-culture .company-slider .controls .pollo-arrow-btn {
    height: 17px;
    margin-top: -10px;
}

.about .strips-slider .controls .pollo-arrow-btn {
    width: 15px;
    height: 42px;
}

.about .company-culture .company-slider .controls .pollo-arrow-btn.next {
    right: 30px;
}

.about .strips-slider .controls .pollo-arrow-btn.next {
    left: calc(65.9vw - 45px);
}

.about .strips-slider .controls .pollo-arrow-btn.prev {
    left: 30px;
}

.about .company-culture .company-slider .controls .pollo-arrow-btn.prev {
    left: 0;
}

.about .company-culture .company-slider .controls .pollo-arrow-btn.prev {
    left: 30px;
}

.about .team-section {
    padding: 70px 0 48px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(241, 248, 255, 0.5) 100%);
}

.about .team-section .team-items {
    margin-top: 60px;
    margin-left: -.3%;
}

.about .team-section .team-items .item {
    position: relative;
    float: left;
    width: 33%;
    margin-left: .3%;
    margin-bottom: 50px;
}

.about .team-section .team-items .item .item-img {
    position: relative;
    height: 441px;
    overflow: hidden;
}

.about .team-section .team-items .item .item-img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about .team-section .team-items .item .item-img img+img {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.about .team-section .team-items .item:hover .item-img img+img {
    opacity: 1;
}

.about .team-section .team-items .item .item-details {
    position: relative;
    height: 167px;
    padding: 31px;
}

.about .team-section .team-items .item .item-details .title-wrapper {
    padding-right: 80px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1.2px;
}

.about .team-section .team-items .item .item-details .title-wrapper .item-name {
    display: block;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.about .team-section .team-items .item .item-details .shown {
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.about .team-section .team-items .item .item-details .hidden {
    position: absolute;
    bottom: -50px;
    opacity: 0;
    padding-right: 80px;
    letter-spacing: .8px;
    transition: all .3s ease-in-out;
}

.about .team-section .team-items .item .item-details .hidden p {
    max-height: 106px;
    overflow: hidden;
}

.about .team-section .team-items .item .item-details .hidden .pollo-more-btn {
    top: -2px;
}

body.no-touch .about .team-section .team-items .item:hover .item-details .shown {
    opacity: 0;
}

body.no-touch .about .team-section .team-items .item:hover .item-details .hidden {
    bottom: 0;
    opacity: 1;
}

#team-popup .linkedin-btn {
    position: absolute;
    top: 70px;
    right: 70px;
    width: 46px;
    height: 46px;
}

.about .team-section .team-items .item .item-details .linkedin-btn {
    position: absolute;
    top: 29px;
    right: 27px;
    width: 46px;
    height: 46px;
}

.about .team-section .team-items .item .item-details .linkedin-btn img,
#team-popup .linkedin-btn img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.about .team-section .team-items .item .item-details .linkedin-btn .hover-img,
#team-popup .linkedin-btn .hover-img {
    opacity: 0;
    transition: opacity .2s ease-in;
}

.about .team-section .team-items .item .item-details .linkedin-btn:hover .hover-img,
#team-popup .linkedin-btn:hover .hover-img {
    opacity: 1;
}

body.fixed-pos #page-wrapper {
    position: relative;
}

#team-popup {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

body.show-team-popup #team-popup {
    display: block;
}

#team-popup .darker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

#team-popup .ptable {
    width: 79.3%;
    height: 100vh;
    margin: 0 auto;
}

#team-popup .ptable .ptd {
    vertical-align: middle;
}

#team-popup .pop-content {
    position: relative;
    margin-top: 60px;
    background-color: #F1F8FF;
}

#team-popup .pop-content .img-wrapper {
    float: left;
    width: 38.5%;
    max-height: 695px;
    overflow: hidden;
}

#team-popup .pop-content .img-wrapper img {
    display: block;
}

#team-popup .pop-content .main-content {
    float: left;
    width: 61.5%;
    max-height: 695px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 80px;
}

#team-popup .pop-content .ws-x-btn {
    position: absolute;
    top: -52px;
    right: -52px;
    border-color: #fff;
}

#team-popup .pop-content .ws-x-btn:before,
#team-popup .pop-content .ws-x-btn:after {
    background-color: #fff;
}

#team-popup .pop-content .main-content .title-wrapper {
    margin-bottom: 46px;
}

#team-popup .pop-content .main-content .item-name {
    margin-bottom: 5px;
    text-align: left;
}

#team-popup .pop-content .main-content .item-position {
    font-size: 24px;
    line-height: 1.5;
}

#team-popup .pop-content .main-content .entry-content {
    padding-right: 20px;
    letter-spacing: 0.9px;
}

@media all and (max-width: 1380px) {
    #cover.about .site-width {
        padding: 0 30px;
    }
    .about .strips-slider .slides .slide {
        padding: 40px 70px 30px;
    }
    .about .strips-slider .slides .slide .slide-title {
        margin-bottom: 14px;
    }
    .about .strips-slider .controls .pollo-arrow-btn.next {
        left: 60.9vw;
    }
    .about .team-section .team-items .item .item-details .title-wrapper {
        font-size: 18px;
    }
}

@media all and (max-width: 1023px) {
    .about .strips-slider .slides .slide {
        width: 71vw;
        padding: 30px 60px;
    }
    .about .strips-slider .slides .slide .slide-title {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .about .strips-slider .controls .pollo-arrow-btn.next {
        left: 62vw;
    }
    .about .company-culture .company-slider {
        height: 450px;
    }
    .about .company-culture .company-slider .slides {
        margin-left: calc( -1*((1620px / 2) - (100vw / 2)));
    }
    .about .company-culture .company-slider .slides .slide {
        width: 520px;
        height: 360px;
    }
    .about .company-culture .company-slider .slides .slide+.slide {
        margin-left: 16px;
    }
    .about .company-culture .company-slider .controls .pollo-arrow-btn.next {
        right: 10px;
    }
    .about .company-culture .company-slider .controls .pollo-arrow-btn.prev {
        left: 10px;
    }
    .about .team-section .team-items .item {
        margin-bottom: 30px;
    }
    .about .team-section .team-items .item .item-img {
        height: 310px;
    }
    .about .team-section .team-items .item .item-img img {
        width: 100%;
    }
    .about .team-section .team-items .item .item-details {
        height: 136px;
        padding: 16px;
    }
    .about .team-section .team-items .item .item-details .title-wrapper {
        padding-right: 50px;
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 1.5;
    }
    .about .team-section .team-items .item .item-details .linkedin-btn {
        top: 18px;
        right: 14px;
        width: 38px;
        height: 38px;
    }
}

@media all and (max-width: 767px) {
    #cover.about {
        height: 485px;
        margin-top: 64px;
    }
    #cover.about .cover-txt {
        letter-spacing: 0.6px;
    }
    #cover.about .cover-content {
        padding-bottom: 100px;
    }
    #cover.about .cover-content .pollo-more-btn {
        float: left;
        display: inline-block !important;
    }
    #cover.about .cover-content .pollo-draw-btn {
        clear: both;
        float: left;
        min-width: 147px;
    }
    #cover.about .icon-wrapper {
        width: 130px;
        bottom: 0;
    }
    #cover.about .icon-wrapper img {
        width: 100%;
    }
    .about .strips-slider {
        height: 300px;
    }
    .about .strips-slider .slides .slide {
        width: 89vw;
        padding: 23px 45px 23px 55px;
        letter-spacing: 0.4px;
    }
    .about .strips-slider .slides .slide .slide-title {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .about .strips-slider .slides .slide .entry-content:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 32px;
        background: #F5E6DD;
    }
    .about .strips-slider .controls .pollo-arrow-btn {
        margin-top: -21px;
    }
    .about .strips-slider .controls .pollo-arrow-btn.next {
        left: 76vw;
    }
    .about .company-culture {
        padding: 30px 0 50px;
    }
    .about .company-culture .intro-text {
        text-align: center;
        letter-spacing: 0.6px;
    }
    .about .company-culture .company-slider {
        height: 306px;
        margin-top: 28px;
    }
    .about .company-culture .company-slider .overflow-wrapper {
        position: relative;
        height: 265px;
    }
    .about .company-culture .company-slider .slides {
        margin-left: calc( -1*((221.2vw / 2) - (100vw / 2)) + 2vw);
    }
    .about .company-culture .company-slider .slides .slide {
        width: 70.4vw;
        height: 225px;
    }
    .about .company-culture .company-slider .slides .slide+.slide {
        margin-left: 2vw;
    }
    .about .company-culture .company-slider .slide.img-slide .wrapper,
    .about .company-culture .company-slider .slide.txt-slide .wrapper {
        padding: 0 5%;
        bottom: auto;
        transform: none;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about .company-culture .company-slider .slide.img-slide.active:before {
        background: rgba(255, 255, 255, .8);
    }
    .about .company-culture .company-slider .slides .slide.img-slide:after {
        display: none;
    }
    .about .company-culture .company-slider .slide.img-slide.active .item-text {
        height: auto;
        opacity: 1;
    }
    .about .company-culture .company-slider .slide .item-text {
        transform: scale(.9);
        transform-origin: center right;
        position: relative;
        z-index: 2;
    }
    .about .company-culture .company-slider .slide.active .item-text {
        transform: scale(1);
    }
    .about .company-culture .company-slider .slide.active+.slide .item-text {
        transform-origin: center left;
    }
    .about .company-culture .company-slider .slide .item-title {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: 24px;
        font-size: 20px;
        line-height: 1;
        letter-spacing: 1.33px;
        color: #000;
    }
    .about .company-culture .company-slider .controls .pollo-arrow-btn {
        top: auto;
        bottom: 0;
        width: 32px;
    }
    .about .team-section {
        padding-top: 70px;
        padding-bottom: 8px;
    }
    .about .team-section .team-items {
        margin: 15px -15px 0;
    }
    .about .team-section .team-items .item {
        width: 49.6%;
        margin-left: 0;
        margin-bottom: 19px;
    }
    .about .team-section .team-items .item:nth-child(even) {
        margin-left: 0.8%;
    }
    .about .team-section .team-items .item .item-img {
        height: 170px;
    }
    .about .team-section .team-items .item .item-details {
        height: 100px;
        padding: 8px 10px;
    }
    .about .team-section .team-items .item .item-details .shown {
        position: relative;
    }
    .about .team-section .team-items .item .item-details .hidden {
        position: static;
    }
    .about .team-section .team-items .item .item-details .title-wrapper {
        padding-right: 20px;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.9px;
    }
    .about .team-section .team-items .item .item-details .title-wrapper .item-name {
        margin-bottom: 5px;
        line-height: 18px;
    }
    .about .team-section .team-items .item .item-details .linkedin-btn {
        top: 11px;
        right: 1px;
        width: 18px;
        height: 18px;
    }
    .about .form-strip {
        margin-top: 7px;
    }
    .about .pollo-quote blockquote {
        margin-bottom: 8px;
    }
    #team-popup .ptable {
        height: 100vh;
    }
    #team-popup .pop-content {
        max-width: 90vw;
    }
    #team-popup .pop-content .ws-x-btn {
        top: -62px;
        right: -2px;
    }
    #team-popup .pop-content .img-wrapper {
        float: none;
        width: auto;
        max-height: 25vh;
    }
    #team-popup .pop-content .img-wrapper img {
        width: 100%;
        height: auto;
        transform: translateY(-10%);
    }
    #team-popup .pop-content .main-content {
        float: none;
        width: auto;
        max-height: 57vh;
        padding: 30px;
        background-color: #F1F8FF;
    }
    #team-popup .pop-content .main-content .title-wrapper {
        margin-bottom: 26px;
    }
    #team-popup .pop-content .main-content .item-name {
        font-size: 13px;
        line-height: 13px;
    }
    #team-popup .pop-content .main-content .item-position {
        font-size: 13px;
    }
    #team-popup .pop-content .main-content .entry-content {
        padding-right: 0;
    }
}


/* ######## DEBUG ########## */

body.debug.about {
    background: url(debug/about.jpg) no-repeat top center;
    background-size: 1440px auto;
}

@media all and (max-width: 767px) {
    body.debug.about {
        background: url(debug/about-mobile.jpg) no-repeat top center;
        background-size: 375px auto;
    }
}

.page-cover.main#technology:before {
    width: 75%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(74, 74, 74, .5) 100%);
}

.page-cover.main#technology .pollo-main-title {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 17px;
    max-width: 160px;
}

@media all and (max-width: 767px) {
    .page-cover.main#technology .pollo-main-title {
        margin-left: 8px;
    }
}

.page-cover.main#technology .cover-content {
    padding-top: 94px;
}

.technology .strip-one-wrapper {
    margin-top: 50px;
    position: relative;
}

.technology .strip-one-wrapper .text-section-wrapper {
    width: 41%;
    float: left;
    padding-right: 20px;
}

.technology .strip-one-wrapper .text-box .title {
    margin-bottom: 16px
}

.technology .strip-one-wrapper .pic-section {
    float: right;
    width: 57.5%;
    margin-top: -142px;
    position: relative;
}

.technology .strip-one-wrapper .pic-section .video-pic-box {
    position: relative;
}

.technology .strip-one-wrapper .pic-section .video-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.technology .strip-one-wrapper .pic-section .pic-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.technology .strip-one-wrapper .pic-section .pic-wrapper img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}


/* ----studies-wrapper */

.studies-wrapper {
    margin-top: 80px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(241, 248, 255, 0.5) 100%);
    padding: 0 47px;
    overflow: hidden;
    margin-bottom: -25px;
}

.studies-wrapper .studies-title-wrapper {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding-top: 60px;
}

.studies-wrapper .s-items-wrapper {
    margin: 31px -7%;
    position: relative;
}

.studies-wrapper .s-items-wrapper .line {
    height: calc(100% - 70px);
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute
}

.studies-wrapper .s-items-wrapper .line.one {
    top: 30px;
    left: 33.3%;
}

.studies-wrapper .s-items-wrapper .line.one,
.studies-wrapper .s-items-wrapper .line.two {
    top: 30px;
    right: 33.3%;
}

.studies-wrapper .s-items-wrapper .s-item {
    float: left;
    width: 33.3%;
    margin-bottom: 35px;
    margin-top: 30px;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.studies-wrapper .s-items-wrapper .s-item.anim {
    opacity: 1;
    margin-top: 0;
}

.studies-wrapper .s-items-wrapper .s-item:hover .inner-box {
    background-color: #F1F8FF;
}

.studies-wrapper .s-items-wrapper .s-item .inner-box {
    width: 380px;
    padding: 30px;
    margin: 0 auto;
    background-color: unset;
    transition: all .4s ease-in-out;
}

.studies-wrapper .s-items-wrapper .s-item .s-img-wrapper {
    height: 206px;
    width: 320px;
    overflow: hidden;
}

.studies-wrapper .s-items-wrapper .s-item .s-img-wrapper img {
    width: 100%;
}

.studies-wrapper .s-items-wrapper .s-item .content-wrapper,
.media .studies-wrapper .s-items-wrapper .s-item .content-wrapper {
    margin-top: 31px;
    margin-left: 25px;
}

@media all and (max-width: 767px) {
    .studies-wrapper .s-items-wrapper .s-item .content-wrapper,
    .media .studies-wrapper .s-items-wrapper .s-item .content-wrapper {
        margin-left: 0;
    }
}

.studies-wrapper .s-items-wrapper .s-item .sub-title-wrapper .sub-title {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 16px;
    text-transform: uppercase;
}

.studies-wrapper .s-items-wrapper .s-item .s-title-wrapper {
    margin-top: 12px;
}

.studies-wrapper .s-items-wrapper .s-item .s-title-wrapper .s-title {
    font-family: "Codec Warm Trial News";
    font-size: 25px;
    letter-spacing: 3.41px;
    line-height: 32px;
    text-transform: uppercase;
    font-variant: no-common-ligatures;
}

.studies-wrapper .s-items-wrapper .s-item .desc-wrapper {
    margin-top: 25px;
    margin-bottom: 14px;
    width: 94%;
}

.studies-wrapper .s-items-wrapper .s-item .desc-wrapper .s-desc {
    letter-spacing: 0.88px;
}

.studies-wrapper .s-items-wrapper .s-item .inner-box .social-icons-wrapper {
    margin: 15px -15px 0 209px
}

.studies-wrapper .s-items-wrapper .s-item .social-icons-wrapper a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 35px;
    height: 35px;
}

.studies-wrapper .s-items-wrapper .s-item .social-icons-wrapper a img {
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.studies-wrapper .s-items-wrapper .s-item .social-icons-wrapper a img+img {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.studies-wrapper .s-items-wrapper .s-item .social-icons-wrapper a:hover img+img {
    opacity: 1;
}


/* ---indications--- */

.technology .indications-wrapper {
    width: 100%;
    background-color: #F1F8FF;
}

.technology .indications-wrapper .indications-title-box {
    width: 40%;
    margin: 0 auto;
    padding-top: 60px;
}

.technology .indications-wrapper .indications-items-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -25px;
    margin-top: 60px;
}

.technology .indications-wrapper .indications-item {
    width: 373px;
    height: auto;
    float: left;
    margin-left: 50px;
    margin-bottom: 70px;
}

.technology .indications-wrapper .indications-item:hover .img-box {
    box-shadow: 0 2px 13px 1px rgba(50, 53, 60, 0.5);
}

.technology .indications-wrapper .img-box {
    width: 370px;
    height: 270px;
    overflow: hidden;
    box-shadow: none;
    transition: all .3s ease-in-out;
}

.technology .indications-wrapper .img-box img {
    width: 100%;
}

.technology .indications-wrapper .content-box {
    width: 100%;
    margin-top: 26px;
}

.technology .indications-wrapper .item-title-box {
    width: 100%;
}

.technology .indications-wrapper .item-title {
    color: #000;
    font-family: "Codec Warm Trial";
    font-size: 25px;
    letter-spacing: 2.6px;
    line-height: 32px;
    text-transform: uppercase;
}

.technology .indications-wrapper .item-desc-box {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 22px;
}

.technology .indications-wrapper .item-desc {
    letter-spacing: 0.63px;
}

.technology .indications-wrapper .more {
    font-weight: 800;
}


/* -----------------------strip-2-Techlonogy and Products Slider---------------------- */

.tec-and-pro-wrapper {
    width: 100%;
    height: 897px;
    /* margin-top: 53px; */
}

.tec-and-pro-wrapper .tec-and-pro-slider-wrapper {
    height: 686px;
    width: 92%;
    background-color: #F1F8FF;
    margin: 39px auto;
}

.tec-and-pro-wrapper .tec-and-pro-slider-wrapper .item-content {
    padding-top: 40px;
    display: none;
}

.tec-and-pro-wrapper .tec-and-pro-slider-wrapper .item-content.active {
    display: block;
}

.tec-and-pro-wrapper .item-content .desc-box {
    width: 95%;
    margin: 21px auto;
    text-align: center;
}

.tec-and-pro-wrapper .item-content .tec-inner-slider {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

 .tec-and-pro-wrapper .item-content .main-img {
    height: 300px;
    width: 69.5%;
    float: left;
}

 .tec-and-pro-wrapper .item-content .main-img .split-img {
    height: 300px;
    width: 100%;
}

 .tec-and-pro-wrapper .item-content .main-img .split-img .twentytwenty-container .img {
    width: 100%;
    height: 300px;
    position: absolute;
    background-size: cover;
    background-position: center;
}

 .tec-and-pro-wrapper .item-content .main-img .full-img {
    height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

 .tec-and-pro-wrapper .item-content .main-img .full-img>img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: opacity .4s ease-in-out;
    height: 100%;
}

 .tec-and-pro-wrapper .item-content .main-img .full-img.hide>img {
    opacity: 0;
}

 .tec-and-pro-wrapper .item-content .small-imges-wrapper {
    height: 300px;
    width: 140px;
    overflow: hidden;
    margin-left: 11px;
    margin-right: 4%;
}

 .tec-and-pro-wrapper .item-content .small-imges-wrapper img {
    height: 100%;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

 .tec-and-pro-wrapper .item-content .small-imges-wrapper .img-wrapper {
    height: 90px;
    width: 140px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    opacity: 0.5;
    overflow: hidden;
}

 .tec-and-pro-wrapper .item-content .small-imges-wrapper .img-wrapper.active,
.tec-and-pro-wrapper .item-content .small-imges-wrapper .img-wrapper:hover {
    opacity: 1;
}

 .tec-and-pro-wrapper .item-content .img-wrapper .video-icon-wrapper {
    z-index: 2;
    display: none;
}

 .tec-and-pro-wrapper .item-content .img-wrapper.video-item .video-icon-wrapper {
    display: block;
}

 .tec-and-pro-wrapper .item-content .video-icon-wrapper img {
    width: 65px;
    height: 65px;
}

 .tec-and-pro-wrapper .item-content .main-img .full-img .video-icon-wrapper {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

 .tec-and-pro-wrapper .item-content .main-img .full-img .video-icon-wrapper img {
    width: 143px;
    height: 143px;
}

 .tec-and-pro-wrapper .item-content .main-img .full-img.video-item .video-icon-wrapper {
    display: block;
}


/* ---------------product-slider------------------ */

.product-slider {
    width: 100%;
    margin-top: 60px;
    position: relative;
}

.product-slider .overflow-container {
    overflow: hidden;
    position: relative;
}

.product-slider .items-wrapper {
    width: 9999px;
    position: relative;
}

.product-slider .item {
    float: left;
    height: 175px;
    width: 250px;
    cursor: pointer;
}

.product-slider .m-tec-img-box {
    margin: 0px auto;
    width: 95px;
    height: 95px;
    overflow: hidden;
    -webkit-filter: grayscale(90%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%), contrast(100%);
    opacity: 0.8;
}

.product-slider .item.active .m-tec-img-box,
.product-slider .item:hover .m-tec-img-box {
    width: 115px;
    height: 115px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(100%), contrast(100%);
    opacity: 1;
}

.product-slider .m-tec-img-box img {
    width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.product-slider .item-title-box {
    width: 62%;
    margin: 9px auto;
    padding-top: 26px;
}

.product-slider .item.active .item-title-box,
.product-slider .item:hover .item-title-box {
    border-top: 3px solid black;
    margin: 2px auto;
}

.product-slider .item-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.63px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.15;
}

.product-slider .item.active .item-title,
.product-slider .item:hover .item-title {
    opacity: 1;
}

.product-slider .ws-arrow {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 0;
    display: inline;
}

.product-slider .ws-arrow:before {
    width: .8em;
    height: .8em;
    border-color: #000;
    transform: rotate(135deg) translateX(-1px) translateY(1px);
}

.product-slider .ws-arrow.back:before {
    transform: rotate(-135deg) translateX(-1px) translateY(1px);
    margin-left: 4px;
    cursor: pointer;
}

.product-slider .ws-arrow.forward:before {
    transform: rotate(45deg) translateX(-1px) translateY(0px);
    margin-left: 34px;
    cursor: pointer;
}

.product-slider .ws-arrow.back {
    position: absolute;
    left: -56px;
    top: 50.3px;
}

.product-slider .ws-arrow.forward {
    position: absolute;
    right: -21px;
    top: 50.3px;
}

.product-slider .line {
    height: 1px;
    width: 109%;
    background-color: #000;
    position: relative;
    left: -4.5%;
    bottom: 56px;
}


/* -----------------------m-tec-Slider---------------------- */

.m-tec-slider {
    width: 100%;
    height: 485px;
    margin-top: 22px;
}

.m-tec-slider .m-tec-title-box {
    float: left;
    margin: 198px 70px 0px 70px;
}

.m-tec-slider .title {
    color: #000;
    font-family: "Codec Warm Trial";
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1.9px;
    line-height: 38px;
    text-transform: uppercase;
    font-variant: no-common-ligatures;
}

.m-tec-slider .overflow-container {
    overflow: hidden;
    position: relative;
}

.m-tec-slider .items-wrapper {
    width: 9999px;
    position: relative;
}

.m-tec-slider .item {
    float: left;
    height: 285px;
    width: 370px;
    background-color: #000;
    margin-top: 70px;
    margin-right: 30px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.m-tec-slider .m-tec-img-box {
    margin: 0px auto;
    width: 100px;
    padding-top: 59px;
}

.m-tec-slider .item-title-box {
    margin-top: 40px;
}

.m-tec-slider .item-title {
    color: #F5E6DD;
    font-family: "Codec Warm Trial";
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2.6px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    font-variant: no-common-ligatures;
}

.m-tec-slider .m-slider .ws-arrow.forward {
    right: 3.2%;
    bottom: -4.1vw;
}

.m-tec-slider .m-slider .ws-arrow.back {
    right: 3.2%;
    bottom: -4.1vw;
    margin-right: 4%;
}

@media all and (max-width: 767px) {
    .m-tec-slider .m-slider .ws-arrow.forward {
        right: 8%;
        bottom: -3vw;
    }
    .m-tec-slider .m-slider .ws-arrow.back {
        right: 8%;
        bottom: -3vw;
        margin-right: 14%;
    }
}

.m-tec-slider .item:hover {
    background-color: #F5E6DD;
}

.m-tec-slider .item:hover .m-tec-img-box img {
    filter: brightness(0);
}

.m-tec-slider .item:hover .item-title {
    color: #000;
}

.tec-and-pro-wrapper .ul-wrapper .ul-dropdown {
    display: none;
}

.tec-and-pro-wrapper .pollo-more-btn.slider {
    display: none;
}

.ul-wrapper {
    position: relative;
}

.ul-wrapper .selected-line {
    height: 4px;
    position: absolute;
    width: 100px;
    background-color: #000;
    top: 34px;
}

@media all and (max-width: 767px) {
    .ul-wrapper .selected-line {
        display: none;
    }
}


/* ---------------------------media-query------------------------------- */

@media all and (max-width: 1353px) {
    .studies-wrapper .s-items-wrapper {
        margin: 31px -11%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .studies-wrapper .s-items-wrapper .s-item {
        float: left;
        width: 45.3%;
        margin-bottom: 35px;
    }
    .studies-wrapper .s-items-wrapper .line.one,
    .studies-wrapper .s-items-wrapper .line.two {
        display: none;
    }
}

@media (max-width: 1023px) {
    .tec-and-pro-wrapper .ul-wrapper .ws-arrow {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .studies-wrapper {
        margin-top: 0;
        background: linear-gradient(0deg, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 1) 100%);
        padding: 0 0;
    }
    .studies-wrapper .s-items-wrapper .s-item .s-img-wrapper {
        margin: 0 auto;
    }
    .technology .items-wrapper .item .item-description-wrapper .more {
        font-size: 13px;
        margin-left: 15px;
    }
    .studies-wrapper .s-items-wrapper .s-item .content-wrapper {
        margin-left: 2px;
    }
    .studies-wrapper .s-items-wrapper .s-item .desc-wrapper {
        width: 100%;
        margin-top: 18px;
    }
    .studies-wrapper .studies-title-wrapper {
        width: 100%;
        margin-bottom: -40px;
        padding-top: 41px;
    }
    .studies-wrapper .studies-title-wrapper .studies-title {
        font-size: 35px;
        letter-spacing: 3.87px;
        line-height: 41px;
        text-align: center;
    }
    .studies-wrapper .s-items-wrapper .s-item .desc-wrapper .s-desc {
        font-size: 15px;
        letter-spacing: 0.78px;
        line-height: 23px;
    }
    .studies-wrapper .s-items-wrapper .s-item {
        width: 100%;
        float: none;
        margin-bottom: -15px;
    }
    .studies-wrapper .s-items-wrapper .line.one,
    .two {
        display: none;
    }
    .studies-wrapper .s-items-wrapper .content-wrapper .pollo-more-btn {
        font-size: 15px;
        letter-spacing: 0.73px;
        line-height: 19px;
        padding-bottom: 4px;
        margin-top: 6px;
        font-weight: 800;
    }
    .studies-wrapper .s-items-wrapper .s-item .inner-box .social-icons-wrapper {
        margin: 15px -15px 0 228px;
    }
    /* //-- */
    .technology .strip-one-wrapper {
        margin-top: 30px;
    }
    .technology .strip-one-wrapper .text-section-wrapper {
        width: 100%;
        padding-right: 0px;
    }
    .technology .strip-one-wrapper .pic-section {
        width: 100%;
        top: 0 !important;
        margin-top: 37px;
    }
    .technology .strip-one-wrapper .text-box .title {
        font-size: 15px;
        letter-spacing: 0.78px;
        line-height: 23px;
        margin-bottom: 0%;
    }
    .technology .strip-one-wrapper .text-box p:last-child {
        /* margin-top: 305px; */
        font-size: 15px;
        letter-spacing: 0.78px;
        line-height: 23px;
    }
    .technology .strip-one-wrapper .pic-section .video-icon-wrapper img {
        width: 90px;
    }
    .technology .tec-and-pro-wrapper {
        margin-top: 48px;
        height: 770px;
    }
    .technology .tec-and-pro-wrapper .strip-title-box .pollo-main-title {
        letter-spacing: 3.67px;
    }
    .tec-and-pro-wrapper .site-width {
        padding: 0;
    }
    .tec-and-pro-wrapper .tec-and-pro-slider-wrapper {
        width: 100%;
        height: auto;
        padding-bottom: 35px;
        margin: 29px auto;
        z-index: 1;
        position: relative;
    }
    .tec-and-pro-wrapper .item-content .tec-inner-slider {
        margin-top: 32px;
    }
    .tec-and-pro-wrapper .strip-title-box {
        width: 85%;
        margin: 0 auto;
    }
    .tec-and-pro-wrapper .item-content .tec-inner-slider {
        display: block;
    }
     .tec-and-pro-wrapper .item-content .main-img {
        width: 100%;
        margin-left: 0;
        float: none;
        height: 262px;
    }
     .tec-and-pro-wrapper .item-content .main-img .split-img {
        height: 262px;
        width: 90%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
     .tec-and-pro-wrapper .item-content .main-img .full-img {
        height: 262px;
        width: 90%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
     .tec-and-pro-wrapper .item-content .main-img .full-img>img {
        height: 100%;
    }
     .tec-and-pro-wrapper .item-content .small-imges-wrapper {
        height: 70px;
        width: 90%;
        float: none;
        margin: 6px auto;
        overflow: hidden;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
     .tec-and-pro-wrapper .item-content .small-imges-wrapper .img-wrapper {
        display: inline-block;
        height: 70px;
        width: 32.3%;
        margin-bottom: 0;
    }
     .tec-and-pro-wrapper .item-content .desc-box {
        width: 85%;
        margin: -10px auto;
        text-align: left;
    }
     .tec-and-pro-wrapper .item-content .desc-box.open {
        height: auto;
    }
     .tec-and-pro-wrapper .product-slider {
        display: none;
    }
     .tec-and-pro-wrapper .item-content .item-title-box {
        display: none;
    }
     .tec-and-pro-wrapper .pollo-more-btn.slider {
        margin: 38px 0 0 8%;
        display: inline-block;
        padding-bottom: 5px;
    }
    /* tec-and-pro-wrapper Dropdown */
    .tec-and-pro-wrapper .ul-wrapper .t-btn {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.63px;
        line-height: 16px;
        display: block;
        opacity: 1;
        margin-top: 21px;
    }
    .tec-and-pro-wrapper .ul-wrapper {
        position: relative;
        margin-top: 32px;
    }
    .tec-and-pro-wrapper .ul-wrapper .selecteted-item {
        font-family: "Codec Warm Trial", sans-serif;
        font-size: 17px;
        font-weight: 800;
        letter-spacing: 2.32px;
        line-height: 22px;
        display: block;
        text-transform: uppercase;
        margin-left: 25px;
        border-bottom: 1px solid #000;
        padding-bottom: 8px;
        width: 84%;
        max-width: 100%;
        margin: 0 auto;
    }
    .tec-and-pro-wrapper .ul-wrapper .ws-arrow {
        position: absolute;
        right: 29px;
        top: 3px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        border: 0;
        display: block;
    }
    .tec-and-pro-wrapper .ul-wrapper .ws-arrow:before {
        width: .7em;
        height: .7em;
        border-color: #000;
        transform: rotate(135deg) translateX(-1px) translateY(1px);
    }
    .tec-and-pro-wrapper .ul-wrapper .ws-arrow.open:before {
        transform: rotate(-45deg) translateX(-1px) translateY(1px);
    }
    .tec-and-pro-wrapper .ul-wrapper .ul-dropdown {
        display: block;
        margin-left: 25px;
        margin-top: 0px;
        margin-bottom: 30px;
        border-bottom: none;
        background-color: rgba(255, 255, 255, 0.95);
        width: 90%;
        height: auto;
        padding-bottom: 30px;
        max-width: 100%;
        position: absolute;
        z-index: 2;
    }
    .tec-and-pro-wrapper .ul-wrapper .t-btn.active {
        border-bottom: none;
        padding-bottom: 0;
        display: none;
    }
    .tec-and-pro-wrapper .descriptions-wrapper .item {
        width: 690px;
        max-width: 90%;
        margin-left: 25px;
        display: none;
        margin-top: 25px;
    }
    /* //-------------------- */
    .technology .indications-wrapper .site-width {
        padding: 0px 17px;
    }
    .technology .indications-wrapper .indications-title-box {
        width: 100%;
    }
    .technology .indications-wrapper .indications-title-box .pollo-main-title {
        letter-spacing: 3.17px;
    }
    .technology .indications-wrapper .indications-items-wrapper {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .technology .indications-wrapper .indications-item {
        width: 100%;
        height: auto;
        float: none;
        margin-left: 0px;
        margin-bottom: 40px;
    }
    .technology .indications-wrapper .img-box {
        width: auto;
        height: 230px;
    }
    .technology .indications-wrapper .content-box {
        width: 94%;
        margin: 31px auto;
    }
    .technology .indications-wrapper .item-desc-box {
        margin-top: 13px;
    }
    .technology .m-tec-slider .overflow-container {
        margin-left: 8.5%;
        margin-bottom: -70px;
    }
    .technology .m-tec-slider {
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
        height: 330px;
        margin-bottom: 50px;
    }
    .technology .m-tec-slider .m-tec-title-box {
        margin: 50px 0px -80px 8.5%;
        float: none;
    }
    .technology .m-tec-slider .items-wrapper .item {
        height: 182px;
        width: 237px;
        margin-top: 0px;
        margin-right: 10px;
    }
    .technology .m-tec-slider .m-tec-img-box {
        padding-top: 30px;
        width: 77px;
    }
    .technology .m-tec-slider .m-tec-img-box>img {
        width: 77px;
        height: 77px;
    }
    .technology .m-tec-slider .item-title-box {
        margin-top: 23px;
    }
    .technology .m-tec-slider .item-title {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 2.05px;
        line-height: 19px;
    }
    .technology .m-tec-slider .controllers-box {
        float: none;
        margin-top: 0px;
        position: relative;
        left: 70%;
    }
}

@media (max-width: 374px) {
    .page-cover.main#technology .pollo-main-title {
        font-size: 28px;
    }
    .studies-wrapper .s-items-wrapper .s-item .s-img-wrapper>img {
        width: 258px;
    }
    .studies-wrapper .s-items-wrapper .s-item .inner-box .social-icons-wrapper {
        margin: 15px -15px 0 150px;
    }
    .studies-wrapper {
        margin-top: 40px;
    }
    .studies-wrapper .s-items-wrapper .s-item .desc-wrapper {
        width: 80%;
    }
}


/* ## FAQ ## */

#cover.faq .cover-content .cover-txt {
    max-width: 550px;
}

.faq .search-bar {
    position: absolute;
    left: 54px;
    right: 54px;
    margin-top: -26px;
    padding: 21px 31px 12px;
    background: #F1F8FF;
    box-shadow: 4px 6px 8px 0 rgba(0, 0, 0, 0.1);
}

.faq .search-bar .search-icon {
    float: left;
    width: 37px;
}

.faq .search-bar .search-icon img {
    display: block;
}

.faq .search-bar .search-form {
    float: left;
    width: calc(100% - 37px);
    padding-left: 24px;
}

.faq .search-bar .search-form input[type="text"] {
    float: left;
    background: transparent;
}

.faq .search-bar .search-form input[type="submit"] {
    float: right;
    width: 11px;
    height: 18px;
    margin-top: 7px;
    background: url(images/submit-arrow.png) no-repeat center;
    background-size: 100%;
    opacity: 0;
}

.faq .search-bar .search-form.show input[type="submit"] {
    opacity: 1;
}

.faq .faqs-wrapper {
    padding-bottom: 80px;
}

.faq .faqs-wrapper .nav-wrapper {
    padding: 80px 0 52px;
    background: rgba(241, 248, 255, 0.25);
}

.faq .faqs-wrapper .nav-wrapper .topics-nav {
    display: flex;
    justify-content: space-between;
    margin: 0 54px;
    border-bottom: 1px solid #000;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: .5px;
}

.faq .faqs-wrapper .nav-wrapper .topics-nav li {
    position: relative;
    padding-bottom: 10px;
    opacity: .15;
    transition: all .3s ease-in-out;
}

.faq .faqs-wrapper .nav-wrapper .topics-nav li.active {
    opacity: 1;
}

.faq .faqs-wrapper .nav-wrapper .topics-nav li.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #000;
}

.faq .faqs-wrapper .nav-wrapper .topics-nav li a {
    color: inherit;
    text-decoration: none;
}

 .topics-content-wrapper .item {
    position: relative;
    margin: 0 50px;
    padding: 25px 0 0;
}

.faq .topics-content-wrapper .item {
    display: none;
}

 .topics-content-wrapper .item.show {
    display: block;
}

 .topics-content-wrapper .item .ques-wrapper,
 .topics-content-wrapper .item .answer-wrapper {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
}

 .topics-content-wrapper .item .ques-wrapper:after {
    content: "";
    clear: both;
    position: absolute;
    top: 100%;
    left: -50px;
    right: -50px;
    height: 1px;
    background: rgba(0, 0, 0, 0.07);
    transition: all .3s ease-in-out;
}

 .topics-content-wrapper .item .big-letter {
    display: inline-block;
    vertical-align: top;
    width: 52px;
    font-family: "Bodoni Std", serif;
    font-size: 70px;
    line-height: 1.15;
    color: #F5E6DD;
}

 .topics-content-wrapper .item .question,
 .topics-content-wrapper .item .answer {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
    margin-top: 26px;
    padding: 0 35px;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.4px;
}

 .topics-content-wrapper .item .question {
    padding-bottom: 52px;
    text-transform: uppercase;
}

 .topics-content-wrapper .item .answer {
    position: relative;
    overflow: hidden;
    padding-bottom: 56px;
    font-size: 17px;
    line-height: 26px;
}

 .topics-content-wrapper .item .ws-arrow {
    position: absolute;
    display: inline-block;
    transform: rotate(135deg);
    top: 50%;
    right: 0;
    width: 19px;
    height: 19px;
    margin-top: -19px;
    line-height: 1;
    font-size: 20px;
    border: none;
    transition: transform .3s ease-in-out;
}

 .topics-content-wrapper .item .ws-arrow:before {
    width: 0.6em;
    height: 0.6em;
    border-right: 0.05em solid #000;
    border-top: 0.05em solid #000;
    transform: none;
}

 .topics-content-wrapper .item .answer-wrapper {
    display: none;
    padding: 25px 0 0;
    font-size: 17px;
    line-height: 26px;
    overflow: hidden;
}

 .topics-content-wrapper .item.open {
    background-color: rgba(241, 248, 255, 0.6);
    border-top: 1px solid #fff;
}

 .topics-content-wrapper .item.open .question {
    font-weight: 700;
}

 .topics-content-wrapper .item.open .ques-wrapper:after {
    right: 0;
    left: 0;
}

 .topics-content-wrapper .item.open .ws-arrow {
    transform: rotate(-45deg);
}

 .topics-content-wrapper .faq-slider {
    height: 240px;
    margin: 45px 0;
}

 .topics-content-wrapper .faq-slider .slides {
    position: absolute;
    height: 100%;
}

 .topics-content-wrapper .faq-slider .slides .slide {
    position: relative;
    float: left;
    margin-left: 40px;
}

 .topics-content-wrapper .faq-slider .slides .slide .main-img {
    display: block;
}

 .topics-content-wrapper .faq-slider .slides .slide .video-icon-wrapper img {
    width: 65px;
    height: auto;
}

 .topics-content-wrapper .faq-slider .slides .slide:first-child {
    margin-left: 0;
}

 .topics-content-wrapper .faq-slider .ws-arrow {
    top: auto;
    bottom: 50px;
    cursor: pointer;
}

 .topics-content-wrapper .faq-slider .ws-arrow.forward {
    transform: rotate(45deg);
    right: 35px;
}

 .topics-content-wrapper .faq-slider .ws-arrow.back {
    transform: rotate(-45deg) scaleX(-1);
    right: 90px;
}

 .topics-content-wrapper .no-results {
    display: none;
    text-align: center;
}

 .topics-content-wrapper .no-results .nor-title {
    padding: 40px 0;
    font-family: 'Codec Warm Trial', sans-serif;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 800;
    text-transform: uppercase;
}

 .topics-content-wrapper .no-results .nor-text {
    position: relative;
    letter-spacing: 0.9px;
}

 .topics-content-wrapper .no-results .nor-text:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -26px;
    width: 52px;
    height: 1px;
    background: #000;
}

.faq .form-strip {
    padding: 90px 0;
    background-color: #F1F8FF;
}

@media all and (max-width: 767px) {
    #cover.faq {
        height: 615px;
        margin-top: 0;
    }
    #cover.faq .cover-content {
        position: static;
        padding-top: 90px;
    }
    #cover.faq .cover-content .cover-txt {
        margin-right: 84px;
    }
    #cover.faq .pollo-more-btn {
        display: none;
    }
    .faq .site-width {
        padding: 0 15px;
    }
    .faq .search-bar {
        margin-top: -35px;
        left: 15px;
        right: 15px;
        padding: 21px 31px 12px;
    }
    .faq .faqs-wrapper {
        padding-bottom: 0;
    }
    .faq .faqs-wrapper .nav-wrapper {
        padding: 60px 0 20px;
    }
    .faq .faqs-wrapper .nav-wrapper .chosen {
        position: relative;
        font-size: 13px;
        line-height: 16px;
        font-weight: 700;
        letter-spacing: .6px;
        text-transform: uppercase;
    }
    .faq .faqs-wrapper .nav-wrapper .chosen-wrapper .ws-arrow {
        position: absolute;
        top: 0;
        right: 32px;
        width: 13px;
        height: 13px;
        line-height: 13px;
        font-size: 18px;
        border: none;
    }
    .faq .faqs-wrapper .nav-wrapper .chosen-wrapper .ws-arrow:before {
        border-color: #000;
        transform: rotate(135deg);
    }
    .faq .faqs-wrapper .nav-wrapper .topics-nav {
        display: none;
        position: absolute;
        z-index: 2;
        width: 100%;
        margin: 10px 0 0;
        padding-top: 10px;
        border-bottom: none;
        border-top: 1px solid #000;
        background: rgba(255, 255, 255, .95);
    }
    .faq .faqs-wrapper .nav-wrapper .topics-nav li a {
        font-size: 13px;
        line-height: 16px;
    }
    .faq .faqs-wrapper .nav-wrapper .topics-nav li.active:after {
        display: none;
    }
    .faq .topics-content-wrapper .topic-content .item {
        margin: 0;
        padding: 14px 15px 0;
    }
    .faq .topics-content-wrapper .topic-content .item .question,
    .faq .topics-content-wrapper .topic-content .item .answer {
        width: calc(100% - 60px);
        margin-top: 9px;
        padding: 0 15px;
        font-size: 13px;
        line-height: 1.65;
    }
    .faq .topics-content-wrapper .topic-content .item .question {
        padding-bottom: 0;
        padding-right: 10px;
    }
     .topics-content-wrapper .item .ques-wrapper {
        padding-bottom: 18px;
    }
     .topics-content-wrapper .item .ques-wrapper:after {
        left: -15px;
        right: -15px;
    }
     .topics-content-wrapper .item .ws-arrow {
        top: 7px;
        margin-top: 0;
    }
     .topics-content-wrapper .item .big-letter {
        width: 38px;
        font-size: 46px;
    }
     .topics-content-wrapper .topic-content .item .answer-wrapper {
        padding-top: 13px;
    }
    .faq .topics-content-wrapper .topic-content .item .answer {
        width: calc(100% - 45px);
        padding-right: 0;
        overflow: visible;
    }
    .faq .topics-content-wrapper .topic-content .faq-slider {
        height: 160px;
        margin-left: -40px;
    }
    .faq .topics-content-wrapper .topic-content .faq-slider .slides .slide {
        width: 244px;
        height: 160px;
        overflow: hidden;
        margin-left: 15px;
    }
    .faq .topics-content-wrapper .topic-content .faq-slider .slides .slide img {
        position: relative;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .faq .topics-content-wrapper .topic-content .item .faq-slider .ws-arrow {
        top: auto;
        right: 0;
        bottom: 12px;
    }
    .faq .topics-content-wrapper .topic-content .item .faq-slider .ws-arrow.back {
        right: 30px;
    }
    .faq .topics-content-wrapper .topic-content .faq-slider .slides .slide .video-icon-wrapper img {
        width: 80px;
    }
    .faq .form-strip {
        margin: 18px 0 0;
        padding: 20px 0;
    }
}

@media all and (max-width: 374px) {
    #cover.faq .cover-content .cover-txt {
        margin-right: 54px;
    }
}


/* Single Treatment */

.treatment-pop-up .header-placeholder {
    display: none;
}

.treatment-pop-up .x-wrapper {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 100;
}

.treatment-pop-up .x-wrapper .ws-x-btn:before,
.treatment-pop-up .x-wrapper .ws-x-btn:after {
    background-color: #000;
}


/* --------------------------------------- */


/* -----animation: treatment-pop-up .pic-wrapper -----*/

@keyframes popup-pic-animation {
    0% {
        left: -50%;
        opacity: 0;
    }
    40% {
        left: -40%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

.treatment-pop-up .pic-wrapper {
    width: 38%;
    height: 900px;
    overflow: hidden;
    position: absolute;
    left: 0;
    opacity: 1;
    animation-name: popup-pic-animation;
    animation-duration: 2s;
    animation-iteration-count: 1;
}


/* -------------------------------------------- */

.treatment-pop-up .pic-wrapper img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


/* -----animation: treatment-pop-up .content-wrapper -----*/

@keyframes popup-content-animation {
    0% {
        left: -26%;
        opacity: 0;
    }
    52% {
        left: -26%;
        opacity: 1;
    }
    100% {
        left: 0%;
        opacity: 1;
    }
}

.treatment-pop-up .content-wrapper {
    width: 62%;
    height: 900px;
    overflow: hidden;
    float: right;
    position: relative;
    left: 0%;
    opacity: 1;
    animation-name: popup-content-animation;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

.treatment-pop-up .content-wrapper .title-wrapper {
    width: 420px;
    max-width: 100%;
    margin-top: 120px;
    margin-left: 72px;
}

.treatment-pop-up .content-wrapper .pop-up-title {
    color: #000;
    font-family: "Codec Warm Trial";
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 3.04px;
    line-height: 49px;
    text-transform: uppercase;
    font-variant: no-common-ligatures;
}

.treatment-pop-up .content-wrapper .ul-wrapper .ul-dropdown {
    width: 690px;
    max-width: 80%;
    margin-top: 60px;
    margin-bottom: 50px;
    margin-left: 71px;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
}

.treatment-pop-up .content-wrapper .ul-wrapper .t-btn {
    display: inline;
    color: #000;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.33px;
    line-height: 19px;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.15;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
}

.treatment-pop-up .content-wrapper .ul-wrapper .t-btn:hover {
    opacity: 1;
}

.treatment-pop-up .content-wrapper .ul-wrapper .t-btn.active {
    /* border-bottom: 4px solid #000;
  padding-bottom: 15px; */
    padding-bottom: 19px;
    opacity: 1;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper {
    overflow: auto;
    height: 534px;
    width: 100%;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item.active {
    display: block;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item {
    width: 690px;
    max-width: 80%;
    margin-left: 73px;
    display: none;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .txt {
    letter-spacing: 0.43px;
    font-weight: 500;
    margin-bottom: 17px;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .row {
    width: 100%;
    padding-bottom: 22px;
    margin-bottom: 21px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .row:last-child {
    border-bottom: none;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .row .pic-section {
    float: left;
    width: 16%;
    text-align: center;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .row .pic-section img {
    width: 50px;
    height: 50px;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .row .pic-section .logo-title {
    font-family: "Codec Warm Trial";
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.77px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 16px;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .row .txt-section {
    float: right;
    width: 84%;
    padding-left: 38px;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .row .txt-section .more {
    color: #000;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.73px;
    line-height: 19px;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    display: inline;
    padding-bottom: 4px;
    text-decoration: none;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-item-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 690px;
    max-width: 100%;
    height: 515px;
    overflow-y: auto;
    align-items: flex-start;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-box {
    width: auto;
    height: 140px;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-bottom: 70px;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-box .product-title {
    margin-top: 14px;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-box:hover .hover-box {
    opacity: 1;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-box .hover-box {
    width: 100%;
    height: auto;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-box .hover-box .hover-btn {
    width: 120px;
    height: 40px;
    border: 1px solid #000;
    text-align: center;
    margin: 50px auto;
    padding-top: 6px;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-box .hover-box .hover-btn a {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.73px;
    line-height: 19px;
    text-decoration: none;
    text-transform: uppercase;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-box .img-wrapper {
    width: 100%;
    height: 140px;
}

.treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-box .img-wrapper img {
    width: 180px;
    height: 140px;
}

.treatment-pop-up .content-wrapper .ul-wrapper .selecteted-item {
    display: none;
}


/* ---------------------------media-query------------------------------- */

@media all and (max-width: 1023px) {
    .treatment-pop-up .content-wrapper .title-wrapper {
        margin-left: 25px;
    }
    .treatment-pop-up .content-wrapper .ul-wrapper .t-btn {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.63px;
        line-height: 16px;
        display: block;
        opacity: 1;
        margin-top: 21px;
    }
    .treatment-pop-up .content-wrapper .ul-wrapper {
        position: relative;
    }
    .treatment-pop-up .content-wrapper .ul-wrapper .selecteted-item {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.63px;
        line-height: 16px;
        display: block;
        text-transform: uppercase;
        margin-top: 30px;
        margin-left: 25px;
        border-bottom: 1px solid #000;
        padding-bottom: 15px;
        width: 90%;
        max-width: 100%;
    }
    .treatment-pop-up .content-wrapper .ul-wrapper .ws-arrow {
        position: absolute;
        right: 22px;
        top: 0;
        width: 16px;
        height: 16px;
        line-height: 16px;
        border: 0
    }
    .treatment-pop-up .content-wrapper .ul-wrapper .ws-arrow:before {
        width: .7em;
        height: .7em;
        border-color: #000;
        transform: rotate(135deg) translateX(-1px) translateY(1px);
    }
    .treatment-pop-up .content-wrapper .ul-wrapper .ws-arrow.open:before {
        transform: rotate(-45deg) translateX(-1px) translateY(1px);
    }
    .treatment-pop-up .content-wrapper .ul-wrapper .ul-dropdown {
        display: block;
        margin-left: 25px;
        margin-top: 0px;
        margin-bottom: 30px;
        border-bottom: none;
        background-color: rgba(255, 255, 255, 0.95);
        width: 90%;
        height: 105px;
        max-width: 100%;
        position: absolute;
        z-index: 2;
    }
    .treatment-pop-up .content-wrapper .ul-wrapper .t-btn.active {
        border-bottom: none;
        padding-bottom: 0;
        display: none;
    }
    .treatment-pop-up .content-wrapper .descriptions-wrapper .item {
        width: 690px;
        max-width: 90%;
        margin-left: 25px;
        display: none;
        margin-top: 25px;
    }
}

@media all and (max-width: 767px) {
    .treatment-pop-up .x-wrapper {
        right: 15px;
        top: 90px;
        z-index: 2;
    }
    .treatment-pop-up .x-wrapper .ws-x-btn {
        border-color: #fff;
    }
    .treatment-pop-up .x-wrapper .ws-x-btn:before,
    .treatment-pop-up .x-wrapper .ws-x-btn:after {
        background-color: #fff;
    }
    .treatment-pop-up .header-placeholder {
        display: block;
        height: 65px;
    }
    .treatment-pop-up .pic-wrapper {
        width: 100%;
        height: 204px;
        position: unset;
    }
    .treatment-pop-up .pic-wrapper img {
        width: 100%;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-30%);
        left: 0;
    }
    .treatment-pop-up .content-wrapper {
        width: 100%;
        height: 390px;
        position: unset;
    }
    .treatment-pop-up .content-wrapper .descriptions-wrapper {
        overflow: auto;
        height: 220px;
        width: 95%;
    }
    .treatment-pop-up .content-wrapper .pop-up-title {
        font-size: 25px;
        letter-spacing: 1.9px;
        line-height: 29px;
    }
    .treatment-pop-up .content-wrapper .title-wrapper {
        margin-top: 30px;
        margin-left: 25px;
    }
    .treatment-pop-up .content-wrapper .ul-wrapper .selecteted-item {
        width: 85.3%;
    }
    .treatment-pop-up .content-wrapper .ul-wrapper .ul-dropdown {
        width: 85.3%;
    }
    .treatment-pop-up .content-wrapper .descriptions-wrapper .item .row .pic-section {
        float: none;
        width: 100%;
    }
    .treatment-pop-up .content-wrapper .descriptions-wrapper .item .row .txt-section {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
    .treatment-pop-up .content-wrapper .descriptions-wrapper .item .txt {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.69px;
        line-height: 23px;
        margin-bottom: 7px;
    }
    .treatment-pop-up .content-wrapper .descriptions-wrapper .item .row .txt-section .more {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.63px;
        line-height: 16px;
        text-decoration: none;
    }
    .treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-box {
        width: 148px;
        height: 126px;
        margin-bottom: 55px;
    }
    .treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-box .img-wrapper {
        height: 126px;
    }
    .treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-box .img-wrapper img {
        width: 148px;
        height: 126px;
    }
    .treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-box .product-title {
        margin-top: 10px;
    }
    .treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-item-wrapper {
        height: auto;
    }
    .treatment-pop-up .content-wrapper .descriptions-wrapper .item .product-box .hover-box .hover-btn {
        margin: 44px auto;
    }
}


/****** DEBUG **********/

body.debug.treatment-pop-up.mobile {
    background: url("debug/Treatment_debug/Mobile/M_Treatments_Lobby_Popup_01@2x.jpg") no-repeat top center;
    background-size: 375px auto;
}


/* Treatments Lobby */

.treatment .items-wrapper {
    margin-left: -4%;
    margin-bottom: 187px;
}

.treatment .more-items .items-wrapper {
    margin-left: 0;
}

.treatment .items-wrapper .item {
    width: 46%;
    height: 369px;
    background-color: #F5E6DD;
    margin-top: 80px;
    margin-bottom: -9px;
    margin-left: 3.9%;
    float: left;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.treatment .items-wrapper .item.anim {
    opacity: 1;
    margin-top: 59px;
}

.treatment .items-wrapper .item.not-active {
    opacity: 0.3;
}

.treatment .items-wrapper .item .item-img-wrapper {
    width: 40%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.treatment .items-wrapper .item .item-img-wrapper img {
    width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.treatment .items-wrapper .item .item-description-wrapper {
    float: right;
    width: 60%;
    padding: 6.6% 5.8%;
}

.treatment .items-wrapper .item .item-description-wrapper .item-title {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1.17px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.treatment .items-wrapper .item .item-description-wrapper .item-description {
    letter-spacing: 0.13px;
    margin-bottom: 8.4px;
    margin-left: 2px;
}

.treatment .items-wrapper .item .item-content-box {
    overflow: hidden;
    height: 216px;
}

.treatment .loading {
    clear: both;
    font-size: 13px;
    text-align: center;
}

.treatment .loading .line {
    position: relative;
    top: -10px;
    display: inline-block;
    width: 75px;
    height: 1px;
    background: #000;
}


/* ---------------------------media-query------------------------------- */

@media all and (max-width: 1023px) {
    .treatment .items-wrapper {
        margin-left: 0;
        margin-top: -15px;
        padding: 15px;
    }
    .treatment .items-wrapper .item {
        width: 100%;
        margin-left: 0;
        margin: 15px auto;
        float: none;
    }
    .treatment .items-wrapper .item.anim {
        margin-top: 15px;
    }
    .treatment .items-wrapper .item .item-img-wrapper {
        width: 37%
    }
    .treatment .items-wrapper .item .item-description-wrapper {
        width: 63%;
    }
}

@media all and (max-width: 767px) {
    .treatment .items-wrapper .item {
        height: 503px;
    }
    .treatment .items-wrapper .item .item-img-wrapper {
        width: 100%;
        height: 42%;
        float: none;
        overflow: hidden;
    }
    .treatment .items-wrapper .item .item-img-wrapper img {
        width: 100%;
        height: auto;
        position: relative;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .treatment .items-wrapper .item .item-description-wrapper {
        float: none;
        width: 100%;
        padding: 7.7% 4.1%;
    }
    .treatment .items-wrapper .item .item-description-wrapper .item-title {
        font-size: 17px;
        letter-spacing: 1.29px;
        line-height: 23px;
    }
    .treatment .items-wrapper .item .item-content-box {
        height: 215px;
    }
    .treatment .items-wrapper .item .item-description-wrapper .item-description {
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 1px;
        line-height: 23px;
    }
    .treatment .items-wrapper .item .item-description-wrapper .more {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.63px;
        line-height: 16px;
    }
}


/****** DEBUG **********/

body.debug.treatment {
    background: url("debug/Treatment_debug/D_Treatments_Lobby@2x.jpg") no-repeat top center;
    background-size: 1440px auto;
}

body.debug.treatment.m {
    background: url('debug/Treatment_debug/Mobile/M _ Treatments Lobby@2x.jpg') no-repeat top center;
    background-size: 375px auto;
}


/* ----------------------------------------------------------------- */


/* Products Lobby */

@media (max-width: 1380px) {
    .home-lobby .site-width,
    .home-lobby .inner-width {
        padding: 0 0px;
    }
}

.home-lobby .site-width .desc-wrapper {
    text-align: center;
    width: 70%;
    margin: 70px auto;
}

.home-lobby .site-width .desc-wrapper .title-wrapper {
    margin: 0 auto;
}

.home-lobby .site-width .desc-wrapper .txt-wrapper {
    margin-top: 12px;
}

.home-lobby .site-width .desc-wrapper .txt-wrapper .txt {
    letter-spacing: 0.88px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
}

.home-lobby .site-width .items-wrapper {
    margin-top: -17px;
}

.home-lobby .site-width .items-wrapper .item {
    width: 26.4%;
    min-width: 300px;
    height: 295px;
    float: left;
    margin-left: 5.1%;
    position: relative;
    margin-bottom: 118px;
}

.home-lobby .site-width .items-wrapper .item .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 1;
}

.home-lobby .site-width .items-wrapper .item:hover .overlay {
    opacity: 1;
}

.home-lobby .site-width .items-wrapper .item .overlay-filter {
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 15px -3px #32353c;
    position: absolute;
    text-align: center;
    z-index: 2;
}

.home-lobby .site-width .items-wrapper .item .overlay-filter .pollo-arrow-btn {
    top: 60%;
    background: #000;
}

.home-lobby .site-width .items-wrapper .item .overlay-filter .pollo-arrow-btn::after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

 .products-strip .items-wrapper .item .overlay .pollo-arrow-btn {
    top: 60%;
    background: #000;
}

.home-lobby .site-width .items-wrapper .item .overlay .overlay-txt {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1.13px;
    line-height: 26px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-lobby .site-width .items-wrapper .item .overlay .over-btn {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 73%;
    left: 50.6%;
    transform: translate(-50%, -50%);
}

.home-lobby .site-width .items-wrapper .item .img-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-lobby .site-width .items-wrapper .item img {
    min-width: 100%;
    height: 100%;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.home-lobby .site-width .items-wrapper .item .product-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.97px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 18px;
}

 .tec-section {
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 31px;
}

body.touch  .tec-section {
    background-attachment: scroll !important;
}

 .tec-section .desc-wrapper {
    text-align: center;
    width: 70%;
    margin: 0px auto;
    padding-top: 63px;
}

 .tec-section .desc-wrapper .title-wrapper {
    margin: 0 auto;
}

 .tec-section .desc-wrapper .title-wrapper .title {
    color: #fff;
    font-family: "Codec Warm Trial news";
    font-size: 55px;
    letter-spacing: 7.5px;
    line-height: 68px;
    text-align: center;
    text-transform: uppercase;
}

 .tec-section .desc-wrapper {
    color: #FFF;
}

 .tec-section .desc-wrapper .title-wrapper .pollo-main-title {
    color: #fff;
}

 .tec-section .desc-wrapper .txt-wrapper {
    margin-top: 23px;
}

 .tec-section .desc-wrapper .txt-wrapper .txt {
    letter-spacing: 1.13px;
    font-weight: 400;
    line-height: 31px;
    font-size: 18px;
}

 .tec-section .tec-item-wrapper {
    text-align: center;
    margin: 93px auto 0;
    display: flex;
    justify-content: center;
}

.home-lobby.prof .tec-item-wrapper {
    width: 100%;
}

 .tec-section .tec-item-wrapper .a-tec-item {
    width: 200px;
    margin: 0 22px;
}

 .tec-section .tec-item-wrapper .tec-item {
    display: inline-block;
    width: 100%;
}

 .tec-section .tec-item-wrapper .tec-item .title-wrapper {
    width: 100%;
    position: relative;
    display: block;
}

 .tec-section .tec-item-wrapper .tec-item .item-title {
    display: inline;
    padding-top: 19px;
    color: #F5E6DD;
    font-family: "Codec Warm Trial";
    font-size: 18.9px;
    font-weight: 700;
    font-variant: no-common-ligatures;
    letter-spacing: 2.58px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    margin-left: 17px;
}

 .tec-section .tec-item-wrapper .tec-item .ws-arrow {
    display: inline;
    bottom: -2px;
    right: -30px;
    border: 0px solid #BCBED2;
    opacity: 0;
    transition: all .3s ease-in-out;
}

 .tec-section .tec-item-wrapper .tec-item .ws-arrow::before {
    width: 12px;
    height: 12px;
    border-right: 1px solid #F5E6DD;
    border-top: 1px solid #F5E6DD;
}

 .tec-section .tec-item-wrapper .a-tec-item:hover .ws-arrow {
    opacity: 1;
    display: inline;
}

 .tec-section .tec-item-wrapper .a-tec-item:hover .tec-item img {
    filter: brightness(100);
}


/* ---------------------------media-query------------------------------- */

@media all and (max-width: 1023px) {}

@media all and (max-width: 1090px) {
    .home-lobby .site-width .items-wrapper {
        width: 670px;
        margin: -17px auto 0;
        transform: translateX(-2.5%);
    }
}

@media all and (max-width: 767px) {
    .page-cover#home-lobby-cover {
        height: 615px;
    }
    .page-cover#home-lobby-cover .cover-content .icon-wrapper {
        margin-top: 178px;
        transition: all 0.4s ease-in-out 0s;
    }
    .page-cover#home-lobby-cover .cover-content .partner-zone-btn-wrapper {
        margin: 25px 0;
    }
    .home-lobby .site-width .items-wrapper {
        width: 335px;
        margin: -17px auto 0;
        transform: translateX(-2.5%);
    }
    .home-lobby .site-width .desc-wrapper {
        width: 100%;
        padding: 0 30px;
        margin-top: 41px;
        margin-bottom: 63px;
    }
    .home-lobby .site-width .desc-wrapper .title-wrapper .title {
        font-size: 35px;
        letter-spacing: 4.77px;
        line-height: 41px;
        text-align: center;
    }
    .home-lobby .site-width .desc-wrapper .txt-wrapper .txt {
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0.8px;
        line-height: 23px;
        text-align: center;
    }
    .home-lobby .site-width .items-wrapper .item {
        width: 150px;
        min-width: 150px;
        height: 140px;
        margin-left: 17px;
        margin-bottom: 45px;
    }
    .home-lobby .site-width .items-wrapper .item .product-title {
        font-size: 13px;
        letter-spacing: 0.63px;
        line-height: 16px;
        margin-top: 10px;
    }
    .home-lobby .site-width .items-wrapper .item:hover .overlay {
        opacity: 0;
    }
    .home-lobby .site-width .items-wrapper .item .overlay .over-btn {
        width: 100%;
        height: 100%;
        top: 50%;
    }
    .home-lobby .tec-section {
        margin-top: 21px;
    }
    .home-lobby .tec-section {
        height: 647px;
    }
    .home-lobby.prof .tec-section {
        height: 860px;
    }
    .home-lobby .tec-section .desc-wrapper {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 51px;
    }
    .home-lobby .tec-section .desc-wrapper .txt-wrapper {
        margin-top: 10px;
        padding: 0 27px 30px;
    }
    .home-lobby .tec-section .desc-wrapper .title-wrapper .title {
        font-size: 35px;
        letter-spacing: 4.77px;
        line-height: 41px;
        text-align: center;
    }
    .home-lobby .tec-section .desc-wrapper .txt-wrapper .txt {
        font-size: 15px;
        letter-spacing: 0.8px;
        line-height: 23px;
        text-align: center;
    }
     .tec-section .tec-item-wrapper {
        width: 100%;
        margin: 0px auto 0;
        flex-wrap: wrap;
    }
     .tec-section .tec-item-wrapper .a-tec-item {
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin: 0;
        padding: 20px 31px;
    }
     .tec-section .tec-item-wrapper .tec-item {
        display: flex;
        flex-wrap: nowrap;
    }
     .tec-section .tec-item-wrapper .tec-item .item-title {
        float: left;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 2.05px;
        line-height: 19px;
        margin-left: 20px;
        padding-top: 21px;
        text-align: start;
        /* width: min-content; */
        font-size: 14px!important;
    }
     .tec-section .tec-item-wrapper .tec-item img {
        float: left;
        width: 56px;
        height: 56px!important;
    }
     .tec-section .tec-item-wrapper .tec-item .ws-arrow {
        opacity: 1;
        float: right;
        padding-top: 12px;
    }
}

@media all and (max-width: 374px) {
    .page-cover .cover-content .cover-title {
        font-size: 27px;
    }
    .home-lobby .site-width .items-wrapper {
        width: 176px;
    }
    .lobby-pop-up .pop-up-content .x-wrapper {
        top: -6px;
    }
    .lobby-pop-up .pop-up-content .x-wrapper .ws-x-btn {
        border: 0;
    }
    .lobby-pop-up .pop-up-content .x-wrapper .ws-x-btn:before,
    .ws-x-btn:after {
        background-color: #000;
    }
}

@media all and (max-width: 320px) {
    .footer-content .footer-right .footer-qr>div {
        /* width: 27%; */
    }
    .footer-content .footer-right .footer-qr span {
        font-size: 12px;
    }
     .tec-section .tec-item-wrapper .tec-itemmg {
        height: 46px!important;
    }
     .tec-section .tec-item-wrapper .tec-item img {
        width: 46px;
        height: 46px!important;
    }
    .tech-index-bg .item-title {
        margin-left: 10px;
        font-size: 14px!important;
        padding-top: 16px;
    }
    .products-list .product-item .overlay .overlay-title {
        font-size: 13px;
        margin-top: 12px;
    }
    .products-list .product-item .overlay .overlay-filter .overlay-txt {
        font-size: 12px;
        top: 58%!important;
    }
    .products-list .product-item .overlay .btn-block {
        top: 75%;
    }
    .product-ver-cover .cover-content .cover-txt {
        font-size: 14px!important;
    }
}


/****** DEBUG **********/

body.debug.home-lobby {
    background: url("debug/Home_Lobby_debug/desktop/Home_Lobby.jpg") no-repeat top center;
    background-size: 1440px auto;
}

body.debug.home-lobby.pop-up {
    background: url("debug/Home_Lobby_debug/desktop/Home_Lobby_Partner.jpg") no-repeat top center;
    background-size: 1440px auto;
}

body.debug.home-lobby.m {
    background: url('debug/Home_Lobby_debug/mobile/M_Home_Lobby.jpg') no-repeat top center;
    background-size: 375px auto;
}

body.debug.home-lobby.m.pop-up {
    background: url('debug/Home_Lobby_debug/mobile/M _ Home Lobby _ Popup@2x.jpg') no-repeat top center;
    background-size: 375px auto;
}


/* ----------------------------------------------------------------- */


/* Content */

.content {
    padding-top: 50px;
    background-color: #fff;
    position: relative;
    padding-bottom: 1px;
}

#cover.content {
    position: fixed;
    top: 0;
}

#cover.content .slider-wrapper {
    width: 100%;
    height: 100%;
}

#cover.content .slider-wrapper .m-slider {
    height: 100%;
}

#cover.content .slider-wrapper .m-slider .items-wrapper {
    height: 100%;
}

#cover.content .slider-wrapper .m-slider .item {
    width: 100vw;
    height: 100%;
}

#cover.content .slider-wrapper .m-slider .item .img-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#cover.content .slider-wrapper .m-slider .item .img-wrapper img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#cover.content .slider-wrapper .m-slider .ws-arrow.back {
    margin-right: 5%;
}


/* ---------------- */

body.single.single-post .cover-content {
    height: 580px;
    width: 82%;
    padding-top: 80px;
}

body.single.single-post .cover-content .pollo-main-title {
    max-width: 100%;
    text-align: left;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

body.single.single-post .cover-content .cover-txt {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.87px;
    line-height: 23px;
    opacity: 0.5;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

body.single.single-post .cover-content.black-txt .pollo-main-title,
body.single.single-post .cover-content.black-txt .cover-txt {
    color: #000;
}

body.single.single-post .cover-content .icon-wrapper {
    margin-top: 50px;
}


/* //strip-1------------------------------- */

.content .strip-1-wrapper {
    margin-top: 8px;
    padding-bottom: 63px;
}


/* --left-section-- */

.content .strip-1-wrapper .left-section {
    float: left;
    width: 67.6%;
    padding: 90px 100px 0;
    margin-top: -177px;
    background: #fff;
}

.content .strip-1-wrapper .left-section .tags-wrapper .pollo-link {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    border-bottom: none;
    transition: all .3s ease-in-out;
}

.content .strip-1-wrapper .left-section .tags-wrapper .pollo-link:hover {
    border-bottom: 3px solid #000;
}

.content .strip-1-wrapper .left-section .entry-content h2 {
    font-size: 20px;
    letter-spacing: 0.77px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.content .strip-1-wrapper .left-section .entry-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 26px;
}

.content .strip-1-wrapper .left-section .entry-content p {
    letter-spacing: 0.83px;
    margin-bottom: 30px;
}

.content .strip-1-wrapper .left-section .entry-content blockquote {
    margin-bottom: 50px;
    margin-top: 50px;
    font-family: "Bodoni Std", serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1.42px;
    line-height: 33px;
    padding-left: 100px;
}

.content .strip-1-wrapper .left-section .video-pic-box {
    position: relative;
    margin-top: 53px;
    margin-bottom: 42px;
}

.content .strip-1-wrapper .left-section .video-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.content .strip-1-wrapper .left-section .pic-wrapper {
    width: 100%
}

.content .strip-1-wrapper .left-section .pic-wrapper img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.content .strip-1-wrapper .left-section .entry-content ul {
    list-style: none;
    margin: 39px 0 50px 44px;
}

.content .strip-1-wrapper .left-section .entry-content li {
    position: relative;
    margin-bottom: 12px;
    letter-spacing: 0.83px;
}

.content .strip-1-wrapper .left-section .entry-content ul>li::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1.2em;
    border-bottom: 3px solid black;
    top: 11px;
    left: -44px;
}

.content .strip-1-wrapper .left-section .inner-slider {
    margin-bottom: 18px;
}

.content .strip-1-wrapper .left-section .inner-slider .small-imges-wrapper {
    width: 27%;
    margin-left: 1.5%;
}

.content .strip-1-wrapper .left-section .m-slider {
    margin-bottom: 48px;
}

.content .strip-1-wrapper .left-section .m-slider .overflow-slider {
    margin-bottom: 18px;
}

.content .strip-1-wrapper .left-section .m-slider .ws-arrow.forward {
    right: -0.2%;
    bottom: 0.7vw;
}

.content .strip-1-wrapper .left-section .m-slider .ws-arrow.back {
    right: -0.2%;
    bottom: 0.7vw;
    margin-right: 8%;
}

.content .strip-1-wrapper .left-section .m-slider .item-title {
    font-size: 13px;
    letter-spacing: 1.7px;
    line-height: 26px;
}

.content .strip-1-wrapper .left-section .tags-wrapper a {
    text-decoration: none;
}

.content .strip-1-wrapper .left-section .tags-wrapper a+a:after {
    left: 6px;
    width: calc(100% - 6px);
}

.content .strip-1-wrapper .left-section .tags-wrapper a+a span:before {
    content: " | ";
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}


/* --right-section-- */

.content .strip-1-wrapper .right-section {
    float: right;
    width: 27.9%;
}

.content .strip-1-wrapper .right-section .social-icons-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 14px;
}

.content .strip-1-wrapper .right-section .social-icons-wrapper a {
    margin-right: 28px;
    transition: opacity .2s ease-in-out;
}

.content .strip-1-wrapper .right-section .social-icons-wrapper a:hover {
    opacity: .4;
}

.content .strip-1-wrapper .right-section .right-s-title {
    margin-top: 30px;
}

.content .strip-1-wrapper .right-section .right-s-title .title {
    font-size: 20px;
    letter-spacing: 0.97px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.content .strip-1-wrapper .right-section .studies-wrapper.articles {
    margin-top: 23px;
}

.content .strip-1-wrapper .studies-wrapper.articles .s-items-wrapper .s-item {
    width: 100%;
    margin-bottom: 42px;
}

.content .strip-1-wrapper .studies-wrapper.articles .s-items-wrapper .s-item .s-img-wrapper {
    height: 18.8vw;
}

.content .strip-1-wrapper .studies-wrapper.articles .s-items-wrapper .s-item .s-img-wrapper img {
    width: auto;
    height: 100%;
}

.content .strip-1-wrapper .studies-wrapper.articles .s-items-wrapper .s-item .content-wrapper {
    margin-left: 0px;
    border-bottom: none;
}

.content .strip-1-wrapper .studies-wrapper .s-items-wrapper .s-item .s-title-wrapper {
    margin-top: 26px;
}

.content .strip-1-wrapper .studies-wrapper .s-items-wrapper .s-item .s-title-wrapper .s-title {
    letter-spacing: 2.6px;
}

.content .strip-1-wrapper .studies-wrapper.articles .s-items-wrapper .s-item .desc-wrapper {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 7px;
}

.content .strip-1-wrapper .studies-wrapper .s-items-wrapper .s-item .desc-wrapper .s-desc {
    letter-spacing: 0.58px;
}


/* ------Pop-Up--Get more info----- */

.content .lobby-pop-up .pop-up-content {
    height: auto;
    width: 79.2%;
}

.content .lobby-pop-up .pop-up-content .input-wrapper {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 88.2%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-left: 18px;
    margin-bottom: 21px;
}

.content .lobby-pop-up .pop-up-content .pop-up-form {
    margin-top: 76px;
}

.content .lobby-pop-up .pop-up-content .pollo-form .subscribe-wrapper .checkbox-container {
    padding-left: 48px;
}

.content .lobby-pop-up .pop-up-content .input-wrapper .size {
    float: right;
    opacity: 0.3;
    margin-right: 1.9%;
    font-size: 17px;
    letter-spacing: 1.13px;
    line-height: 26px;
}

.content .lobby-pop-up .pop-up-content .input-wrapper .checkbox-container p {
    display: inline;
    font-size: 17px;
    letter-spacing: 1.13px;
    line-height: 26px;
}

.content .lobby-pop-up .pop-up-content .pollo-form .subscribe-wrapper .checkmark {
    width: 28px;
    height: 28px;
    top: 0px;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.content .lobby-pop-up .pop-up-content .pollo-form .subscribe-wrapper .checkmark::after {
    top: 6px;
    left: 10px;
    border-width: 0 2px 2px 0;
}

.content .lobby-pop-up .pop-up-content .pop-up-form .submit-wrapper {
    height: 38px;
    width: 277px;
    margin: 52px auto;
}

.content .lobby-pop-up .pop-up-content .pop-up-form .submit-wrapper.active {
    background-color: #000;
}

.content .lobby-pop-up .pop-up-content .pop-up-form .submit-wrapper input[type="submit"] {
    line-height: 25px;
}


/* ------Pop-Up-responsive------ */

@media all and (max-width: 767px) {
    .content .lobby-pop-up .pop-up-content .input-wrapper .checkbox-container p {
        display: inline-block;
        width: 161px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .content .lobby-pop-up .pop-up-content {
        height: 500px;
        width: 90%;
    }
    .content .lobby-pop-up .pop-up-content .input-wrapper {
        position: unset;
    }
    .content .lobby-pop-up .pop-up-content .pop-up-title .title {
        letter-spacing: 2.77px;
    }
    .content .lobby-pop-up .pop-up-content .pop-up-form {
        overflow: scroll;
    }
}


/* <!--strip-3---> */

.content .strip3-wrapper {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    padding-bottom: 56px;
}

.content .strip3-wrapper .img-wrapper {
    width: 100%;
}

.content .strip3-wrapper .img-wrapper img {}

.content .strip3-wrapper .content-wrapper {
    width: 100%;
    padding: 80px 180px 0;
}

.content .strip3-wrapper .title-box {
    padding: 0 15%;
}

.content .strip3-wrapper .pollo-main-title {
    color: #fff;
    line-height: 68px;
    font-family: "Codec Warm Trial News", sans-serif;
}

.content .strip3-wrapper .desc-box {
    margin-top: 25px;
}

.content .strip3-wrapper .desc {
    color: #fff;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.68px;
}

.content .strip3-wrapper .content-wrapper .pollo-more-btn-wrapper {
    width: 90px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 2px;
}

.content .strip3-wrapper .content-wrapper .pollo-more-btn {
    color: #fff;
    display: none;
}

.content .strip3-wrapper .content-wrapper .pollo-more-btn::after {
    background-color: #fff;
}


/* <!--strip-4-heads-up-slider--> */

.content .heads-up-wrapper.anim {
    margin: 71px auto 123px;
}

.content .heads-up-wrapper .desc-box {
    padding: 0 9.2%;
}

.content .heads-up-wrapper .desc {
    text-align: center;
    letter-spacing: 0.53px;
}

.content .heads-up-wrapper .m-slider.heads-up .ws-arrow.forward {
    right: 45.6%;
    bottom: -4.8vw;
}

.content .heads-up-wrapper .m-slider.heads-up .ws-arrow.back {
    margin-right: 7.6%;
    right: 45.6%;
    bottom: -4.8vw;
}

.content .heads-up-wrapper .m-slider.heads-up .count {
    right: 32.6%;
    bottom: -5vw;
    width: auto;
}

.content .heads-up-wrapper .m-slider.heads-up .pollo-more-btn {
    bottom: 10px;
}


/* ------------traetment popup------------------ */

.content .treatment-pop-up .content-wrapper {
    width: 100%;
    /* height: 230px; */
    overflow: unset;
    float: none;
}

.content .treatment-pop-up>.content-wrapper {
    height: auto;
}

.content .treatment-pop-up .m-slider.heads-up .item {
    height: auto;
}

.content .treatment-pop-up .content-wrapper .ul-wrapper {
    width: 65%;
    margin: 0 auto;
}

.content .treatment-pop-up .content-wrapper .descriptions-wrapper .dropDownItem .desc {
    text-align: left;
}

.content .treatment-pop-up .content-wrapper .ul-wrapper .ul-dropdown {
    width: 690px;
    max-width: 80%;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 71px;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
}

.content .treatment-pop-up .content-wrapper .ul-wrapper .t-btn {
    display: inline;
    color: #000;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.33px;
    line-height: 19px;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.15;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
}

.content .treatment-pop-up .content-wrapper .ul-wrapper .t-btn:hover {
    opacity: 1;
}

.content .treatment-pop-up .content-wrapper .ul-wrapper .t-btn.active {
    border-bottom: 4px solid #000;
    padding-bottom: 15px;
    opacity: 1;
}

.content .treatment-pop-up .content-wrapper .descriptions-wrapper {
    overflow: unset;
    height: 100%;
    width: 100%;
}

.content .treatment-pop-up .content-wrapper .descriptions-wrapper .dropDownItem.active {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.content .treatment-pop-up .content-wrapper .descriptions-wrapper .dropDownItem {
    width: 100%;
    display: none;
}


/* ---------------------------media-query------------------------------- */

@media all and (max-width: 1023px) {
    .content .treatment-pop-up .content-wrapper .ul-wrapper .t-btn {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.63px;
        line-height: 16px;
        display: block;
        opacity: 1;
        margin-top: 21px;
    }
    .content .treatment-pop-up .content-wrapper .ul-wrapper {
        position: relative;
    }
    .content .treatment-pop-up .content-wrapper .ul-wrapper .selecteted-item {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.63px;
        line-height: 16px;
        display: block;
        text-transform: uppercase;
        margin-top: 30px;
        margin-left: 25px;
        border-bottom: 1px solid #000;
        padding-bottom: 15px;
        width: 90%;
        max-width: 100%;
    }
    .content .treatment-pop-up .content-wrapper .ul-wrapper .ws-arrow {
        position: absolute;
        right: 22px;
        top: 0;
        width: 16px;
        height: 16px;
        line-height: 16px;
        border: 0
    }
    .content .treatment-pop-up .content-wrapper .ul-wrapper .ws-arrow:before {
        width: .7em;
        height: .7em;
        border-color: #000;
        transform: rotate(135deg) translateX(-1px) translateY(1px);
    }
    .content .treatment-pop-up .content-wrapper .ul-wrapper .ws-arrow.open:before {
        transform: rotate(-45deg) translateX(-1px) translateY(1px);
    }
    .content .treatment-pop-up .content-wrapper .ul-wrapper .ul-dropdown {
        display: block;
        margin-left: 25px;
        margin-top: 0px;
        margin-bottom: 30px;
        border-bottom: none;
        background-color: rgba(255, 255, 255, 0.95);
        width: 90%;
        height: 105px;
        max-width: 100%;
        position: absolute;
        z-index: 2;
    }
    .content .treatment-pop-up .content-wrapper .ul-wrapper .t-btn.active {
        border-bottom: none;
        padding-bottom: 0;
        display: none;
    }
    .content .treatment-pop-up .content-wrapper .descriptions-wrapper .dropDownItem {
        width: 690px;
        max-width: 90%;
        margin-left: 25px;
        display: none;
        margin-top: 25px;
    }
}

@media all and (max-width: 767px) {
    .content .treatment-pop-up .x-wrapper .ws-x-btn {
        border-color: #fff;
    }
    .content .treatment-pop-up .x-wrapper .ws-x-btn:before,
    .content .treatment-pop-up .x-wrapper .ws-x-btn:after {
        background-color: #fff;
    }
    .content .treatment-pop-up .content-wrapper {
        width: 100%;
        float: none;
    }
    .content .treatment-pop-up .content-wrapper .descriptions-wrapper {
        overflow: auto;
        height: auto;
        width: 100%;
    }
    .content .treatment-pop-up .content-wrapper .ul-wrapper .selecteted-item {
        width: 85.3%;
    }
    .content .treatment-pop-up .content-wrapper .ul-wrapper .ul-dropdown {
        width: 85.3%;
    }
    .content .treatment-pop-up .content-wrapper .ul-wrapper {
        width: 100%;
    }
    .content .heads-up-wrapper .m-slider.heads-up .ws-arrow.forward {
        right: 35%;
        bottom: -15.8vw;
    }
    .content .heads-up-wrapper .m-slider.heads-up .ws-arrow.back {
        margin-right: 25.6%;
        right: 35%;
        bottom: -15.8vw;
    }
    .content .heads-up-wrapper .m-slider.heads-up .count {
        right: 13.6%;
        bottom: -16vw;
    }
    .content .heads-up-wrapper.anim {
        margin: 71px auto 0px;
    }
}


/* ---------------------------media-query------------------------------- */

@media all and (max-width: 767px) {
    .content {
        /* margin-top: 552px; */
        padding-top: 19px;
    }
    .page-cover {
        margin-top: 0;
    }
    .content .cover-content {
        width: 89%;
        top: -329px;
    }
    .content .cover-content .cover-txt {
        font-size: 15px;
        padding-right: 4%;
        margin-top: 16px;
        letter-spacing: 1.27px;
    }
    /* --left section-- */
    .content .strip-1-wrapper .left-section {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 0px;
    }
    .content .strip-1-wrapper .left-section .video-pic-box .video-icon-wrapper a>img {
        width: 80px;
    }
    .inner-slider .main-img .full-img .video-icon-wrapper img {
        width: 80px;
    }
    .content .strip-1-wrapper .left-section .entry-content {
        margin-top: 29px;
    }
    .content .strip-1-wrapper .left-section .entry-content h2 {
        font-size: 15px;
        letter-spacing: 0.8px;
        line-height: 23px;
        margin-bottom: 21px;
    }
    .content .strip-1-wrapper .left-section .entry-content p {
        margin-bottom: 17px;
    }
    .content .strip-1-wrapper .left-section .entry-content blockquote {
        padding: 0 30px;
        font-size: 23px;
        line-height: 26px;
        margin-top: 30px;
        margin-bottom: 45px;
    }
    .content .strip-1-wrapper .left-section .video-pic-box {
        margin-top: 0;
        margin-bottom: 18px;
    }
    .content .strip-1-wrapper .left-section .entry-content ul {
        list-style: none;
        margin: 30px 0 30px 30px;
    }
    .content .strip-1-wrapper .left-section .entry-content ul>li::before {
        width: 1em;
        left: -30px;
    }
    .content .strip-1-wrapper .left-section .inner-slider .small-imges-wrapper {
        width: 100%;
        margin-left: 0;
    }
    .content .strip-1-wrapper .left-section .m-slider {
        margin-bottom: 30px;
    }
    .content .strip-1-wrapper .left-section .m-slider .item-title {
        letter-spacing: 0.53px;
        line-height: 22px;
        width: 75%;
    }
    .content .strip-1-wrapper .left-section .social-icons-wrapper {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 26px;
    }
    .content .strip-1-wrapper .left-section .social-icons-wrapper a {
        margin-right: 28px;
    }
    .content .strip-1-wrapper .left-section .tags-wrapper {
        border-bottom: 1px solid rgba(216, 216, 216, 0.5);
        padding-bottom: 30px;
    }
    .content .strip-1-wrapper .right-section {
        float: none;
        width: 100%;
    }
    .content .strip-1-wrapper .studies-wrapper.articles .s-items-wrapper .s-item {
        margin-bottom: 30px;
    }
    .content .strip-1-wrapper .studies-wrapper.articles .s-items-wrapper .s-item .s-img-wrapper {
        height: 72vw;
        width: 100%;
    }
    .content .strip-1-wrapper .studies-wrapper.articles .s-items-wrapper .s-item .desc-wrapper {
        margin-top: 13px;
    }
    .content .get-more-info-wrapper {
        margin-top: 0;
        height: 186px;
    }
    .content .get-more-info-wrapper .site-width#more-info {
        padding: 0;
    }
    .content .strip3-wrapper .img-wrapper {
        width: 100%;
        height: 100%;
    }
    .content .strip3-wrapper .img-wrapper img {
        height: 100%;
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .content .strip3-wrapper .content-wrapper {
        padding: 0;
        padding-top: 50px;
    }
    .content .strip3-wrapper .title-box {
        padding: 0;
    }
    .content .strip3-wrapper .pollo-main-title {
        font-size: 35px;
        letter-spacing: 4.77px;
        line-height: 41px;
        text-align: center;
    }
    .content .strip3-wrapper .desc {
        font-size: 17px;
        letter-spacing: 0.88px;
        line-height: 26px;
    }
}


/***** Techlonogy Lobby ******/

.technology-lobby {
    overflow: hidden;
}

.technology-lobby .site-width .items-wrapper {
    margin-left: -2.4%;
    margin-top: 36px;
}

.technology-lobby .site-width .items-wrapper .item {
    float: left;
    width: 30.9%;
    height: 454px;
    min-height: 454px;
    height: auto;
    padding-bottom: 30px;
    background-color: #000;
    margin-top: 20px;
    padding-top: 30px;
    margin-bottom: 21px;
    margin-left: 2.4%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.technology-lobby .site-width .items-wrapper .item.anim {
    opacity: 1;
    margin-top: 8px;
}

.technology-lobby .site-width .items-wrapper .item .item-img-wrapper {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.technology-lobby .site-width .items-wrapper .item .item-img-wrapper img {
    width: 100%;
    height: auto;
}

.technology-lobby .site-width .items-wrapper .item .item-title-wrapper {
    margin: 42px auto 25px;
    width: 85%;
    padding-bottom: 25px;
}

.technology-lobby .site-width .items-wrapper .item .item-title-wrapper .item-title {
    color: #F5E6DD;
    font-family: "Codec Warm Trial";
    font-size: 18.9px;
    letter-spacing: 2.58px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #fafafafa;
    padding-bottom: 10px;
}

.technology-lobby .site-width .items-wrapper .item .item-description-wrapper .item-description {
    height: 156px;
    overflow: hidden;
    letter-spacing: 0.9px;
    line-height: 26px;
    color: #fff;
    padding: 0 30px;
    margin-bottom: 22px;
}

.technology-lobby .site-width .items-wrapper .item .item-description-wrapper .pollo-more-btn {
    color: #fff;
    margin-left: 30px;
    font-weight: 700;
}

.technology-lobby .site-width .items-wrapper .item .item-description-wrapper .pollo-more-btn:after {
    background-color: #fff;
}

.technology-lobby .site-width .items-wrapper .item:hover {
    background-color: #F5E6DD;
}

.technology-lobby .site-width .items-wrapper .item:hover .item-img-wrapper img {
    filter: brightness(0);
}

.technology-lobby .site-width .items-wrapper .item:hover .item-title-wrapper .item-title {
    border-bottom: 1px solid #000;
}

.technology-lobby .site-width .items-wrapper .item:hover .item-title,
.technology-lobby .site-width .items-wrapper .item:hover .item-description,
.technology-lobby .site-width .items-wrapper .item:hover .pollo-more-btn {
    color: #000
}

.technology-lobby .site-width .items-wrapper .item:hover .item-description-wrapper .pollo-more-btn:after {
    background-color: #000
}

.technology-lobby .site-width .studies-wrapper {
    margin-top: 58px;
    background: none;
}

.technology-lobby .site-width .studies-wrapper .studies-title-wrapper {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.technology-lobby .site-width .studies-wrapper .studies-title-wrapper .studies-title {
    color: #000;
    font-family: "Codec Warm Trial";
    font-size: 55px;
    font-variant: no-common-ligatures;
    letter-spacing: 7.5px;
    line-height: 68px;
    text-transform: uppercase;
}

.technology-lobby .site-width .studies-wrapper .s-items-wrapper {
    margin: 31px -7%;
    position: relative;
}

.technology-lobby .site-width .studies-wrapper .s-items-wrapper .s-item .inner-box {
    background: none;
    transition: all .3s ease-in-out;
}

.technology-lobby .site-width .studies-wrapper .s-items-wrapper .s-item:hover .inner-box {
    background-color: #F1F8FF;
    box-shadow: none;
}

.technology-lobby .site-width .studies-wrapper .s-items-wrapper .s-item .inner-box .social-icons-wrapper {
    margin: 15px -15px 0 209px
}

.technology-lobby .site-width .studies-wrapper .s-items-wrapper .s-item .inner-box .social-icons-wrapper img {
    margin-right: 10px;
}

@media (max-width: 1380px) {
    .technology-lobby .site-width {
        padding: 0 30px;
    }
}

@media (max-width: 1023px) {
    .technology-lobby .site-width {
        padding: 0 0px;
    }
}


/* ---------------------------media-query------------------------------- */

@media all and (max-width: 1353px) {
    .technology-lobby .site-width .studies-wrapper .s-items-wrapper {
        margin: 31px -11%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .technology-lobby .site-width .studies-wrapper .s-items-wrapper .s-item {
        float: left;
        width: 34.3%;
        margin-bottom: 35px;
    }
    .technology-lobby .site-width .studies-wrapper .s-items-wrapper .line.one,
    .two {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .technology-lobby .site-width .studies-wrapper .s-items-wrapper .s-item .inner-box .social-icons-wrapper {
        margin: 19px -15px 0 229px;
    }
    .technology-lobby .site-width .items-wrapper .item {
        float: none;
        width: 93.9%;
        min-height: 289px;
        padding: 0 0px;
        margin-bottom: 15px;
    }
    .technology-lobby .site-width .items-wrapper .item .item-img-wrapper {
        width: 50px;
        padding-top: 25px;
    }
    .technology-lobby .site-width .items-wrapper .item .item-img-wrapper img {
        width: 50px;
        height: 50px;
    }
    .technology-lobby .site-width .items-wrapper {
        margin-left: 6px;
        margin-top: 16px;
    }
    .technology-lobby .site-width .items-wrapper .item .item-title-wrapper {
        margin: -3px auto 25px;
        border-bottom: 0px solid #fafafafa;
        width: 85%;
        padding-bottom: 0px;
    }
    .technology-lobby .site-width .items-wrapper .item .item-title-wrapper .item-title {
        font-size: 13px;
        letter-spacing: 1.77px;
        line-height: 17px;
        text-align: center;
    }
    .technology-lobby .site-width .items-wrapper .item .item-description-wrapper .item-description {
        font-size: 15px;
        letter-spacing: 0.69px;
        line-height: 23px;
        padding: 0 14px;
        margin-bottom: 5px;
        height: 96px;
        overflow: hidden;
    }
    .technology-lobby .site-width .studies-wrapper {
        margin-top: 49px;
        background: none;
    }
    .technology-lobby .site-width .items-wrapper .item .item-description-wrapper .pollo-more-btn {
        font-size: 13px;
        margin-left: 15px;
    }
    .technology-lobby .site-width .studies-wrapper .s-items-wrapper .s-item .content-wrapper {
        margin-left: 2px;
    }
    .technology-lobby .site-width .studies-wrapper .s-items-wrapper .s-item .desc-wrapper {
        width: 100%;
        margin-top: 18px;
    }
    .technology-lobby .site-width .studies-wrapper .studies-title-wrapper {
        width: 100%;
        margin-bottom: -40px;
    }
    .technology-lobby .site-width .studies-wrapper .studies-title-wrapper .studies-title {
        font-size: 35px;
        letter-spacing: 3.87px;
        line-height: 41px;
        text-align: center;
    }
    .technology-lobby .site-width .studies-wrapper .s-items-wrapper .s-item .desc-wrapper .s-desc {
        font-size: 15px;
        letter-spacing: 0.78px;
        line-height: 23px;
    }
    .technology-lobby .site-width .studies-wrapper .s-items-wrapper .s-item {
        width: 100%;
        float: none;
        margin-bottom: -15px;
    }
    .technology-lobby .site-width .studies-wrapper .s-items-wrapper .line.one,
    .two {
        display: none;
    }
}


/**** Media ****/

#cover.media .pollo-main-title {
    max-width: 100%;
    width: 100%;
}

#cover.media .cover-content {
    padding-top: 224px;
    width: 60%;
}

#cover.media .cover-content .cover-txt {
    width: 51%;
}

@media all and (max-width: 767px) {
    #cover.media .cover-content {
        width: 80%;
    }
    #cover.media .cover-content .cover-txt {
        width: 100%;
    }
}

#cover.media .m-icons-wrapper {
    margin-top: 68px;
    position: absolute;
    bottom: 30px;
}

#cover.media .m-icons-wrapper a {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
}

#cover.media .m-icons-wrapper a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-right: 6px;
}

#cover.media .m-icons-wrapper a img+img {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

#cover.media .m-icons-wrapper a:hover img+img {
    opacity: 1;
}

.media .studies-wrapper#stories {
    background: #F1F8FF;
    margin-bottom: 0px;
    margin-top: 80px;
}

.media .studies-wrapper#stories .header-content {
    margin-top: 30px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.media .studies-wrapper#stories .header-content.anim {
    margin-top: 0;
    opacity: 1;
}

.media .studies-wrapper#stories .studies-title-wrapper {
    padding-top: 80px;
}

.media .studies-wrapper#stories .desc-box {
    padding: 0 8%;
}

.media .studies-wrapper#stories .desc {
    text-align: center;
}

.media .studies-wrapper#stories .s-items-wrapper .s-item:hover .inner-box {
    background-color: #ffffff;
}

@media all and (max-width: 767px) {
    .media .studies-wrapper#stories .s-items-wrapper .s-item:hover .inner-box {
        background-color: unset;
    }
}

.media .studies-wrapper#stories .s-items-wrapper {
    margin-top: 61px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.media .studies-wrapper#stories .s-items-wrapper.anim {
    margin-top: 39px;
    opacity: 1;
}

.media .heads-up-wrapper .m-slider.heads-up .item {
    height: auto;
}


/* <!--strip-4-instagram-feed--> */

.media .instagram-feed-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    padding-top: 90px;
    background-color: #F1F8FF;
}

.media .instagram-feed-wrapper .title-box {
    float: left;
    width: 21.5vw;
    margin: 85px 0 65px 1vw;
}

.media .instagram-feed-wrapper .title {
    color: #000;
    font-family: "Codec Warm Trial", sans-serif;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1.9px;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
}

.media #sb_instagram {
    position: relative;
    float: left !important;
    width: 76vw !important;
    height: 265px;
    overflow: hidden;
}

.media #sb_instagram #sbi_images {
    position: absolute;
    left: 0;
    width: 610vw;
}

.media #sb_instagram #sbi_images .sbi_item {
    width: 265px !important;
    height: 265px;
    margin-right: 3vw !important;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo {
    height: 265px !important;
}

.media .instagram-feed-wrapper .controls {
    clear: both;
}

.media .instagram-feed-wrapper .controls .pollo-arrow-btn {
    position: absolute;
    bottom: 80px;
    right: 20px;
    background: none;
    width: 20px;
    height: 20px;
}

.media .instagram-feed-wrapper .controls .pollo-arrow-btn.prev {
    right: 70px;
}

.media .instagram-feed-wrapper .title-link {
    margin: 63px auto;
    width: 46px;
    height: 46px;
}

.media .instagram-feed-wrapper .icon-instagram {}

.media .instagram-feed-wrapper .slider-section {
    float: left;
    width: 76%;
    margin-top: 80px;
}

.media .instagram-feed-wrapper .slider-section .m-slider#instagram {
    width: 100%;
}

.media .instagram-feed-wrapper .slider-section .m-slider#instagram .items-wrapper {
    margin-left: 8px;
}

.media .instagram-feed-wrapper .slider-section .m-slider#instagram .item {
    margin-right: 50px;
}

.media .instagram-feed-wrapper .slider-section .m-slider#instagram .tag-box {
    height: 20px;
    width: 92px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media .instagram-feed-wrapper .slider-section .m-slider#instagram .tag-title {
    font-size: 9px;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 0.44px;
    line-height: 11px;
    text-align: center;
    text-transform: uppercase;
}

.media .instagram-feed-wrapper .slider-section .m-slider#instagram .img-wrapper {
    height: 265px;
    width: 265px;
    margin-top: 15px;
}

.media .instagram-feed-wrapper .slider-section .m-slider#instagram .img-wrapper:hover {
    box-shadow: 0 2px 13px 1px rgba(50, 53, 60, 0.5);
}

.media .instagram-feed-wrapper .slider-section .m-slider#instagram .link-box {
    margin-top: 15px;
}

.media .instagram-feed-wrapper .slider-section .m-slider#instagram .link-box a {
    text-decoration: none;
}

.media .instagram-feed-wrapper .slider-section .m-slider#instagram .link-box a img {
    vertical-align: middle;
    width: 44px;
    height: 44px;
}

.media .instagram-feed-wrapper .slider-section .m-slider#instagram .link-title {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.87px;
    line-height: 23px;
    color: #000;
    vertical-align: middle;
}

.media .instagram-feed-wrapper .slider-section .m-slider#instagram .ws-arrow.forward {
    right: 8.6%;
    bottom: -4.8vw;
}

.media .instagram-feed-wrapper .slider-section .m-slider#instagram .ws-arrow.back {
    right: 8.6%;
    bottom: -4.8vw;
    margin-right: 5%;
}


/* ---------------------------media-query------------------------------- */

@media all and (max-width: 767px) {
    /* //cover */
    .page-cover.main#media {
        height: 481px;
        margin-top: 67px;
    }
    .page-cover.main#media .cover-content {
        width: 84%;
        bottom: 30px;
    }
    .page-cover.main#media .cover-content .cover-txt {
        width: 100%;
    }
    .page-cover.main#media .m-icons-wrapper {
        margin-top: 33px;
    }
    .page-cover.main#media .m-icons-wrapper img {
        margin-right: 12px;
    }
    /* strip-2-stories */
    .media .site-width#strip2-stories {
        padding: 0;
    }
    .media .studies-wrapper#stories .studies-title-wrapper {
        padding-top: 10px;
        margin-bottom: 0;
    }
    .media .studies-wrapper#stories {
        margin-top: 25px;
        padding-top: 50px;
    }
    .media .studies-wrapper#stories .desc-box {
        padding: 0 6%;
    }
    .media .studies-wrapper#stories .desc {
        letter-spacing: 0.63px;
    }
    .media .studies-wrapper#stories .s-items-wrapper.anim {
        margin-top: 21px;
    }
    /* //strip-4-instagram-feed */
    .media .instagram-feed-wrapper {
        padding-top: 40px;
        padding-left: 4%;
        margin-bottom: -18px;
    }
    .media .instagram-feed-wrapper .title-box {
        float: none;
        width: 100%;
        margin: 0;
        position: relative;
    }
    .media .instagram-feed-wrapper .title {
        padding: 0 19%;
        text-align: left;
        margin: 0;
        line-height: 34px;
    }
    .media .instagram-feed-wrapper .title-link {
        position: absolute;
        top: 7%;
        left: 4%;
        width: 38px;
        height: 38px;
        margin: 0;
    }
    .media .instagram-feed-wrapper .icon-instagram {
        width: 100%;
        height: 100%;
    }
    .media .instagram-feed-wrapper .slider-section {
        float: none;
        width: 100%;
        margin-top: 39px;
    }
    .media .instagram-feed-wrapper .slider-section .m-slider#instagram .img-wrapper {
        height: 200px;
        width: 200px;
    }
    .media .instagram-feed-wrapper .slider-section .m-slider#instagram .img-wrapper img {
        width: 100%;
        height: 100%;
    }
    .media .instagram-feed-wrapper .slider-section .m-slider#instagram {
        margin-left: 7px;
        width: 98%;
    }
    .media .instagram-feed-wrapper .slider-section .m-slider#instagram .item {
        margin-right: 15px;
    }
    .media .instagram-feed-wrapper .slider-section .m-slider#instagram .ws-arrow.forward {
        right: 8.2%;
        bottom: -15.9vw;
    }
    .media .instagram-feed-wrapper .slider-section .m-slider#instagram .ws-arrow.back {
        right: 8.2%;
        bottom: -15.9vw;
        margin-right: 15.5%;
    }
}

@media (max-width: 374px) {
    .media .studies-wrapper#stories .s-item .inner-box {
        width: 82%;
    }
    .media .heads-up-wrapper .m-slider#heads-up .items-wrapper {
        margin-left: -72.6vw;
    }
}


/* ## LOTS MORE + SINGLE JOB ## */

#cover.lots .cover-content .cover-txt {
    max-width: 520px;
    letter-spacing: 1px;
}

#cover.lots>.site-width {
    height: 100%;
}

#cover.lots .icon-wrapper {
    position: absolute;
    bottom: 30px;
}

.lots {
    padding-top: 50px;
}

.lots .faq-strip {
    margin-bottom: 50px;
    text-align: center;
}

.lots .faq-strip>.pollo-main-title {
    margin-bottom: -10px;
}

.lots .faq-strip .topics-content-wrapper {
    text-align: left;
}

.lots .faq-strip .pollo-draw-btn {
    min-width: 130px;
    margin-top: 30px;
    padding: 6px 52px;
}

.lots .serial-strip {
    padding: 133px 0;
    text-align: center;
    background-size: cover;
}

.lots .serial-strip .polo-sub-title {
    margin-bottom: 14px;
}

.lots .serial-strip .intro-text {
    max-width: 880px;
    margin: 0 auto;
    letter-spacing: 0.5px;
}

.lots .serial-strip .pollo-draw-btn {
    margin-top: 28px;
}

.lots .media-strip {
    padding: 70px 0 50px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}

.lots .media-strip .intro-text {
    max-width: 1010px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.8px;
}

.lots .media-strip .studies-wrapper {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0;
    background: none;
    text-align: center;
}

.lots .media-strip .studies-wrapper .s-items-wrapper {
    width: 9999px;
    margin: 12px 0 12px -3.5vw;
    text-align: left;
}

.lots .media-strip .studies-wrapper .s-items-wrapper .s-item {
    width: 28.7vw;
    max-width: 410px;
    margin-left: 3.33vw;
    margin-bottom: 0;
    opacity: 1;
}

.lots .media-strip .studies-wrapper .s-items-wrapper .s-item .inner-box {
    width: 100%;
    padding: 0;
    transition: background .3s ease-in-out;
    box-shadow: none;
}

.lots .media-strip .studies-wrapper .s-items-wrapper .s-item .s-img-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.lots .media-strip .studies-wrapper .s-items-wrapper .s-item .s-img-wrapper img {
    width: 100%;
    height: auto;
}

.lots .media-strip .studies-wrapper .s-items-wrapper .s-item .content-wrapper {
    margin-top: 0;
    margin-left: 0;
    padding: 26px 26px 18px;
}

.lots .media-strip .studies-wrapper .s-items-wrapper .s-item .content-wrapper .item-details {
    padding: 5px 0 19px;
    font-size: 13px;
    line-height: 23px;
    opacity: .5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lots .media-strip .studies-wrapper .s-items-wrapper .s-item .content-wrapper .item-details a {
    color: inherit;
    text-decoration: none;
}

.lots .media-strip .studies-wrapper .s-items-wrapper .s-item .s-title-wrapper {
    margin-top: 22px;
}

.lots .media-strip .studies-wrapper .s-items-wrapper .s-item .desc-wrapper {
    width: auto;
    margin-bottom: 8px;
}

.lots .media-strip .studies-wrapper .s-items-wrapper .s-item .desc-wrapper .s-desc,
.lots .media-strip .studies-wrapper .s-items-wrapper .s-item .pollo-more-btn {
    letter-spacing: .5px;
}

.lots .media-strip .studies-wrapper .s-items-wrapper .s-item .inner-box .social-icons-wrapper {
    margin: 19px 0 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.lots .media-strip .studies-wrapper .s-items-wrapper .s-item:hover .inner-box .social-icons-wrapper {
    opacity: 1;
}

.lots .media-strip .studies-wrapper .controls {
    text-align: center;
}

.lots .media-strip .studies-wrapper .controls .pollo-arrow-btn,
.lots .media-strip .studies-wrapper .controls .count {
    display: inline-block;
    vertical-align: middle;
}

.lots .media-strip .studies-wrapper .controls .count {
    /*temp*/
    display: none;
}

.lots .media-strip .pollo-draw-btn {
    min-width: 140px;
    margin-top: 12px;
    padding: 6px 30px;
}

.lots .career-strip {
    padding: 60px 0 66px;
}

.lots .career-strip>.site-width {
    width: 1220px;
}

.lots .career-strip .intro-text {
    max-width: 880px;
    margin: 0 auto 23px;
    text-align: center;
    letter-spacing: 0.5px;
}

.lots .career-strip .polo-sub-title {
    margin-bottom: 29px;
    text-align: left;
}

.lots .career-strip .positions-wrapper {
    padding: 2px 63px;
    background-color: rgba(241, 248, 255, 0.6);
}

.lots .career-strip .positions-wrapper .item {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.lots .career-strip .positions-wrapper .item+.item {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.lots .career-strip .positions-wrapper .item .item-title {
    width: 110px;
    margin-top: 4px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.lots .career-strip .positions-wrapper .item .item-excerpt {
    width: 78%;
    letter-spacing: 0.75px;
}

.lots .career-strip .positions-wrapper .item .ws-plus {
    width: 19px;
    height: 27px;
    margin-right: 23px;
}

.lots .career-strip .positions-wrapper .item .ws-plus:before,
.lots .career-strip .positions-wrapper .item .ws-plus:after {
    background: none;
}

.lots .career-strip .positions-wrapper .item .ws-plus:before {
    width: 19px;
    height: 1px;
    border-top: 1px solid #000;
}

.lots .career-strip .positions-wrapper .item .ws-plus:after {
    width: 1px;
    height: 19px;
    border-right: 1px solid #000;
}

.support-strip {
    padding: 60px 0 80px;
    text-align: center;
    background-color: #F1F8FF;
}

.serial .support-strip {
    background-color: #ffffff;
}

.serial .form-strip {
    background-color: #F1F8FF;
    padding: 5%;
}

.support-strip .intro-text {
    max-width: 880px;
    margin: 0 auto;
    letter-spacing: 0.5px;
}

.support-strip .support-options {
    margin-top: 57px;
}

.support-strip .support-options li {
    display: inline-block;
    vertical-align: top;
    margin: 0 27px;
    letter-spacing: 0.5px;
}

.support-strip .support-options li .item-title {
    margin-bottom: 11px;
    font-size: 15px;
    font-weight: 800;
}

.support-strip .support-options li a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.support-strip .support-options li a:hover {
    text-decoration: underline;
}


/* Single Job */

#cover.single-job {
    height: 288px;
    margin-top: 0;
    background-attachment: scroll;
}

#cover.single-job .ws-x-btn {
    position: absolute;
    top: 90px;
    right: 40px;
    z-index: 2;
}

#cover.single-job .site-width {
    height: 100%;
}

#cover.single-job .cover-content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 28px;
    width: auto;
}

#cover.single-job .pollo-main-title {
    max-width: none;
    text-shadow: none;
    text-align: center;
}

.single-job {
    padding: 92px 0;
}

.single-job .inner-width {
    width: 938px;
}

.single-job .entry-content {
    padding-bottom: 17px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.single-job .entry-content p,
.single-job .entry-content ul {
    margin-bottom: 29px;
}

.single-job .entry-content h2 {
    margin-bottom: 21px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-job .entry-content ul li {
    position: relative;
    padding-left: 34px;
}

.single-job .entry-content ul li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 11px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
}

.apply-form {
    padding-top: 40px;
}

.apply-form .polo-sub-title {
    text-align: left;
}

.apply-form .pollo-form {
    margin-top: 38px;
    padding-bottom: 80px;
}

.apply-form .pollo-form .inputs-wrapper {
    float: none;
    width: 100%;
}

.apply-form .pollo-form .input-wrapper {
    float: left;
    width: 48%;
}

.apply-form .pollo-form .input-wrapper+.input-wrapper {
    margin-left: 4%;
}

.apply-form .pollo-form textarea {
    margin-top: 4px;
}

.apply-form .pollo-form textarea::-webkit-input-placeholder {
    /* Edge */
    letter-spacing: 0.5px;
}

.apply-form .pollo-form textarea:-ms-input-placeholder {
    /* IE 10-11 */
    letter-spacing: 0.5px;
}

.apply-form .pollo-form textarea::placeholder {
    letter-spacing: 0.5px;
}

.apply-form .pollo-form .custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
}

.apply-form .pollo-form .custom-file-upload {
    position: relative;
    display: block;
    width: auto;
    font-size: 16px;
    margin-top: 27px;
}

.apply-form .pollo-form .custom-file-upload label {
    float: left;
    margin-top: 9px;
}

.apply-form .pollo-form .file-upload-wrapper {
    float: left;
    position: relative;
    margin-bottom: 5px;
}

.apply-form .pollo-form .file-upload-input {
    width: 300px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.68px;
    line-height: 26px;
    padding: 11px 17px;
    border: none;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    outline: none;
    /* float: right; */
    /* IE 9 Fix */
    position: absolute;
    top: 37px;
    left: 4%;
}

.apply-form .pollo-form .file-upload-input::placeholder {
    text-transform: unset;
}

.apply-form .pollo-form .file-upload-button {
    float: left;
    min-width: 140px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    padding: 6px 39px;
    margin-left: 27px;
    font-weight: 700;
    letter-spacing: 0.7px;
    /* IE 9 Fix */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.single-job input[type="submit"],
.lots input[type="submit"] {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    min-width: 200px;
    height: 40px;
    margin: 49px auto 0;
    padding: 0 47px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}

@media all and (max-width: 1353px) {
    .lots .studies-wrapper .s-items-wrapper {
        display: block;
    }
}

@media all and (max-width: 1199px) {
    #header>.search-wrapper .results-wrapper .search-items .search-item .img-wrapper {
        width: 210px;
    }
    #header>.search-wrapper .results-wrapper .search-items .search-item .img-wrapper+.text-wrapper {
        width: 44%;
        margin-left: 230px;
    }
    #header>.search-wrapper .results-wrapper .search-items .search-item .pollo-more-btn {
        left: 230px;
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper .s-item .s-img-wrapper {
        height: 190px;
    }
}

@media all and (max-width: 1023px) {
    #header>.search-wrapper .results-wrapper .search-items .search-item {
        width: 100%;
    }
    #header>.search-wrapper .results-wrapper .search-items .search-item .img-wrapper+.text-wrapper {
        width: 64%;
    }
    .lots .serial-strip {
        padding: 80px 0;
    }
    .lots .faq-strip>.pollo-main-title {
        margin-bottom: 10px;
    }
     .topics-content-wrapper .item {
        margin: 0;
        padding: 15px 20px 0;
    }
     .topics-content-wrapper .item .question {
        margin-top: 16px;
        padding-bottom: 30px;
    }
     .topics-content-wrapper .item .question,
     .topics-content-wrapper .item .answer {
        width: calc(100% - 60px);
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper {
        margin-left: -2.5vw;
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper .s-item {
        width: 29.9vw;
        margin-left: 2vw;
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper .s-item .s-img-wrapper {
        height: 157px;
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper .s-item .content-wrapper {
        padding: 10px 15px;
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper .s-item .content-wrapper .item-details {
        padding: 0 0 10px;
        font-size: 12px;
        line-height: 1.5;
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper .s-item .s-title-wrapper {
        margin-top: 18px;
    }
    .lots .studies-wrapper .s-items-wrapper .s-item .s-title-wrapper .s-title {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 1.4;
    }
    .lots .studies-wrapper .s-items-wrapper .s-item .desc-wrapper {
        margin-top: 6px;
        font-size: 13px;
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper .s-item .inner-box .social-icons-wrapper {
        opacity: 1;
    }
    .lots .career-strip {
        padding: 50px 0 56px;
    }
    .lots .career-strip .polo-sub-title {
        margin-bottom: 20px;
    }
    .lots .career-strip .positions-wrapper {
        padding: 2px 30px;
    }
    .lots .career-strip .positions-wrapper .item {
        padding: 40px 0;
    }
    .lots .career-strip .positions-wrapper .item .ws-plus {
        margin-right: 0;
    }
    .support-strip {
        padding: 60px 0 50px;
    }
    .support-strip .support-options {
        margin-top: 44px;
    }
    .support-strip .support-options li {
        margin: 0 20px 20px;
    }
    .single-job .inner-width {
        padding: 0 30px;
    }
}

@media all and (max-width: 767px) {
    #header .search-wrapper {
        top: 64px;
    }
    #header>.search-wrapper .results-wrapper {
        padding: 0;
    }
    #header>.search-wrapper .results-wrapper .search-items .search-item {
        padding-right: 0;
    }
    #header>.search-wrapper .results-wrapper .search-items .search-item .img-wrapper {
        float: none;
        width: 100%;
    }
    #header>.search-wrapper .results-wrapper .search-items .search-item .img-wrapper+.text-wrapper {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 12px;
    }
    #header>.search-wrapper .results-wrapper .search-items .search-item .pollo-more-btn {
        position: relative;
        left: 0;
        margin-top: 8px;
    }
    #cover.lots {
        margin-top: 64px;
    }
    #cover.lots .cover-content {
        bottom: 126px;
    }
    .lots {
        padding-top: 40px;
    }
    .lots .faq-strip .topics-content-wrapper {
        margin: 0 -15px;
    }
    .lots .faq-strip>.pollo-main-title {
        margin-bottom: 5px;
    }
    .lots .topics-content-wrapper .item {
        padding: 0 20px;
    }
    .lots .topics-content-wrapper .item+.item {
        padding-top: 15px;
    }
    .lots .topics-content-wrapper .item .question,
     .topics-content-wrapper .item .answer {
        padding: 0 10px;
        font-size: 13px;
        line-height: 21.5px;
    }
    .lots .topics-content-wrapper .item .question {
        margin-top: 11px;
        padding-bottom: 19px;
    }
    .lots .topics-content-wrapper .item.open .ques-wrapper {
        margin-top: 10px;
    }
    .lots .topics-content-wrapper .item.open .ws-arrow {
        top: 12px;
        right: -6px;
    }
    .lots .faq-strip {
        margin-bottom: 39px;
    }
    .lots .topics-content-wrapper .item .answer-wrapper {
        padding: 10px 0 14px;
    }
    .lots .topics-content-wrapper .item .answer {
        width: calc(100% - 35px);
        margin-top: 12px;
        margin-right: -10px;
        padding-right: 0;
    }
    .lots .faq-strip .pollo-draw-btn {
        margin-top: 34px;
        padding: 10px 50px;
        font-size: 15px;
        line-height: 19px;
        font-weight: 700;
        letter-spacing: .7px;
    }
    .lots .serial-strip {
        padding: 53px 0 60px;
    }
    .lots .serial-strip .polo-sub-title {
        font-size: 25px;
        line-height: 36px;
    }
    .lots .serial-strip .intro-text {
        font-size: 17px;
        line-height: 26px;
    }
    .lots .serial-strip .pollo-draw-btn {
        min-width: 280px;
        margin-top: 38px;
        padding: 10px;
        font-size: 15px;
        line-height: 19px;
    }
    .lots .media-strip {
        padding: 50px 0;
    }
    .lots .media-strip>.site-width {
        padding: 0 15px;
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper {
        width: auto;
        margin-left: 0;
        margin-bottom: 18px;
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper .s-item {
        width: auto;
        margin-left: 0;
        margin-bottom: 18px;
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper .s-item:nth-child(3)~.s-item {
        display: none;
    }
    .lots .media-strip .studies-wrapper .controls {
        display: none;
    }
    .lots .media-strip .intro-text p {
        height: 52px;
        overflow: hidden;
        font-size: 17px;
        line-height: 26px;
    }
    .lots .media-strip .intro-text .pollo-more-btn {
        display: inline-block;
        font-size: 15px;
    }
    .lots .media-strip .studies-wrapper {
        margin-top: 20px;
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper .s-item .content-wrapper {
        padding: 15px;
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper .s-item .content-wrapper .item-details {
        padding-bottom: 15px;
        font-size: 11px;
        letter-spacing: 0.3px;
    }
    .lots .studies-wrapper .s-items-wrapper .s-item .s-title-wrapper .s-title {
        font-size: 28px;
        line-height: 1.2;
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper .s-item .desc-wrapper {
        margin-top: 11px;
    }
    .lots .media-strip .studies-wrapper .s-items-wrapper .s-item .inner-box .social-icons-wrapper {
        margin-top: 27px;
    }
    .lots .pollo-draw-btn {
        font-size: 15px;
        line-height: 19px;
    }
    .lots .media-strip .pollo-draw-btn {
        margin-top: 1px;
        padding: 9px 30px;
    }
    .lots .career-strip {
        text-align: center;
    }
    .lots .career-strip .intro-text {
        margin-bottom: 45px;
        font-size: 17px;
        line-height: 26px;
    }
    .lots .career-strip .polo-sub-title {
        text-align: center;
    }
    .lots .career-strip .positions-wrapper {
        margin: 0 -15px;
        padding: 2px 15px;
        text-align: left;
    }
    .lots .career-strip .positions-wrapper .item {
        position: relative;
        display: block;
        padding: 30px 0 28px;
    }
    .lots .career-strip .positions-wrapper .item:nth-child(3)~.item {
        display: none;
    }
    .lots .career-strip .positions-wrapper .item .item-title {
        width: auto;
        margin-top: 0;
        margin-bottom: 23px;
        text-align: center;
    }
    .lots .career-strip .positions-wrapper .item .ws-plus {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: 6px;
    }
    .lots .career-strip .positions-wrapper .item .item-excerpt {
        width: 90%;
        height: 80px;
        overflow: hidden;
        font-size: 17px;
        line-height: 26px;
        letter-spacing: 0.5px;
    }
    .lots .career-strip .pollo-draw-btn {
        display: inline-block;
        min-width: 140px;
        margin-top: 23px;
        padding: 9px 25px;
    }
    .support-strip {
        padding: 43px 0 25px;
    }
    .support-strip .intro-text .desktop-only {
        display: none;
    }
    .support-strip .support-options {
        margin-top: 37px;
        font-size: 17px;
        line-height: 26px;
    }
    .support-strip .support-options li {
        margin-bottom: 34px;
    }
    .support-strip .support-options li a {
        text-decoration: underline;
    }
    /* Single Job */
    #cover.single-job {
        height: 280px;
    }
    #cover.single-job .ws-x-btn {
        top: 20px;
        right: 20px;
    }
    #cover.single-job .cover-content {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .single-job {
        padding: 30px 0;
        font-size: 13px;
        line-height: 21px;
    }
    .single-job .entry-content {
        padding-bottom: 7px;
        letter-spacing: 0.3px;
    }
    .single-job .entry-content p,
    .single-job .entry-content ul {
        padding-bottom: 35px;
    }
    .single-job .entry-content h2 {
        margin-bottom: 18px;
        font-size: 13px;
    }
    .single-job .entry-content ul li {
        padding-left: 8px;
    }
    .single-job .entry-content ul li:before {
        top: 10px;
        left: 0;
        width: 2px;
        height: 2px;
    }
    .apply-form {
        padding-top: 37px;
    }
    .apply-form .polo-sub-title {
        font-size: 27px;
        letter-spacing: 2.4px;
    }
    .apply-form .pollo-form .input-wrapper {
        float: none;
        width: 100%;
    }
    .apply-form .pollo-form .input-wrapper+.input-wrapper {
        margin-left: 0;
    }
    .apply-form .pollo-form textarea {
        margin-top: 17px;
    }
    .apply-form .pollo-form ::-webkit-input-placeholder {
        /* Edge */
        font-size: 13px;
    }
    .apply-form .pollo-form :-ms-input-placeholder {
        /* IE 10-11 */
        font-size: 13px;
    }
    .apply-form .pollo-form ::placeholder {
        font-size: 13px;
    }
    .apply-form .pollo-form .custom-file-upload {
        margin-top: 9px;
        font-size: 17px;
    }
    .apply-form .pollo-form .file-upload-button {
        margin-left: 0;
        margin-top: 8px;
        padding: 11px 39px;
    }
    .apply-form .pollo-form input[type="submit"] {
        margin-top: 20px;
    }
}


/* ## CONTACT US ## */

.contact {
    position: relative;
    padding: 104px 0 40px;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.contact+#footer-placeholder {
    margin-top: 0;
}

.contact:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}

.contact>.site-width {
    z-index: 2;
}

.contact .form-strip .form-col {
    float: none;
    width: 100%;
    max-width: 875px;
    margin: 0 auto;
    padding: 0;
}

.contact .form-strip .form-col .pollo-main-title {
    text-align: center;
}

.contact .pollo-form .inputs-wrapper {
    width: 48%;
    text-align: left;
}

.contact .pollo-form .inputs-wrapper+.inputs-wrapper {
    margin-left: 4%;
}

.contact .pollo-form .inputs-wrapper input,
.contact .pollo-form textarea {
    background: transparent;
}

@media all and (max-width: 767px) {
    .contact {
        padding-top: 70px;
    }
}


/* __serial__ */

.serial .registration-wrapper {
    background-color: #F5E6DD;
    margin-top: 50px;
    padding: 5% 10%;
    position: relative;
}

.serial .registration-wrapper .select-css {
    font-size: 15px;
    padding: .6em 1.4em 1.6em 0px;
}

.serial .registration .submit-wrapper input {
    height: 100%;
    color: #FFF;
}

.serial .intro-text {
    text-align: center;
}

.serial .intro-text.bold {
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 60px;
}

.serial .q-oval {
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 27px;
    cursor: pointer;
}

.serial .product-info {
    display: flex;
    align-items: center;
    font-weight: bolder;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .serial .product-info {
        font-size: 10px;
    }
}

.serial .product-info span {
    height: 24px;
    width: 24px;
    border: 2px solid #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px;
    font-weight: bolder;
}

@media (max-width: 767px) {
    .serial .product-info span {
        font-size: 24px;
    }
}

.serial .inputs-wrapper#help-box-parent {
    position: relative;
}

.serial .help-box {
    height: auto;
    width: 100%;
    max-width: 100%;
    top: -25px;
    text-align: center;
    background-color: #F1F8FF;
    font-size: 15px;
    padding-top: 10px;
    position: absolute;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.serial .help-box.active {
    /* display: block; */
    opacity: 1;
}

.display-none {
    display: none;
}

.opacity0 {
    opacity: 0;
}

.serial .help-box::before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: inherit;
    position: absolute;
    transform: rotate(45deg);
    left: -11px;
    top: 23px;
}

.serial .help-box .images-wrapper {
    margin: 9px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serial .help-box .images-wrapper :first-child {
    width: 65%;
}

.serial .help-box .images-wrapper :last-child {
    margin-left: -50px;
    width: 38%;
}

.serial .help-box span {
    font-size: 1rem;
}

@media (max-width: 767px) {
    .serial .help-box::before {
        display: none;
    }
    .serial .form-strip {
        margin: 33px 0 0;
    }
    .serial .help-box .images-wrapper {
        width: 100%;
    }
}

.serial .serial-success {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 19% 0;
    transition: all .3s ease-in-out;
    display: none;
}

.serial .serial-success .pollo-main-title {
    color: #fff;
}

.serial .pollo-main-title {
    font-size: 35px;
}

@media (max-width: 767px) {
    .serial .pollo-main-title {
        font-size: 25px;
        letter-spacing: 1.77px;
    }
}

@media (max-width: 767px) {
    .serial .pollo-form #serial-subscribe {
        bottom: -180px;
        position: absolute;
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .serial .pollo-form .submit-wrapper {
        margin-top: 97px;
        margin: 92px auto 0;
        display: block;
        width: 70%;
    }
}

.serial .serial-success .btn {
    height: 40px;
    width: 280px;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    color: #fff;
    margin-top: 60px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .serial .serial-success .btn {
        width: 245px;
    }
}

.serial .serial-success .btn a {
    text-decoration: none;
    color: #fff;
}

.serial .serial-success.active {
    display: block;
}

.china-link a {
    text-decoration: none;
    color: #000;
}

.need-help-ser {
    display: block;
    color: #fff;
    text-decoration: none;
    border: 1px solid;
    max-width: 170px;
    margin: 30px auto;
    padding: 9px;
}

.innovate-swiper {
    width: 100%;
    height: 400px;
    /* --swiper-theme-color: #ff6600;设置Swiper风格 */
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 26px;
    /* 设置按钮大小 */
    position: unset!important;
}

.innovate-swiper .swiper-wrapper {
    /* margin-left: 50px;
	margin-right: 50px; */
}

.innovate-swiper .swiper-slide .innovate-text {
    background: #000;
    padding: 24px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.innovate-swiper .swiper-slide .innovate-text img {
    margin-top: 6px;
    margin-bottom: 25px;
}

.innovate-swiper .swiper-slide .innovate-text h4 {
    font-size: 18px;
    line-height: 24px;
}

.innovate-swiper .swiper-slide .innovate-text p {
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}

.innovate-swiper .swiper-slide a {
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    /* margin-top: 76px; */
}

.innovate-swiper .swiper-slide a .tec-item {
    margin-top: 76px;
}

.innovate-swiper .swiper-slide a .tec-item {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.innovate-swiper .swiper-slide a .innovate-text {
    display: none;
    height: 328px;
    /* margin-left: 45px;
	margin-right: 45px; */
}

.innovate-swiper .swiper-slide a .title-wrapper {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.innovate-swiper .swiper-button-prev {
    left: -30px;
}

.innovate-swiper .swiper-button-next {
    right: -30px;
}

.media-block {
    background-color: #fcf7f5;
}

.media-center .pollo-draw-btn:hover {
    text-decoration: none;
}

#brand-story .media-content .media-text {
    padding: 22px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#brand-story .media-content .media-text h5 {
    font-size: 32px;
    color: #000;
    text-align: center;
    font-weight: normal;
}

#brand-story .overlay-filter {
    text-align: center;
    padding: 134px 50px;
}

#brand-story .overlay-filter .overlay-title {
    font-size: 32px;
    color: #000;
    font-weight: normal;
}

#brand-story .overlay-filter .line {
    margin-bottom: 15px;
}

#brand-story .overlay-filter .text {
    font-size: 15px;
    color: #000;
    line-height: 28px;
}

.change-brand .brand-menu {
    padding-top: 45px;
}

.change-brand .brand-menu li {
    height: 65px;
    line-height: 65px;
}

.change-brand .brand-menu li a {
    color: #fff;
    font-size: 20px;
    opacity: .5;
    text-decoration: none;
    position: relative;
}

.change-brand .brand-menu li.active a,
.change-brand .brand-menu li a:hover {
    opacity: 1;
}

.change-brand .brand-menu li a img {
    display: none;
}

.change-brand .brand-menu li.active a img {
    display: inline-block;
    width: 65px;
    margin-left: 20px;
    position: absolute;
}

.change-brand .brand-menu li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width .4s ease-in-out;
}

.change-brand .brand-menu li a:hover:after {
    width: 85px;
}

.change-brand .brand-bg {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 40px 36px;
    color: #fff;
    transition: display .4s ease-in-out;
}

.change-brand .brand-bg h5 {
    font-size: 20px;
    margin-bottom: 15px;
}

.change-brand .brand-bg h4 {
    font-size: 32px;
}

.change-brand .brand-bg .line {
    width: 107px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    margin-top: 21px;
    margin-bottom: 25px;
}

.change-brand .brand-bg p {
    font-size: 16px;
    line-height: 28px;
}

.change-brand .brand-detail .brand-bg {
    display: none;
}

.change-brand .brand-detail .brand-bg.active {
    display: block;
}

.story-num .num>img {
    height: 35px;
}

.story-num .num>div {
    margin-top: 18px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}


/* ######## Responsive ########## */

@media (max-width: 1380px) {}

@media (max-width: 1023px) and (min-width: 768px) {}

@media (max-width: 1023px) {}

@media all and (max-width: 767px) {}

;