/**Common CSS**/
@-webkit-keyframes fadeIn {
    0%{opacity:0}
    }
    @-webkit-keyframes fadeInZoom {
    0%{opacity:0;-webkit-transform:translateY(1rem) scale(1.2);transform:translateY(1rem) scale(1.2)}
    }
    @keyframes fadeInZoom {
    0%{opacity:0;-webkit-transform:translateY(1rem) scale(1.2);transform:translateY(1rem) scale(1.2)}
    }
    @keyframes fadeIn {
    0%{opacity:0}
    }
    @-webkit-keyframes fadeInLeft {
    0%{opacity:0;-webkit-transform:translate(-10px,0);transform:translate(-10px,0)}
    }
    @keyframes fadeInLeft {
    0%{opacity:0;-webkit-transform:translate(-10px,0);transform:translate(-10px,0)}
    }
    @-webkit-keyframes fadeInTop {
    0%{opacity:0;visibility:hidden}
    }
    @keyframes fadeInTop {
    0%{opacity:0;visibility:hidden}
    }
    @-webkit-keyframes burger-lines {
    0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}
    2%,98%{-webkit-transform:translateX(0);transform:translateX(0)}
    to{-webkit-transform:translateX(100%);transform:translateX(100%)}
    }
    @keyframes burger-lines {
    0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}
    2%,98%{-webkit-transform:translateX(0);transform:translateX(0)}
    to{-webkit-transform:translateX(100%);transform:translateX(100%)}
    }
    @-webkit-keyframes burger-last-line {
    0%{-webkit-transform:translateX(-100%) scaleX(0);transform:translateX(-100%) scaleX(0)}
    2%,98%{-webkit-transform:translateX(0) scaleX(1);transform:translateX(0) scaleX(1)}
    to{-webkit-transform:translateX(100%) scaleX(0);transform:translateX(100%) scaleX(0)}
    }
    @keyframes burger-last-line {
    0%{-webkit-transform:translateX(-100%) scaleX(0);transform:translateX(-100%) scaleX(0)}
    2%,98%{-webkit-transform:translateX(0) scaleX(1);transform:translateX(0) scaleX(1)}
    to{-webkit-transform:translateX(100%) scaleX(0);transform:translateX(100%) scaleX(0)}
    }
    @font-face{font-family:"Montserrat";src:url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/montserrat/Montserrat-Regular.woff2) format("woff2"),url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/montserrat/Montserrat-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
    @font-face{font-family:"Montserrat";src:url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/montserrat/Montserrat-ExtraBold.woff2) format("woff2"),url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/montserrat/Montserrat-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}
    @font-face{font-family:"Montserrat";src:url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/montserrat/Montserrat-Bold.woff2) format("woff2"),url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/montserrat/Montserrat-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}
    @font-face{font-family:"Montserrat";src:url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/montserrat/Montserrat-SemiBold.woff2) format("woff2"),url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/montserrat/Montserrat-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}
    @font-face{font-family:"Montserrat";src:url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/montserrat/Montserrat-Light.woff2) format("woff2"),url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/montserrat/Montserrat-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}
    @font-face{font-family:"Montserrat";src:url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/montserrat/Montserrat-Medium.woff2) format("woff2"),url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/montserrat/Montserrat-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}
    @font-face{font-family:"Open Sans Hebrew";src:url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/open-sans-hebrew-regular.woff2) format("woff2"),url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/open-sans-hebrew-regular.woff2) format("woff");font-weight:400;font-style:normal;font-display:swap}
    @font-face{font-family:"Open Sans Hebrew Bold";src:url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/open-sans-hebrew-bold.woff2) format("woff2"),url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/open-sans-hebrew-bold.woff2) format("woff");font-weight:700;font-style:normal;font-display:swap}
    @font-face{font-family:'Open Sans Hebrew Extra';src:url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/OpenSansHebrew-ExtraBold.woff2) format("woff2"),url(https://s5.easternpeak.com/wp-content/themes/eps/fonts/OpenSansHebrew-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}
    html{font-size:18px;line-height:1.15;-webkit-text-size-adjust:100%}
    @media screen and (max-width:1680px) {
    html{font-size:17px}
    }
    @media screen and (max-width:1367px) {
    html{font-size:16px}
    }
    @media screen and (max-width:1080px) {
    html{font-size:15px}
    }
    @media screen and (max-width:767px) {
    html{font-size:14px}
    }
    @media screen and (max-width:320px) {
    html{font-size:12px}
    }
    details,main{display:block}
    h1{font-size:2em}
    hr{box-sizing:content-box;height:0;overflow:visible}
    code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
    a{background-color:transparent;color:#33b44a;text-decoration:none;transition:color .2s ease}
    abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
    b,strong{font-weight:bolder}
    small{font-size:80%}
    sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
    sub{bottom:-.25em}
    sup{top:-.5em}
    img{border-style:none}
    button,input,optgroup,select,textarea{font-size:100%;line-height:1.15}
    input,optgroup,select,textarea{margin:0}
    button,optgroup{font-family:inherit}
    button,input{overflow:visible}
    button,select{text-transform:none}
    [type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
    [type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
    [type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}
    fieldset{padding:.35em .75em .625em}
    legend{color:inherit;display:table;max-width:100%;white-space:normal}
    progress{vertical-align:baseline}
    textarea{overflow:auto;max-width:100%}
    [type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}
    [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
    [type=search]{-webkit-appearance:textfield;outline-offset:-2px}
    [type=search]::-webkit-search-decoration{-webkit-appearance:none}
    ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
    summary{display:list-item}
    [hidden],template{display:none}
    html{box-sizing:border-box}
    *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
    *,:after,:before{box-sizing:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}
    body,html{height:100%;-webkit-overflow-scrolling:touch;text-rendering:optimizelegibility;-webkit-font-feature-settings:liga 1;-ms-font-feature-settings:liga 1;font-feature-settings:liga 1}
    body{margin:0;font-family:"Montserrat",Arial,sans-serif;background-color:#fff;min-width:320px}
    .dt-main-banner--post .dt-main-banner__content h1,h1,h2,h3,h4,h5{margin:0;padding:0;font-weight:800}
    .dt-main-banner--post .dt-main-banner__content .post__text h1,.dt-main-banner--post .dt-main-banner__content .pp h1,.news-blog__item-title,.post__text .dt-main-banner--post .dt-main-banner__content h1,.post__text h1,.post__text h2,.post__text h3,.post__text h4,.post__text h5,.post__text h6,.pp .dt-main-banner--post .dt-main-banner__content h1,.pp h1,.pp h2,.pp h3,.pp h4,.pp h5,.pp h6{margin:0;padding:0}
    .dt-main-banner--post .dt-main-banner__content h1 span,.news-blog__item-title span,h1 span,h2 span,h3 span,h4 span,h5 span{color:#33b44a}
    h1{font-size:3.11111rem;line-height:1.35714;color:#fff;text-transform:uppercase}
    @media screen and (max-width:1368px) {
    h1{font-size:2.39316rem}
    }
    @media screen and (max-width:1024px) {
    h1{font-size:1.94444rem}
    }
    @media screen and (max-width:768px) {
    h1{font-size:1.7284rem}
    }
    h2,h3{color:#002236}
    .dt-main-banner--post .dt-main-banner__content h1,h2,h3{font-size:2.72222rem;line-height:1.40816}
    @media screen and (max-width:1368px) {
    .dt-main-banner--post .dt-main-banner__content h1,h2{font-size:2.09402rem}
    }
    @media screen and (max-width:1024px) {
    .dt-main-banner--post .dt-main-banner__content h1,h2{font-size:1.70139rem}
    }
    @media screen and (max-width:768px) {
    .dt-main-banner--post .dt-main-banner__content h1,h2{font-size:1.57rem}
    }
    h3{font-size:2.5rem;line-height:1.44444}
    @media screen and (max-width:1368px) {
    h3{font-size:1.92308rem}
    }
    @media screen and (max-width:1024px) {
    h3{font-size:1.5625rem}
    }
    @media screen and (max-width:768px) {
    h3{font-size:1.28rem}
    }
    h4,h5{color:#002236}
    h4{font-size:2rem;line-height:1.27778}
    @media screen and (max-width:1368px) {
    h4{font-size:1.53846rem}
    }
    @media screen and (max-width:1024px) {
    h4{font-size:1.25rem}
    }
    @media screen and (max-width:768px) {
    h4{font-size:1.11111rem}
    }
    h5{line-height:1.41667}
    .news-blog__item-title,.post__text h1,.post__text h4,.post__text h5,.post__text h6,.pp h4,.pp h5,.pp h6,h5{font-size:1.33889rem}
    @media screen and (max-width:1368px) {
    .dt-main-banner--post .dt-main-banner__content .post__text h1,.dt-main-banner--post .dt-main-banner__content .pp h1,.news-blog__item-title,.post__text .dt-main-banner--post .dt-main-banner__content h1,.post__text h1,.post__text h2,.post__text h3,.post__text h4,.post__text h5,.post__text h6,.pp .dt-main-banner--post .dt-main-banner__content h1,.pp h1,.pp h2,.pp h3,.pp h4,.pp h5,.pp h6,h5{font-size:1.02564rem}
    }
    @media screen and (max-width:1024px) {
    .dt-main-banner--post .dt-main-banner__content .post__text h1,.dt-main-banner--post .dt-main-banner__content .pp h1,.news-blog__item-title,.post__text .dt-main-banner--post .dt-main-banner__content h1,.post__text h1,.post__text h2,.post__text h3,.post__text h4,.post__text h5,.post__text h6,.pp .dt-main-banner--post .dt-main-banner__content h1,.pp h1,.pp h2,.pp h3,.pp h4,.pp h5,.pp h6,h5{font-size:1rem}
    }
    @media screen and (max-width:768px) {
    .dt-main-banner--post .dt-main-banner__content .post__text h1,.dt-main-banner--post .dt-main-banner__content .pp h1,.news-blog__item-title,.post__text .dt-main-banner--post .dt-main-banner__content h1,.post__text h1,.post__text h2,.post__text h3,.post__text h4,.post__text h5,.post__text h6,.pp .dt-main-banner--post .dt-main-banner__content h1,.pp h1,.pp h2,.pp h3,.pp h4,.pp h5,.pp h6,h5{font-size:1rem}
    }
    a [x-apple-data-detectors]{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-decoration:none;color:inherit}
    a:active,a:focus,a:hover{color:#5cc36e;transition:color .2s ease}
    p{font-size:1rem;line-height:1.6;color:#002236;margin:0}
    input[required]:-moz-ui-invalid,textarea[required]:-moz-ui-invalid{box-shadow:none}
    button,ul{margin:0;padding:0}
    button{border:0;background-color:transparent;cursor:pointer}
    .container{margin:0 auto;max-width:1460px;padding:0 2.11111rem;box-sizing:border-box}
    @media screen and (max-width:1440px) {
    .container{max-width:1200px}
    }
    @media screen and (max-width:768px) {
    .container{padding:0 20px}
    }
    #ninja_forms_form_1.contact-form,#ninja_forms_form_11.guide-form,.container--block{display:block!important}
    ul{list-style:none}
    input,select,textarea{font-family:"Montserrat",sans-serif}
    input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#002236;background:#fff}
    input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:#002236;background:#fff}
    input:-moz-placeholder,select:-moz-placeholder,textarea:-moz-placeholder{color:#002236;background:#fff}
    input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#002236;background:#fff}
    input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 50px #fff!important;-webkit-text-fill-color:#002236!important;color:#002236!important}
    .grecaptcha-badge{opacity:0;pointer-events:none;visibility:hidden}
    .trinityAudioPlaceholder{margin:1rem 0}
    .b-img-txt,.impact,.metrics,.section-mgn,.ss,.structure-project{padding:5.7rem 0}
    .b-img-txt .dt-main-banner--post .dt-main-banner__content .post__text h1,.b-img-txt .dt-main-banner--post .dt-main-banner__content .pp h1,.b-img-txt .dt-main-banner--post .dt-main-banner__content h1,.b-img-txt .news-blog__item-title,.b-img-txt .post__text .dt-main-banner--post .dt-main-banner__content h1,.b-img-txt .post__text h1,.b-img-txt .post__text h2,.b-img-txt .post__text h3,.b-img-txt .post__text h4,.b-img-txt .post__text h5,.b-img-txt .post__text h6,.b-img-txt .pp .dt-main-banner--post .dt-main-banner__content h1,.b-img-txt .pp h1,.b-img-txt .pp h2,.b-img-txt .pp h3,.b-img-txt .pp h4,.b-img-txt .pp h5,.b-img-txt .pp h6,.b-img-txt h1,.b-img-txt h2,.b-img-txt h4,.b-img-txt h5,.dt-main-banner--post .dt-main-banner__content .b-img-txt h1,.dt-main-banner--post .dt-main-banner__content .impact h1,.dt-main-banner--post .dt-main-banner__content .metrics h1,.dt-main-banner--post .dt-main-banner__content .post__text .b-img-txt h1,.dt-main-banner--post .dt-main-banner__content .post__text .impact h1,.dt-main-banner--post .dt-main-banner__content .post__text .metrics h1,.dt-main-banner--post .dt-main-banner__content .post__text .section-mgn h1,.dt-main-banner--post .dt-main-banner__content .post__text .ss h1,.dt-main-banner--post .dt-main-banner__content .post__text .structure-project h1,.dt-main-banner--post .dt-main-banner__content .pp .b-img-txt h1,.dt-main-banner--post .dt-main-banner__content .pp .impact h1,.dt-main-banner--post .dt-main-banner__content .pp .metrics h1,.dt-main-banner--post .dt-main-banner__content .pp .section-mgn h1,.dt-main-banner--post .dt-main-banner__content .pp .ss h1,.dt-main-banner--post .dt-main-banner__content .pp .structure-project h1,.dt-main-banner--post .dt-main-banner__content .section-mgn h1,.dt-main-banner--post .dt-main-banner__content .ss h1,.dt-main-banner--post .dt-main-banner__content .structure-project h1,.impact .dt-main-banner--post .dt-main-banner__content .post__text h1,.impact .dt-main-banner--post .dt-main-banner__content .pp h1,.impact .dt-main-banner--post .dt-main-banner__content h1,.impact .news-blog__item-title,.impact .post__text .dt-main-banner--post .dt-main-banner__content h1,.impact .post__text h1,.impact .post__text h2,.impact .post__text h3,.impact .post__text h4,.impact .post__text h5,.impact .post__text h6,.impact .pp .dt-main-banner--post .dt-main-banner__content h1,.impact .pp h1,.impact .pp h2,.impact .pp h3,.impact .pp h4,.impact .pp h5,.impact .pp h6,.impact h1,.impact h2,.impact h3,.impact h4,.impact h5,.metrics .dt-main-banner--post .dt-main-banner__content .post__text h1,.metrics .dt-main-banner--post .dt-main-banner__content .pp h1,.metrics .dt-main-banner--post .dt-main-banner__content h1,.metrics .news-blog__item-title,.metrics .post__text .dt-main-banner--post .dt-main-banner__content h1,.metrics .post__text h1,.metrics .post__text h2,.metrics .post__text h3,.metrics .post__text h4,.metrics .post__text h5,.metrics .post__text h6,.metrics .pp .dt-main-banner--post .dt-main-banner__content h1,.metrics .pp h1,.metrics .pp h2,.metrics .pp h3,.metrics .pp h4,.metrics .pp h5,.metrics .pp h6,.metrics h1,.metrics h2,.metrics h4,.metrics h5,.post__text .b-img-txt h1,.post__text .b-img-txt h2,.post__text .b-img-txt h3,.post__text .b-img-txt h4,.post__text .b-img-txt h5,.post__text .b-img-txt h6,.post__text .dt-main-banner--post .dt-main-banner__content .b-img-txt h1,.post__text .dt-main-banner--post .dt-main-banner__content .impact h1,.post__text .dt-main-banner--post .dt-main-banner__content .metrics h1,.post__text .dt-main-banner--post .dt-main-banner__content .section-mgn h1,.post__text .dt-main-banner--post .dt-main-banner__content .ss h1,.post__text .dt-main-banner--post .dt-main-banner__content .structure-project h1,.post__text .impact h1,.post__text .impact h2,.post__text .impact h3,.post__text .impact h4,.post__text .impact h5,.post__text .impact h6,.post__text .metrics h1,.post__text .metrics h2,.post__text .metrics h3,.post__text .metrics h4,.post__text .metrics h5,.post__text .metrics h6,.post__text .section-mgn h1,.post__text .section-mgn h2,.post__text .section-mgn h3,.post__text .section-mgn h4,.post__text .section-mgn h5,.post__text .section-mgn h6,.post__text .ss h1,.post__text .ss h2,.post__text .ss h3,.post__text .ss h4,.post__text .ss h5,.post__text .ss h6,.post__text .structure-project h1,.post__text .structure-project h2,.post__text .structure-project h3,.post__text .structure-project h4,.post__text .structure-project h5,.post__text .structure-project h6,.pp .b-img-txt h1,.pp .b-img-txt h2,.pp .b-img-txt h3,.pp .b-img-txt h4,.pp .b-img-txt h5,.pp .b-img-txt h6,.pp .dt-main-banner--post .dt-main-banner__content .b-img-txt h1,.pp .dt-main-banner--post .dt-main-banner__content .impact h1,.pp .dt-main-banner--post .dt-main-banner__content .metrics h1,.pp .dt-main-banner--post .dt-main-banner__content .section-mgn h1,.pp .dt-main-banner--post .dt-main-banner__content .ss h1,.pp .dt-main-banner--post .dt-main-banner__content .structure-project h1,.pp .impact h1,.pp .impact h2,.pp .impact h3,.pp .impact h4,.pp .impact h5,.pp .impact h6,.pp .metrics h1,.pp .metrics h2,.pp .metrics h3,.pp .metrics h4,.pp .metrics h5,.pp .metrics h6,.pp .section-mgn h1,.pp .section-mgn h2,.pp .section-mgn h3,.pp .section-mgn h4,.pp .section-mgn h5,.pp .section-mgn h6,.pp .ss h1,.pp .ss h2,.pp .ss h3,.pp .ss h4,.pp .ss h5,.pp .ss h6,.pp .structure-project h1,.pp .structure-project h2,.pp .structure-project h3,.pp .structure-project h4,.pp .structure-project h5,.pp .structure-project h6,.section-mgn .dt-main-banner--post .dt-main-banner__content .post__text h1,.section-mgn .dt-main-banner--post .dt-main-banner__content .pp h1,.section-mgn .dt-main-banner--post .dt-main-banner__content h1,.section-mgn .news-blog__item-title,.section-mgn .post__text .dt-main-banner--post .dt-main-banner__content h1,.section-mgn .post__text h1,.section-mgn .post__text h2,.section-mgn .post__text h3,.section-mgn .post__text h4,.section-mgn .post__text h5,.section-mgn .post__text h6,.section-mgn .pp .dt-main-banner--post .dt-main-banner__content h1,.section-mgn .pp h1,.section-mgn .pp h2,.section-mgn .pp h3,.section-mgn .pp h4,.section-mgn .pp h5,.section-mgn .pp h6,.section-mgn h1,.section-mgn h2,.section-mgn h3,.section-mgn h4,.section-mgn h5,.ss .dt-main-banner--post .dt-main-banner__content .post__text h1,.ss .dt-main-banner--post .dt-main-banner__content .pp h1,.ss .dt-main-banner--post .dt-main-banner__content h1,.ss .news-blog__item-title,.ss .post__text .dt-main-banner--post .dt-main-banner__content h1,.ss .post__text h1,.ss .post__text h2,.ss .post__text h3,.ss .post__text h4,.ss .post__text h5,.ss .post__text h6,.ss .pp .dt-main-banner--post .dt-main-banner__content h1,.ss .pp h1,.ss .pp h2,.ss .pp h3,.ss .pp h4,.ss .pp h5,.ss .pp h6,.ss h1,.ss h2,.ss h3,.ss h4,.ss h5,.structure-project .dt-main-banner--post .dt-main-banner__content .post__text h1,.structure-project .dt-main-banner--post .dt-main-banner__content .pp h1,.structure-project .dt-main-banner--post .dt-main-banner__content h1,.structure-project .news-blog__item-title,.structure-project .post__text .dt-main-banner--post .dt-main-banner__content h1,.structure-project .post__text h1,.structure-project .post__text h2,.structure-project .post__text h3,.structure-project .post__text h4,.structure-project .post__text h5,.structure-project .post__text h6,.structure-project .pp .dt-main-banner--post .dt-main-banner__content h1,.structure-project .pp h1,.structure-project .pp h2,.structure-project .pp h3,.structure-project .pp h4,.structure-project .pp h5,.structure-project .pp h6,.structure-project h1,.structure-project h2,.structure-project h4,.structure-project h5{margin-bottom:1.5rem}
    @media screen and (max-width:767px) {
    .b-img-txt,.impact,.metrics,.section-mgn,.ss,.structure-project{padding:3rem 0}
    }
    .btm-mgn.b-img-txt,.btm-mgn.impact,.btm-mgn.metrics,.btm-mgn.ss,.btm-mgn.structure-project,.section-mgn.btm-mgn{padding-bottom:2.85rem}
    @media screen and (max-width:767px) {
    .btm-mgn.b-img-txt,.btm-mgn.impact,.btm-mgn.metrics,.btm-mgn.ss,.btm-mgn.structure-project,.section-mgn.btm-mgn{padding-bottom:1.5rem}
    }
    .section-pdg-btm{padding-bottom:5.7rem}
    @media screen and (max-width:767px) {
    .section-pdg-btm{padding-bottom:3rem}
    }
    .dt-main-banner--post .dt-main-banner__content .section-pdg-btm h1,.dt-main-banner--post .dt-main-banner__content .section-pdg-top h1,.post__text .section-pdg-btm h1,.post__text .section-pdg-btm h2,.post__text .section-pdg-btm h3,.post__text .section-pdg-btm h4,.post__text .section-pdg-btm h6,.pp .section-pdg-btm h1,.pp .section-pdg-btm h2,.pp .section-pdg-btm h3,.pp .section-pdg-btm h4,.pp .section-pdg-btm h6,.section-pdg-btm .dt-main-banner--post .dt-main-banner__content h1,.section-pdg-btm .news-blog__item-title,.section-pdg-btm .post__text h1,.section-pdg-btm .post__text h2,.section-pdg-btm .post__text h3,.section-pdg-btm .post__text h4,.section-pdg-btm .post__text h6,.section-pdg-btm .pp h1,.section-pdg-btm .pp h2,.section-pdg-btm .pp h3,.section-pdg-btm .pp h4,.section-pdg-btm .pp h6,.section-pdg-btm h1,.section-pdg-btm h2,.section-pdg-btm h3,.section-pdg-btm h4,.section-pdg-btm h5,.section-pdg-top .dt-main-banner--post .dt-main-banner__content h1,.section-pdg-top h2{margin-bottom:1.4rem}
    .section-mgn-btm{margin-bottom:5.7rem}
    @media screen and (max-width:767px) {
    .section-mgn-btm{margin-bottom:3rem}
    }
    .section-pdg-top{padding-top:5.7rem}
    @media screen and (max-width:767px) {
    .section-pdg-top{padding-top:3rem}
    }
    .section-pdg-top h3{margin-bottom:3rem}
    .dt-main-banner--post .dt-main-banner__content .section-pdg-top--wm h1,.section-pdg-top--wm .dt-main-banner--post .dt-main-banner__content h1,.section-pdg-top--wm h2,.section-pdg-top--wm h3{margin-bottom:0}
    .clear-pdg-btm{padding-bottom:0!important}
    .clear-mgn-btm{margin-bottom:0!important}
    .clear-mgn-top{margin-top:0!important}
    .clear-pdg-top{padding-top:0!important}
    .clr-primary{color:#002236}
    .bg-primary{background-color:#002236}
    .clr-second{color:#33b44a}
    .bg-second{background-color:#33b44a}
    .txt-center{text-align:center}
    .txt-md{font-size:1.11111rem}
    .txt-lg{font-size:1.22222rem}
    @font-face{font-family:'swiper-icons';src:url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal;font-display:swap}
    :root{--swiper-theme-color:#007aff}
    
    /* Home PAGE CSS */
    details, main {display:block;}
    
    .head{position:fixed;left:0;right:0;top:0;padding:0 2.22222rem;display:flex;align-items:stretch;justify-content:space-between;z-index:10;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);border-bottom:1px solid #fff;background-color:rgba(11,14,16,.6)}
    @media screen and (max-width:1680px) {
    .head{padding:0 1.94444rem}
    }
    @media screen and (max-width:767px) {
    .head{padding:0 1.11111rem}
    }
    .head.is-fixed .head__logo,.head__logo.is-dark{background-image:url(../images/logo-black.svg);}
    .head.is-fixed .head__menu li a{color:#002236;transition:color .2s ease}
    .head.is-fixed .dt-burger .dt-burger__line,.head.is-fixed .dt-burger::after,.head.is-fixed .dt-burger::before{background-color:#002236;transition:background-color .2s ease,transform .2s ease;transition:background-color .2s ease,transform .2s ease,-webkit-transform .2s ease}
    .head__logo{display:inline-block;width:12rem;height:2.44444rem;background-image:url(../images/logo.svg);background-size:contain;background-position:center;background-repeat:no-repeat}
    @media screen and (max-width:1680px) {
    .head__logo{width:9.33333rem;height:2rem}
    }
    @media screen and (max-width:1024px) {
    .head__logo{width:7.66667rem;height:28px}
    }
    .head__lside{display:flex;align-items:center;flex:0 0 auto;padding:1.05556rem 0}
    @media screen and (max-width:1680px) {
    .head__lside{padding:.94444rem 0}
    }
    .head__rside{flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;padding-left:6.38889rem}
    @media screen and (max-width:1680px) {
    .head__rside{padding-left:3.61111rem}
    }
    @media screen and (max-width:1280px) {
    .head__rside{padding-left:1.94444rem}
    }
    .head__rside-nav{height:100%;display:flex;align-items:flex-end}
    .head__subtitle{position:relative;color:#fff;font-size:1.11111rem;text-transform:uppercase;font-weight:800;padding-left:1.72222rem;margin-left:1.72222rem;-webkit-animation:fadeIn .2s ease;animation:fadeIn .2s ease}
    @media screen and (max-width:1024px) {
    .head__subtitle{display:none}
    }
    .head__subtitle::before{content:"";position:absolute;left:0;top:-60%;bottom:-60%;background-color:#fff;width:.11111rem}
    .head__menu{display:flex;align-items:center;list-style:none;padding:0;margin:0;margin-right:2.22222rem;margin-bottom:-1px;-webkit-animation:fadeIn .2s ease;animation:fadeIn .2s ease}
    @media screen and (max-width:1280px) {
    .head__menu{margin-right:1.94444rem}
    }
    @media screen and (max-width:860px) {
    .head__menu{display:none}
    }
    .head__menu li{font-size:0}
    .head__menu li a{display:inline-block;color:#fff;font-size:.97222rem;font-weight:300;line-height:1.3;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition:color .2s ease,border-color .2s ease;padding:0 1.66667rem 1.38889rem;border-bottom:4px solid transparent}
    @media screen and (max-width:1680px) {
    .head__menu li a{font-size:.83333rem;border-width:3px}
    }
    @media screen and (max-width:1280px) {
    .head__menu li a{padding:0 1.11111rem 1.22222rem}
    }
    @media screen and (max-width:1024px) {
    .head__menu li a{font-size:.95rem;padding:0 .66667rem 1.22222rem}
    }
    .head__menu li a:active,.head__menu li a:focus,.head__menu li a:hover{color:#33b44a;border-color:#24ad4a;transition:color .2s ease,border-color .2s ease}
    .head__menu li.current-menu-item a,.head__menu li.is-active a{color:#33b44a;border-color:#24ad4a;transition:color .2s ease,border-color .2s ease}
    .head__action,.head__action:hover{transition:background-color .2s ease,color .2s ease}
    .head__action{outline:0;display:inline-block;position:relative;color:#0b2234;font-size:1rem;font-weight:600;line-height:1.5;text-transform:uppercase;text-decoration:none;border:2px #0b2234 solid;border-radius:4px}
    @media screen and (max-width:1680px) {
    .head__action{font-size:.77778rem;padding:.44444rem 2.33333rem}
    }
    @media screen and (max-width:767px) {
    .head__action{font-size:.66667rem;padding:.33333rem 1.66667rem}
    }
    .head__action:hover{background-color:#0b2234;color:#fff}
    .head__actions{display:flex;align-items:center}
    .head__actions li{margin-right:.55556rem}
    .dt-header__countries-code li:last-child,.head__actions li:last-child{margin-right:0}
    .head__actions a,.head__actions a:hover{transition:background-color .2s ease,color .2s ease}
    .head__actions a{outline:0;display:inline-block;position:relative;font-size:1rem;font-weight:600;line-height:1.5;text-transform:uppercase;text-decoration:none;white-space:nowrap;border:2px #24ad4a solid;background-color:#24ad4a;color:#fff;padding:.5rem 3.22222rem .44444rem}
    @media screen and (max-width:1680px) {
    .head__actions a{font-size:.77778rem;padding:.55556rem 2.22222rem}
    }
    @media screen and (max-width:1024px) {
    .head__actions a{padding:.55556rem 1.11111rem}
    }
    @media screen and (max-width:767px) {
    .head__actions a{font-size:.66667rem}
    }
    .head__actions a:hover{background-color:transparent;color:#24ad4a}
    .head--he{background-color:#fff;direction:rtl;position:fixed;padding-top:.72222rem;padding-bottom:.72222rem}
    @media screen and (max-width:1600px) {
    .head--he{padding-left:3.33333rem}
    }
    @media screen and (max-width:1440px) {
    .head--he{padding-left:0}
    }
    @media screen and (max-width:1340px) {
    .head--he{padding-left:3.33333rem}
    }
    @media screen and (max-width:767px) {
    .head--he{padding:.72222rem 1.11111rem .72222rem 3.33333rem}
    }
    @media screen and (max-width:600px) {
    .head--he{padding-left:1.11111rem}
    }
    .head--he.is-fixed{padding-top:.72222rem;padding-bottom:.72222rem}
    @media screen and (max-width:1600px) {
    .head--he.is-fixed{padding-left:3.33333rem}
    }
    @media screen and (max-width:1440px) {
    .head--he.is-fixed{padding-left:0}
    }
    @media screen and (max-width:1340px) {
    .head--he.is-fixed{padding-left:3.33333rem}
    }
    @media screen and (max-width:767px) {
    .head--he.is-fixed{padding:.44444rem 1.11111rem .44444rem 3.33333rem}
    }
    @media screen and (max-width:600px) {
    .head--he.is-fixed{padding-left:1.11111rem}
    .head--he.is-fixed .head__lang{top:7px}
    .head--he.is-fixed .head__lside{padding-bottom:.55556rem}
    }
    .head--he .container{display:flex;align-items:center;justify-content:space-between;width:100%}
    @media screen and (max-width:600px) {
    .head--he .container{flex-wrap:wrap;padding:0}
    .head--he .head__lside,.head--he .head__rside{flex:0 0 100%;display:flex;justify-content:center}
    .head--he .head__lside{padding-bottom:1.11111rem}
    .head--he .head__rside{align-items:center}
    }
    .head--he .head__lang{font-size:1rem;font-family:"Open Sans Hebrew",Arial,Helvetica,sans-serif;text-transform:uppercase;box-sizing:border-box;border:2px solid #1cb564;border-left:0;border-radius:0 3px 3px 0;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;padding:4px 10px;z-index:2}
    @media screen and (max-width:600px) {
    .head--he .head__lang{top:17px;-webkit-transform:none;transform:none}
    }
    .head--he .head__lang:hover{background:#1cb564;color:#fff}
    .head--he .head__logo{background-image:url(../images/logo-dark.svg);width:10.05556rem;height:2.05556rem}
    @media screen and (max-width:1024px) {
    .head--he .head__logo{width:7.66667rem;height:1.55556rem}
    }
    .head--he .head__options{display:flex;align-items:center}
    .head--he .head__btn{display:inline-block;font-family:"Open Sans Hebrew Bold",Arial,Helvetica,sans-serif;padding:.22222rem 1.66667rem;font-size:1.11111rem}
    .head--he .head__btn:focus,.head--he .head__btn:hover{color:#fff;background:#233c4d}
    @media screen and (max-width:767px) {
    .head--he .head__btn{padding:.22222rem 1.11111rem}
    }
    .head--he .head__phone{font-size:1rem;margin-left:3.11111rem;padding-left:38px;position:relative;font-family:"Open Sans Hebrew",Arial,Helvetica,sans-serif;direction:ltr}
    @media screen and (max-width:1440px) {
    .head--he .head__phone{padding-left:34px}
    }
    @media screen and (max-width:767px) {
    .head--he .head__phone{margin:0 0 0 1.11111rem;padding:0}
    }
    .head--he .head__phone:after{background-image:url(https://s5.easternpeak.com/wp-content/themes/eps/images/svg/ico_phone_svg.svg);background-repeat:no-repeat;background-size:contain;position:absolute;content:'';width:28px;height:28px;left:0;top:50%;margin:-14px 0 0}
    @media screen and (max-width:1440px) {
    .head--he .head__phone:after{width:24px;height:24px;margin-top:-12px}
    }
    @media screen and (max-width:767px) {
    .head--he .head__phone:after{display:none}
    }
    @media screen and (max-width:1024px) {
    body.is-menu-active{overflow:hidden}
    body.is-menu-active .dt-header{overflow-y:auto}
    }
    .dt-header{position:fixed;z-index:100;max-height:100vh;width:100%;overflow:hidden;top:0;background-color:#fff;border-bottom:1px solid #011a2a;visibility:hidden;pointer-events:none;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
    @media screen and (max-width:1024px) {
    .dt-header{min-height:100vh}
    }
    .dt-header__simple{display:none;height:100%}
    @media screen and (max-width:1024px) {
    .dt-header__simple{display:block}
    }
    .dt-header__simple-header{display:flex;align-items:center;padding:.94444rem 1.94444rem;border-bottom:1px solid #002339}
    @media screen and (max-width:767px) {
    .dt-header__simple-header{padding:.94444rem 1.11111rem}
    }
    .dt-header__simple-menu{margin:1.66667rem 0 0}
    @media screen and (max-width:767px) {
    .dt-header__simple-menu{margin:1.11111rem 0 0}
    }
    .dt-header__simple-menu li{position:relative}
    .dt-header__simple-menu li.menu-item-has-children::after{content:"";display:inline-block;width:.83333rem;height:.83333rem;position:absolute;top:1rem;-webkit-transform:rotate(90deg);transform:rotate(90deg);right:4.16667rem;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url(https://s5.easternpeak.com/wp-content/themes/eps/images/digital-transformation/arrow-right-thin-green.svg);will-change:transform;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}
    @media screen and (max-width:767px) {
    .dt-header__simple-menu li.menu-item-has-children::after{right:3.33333rem}
    }
    .dt-header__simple-menu li>a{padding:.55556rem 4.16667rem;color:#002339;font-size:1rem;font-weight:800;line-height:1.8;width:auto;display:inline-block;transition:color .2s ease}
    @media screen and (max-width:767px) {
    .dt-header__simple-menu li>a{padding:.55556rem 3.33333rem}
    }
    .dt-header__countries-code li a:hover,.dt-header__menu li.current-menu-item a,.dt-header__menu li.current-page-ancestor a,.dt-header__menu li.current_page_ancestor a,.dt-header__menu li.current_page_parent a,.dt-header__menu li.is-active a,.dt-header__menu li:hover a,.dt-header__simple-menu li.is-active>a,.dt-header__simple-menu li:hover>a{color:#24ad4a;transition:color .2s ease}
    .dt-header__simple-menu li.is-active::after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}
    .dt-header__simple-menu li ul{display:none;padding:0;background-color:#24ad4a}
    .dt-header__simple-menu li ul li{border-bottom:1px #50bd6e solid}
    .dt-header__simple-menu li ul li:last-child{border-bottom:none}
    .dt-header__simple-menu li ul li.menu-item-has-children::after{background-image:url(https://s5.easternpeak.com/wp-content/themes/eps/images/digital-transformation/arrow-right-thin-white.svg)}
    .dt-header__simple-menu li ul li>a{color:#fff;padding:.55556rem 4.16667rem}
    @media screen and (max-width:767px) {
    .dt-header__simple-menu li ul li>a{padding:.55556rem 3.33333rem}
    }
    .dt-header__menu li a,.dt-header__simple-menu li ul li.current-menu-item>a,.dt-header__simple-menu li ul li.current-page-ancestor>a,.dt-header__simple-menu li ul li.current_page_ancestor>a,.dt-header__simple-menu li ul li.current_page_parent>a,.dt-header__simple-menu li ul li.is-active>a,.dt-header__simple-menu li ul li:hover>a{color:#fff;transition:color .2s ease}
    .dt-header__simple-menu li ul li:hover{background-color:#209c43;transition:background-color .2s ease}
    .dt-header__simple-menu li ul li ul{background-color:#1d8a3b}
    .dt-header__simple-menu li ul li ul li>a{width:100%}
    .dt-header__simple-actions{text-align:center;padding:0 2.22222rem;margin-top:2.22222rem}
    .dt-header__full{display:flex;height:100%;justify-content:stretch}
    @media screen and (max-width:1024px) {
    .dt-header__full{display:none}
    }
    .dt-header__lside{flex:0 0 27.77778rem;padding:1.05556rem 0 5.83333rem;border-right:1px solid #dcdcdc;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
    @media screen and (max-width:1680px) {
    .dt-header__lside{flex:0 0 22.22222rem;padding:1.05556rem 0 3.33333rem}
    }
    .dt-header__rside{flex:1 1 auto}
    .dt-header__general{display:flex;align-items:center;padding-left:2.22222rem}
    @media screen and (max-width:1680px) {
    .dt-header__general{padding-left:1.94444rem}
    }
    .dt-header__menu{padding:0;margin:3.44444rem auto 0;list-style:none}
    @media screen and (max-width:1680px) {
    .dt-header__menu{margin:2.66667rem auto 0}
    }
    .dt-header__menu li{position:relative;z-index:0;cursor:pointer;overflow:hidden}
    .dt-header__menu li.menu-item-has-children::after{content:"";display:inline-block;width:.66667rem;height:.66667rem;position:absolute;top:52%;-webkit-transform:translateY(-50%) rotateY(0);transform:translateY(-50%) rotateY(0);right:4.16667rem;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url(https://s5.easternpeak.com/wp-content/themes/eps/images/digital-transformation/arrow-right-thin-green.svg);will-change:transform;transition:transform .35s ease;transition:transform .35s ease,-webkit-transform .35s ease}
    @media screen and (max-width:1680px) {
    .dt-header__menu li.menu-item-has-children::after{right:1.94444rem}
    }
    @media screen and (max-width:1368px) {
    .dt-header__menu li.menu-item-has-children::after{right:1.66667rem}
    }
    @media screen and (max-width:1080px) {
    .dt-header__menu li.menu-item-has-children::after{right:1.11111rem}
    }
    .dt-header__menu li a{color:#002339;font-size:1.27778rem;font-weight:800;line-height:2.8;padding-left:5.44444rem;width:100%}
    @media screen and (max-width:1680px) {
    .dt-header__menu li a{font-size:1rem;padding-left:80px}
    }
    .dt-header__menu li.current-menu-item::after,.dt-header__menu li.current-page-ancestor::after,.dt-header__menu li.current_page_ancestor::after,.dt-header__menu li.current_page_parent::after,.dt-header__menu li.is-active::after{-webkit-transform:translateY(-50%) rotateY(180deg);transform:translateY(-50%) rotateY(180deg);transition:transform .35s ease;transition:transform .35s ease,-webkit-transform .35s ease}
    .dt-header__top{display:flex;align-items:center;justify-content:space-between;padding:.88889rem 3.72222rem;border-bottom:1px solid #dcdcdc}
    @media screen and (max-width:1680px) {
    .dt-header__top{padding:.88889rem 3.72222rem}
    }
    .dt-header__locations{flex:1 1 auto}
    .dt-header__countries,.dt-header__locations{display:flex;align-items:center}
    .dt-header__countries-imgs{position:relative;width:9.94444rem;margin-right:1.55556rem;margin-top:-.83333rem}
    @media screen and (max-width:1680px) {
    .dt-header__countries-imgs{width:8.61111rem}
    }
    .dt-header__countries-img{display:none;font-size:0;-webkit-animation:fadeIn .35s ease;animation:fadeIn .35s ease}
    .dt-header__countries-img img,.ep-form__location img{width:100%;height:auto;display:inline-block}
    .dt-header__address-content.is-active,.dt-header__countries-img.is-active{display:block}
    .dt-header__countries-code{position:relative;padding:0;margin:0;list-style:none;display:inline-flex;align-items:center;padding-right:1.94444rem;margin-right:1.94444rem}
    @media screen and (max-width:1680px) {
    .dt-header__countries-code{padding-right:1.38889rem;margin-right:1.38889rem}
    }
    .dt-header__countries-code::after{content:"";position:absolute;right:0;height:2.72222rem;background-color:#000407;width:2px}
    @media screen and (max-width:1680px) {
    .dt-header__countries-code::after{height:2.16667rem}
    }
    .dt-header__countries-code li{position:relative;margin-right:1.94444rem;display:inline-flex;align-items:center}
    @media screen and (max-width:1680px) {
    .dt-header__countries-code li{margin-right:1.38889rem}
    }
    .dt-header__countries-code li:last-child::after{content:none}
    .dt-header__countries-code li::after{content:"";position:absolute;right:-1.05556rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:5px;height:5px;border-radius:5px;background-color:#1dba42}
    @media screen and (max-width:1680px) {
    .dt-header__countries-code li::after{right:-.83333rem}
    }
    .dt-header__countries-code li a,.dt-header__countries-code li a::before{color:#002339;font-size:1.16667rem;font-weight:300;text-transform:uppercase;transition:color .2s ease}
    .dt-header__countries-code li a::before{position:absolute;left:0;top:0;bottom:0;right:0;content:attr(data-title);font-weight:800;opacity:0;transition:opacity .2s ease}
    @media screen and (max-width:1680px) {
    .dt-header__countries-code li a,.dt-header__countries-code li a::before{font-size:.88889rem}
    }
    .dt-header__countries-code li.is-active a{color:transparent;transition:color .2s ease}
    .dt-header__countries-code li.is-active a::before{opacity:1;transition:opacity .2s ease}
    .dt-header__address{flex:1 1 auto;padding-right:1.11111rem}
    .dt-header__address-content{display:none;-webkit-animation:fadeInLeft .35s ease;animation:fadeInLeft .35s ease}
    .dt-header__address-content p{font-size:1rem;font-weight:400;line-height:1.34}
    @media screen and (max-width:1680px) {
    .dt-header__address-content p{font-size:.77778rem}
    }
    .dt-header__address{font-weight:400}
    .dt-header__address,.dt-header__address a{color:#002339;font-size:1rem;font-style:normal;transition:color .2s ease}
    @media screen and (max-width:1680px) {
    .dt-header__address,.dt-header__address a{font-size:.77778rem;line-height:1.4}
    }
    .dt-header__address a{font-weight:700}
    .dt-header__address a:hover{color:#334f61;transition:color .2s ease}
    .dt-header__action{flex:0 0 auto;color:#fff;font-size:1rem;font-weight:700;line-height:1.5;text-transform:uppercase;background-color:#002339;display:inline-block;padding:.66667rem 1.66667rem .55556rem;transition:background-color .2s ease}
    @media screen and (max-width:1680px) {
    .dt-header__action{font-size:.83333rem;padding:.55556rem 1.44444rem .44444rem}
    }
    .dt-header__action:hover{background-color:#1a394d;transition:background-color .2s ease}
    .dt-header__submenu{position:relative;padding:2.33333rem 3.72222rem;overflow-y:auto}
    @media screen and (max-width:1680px) {
    .dt-header__submenu{padding:2.33333rem 3.72222rem}
    }
    .dt-header__submenu-content{width:100%;height:100%;display:none;align-items:flex-start;flex-wrap:wrap;opacity:0;visibility:hidden}
    .dt-header__submenu-content.is-active{display:flex}
    .dt-header__submenu-content>ul{flex:0 0 33.33333333%;width:33.33333333%;padding-right:2.22222rem}
    .dt-header__submenu-column{flex:0 0 50%;width:50%;box-sizing:border-box}
    .dt-header__submenu-column:first-child{padding-right:6.66667rem}
    @media screen and (max-width:1440px) {
    .dt-header__submenu-column:first-child{padding-right:4.44444rem}
    }
    .dt-header__submenu-column--auto{flex:0 0 100%;width:100%;box-sizing:border-box}
    .dt-header__submenu-column--auto:first-child{padding-right:0}
    @media screen and (max-width:1440px) {
    .dt-header__submenu-column--auto:first-child{padding-right:0}
    }
    .dt-header__submenu-column ul,.dt-header__submenu-content ul{margin:0;padding:0;list-style:none}
    .dt-header__submenu-column>ul,.dt-header__submenu-content>ul{margin-bottom:1.55556rem}
    @media screen and (max-width:1280px) {
    .dt-header__submenu-column>ul,.dt-header__submenu-content>ul{flex:0 0 50%}
    }
    @media screen and (max-width:1023px) {
    .dt-header__submenu-column>ul,.dt-header__submenu-content>ul{flex:0 0 100%}
    }
    .dt-header__submenu-column>ul:last-child,.dt-header__submenu-content>ul:last-child{padding-right:0}
    .dt-header__submenu-column>ul>li,.dt-header__submenu-content>ul>li{overflow:hidden}
    .dt-header__submenu-column>ul>li p,.dt-header__submenu-content>ul>li p{color:#99a6b0;font-size:.72222rem;margin-bottom:.55556rem}
    @media screen and (min-width:1921px) {
    .dt-header__submenu-column>ul>li p,.dt-header__submenu-content>ul>li p{font-size:.83333rem}
    }
    .dt-header__submenu-column>ul>li>a,.dt-header__submenu-column>ul>li>span,.dt-header__submenu-content>ul>li>a,.dt-header__submenu-content>ul>li>span{position:relative;display:inline-block;margin-bottom:.94444rem;color:#002339;font-size:1.61111rem;font-weight:600;line-height:1.4;transition:color .2s ease}
    @media screen and (max-width:1680px) {
    .dt-header__submenu-column>ul>li>a,.dt-header__submenu-column>ul>li>span,.dt-header__submenu-content>ul>li>a,.dt-header__submenu-content>ul>li>span{font-size:1.16667rem}
    }
    .dt-header__submenu-column>ul>li>a,.dt-header__submenu-content>ul>li>a{border-bottom:3px solid #1dba42;word-break:keep-all}
    @media screen and (max-width:1680px) {
    .dt-header__submenu-column>ul>li>a,.dt-header__submenu-content>ul>li>a{border-width:2px}
    }
    .dt-header__submenu-column>ul>li ul li a:hover,.dt-header__submenu-column>ul>li>a:hover,.dt-header__submenu-content>ul>li ul li a:hover,.dt-header__submenu-content>ul>li>a:hover{color:#24ad4a;transition:color .2s ease}
    .dt-header__submenu-column>ul>li ul li a,.dt-header__submenu-content>ul>li ul li a{display:inline-block;color:#002339;font-size:1rem;font-weight:300;line-height:2.5;transition:color .2s ease}
    @media screen and (max-width:1680px) {
    .dt-header__submenu-column>ul>li ul li a,.dt-header__submenu-content>ul>li ul li a{font-size:.83333rem}
    }
    .dt-header__submenu-column>ul.has-description ul,.dt-header__submenu-content>ul.has-description ul{display:flex;align-items:center;flex-wrap:wrap}
    .dt-header__submenu-column>ul.has-description ul li,.dt-header__submenu-content>ul.has-description ul li{flex:0 0 auto;margin-right:2.22222rem}
    @media screen and (max-width:1680px) {
    .dt-header__submenu-column>ul.has-description ul li,.dt-header__submenu-content>ul.has-description ul li{margin-right:1.66667rem}
    }
    .dt-header__submenu-column>ul.has-description ul li a,.dt-header__submenu-content>ul.has-description ul li a{color:#24ad4a;font-weight:400;line-height:1.94;transition:color .2s ease}
    .dt-header__submenu-column>ul.has-description ul li a:hover,.dt-header__submenu-content>ul.has-description ul li a:hover{color:#002339;transition:color .2s ease}
    .dt-header__submenu-column.is-second-level>ul,.dt-header__submenu-content.is-second-level>ul{margin-bottom:.55556rem}
    
    .dt-burger{position:relative;display:inline-block;margin-right:1.88889rem;width:33px;height:26px;border:0;outline:0;overflow:hidden}
    .dt-burger.is-active .dt-burger__line,.dt-burger.is-active::after,.dt-burger.is-active::before{background-color:#231f20;transition:background-color .2s ease,transform .2s ease;transition:background-color .2s ease,transform .2s ease,-webkit-transform .2s ease}
    .dt-burger.is-active::after,.dt-burger.is-active::before{height:3px;top:10px;left:3px;width:27px}
    .dt-burger.is-active .dt-burger__line{display:none}
    @media screen and (max-width:1680px) {
    .dt-burger.is-active::after,.dt-burger.is-active::before{top:10px;left:7px;width:23px}
    }
    @media screen and (max-width:1024px) {
    .dt-burger.is-active::after,.dt-burger.is-active::before{top:8px;left:0;width:21px;height:2px}
    }
    .dt-burger.is-active::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}
    .dt-burger.is-active::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
    @media screen and (max-width:1680px) {
    .dt-burger{width:28px;height:20px;margin-right:1.11111rem}
    }
    @media screen and (max-width:1024px) {
    .dt-burger{width:22px;height:18px;margin-right:.66667rem}
    }
    .dt-burger::before{content:"";position:absolute;left:0;top:2px;bottom:0;height:3px;border-radius:14px;background-color:#fff}
    .dt-burger::after,.dt-burger::before{right:0;transition:background-color .2s ease,right .2s ease}
    .dt-burger::after,.dt-burger__line{content:"";position:absolute;left:0;bottom:0;height:3px;border-radius:14px;background-color:#fff}
    @media screen and (max-width:1680px) {
    .dt-burger::after,.dt-burger::before,.dt-burger__line{height:2px}
    }
    @media screen and (max-width:1024px) {
    .dt-burger::after,.dt-burger::before,.dt-burger__line{height:2px}
    }
    .dt-burger::after{top:12px}
    @media screen and (max-width:1680px) {
    .dt-burger::after{top:8px}
    }
    .dt-burger__line{top:22px;right:10px;transition:background-color .2s ease,right .2s ease}
    @media screen and (max-width:1680px) {
    .dt-burger__line{top:14px}
    }
    .dt-burger:hover .dt-burger__line,.dt-burger:hover::after,.dt-burger:hover::before{background-color:#33b44a!important;transition:background-color .2s ease,right .2s ease}
    .dt-burger:hover .dt-burger__line{right:0}
    .dt-burger--animation::before{-webkit-animation:burger-lines 20s ease infinite;animation:burger-lines 20s ease infinite}
    .dt-burger--animation::after{-webkit-animation:burger-lines 20.04s ease infinite;animation:burger-lines 20.04s ease infinite}
    .dt-burger--animation .dt-burger__line{-webkit-animation:burger-last-line 20.08s ease infinite;animation:burger-last-line 20.08s ease infinite}
    .dt-burger--animation:hover .dt-burger__line,.dt-burger--animation:hover::after,.dt-burger--animation:hover::before{-webkit-animation:none;animation:none}

    




/*********footer*********/
.footer{overflow-x:hidden;border-top:1px solid #002236;padding:1.11111rem 0 1.88889rem}
@media screen and (max-width:1024px) {
.footer{border-top-width:2px;padding:1.11111rem 0 1.33333rem}
}
.footer--without-menu{margin-top:1.11111rem;border-top:none}
@media screen and (max-width:1440px) {
.footer--without-menu{margin-top:.55556rem}
}
.footer--without-menu .container{display:flex;align-items:center;justify-content:space-between}
@media screen and (max-width:1024px) {
.footer--without-menu .container{flex-direction:column;justify-content:center}
.footer--without-menu .footer__lside{margin-bottom:.55556rem}
}
.footer--without-menu .footer__lside p{color:#002236;font-weight:300;line-height:1.4;margin:0 0 .27778rem;font-size:.77778rem}
@media screen and (max-width:1440px) {
.footer--without-menu .footer__lside p{font-size:.72222rem}
}
@media screen and (max-width:1024px) {
.footer--without-menu .footer__lside p{text-align:center}
}
.footer--without-menu .footer__lside a{color:#002236;transition:color .2s ease}
.footer--without-menu .footer__lside a:hover{color:#334e5e;transition:color .2s ease}
.footer-he--without-menu{background-color:#0b2234;border-top:none;padding:2.44444rem 0;direction:ltr}
.footer-he--without-menu .container,.footer__links{display:flex;align-items:center;justify-content:space-between}
@media screen and (max-width:1024px) {
.footer-he--without-menu .container{flex-direction:column;justify-content:center}
}
.footer-he--without-menu .footer__lside{order:2;text-align:right}
@media screen and (max-width:1024px) {
.footer-he--without-menu .footer__lside{margin-bottom:.55556rem}
}
.footer-he--without-menu .footer__lside p{color:#999;font-weight:300;line-height:1.4;margin:0 0 .27778rem;font-size:1rem}
@media screen and (max-width:1440px) {
.footer-he--without-menu .footer__lside p{font-size:.72222rem}
}
@media screen and (max-width:1024px) {
.footer-he--without-menu .footer__lside p{text-align:center}
}
.footer-he--without-menu .footer__lside a{color:#999;transition:color .2s ease}
.footer-he--without-menu .footer__lside a:hover{color:#f2f2f2;transition:color .2s ease}
.footer-he--without-menu .footer__rside{order:1}
.footer-he--without-menu .footer__social-item--fb a{background-image:url(https://s5.easternpeak.com/wp-content/themes/eps/images/svg/ico_facebook_svg.svg)}
.footer-he--without-menu .footer__social-item--tw a{background-image:url(https://s5.easternpeak.com/wp-content/themes/eps/images/svg/ico_twitter_svg.svg)}
.footer-he--without-menu .footer__social-item--in a{background-image:url(https://s5.easternpeak.com/wp-content/themes/eps/images/svg/ico_facebook_svg.svg)}
.footer-he--without-menu .footer__social-item--cl a{background-image:url(https://s5.easternpeak.com/wp-content/themes/eps/images/svg/ico_clutch_svg.svg);background-size:contain}
.footer__links{border-bottom:1px solid #b7b7b7;padding-bottom:1.11111rem}
@media screen and (max-width:1024px) {
.footer__links{flex-direction:column;overflow:hidden;border-bottom:none;padding-bottom:0}
}
.footer__links ul,.footer__rside ul{list-style:none;padding:0;margin:0;display:inline-flex;align-items:center;flex-wrap:wrap}
@media screen and (max-width:1100px) {
.footer__links ul,.footer__rside ul{max-width:60%}
}
@media screen and (max-width:1024px) {
.footer__links ul,.footer__rside ul{justify-content:center;margin-bottom:.83333rem;padding-bottom:.83333rem;position:relative}
.footer__links ul:after,.footer__links ul:before,.footer__rside ul:after,.footer__rside ul:before{content:'';display:block;width:10000%;position:absolute;bottom:0;height:2px;background-color:#002236}
.footer__links ul:after,.footer__rside ul:after{right:100%}
.footer__links ul:before,.footer__rside ul:before{left:0}
}
@media screen and (max-width:767px) {
.footer__links ul,.footer__rside ul{max-width:80%}
}
.footer__links ul li,.footer__rside ul li{margin-right:1.58333rem}
@media screen and (max-width:1680px) {
.footer__links ul li,.footer__rside ul li{margin-right:1rem}
}
@media screen and (max-width:1024px) {
.footer__links ul li,.footer__rside ul li{margin-right:0;padding:0 .55556rem}
}
.footer__links ul li a,.footer__links ul li a:hover,.footer__rside ul li a,.footer__rside ul li a:hover{transition:transform .2s ease,color .2s ease;transition:transform .2s ease,color .2s ease,-webkit-transform .2s ease}
.footer__links ul li a,.footer__rside ul li a{color:#002236;font-size:.77778rem;font-weight:800;text-transform:uppercase;padding:.55556rem 0;display:inline-block}
@media screen and (max-width:1680px) {
.footer__links ul li a,.footer__rside ul li a{font-size:.66667rem}
}
@media screen and (max-width:1100px) {
.footer__links ul li a,.footer__rside ul li a{padding:.33333rem 0}
}
@media screen and (max-width:767px) {
.footer__links ul li a,.footer__rside ul li a{font-size:.61111rem}
}
.footer__links ul li a:hover,.footer__rside ul li a:hover{color:#405968}
@media screen and (max-width:1100px) {
.footer__rside ul{max-width:inherit}
}
.footer__social-item{font-size:0;margin-right:1.11111rem!important}
@media screen and (max-width:1680px) {
.footer__social-item{margin-right:.55556rem!important}
}
.footer__social-item:last-child{margin-right:0!important}
.footer__social-item a,.footer__social-item a:hover{transition:transform .2s ease,color .2s ease;transition:transform .2s ease,color .2s ease,-webkit-transform .2s ease}
.footer__social-item a{display:inline-block;width:2.38889rem;height:2.38889rem;background-repeat:no-repeat;background-size:2.38889rem;background-position:center}
@media screen and (max-width:1680px) {
.footer__social-item a{width:1.77778rem;height:1.77778rem;background-size:1.77778rem}
}
@media screen and (max-width:767px) {
.footer__social-item a{width:1.55556rem;height:1.55556rem;background-size:1.55556rem}
}
.footer__social-item a:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}
.footer__social-item--fb a{background-image:url(../images/fb.svg)}
.footer__social-item--tw a{background-image:url(../images/tw.svg)}
.footer__social-item--it a{background-image:url(../images/it.svg)}
.footer__social-item--in a{background-image:url(../images/in.svg)}
.footer__social-item--cl a{background-image:url(../images/cl.svg)}
.footer__copyright{margin-top:.77778rem;display:flex;align-items:center;justify-content:space-between}
@media screen and (max-width:1024px) {
.footer__copyright{flex-direction:column;justify-content:center}
}
.footer__copyright-lside,.footer__copyright-rside{display:inline-block}
.footer__copyright-lside,.footer__copyright-lside p,.footer__copyright-rside,.footer__copyright-rside p{color:#002236;font-size:.66667rem;font-weight:300;text-align:center}
.footer__copyright-lside a,.footer__copyright-rside a{color:#002236;transition:color .2s ease}
.footer__copyright-lside a:hover,.footer__copyright-rside a:hover{color:#334e5e;transition:color .2s ease}
.footer__copyright-lside{margin-bottom:.55556rem;line-height:1.5}




/**************************/
.lm{position:relative;display:inline-flex;align-items:center;color:#002236;font-size:1.11111rem;font-weight:700;text-decoration:none;transition:color .2s ease}
@media screen and (max-width:767px) {
.lm{font-size:1rem}
}
.cards__item:active .cards__item-link,.cards__item:focus .cards__item-link,.cards__item:hover .cards__item-link,.lm--light:active,.lm--light:focus,.lm--light:hover,.lm.is-active,.lm:active,.lm:focus,.lm:hover,.more-articles__item:active .more-articles__item-link,.more-articles__item:focus .more-articles__item-link,.more-articles__item:hover .more-articles__item-link,.news-blog__item-holder:active .news-blog__item-link,.news-blog__item-holder:focus .news-blog__item-link,.news-blog__item-holder:hover .news-blog__item-link,.news-preview__item:active .news-preview__item-link,.news-preview__item:focus .news-preview__item-link,.news-preview__item:hover .news-preview__item-link{color:#33b44a;transition:color .2s ease}

.lm span{position:relative;display:inline;border-bottom:1px currentColor solid;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease}
.lm b{color:#1cb564;font-weight:800;padding-right:6px;transition:color .2s ease}
.lm:after{flex:0 0 auto;content:'';width:1.22222rem;height:1.22222rem;margin-left:.5rem;margin-top:1px;border-radius:50%;background-image:url(../images/arrow-right-white.svg);background-color:#33b44a;background-position:54% 50%;background-repeat:no-repeat;background-size:.44444rem .66667rem}
.lm--video.is-show::before,.lm--video::before{transition-property:transform,opacity,background-color;transition-property:transform,opacity,background-color,-webkit-transform;transition-timing-function:ease}
.lm--video::before{content:"";position:absolute;top:50%;left:50%;width:136px;height:136px;opacity:1;border-radius:100%;-webkit-transform:translate3d(-50%,-50%,0) scale(1);transform:translate3d(-50%,-50%,0) scale(1);pointer-events:none;background-color:transparent;z-index:5;transition-duration:.8s}
.lm--video.is-show::before{-webkit-transform:translate3d(-50%,-50%,0) scale(13);transform:translate3d(-50%,-50%,0) scale(13);opacity:0;background-color:#000;transition-duration:.6s}
.lm--light,.lm--lighten,.lm--united24{color:#fff;transition:color .2s ease}
.lm--united24::after{width:1.77778rem;height:1.33333rem;border-radius:inherit;margin-left:.66667rem;background-image:url(../images/arrow-right-yellow.svg);background-position:center;background-color:transparent;background-size:contain;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}
.lm--united24:active,.lm--united24:focus,.lm--united24:hover{color:#ffd500;transition:color .2s ease}
.lm--united24:active::after,.lm--united24:focus::after,.lm--united24:hover::after{transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;-webkit-transform:translateX(.2rem);transform:translateX(.2rem)}
.lm--lighten::after{background-color:#fff;background-image:url(https://s5.easternpeak.com/wp-content/themes/eps/images/tl/arrow-right-green.svg)}
.lm--lighten:active,.lm--lighten:focus,.lm--lighten:hover{color:#fff;transition:color .2s ease}
.lm--bold{font-weight:800}
.lm--bold::after{position:relative;top:-1px}
.lm--bold.is-active,.lm--bold:active,.lm--bold:focus,.lm--bold:hover{color:#002236;transition:color .2s ease}
.lm--bold.is-active b,.lm--bold:active b,.lm--bold:focus b,.lm--bold:hover b{color:#1cb564;transition:color .2s ease}
.lm--upper{text-transform:uppercase}



.ss{position:relative;overflow:hidden}
@media screen and (max-width:1000px) {
.ss{margin-top:2rem}
.ss--static-dscr{margin-top:0}
}
.ss .container{position:relative}
.ss__sides{display:flex;align-items:stretch}
@media screen and (max-width:767px) {
.ss__sides{flex-wrap:wrap}
}
.ss__content{position:relative;flex:0 0 85.5%;max-width:85.5%;overflow:inherit}
@media screen and (min-width:2201px) {
.ss__content{flex:0 0 100%;max-width:100%}
}
@media screen and (max-width:2200px) {
.ss__content{flex:0 0 95%;max-width:95%}
}
@media screen and (max-width:1920px) {
.ss__content{flex:0 0 85%;max-width:85%}
}
@media screen and (max-width:1680px) {
.ss__content{flex:0 0 82.5%;max-width:82.5%}
}
@media screen and (max-width:1380px) {
.ss__content{flex:0 0 82%;max-width:82%}
}
@media screen and (max-width:1280px) {
.ss__content{flex:0 0 78%;max-width:78%}
}
@media screen and (max-width:767px) {
.ss__content{flex:0 0 100%;max-width:100%}
}
.ss__side{z-index:2;position:relative;bottom:1.82rem;flex:0 0 auto;width:46.5vw;left:-21.2vw;height:auto}
@media screen and (max-width:767px) {
.ss__side{left:0;width:100%;flex:0 0 100%}
}
@media screen and (max-width:767px) and (orientation:portrait) {
.ss__side{height:50vw}
}
@media screen and (max-width:767px) and (orientation:landscape) {
.ss__side{height:50vh}
}
.ss__images,.ss__images--static-dscr{width:100%;height:100%}
.ss__images .swiper-slide,.ss__images--static-dscr .swiper-slide{position:relative;background-size:cover;background-position:center right;background-repeat:no-repeat}
.ss__controls,.ss__controls--static-dscr{left:calc(-3.33333rem - 1px);bottom:0}
@media screen and (max-width:767px) {
.ss__controls,.ss__controls--static-dscr{left:initial!important;bottom:initial!important;right:0;top:-4.5rem}
}
.ss__slider{position:relative;left:-21.2vw;width:100%;background-color:#002339;overflow:inherit}
.ss__slider::before{content:"";position:absolute;top:0;bottom:0;left:-3.8vw;width:3.8vw;height:100%;background-color:#002339}
@media screen and (max-width:767px) {
.ss__slider{left:calc(20px/-2);width:calc(100% + 20px);overflow:hidden}
.ss__slider::before{content:none;display:none}
}
.ss__static-side{position:relative;left:-21.2vw;width:100%;padding:2.61111rem 0 3.44444rem;background-color:#002339}
.ss__static-side::before{content:"";position:absolute;top:0;bottom:0;left:-3.8vw;width:3.8vw;height:100%;background-color:#002339}
@media screen and (max-width:767px) {
.ss__static-side::before{content:none;display:none}
.ss__static-side{width:calc(100% + 20px);padding:1.5rem 2.3rem 7rem;left:-10px}
}
.ss__static-side-content{position:relative;max-width:32rem;left:21.4vw}
@media screen and (max-width:1000px) {
.ss__static-side-content{max-width:23rem}
}
@media screen and (max-width:767px) {
.ss__static-side-content{max-width:100%;left:0}
}
.post__text .block-holder-circle .box .frame-holder:hover a,.post__text .block-holder-circle .box .frame-holder:hover p,.ss__static-side p{color:#fff}
.ss__slc{padding:2.61111rem 0 3.44444rem}
@media screen and (max-width:767px) {
.ss__slc{padding:1.5rem 0 4rem}
}
.ss__slide{position:relative;max-width:32rem;left:17.3vw}
@media screen and (max-width:1000px) {
.ss__slide{max-width:25rem}
}
@media screen and (max-width:767px) {
.ss__slide{max-width:100%;left:0;padding:0 20px}
}
.ss__slide-title{margin-bottom:2.5rem!important}
.ss__slide-title,.ss__slide-title *{color:#fff;font-weight:800;line-height:1.45}
.ss__slide-link{margin-top:0}
.ss__slide-content{position:relative;left:3.8vw}
.ss__header{max-width:34.3rem;padding:1.77778rem 0 3.11111rem}
@media screen and (max-width:1280px) {
.ss__header{max-width:65%}
}
@media screen and (max-width:767px) {
.ss__header{max-width:100%;padding:0 0 1.5rem}
}
.ss__header-title{margin-bottom:1.546rem}
.ss__header-title,.ss__header-title *{color:#002236;font-weight:800;line-height:1.16;text-transform:uppercase}
.ss__header-description{color:#002236;font-size:1rem;font-weight:300;line-height:1.6}
.sl{position:absolute;z-index:2;font-size:0}
@media screen and (max-width:767px) {
.sl{left:0}
}
.sl__control{position:relative;width:3.33333rem;height:3.33333rem;border:0;outline:0;background-color:#1dba42;transition:background-color .2s ease}
.sl__control svg{width:.61111rem;height:1.16667rem;transition:stroke .2s ease;pointer-events:none}
.sl__control:active,.sl__control:hover{background-color:#fff;transition:background-color .2s ease}
.sl__control:active svg,.sl__control:hover svg{stroke:#1dba42;transition:stroke .2s ease}
.sl__control.swiper-button-disabled svg{opacity:.6}
.sl__control.swiper-button-disabled:hover{background-color:#1dba42!important}
.sl__control.swiper-button-disabled:hover svg{opacity:.6;stroke:#fff}
.sl__next{border-left:1px #002339 solid}
.swiper-pagination{position:absolute;z-index:2;font-size:0}
.swiper-pagination .swiper-pagination-bullet{width:34px;height:4px;display:inline-block;margin:0 5px;background:rgba(255,255,255,.5)}
@media screen and (max-width:1440px) {
.swiper-pagination .swiper-pagination-bullet{width:30px}
}
.swiper-pagination .swiper-pagination-bullet-active{background:#33b44a}
.cards__item-title span,.ss__header-title * span,.ss__header-title span,.ss__slide-title * span,.ss__slide-title span,.tl__title span{color:#33b44a}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-container-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-property:transform,-webkit-transform;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}
.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}
.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-container-pointer-events{touch-action:pan-y}
.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;transition-property:transform,-webkit-transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),transparent)}
.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),transparent)}
.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),transparent)}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent)}
.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}


.btn,.post__text .btn-green{font-family:"Montserrat",sans-serif;display:inline-block;vertical-align:top;font-size:1.33333rem;line-height:1.4;font-weight:600;color:#fff;text-align:center;text-transform:uppercase;border-radius:3px;padding:.77778rem 1.11111rem;background-color:#33b44a;transition:all .2s ease;cursor:pointer;outline:0;border:0}
.btn:active,.btn:focus,.btn:hover{background-color:#288c3a;transition:all .2s ease}
@media screen and (max-width:1680px) {
.btn,.post__text .btn-green{font-size:1rem}
}
@media screen and (max-width:1023px) {
.btn,.post__text .btn-green{font-size:.83333rem}
}
@media screen and (max-width:768px) {
.btn,.post__text .btn-green{font-size:.93rem}
}
.btn--wide{width:100%}
.btn--mwide{min-width:13.88889rem}
.btn--nowrap{white-space:nowrap}
.btn--g-b-w:active,.btn--g-b-w:focus,.btn--g-b-w:hover,.btn--g-b:active,.btn--g-b:focus,.btn--g-b:hover,.post__text .btn-green:active,.post__text .btn-green:focus,.post__text .btn-green:hover{background-color:#002339;transition:all .2s ease}
.btn--g-b-w:active,.btn--g-b-w:focus,.btn--g-b-w:hover{color:#fff}
.btn.is-inactive,.btn:disabled,.post__text .btn-green:disabled,.post__text .is-inactive.btn-green{background-color:#ccc;transition:all .2s ease;pointer-events:none}
.btn-play-video{position:relative;display:inline-flex;align-items:center;border:0;outline:0}
.btn-play-video::before{display:inline-flex;content:'';border-radius:50%;width:2.77778rem;height:2.77778rem;background-color:#fff;background-image:url(https://s5.easternpeak.com/wp-content/themes/eps/images/team-extension-bizzabo/icon-play-video-blue.svg);background-repeat:no-repeat;background-position:center left .94444rem;background-size:1.16667rem;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.3s}
.btn-play-video span{font-size:1.30556rem;font-family:"Montserrat",sans-serif;font-weight:300;font-stretch:normal;font-style:normal;line-height:1.1;letter-spacing:normal;text-align:center;color:#fff;text-transform:uppercase;border-bottom:1px solid #fff;text-decoration:none;display:inline-block;margin-left:15px;transition-property:border-bottom-color;transition-duration:.3s}
.btn-play-video:hover::before{-webkit-transform:scale(1.1);transform:scale(1.1)}
.btn-play-video:hover span{border-bottom-color:transparent}
.btn-play-video--blue::before{border:1px solid #002236}
.btn-play-video--blue span{color:#001d2f;border-bottom-color:#001d2f}
.btn-play-video--open,.btn-play-video--slider{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.btn-play-video--open::before,.btn-play-video--slider::before{width:6.66667rem;height:6.66667rem;background-size:2.88889rem;background-position:center left 2.05556rem}

.news-preview{margin-bottom:3.33333rem;overflow:hidden}
.news-preview__items{display:flex;flex-wrap:wrap;align-content:stretch;margin:0 -2.22222rem}
@media screen and (max-width:1440px) {
.news-preview__items{margin:0 -1.11111rem}
}
@media screen and (max-width:1024px) {
.news-preview__items{margin:0 calc(-6.66667px - 1.27778rem)}
}
@media screen and (max-width:768px) {
.news-preview__items{margin:0 calc(-6.66667px - .83333rem)}
}
.news-preview__item{position:relative;display:inline-block;width:33.3333333%;flex:0 0 auto;padding:0 2.22222rem}
@media screen and (max-width:1440px) {
.news-preview__item{padding:0 1.11111rem}
}
@media screen and (max-width:1024px) {
.news-preview__item{padding:0 calc(6.66667px)}
}
@media screen and (max-width:920px) {
.news-preview__item{padding:0}
}
@media screen and (max-width:768px) {
.news-preview__item{width:50%}
}
@media screen and (max-width:500px) {
.news-preview__item{width:100%}
}
.news-preview__item-box{height:100%;box-shadow:-.1px 4px 24.1px 4.9px transparent;transition:box-shadow .2s ease;padding-bottom:3.38889rem;overflow:hidden}
@media screen and (max-width:1024px) {
.news-preview__item-box{padding-bottom:5.22222rem}
}
.news-preview__item-cover{position:relative;margin:0 auto 1.44444rem;width:100%;height:12.77778rem}
@media screen and (max-width:1680px) {
.news-preview__item-cover{height:11.11111rem}
}
@media screen and (max-width:1440px) {
.news-preview__item-cover{height:8.33333rem}
}
@media screen and (max-width:768px) {
.news-preview__item-cover{margin:1.22222rem auto}
}
.news-preview__item-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center right;object-position:center right}
.news-preview__item-title{color:#002339;line-height:1.5;margin-bottom:1.27rem;font-size:1.02778rem;padding:0}
.news-preview__item-description{padding:0}
.news-preview__item-description,.news-preview__item-description p{color:#002339;font-size:1rem;font-weight:400;line-height:1.6}
.news-preview__item-link{position:absolute!important;left:auto;bottom:2.16667rem;margin-top:.9rem;font-size:.88889rem!important}

@media screen and (max-width:768px) {
.news-preview__item-link{margin-left:.83333rem}
}