@charset "UTF-8";
/*
Theme Name: Style
Description: Main style.
Version: 1.0.1
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}

/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}

/* Myriad Pro */@font-face{font-family:Myriad Pro;src:url(assets/dist/fonts/MyriadPro-Bold.woff2) format("woff2"),url(assets/dist/fonts/MyriadPro-Bold.woff) format("woff"),url(assets/dist/fonts/MyriadPro-Bold.ttf) format("truetype");font-style:normal;font-weight:700}@font-face{font-family:Myriad Pro;src:url(assets/dist/fonts/MyriadPro-BoldIt.woff2) format("woff2"),url(assets/dist/fonts/MyriadPro-BoldIt.woff) format("woff"),url(assets/dist/fonts/MyriadPro-BoldIt.ttf) format("truetype");font-style:italic;font-weight:700}@font-face{font-family:Myriad Pro;src:url(assets/dist/fonts/MyriadPro-Semibold.woff2) format("woff2"),url(assets/dist/fonts/MyriadPro-Semibold.woff) format("woff"),url(assets/dist/fonts/MyriadPro-Semibold.ttf) format("truetype");font-style:normal;font-weight:600}@font-face{font-family:Myriad Pro;src:url(assets/dist/fonts/MyriadPro-SemiboldIt.woff2) format("woff2"),url(assets/dist/fonts/MyriadPro-SemiboldIt.woff) format("woff"),url(assets/dist/fonts/MyriadPro-SemiboldIt.ttf) format("truetype");font-style:italic;font-weight:600}@font-face{font-family:Myriad Pro;src:url(assets/dist/fonts/MyriadPro-Regular.woff2) format("woff2"),url(assets/dist/fonts/MyriadPro-Regular.woff) format("woff"),url(assets/dist/fonts/MyriadPro-Regular.ttf) format("truetype");font-style:normal;font-weight:400}

/* Open Sans Hebrew */@font-face{font-family:Open Sans Hebrew;src:url(assets/dist/fonts/OpenSansHebrew-Bold.woff2) format("woff2"),url(assets/dist/fonts/OpenSansHebrew-Bold.woff) format("woff"),url(assets/dist/fonts/OpenSansHebrew-Bold.ttf) format("truetype");font-style:normal;font-weight:700}@font-face{font-family:Open Sans Hebrew;src:url(assets/dist/fonts/OpenSansHebrew-Light.woff2) format("woff2"),url(assets/dist/fonts/OpenSansHebrew-Light.woff) format("woff"),url(assets/dist/fonts/OpenSansHebrew-Light.ttf) format("truetype");font-style:normal;font-weight:300}@font-face{font-family:Open Sans Hebrew;src:url(assets/dist/fonts/OpenSansHebrew-Regular.woff2) format("woff2"),url(assets/dist/fonts/OpenSansHebrew-Regular.woff) format("woff"),url(assets/dist/fonts/OpenSansHebrew-Regular.ttf) format("truetype");font-style:normal;font-weight:400}:focus{outline:0}body{padding-top:0!important}@media screen and (max-width:1023px){body.mobile-menu--open,body.site-select--open{overflow:hidden}}body.header-offset{margin-top:80px}@media screen and (min-width:1024px){body.header-offset{margin-top:110px}}.columns{margin-right:-.9375rem;margin-left:-.9375rem}.columns>div{padding-right:.9375rem;padding-left:.9375rem}.font-zero{font-size:0}.m-0{margin:0}.text-center{text-align:center}.theme-dark,.theme-dark:not(.disabled) h1,.theme-dark:not(.disabled) h2,.theme-dark:not(.disabled) h3,.theme-dark:not(.disabled) h4,.theme-dark:not(.disabled) h5,.theme-dark:not(.disabled) h6,.theme-dark:not(.disabled) legend,.theme-dark:not(.disabled) li,.theme-dark:not(.disabled) p{color:#fff}.theme-dark .button-checkbox+label,.theme-dark .button-checkbox:checked+label,.theme-dark .button-checkbox:hover+label,.theme-dark .button-radio+label,.theme-dark .button-radio:checked+label,.theme-dark .button-radio:hover+label,.theme-dark input.button-checkbox+label,.theme-dark input.button-checkbox:checked+label,.theme-dark input.button-checkbox:hover+label,.theme-dark input.button-radio+label,.theme-dark input.button-radio:checked+label,.theme-dark input.button-radio:hover+label{border-color:#eceff3}

/* CSS before this point moved to 1_globals */
/* Loader Start */@-webkit-keyframes spinner{0%{-webkit-transform:translate3d(-50%,-50%,0) rotate(0deg);transform:translate3d(-50%,-50%,0) rotate(0deg)}to{-webkit-transform:translate3d(-50%,-50%,0) rotate(1turn);transform:translate3d(-50%,-50%,0) rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:translate3d(-50%,-50%,0) rotate(0deg);transform:translate3d(-50%,-50%,0) rotate(0deg)}to{-webkit-transform:translate3d(-50%,-50%,0) rotate(1turn);transform:translate3d(-50%,-50%,0) rotate(1turn)}}.loading-spinner{opacity:1;position:relative;-webkit-transition:opacity .1s linear;transition:opacity .1s linear;z-index:5}.loading-spinner:before{-webkit-animation:spinner 2s linear infinite;animation:spinner 2s linear infinite;border:3px solid #b5b5b5;border-bottom-color:#0095da;border-radius:50%;content:"";height:40px;left:50%;right:auto;opacity:inherit;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-transform-origin:center;transform-origin:center;width:40px;will-change:transform}

/* Loader End */
/*general css*/.clear{clear:both;float:none;line-height:0;width:100%;height:1px}.right{float:right}.left{float:left}.alignright{float:right}body{font-family:Myriad Pro,Open Sans,Helvetica Neue,helvetica,arial,sans-serif;color:#0069a6}

/* Set font to Open Sans Hebrew on rtl. */.site-il body{font-family:Open Sans Hebrew,arial,sans-serif}img{max-width:100%}h1,h2{font-size:34px;font-weight:600;text-transform:uppercase}h2{color:#0069a6}h3{font-size:28px}h3,h4{text-transform:uppercase;font-weight:600}h4{font-size:20px}a{color:#0069a6;text-decoration:none}.related_articles .card a{color:#0095da;text-decoration:underline;font-weight:600}a:focus,a:hover{text-decoration:none}.menu_mobile_show,.mobile_show{display:none}.top_menu:after,.top_menu:before{clear:both;content:" ";display:table}.a_bold,.sprite,.swiper-container-rtl .swiper-button-next.sprite,.swiper-container-rtl .swiper-button-prev.sprite{background-image:url(assets/dist/images/sprite.png);background-repeat:no-repeat}.site-content{margin:0 auto}.background_image_blue{background-color:#013771;background-image:-webkit-gradient(to left,#0f2944 0,#013771 65%,#013771 100%);background-image:-webkit-gradient(linear,right top, left top,color-stop(0, #0f2944),color-stop(65%, #013771),to(#013771));background-image:linear-gradient(270deg,#0f2944 0,#013771 65%,#013771)}.first_filter.background_image_blue{padding:27px 31px 23px;text-align:center}.sprite{background-image:url(assets/dist/images/sprite.png);background-repeat:no-repeat}.color_white{color:#fff}.content_editor{line-height:24px}strong{font-weight:600}table.aligncenter{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto}table.aligncenter td{padding-right:30px}.closed_read1{display:none;padding-bottom:20px}.readplus{padding:0 0 30px;color:#0094da;font-weight:700;cursor:pointer}

/*end general*/
/*editor css*/.article_content{padding:30px 0}.article_content h1{padding-bottom:20px}.article_content h2,.article_content h3{padding-bottom:10px}.article_content p{line-height:20px
  /* padding-bottom: 30px; */}.article_content p:first-child{padding-bottom:0}.article_content a{text-decoration:underline}.article_content .addthis_inline_share_toolbox_1has.addthis_tool{display:none}.article_content ul{list-style:disc}.article_content ol,.article_content ul{padding-left:17px;padding-bottom:20px}.article_content ol li,.article_content ul li{margin-bottom:6px;line-height:24px}

/*end editor css*/
/*header*/.site-header{z-index:100;padding-top:30px}.header_wrapper,.site-header{position:relative}.logo_wrapper{position:absolute;top:-11px;left:0;right:auto}

/*end header*/
/*top menu*/.top_menu_wrapper{position:relative}.top_menu_wrapper .search_icon{
  /* @noflip */background-position:100% -35px;height:22px;width:22px;margin:0 10px 0 20px;cursor:pointer}.top_menu_wrapper .search_wrapper{position:absolute;top:42px;right:10px;left:auto;display:none}.top_menu_wrapper .search_wrapper .loading-search{background:#fff url(assets/dist/images/loadinggif.gif) no-repeat 190px}.top_menu_wrapper .search_wrapper #outputbox{display:none;position:absolute;top:33px;background:#fff;right:144px;left:auto;border:1px solid #ccc;border-top:0 solid #ccc;width:218px;padding:10px;z-index:1}.top_menu_wrapper .search_wrapper .bottom_search{width:339px;height:51px;border-bottom:6px solid #1c2f69}.top_menu_wrapper .search_wrapper .left_search{width:50px;height:51px;border-bottom:6px solid #b2d829;right:339px;left:auto;position:absolute;top:0}.top_menu_wrapper .search-field,.top_menu_wrapper .search-select,.top_menu_wrapper .search-select ul li{outline:none;color:#6d6e71;font-size:14px;line-height:16px;font-weight:400}.top_menu_wrapper .search-select{border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-left-width:0;height:33px}.top_menu_wrapper .search-field{border:1px solid #ccc;border-right-width:0;width:185px;position:absolute;right:146px;left:auto;height:31px;padding:0 20px 0 10px;z-index:1}.top_menu_wrapper select::-ms-expand{
  /* for IE 11 */display:none}.top_menu_wrapper input[type=search].search-field::-webkit-input-placeholder{color:#6d6e71}.top_menu_wrapper input[type=search].search-field::-moz-placeholder{color:#6d6e71}.top_menu_wrapper input[type=search].search-field:-ms-input-placeholder{color:#6d6e71}.top_menu_wrapper input[type=search].search-field:-moz-placeholder{color:#6d6e71}

/*end top menu*/
/* Hide Dropdowns by Default */.search-select{margin:0;list-style:none;position:absolute;z-index:10;display:inline-block;right:36px;left:auto;padding:9px 15px 6px;background:#fff;width:110px;cursor:pointer}.search-select:before{content:" ";background-color:#ccc;width:1px;height:60%;position:absolute;top:6px;left:0;right:auto}.search-select .caret{width:11px;height:7px;
  /* @noflip */background-position:100% -1165px;position:absolute;top:13px;right:10px;left:auto;cursor:pointer}.search-select ul{display:none;position:absolute;top:32px;
  /* the height of the main nav */background:#fff;
  /*padding: 9px;*/right:-1px;left:auto;border:1px solid #ccc;border-top:0 solid #ccc}.search-select ul li{width:108px;float:none;display:list-item;position:relative;padding:10px 15px 8px;border-bottom:1px solid #ccc;cursor:pointer}.search-select ul li:hover{background-color:#eaf0f6}.top_menu_wrapper .search-submit{width:37px;height:33px;
  /* @noflip */background-position:0 -30px;border:0;background-color:transparent;padding:0;margin:0;outline:none;position:absolute;right:0;left:auto;z-index:1}.top_menu_wrapper .menu-top-menu-container{float:left;margin-top:5px}.top_menu li{float:left;font-size:13px;color:#6d6e71;padding:0 10px;border-right:1px solid #6d6e71}.top_menu li:last-child{border:none}

/*mega menu*/.megamenu_wrapper{
  /*width: calc(100% - 116px);*/width:90%;float:right;margin:22px auto 0}.megamunu_level0_li{float:left;width:33%;font-size:18px;font-weight:400;line-height:42px;text-align:center;cursor:pointer}.inner_mega_menu{display:none;width:100%;position:absolute;left:0;right:auto;background-color:#fff;z-index:10}.megamunu_level0_li.click .inner_mega_menu,.megamunu_level0_li:hover .inner_mega_menu{display:block}.megamunu_level0_li .menu_level0_text span{font-weight:700;font-style:italic;text-transform:uppercase;margin-top:7px}span.level0_arrow{background-position:100% -180px;padding-right:23px}

/* @noflip */[dir=rtl] span.level0_arrow{background-position:-88px -180px}.megamunu_level0_li.click span.level0_arrow,.megamunu_level0_li:hover span.level0_arrow{background-position:100% -228px}

/* @noflip */[dir=rtl] .megamunu_level0_li.click span.level0_arrow,[dir=rtl] .megamunu_level0_li:hover span.level0_arrow{background-position:-88px -228px}.megamunu_level0_li .menu_level0_text{display:block}.megamunu_level0_li.c_green{border-bottom:6px solid #b2d829}.megamunu_level0_li.c_blue{border-bottom:6px solid #1c2f69}.megamunu_level0_li.c_lightblue{border-bottom:6px solid #0094da}.megamunu_level0_li.c_green.click .menu_level0_text,.megamunu_level0_li.c_green:hover .menu_level0_text{background-color:#b2d829}.megamunu_level0_li.c_blue.click .menu_level0_text,.megamunu_level0_li.c_blue:hover .menu_level0_text{background-color:#1c2f69}.megamunu_level0_li.c_lightblue.click .menu_level0_text,.megamunu_level0_li.c_lightblue:hover .menu_level0_text{background-color:#0094da}.megamunu_level0_li.click .menu_level0_text,.megamunu_level0_li:hover .menu_level0_text{color:#fff}.megamunu_level0_li.c_blue>.inner_mega_menu{
  /*border-top: 6px solid #1c2f69;*/
  /*border-bottom: 6px solid #1c2f69;*/border-top:3px solid #1c2f69;border-bottom:3px solid #1c2f69}.megamunu_level0_li.c_green>.inner_mega_menu{border-top:6px solid #b2d829}.megamunu_level0_li.c_lightblue>.inner_mega_menu{border-top:6px solid #0094da}.error-404 .page-content{line-height:0;background-size:cover;background-position:50%;height:769px}

/* hp slider */.w2b_link{width:80px;height:80px;-webkit-box-shadow:0 0 20px rgba(0,0,0,.4);box-shadow:0 0 20px rgba(0,0,0,.4);border-radius:50%;background:url(assets/dist/images/Where_To_Buy_Button_Green.png) 0 0/contain no-repeat;right:100px;left:auto;position:fixed;bottom:70px;z-index:2}.w2b_link.Orange{background:url(assets/dist/images/Where_To_Buy_Button_Orange.png) 0 0/contain no-repeat;width:105px;height:105px;right:182px;left:auto;top:0;display:none;opacity:0;-webkit-transition:all 1s ease 0s;transition:all 1s ease 0s}.site-scrolled .w2b_link.Orange{opacity:1}.w2b_link.Orange.de{background:url(assets/dist/images/Where_To_Buy_Button_Orange_DE.png) 0 0/contain no-repeat}a.scroll_bottom{background-color:#00b3e3;width:66px;height:66px;z-index:2;cursor:pointer;display:block;right:0;left:auto;position:fixed;bottom:80px;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;pointer-events:none;opacity:0}a.scroll_bottom.rotate_bottom{pointer-events:all;opacity:1}a.scroll_bottom span.sprite{background-image:url(assets/dist/svgs/ios-arrow-down--white.svg);background-size:contain;display:block;height:100%;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.hp_slider_wrapper{position:relative;padding:222px 0 30px;min-height:632px}.home .hp_slider_wrapper{padding:222px 0 25px;min-height:637px}.page-template-page-contact_us .hp_slider_wrapper .title_holder,.page-template-page-contact_us_new .hp_slider_wrapper .title_holder{margin:0 auto}.title_holder{margin:0 auto 157px;min-height:74px}#hp_slider h1{background-color:#fff;opacity:.8;color:#0069a6;font-weight:700;font-style:italic;font-size:30px;line-height:50px;text-transform:uppercase;padding:12px 30px;text-align:center;display:table;margin:auto}.page-template-page-contact_us #hp_slider h1,.page-template-page-contact_us_new #hp_slider h1{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.hp_sub_items_slider_wrapper{position:absolute;width:100%;bottom:0;left:0;right:auto;z-index:1}.hp_slider_items .col-md-8{position:static}.page-template-page-contact_us .contact_form h5,.page-template-page-contact_us_new .contact_form h5{font-weight:600;font-size:18px}.page-template-page-contact_us .contact_form select.select_contact_form,.page-template-page-contact_us_new .contact_form select.select_contact_form{max-width:466px}.page-template-page-contact_us .contact_form .input_disabled,.page-template-page-contact_us_new .contact_form .input_disabled{height:35px;background-color:#e8e8e8;position:absolute;max-width:467px;width:88%}.page-template-page-contact_us .contact_form .input_disabled.span1,.page-template-page-contact_us .contact_form .input_disabled.span2,.page-template-page-contact_us_new .contact_form .input_disabled.span1,.page-template-page-contact_us_new .contact_form .input_disabled.span2{max-width:230px;top:249px}.page-template-page-contact_us .contact_form .input_disabled.span2,.page-template-page-contact_us_new .contact_form .input_disabled.span2{left:253px;right:auto}.page-template-page-contact_us .contact_form .input_disabled.span3,.page-template-page-contact_us_new .contact_form .input_disabled.span3{top:322px}.page-template-page-contact_us .contact_form .input_disabled.span4,.page-template-page-contact_us_new .contact_form .input_disabled.span4{top:395px}.page-template-page-contact_us .contact_form .input_disabled.span5,.page-template-page-contact_us_new .contact_form .input_disabled.span5{top:468px}.page-template-page-contact_us .contact_form .input_disabled.span6,.page-template-page-contact_us_new .contact_form .input_disabled.span6{top:540px}.page-template-page-contact_us .contact_form .input_disabled.span7,.page-template-page-contact_us_new .contact_form .input_disabled.span7{top:652px;height:40px}.page-template-page-contact_us .choose_contact_form,.page-template-page-contact_us_new .choose_contact_form{display:inline}.page-template-page-contact_us .contact_form .input_disabled.span8,.page-template-page-contact_us_new .contact_form .input_disabled.span8{top:960px;padding:12px 49px;background-color:#b2d829;font-weight:700;line-height:22px;text-transform:uppercase;width:17.3%;height:48px}.hp_sub_items_slider{display:none}.hp_sub_items_slider.color_1{border-top:6px solid #0095da}.hp_sub_items_slider.color_2{border-top:6px solid #b2d829}.hp_sub_items_slider.color_3{border-top:6px solid #0069a6}.hp_slider_item{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:149px;border:none;text-overflow:clip;opacity:.8;-webkit-transform:skewX(-14deg);transform:skewX(-14deg);float:left;cursor:pointer}.page-template-page-contact_us .hp_slider_item,.page-template-page-contact_us_new .hp_slider_item{opacity:1;height:auto}.text_skew{-webkit-transform:skewX(14deg);transform:skewX(14deg)}.hp_slider_item .slider_title{color:#fff;font-weight:700;font-style:italic;font-size:22px;line-height:16px;text-transform:uppercase;padding:16.5px 20px;background-position:93% -475px}

/* @noflip */[dir=rtl] .hp_slider_item .slider_title{background-position:-25% -475px}.hp_slider_item.c_green .slider_title{background-position:93% -415px}

/* @noflip */[dir=rtl] .hp_slider_item.c_green .slider_title{background-position:-25% -415px}.hp_slider_item.c_lightblue .slider_title_bg{background-color:#0095da}.hp_slider_item.c_green .slider_title_bg{background-color:#b2d829}.hp_slider_item.c_green .slider_title{color:#0069a6}.hp_slider_item.c_blue .slider_title_bg{background-color:#0069a6}.hp_slider_item.transparent .slider_title_bg{background-color:#fff;opacity:.7}.hp_slider_item_wrapper.not_active .hp_slider_item .slider_title_bg{background:hsla(0,0%,100%,.8)}.hp_slider_item_wrapper.not_active .slider_title{color:#0069a6}.hp_slider_item.transparent .slider_title{color:#3c3c3c;background-position:93% -1112px}.hp_slider_item .slider_desc{color:#3c3c3c;font-size:16px;font-weight:400;line-height:20px;padding:15px 39px;transform:skewX(-14deg);-webkit-transform:skewX(-14deg);background:#fff}.hp_slider_item .slider_desc p{transform:skewX(14deg);-webkit-transform:skewX(14deg)}.hp_sub_items_slider{
  /* display: inline-flex; */-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:126px;background:#fff;opacity:.9}.hp_sub_items_slider.show_item,.hp_sub_items_slider:hover{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.hp_sub_items_slider a{display:block;border:1px solid #acacac;width:184px;margin:10px;text-align:center;font-size:14px}.image_slider_item{margin-top:11px;margin-bottom:7px}

/* blue content */.blue_content{background-color:#013771;background-image:-webkit-gradient(to left,#0f2944 0,#013771 65%,#013771 100%);background-image:-webkit-gradient(linear,right top, left top,color-stop(0, #0f2944),color-stop(65%, #013771),to(#013771));background-image:linear-gradient(270deg,#0f2944 0,#013771 65%,#013771);color:#fff;padding-top:50px;padding-bottom:53px}.blue_content a{color:#fff}.content_editor h2{line-height:40px;font-size:34px;font-weight:600}.content_editor h3{line-height:36px;font-size:30px;font-weight:600;padding-bottom:20px;word-spacing:2px}.content_editor h4{line-height:32px;font-size:26px;font-weight:600}.content_editor p{color:#000;font-size:16px;font-weight:400;line-height:24px;padding-bottom:6px}.content_editor a,.pim_driven_section .pim_driven_wrap a{color:#0195da;text-decoration:underline}.pim_driven_section .pim_driven_wrap a{display:block;margin-bottom:10px}.content_editor a:hover{color:#0095da!important}.content_editor ol,.content_editor ul{padding-bottom:6px}.content_editor ol li,.content_editor ul li{
  /* line-height: 16px ! important; */margin-bottom:6px!important;font-size:16px;font-weight:400;color:#000}.page-template-default .article_content ul li{line-height:16px!important;margin-bottom:6px!important}.content_editor ul{padding-left:4px}td{vertical-align:top;padding-right:15px;line-height:24px}.content_editor table td{color:#000}.page_intro_text_side_image_youtube .content_editor{color:#000;line-height:24px}.left_side_image_text .content_editor a,.page_intro_text_side_image .content_editor a,.page_intro_text_side_image_youtube .content_editor a{text-decoration:underline}.content_editor .a_bold{color:#0095da;font-weight:700;text-transform:uppercase;background-position:100% -555px;padding-right:12px;letter-spacing:.5px}

/* @noflip */[dir=rtl] .content_editor .a_bold{background:none;padding-left:0;padding-right:12px;position:relative}

/* @noflip */[dir=rtl] .content_editor .a_bold:after{content:">";position:absolute;right:0;font-family:monospace;font-size:12px}.content_editor em{font-style:italic}.content_editor ol{list-style-type:decimal;padding-left:18px}.post-template-default .article_content ul{margin-top:20px}.content_table ul,.fancybox_html_wrap ul{margin-top:0!important}.content_editor ul li,.content_table ul li,.fancybox_html_wrap ul li,.pim_driven_section ul li,.post-template-default .article_content ul li{color:#000;list-style-type:none;line-height:24px;margin-bottom:20px;text-indent:-17px;margin-left:1em}.pim_driven_section ul li{color:#0069a6}.page-template-default .article_content ul li{list-style-type:none;text-indent:-17px}.content_table ul li{line-height:18px}.content_table ul li,.fancybox_html_wrap ul li{width:85%}

/* .content_table ul li{
        margin-bottom: 6px;
    } */.content_table ul li span,.fancybox_html_wrap ul li span{line-height:24px}.content_table ul li span br{display:none}.content_editor ol li,.content_table ul li{margin-bottom:6px}.pim_driven_section ul li{margin-bottom:2px}.content_editor ol li:last-child,.content_editor ul li:last-child,.content_table ul li:last-child,.pim_driven_section ul li:last-child{margin-bottom:0}.content_editor ul li:before,.content_table ul li:before,.fancybox_html_wrap ul li:before,.page-template-default .article_content ul li:before,.pim_driven_section ul li:before,.post-template-default .article_content ul li:before{content:"▪";color:#0095da;padding-right:.5em;font-size:20px}.pagination[_ngcontent-c0]{margin:20px 0 0!important}.ng_image_prod[_ngcontent-c0]{height:173px!important;
  /* background-size: contain !important;
    background-position: 50% 0% !important; */background-repeat:no-repeat;background-color:#fff}.ngx-pagination{margin-bottom:0!important}.inner_blue{max-width:778px;margin:0 auto}.inner_blue .content_editor p,.inner_blue .content_editor ul li,.inner_blue h2{color:#fff}

/*hp product slider*/.hp_products_slider{padding-top:55px}.products_slider{padding-top:34px}.hp_products_title{text-align:center;margin-bottom:39px}.product_slide_image{width:318px;height:238px;max-width:100%}.slider_product_content{display:none;padding:23px 18px 18px}.hp_products_slider .swiper-slide .swiper-slide-inner{max-width:318px;margin:0 auto}.hp_products_slider .swiper-slide-active .product_slide_image{width:100%;height:272px}.hp_products_slider .swiper-slide-active .swiper-slide-inner{max-width:365px;-webkit-box-shadow:1px 1px 10px rgba(0,0,0,.1);box-shadow:1px 1px 10px rgba(0,0,0,.1);position:relative}.fancybox-close{background-size:auto}.fancybox_html_wrap_skin .fancybox-close{top:18px;right:20px;left:auto;background-image:url(assets/dist/images/sprite.png);background-repeat:no-repeat;background-position:100% -1070px;height:16px;width:18px}.content_table .col-md-8,.fancybox_html_wrap .col-md-8{padding:0 35px;color:#000;font-size:16px;font-weight:400;line-height:24px}

/*.fancybox_html_wrap .popup_content_list:before,*/
/*.content_table .popup_content_list:before,*/
/*.content_table .popup_content_list:after,*/
/*.fancybox_html_wrap .popup_content_list:after{*/.fancybox_html_wrap .line_separation{height:85%}.content_table .content_table_wrapper .line_separation,.fancybox_html_wrap .line_separation,.page-template-page-news_events .events .event .intro-event .line_separation{position:absolute;right:5%;left:auto;z-index:10;width:1px;background:#ccc}.content_table .header,.fancybox_html_wrap .header{background-color:#013771;background-image:-webkit-gradient(to left,#0f2944 0,#013771 65%,#013771 100%);background-image:-webkit-gradient(linear,right top, left top,color-stop(0, #0f2944),color-stop(65%, #013771),to(#013771));background-image:linear-gradient(270deg,#0f2944 0,#013771 65%,#013771);color:#fff;text-transform:none;padding:12px 35px}.content_table h4,.fancybox_html_wrap h4{color:#1d2f68;font-weight:400;line-height:20px;text-transform:none;padding:10px 0}.content_table .popup_left_side p,.fancybox_html_wrap .popup_left_side p{padding-bottom:24px}.fancybox_html_wrap .popup_content_list p{line-height:34px}.sub_divisions .fancybox-title{display:none}.fancybox-inner .container{width:auto}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(assets/dist/images/fancybox_sprite.png)!important}.fancybox-nav span{visibility:visible}

/* @noflip */.fancybox-nav.fancybox-next span{right:-15px;left:auto}

/* @noflip */.fancybox-nav.fancybox-prev span{left:-15px;right:auto}.fancybox-skin{border-radius:0;font-weight:600!important}.fancybox_images_gallery .fancybox-close,.fancybox_pim_wrapper .fancybox-close{top:-22px;right:-22px;left:auto;background-image:url(assets/dist/images/sprite.png);background-repeat:no-repeat;
  /* background-position: 0% -1058px; */height:37px;width:37px}.fancybox_images_gallery .fancybox-skin .fancybox-title{padding-top:20px;padding-right:50px;padding-left:10px}.fancybox-skin .fancybox-title h4{color:#0a3161;font-size:20px;font-weight:400;line-height:20px;text-transform:none}.fancybox-skin .fancybox-title p{color:#000;font-size:16px;font-weight:400;line-height:24px}.solutions_gallery_sub_divisions .arrow_popup{display:inline-block;position:absolute;width:7px;height:13px;background-size:auto;background-position:100% -1043px;right:20px;left:auto}

/* @noflip */.rtl .solutions_gallery_sub_divisions .arrow_popup{background-position:100% -1043px;
  /* -webkit-transform: scaleX(-1); */-webkit-transform:scaleX(-1);transform:scaleX(-1);-webkit-filter:fliph;filter:fliph;-ms-filter:"FlipH"}.swiper_arrows{display:none}.main-page-slider{line-height:0;position:relative}.page-template-page-news_events .events{background-color:#013771;background-image:-webkit-gradient(to left,#0f2944 0,#013771 65%,#013771 100%);background-image:-webkit-gradient(linear,right top, left top,color-stop(0, #0f2944),color-stop(65%, #013771),to(#013771));background-image:linear-gradient(270deg,#0f2944 0,#013771 65%,#013771);color:#fff;text-align:center;padding:53px 0 11px}.page-template-page-news_events .events h2{color:#fff;line-height:44px}.page-template-page-news_events .events h3{color:#fff;font-weight:400;font-size:22px;line-height:22px;text-transform:unset;padding:5px 0 54px}.page-template-page-news_events .events .event{background-color:#fff;text-align:left;margin:0 0 40px;min-height:260px;overflow:hidden}.page-template-page-news_events .events .event .img-event{padding:0}.page-template-page-news_events .events .event .img-event .image_text_wrapper{position:absolute;top:0;left:0;right:auto;width:81px;height:81px}.page-template-page-news_events .events .event .img-event .image_text_wrapper .image_text{background-color:#0095da;padding:16px 0;color:#fff;font-weight:600;text-transform:uppercase;line-height:24px;font-size:20px;text-align:center}.page-template-page-news_events .events .event .img-event .image_text_wrapper span{display:inline-table}.page-template-page-news_events .events .event .img-event .img-responsive{width:100%}.page-template-page-news_events .events .event .intro-event .line_separation{height:calc(100% - 52px);right:1%;left:auto;top:26px}.page-template-page-news_events .events .event .intro-event{padding:26px 22px}.page-template-page-news_events .events .event .intro-event h3{color:#1d2f68;font-weight:600;font-size:24px;line-height:30px;padding:10px 0 2px}.page-template-page-news_events .events .event .intro-event,.page-template-page-news_events .events .event .intro-event .text_wrap,.page-template-page-news_events .news .new,.page-template-page-news_events .news .new .text_wrap,.page-template-page-news_events .news .new h5+div{color:#000;font-size:16px;font-weight:400;line-height:24px}.page-template-page-news_events .events .event .intro-event .text_wrap,.page-template-page-news_events .news .new h5+div{margin:0 0 10px}.page-template-page-news_events .news .new .new-inner h5+div{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:7px;height:82px;font-size:14px;line-height:20px}.page-template-page-news_events .events .event .intro-event .read-more,.page-template-page-news_events .news .new .read-more{color:#0095da;font-weight:600;font-size:16px;line-height:20px;text-decoration:underline}.page-template-page-news_events .news .new .read-more{padding:6px 0 0}.page-template-page-news_events .events .event .intro-event h5{color:#1d2f68;font-weight:600;font-size:16px;line-height:24px;padding:10px 0 0}.page-template-page-news_events .events .event .intro-event .social_links{margin:30px 0 0}.page-template-page-news_events .events .event .intro-event .social_links a{display:inline-block;margin:0 10px 0 0}.page-template-page-news_events .events .event .intro-event .social_links a.link_facebook{background-position:2% -1215px;height:19px;width:10px}.page-template-page-news_events .events .event .intro-event .social_links a.link_twitter{background-position:25% -1217px;height:17px;width:20px}.page-template-page-news_events .events .event .intro-event .social_links a.link_in{background-position:57% -1215px;height:19px;width:19px}.page-template-page-news_events .news{padding:45px 0}.page-template-page-news_events .news .new .new-inner{margin:20px 0 10px;padding:0}.page-template-page-news_events .news .new h4,.page-template-page-news_events .news .new h5{color:#1d2f68;font-weight:600;font-size:20px;line-height:30px}.page-template-page-news_events .news .new h5{line-height:25px;padding-bottom:9px}.page-template-page-news_events .news .new h4{font-size:24px;padding-bottom:16px;text-transform:unset}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:100%}.main-page-slider .swiper-pagination{position:absolute;bottom:25px}.main-page-slider .swiper-pagination .swiper-pagination-bullet{background:#969596;margin:0 8px;width:9px;height:9px}.main-page-slider .swiper-pagination .swiper-pagination-bullet-active{background:#fff}.hp_products_slider .swiper-slide-active .swiper_arrows,.images_gallery .swiper_arrows,.main-page-slider .swiper_arrows,.related_articles .swiper_arrows,.related_products_pim .swiper_arrows,.related_videos .swiper_arrows,.solutions_gallery_sub_divisions .swiper_arrows{display:block;position:absolute;width:50px;height:50px;top:146px;background-size:auto}.main-page-slider .swiper_arrows{top:50%}.main-page-slider .swiper_arrows.swiper-button-next{right:0;left:auto}.main-page-slider .swiper_arrows.swiper-button-prev{left:0;right:auto}.solutions_gallery_sub_divisions .swiper_arrows.have_title{top:45%}.solutions_gallery_sub_divisions .swiper_arrows{top:35%}.images_gallery .swiper_arrows{top:25%}.images_gallery .swiper_arrows.arrows_center,.related_products_pim .swiper_arrows{top:35%}.related_articles .swiper_arrows,.related_videos .swiper_arrows{top:220px}.related_articles .card img,.related_videos .card figure{margin-bottom:15px}.swiper_arrows.swiper-button-prev{left:-48px;right:auto}.swiper_arrows.swiper-button-next{right:-47px;left:auto}

/* @noflip */.swiper_arrows.swiper-button-prev{background-position:0 -608px}

/* @noflip */

/* @noflip */.swiper_arrows.swiper-button-next,[dir=rtl] .swiper_arrows.swiper-button-prev{background-position:100% -608px}

/* @noflip */[dir=rtl] .swiper_arrows.swiper-button-next{background-position:0 -608px}.images_gallery .swiper_arrows.swiper-button-prev,.related_articles .swiper_arrows.swiper-button-prev,.related_products_pim .swiper_arrows.swiper-button-prev,.related_videos .swiper_arrows.swiper-button-prev,.solutions_gallery_sub_divisions .swiper_arrows.swiper-button-prev{left:-15px;right:auto}.images_gallery .swiper_arrows.swiper-button-next,.related_articles .swiper_arrows.swiper-button-next,.related_products_pim .swiper_arrows.swiper-button-next,.related_videos .swiper_arrows.swiper-button-next,.solutions_gallery_sub_divisions .swiper_arrows.swiper-button-next{right:-15px;left:auto}.hp_products_slider .swiper-slide-active{margin-top:-34px
  /*min-width: 365px;*/}.hp_products_slider .swiper-slide-active .slider_product_content{display:block}.slider_product_title{color:#1d2f68;font-weight:600;font-size:28px;line-height:22px}.slider_product_desc{margin-top:22px;color:#000;font-size:14px;font-weight:400;line-height:20px}.hp_products_slider .pagination_wrapper{margin-bottom:36px;text-align:center}.swiper-pagination{position:static}.solutions_gallery_sub_divisions.white .swiper-pagination-bullet,.swiper-pagination-bullet{opacity:1;background:#a9b0c5;margin:0 2.69px}.images_gallery .swiper-pagination,.solutions_gallery_sub_divisions .swiper-pagination{
  /* margin: 30px 0px 20px; */margin:30px 0 0}.solutions_gallery_sub_divisions .swiper-pagination-bullet{background:#fff}.solutions_gallery_sub_divisions .swiper-pagination-bullet-active,.solutions_gallery_sub_divisions.white .swiper-pagination-bullet-active,.swiper-pagination-bullet-active{background:#1d2f68}.markers_sprite{background-image:url(assets/dist/images/marker_sprite.png);background-repeat:no-repeat;float:left;width:30px;height:30px;margin-right:10px}.market_icon_1{background-position:0 0}.market_icon_2{background-position:0 -34px}.market_icon_3{background-position:0 -66px}.market_icon_4{background-position:0 -108px}.market_icon_5{background-position:0 -146px}.market_icon_6{background-position:0 -185px}.home .green_btn{line-height:20px;padding:11px 16.5px 5px}.green_btn{background-color:#b2d829;color:#1d2f68;font-weight:600;font-size:15px;line-height:36px;text-transform:uppercase;padding:0 16.5px}.slider_footer{margin-top:17px}

/* image map HP*/.image_map_wrapper{background:#dae0e7;position:relative;padding-bottom:39px;padding-top:63px}.image_map{min-height:515px;display:block;background-position:50% 100%;background-size:contain;background-repeat:no-repeat}.image_map_mobile{display:none!important}.map_title{text-align:center;margin-bottom:21px;line-height:30px}.map_btn{position:absolute;line-height:47px;bottom:62px;
  /* padding: 0 23.1px; */right:50%;left:auto;margin-right:-97.5px;width:195px;text-align:center}

/*contact us form*/.wpcf7-display-none{display:none!important}div.wpcf7-mail-sent-ok{display:block!important;width:100%;float:left;padding:10px;margin-top:20px;background-color:#1d2f68;border:0}

/*end contact us form*/
/*projects elements*/.half_shortcode iframe{border-bottom:9px solid #868889!important}.half_img_title_text .wrap_text{background-color:#e3e6e9;padding:23px 37px;border-bottom:9px solid #0095da}.half_swiper .swiper-container{border-bottom:9px solid #0a3161;height:100%;background-color:#e3e6e9;padding-bottom:30px}.half_editor .content_editor{border-bottom:9px solid #b2d829;height:100%;background-color:#e3e6e9;padding:45px 37px}.half_editor,.half_shortcode{width:50%;float:left}.img_with_title_and_map,.testimonials_and_textarea{padding:0 35px}.half_img_title_text+.half_shortcode,.half_swiper+.half_editor{padding-left:32px}.half_img_title_text{width:50%;float:left}.half_editor{padding-top:0}.half_swiper{width:50%;float:left;padding:0}.half_img_title_text img{width:100%;vertical-align:top}.half_img_title_text .wrap_text h4{font-weight:400;color:#1d2f68;word-spacing:1px;line-height:38px}.half_img_title_text .wrap_text p{font-size:18px;line-height:24px;color:#000;word-spacing:.3px}.half_shortcode iframe{vertical-align:top;width:100%}.half_swiper .swiper-container .swiper-slide{padding:45px 39px}.half_swiper .swiper-container .swiper-slide *{text-align:center;word-spacing:-.5px}.half_swiper .swiper-container h3{font-size:30px;line-height:28px;padding-bottom:21px}.half_swiper .swiper-container p.content{font-size:16px;color:#000;line-height:24px;padding-bottom:20px}.half_swiper .swiper-container p.bold{font-size:18px;font-weight:600;line-height:24px;color:#000}.half_swiper .swiper-container .swiper-pagination-bullet{background-color:#0095da}.half_swiper .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#0a3161}.gray.clearfix{padding-top:47px;padding-bottom:47px}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 8px}.content_editor ul.black_bullets li:before{color:#000}.news_and_events .wrapper_btn *,.single-project .wrapper_btn *{float:right;position:relative}.news_and_events .wrapper_btn,.single-project .wrapper_btn{font-size:20px!important;color:#1d2f68!important;line-height:28px!important;margin:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.news_and_events .all_projects_btn,.single-project .all_projects_btn{border:1px solid #002157;padding:9.5px 16.5px}.news_and_events .wrapper_btn .swiper-button-next,.single-project .wrapper_btn .swiper-button-next{left:0;right:auto;background-position:-53px -608px;background-size:auto;height:50px;width:47px;position:absolute;top:0;margin-top:0}.single-project .main-page-slider .image_text{display:table!important}.news_and_events .wrapper_btn a{text-decoration:none}

/*end projects elements*/
/*footer*/footer{background-image:url(assets/dist/images/footer.png);background-size:cover;background-position:50% 100%;background-color:#111e48;color:#fff}footer ul.sub-menu{margin-top:11px}footer a,footer a:hover{color:#fff}.footer_content{padding-top:48px}.footer_logo+.footer_content{padding-top:0}.footer_content_title{font-weight:600;font-size:15px;line-height:18px;margin-top:2px;text-transform:uppercase}.footer_content_text{font-size:14px;line-height:18px;max-width:337px;margin-top:16px;margin-bottom:25px}.footer_logo img{width:70px;height:auto;margin-top:-14px;margin-bottom:20px}.footer_bottom{margin-top:34px;border-top:1px solid #293d7d}.footer_menu>li{float:left;padding:0 33px;border-left:1px solid #293d7d}.footer_menu>li:first-child{border:none}.footer_menu .sub-menu a{font-size:14px;color:#929cbc;line-height:26px;padding-left:10px;background-position:0 -670px}.footer_menu>li>a{font-size:16px;line-height:26px;display:inline-block;background-position:0 -665px}.menu-footer-links-container{padding-top:48px;padding-left:49px}.footer_social_links a{display:inline-block;margin-right:10px}a.link_facebook{
  /* @noflip */background-position:0 -725px;width:12px;height:24px}a.link_in{
  /* @noflip */background-position:-28px -725px;width:22px;height:23px}a.link_youtube{
  /* @noflip */background-position:100% -725px;width:21px;height:23px}a.link_pinterset{
  /* @noflip */background-position:70% -729px;width:23px;height:22px}a.link_instagram{
  /* @noflip */background-position:0 -694px;width:22px;height:22px}a.link_twitter{
  /* @noflip */background-position:0 -786px;width:22px;height:18px}a.share_mail{
  /* @noflip */background-position:0 -764px;width:21px;height:17px}.global_site_page{background-position:0 -811px;font-size:13px;line-height:16px;padding-left:20px;margin-top:15px;position:absolute;right:0;left:auto}[dir=rtl] .global_site_page{
  /* @noflip */background-position:right -86px top -811px}.site-info{font-size:11px;padding:15px}.site-info,.site-info a{color:#929cbc}.addthis_button_email span{display:none}footer .container{position:relative}.contact_form.contact_form--footer .hbspt-form .right{float:none}

/* composer component*/.page_intro_text_only{background-color:#0069a6;background-image:-webkit-gradient(to left,#002a42 0,#0069a6 65%,#0069a6 100%);background-image:-webkit-gradient(linear,right top, left top,color-stop(0, #002a42),color-stop(65%, #0069a6),to(#0069a6));background-image:linear-gradient(270deg,#002a42 0,#0069a6 65%,#0069a6);color:#fff;text-align:center;padding:45px 0}.page_intro_text_only a{color:#0095da}.page_intro_text_only h3{font-size:24px;margin-bottom:22px;text-transform:unset}.page_intro_text_only h1{color:#fff;font-weight:600;font-size:34px;line-height:50px;text-transform:uppercase;margin-bottom:5px}.page_intro_text_only .editor_content{color:#fff;font-size:19px;font-weight:400;line-height:34px}

/*page_intro_text_side_image*/.page_intro_text_side_image .page_intro_text_side_image{padding-bottom:0!important}.page_intro_text_side_image h2{font-size:30px;margin-bottom:20px;line-height:36px}.page_intro_text_side_image .editor_content{font-size:16px;line-height:24px;max-width:704px}.content_table .image_side,.fancybox_html_wrap .image_side,.page_intro_text_side_image .image_side{position:relative}.content_table .image_side{text-align:center}.main-page-slider img{width:100%;max-height:650px}@supports ((-o-object-fit: cover) or (object-fit: cover)){.main-page-slider img{height:100%;-o-object-fit:cover;object-fit:cover}}.swiper-container-autoheight .swiper-wrapper{height:auto!important}.error-404 .image_text,.main-page-slider .image_text,.page_intro_text_side_image .image_text{vertical-align:middle;font-size:24px;font-weight:600;line-height:24px;text-transform:uppercase}.error-404 .image_text{background:transparent;color:#fff;display:table-cell}.error-404 .image_text .title{font-size:44px;line-height:50px}.error-404 .image_text .subtitle{letter-spacing:1px;text-transform:none}.error-404 .image_text p{font-weight:400;font-size:16px;text-transform:none}.error-404 .image_text .banner_btn{color:#1d2f68;line-height:22px;padding:8px 28px;text-transform:uppercase}.archive .page-header .image_text,.content_table .image_text,.fancybox_html_wrap .image_text,.main-page-slider .image_text,.page_intro_text_side_image .image_text,.post-template-default .entry-header .image_text,.single-new .entry-header .image_text{background-color:hsla(0,0%,100%,.8);margin:auto;padding:18px 40px 15px;display:table;line-height:36px}.content_table .image_text,.fancybox_html_wrap .image_text{font-size:16px;font-weight:700;line-height:20px}.main-page-slider .image_text{font-weight:600;font-style:italic;font-size:30px;display:none!important}.main-page-slider .image_text.display_title{display:inline-block!important;padding:21px 120px 17px}.titleClac .main-page-slider .image_text.display_title{display:none!important}.main-page-slider .image_text.display_title h1{font-size:30px;font-weight:700;font-style:italic}.content_table .image_text_wrapper,.error-404 .image_text_wrapper,.fancybox_html_wrap .image_text_wrapper,.main-page-slider .image_text_wrapper,.page_intro_text_side_image .image_text_wrapper{position:absolute;top:0;bottom:0;margin:auto;right:0;left:0;display:table;text-align:center;width:100%;z-index:2}.main-page-slider .image_text_wrapper{top:50%;height:64px}@media (max-width:1023px){
  /* .main-page-slider .main-page-slider-img {
        max-height: 300px;
    } */.main-page-slider .image_text_wrapper{margin-top:-50px}}@media (min-width:1022px){.main-page-slider .image_text_wrapper{top:178px;margin-top:0}}.error-404 .image_text_wrapper{top:50%;left:50%;right:auto;margin-top:-166px;margin-left:-217px;width:434px;height:332px;background-color:#013771;background-image:-webkit-gradient(to left,#0f2944 0,#013771 65%,#013771 100%);background-image:-webkit-gradient(linear,right top, left top,color-stop(0, #0f2944),color-stop(65%, #013771),to(#013771));background-image:linear-gradient(270deg,#0f2944 0,#013771 65%,#013771);display:table}.post-template-default .main-page-slider,.search .main-page-slider,.single-event .main-page-slider{background-size:cover;background-position:50%;max-height:100%}.post-template-default .main-page-slider{height:400px}.search .main-page-slider{height:545px}.search .page-title{font-weight:600;font-size:30px;line-height:50px;text-transform:uppercase}.search .page-subtitle{font-size:22px;line-height:26px}.search article{border:1px solid #ccc;padding:10px 10px 15px;margin:15px 0;max-height:197px}.search article:hover{background-color:#eaf0f6}.search article .entry-header .entry-title a{color:#1d2f68;font-size:20px;line-height:22px;text-transform:capitalize}.archive .page-header .image_text_wrapper,.post-template-default .entry-header .image_text_wrapper{top:50%;
  /*left: 50%;*/margin-top:-23px
  /*margin-left: -217px;*/}.addthis_inline_share_toolbox_1has.addthis_tool,.event-template-default .addthis_inline_share_toolbox_1has.addthis_tool,.new-template-default .addthis_inline_share_toolbox_1has.addthis_tool,.post-template-default .addthis_inline_share_toolbox_1has.addthis_tool{margin:20px 0}.at-style-responsive .at-share-btn,.event-template-default .at-style-responsive .at-share-btn,.new-template-default .at-style-responsive .at-share-btn,.post-template-default .at-style-responsive .at-share-btn{padding:0 10px}.at-resp-share-element .at-share-btn,.event-template-default .at-resp-share-element .at-share-btn,.new-template-default .at-resp-share-element .at-share-btn,.post-template-default .at-resp-share-element .at-share-btn{border:1px solid #ccc;background:#fff!important}.at-resp-share-element .at-share-btn .at-icon-wrapper,.event-template-default .at-resp-share-element .at-share-btn .at-icon-wrapper,.new-template-default .at-resp-share-element .at-share-btn .at-icon-wrapper,.post-template-default .at-resp-share-element .at-share-btn .at-icon-wrapper{height:25px!important;width:25px!important}.at-icon,.event-template-default .at-icon,.new-template-default .at-icon,.post-template-default .at-icon{fill:#000;fill-opacity:.6;height:25px!important;width:25px!important}.at-resp-share-element .at-share-btn .at-label,.event-template-default .at-resp-share-element .at-share-btn .at-label,.new-template-default .at-resp-share-element .at-share-btn .at-label,.post-template-default .at-resp-share-element .at-share-btn .at-label{display:none}.post-template-default .article_content img{height:auto}.post-template-default .article_content .content_left,.post-template-default .article_content .content_right{margin:20px 0 40px}.post-template-default .article_content h2{font-size:30px;line-height:50px}.post-template-default .article_content h3{font-size:24px;line-height:50px}.post-template-default .article_content h4{font-weight:400;font-size:22px;line-height:26px;text-transform:none}.event-template-default .article_content p,.new-template-default .article_content p,.post-template-default .article_content p,.single-event .article_content div{color:#000;font-size:16px;font-weight:400;line-height:24px;text-align:justify}.post-template-default .article_content a{color:#0095da;font-weight:600;text-decoration:underline}.post-template-default .article_content .text_under_image{color:#000;line-height:24px}.post-template-default .table-striped{width:95%;margin:25px auto 70px}.product_content_html .table-striped{width:100%;margin:25px auto}.product_content_html td img{max-width:70px}.post-template-default .table-striped>tr,.product_content_html .table-striped>tr{border:1px solid #ccc}.post-template-default .table-striped>thead>tr,.product_content_html .table-striped>thead>tr{background-color:#eaf0f6}.post-template-default .table-striped>thead>tr>th,.product_content_html .table-striped>thead>tr>th{color:#000;font-weight:600;font-size:14px;line-height:30px;text-align:center}.post-template-default .table-striped>tbody>tr>td,.product_content_html .table-striped>tbody>tr>td{text-align:center;vertical-align:middle;color:#000;font-size:14px;line-height:30px}.post-template-default .table-striped>tbody>tr>td:first-child,.product_content_html .table-striped>tbody>tr>td:first-child{font-weight:600;font-size:14px;text-align:left}.post-template-default .table-striped>tbody>tr:nth-of-type(odd),.product_content_html .table-striped>tbody>tr:nth-of-type(odd){background-color:#fff}.post-template-default .table-striped>tbody>tr:nth-of-type(2n),.product_content_html .table-striped>tbody>tr:nth-of-type(2n){background-color:#f2f2f2}.product_content_html .table-striped td span{display:inline-block;height:20px;width:20px;margin-right:10px;border:1px solid;margin-bottom:-5px}.product_content_html .th_width_class{width:150px}h4.product_table_alais{margin-top:32px;text-transform:inherit}.archive .main-page-slider{background-size:cover;background-position:50%;height:400px}.search .entry-content.empty{margin-bottom:180px}.search .entry-content.empty p{margin-top:30px;color:#000}.archive article .entry-content{margin:15px 0}.archive article h2{font-size:30px;line-height:40px}.archive article h4{font-weight:400;font-size:22px;line-height:26px;text-transform:none}.archive article .article_text{color:#000;line-height:24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px;height:70px}.archive article .first_article,.page-template-page-news_events .news .new.first_post{padding-bottom:35px;margin-bottom:39px;border-bottom:1px solid #ccc}.archive article .first_article .article_text{-webkit-line-clamp:8;max-height:190px;height:auto}.archive article .first_article .content_right figure{width:470px;height:320px}.archive .archive-new article figure{height:260px}.archive article figure{height:140px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.search article figure{width:auto;height:auto}.archive article figure img{margin-bottom:15px}.search .search-results{margin-top:20px}.archive .navigation_wrapper,.search .navigation_wrapper{margin:60px 0 90px;text-align:center}.archive .navigation li.active a,.archive .navigation li.disabled,.archive .navigation li a,.archive .navigation li a:hover,.search .navigation li.active a,.search .navigation li.disabled,.search .navigation li a,.search .navigation li a:hover{color:#fff;text-decoration:none}.archive .navigation li,.search .navigation li{display:inline}.archive .navigation li.active a,.archive .navigation li.disabled,.archive .navigation li a,.archive .navigation li a:hover,.navigation.pagination .page-numbers,.search .navigation li.active a,.search .navigation li.disabled,.search .navigation li a,.search .navigation li a:hover{border:1px solid #ccc;background-color:#fff;cursor:pointer;padding:9px 13px;opacity:.8;color:#000;font-size:15px;line-height:20px;margin-right:5px}.navigation.pagination .page-numbers.next,.navigation.pagination .page-numbers.prev{font-weight:700;font-size:18px;padding:6px 13px 8px;position:relative}.archive .navigation li.active a,.archive .navigation li a:hover,.navigation.pagination .page-numbers.current,.navigation.pagination .page-numbers:hover,.search .navigation li.active a,.search .navigation li a:hover{border:1px solid #0095da;background-color:#fff}.navigation.pagination{text-align:center;margin-bottom:55px}.navigation.pagination h2{display:none}.page_intro_text_side_image_youtube .various .video_play_icon,.related_videos .various .video_play_icon{background-image:url(assets/dist/images/play.png);background-repeat:no-repeat;
  /* @noflip */width:48px;height:48px;position:absolute;top:0;bottom:0;margin:auto;right:0;left:0;display:block;text-align:center}.page_intro_text_side_image_youtube .various .video_play_icon{top:50%;margin-top:-25px}.error-404 .image_side_wrapper,.fancybox_html_wrap .image_side_wrapper,.page_intro_text_side_image .image_side_wrapper{display:block;position:relative}

/*personas_module*/.personas_module{background-position:50% 100%;background-size:cover}.personas_module,.personas_module .content_editor p{color:#fff}.personas_module .left_blue{background-color:#013771;background-image:-webkit-gradient(to left,#0f2944 0,#013771 65%,#013771 100%);background-image:-webkit-gradient(linear,right top, left top,color-stop(0, #0f2944),color-stop(65%, #013771),to(#013771));background-image:linear-gradient(270deg,#0f2944 0,#013771 65%,#013771);padding:130px 40px;max-width:359px;margin-left:-15px}.personas_module .left_blue h3{
  /* Style for "Nice subti" */font-size:28px;text-transform:uppercase;margin-bottom:28px}.personas_module .left_blue .editor_content{
  /* Style for "Lorem ipsu" */font-size:16px;line-height:24px}.personas_module .personal_module_item{background-color:hsla(0,0%,100%,.9);border-bottom:4px solid #0095da;margin-bottom:20px;padding:29px;min-height:250px}.personal_module_right{background-image:none;padding:62px 0 40px}.personas_module h4{color:#1d2f68;margin-bottom:10px;white-space:nowrap;overflow:hidden}.personas_module .personal_module_item a{color:#0095da;font-size:15px;line-height:20px;text-decoration:underline;margin-top:10px;display:inline-block}.personas_module .personal_right_text{color:#000;font-size:16px;line-height:24px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;height:90px}.personas_module .personal_module_item_wrapper{padding:0 12px}.left_side_image_text .right_side_wrapper{padding-left:25px;float:right}.left_side_image_text h2{margin-bottom:19px;font-size:30px}.left_side_image_text{padding:55px 0}

/*banner*/.banner{padding:80px 0}.banner_inner h2{color:#fff;font-size:36px;font-weight:700;line-height:50px;text-transform:uppercase}.banner_inner h3{font-size:24px;margin-top:2px;text-transform:none;line-height:30px}.banner_inner{min-height:286px;color:#fff;padding:69px 112px 0;display:block;background-position:50% 100%;background-size:contain;background-repeat:no-repeat}.banner_text{width:50%}.banner_btn{background-color:#b2d829;font-weight:600;font-size:15px;line-height:35px;display:inline-block;padding:0 12px;margin-top:20px;color:#0069a6;border:none}

/*calculators_links*/.calculators_links{padding:44px 0 40px}.calculators_links h2{text-align:center;margin-bottom:46px}.calculators_links .calculators_item_inner{max-width:569px;background-color:#fff;border:1px solid #ccc;border-left:4px solid #0095da;padding:20px 39px;margin-bottom:28px}.calculators_links .calculators_item_header{height:40px}.calculators_links .calculators_item_header figure{display:inline-block}.calculators_links .calculators_item_header figure img{vertical-align:middle;margin-right:10px}.calculators_links .calculators_item_title{
  /* Style for "Subtitle h" */color:#0069a6;font-weight:600;font-size:20px;line-height:22px;vertical-align:middle}.calculators_links .calculators_item_text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
  /* Style for "Lorem ipsu" */color:#000;font-size:16px;line-height:24px;height:70px}.calculators_links .calculators_item_link{color:#0095da;font-weight:600;font-size:15px;line-height:20px;text-decoration:underline;margin-top:15px;display:inline-block}

/*page_intro_icons_center_html*/.page_intro_icons_center_html{padding:44px 0;text-align:center
  /* padding-bottom: 69px; */}.page_intro_icons_center_html.white,.page_intro_icons_center_html.white h2{color:#0069a6}.page_intro_icons_center_html.blue,.page_intro_icons_center_html.blue .content_editor a,.page_intro_icons_center_html.blue .content_editor p,.page_intro_icons_center_html.blue h2{color:#fff}.page_intro_icons_center_html h2,.page_intro_icons_center_html h3{margin-top:12px;text-transform:unset;font-size:24px;font-weight:400;margin-bottom:34px}.page_intro_icons_center_html .intro_icons_center{margin-top:32px}

/* .page_intro_icons_center_html .intro_icons_center{
    margin-top: 30px;
} */.intro_icons_center a,.intro_icons_center span.no_link{
  /*width: 143px;*/border:1px solid #ccc;background-color:#fff;font-size:16px;line-height:22px;display:inline-block;margin-left:13px;padding:0 12px;color:#0069a6}.intro_icons_center img{vertical-align:middle;max-height:31px}.intro_icons_center span{line-height:59px;padding-left:4px}

/*clients_logos_strip*/.clients_logos_strip_html{padding:45px 0}.clients_logos_strip .swiper-slide{height:130px;border-left:20px solid transparent;border-right:20px solid transparent;
  /* display: table; */max-height:170px}.clients_logos_strip_html h3{font-size:30px;text-align:center;margin-bottom:26px}.clients_logos_strip .logo_swiper_inner{line-height:123px;text-align:center;display:table-cell;vertical-align:middle;height:130px;max-height:130px}.logo_swiper_inner img{vertical-align:middle;height:auto;max-height:100%}.clients_logos_strip_html .pagination_wrapper{margin-top:34px}.logos_arrow{width:13px;height:20px;background-size:auto;top:auto;bottom:57px}.logos_arrow.swiper-button-next{background-position:100% -994px;right:-40px;left:auto;top:150px}.logos_arrow.swiper-button-prev{background-position:0 -996px;left:-40px;right:auto;top:150px}

/*images_gallery and solutions_gallery_sub_divisions*/.content_table,.faqs_table,.image_html,.images_gallery,.left_side_image_text,.page_intro_text_side_image,.pim_driven_section,.popular_links,.product_content_html,.related_articles,.related_products_pim,.related_products_wp,.related_videos,.resources_table,.simple_text_module,.solutions_gallery_sub_divisions,.team{padding:45px 0}.simple_text_module{padding:20px 0 0}.simple_text_module p{margin-bottom:15px}.simple_text_module .module-title{padding-bottom:0}.images_gallery{padding:20px 0}.contact_form h2,.content_table h2,.faqs_table h2,.image_html h2,.images_gallery h2,.pim_driven_section h2.title-header,.product_content_html h2,.related_articles h2,.related_products_pim h2,.related_products_wp h2,.related_videos h2,.resources_table h2,.simple_text_module h2,.solutions_gallery_sub_divisions h2,.team h2{text-align:center;font-weight:600;font-size:34px;line-height:50px;text-transform:uppercase;margin-bottom:15px}.contact_form h3{color:#0069a6;font-weight:600;font-size:24px;line-height:50px;text-transform:uppercase;border-bottom:1px solid #0069a6;padding-bottom:20px;margin-bottom:40px}.white{padding-top:45px;padding-bottom:45px;border-top:1px solid #ccc}.pim_driven_section h2{text-align:left}.related_products_wp h2,.team h2{margin-bottom:15px}.contact_form h2{margin-bottom:10px}.image_html .image_div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.contact_form,.pim_integration_wrap{padding:44px 0 40px}.simple_text_module h2:not(.module-title){font-size:30px;text-align:left;line-height:34px}.simple_text_module ol li,.simple_text_module p,.simple_text_module ul li{color:#000;line-height:24px}.pim_integration_wrap h2,.popular_links h2{font-size:30px;text-align:center}.popular_links h2{line-height:50px;padding-bottom:30px}.popular_links .popular_link{text-align:center;line-height:36px}.popular_links .popular_link a{color:#6d6e71}.pim_integration h3{font-weight:400;font-size:24px;line-height:50px;text-align:center;padding-bottom:20px}.product_content_html #tabs{width:100%;overflow-x:auto}.product_content_html #tabs,.product_content_html .ui-tabs ul.ui-tabs-nav{padding:0;background:transparent;border-width:0;border-radius:0}.product_content_html .ui-tabs ul.ui-tabs-nav li{border-left-width:0;border-right:1px solid #ccc;border-top:1px solid #ccc;border-bottom-width:0;background-color:#fff;margin:0;border-radius:0;height:55px}.product_content_html .ui-tabs .ui-tabs-nav .ui-tabs-anchor{padding:.1em 1em;opacity:.6;color:#0069a6;font-weight:600;line-height:50px;outline:none}.product_content_html .ui-tabs ul.ui-tabs-nav li.ui-tabs-active{border-top:3px solid #0095da;border-left-width:0;border-bottom-width:0;background-color:#dae0e7;background-image:-webkit-gradient(to top,#fff 0,#dae0e7 100%);background-image:-webkit-gradient(linear,left bottom, left top,color-stop(0, #fff),to(#dae0e7));background-image:linear-gradient(0deg,#fff 0,#dae0e7)}.product_content_html .ui-tabs ul.ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{opacity:1;padding:0 1em}.product_content_html .ui-tabs .ui-tabs-panel{border-radius:0;background:#fff;border:1px solid #ccc}.product_content_html .ui-tabs .ui-tabs-panel .pim_row{display:table-row;background-color:#fff}.product_content_html .ui-tabs .ui-tabs-panel .pim_row:nth-child(2n){background-color:#f2f2f2}.product_content_html .ui-tabs .ui-tabs-panel .pim_row>div{display:table-cell;color:#000;font-weight:600;font-size:14px;line-height:50px;padding:0 20px;text-align:left;text-transform:capitalize;vertical-align:middle}.product_content_html .ui-tabs .ui-tabs-panel .pim_row .pim_alias{white-space:nowrap}.product_content_html .ui-tabs .ui-tabs-panel .pim_row .pim_value{font-weight:400;line-height:20px;width:100%}.pim_driven_section .pim_driven_wrap{margin-bottom:30px}.pim_driven_section .pim_driven_wrap p{line-height:24px}.fancybox_pim_wrapper .fancybox-lock .fancybox-overlay{overflow:hidden}.pim_integration .ng_filterby{background-color:#013771;background-image:-webkit-gradient(to left,#0f2944 0,#013771 65%,#013771 100%);background-image:-webkit-gradient(linear,right top, left top,color-stop(0, #0f2944),color-stop(65%, #013771),to(#013771));background-image:linear-gradient(270deg,#0f2944 0,#013771 65%,#013771)}.pim_integration .ng_filterby a,.pim_integration .ng_filterby span{color:#fff;font-weight:600;font-size:18px;line-height:50px;display:block}.pim_integration .ng_filter_before a.ng_reset_inner{cursor:pointer}.pim_integration .ng_filterby span.ng_plus{display:none}.pim_integration .ng_filter_list ul.ng_active{padding:9px 0}.pim_integration .ng_filter_list li{border:1px solid #ccc}.pim_integration .ng_filter_list li h3,.pim_integration .ng_filter_list li h3 .ng_plus{color:#0069a6;font-weight:600;font-size:16px!important;line-height:30px!important;text-transform:unset}.pim_integration .ng_filter_list li h3{text-align:left}.pim_integration .ng_filter_list li ul li.ng_facet label span{text-transform:unset;position:relative}.pim_integration .ng_filter_list li ul li.ng_facet label span.ng_checked{background-color:transparent!important}.pim_integration .ng_filter_list li ul li.ng_facet label span.ng_span_bg:before{width:16px;content:"";background-image:url(assets/dist/images/sprite.png);background-repeat:no-repeat;position:absolute;left:0;right:auto;top:0;height:16px;background-position:19% -1040px}.pim_integration span.ng_span_bg{padding:2px 25px 0;display:block}.pim_integration input[type=text]{display:block;width:74%;height:34px;padding:6px 12px 3px;font-size:14px;line-height:1.42857143;border:1px solid #ccc;border-radius:4px;margin:auto}.pim_integration .ng_yellow_bg{background-color:#ff0}.pim_integration span.ng_facets_text{margin-right:4px;line-height:14px}.pim_integration .ng_filter_list li ul li.ng_facet label span.ng_checked.ng_span_bg:before{background-position:0 -1040px}.contact_form h4{color:#000;font-size:20px;font-weight:400;line-height:22px;text-align:center;text-transform:none;margin-bottom:40px}.page-template-page-contact_us .contact_form.contact_form--footer,.page-template-page-contact_us_new .contact_form.contact_form--footer{display:none}.contact_form.contact_form--footer textarea{height:182px}.contact_form input[type=submit],.page-template-page-contact_us .contact_form input[type=submit],.page-template-page-contact_us_new .contact_form input[type=submit]{padding:12px 49px;background-color:#00b3e3;font-weight:400;line-height:22px;width:auto;color:#fff;font-size:17px;font-size:1.0625rem}.contact_form input[type=submit]{margin-bottom:0}.contact_form label{color:#000;line-height:20px}.page-template-page-contact_us .contact_form label span,.page-template-page-contact_us_new .contact_form label span{color:#000;font-size:16px;font-weight:400;line-height:20px}.page-template-page-contact_us .contact_form .contact_looby .legal-consent-container,.page-template-page-contact_us .contact_form .contact_looby label span{color:#ccc}.contact_form input,.contact_form select,.contact_form textarea,.page-template-page-contact_us .contact_form input:not([type=checkbox]),.page-template-page-contact_us .contact_form select,.page-template-page-contact_us .contact_form textarea,.page-template-page-contact_us_new .contact_form input:not([type=checkbox]),.page-template-page-contact_us_new .contact_form select,.page-template-page-contact_us_new .contact_form textarea{border:1px solid #ccc;background-color:#fff;padding:7px 20px;margin:9px 0;width:100%;outline:none}.contact_form input[type=checkbox],.page-template-page-contact_us .contact_form input[type=checkbox],.page-template-page-contact_us_new .contact_form input[type=checkbox]{width:3%;margin-right:5px}.contact_form input[type=radio]{width:2%;cursor:pointer}.contact_form input[type=radio]+label{padding-right:24px;cursor:pointer;padding-left:7px;margin-left:-7px}@media (max-width:1023px){.contact_form.contact_form--footer .hbspt-form .hs-richtext{padding:1rem 0;color:#000;line-height:20px}}@media (min-width:1023px){.contact_form.contact_form--footer .hbspt-form .hs-richtext{color:#0069a6;line-height:20px;margin-top:10px}}.page-template-page-contact_us .contact_form input.invalid.error,.page-template-page-contact_us .contact_form select.invalid.error,.page-template-page-contact_us .contact_form textarea.invalid.error{border-color:red}.contact_form .hs-error-msgs label,.page-template-page-contact_us .contact_form .hs-error-msgs li label,.page-template-page-contact_us_new .contact_form .hs-error-msgs li label{color:red}.invalid.error{border-color:red}.contact_form textarea{height:258px;margin-top:9px;margin-bottom:0}.contact_form.contact_form--footer .hbspt-form .hs_submit{margin-top:10px}.contact_form.contact_form--footer .hbspt-form .right a{color:#0095da}.contact_form.contact_form--footer .hbspt-form iframe{margin-top:10px}.contact_form.contact_form--footer .hbspt-form .hs_recaptcha .grecaptcha-badge{width:auto!important;height:auto!important;position:relative;visibility:visible;display:block;-webkit-transition:none;transition:none;bottom:inherit;right:inherit;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0;overflow:inherit}.contact_form input:focus,.contact_form select:focus,.contact_form textarea:focus,.page-template-page-contact_us .contact_form input:focus,.page-template-page-contact_us .contact_form select:focus,.page-template-page-contact_us .contact_form textarea:focus{border:1px solid #0095da}.contact_form input.wpcf7-not-valid,.contact_form textarea.wpcf7-not-valid{border:1px solid red}fieldset.form-columns-2 .hs-form-field{width:47.5%!important}footer .hbspt-form input,footer .hbspt-form select,footer .hbspt-form textarea{color:#000}.contact_form.contact_form--footer .hbspt-form .submitted-message{color:#0069a6;text-align:center}.contact_form .wpcf7-response-output{display:-webkit-box}.page-template-page-contact_us .contact_us .card,.page-template-page-contact_us_new .contact_us .card{width:100%;border:1px solid #ccc;font-weight:600;margin-bottom:40px}.page-template-page-contact_us .contact_us .card-header,.page-template-page-contact_us_new .contact_us .card-header{border-bottom:1px solid #ccc;background-color:#dae0e7;color:#0069a6;font-size:18px;line-height:1.5;text-transform:uppercase;padding:4px 20px 0}.page-template-page-contact_us .contact_us .card-body p.card-text,.page-template-page-contact_us .contact_us_new .card-body p.card-text,.page-template-page-contact_us_new .contact_us .card-body p.card-text,.page-template-page-contact_us_new .contact_us_new .card-body p.card-text{color:#0069a6;font-size:15px;line-height:24px;padding:10px 20px}.page-template-page-contact_us .contact_us .card-body p.card-text span,.page-template-page-contact_us .contact_us_new .card-body p.card-text span,.page-template-page-contact_us_new .contact_us .card-body p.card-text span,.page-template-page-contact_us_new .contact_us_new .card-body p.card-text span{color:#0069a6;line-height:20px}.solutions_gallery_sub_divisions .card{background-color:#fff;max-width:360px}.images_gallery .images_gallery-item{z-index:1}.images_gallery .card a,.images_gallery .card a figure,.related_products_pim .card a,.related_products_pim .card a figure{background-color:#eaf0f6}.images_gallery .card .card-img-top,.logo_swiper_inner img,.related_products_pim .card .card-img-top{display:block;margin:auto}.images_gallery .card .card-img-top{min-height:200px;max-height:200px;background-position:50%;background-size:cover;background-repeat:no-repeat}.related_products_pim .card .card-img-top{min-height:158px;max-height:200px;background-position:center 0;background-repeat:no-repeat}

/* .images_gallery .card:hover .card-text-wrap {
    background-color: #eaf0f6;
    transform: translateY(0px);
} */.images_gallery .card-body{position:relative}.related_products_wp .product-card,.team .team-card{margin-top:30px}.related_articles .cnt_articles,.related_products_wp .product-card_wrap.cnt_product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.team.white .card{background-color:#eaf0f6}.team.gray .card{background-color:#fff}.pim_integration.bg_app_wrap .ng_prod_block .bg_inner_prod_blk,.related_products_wp .card{background-color:#eaf0f6;padding:0}.pim_integration.bg_app_wrap .ng_prod_block .bg_inner_prod_blk .ng_text_wrap{padding:10px}.related_products_wp .card-body,.team .card-body{padding:10px 20px}.pim_integration.bg_app_wrap .ng_prod_block .ng_desc,.related_products_wp .card-text,.related_products_wp .card-title,.team .card-text,.team .card-title{color:#0a3161;font-size:16px;font-weight:400}.pim_integration.bg_app_wrap .ng_prod_block .ng_desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:30px}.pim_integration.bg_app_wrap .ng_prod_block .ng_prod_name,.related_products_wp .card-title{font-weight:600;line-height:20px;text-transform:uppercase}.team .card-title{font-weight:400;font-size:18px;text-transform:unset;margin:5px 0}.pim_integration.bg_app_wrap .ng_prod_block .ng_desc,.pim_integration.bg_app_wrap .ng_prod_block .ng_prod_name{text-align:left;text-transform:unset}.pim_integration.bg_app_wrap .ng_prod_block .ng_prod_name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:15px
  /* height: 30px; */}.related_products_wp .card-text,.team .card-text{font-weight:400;line-height:30px;overflow:hidden;text-overflow:ellipsis}.related_products_wp .card-text{line-height:24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding-top:10px}.team .card-text{white-space:nowrap;color:#000;text-transform:uppercase;font-size:12px}.pim_integration.bg_app_wrap .ng_prod_block .ng_desc{font-weight:400;line-height:30px;display:block}.product-card_wrap .card:hover>.card-body,.related_products_wp .card:hover{background-color:#013771;background-image:-webkit-gradient(to left,#0f2944 0,#013771 65%,#013771 100%);background-image:-webkit-gradient(linear,right top, left top,color-stop(0, #0f2944),color-stop(65%, #013771),to(#013771));background-image:linear-gradient(270deg,#0f2944 0,#013771 65%,#013771)}.team .team-card .hovereffect{background-color:#0069a6;overflow:hidden;width:100%;height:100%;position:relative}.team .team-card .hovereffect .overlay{width:100%;height:100%;position:absolute;overflow:hidden;top:0;left:0;right:auto;padding:70px 20px}.team .team-card .hovereffect img{display:block;position:relative;max-width:none;-webkit-backface-visibility:hidden;backface-visibility:hidden}.team .team-card .hovereffect:hover img{opacity:.4;filter:alpha(opacity=40)}.team .team-card .hovereffect a.link_in,.team .team-card .hovereffect p{color:#fff;font-weight:400;font-size:16px;line-height:24px;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.team .team-card .hovereffect:hover p{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis
  /* height: 120px; */}.team .team-card .hovereffect:hover a.link_in{display:block}.team .team-card .hovereffect:hover a.link_in,.team .team-card .hovereffect:hover p{opacity:1;filter:alpha(opacity=100);-webkit-transform:translateZ(0);transform:translateZ(0)}.related_products_wp .card:hover .card-text,.related_products_wp .card:hover .card-title{color:#fff}.images_gallery .card-title,.related_products_pim .card-title,.solutions_gallery_sub_divisions .card-title{padding:10px 22px;font-size:18px;color:#0069a6;font-weight:700;line-height:20px}.solutions_gallery_sub_divisions .card-title{text-transform:uppercase;position:relative;font-weight:600}.images_gallery .card-title,.related_products_pim .card-title{background-color:#eaf0f6;color:#0a3161;font-weight:400;min-height:60px}.images_gallery .card-title span,.related_products_pim .card-title span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.images_gallery .card-text-wrap{padding:0 24px 20px;-webkit-transition:all .5s;transition:all .5s;-webkit-transform:translateY(-170px);transform:translateY(-170px);position:relative;z-index:-1}.images_gallery .card-text,.related_products_pim .card-text{font-size:16px;color:#000;line-height:24px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;height:90px}

/*Related Articles*/.archive article h5,.related_articles .card-title,.related_videos .card-title{font-weight:600;font-size:20px;line-height:22px;margin:0 0 5px}.related_videos .card-text{margin-bottom:0!important}.related_articles .card-text,.related_videos .card-text{font-size:16px;font-weight:400;
  /*display: block;*/margin-bottom:20px;max-height:70px}.related_articles .card-text,.related_videos .card-text,.search article .entry-summary{color:#000;line-height:24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.search article .entry-summary{height:75px}.archive article a.read_more_link,.related_articles .card-body a.read_more_link,.search article a.read_more_link{color:#0095da;font-size:15px;font-weight:600;line-height:20px;text-decoration:underline}.related_articles .card-body a.read_more_link{display:block;text-align:left}.news .btn-wrapper,.related_articles .btn-wrapper{margin:60px auto 8px;text-align:center}.news .btn,.related_articles .btn{background-color:#b2d829;font-weight:600;font-size:16px;line-height:22px;text-transform:uppercase;padding:15px 30px}.col-lg-1-5,.col-lg-2-5,.col-lg-3-5,.col-lg-4-5,.col-md-1-5,.col-md-2-5,.col-md-3-5,.col-md-4-5,.col-sm-1-5,.col-sm-2-5,.col-sm-3-5,.col-sm-4-5,.col-xs-1-5,.col-xs-2-5,.col-xs-3-5,.col-xs-4-5{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1-5{width:20%;float:left}.col-xs-2-5{width:40%;float:left}.col-xs-3-5{width:60%;float:left}.col-xs-4-5{width:80%;float:left}.article_content .row{padding-bottom:30px}.article_content .row:last-child{padding:0 15px 30px}.page-template-default .article_content .row:last-child{padding:0 15px}.page-template-default .article_content p:last-child{padding-bottom:0}.hide_menu{display:none!important}

/*Languages list*/.lang_mobile .langs_list,.wpml-ls-item-en{display:none}.top_menu_wrapper .langs_list{float:left;height:23px;width:180px;margin-right:-6px;overflow:hidden}.top_menu_wrapper .langs_list span.init{display:block;padding:4px 10px 0 16px;font-size:12px;background:url(assets/dist/images/lang_arrow.png) 0 45% no-repeat;line-height:19px}

/* @noflip */[dir=rtl] .top_menu_wrapper .langs_list span.init{background:url(assets/dist/images/lang_arrow.png) 100% 45% no-repeat}.top_menu_wrapper .langs_list span{cursor:pointer}.top_menu_wrapper .langs_list ul{background-color:#fff;width:180px;position:absolute;top:23px;left:0;right:auto;border:1px solid #ccc;
  /* border-top: 0; */z-index:11;display:none}.top_menu_wrapper .langs_list ul li{border-bottom:1px solid #ccc;font-size:12px}.top_menu_wrapper .langs_list ul li:last-child{border-bottom:0}.top_menu_wrapper .langs_list ul li:nth-child(odd){background-color:#eff0f1}.top_menu_wrapper .langs_list ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;padding:4px 9px 1px 14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top_menu_wrapper .langs_list span.init a{display:block}.top_menu_wrapper .langs_list span.init .img_wrap,.top_menu_wrapper .langs_list ul li a .img_wrap{display:inline-block;width:12%;vertical-align:top}.top_menu_wrapper .langs_list span.init span,.top_menu_wrapper .langs_list ul li a span{padding-left:6px;line-height:14px;width:80%;display:inline-block}.top_menu_wrapper .langs_list span.init span{padding-left:4px}

/*end Languages list*/
/*faq page*/.none{display:none}.page-template-page-faqs .main-page-slider .image_text{display:inline-block!important}.list_filter_by form{margin-top:-200px;z-index:99;position:relative;padding:9px 40px 460px}.list_filter_by form .filterby{font-size:18px;line-height:50px;font-weight:600}.list_filter_by form .clearfilterby{font-size:15px;line-height:50px;padding-right:10px;cursor:pointer}.list_filter_by form .filter_wrap{background-color:#fff;display:inline-block;width:30%;float:left;position:relative}.list_filter_by form .filter_wrap.product{width:40%}.list_filter_by form .filter_wrap h2{line-height:40px;font-size:16px;text-transform:unset;border-bottom:2px solid #ccc;border-right:0;cursor:pointer}.list_filter_by form .filter_wrap h2 span{float:right;font-size:19px}.list_filter_by form .filter_wrap .choose_filter{height:350px;overflow-y:auto;border-bottom:1px solid #ccc;border-right:1px solid #ccc}.list_filter_by form .filter_wrap label{display:inline-block;height:34px;cursor:pointer}#wpsl-checkbox-filter .filter_wrap.filter_cat label:before,.list_filter_by form .filter_wrap label:before{background-image:url(assets/dist/images/sprite.png);background-repeat:no-repeat;height:20px;background-position:-66px -1503px;padding-left:42px;padding-top:2px;float:left;margin-top:15px;content:" ";display:table}#wpsl-checkbox-filter .filter_wrap label:before{margin-top:8px}#wpsl-checkbox-filter .filter_wrap.filter_cons label:before{margin-top:-2px}.list_filter_by form .filter_wrap label.checked:before{background-position:-66px -1539px}.list_filter_by form #wpsl-checkbox-filter .filter_wrap_categories:first-child lable span{margin-top:24px}.list_filter_by form .filter_wrap label input{opacity:0}#wpsl-checkbox-filter .filter_wrap label input[type=checkbox]{display:none}.list_filter_by form .filter_wrap label input{height:29px}.list_filter_by form .filter_wrap .select_wrap{padding:5px 0;border-top:0;position:absolute;top:41px;background-color:#fff}

/* .list_filter_by form .filter_wrap input {
        height: 29px;
    } */#wpsl-search-btn,.list_filter_by form input.submit{width:68px;height:30px;background-color:#0069a6;border:0;color:#fff;font-weight:400;font-size:14px;text-transform:uppercase;margin:18px 26px 9px 80px}.filter_table{padding-bottom:70px}.filter_table .container{border:1px solid #ccc}.filter_table .title_table{border-top:0;background-color:#f2f2f2;font-weight:600;padding-left:20px}.filter_table .faq,.filter_table .res,.filter_table .title_table{border-bottom:1px solid #ccc;line-height:46px;color:#000}.filter_table .faq.border-left{border-left:3px solid #0094da}.filter_table .faq.border-left .text-faq{padding-left:17px}.filter_table .faq:last-child,.filter_table .res:last-child{border-bottom:0}.filter_table .faq:nth-child(odd),.filter_table .res:nth-child(odd){background-color:#eaf0f6}.filter_table .open-faq,.filter_table .text-faq,.filter_table .text-res{font-weight:600}.filter_table .text-faq{padding-left:20px;cursor:pointer}.filter_table .open-faq{font-size:19px;cursor:pointer}.filter_table .hide_content{padding:36px 82px 30px;border-top:1px solid #ccc}.filter_table .hide_content .content_editor p{font-size:16px;line-height:20px}.filter_table .hide_content .links_faq{padding-top:20px}.filter_table .hide_content .links_faq a{color:#fff;padding:12px 14px 8px;font-size:14px;margin-right:12px;min-width:98px;display:inline-block;line-height:14px;text-align:center}.list_filter_by form .mobile{display:none}

/*end faq page*/
/*resources page*/.res_results{font-size:22px;padding-bottom:17px}.filter_table .text-res{border-right:1px solid #ccc;padding-left:5px}.filter_table .download_res div{width:48%;display:inline-block;text-align:center}.filter_table div img{vertical-align:middle}

/*end resources page*/
/*project gallery page*/.projects_gallery{padding:0 0 95px}.projects_gallery .filter_list{border:1px solid #ccc}.projects_gallery .list_filter_by form{margin-top:0;padding:15px 0 0}.projects_gallery .list_filter_by form .filter_wrap{width:100%}.projects_gallery .list_filter_by form .filter_wrap h2{border-left:0;border-bottom:0}.projects_gallery .list_filter_by form .filter_wrap .select_wrap{position:relative;top:0;padding:0;border:0;border-top:1px solid #ccc}.projects_gallery .list_filter_by form .filterby{color:#fff}.projects_gallery .list_filter_by form .clearfilterby{border:1px solid #ccc;border-bottom:0;text-decoration:underline;background-color:#fff}.projects_gallery .list_filter_by form .filter_wrap .choose_filter{height:200px;padding:15px 0}.projects_gallery .project_wrap{display:block;background-color:#eaf0f6}.projects_gallery .project_wrap figure{height:180px}.projects_gallery .project_wrap h3{font-weight:600;font-size:16px;line-height:30px;text-transform:uppercase;padding:8px 13px}.projects_gallery .navigation.pagination{margin-top:45px;margin-bottom:0}.projects_gallery .col-md-8{padding:15px}.projects_gallery .error_message{padding:15px;font-size:20px;text-align:center}.projects_gallery .error_message p br{line-height:30px}.projects_gallery .project_wrap:hover h3{background-color:#013771;background-image:-webkit-gradient(to left,#0f2944 0,#013771 65%,#013771 100%);background-image:-webkit-gradient(linear,right top, left top,color-stop(0, #0f2944),color-stop(65%, #013771),to(#013771));background-image:linear-gradient(270deg,#0f2944 0,#013771 65%,#013771);color:#fff}

/*end project gallery page*/
/*calculator page*/#iframe_calc{min-height:500px}#calc-loading{width:100%;height:100%;position:absolute;top:50%;left:50%;right:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff}.calc_header{background-color:red!important}.calc_page{margin-top:-316px;position:relative;margin-bottom:70px}.calc_page .calc_content{-webkit-box-shadow:0 15px 79px 2px rgba(0,0,0,.16),0 39px 56px 4px rgba(0,0,0,.24);box-shadow:0 15px 79px 2px rgba(0,0,0,.16),0 39px 56px 4px rgba(0,0,0,.24);background-color:#fafafa;width:970px;margin:0 auto;position:relative;z-index:99}.calc_page .calc_content h3{color:#000;font-weight:400;text-transform:unset;font-size:20px;padding-bottom:28px}.calc_page .calc_content .links{padding:0 63px 78px 40px}.calc_page .calc_content a{-webkit-box-shadow:0 3px 5px 1px rgba(0,0,0,.24);box-shadow:0 3px 5px 1px rgba(0,0,0,.24);background-color:#fafafa;color:#0095da;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.14px;padding:13px 20px 9px;margin-right:16px;display:inline-block;line-height:14px;border:0;outline:0;cursor:pointer}.calc_page .calc_content a:last-child{margin-right:0}

/*end calculator page*/
/*composers component*/
/*resources table*/.faqs_table .filter_table,.resources_table .filter_table{padding-bottom:0!important}.resources_table h2{margin-bottom:34px}.faqs_table .container,.resources_table .container{width:1000px}.resources_table .res{font-size:14px;line-height:45px;background-color:#fff}.resources_table .res:nth-child(odd){background-color:#f2f2f2}.resources_table .title_table{background-color:#eaf0f6}.resources_table .title_table:first-child{border-right:1px solid #ccc}.resources_table .res a span:first-child{padding-right:0}.resources_table .res .text-res{padding-left:12px}.resources_table .res .download_res{padding:0 10px;text-align:center}

/*end resources table*/
/*faqs table*/.faqs_table .faq,.faqs_table .faq:nth-child(odd){background-color:#fff}.faqs_table .faq.border-left{background-color:#eaf0f6}

/*end faqs table*/
/*end composers component*/
/*store locator page*/.shop_online{display:none}.store_locator_search{margin-top:50px;margin-bottom:37px}.store_locator_search .filterby_wrap{background-color:#f2f2f2;line-height:46px;font-weight:600;cursor:pointer;font-size:18px}.store_locator_search #wpsl-checkbox-filter .filter_wrap{width:100%}.store_locator_search #wpsl-checkbox-filter .filter_wrap h5{font-weight:600;font-size:18px;letter-spacing:-.1px}.store_locator_search #wpsl-checkbox-filter .filter_wrap:nth-child(2)>div,.store_locator_search #wpsl-checkbox-filter .filter_wrap:nth-child(3)>div{width:100%}.store_locator_search #wpsl-checkbox-filter .filter_wrap label:before{background-position:-83px -1503px;padding-left:25px;margin-top:4px}.store_locator_search #wpsl-checkbox-filter .filter_wrap label.checked:before{background-position:-84px -1539px}.store_locator_search #wpsl-checkbox-filter .filter_wrap div label{cursor:pointer}.store_locator_search #wpsl-checkbox-filter .filter_wrap div label span{display:block;color:#0069a6;width:319px;line-height:8px;margin-top:4px;font-weight:700}.store_locator_search .first_filter h3{font-size:18px;color:#fff;text-transform:capitalize;margin-bottom:13px}#wpsl-result-list ul li{padding-bottom:50px}.wpsl-stores-pagination span[class^=wpsl-stores-pagination-]{width:30px;display:inline-block;font-size:26px;text-align:center;cursor:pointer;
  /* background: #cccccc; */height:25px}.wpsl-stores-pagination-next{background:url(assets/dist/images/sprite.png) no-repeat -77px -1991px #ccc}.wpsl-stores-pagination-prev{background:url(assets/dist/images/sprite.png) no-repeat 9px -1992px #ccc}.wpsl-pagination-text{float:left;padding-top:6px}.store_locator_search #wpsl-checkbox-filter .clearfilterby{display:inline-block;text-decoration:underline;cursor:pointer;margin-left:2.5rem;letter-spacing:-.1px}.wpsl-store-location strong{display:inline-block;text-transform:uppercase;color:#0069a6;letter-spacing:.4px;margin-bottom:5px;font-size:16px}.wpsl-store-location{color:#000;font-size:14px;letter-spacing:.5px}.wpsl-input div{display:inline-block}.wpsl-input .wpsl-search-result-title{font-size:18px;display:block;font-weight:600;margin-bottom:6px;letter-spacing:-.1px}input#wpsl-search-input{background:transparent;border-radius:0;border:1px solid #ccc;margin-left:9px;padding:8px 16px 6px}#wpsl-search-input::-webkit-input-placeholder{color:#000;font-size:13px}.wpsl-input{padding:14px 15px 8px 20px;background:#ebf0f6;border:1px solid #ccc;border-bottom:none}.wpsl-stores-pagination{background:#ebf0f6;max-height:28px;padding-left:21px;font-size:14px;border:1px solid #ccc;border-top:2px solid #ccc}.wpsl-stores-pagination-arrows{float:right}#wpsl-wrap #wpsl-result-list ul li:last-child{border-bottom:1px solid #ccc}.wrap-boxs-footer{margin:0 auto 137px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.box-desc{background:#eaf0f6;padding:28px 23px;border:1px solid #ccc;width:32%;margin:0 2%}.box-desc:first-child{margin:0}.box-desc:last-child{float:right;margin:0}.box-desc h4{text-transform:capitalize;margin-bottom:5px}.store_locator_search #wpsl-checkbox-filter .filter_wrap .filter_wrap_categories.block2{width:100%;display:none}.box-desc a{color:#0095da;text-decoration:underline}.box-desc p{color:#000;padding-top:25px;font-size:15px;line-height:24px}.wpsl-search-btn-wrap #wpsl-search-btn{margin:0}.wpsl_dealer{background:#0095da;color:#fff;padding:4px 6px 3px;font-size:13px;text-transform:uppercase;position:absolute;right:0;left:auto;letter-spacing:-.3px;margin-top:-5px}.content_editor .green_title_editor,.content_editor .green_title_editor *,.wpsl-store-name{display:block;color:#b9cf3c;text-transform:uppercase;font-size:16px}.wpsl-top-content{display:inline-block}.wpsl-top-content span{display:inline-block;font-size:14px}.wpsl-top-content .wpsl-top-phone{display:block;margin-top:2px}.wpsl-top-url,.wpsl-top-url:hover{display:block;color:#0195db;text-decoration:underline;font-weight:400;margin-top:5px;font-size:15px;letter-spacing:.3px}.wpsl-info-window-top .wpsl_dealer{position:static;margin-top:7px;font-size:12px;letter-spacing:-.2px}.wpsl-info-window-middle{height:151px;overflow-y:scroll
  /* word-break: break-all; */}.wpsl-info-window-section{border-bottom:1px solid #b9cf3c;padding:30px 24px 25px}.wpsl-info-window-section:last-of-type{border-bottom:none}.content_editor .float_left{float:left}.wpsl-info-window-section .custom-logo{width:94px;height:auto}.wpsl-top-content .wpsl-store-name{margin-bottom:5px}.store_location .wpsl-top-logo{display:inline-block;width:116px;text-align:center;vertical-align:top;margin-right:50px}.wpsl-info-window-top .wpsl-top-logo img{width:100%;height:100%}.content_editor .image_left{width:20%;display:inline-block;vertical-align:top}.content_editor .text_right{width:75%;display:inline-block;vertical-align:top}.list_shop_online .row{background-color:#fff;font-size:16px;border:1px solid #ccc;border-top:none;color:#000}.list_shop_online .col-sm-6{padding-left:18px;padding-top:13px}.list_shop_online .col-sm-6 p{padding:0 0 11px;font-size:15px;line-height:19px}.list_shop_online .row:first-child{border-top:1px solid #ccc;line-height:41px;color:#0069a6;font-weight:600}.list_shop_online .row:first-child .col-sm-6{padding-top:0}.list_shop_online .row:nth-child(odd){background-color:#f2f2f2}.shop_online.store_locator_search #wpsl-checkbox-filter .filter_wrap .filter_wrap_categories,.shop_online .wpsl-search-btn-wrap{display:block}

/*end store locator page*/
/*image gallery and solution gallery */
/* The Modal (background) */#myModal.modal{display:none;position:fixed;z-index:10;padding-top:100px;left:0;right:auto;top:0;width:100%;height:100%;overflow:auto;
  /* background-color: black; */background:url(assets/dist/images/fancybox_overlay.png)}

/* Modal Content */#myModal .modal-content{position:relative;background-color:#fefefe;margin:auto;padding:15px;width:40%;top:15%
  /* max-width: 800px; */}

/* The Close Button */#myModal .close{color:#fff;position:absolute;top:10px;font-size:135px;font-weight:700;top:-18px;right:-22px;left:auto;background-image:url(assets/dist/images/sprite.png);background-repeat:no-repeat;background-position:0 -1058px;height:42px;width:42px}#myModal .close:focus,#myModal .close:hover{color:#999;text-decoration:none;cursor:pointer}#myModal .mySlides{display:none}#myModal .cursor{cursor:pointer}

/* Next & previous buttons */#myModal .next,#myModal .prev{cursor:pointer;position:absolute;top:50%;width:auto;padding:16px;margin-top:-50px;color:#fff;font-weight:700;font-size:20px;-webkit-transition:.6s ease;transition:.6s ease;border-radius:3px 3px 3px 3px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;background-color:rgba(0,0,0,.8)}

/* Position the "next button" to the right */#myModal .next{right:0;left:auto;border-radius:3px 3px 3px 3px}#myModal .prev{left:0;right:auto}

/* On hover, add a black background color with a little bit see-through */#myModal .next:hover,#myModal .prev:hover{background-color:#b9b9b9}

/* Number text (1/3 etc) */#myModal .numbertext{color:#f2f2f2;font-size:12px;padding:8px 12px;position:absolute;top:0}#myModal img{margin-bottom:-4px}#myModal .caption-container{text-align:center;background-color:#000;padding:2px 16px;color:#fff}#myModal .active{opacity:1}

/*end image gallery and solution gallery */@media (max-width:1500px){.hp_sub_items_slider{height:136px}.list_filter_by form{margin-top:-100px}.page-template-default .swiper-container-autoheight.products_slider{max-height:500px}.hp_products_slider .pagination_wrapper{margin:0 0 36px}.page-template-default .swiper-container-autoheight.products_slider .markers_sprite{margin-right:5px}.home .swiper-container-autoheight .swiper-slide,.home .swiper-container-autoheight .swiper-wrapper{height:500px!important}}@media (max-width:1190px){.ng_image_prod[_ngcontent-c0]{height:160px!important}}@media (max-width:1150px){#wpsl-search-btn,.list_filter_by form input.submit{margin:18px 26px 9px 19px}
  /*resources page*/.res_results{font-size:16px;padding:18px 0 12px 10px}.res_table.filter_table{padding-top:0}.res_table.filter_table a{display:-webkit-box;display:-ms-flexbox;display:flex;float:left;width:88%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-right:1px solid #ccc}.res_table.filter_table a span{float:left;width:8%;padding:0 10px}.res_table.filter_table a span.text-res{font-size:15px;width:92%;padding:6px 0;line-height:26px;border-right:0}.res_table.filter_table .download_res.col-sm-2{font-size:15px;float:right;width:12%;padding:0 10px;text-align:center}.res_table.filter_table .title_table{font-size:14px;float:left;width:88%;padding:0 10px}.res_table.filter_table .title_table:last-child{width:12%;text-align:center}
  /*end resources page*/
  /*composers component*/
  /*resources table*/.resources_table .filter_table a span{width:6%}.resources_table .filter_table a,.resources_table .title_table:first-child{width:92%!important}.resources_table .filter_table .download_res.col-sm-2,.resources_table .title_table{width:8%!important}
  /*end resources table*/
  /*end composers component*/
  /*footer*/.menu-footer-links-container{padding-left:0;margin-bottom:20px}.footer_menu>li:first-child{padding-left:0}.footer_menu>li{padding:0 28px}.footer_content_text{max-width:100%}.archive article figure{height:215px}.hp_slider_item .slider_title{font-size:18px}.hp_slider_item .slider_desc{max-height:90px;overflow:hidden;font-size:14px}.contact_form.contact_form--footer .hbspt-form .hs_submit{margin-right:40px}
  /*end footer*/
  /*mega menu*/.top_menu_wrapper .search_wrapper .bottom_search{width:318px}.top_menu_wrapper .search_wrapper .left_search{width:70px;right:318px;left:auto}
  /*end mega menu*/.page-template-page-contact_us .contact_form .input_disabled.span8,.page-template-page-contact_us_new .contact_form .input_disabled.span8{top:976px}.ng_image_prod[_ngcontent-c0]{height:140px!important}}@media (min-width:1200px){
  /*general*/.col-lg-1-5{width:20%;float:left}.col-lg-2-5{width:40%;float:left}.col-lg-3-5{width:60%;float:left}.col-lg-4-5{width:80%;float:left}
  /*end general*/}@media (max-width:1023px){#wpsl-search-btn,.list_filter_by form input.submit{margin:18px 26px 9px 0}
  /*calculator page*/.calc_page .calc_content{width:90%}.calc_page .calc_content .links{padding:0 20px 50px}.calc_page .calc_content a{padding:13px 12px 9px}
  /*end calculator page*/
  /*image gallery and solution gallery */#myModal .modal-content{width:88%}
  /*end image gallery and solution gallery */
  /*contact us form*/.page-template-page-contact_us .contact_form .input_disabled.span1,.page-template-page-contact_us .contact_form .input_disabled.span2,.page-template-page-contact_us_new .contact_form .input_disabled.span1,.page-template-page-contact_us_new .contact_form .input_disabled.span2{max-width:467px;top:249px}.page-template-page-contact_us .contact_form .input_disabled.span2,.page-template-page-contact_us_new .contact_form .input_disabled.span2{top:322px;left:15px;right:auto}.page-template-page-contact_us .contact_form .input_disabled.span3,.page-template-page-contact_us_new .contact_form .input_disabled.span3{top:395px}.page-template-page-contact_us .contact_form .input_disabled.span4,.page-template-page-contact_us_new .contact_form .input_disabled.span4{top:468px}.page-template-page-contact_us .contact_form .input_disabled.span5,.page-template-page-contact_us_new .contact_form .input_disabled.span5{top:541px}.page-template-page-contact_us .contact_form .input_disabled.span6,.page-template-page-contact_us_new .contact_form .input_disabled.span6{top:613px}.page-template-page-contact_us .contact_form .input_disabled.span7,.page-template-page-contact_us_new .contact_form .input_disabled.span7{top:725px}div.wpcf7-mail-sent-ok{width:98%}.page-template-page-contact_us .hp_slider_items,.page-template-page-contact_us_new .hp_slider_items{display:block}.page-template-page-contact_us .hp_slider_items .hp_slider_item .page-template-page-contact_us_new .hp_slider_items .hp_slider_item{margin-bottom:15px;-webkit-transform:skewX(0deg);transform:skewX(0deg)}.page-template-page-contact_us .hp_slider_item .slider_desc,.page-template-page-contact_us .hp_slider_item .slider_desc p,.page-template-page-contact_us .hp_slider_item .text_skew,.page-template-page-contact_us_new .hp_slider_item .slider_desc,.page-template-page-contact_us_new .hp_slider_item .slider_desc p,.page-template-page-contact_us_new .hp_slider_item .text_skew{-webkit-transform:skewX(0deg);transform:skewX(0deg)}
  /*end contact us form*/
  /*Languages list*/.lang_mobile .langs_list{display:block!important;background-color:#eaf0f6;border:none;border-bottom:1px solid #ccc;width:100%;height:36px}.lang_mobile .langs_list span.init{padding:12px 5px;height:36px;background-position:10%}.lang_mobile .langs_list span.init .img_wrap{width:30px;padding-left:10px}.top_menu_wrapper .langs_list span.init span{
    /*width: 86px;*/width:100%;max-width:250px;padding-left:2px}.top_menu_wrapper .langs_list ul{top:35px;border-top:1px solid #ccc;width:100%}.top_menu_wrapper .langs_list ul li a{padding:6px 14px 0}.top_menu_wrapper .langs_list ul li a .img_wrap{width:3%}.top_menu_wrapper .langs_list ul li a span{padding-left:0}.lang_mobile .langs_list span.init{background-position:97%;font-size:15px;color:#0069a6}.top_menu_wrapper .langs_list{display:none}
  /*end Languages list*/
  /*news and event page*/.article_content figure .alignright{float:none}.single-event .main-page-slider,.single-new .main-page-slider{height:300px}.page-template-page-news_events .news .new h5{margin:11px 0 0}.page-template-page-news_events .events .event{min-height:200px}.page-template-page-news_events .events .event .intro-event{padding:16px 20px}.page-template-page-news_events .events .event .intro-event .line_separation{height:calc(100% - 32px);top:16px}.page-template-page-news_events .events .event .intro-event h3{font-size:20px;line-height:18px;padding:0 0 7px}.page-template-page-news_events .events .event .intro-event .text_wrap,.page-template-page-news_events .events .event .intro-event h5+p{font-size:14px;line-height:20px;margin:0 0 5px}.page-template-page-news_events .events .event .intro-event h5+p{height:auto;padding-bottom:10px}.page-template-page-news_events .events .event .intro-event h5{padding:0}.page-template-page-news_events .events .event .intro-event .social_links{margin:15px 0 0}.archive article .entry-content{margin:15px 0 30px}.archive article figure{height:260px}.archive article .entry-content .alignright,.archive article .entry-content .pull-right{float:none!important}
  /*end news and event page*/
  /*project gallery page*/.projects_gallery .list_filter_by form .mobile{display:block;padding-left:45px;background-position:-62px -1561px;float:none;cursor:pointer}.projects_gallery .list_filter_by form .mobile span{float:right;padding-right:5px}.projects_gallery .list_filter_by_wrap,.projects_gallery .list_filter_by form .desktop{display:none}.projects_gallery .list_filter_by_wrap{position:absolute;top:69px;width:100%}.projects_gallery .project_wrap figure{height:200px}.projects_gallery .list_filter_by form{padding-top:19px}
  /*end project gallery page*/
  /*home page*/.image_map{min-height:300px}.hp_slider_items{display:none}.slider_footer .green_btn{display:inline-block;padding:12px 16.5px 9px;line-height:15px}.map_btn{position:static;display:block;margin:0 auto}
  /*end home page*/
  /*composers component*/
  /*related products*/.related_products_wp .product-card{width:30%;float:left}.image_html .image_div{display:block}
  /*end related products*/
  /*resources table*/.faqs_table .container,.resources_table .container{width:auto}.faqs_table .filter_table,.resources_table .filter_table{padding:0 10px 70px}.resources_table .filter_table a,.resources_table .title_table:first-child{width:89%!important}.resources_table .filter_table .download_res.col-sm-2,.resources_table .title_table{width:11%!important}
  /*end resources table*/
  /*faqs table*/.faqs_table .open-faq{padding:0}
  /*end faqs table*/
  /*end composers component*/
  /*mega menu*/.site-header{position:sticky;z-index:15;width:100%;background:#fff;top:0}.main_menu_wrapper{display:none;overflow:auto}.menu_mobile_hide{display:none!important}.menu_mobile_show,.mobile_show{display:block}.logo_wrapper{text-align:center;padding:0 15px;position:relative}.menus_wrapper{margin:0 -15px}.top_menu_wrapper .search_icon{position:absolute;top:-65px;right:15px;left:auto}.top_menu_wrapper .search_wrapper{top:-28px}.top_menu_wrapper .search_wrapper .bottom_search,.top_menu_wrapper .search_wrapper .left_search{display:none}.megamenu_wrapper{float:none;width:100%;margin-top:0}.megamunu_level0_li{float:none;width:100%;text-align:left;border-bottom:none!important}.megamunu_level0_li .menu_level0_text{color:#fff;padding:18px 15px 20px;font-size:15px;line-height:16px}.megamunu_level0_li.c_blue .menu_level0_text{background:#1c2f69}.megamunu_level0_li.c_green .menu_level0_text{background:#b2d829}.megamunu_level0_li.c_lightblue .menu_level0_text{background:#0094da}.menu_level0_text .more_text{font-size:14px;line-height:20px}.megamunu_level0_li>.inner_mega_menu{border-top:none!important;border-bottom:none!important}.top_menu li{float:none;font-size:15px;line-height:16px;background-color:#eaf0f6;border:none;border-bottom:1px solid #ccc}.top_menu li a{padding:12px 5px;display:block}.menu_icon{float:left;width:22px;height:20px;background-position:100% 0;cursor:pointer;margin-top:30px;position:absolute;top:0}.menu_icon.open{background-position:0 0}.menu_placeholder{margin-top:10px}.menu_placeholder span{float:left;width:33.33%;height:8px}.menu_placeholder .b_blue{background-color:#1c2f69}.menu_placeholder .b_lightblue{background-color:#4cb5e5}.menu_placeholder .b_green{background-color:#a6c927}span.level0_arrow{display:block;background-position:100% -75px}.megamunu_level0_li.click span.level0_arrow,.megamunu_level0_li:hover span.level0_arrow{
    /* @noflip */background-position:100% -75px}.megamunu_level0_li.click_mobile span.level0_arrow{
    /* @noflip */background-position:100% -92px}.megamunu_level0_li:hover .inner_mega_menu{display:none}.megamunu_level0_li.click_mobile .inner_mega_menu{display:block}footer .top_menu{display:none}.global_site_page{right:15px;left:auto}
  /*end mega menu*/
  /*product page*/.hp_products_slider .swiper-slide-active .product_slide_image{height:200px}.page-template-default .swiper-container-autoheight.products_slider{max-height:430px}.slider_product_content{padding:0 18px 10px}
  /*end product page*/
  /* .page_header {
        min-height: 350px;
    } */
  /* .swiper-container-autoheight,
    .swiper-container-autoheight .swiper-slide {
        max-height: 350px;
    } */.personas_module{background-image:none!important}.personas_module .left_blue{max-width:100%;margin-left:0;padding:40px 23px}.personal_module_right{padding:30px}.blue_bg_mobile{background-color:#013771;background-image:-webkit-gradient(to left,#0f2944 0,#013771 65%,#013771 100%);background-image:-webkit-gradient(linear,right top, left top,color-stop(0, #0f2944),color-stop(65%, #013771),to(#013771));background-image:linear-gradient(270deg,#0f2944 0,#013771 65%,#013771)}.personas_module .personal_module_item{max-width:100%;float:none;min-height:auto}.left_side_image_text .right_side_wrapper{padding-left:15px}.page_intro_text_side_image .image_side{float:none}
  /* .product-template-default .main-page-slider,
    .sub-product-template-default .main-page-slider {
        height: 265px;
    } */.product-template-default .main-page-slider .main-page-slider-img,.solution-template-default .main-page-slider .main-page-slider-img,.sub-product-template-default .main-page-slider .main-page-slider-img{height:265px}}@media (min-width:768px) and (max-width:1023px){.contact_form.contact_form--footer .hbspt-form .hs_recaptcha{display:none}fieldset.form-columns-2 .hs-form-field{width:95%!important}.contact_form.contact_form--footer .hbspt-form .hs_recaptcha .grecaptcha-badge{display:block}
  /*.contact_form.contact_form--footer .hbspt-form iframe{*/
  /*margin-right: 0;*/
  /*}*/.contact_form.contact_form--footer .hbspt-form .hs_recaptcha{margin:0 auto;float:none}.contact_form.contact_form--footer .hbspt-form .hs_submit,.contact_form.contact_form--footer .hbspt-form iframe{margin-right:33px}.contact_form.contact_form--footer .hbspt-form textarea{height:254px}.banner_inner{padding:45px 80px 0}.images_gallery .swiper_arrows.swiper-button-next,.related_articles .swiper_arrows.swiper-button-next,.related_products_pim .swiper_arrows.swiper-button-next,.related_videos .swiper_arrows.swiper-button-next,.solutions_gallery_sub_divisions .swiper_arrows.swiper-button-next{right:0;left:auto}.images_gallery .swiper_arrows.swiper-button-prev,.related_articles .swiper_arrows.swiper-button-prev,.related_products_pim .swiper_arrows.swiper-button-prev,.related_videos .swiper_arrows.swiper-button-prev,.solutions_gallery_sub_divisions .swiper_arrows.swiper-button-prev{left:0;right:auto}.content_table .content_table_wrapper .line_separation,.fancybox_html_wrap .line_separation{right:5%;left:auto;top:100%;width:90%;height:1px!important;min-height:auto!important}.related_articles .card{margin-top:30px}}@media (max-width:800px){
  /* .page_header {
        min-height: 275px;
    } */
  /* .swiper-container-autoheight,
    .swiper-container-autoheight .swiper-slide {
        max-height: 275px;
    } */
  /*news and event page*/.page-template-page-news_events .events{padding:20px 0 30px}.page-template-page-news_events .events h2{line-height:32px}.page-template-page-news_events .events h3{font-size:16px;padding:0 0 18px}.page-template-page-news_events .events .event{height:auto;margin:0 0 30px}.page-template-page-news_events .events .event:last-child{margin:0}.page-template-page-news_events .events .event .img-event{min-height:120px;height:auto!important}.page-template-page-news_events .events .event .img-event .image_text_wrapper{width:61px;height:61px}.page-template-page-news_events .events .event .img-event .image_text_wrapper .image_text{font-size:16px;line-height:18px}.page-template-page-news_events .events .event .intro-event{padding:14px 15px 16px}.page-template-page-news_events .events .event .intro-event:last-child{padding:16px 15px 12px}.page-template-page-news_events .events .event .intro-event h3{font-size:18px;padding:0 0 8px}.page-template-page-news_events .text_wrap{font-size:14px;margin:0 0 11px}.page-template-page-news_events .events .event .intro-event,.page-template-page-news_events .events .event .intro-event .text_wrap,.page-template-page-news_events .news .new,.page-template-page-news_events .news .new .text_wrap{line-height:20px;height:auto!important;font-size:13px}.page-template-page-news_events .events .event .intro-event h5{padding:0 0 2px}.page-template-page-news_events .events .event h5 p{font-size:14px;width:56%;line-height:23px;padding-bottom:7px}.page-template-page-news_events .events .event .intro-event .social_links{margin:15px 0}.page-template-page-news_events .news{padding:30px 0}.page-template-page-news_events .news .new h45{font-size:20px;line-height:24px;margin:17px 0 0;padding-bottom:13px}.page-template-page-news_events .news .new h4{margin-top:13px;line-height:26px;padding-bottom:13px}.page-template-page-news_events .news .new h5{line-height:20px;font-size:15px;padding-bottom:7px;min-height:47px}.page-template-page-news_events .news .new .text_wrap{font-size:14px;margin-bottom:8px!important}.page-template-page-news_events .news .new.first_post{padding-bottom:27px}.page-template-page-news_events .news .new .new-inner{margin:10px 0 16px}.page-template-page-news_events .news .new .read-more{padding:10px 0 0}.page-template-page-news_events .news .btn{display:block;padding:9px 30px;margin-top:10px;line-height:22px}
  /*end news and event page*/
  /*project gallery page*/.projects_gallery .col-md-8{display:block;max-width:295px;margin:0 auto;width:100%;float:none}
  /*end project gallery page*/
  /*composers*/
  /*related products wp*/.related_products_wp .product-card_wrap.cnt_product{display:block}
  /*end related products wp*/
  /*end composers*/}@media (max-width:640px){
  /*calculator page*/.calc_page{margin-bottom:23px;margin-top:-68px}
  /*end calculator page*/
  /*contact us form*/.page-template-page-contact_us .choose_contact_form,.page-template-page-contact_us_new .choose_contact_form{display:block}.contact_form input[type=checkbox],.contact_form input[type=radio],.page-template-page-contact_us .contact_form input[type=checkbox],.page-template-page-contact_us_new .contact_form input[type=checkbox]{width:4%}.page-template-page-contact_us .contact_form .input_disabled.span1,.page-template-page-contact_us_new .contact_form .input_disabled.span1{top:309px}.page-template-page-contact_us .contact_form .input_disabled.span2,.page-template-page-contact_us_new .contact_form .input_disabled.span2{top:383px}.page-template-page-contact_us .contact_form .input_disabled.span3,.page-template-page-contact_us_new .contact_form .input_disabled.span3{top:457px}.page-template-page-contact_us .contact_form .input_disabled.span4,.page-template-page-contact_us_new .contact_form .input_disabled.span4{top:531px}.page-template-page-contact_us .contact_form .input_disabled.span5,.page-template-page-contact_us_new .contact_form .input_disabled.span5{top:605px}.page-template-page-contact_us .contact_form .input_disabled.span6,.page-template-page-contact_us_new .contact_form .input_disabled.span6{top:678px}.page-template-page-contact_us .contact_form .input_disabled.span7,.page-template-page-contact_us_new .contact_form .input_disabled.span7{top:793px}
  /*end contact us form*/
  /*home page*/.image_map_mobile{display:block!important}.image_map_desc{display:none!important}
  /*end home page*/.search article{padding:20px 10px}.search article .entry-header{padding-bottom:20px}.related_articles .btn{font-size:16px;line-height:23px;padding:10px 12px}.related_articles .swiper_arrows,.related_videos .swiper_arrows{top:155px}p.card-text{line-height:20px!important}.ng_filters[_ngcontent-c0]{margin-top:0!important}.clients_logos_strip_html,.pim_integration_wrap,.solutions_gallery_sub_divisions{padding:20px 0 10px}footer{background:#111e48 url(assets/dist/images/footer_mobile.png) 50% fixed}footer .container{padding:0}footer .container .row{margin-right:0;margin-left:0}footer .footer_content,footer .footer_logo,footer .footer_menu>li>a,footer .footer_social_links,footer .global_site_page,footer .site-info,footer .top_menu.menu_mobile_show,footer ul.sub-menu{margin-left:15px;margin-right:15px}footer .top_menu.menu_mobile_show{margin:7px 0 10px}footer .menu-footer-links-container{margin-bottom:0}footer .footer_social_links{margin-top:10px}footer .top_menu{display:block}footer .top_menu li{float:left;background-color:transparent;border-bottom-width:0;border-right:1px solid #fff;padding:0 15px}footer .top_menu li.wpml-ls-item{display:none}footer .top_menu li a{padding:0}.footer_bottom{margin-top:14px}.site-content{
    /*padding-top: 100px;*/}h3{font-size:20px}h4{font-size:18px}#breadcrumbs{display:none}.white .container{padding-top:25px}.images_gallery.white,.product_content_html.white,.related_products_pim.white{padding:0}.content_table,.faqs_table,.images_gallery,.pim_driven_section,.product_content_html,.related_articles,.related_products_pim,.related_videos,.resources_table,.simple_text_module{padding:25px 0}.main-page-slider .image_text_wrapper .image_text{padding:6px 40px 8px;max-width:70%}.main-page-slider .image_text.display_title h1{font-size:17px;line-height:24px}.main-page-slider .image_text.display_title{padding:12px 20px 7px;max-width:60%}.main-page-slider .image_text_wrapper .image_text span{font-size:17px;font-weight:400;line-height:17px}.personas_module .personal_right_text{font-size:14px;line-height:20px;height:80px}.personas_module .left_blue h3{text-align:center;font-size:20px;margin-bottom:9px}.personas_module .personal_module_item{border-left:4px solid #0095da;border-bottom:none;padding:18px}.image_map{min-height:250px;margin:20px 0 40px}.content_editor p{font-size:14px;line-height:18px}.banner_inner{
    /*padding: 16px 29px 8px;*/padding:23px;min-height:auto}.banner .banner_inner{height:225px}.banner.white .container{padding-top:0}.banner_btn{display:none}.banner_inner h2{font-size:20px;line-height:40px}.banner_inner h3{font-size:15px;text-transform:capitalize}.page_intro_text_only h1,.related_products_wp h2{font-size:20px;line-height:26px}.page_intro_text_only h3{font-size:15px;text-transform:capitalize;margin-bottom:20px}.page_intro_text_only .editor_content{font-size:14px;line-height:18px}.personal_module_right{background-position:50% 100%;background-size:cover;padding:20px 30px 9px}.page_intro_text_side_image h2{font-size:20px;text-align:center!important;line-height:26px!important;margin-bottom:20px!important}.page_intro_text_side_image_youtube h2{line-height:50px;font-weight:400;text-align:left;margin-bottom:5px}.page_intro_text_side_image_youtube .content_editor{font-size:14px;line-height:20px}.page_intro_text_side_image_youtube .image_side{margin-top:30px}.page_intro_text_side_image .content_editor{line-height:20px}.page_intro_text_side_image .image_text{font-size:17px;padding:9px 10px}.left_side_image_text h2{font-size:20px;text-align:center;line-height:23px;margin-bottom:10px;font-weight:400;text-align:left}.image_html h2{font-size:21px;font-weight:400;line-height:40px}.left_side_image_text .right_side_wrapper{float:none}.left_side_image_text .left_side_wrapper{float:none;margin-top:20px}.calculators_links h2{margin-bottom:27px}.calculators_links .calculators_item_title{font-size:18px}.calculators_links .calculators_item_text{font-size:14px;line-height:20px;height:60px}.page_intro_icons_center_html h2,.page_intro_icons_center_html h3{font-size:16px;margin-bottom:11px}.intro_icons_center a,.intro_icons_center span.no_link{
    /*width: 90px;*/font-size:13px;margin-left:10px;margin-top:10px;color:#0069a6}.intro_icons_center img{max-height:25px}.intro_icons_center span{line-height:36px}.personas_module .left_blue{padding:27px 10px 30px}.personas_module .personal_module_item_wrapper{padding:0}.personas_module h4{margin-bottom:6px}.personas_module .personal_module_item a{margin-top:4px}.page_intro_text_only{padding:17px 0 33px}.page_intro_text_side_image{padding:25px 0}.page_intro_text_side_image .text_side{padding-bottom:15px}.left_side_image_text{padding:28px 0}.banner{padding:10px 0}.clients_logos_strip_html h3{font-size:20px;font-weight:700;line-height:26px;margin-bottom:25px}.col-xs-8 .logo_swiper_inner img{max-height:35px}.col-xs-12 .logo_swiper_inner img{max-width:160px;margin-bottom:20px}.logos_arrow.swiper-button-next{right:0;left:auto;top:63%}.logos_arrow.swiper-button-prev{left:0;right:auto;top:63%}.clients_logos_strip_html .pagination_wrapper{margin-top:15px;margin-bottom:15px}section.calculators_links{padding:26px 0 16px}.calculators_links .calculators_item_inner{padding:18px 21px;margin-bottom:22px}.calculators_links .calculators_item_header{height:36px}.calculators_links .calculators_item_link{margin-top:7px}.page_intro_icons_center_html{padding:28px 0;position:relative}.w2b_link{width:60px!important;height:60px!important;position:absolute;top:-30px!important;right:25px!important;left:auto}.page_intro_icons_center_html .intro_icons_center{margin-top:20px}.solutions_gallery_sub_divisions .card{margin:0 auto 10px}.solutions_gallery_sub_divisions .swiper_arrows.have_title{top:42%}.images_gallery,.product_content_html,.related_products_pim{padding:20px 0 30px}.faqs_table h2,.images_gallery h2,.pim_integration_wrap h2,.product_content_html h2,.related_articles h2,.related_products_pim h2,.related_videos h2,.resources_table h2,.solutions_gallery_sub_divisions h2{font-size:20px;margin-bottom:12px;font-weight:700;line-height:26px}.archive article h5,.related_articles .card-title,.related_videos .card-title{font-size:18px;height:auto!important}.new-template-default .article_content p{font-size:14px;line-height:20px;padding-bottom:18px}.new-template-default .article_content h2{line-height:22px;padding-bottom:7px}.single-event .main-page-slider,.single-new .main-page-slider{height:240px}.related_articles .card-text,.related_videos .card-text{font-size:14px}.main-page-slider .swiper_arrows{top:50%}.solutions_gallery_sub_divisions .swiper_arrows{top:95px}.images_gallery .card{margin-bottom:20px}.images_gallery .swiper_arrows,.related_products_pim .swiper_arrows{top:38%}.images_gallery .swiper_arrows.arrows_center{top:35%}.images_gallery .swiper_arrows.swiper-button-prev,.related_articles .swiper_arrows.swiper-button-prev,.related_products_pim .swiper_arrows.swiper-button-prev,.related_videos .swiper_arrows.swiper-button-prev,.solutions_gallery_sub_divisions .swiper_arrows.swiper-button-prev{left:0;right:auto}.images_gallery .swiper_arrows.swiper-button-next,.related_articles .swiper_arrows.swiper-button-next,.related_products_pim .swiper_arrows.swiper-button-next,.related_videos .swiper_arrows.swiper-button-next,.solutions_gallery_sub_divisions .swiper_arrows.swiper-button-next{right:0;left:auto}.images_gallery .card-text-wrap{background-color:#eaf0f6;position:static;-webkit-transform:none;transform:none;-webkit-transition:initial;transition:initial}.images_gallery .card:hover .card-text-wrap{-webkit-transform:none;transform:none}
  /* .product-template-default .main-page-slider,
    .sub-product-template-default .main-page-slider,
    .solution-template-default .main-page-slider, */.archive .main-page-slider,.search .main-page-slider{height:240px;
    /*max-height: 100%;*/background-size:cover}.product-template-default .main-page-slider .main-page-slider-img,.solution-template-default .main-page-slider .main-page-slider-img,.sub-product-template-default .main-page-slider .main-page-slider-img{height:240px;background-size:cover;background-repeat:no-repeat;background-position:50%}.search .page-title{font-size:19px;line-height:22px;padding-top:18px}.search .entry-content.empty p{margin-top:19px;font-size:15px;line-height:20px}.search .entry-content.empty{margin-bottom:34px}.content_table ul li{width:100%}.search .page-subtitle{font-size:16px}.top_menu_wrapper .search_wrapper{top:-6px;right:9px;left:auto}.top_menu_wrapper .search-field{width:135px}.error-404 .page-content{height:496px}.error-404 .image_text_wrapper{margin-top:-138px;margin-left:-121.5px;width:243px;height:276px}.error-404 .image_text .title{font-size:32px}.error-404 .image_text .subtitle{font-size:17px}.error-404 .image_text p{font-size:14px;line-height:20px}.error-404 .banner_btn{display:block;font-size:15px}.archive article h2{font-weight:400;font-size:20px;line-height:27px}.archive article figure{width:100%;height:auto}.archive article .article_text{margin-bottom:10px}.images_gallery .swiper-pagination{display:none}.solutions_gallery_sub_divisions .swiper-pagination{margin:0}.archive .navigation_wrapper,.search .navigation_wrapper{margin:20px 0}}@media (min-width:992px){.col-md-1-5{width:20%;float:left}.col-md-2-5{width:40%;float:left}.col-md-3-5{width:60%;float:left}.col-md-4-5{width:80%;float:left}}@media (min-width:768px){.col-sm-1-5{width:20%;float:left}col-sm-2-5{width:40%;float:left}col-sm-3-5{width:60%;float:left}col-sm-4-5{width:80%;float:left}}@media (max-width:767px){.contact_form.contact_form--footer .hbspt-form .hs_submit,.contact_form.contact_form--footer .hbspt-form iframe{margin-right:0;width:100%}.contact_form.contact_form--footer .hbspt-form .right{float:left}.contact_form.contact_form--footer .hbspt-form iframe{margin-top:0}.contact_form.contact_form--footer .hbspt-form .hs_recaptcha .grecaptcha-badge{display:block}footer form{width:92%;margin:0 auto}.contact_form.contact_form--footer fieldset div input:not([type=checkbox]),.contact_form.contact_form--footer fieldset div select,.contact_form.contact_form--footer fieldset div textarea,fieldset.form-columns-2 .hs-form-field{width:100%!important}}@media (max-width:739px){
  /*faq page*/.list_filter_by form .mobile{display:block}.list_filter_by form .filter_wrap{width:100%}.list_filter_by form{padding:0;margin-top:-28px}.list_filter_by form .filter_wrap .select_wrap{padding:5px 0 0;top:0;position:relative;border:0}.list_filter_by form .filterby{padding-left:45px;background-position:-62px -1561px;float:none;cursor:pointer}.list_filter_by form .desktop{display:none}.list_filter_by form .filterby span{float:right;padding-right:5px}.list_filter_by form .mobile .clear_and_submit{background-color:#eaf0f6;height:50px;position:absolute;top:50px;right:0;left:auto;width:100%}.list_filter_by form input.submit{margin:10px 0 0}.list_filter_by form .filter_wrap .select_wrap input.submit,.list_filter_by form .filters,.list_filter_by form .mobile .clear_and_submit{display:none}.list_filter_by form .filters{position:absolute;top:98px;width:100%}.list_filter_by form .clearfilterby{text-decoration:underline;font-size:14px}.list_filter_by form .filter_wrap h2{font-size:14px;border-bottom:0;border-left:0}.list_filter_by form .filter_wrap.product h2{border-bottom:1px solid #ccc}.list_filter_by form .filter_wrap label{font-size:14px}.list_filter_by form .filter_wrap input{height:14px}.filter_table .faq{line-height:36px}.filter_table .text-faq{float:left;width:90%}.filter_table .open-faq{float:right;width:10%}.filter_table .hide_content{float:left;padding:26px 40px 10px}.filter_table .hide_content .content_editor p{font-size:14px}.filter_table .hide_content .links_faq a{min-width:85px;font-size:13px;margin-bottom:10px}.page-template-page-faq .filter_table{padding:9px 9px 70px}
  /*end faq page*/
  /*resources page*/.page-template-page-project .main-page-slider .main-page-slider-img{height:270px}.page-template-page-calculator .main-page-slider .main-page-slider-img{height:100px}.page-template-page-resources .main-page-slider .image_text_wrapper .image_text{padding:6px 40px}.page-template-page-resources .main-page-slider .image_text.display_title h1{font-size:17px;line-height:30px}.res_table.filter_table{padding:0 10px 70px}.res_table.filter_table a{width:78%}.res_table.filter_table a span{width:16%}.res_table.filter_table a span.text-res{font-size:13px;width:84%}.res_table.filter_table .download_res.col-sm-2{font-size:13px;width:22%}.res_table.filter_table .title_table{width:78%}.res_table.filter_table .title_table:last-child{width:22%}
  /*end resources page*/
  /*project gallery page*/.projects_gallery .filter_list{border:1px solid #ccc}.projects_gallery .list_filter_by form .filter_wrap.product h2{border-bottom:0}.projects_gallery .col-md-6{padding:0}.projects_gallery .project_wrap figure,.projects_gallery .project_wrap h3{height:auto!important}
  /*end project gallery page*/
  /*composers component*/
  /*resources table*/.resources_table .filter_table a,.resources_table .title_table:first-child{width:82%!important;padding:0 5px 0 0}.resources_table .filter_table .download_res.col-sm-2,.resources_table .title_table{width:18%!important;padding:0}.resources_table .filter_table{padding:0}.resources_table .filter_table .title_table{text-align:center}
  /*end resources table*/
  /*end composers component*/.ui-tabs .ui-tabs-nav li{float:none}.ui-tabs .ui-tabs-nav li:before{content:"";background-position:calc(100% - 23px) -162px;background-image:url(assets/dist/images/sprite.png)!important;background-repeat:no-repeat;height:50px;width:50px;display:inline-block;float:right;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.ui-tabs .ui-tabs-nav li a.ui-tabs-anchor{display:block;float:none}.product_content_html .ui-tabs ul.ui-tabs-nav li.ui-tabs-active:before{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@media (max-width:640px){
  /*Languages list*/.lang_mobile .langs_list span.init{background-position:94% 50%}.top_menu_wrapper .langs_list ul li a .img_wrap{width:10%}
  /*end Languages list*/.pim_integration h3{line-height:26px;padding:0}.site-header{position:sticky;z-index:15;width:100%;background:#fff;top:0}
  /* .page_header {
        min-height: 120px;
    } */
  /* .swiper-container-autoheight,
    .swiper-container-autoheight .swiper-slide {
        max-height: 120px;
    } */.top_menu_wrapper .search_icon{top:-50px}h2{font-size:20px}#hp_slider h1{font-size:17px;line-height:22px;padding:10px 30px;margin:118px auto}.page-template-page-contact_us #hp_slider h1,.page-template-page-contact_us_new #hp_slider h1{margin:0 auto}a.scroll_bottom{bottom:80px;width:45px;height:45px}.home .hp_slider_wrapper,.hp_slider_wrapper{padding:0;min-height:0}.content_editor h2{font-size:20px}.article_content p,.content_editor p,.content_editor table td,.content_editor ul li,.content_table ul li span,.fancybox_html_wrap ul li span,.page-template-default .article_content ul li{font-size:14px;font-weight:400;line-height:20px!important}.blue_content{padding-top:15px;padding-bottom:28px}.swiper-slide-active .swiper-slide-inner{max-width:292px}.swiper-slide-active .product_slide_image{height:217px!important;width:90%!important;margin:0 auto}.page-template-default .swiper-container-autoheight.products_slider{max-height:370px!important}.hp_products_slider .pagination_wrapper{margin:9px 0 22px!important}.main-page-slider .swiper-pagination{bottom:5px}.slider_product_title{font-size:20px}.map_title{line-height:24px}.menu-footer-links-container{padding-top:0}.footer_menu>li{padding:0 15px}footer ul.sub-menu{display:none}.logo_wrapper img{width:44px;height:auto}.menu_icon{margin-top:15px}.hp_products_slider{padding-top:21px}.hp_products_title{margin-bottom:21px}.swiper-slide-active .swiper_arrows{width:39px!important;height:39px!important;top:110px!important;background-position-y:-915px}.swiper_arrows.swiper-button-next{right:0!important;left:auto}.swiper_arrows.swiper-button-prev{left:-5px!important;right:auto}.slider_product_content{padding-top:10px}.slider_product_desc{margin-top:5px;height:40px;overflow:hidden}.pagination_wrapper{margin-bottom:22px}.image_map_wrapper{padding-top:25px}.map_btn{line-height:13px;font-size:14px;padding:12px 16.5px 9px}.footer_logo{display:none}.footer_content{padding-top:21px!important}.footer_menu>li{float:none;border-left:none;margin-bottom:10px;position:relative;padding:0 0 10px;display:block}.footer_menu>li,footer .menu-top-menu-container{border-bottom:1px solid #293d7d!important}.footer_menu>li:first-child{border-top:1px solid #293d7d!important;margin-top:10px;padding-top:10px}.footer_menu>li:after{content:"";background-image:url(assets/dist/images/sprite.png);background-repeat:no-repeat;background-position:100% -236px;height:5px;width:10px;position:absolute;top:10px;right:15px;left:auto}.footer_menu>li.opened:after{background-position:100% -286px}.footer_menu>li:first-child:after{top:20px}.footer_content_text{margin-top:10px;margin-bottom:15px}.global_site_page{right:15px;left:auto;line-height:20px;margin-top:15px}.content_table .col-md-8,.fancybox_html_wrap .col-md-8{padding:5px 35px}.fancybox_html_wrap h4{padding:20px 0}.fancybox_html_wrap .popup_left_side p{padding-bottom:10px}.fancybox_html_wrap .line_separation{height:1px}.content_table .content_table_wrapper .line_separation,.fancybox_html_wrap .line_separation,.page-template-page-news_events .events .event .intro-event .line_separation{left:15px;right:auto;top:100%;width:calc(100% - 30px);height:1px!important;min-height:auto!important}.fancybox_html_wrap_skin .fancybox-close{top:13px}.contact_form{padding:25px 0 20px}.contact_form h2{font-size:20px;font-weight:400;margin-bottom:0}.contact_form h4{font-size:16px;margin-bottom:30px}.contact_form label{font-size:14px}.contact_form input[type=submit]{width:100%}.team h2{font-weight:400;font-size:21px;line-height:40px;margin-bottom:0}.banner_text{width:100%}.team .team-card{max-width:300px;margin:30px auto 0}.archive article .first_article .content_right figure{width:100%;height:auto}.images_gallery .card .card-img-top{
    /*height: 255px;*/height:auto;max-height:100%}.related_products_wp .product-card{margin-top:10px;width:100%}.related_products_wp .card-body{height:auto!important}.related_products_wp .product-card img{display:none}.news .btn-wrapper,.related_articles .btn-wrapper{margin:0}.related_articles .card{margin-bottom:30px}}@media (max-width:529px){.ng_image_prod[_ngcontent-c0]{height:133px!important}}@media (max-width:356px){
  /*contact us form*/.page-template-page-contact_us .contact_form .input_disabled.span7,.page-template-page-contact_us_new .contact_form .input_disabled.span7{top:835px}
  /*end contact us form*/}.confirmationactive{display:none}.solutionAll{width:100%;margin:0 auto
  /*height: 200px;*/}.solutionTitle{width:100%;color:#fff;font-size:28px;text-transform:none}.solutionTitle1{padding:12px 35px;background-image:-webkit-gradient(linear,right top, left top,color-stop(0, #0f2944),color-stop(65%, #013771),to(#013771));background-image:linear-gradient(270deg,#0f2944 0,#013771 65%,#013771)}.solutionBox{width:33%;float:left}.solutionBox1{width:80%;margin:0 auto;height:auto}.solutionBox2{color:#0069a6;font-size:20px;line-height:20px;text-transform:none;padding:10px 0}.solutionBox3{width:100%;padding-bottom:24px;font-size:15px;line-height:1.5;color:#000
  /* padding-left: 12px; */}.mobbil{width:80%;padding:0}.solutionBox3 ul li{text-indent:-24px;width:85%;margin:0 auto}.solutionBox3 ul li:before{content:"▪";padding-right:8px;color:#0095da}@media (max-width:950px){.solutionBox{width:100%}.solutionBox1{margin-top:25px}.solutionBox3{border-bottom:1px solid #e8e8e8}.mobbil{width:90%;padding:0;top:-80px}.next{right:-8px;left:auto;border-radius:3px 3px 3px 3px}.prev{left:-8px;right:auto}}@media (min-width:1169px){.mobbil{width:1169px;padding:0;top:20%}}@media (max-width:500px){.mobileFil{display:none}.bordMob{border-bottom:1px solid #ccc}.heightFil{height:140px!important}.whitepass{display:none}.swiper-container{
    /* height: 240px !important; */width:100%!important}.swiper-slide{background-repeat:round}}@media (min-width:500px){.mobileFil1{display:none}.whitepass{height:57px}}.page-template-page-contact_us .hp_slider_wrapper,.page-template-page-contact_us_new .hp_slider_wrapper{padding:0}.hp_slider_wrapper{border-style:solid;border-width:0 0 .5rem;border-image-slice:1;border-image-source:linear-gradient(-45deg,#00b3e3 5%,#c1d72e 95%,#ede839);text-align:center}[dir=rtl] .hp_slider_wrapper{border-image-source:linear-gradient(45deg,#00b3e3 5%,#c1d72e 95%,#ede839)}@media (min-width:1900px){.page-template-page-contact_us .hp_slider_wrapper img,.page-template-page-contact_us_new .hp_slider_wrapper img{width:100%}}.cat_downloads{font-size:17px;margin:15px 0;font-weight:700;text-decoration-line:underline;text-decoration-style:solid}.single-product .cat_downloads{font-size:15px}.page-template-page-contact_us_new .contact_form label{color:#000;line-height:20px}.page-template-page-contact_us_new .contact_form input:not([type=checkbox]),.page-template-page-contact_us_new .contact_form select,.page-template-page-contact_us_new .contact_form textarea{border:1px solid #ccc!important;background-color:#fff!important;padding:15px 20px!important;margin:9px 0!important;width:100%!important;outline:none!important;border-radius:0!important;min-height:unset!important;outline-color:#1d2f68!important;font-weight:400!important;font-size:16px!important;min-height:32px}.page-template-page-contact_us_new.page-template-page-contact_us_new .contact_form select{padding:0 20px!important;min-height:37px!important}.page-template-page-contact_us_new .fieldset.form-columns-2 .hs-form-field{width:50%!important}.page-template-page-contact_us_new .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field{
  /* margin-right: 0!important; */}.page-template-page-contact_us_new .contact_form input:focus,.page-template-page-contact_us_new .contact_form select:focus,.page-template-page-contact_us_new .contact_form textarea:focus{border:1px solid #0095da!important;border-radius:0!important}.page-template-page-contact_us_new .contact_form input.invalid.error,.page-template-page-contact_us_new .contact_form select.invalid.error,.page-template-page-contact_us_new .contact_form textarea.invalid.error{border-color:red!important}.page-template-page-contact_us_new .contact_form input[type=submit]{padding:12px 49px!important;background-color:#00b3e3!important;font-weight:400!important;line-height:22px!important;width:auto!important;-webkit-box-shadow:none!important;box-shadow:none!important}.page-template-page-contact_us_new .contact_form .hs-richtext p{font-size:16px}@media screen and (max-width:580px){html[lang=de-DE] .contact_form.contact_form--footer .hs-form .left,html[lang=de-DE] .contact_form.contact_form--footer .hs-form .right{width:100%}}@media screen and (max-width:580px){html[lang=de-DE] .contact_form.contact_form--footer fieldset>div,html[lang=de-DE] footer form,html[lang=de-DE] footer form fieldset{width:100%!important}}#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2 .hs-form-field label{color:#000!important;line-height:20px!important;font-size:15px!important;font-weight:400!important}#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2 fieldset.form-columns-1>div,#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2 fieldset.form-columns-2 .hs-form-field{margin-bottom:5px!important}#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2 .hs-form-field label.hs-error-msg{color:red!important}#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2.hs-form{width:100%!important;max-width:500px}.page-template-page-contact_us_new .contact_us .col-md-18 .contact_form #hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2.hs-form{width:60%!important}.page-template-page-contact_us_new .contact_form #hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2.hs-form textarea{width:100%!important;padding:1rem 0!important}#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2 input{border:1px solid #ccc!important;background-color:#fff!important;padding:7px 20px!important;margin:0 0 9px!important;width:100%!important;outline:none!important;min-height:32px!important;-webkit-box-shadow:none;box-shadow:none}#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2 input#LEGAL_CONSENT.subscription_type_4523785-470a1f00-0775-44a1-8ee9-2a74ce9729a2,.contact_form .hbspt-form form.hs-form .legal-consent-container .hs-form-field input.hs-input{width:25px!important;-webkit-box-shadow:none;box-shadow:none}#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2 span p{color:#0069a6!important}#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2 select{min-height:32px!important;margin-top:0!important}#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2 input.invalid.error{border-color:red!important}#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2 .hs-richtext{color:#0069a6!important;font-size:16px!important;font-weight:400!important}#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2 input[type=submit]{padding:12px 49px!important;background-color:#b2d829!important;font-weight:700!important;line-height:22px!important;text-transform:uppercase!important;width:auto!important}#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2 fieldset.form-columns-2 .hs-form-field{width:50%!important}@media screen and (max-width:480px){.contact_form.contact_form--footer .hbspt-form .left{padding:0!important}#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2 fieldset.form-columns-2 .hs-form-field.hs_firstname,#hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2 fieldset.form-columns-2 .hs-form-field.hs_lastname,.page-template-page-contact_us_new .contact_us .col-md-18 .contact_form #hsForm_470a1f00-0775-44a1-8ee9-2a74ce9729a2.hs-form{width:100%!important}}

/*
us new contact css
 */#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40 fieldset.form-columns-1>div,#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40 fieldset.form-columns-2 .hs-form-field{margin-bottom:5px!important}#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40 .hs-form-field label.hs-error-msg{color:red!important}#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40.hs-form{width:100%!important}.page-template-page-contact_us_new .contact_us .col-md-18 .contact_form #hsForm_c69658d7-b4a2-430b-8403-8eab70127f40.hs-form{width:60%!important}.page-template-page-contact_us_new .contact_form #hsForm_c69658d7-b4a2-430b-8403-8eab70127f40.hs-form textarea{width:100%!important;padding:1rem 0!important}#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40 input{border:1px solid #ccc!important;background-color:#fff!important;padding:7px 20px!important;margin:0 9px 9px 0!important;width:inherit!important;outline:none!important;min-height:inherit!important}#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40 select{min-height:32px!important;margin-top:0!important;padding:7px 20px!important}#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40 .grecaptcha-badge{margin:1rem 0!important}#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40 input.invalid.error{border-color:red!important}#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40 .hs-richtext{color:#0069a6!important;font-size:16px!important;font-weight:400!important}#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40 input[type=submit]{padding:12px 49px!important;background-color:#b2d829!important;font-weight:700!important;line-height:22px!important;text-transform:uppercase!important;width:auto!important}#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40 fieldset.form-columns-2 .hs-form-field{width:50%!important}#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40 fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]){max-width:100%}@media screen and (max-width:480px){.contact_form.contact_form--footer .hbspt-form .left{padding:0!important}#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40 fieldset.form-columns-2 .hs-form-field.hs_firstname,#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40 fieldset.form-columns-2 .hs-form-field.hs_lastname,.page-template-page-contact_us_new .contact_us .col-md-18 .contact_form #hsForm_c69658d7-b4a2-430b-8403-8eab70127f40.hs-form{width:100%!important}}

/*
global new contact us form css
 */#hsForm_c69658d7-b4a2-430b-8403-8eab70127f40 .hs-form-field label{color:#000!important;line-height:20px!important;font-size:15px!important;font-weight:400!important}#hsForm_79705253-56db-4aca-a143-b53a195830e4 fieldset.form-columns-1>div,#hsForm_79705253-56db-4aca-a143-b53a195830e4 fieldset.form-columns-2 .hs-form-field{margin-bottom:5px!important}#hsForm_79705253-56db-4aca-a143-b53a195830e4 .hs-form-field label.hs-error-msg{color:red!important}#hsForm_79705253-56db-4aca-a143-b53a195830e4.hs-form{width:100%!important}.page-template-page-contact_us_new .contact_us .col-md-18 .contact_form #hsForm_79705253-56db-4aca-a143-b53a195830e4.hs-form{width:60%!important}.page-template-page-contact_us_new .contact_form #hsForm_79705253-56db-4aca-a143-b53a195830e4.hs-form textarea{width:100%!important;padding:1rem!important}#hsForm_79705253-56db-4aca-a143-b53a195830e4 input{border:1px solid #ccc!important;background-color:#fff!important;padding:7px 20px!important;margin:0 0 9px!important;width:100%!important;outline:none!important}#hsForm_79705253-56db-4aca-a143-b53a195830e4 select{min-height:32px!important;margin-top:0!important;padding:7px 20px!important}#hsForm_79705253-56db-4aca-a143-b53a195830e4 .grecaptcha-badge{margin:1rem 0!important}#hsForm_79705253-56db-4aca-a143-b53a195830e4 input.invalid.error{border-color:red!important}#hsForm_79705253-56db-4aca-a143-b53a195830e4 .hs-richtext{color:#0069a6!important;font-size:16px!important;font-weight:400!important}#hsForm_79705253-56db-4aca-a143-b53a195830e4 input[type=submit]{padding:12px 49px!important;background-color:#b2d829!important;font-weight:700!important;line-height:22px!important;text-transform:uppercase!important;width:auto!important}#hsForm_79705253-56db-4aca-a143-b53a195830e4 fieldset.form-columns-2 .hs-form-field{width:50%!important}#hsForm_79705253-56db-4aca-a143-b53a195830e4 fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),#hsForm_79705253-56db-4aca-a143-b53a195830e4>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]){max-width:100%}@media screen and (max-width:480px){#hsForm_79705253-56db-4aca-a143-b53a195830e4 fieldset.form-columns-2 .hs-form-field.hs_firstname,#hsForm_79705253-56db-4aca-a143-b53a195830e4 fieldset.form-columns-2 .hs-form-field.hs_lastname,.page-template-page-contact_us_new .contact_us .col-md-18 .contact_form #hsForm_79705253-56db-4aca-a143-b53a195830e4.hs-form{width:100%!important}}.page-template-page-contact_us_new .col-md-6.sidebar_info{margin-top:calc(10% - 3px)}@media screen and (max-width:1024px){.page-template-page-contact_us_new .col-md-6.sidebar_info{margin-top:0}}.contact_form.contact_form--footer .hbspt-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.contact_form.contact_form--footer .hbspt-form form .left{float:unset;padding:0;width:100%}.contact_form.contact_form--footer .hbspt-form form .right{float:unset;width:100%;margin-top:1rem}.contact_form.contact_form--footer .hbspt-form form .right a,.contact_form.contact_form--footer .hbspt-form form div.hs-richtext a,.page-template-page-contact_us_new .contact_form .hbspt-form form a,.page-template-page-contact_us_new .contact_form .hbspt-form form div.hs-richtext a{color:#0095da}.contact_form.contact_form--footer .hbspt-form iframe{margin:1rem auto 0;display:block}.contact_form.contact_form--footer .hbspt-form form div.hs_submit{float:unset;margin:1rem auto 0;text-align:center}.page-template-page-contact_us_new .hp_slider_wrapper{
  /*min-height: 487px;*/min-height:unset}.page-template-page-contact_us_new h1{position:absolute;top:-99999px}.page-template-page-contact_us_new .hp_slider_wrapper .title_holder{min-height:1px}.page-template-page-contact_us_new form .hs-fieldtype-select{margin-bottom:14px!important}.entry-header{overflow:hidden}

/*Table design 18-10-2019*/.mdpl-custom-tab{padding-left:15px;padding-right:15px}.mdpl-custom-tab .vc_tta-tabs-container .vc_tta-tabs-list{margin-top:0!important}.mdpl-custom-tab .vc_tta-panels-container .dataTables_wrapper .dataTables_filter,.mdpl-custom-tab .vc_tta-panels-container .dataTables_wrapper .dataTables_length{margin:25px 0}.mdpl-custom-tab .vc_tta-tabs-container .vc_tta-tab{border-left-width:0;border-right:1px solid #ccc!important;border-top:1px solid #ccc!important;border-bottom-width:0;background-color:#fff;margin:0!important;border-radius:0;height:55px;float:left}.mdpl-custom-tab .vc_tta-tabs-container .vc_tta-tab a{padding:.1em 1em!important;opacity:.6;color:#0069a6!important;font-weight:600;line-height:50px;outline:none;float:left;text-decoration:none;background:transparent!important;border:none!important}.mdpl-custom-tab .vc_tta-tabs-container .vc_tta-tab.vc_active{border-top:3px solid #0095da!important;border-left-width:0;border-bottom-width:0;background-color:#dae0e7;background-image:-webkit-gradient(to top,#fff 0,#dae0e7 100%);background-image:-webkit-gradient(linear,left bottom, left top,color-stop(0, #fff),to(#dae0e7));background-image:linear-gradient(0deg,#fff 0,#dae0e7)}.mdpl-custom-tab .vc_tta-tabs-container .vc_tta-tab.vc_active a{opacity:1;padding:0 1em}.mdpl-custom-tab .vc_tta-panels-container .vc_tta-panels .vc_tta-panel{margin:0!important}@media (min-width:1024px){.mdpl-custom-tab{width:calc(100% - 30px)}}@media (min-width:1190px){.mdpl-custom-tab{width:1169px;margin:0 auto}}.mdpl-custom-tab .vc_tta-panels-container .vc_tta-panel-body{border-radius:0!important;background:#fff!important;border:1px solid #ccc!important;padding:1em 1.4em!important}.mdpl-custom-tab .vc_tta-panels-container table{width:100%;margin:25px 0!important}.mdpl-custom-tab .vc_tta-panels-container .tablepress tfoot th,.mdpl-custom-tab .vc_tta-panels-container .tablepress thead th{border-color:#ddd;background:#eaf0f6;text-align:center;padding:8px;color:#000;font-weight:600;font-size:14px;line-height:30px;border-bottom-width:2px}.mdpl-custom-tab .vc_tta-panels-container table,.mdpl-custom-tab .vc_tta-panels-container table>tbody>tr>td,.mdpl-custom-tab .vc_tta-panels-container table>tbody>tr>th,.mdpl-custom-tab .vc_tta-panels-container table>tfoot>tr>td,.mdpl-custom-tab .vc_tta-panels-container table>tfoot>tr>th,.mdpl-custom-tab .vc_tta-panels-container table>thead>tr>td,.mdpl-custom-tab .vc_tta-panels-container table>thead>tr>th{border:1px solid #ddd}.mdpl-custom-tab .vc_tta-panels-container table>caption+thead>tr:first-child>td,.mdpl-custom-tab .vc_tta-panels-container table>caption+thead>tr:first-child>th,.mdpl-custom-tab .vc_tta-panels-container table>colgroup+thead>tr:first-child>td,.mdpl-custom-tab .vc_tta-panels-container table>colgroup+thead>tr:first-child>th,.mdpl-custom-tab .vc_tta-panels-container table>thead:first-child>tr:first-child>td,.mdpl-custom-tab .vc_tta-panels-container table>thead:first-child>tr:first-child>th{border-top:0}.mdpl-custom-tab .vc_tta-panels-container table>tbody>tr>td{text-align:center;vertical-align:middle;color:#000;font-size:14px;line-height:30px;padding:8px}.mdpl-custom-tab .vc_tta-panels-container table>tbody>tr>td:first-child{font-weight:400;text-align:left}.mdpl-custom-tab .vc_tta-panels-container table>tbody>tr:nth-of-type(2n):hover td,.mdpl-custom-tab .vc_tta-panels-container table>tbody>tr:nth-of-type(2n) td{background-color:#f2f2f2!important}.mdpl-custom-tab .vc_tta-panels-container table>tbody>tr:hover td{background:transparent!important}.mdpl-custom-tab .vc_tta-panel-body .dataTables_scroll .dataTables_scrollHeadInner,.mdpl-custom-tab .vc_tta-panel-body .dataTables_scroll table{width:100%!important;margin:0!important;table-layout:fixed;border-bottom:none}.mdpl-custom-tab .vc_tta-panel-body .dataTables_scroll .dataTables_scrollHeadInner table tr th{border-bottom:0!important}.mdpl-custom-tab .vc_tta-panel-body .dataTables_scroll .dataTables_scrollBody{margin-bottom:25px}

/***** Search page CSS *****/.mdpl-sep{margin:40px auto;max-width:500px;background-color:#dee5e5;height:2px}.search-results .col-xs-24{width:100%}.search-results .type-project .col-xs-8{width:100%;margin-bottom:10px;padding:0}.search-results .type-project .col-xs-16{width:100%;padding:0}.search .mdpl-search-inr-wrp{position:relative;display:inline-block;padding:0 15px;margin-bottom:20px}.search .mdpl-search-inr-wrp h2 a{text-decoration:underline;margin-bottom:10px;display:inline-block}.search .mdpl-search-inr-wrp h2 a:hover{text-decoration:none}.search .main-page-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search .page-title{font-size:40px;color:#fff;line-height:normal;text-shadow:0 0 2px rgba(0,0,0,.2)}.search .page-subtitle{color:#fff;margin-bottom:5px}.search .mdpl-search-form{padding:0 15px}.search .mdpl-search-form .search-field{-webkit-appearance:none;-moz-appearance:none;border-radius:0;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);color:rgba(0,0,0,.75);display:block;font-size:14px;font-size:.875rem;height:37px;height:2.3125rem;margin:0 0 1rem;padding:.5rem;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .15s linear,background .15s linear;transition:border-color .15s linear,background .15s linear}.search .mdpl-search-form .search-field:focus,.search .mdpl-search-form .search-field:hover{background-color:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.search .search-submit{background-position:100% -35px;height:26px;width:26px;background-color:transparent;border:0;position:absolute;right:8px;top:7px}.search .search-submit:focus{outline:none}.search .search-form{display:inline-block;width:100%;position:relative}.search .search-results{margin-top:70px}.search .mdpl-search-form .search-select{top:10px}.search .mdpl-search-form .search-select .caret{top:5px}.search .mdpl-search-inr-wrp .mdpl-search-post-content{line-height:1.6}.mdpl-search-form .search-select ul{top:26px}.mdpl-search-form .search-select ul li{outline:none;color:#6d6e71;font-size:14px;line-height:16px;font-weight:400}@media (max-width:768px){.mdpl-custom-tab .vc_tta-panel-body .dataTables_scroll{width:100%;overflow:hidden;overflow-x:scroll;margin-bottom:25px}.mdpl-custom-tab .vc_tta-panel-body .dataTables_scroll .dataTables_scrollBody,.mdpl-custom-tab .vc_tta-panel-body .dataTables_scroll .dataTables_scrollHead{width:768px!important}}

/* HubSpot Overrides */.hs-custom-style.hs-form-private{max-width:500px;width:100%}.hs-custom-style.hs-form-private .hs_firstname,.hs-custom-style.hs-form-private .hs_lastname{float:left;width:48.75%!important}.hs-custom-style.hs-form-private .hs_firstname{margin-right:1%!important}.hs-custom-style.hs-form-private .hs_email{clear:both}.swatch_icon{display:inline-block;height:20px;width:20px;border:1px solid;vertical-align:top;margin-right:10px}.legal-consent-container{margin-top:15px}.legal-consent-container .hs-form-booleancheckbox-display{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.legal-consent-container .hs-form-booleancheckbox-display span{color:#0069a6}.legal-consent-container .hs-form-booleancheckbox-display #LEGAL_CONSENT.subscription_type_4523785-17dedc03-1e10-486e-9af9-5d48e028afbc,.legal-consent-container .hs-form-booleancheckbox-display input{-ms-flex-preferred-size:4%!important;flex-basis:4%!important;margin:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.hs-form-17dedc03-1e10-486e-9af9-5d48e028afbc_4a03669d-e0b8-48a7-82b9-5e14e89bc05a fieldset.form-columns-1 input[type=checkbox]{margin:0}.inputs-list.multi-container{padding:20px 0}

/* Custom Classes for WP Bakery Rows */

/* Make the product downloads table headings have a white BG */.filter_table.res_table>.container{background-color:#fff}.filter_table.res_table .row.res{border-top:1px solid #ccc}

/* Scroll to footer button */.cta-btn,.footer-scroll-btn,.scroll-btn{color:#fff!important;display:inline-block;background-color:#00b3e3;font-weight:400;line-height:1;width:auto;margin:20px 0;font-size:17px;text-decoration:none!important;background-position:right 8px center;background-repeat:no-repeat;background-size:17px 17px;background-image:url(../../themes/joomi/assets/dist/svgs/ios-arrow-forward--white.svg);padding:17px 30px 17px 17px}[dir=rtl] .cta-btn,[dir=rtl] .footer-scroll-btn,[dir=rtl] .scroll-btn{background-image:url(../../themes/joomi/assets/dist/svgs/ios-arrow-back--white.svg)}a.cta-btn:hover{color:#fff!important}.cta-btn+.cta-btn{margin:20px 0 20px 20px}

/* render_pim_filter shortcode styles */.product-filter{margin-top:2em;position:relative}.product-filter h2{margin-bottom:1em;font-size:1em;text-transform:none}.product-filter .product-filter__products{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:.5em}.product-filter .product-filter__products .product{background:#eaf0f6;height:170px;position:relative;display:block;cursor:pointer}.product-filter .product-filter__products .product-filter__product.product-filter__product--hidden{
  /* display: none; */position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);
  /* IE6, IE7 */clip:rect(1px,1px,1px,1px);white-space:nowrap
  /* added line */}.product-filter .product-filter__products .product .product__header{padding:10px;position:absolute;bottom:0}.product-filter .product-filter__products .product .product__title{font-size:1.4em}.product-filter .product-filter__products .product .product__image{height:120px;background-size:cover;background-position:50%;background-repeat:no-repeat}.product-filter .filters{border-bottom:1px solid #000;margin-bottom:1em}.product-filter .filters li{font-size:14px;padding:3px 0}.product-filter .filters li:empty{padding:0}.product-filter .filters .filter{border-top:1px solid #000;border-left:1px solid #000;border-right:1px solid #000}.product-filter .filters .filter .count{opacity:.6}.product-filter .filters .filter__header{padding:10px;border-bottom:1px solid #000;position:relative;cursor:pointer}.product-filter .filters .filter.disabled .filter__header{opacity:.4;cursor:not-allowed}.product-filter .filters .filter__body{padding:10px}.product-filter .filters .filter__body li input{margin-right:5px}.product-filter .filters .filter__title{margin-right:30px}.product-filter .filters .filter__toggle{position:absolute;top:10px;right:10px}.product-filter .filter--clear a{display:block;text-decoration:underline;margin-bottom:1em;color:#0095da}.product-filter .filter--clear a:hover{color:#1d2f62}.product-pagination{margin-top:1em}.product-pagination li{display:inline-block;margin-bottom:5px}.product-pagination li a{display:block;padding:5px;text-align:center;width:30px;border:1px solid #0069a6;margin-right:5px}.product-pagination li.selected a,.product-pagination li:hover a{color:#fff;background-color:#0069a6}.filter__search{margin-bottom:1em}.filter .highlight{background-color:#ff0}

/* project shortcode styles */.project-filter{margin-top:2em;position:relative;margin-bottom:2em}.project-filter h2{margin-bottom:1em;font-size:1em;text-transform:none}.project-filter .project-filter__projects{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:.5em}.project-filter .project-filter__projects .project{background:#eaf0f6;height:260px;position:relative;display:block;cursor:pointer}.project-filter .project-filter__projects .project:hover{background:#013771;color:#fff}.project-filter .project-filter__projects .project-filter__project.project-filter__project--hidden{
  /* display: none; */position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);
  /* IE6, IE7 */clip:rect(1px,1px,1px,1px);white-space:nowrap
  /* added line */}.project-filter .project-filter__projects .project .project__header{padding:10px;position:absolute;bottom:0}.project-filter .project-filter__projects .project .project__title{font-size:1.1em;text-transform:none}.project-filter .project-filter__projects .project .project__image{height:190px;background-size:cover;background-position:50%;background-repeat:no-repeat}.project-filter .filters{border-bottom:1px solid #000;margin-bottom:1em}.project-filter .filters li{font-size:14px;padding:3px 0}.project-filter .filters li:empty{padding:0}.project-filter .filters .filter{border-top:1px solid #000;border-left:1px solid #000;border-right:1px solid #000}.project-filter .filters .filter .count{opacity:.6}.project-filter .filters .filter__header{padding:10px;border-bottom:1px solid #000;position:relative;cursor:pointer}.project-filter .filters .filter.disabled .filter__header{opacity:.4;cursor:not-allowed}.project-filter .filters .filter__body{padding:10px}.project-filter .filters .filter__body li input{margin-right:5px}.project-filter .filters .filter__title{margin-right:30px}.project-filter .filters .filter__toggle{position:absolute;top:10px;right:10px}.project-filter .filter--clear a{display:block;text-decoration:underline;margin-bottom:1em;color:#0095da}.project-filter .filter--clear a:hover{color:#1d2f62}.project-pagination{margin-top:1em}.project-pagination li{display:inline-block;margin-bottom:5px}.project-pagination li a{display:block;padding:5px;text-align:center;width:30px;border:1px solid #0069a6;margin-right:5px}.project-pagination li.selected a,.project-pagination li:hover a{color:#fff;background-color:#0069a6}.loader-wrapper{position:absolute;width:100%;top:0}.loader,.loader:after{border-radius:50%;width:2em;height:2em}.loader{margin:60px auto;font-size:10px;position:relative;text-indent:-9999em;border:1.1em solid rgba(0,0,0,.2);border-left-color:#0069a6;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s linear infinite;animation:load8 1.1s linear infinite}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}

/* Scroll to footer button */.footer-scroll-btn{color:#0069a6!important;display:inline-block;padding:16px 16px 13px;background-color:#b2d829;font-weight:700;line-height:1;text-transform:uppercase;width:auto;margin-top:20px;font-size:15px}

/* RTL Specific */.rtl.home .green_btn{padding:8px 16px}

/* @noflip */.rtl .ui-tabs .ui-tabs-nav li{float:right}.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list,.wpb-js-composer .vc_tta.vc_tta-controls-align-left .vc_tta-panel-heading,.wpb-js-composer .vc_tta.vc_tta-controls-align-left .vc_tta-tabs-container{text-align:left}

/* hbst form override. */body .hbspt-form fieldset.form-columns-2 .hs-form-field{float:left}body .hbspt-form fieldset[class^=form-columns-] .input{margin-right:8px;margin-left:0}body.rtl .hbst-form .hs-form-field label span{font-weight:400;font-size:16px}.rtl .hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),.rtl .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]){padding:20px;font-size:16px}.contact_form .hs-submit .actions{padding:0!important;margin-left:0;margin-right:0}.contact_form.contact_form--footer .hbspt-form .hs-submit .actions input{color:#0069a6;font-weight:400;padding:12px 49px;background-color:#b2d829;line-height:22px;text-transform:uppercase;width:auto;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}body.rtl .contact_form input[type=submit]{font-weight:400!important}body.rtl .contact_form h2{margin-bottom:40px}@media (min-width:1024px){.rtl.page-template-page-contact_us_new .col-md-6.sidebar_info{margin-top:185px}}

/* @noflip */.rtl .hs-form-field label{text-align:right!important}body .hs-custom-style.hs-form-private .hs_firstname{margin-right:2.5%!important}body .hs-custom-style>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),body .hs-custom-style fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]){-webkit-box-sizing:border-box;box-sizing:border-box}.rtl .image_slider_item{max-height:60px;max-width:80px;margin-left:auto;margin-right:auto}

/* Bootstrap override. */.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-17,.col-xs-18,.col-xs-19,.col-xs-20,.col-xs-21,.col-xs-22,.col-xs-23,.col-xs-24{float:left}.col-xs-pull-0,.col-xs-pull-1,.col-xs-pull-2,.col-xs-pull-3,.col-xs-pull-4,.col-xs-pull-5,.col-xs-pull-6,.col-xs-pull-7,.col-xs-pull-8,.col-xs-pull-9,.col-xs-pull-10,.col-xs-pull-11,.col-xs-pull-12,.col-xs-pull-13,.col-xs-pull-14,.col-xs-pull-15,.col-xs-pull-16,.col-xs-pull-17,.col-xs-pull-18,.col-xs-pull-19,.col-xs-pull-20,.col-xs-pull-21,.col-xs-pull-22,.col-xs-pull-23,.col-xs-pull-24{left:auto}.col-xs-push-0,.col-xs-push-1,.col-xs-push-2,.col-xs-push-3,.col-xs-push-4,.col-xs-push-5,.col-xs-push-6,.col-xs-push-7,.col-xs-push-8,.col-xs-push-9,.col-xs-push-10,.col-xs-push-11,.col-xs-push-12,.col-xs-push-13,.col-xs-push-14,.col-xs-push-15,.col-xs-push-16,.col-xs-push-17,.col-xs-push-18,.col-xs-push-19,.col-xs-push-20,.col-xs-push-21,.col-xs-push-22,.col-xs-push-23,.col-xs-push-24{right:auto}.col-xs-offset-24{margin-left:100%;margin-right:auto}.col-xs-offset-23{margin-left:95.83333333%;margin-right:auto}.col-xs-offset-22{margin-left:91.66666667%;margin-right:auto}.col-xs-offset-21{margin-left:87.5%;margin-right:auto}.col-xs-offset-20{margin-left:83.33333333%;margin-right:auto}.col-xs-offset-19{margin-left:79.16666667%;margin-right:auto}.col-xs-offset-18{margin-left:75%;margin-right:auto}.col-xs-offset-17{margin-left:70.83333333%;margin-right:auto}.col-xs-offset-16{margin-left:66.66666667%;margin-right:auto}.col-xs-offset-15{margin-left:62.5%;margin-right:auto}.col-xs-offset-14{margin-left:58.33333333%;margin-right:auto}.col-xs-offset-13{margin-left:54.16666667%;margin-right:auto}.col-xs-offset-12{margin-left:50%;margin-right:auto}.col-xs-offset-11{margin-left:45.83333333%;margin-right:auto}.col-xs-offset-10{margin-left:41.66666667%;margin-right:auto}.col-xs-offset-9{margin-left:37.5%;margin-right:auto}.col-xs-offset-8{margin-left:33.33333333%;margin-right:auto}.col-xs-offset-7{margin-left:29.16666667%;margin-right:auto}.col-xs-offset-6{margin-left:25%;margin-right:auto}.col-xs-offset-5{margin-left:20.83333333%;margin-right:auto}.col-xs-offset-4{margin-left:16.66666667%;margin-right:auto}.col-xs-offset-3{margin-left:12.5%;margin-right:auto}.col-xs-offset-2{margin-left:8.33333333%;margin-right:auto}.col-xs-offset-1{margin-left:4.16666667%;margin-right:auto}.col-xs-offset-0{margin-left:0;margin-right:auto}@media (min-width:640px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24{float:left}.col-sm-pull-0,.col-sm-pull-1,.col-sm-pull-2,.col-sm-pull-3,.col-sm-pull-4,.col-sm-pull-5,.col-sm-pull-6,.col-sm-pull-7,.col-sm-pull-8,.col-sm-pull-9,.col-sm-pull-10,.col-sm-pull-11,.col-sm-pull-12,.col-sm-pull-13,.col-sm-pull-14,.col-sm-pull-15,.col-sm-pull-16,.col-sm-pull-17,.col-sm-pull-18,.col-sm-pull-19,.col-sm-pull-20,.col-sm-pull-21,.col-sm-pull-22,.col-sm-pull-23,.col-sm-pull-24{left:auto}.col-sm-push-0,.col-sm-push-1,.col-sm-push-2,.col-sm-push-3,.col-sm-push-4,.col-sm-push-5,.col-sm-push-6,.col-sm-push-7,.col-sm-push-8,.col-sm-push-9,.col-sm-push-10,.col-sm-push-11,.col-sm-push-12,.col-sm-push-13,.col-sm-push-14,.col-sm-push-15,.col-sm-push-16,.col-sm-push-17,.col-sm-push-18,.col-sm-push-19,.col-sm-push-20,.col-sm-push-21,.col-sm-push-22,.col-sm-push-23,.col-sm-push-24{right:auto}.col-sm-offset-24{margin-left:100%;margin-right:auto}.col-sm-offset-23{margin-left:95.83333333%;margin-right:auto}.col-sm-offset-22{margin-left:91.66666667%;margin-right:auto}.col-sm-offset-21{margin-left:87.5%;margin-right:auto}.col-sm-offset-20{margin-left:83.33333333%;margin-right:auto}.col-sm-offset-19{margin-left:79.16666667%;margin-right:auto}.col-sm-offset-18{margin-left:75%;margin-right:auto}.col-sm-offset-17{margin-left:70.83333333%;margin-right:auto}.col-sm-offset-16{margin-left:66.66666667%;margin-right:auto}.col-sm-offset-15{margin-left:62.5%;margin-right:auto}.col-sm-offset-14{margin-left:58.33333333%;margin-right:auto}.col-sm-offset-13{margin-left:54.16666667%;margin-right:auto}.col-sm-offset-12{margin-left:50%;margin-right:auto}.col-sm-offset-11{margin-left:45.83333333%;margin-right:auto}.col-sm-offset-10{margin-left:41.66666667%;margin-right:auto}.col-sm-offset-9{margin-left:37.5%;margin-right:auto}.col-sm-offset-8{margin-left:33.33333333%;margin-right:auto}.col-sm-offset-7{margin-left:29.16666667%;margin-right:auto}.col-sm-offset-6{margin-left:25%;margin-right:auto}.col-sm-offset-5{margin-left:20.83333333%;margin-right:auto}.col-sm-offset-4{margin-left:16.66666667%;margin-right:auto}.col-sm-offset-3{margin-left:12.5%;margin-right:auto}.col-sm-offset-2{margin-left:8.33333333%;margin-right:auto}.col-sm-offset-1{margin-left:4.16666667%;margin-right:auto}.col-sm-offset-0{margin-left:0;margin-right:auto}}@media (min-width:1024px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24{float:left}.col-md-pull-0,.col-md-pull-1,.col-md-pull-2,.col-md-pull-3,.col-md-pull-4,.col-md-pull-5,.col-md-pull-6,.col-md-pull-7,.col-md-pull-8,.col-md-pull-9,.col-md-pull-10,.col-md-pull-11,.col-md-pull-12,.col-md-pull-13,.col-md-pull-14,.col-md-pull-15,.col-md-pull-16,.col-md-pull-17,.col-md-pull-18,.col-md-pull-19,.col-md-pull-20,.col-md-pull-21,.col-md-pull-22,.col-md-pull-23,.col-md-pull-24{left:auto}.col-md-push-0,.col-md-push-1,.col-md-push-2,.col-md-push-3,.col-md-push-4,.col-md-push-5,.col-md-push-6,.col-md-push-7,.col-md-push-8,.col-md-push-9,.col-md-push-10,.col-md-push-11,.col-md-push-12,.col-md-push-13,.col-md-push-14,.col-md-push-15,.col-md-push-16,.col-md-push-17,.col-md-push-18,.col-md-push-19,.col-md-push-20,.col-md-push-21,.col-md-push-22,.col-md-push-23,.col-md-push-24{right:auto}.col-md-offset-24{margin-left:100%;margin-right:auto}.col-md-offset-23{margin-left:95.83333333%;margin-right:auto}.col-md-offset-22{margin-left:91.66666667%;margin-right:auto}.col-md-offset-21{margin-left:87.5%;margin-right:auto}.col-md-offset-20{margin-left:83.33333333%;margin-right:auto}.col-md-offset-19{margin-left:79.16666667%;margin-right:auto}.col-md-offset-18{margin-left:75%;margin-right:auto}.col-md-offset-17{margin-left:70.83333333%;margin-right:auto}.col-md-offset-16{margin-left:66.66666667%;margin-right:auto}.col-md-offset-15{margin-left:62.5%;margin-right:auto}.col-md-offset-14{margin-left:58.33333333%;margin-right:auto}.col-md-offset-13{margin-left:54.16666667%;margin-right:auto}.col-md-offset-12{margin-left:50%;margin-right:auto}.col-md-offset-11{margin-left:45.83333333%;margin-right:auto}.col-md-offset-10{margin-left:41.66666667%;margin-right:auto}.col-md-offset-9{margin-left:37.5%;margin-right:auto}.col-md-offset-8{margin-left:33.33333333%;margin-right:auto}.col-md-offset-7{margin-left:29.16666667%;margin-right:auto}.col-md-offset-6{margin-left:25%;margin-right:auto}.col-md-offset-5{margin-left:20.83333333%;margin-right:auto}.col-md-offset-4{margin-left:16.66666667%;margin-right:auto}.col-md-offset-3{margin-left:12.5%;margin-right:auto}.col-md-offset-2{margin-left:8.33333333%;margin-right:auto}.col-md-offset-1{margin-left:4.16666667%;margin-right:auto}.col-md-offset-0{margin-left:0;margin-right:auto}}@media (min-width:1250px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24{float:left}.col-lg-pull-0,.col-lg-pull-1,.col-lg-pull-2,.col-lg-pull-3,.col-lg-pull-4,.col-lg-pull-5,.col-lg-pull-6,.col-lg-pull-7,.col-lg-pull-8,.col-lg-pull-9,.col-lg-pull-10,.col-lg-pull-11,.col-lg-pull-12,.col-lg-pull-13,.col-lg-pull-14,.col-lg-pull-15,.col-lg-pull-16,.col-lg-pull-17,.col-lg-pull-18,.col-lg-pull-19,.col-lg-pull-20,.col-lg-pull-21,.col-lg-pull-22,.col-lg-pull-23,.col-lg-pull-24{left:auto}.col-lg-push-0,.col-lg-push-1,.col-lg-push-2,.col-lg-push-3,.col-lg-push-4,.col-lg-push-5,.col-lg-push-6,.col-lg-push-7,.col-lg-push-8,.col-lg-push-9,.col-lg-push-10,.col-lg-push-11,.col-lg-push-12,.col-lg-push-13,.col-lg-push-14,.col-lg-push-15,.col-lg-push-16,.col-lg-push-17,.col-lg-push-18,.col-lg-push-19,.col-lg-push-20,.col-lg-push-21,.col-lg-push-22,.col-lg-push-23,.col-lg-push-24{right:auto}.col-lg-offset-24{margin-left:100%;margin-right:auto}.col-lg-offset-23{margin-left:95.83333333%;margin-right:auto}.col-lg-offset-22{margin-left:91.66666667%;margin-right:auto}.col-lg-offset-21{margin-left:87.5%;margin-right:auto}.col-lg-offset-20{margin-left:83.33333333%;margin-right:auto}.col-lg-offset-19{margin-left:79.16666667%;margin-right:auto}.col-lg-offset-18{margin-left:75%;margin-right:auto}.col-lg-offset-17{margin-left:70.83333333%;margin-right:auto}.col-lg-offset-16{margin-left:66.66666667%;margin-right:auto}.col-lg-offset-15{margin-left:62.5%;margin-right:auto}.col-lg-offset-14{margin-left:58.33333333%;margin-right:auto}.col-lg-offset-13{margin-left:54.16666667%;margin-right:auto}.col-lg-offset-12{margin-left:50%;margin-right:auto}.col-lg-offset-11{margin-left:45.83333333%;margin-right:auto}.col-lg-offset-10{margin-left:41.66666667%;margin-right:auto}.col-lg-offset-9{margin-left:37.5%;margin-right:auto}.col-lg-offset-8{margin-left:33.33333333%;margin-right:auto}.col-lg-offset-7{margin-left:29.16666667%;margin-right:auto}.col-lg-offset-6{margin-left:25%;margin-right:auto}.col-lg-offset-5{margin-left:20.83333333%;margin-right:auto}.col-lg-offset-4{margin-left:16.66666667%;margin-right:auto}.col-lg-offset-3{margin-left:12.5%;margin-right:auto}.col-lg-offset-2{margin-left:8.33333333%;margin-right:auto}.col-lg-offset-1{margin-left:4.16666667%;margin-right:auto}.col-lg-offset-0{margin-left:0;margin-right:auto}}.pull-right{float:right!important}.pull-left{float:left!important}

/* Utility class for hiding tablepress tables on desktop */@media (max-width:640px){.hide-table-for-mobile{display:none}}.fancybox-title.fancybox-title-inside-wrap{line-height:1.5}.images_gallery .card-text-wrap{height:0}.images_gallery.white{border:0}.related_articles .card-text{-webkit-line-clamp:unset;-webkit-box-orient:unset;text-overflow:unset;max-height:none}body .eapps-google-maps{max-width:1170px!important;margin-left:20px!important;margin-right:20px!important;width:calc(100% - 40px)!important}@media screen and (min-width:1211px){body .eapps-google-maps{margin-left:auto!important;margin-right:auto!important}}a.various.fancybox.iframe{display:block;position:relative}.title_and_video{clear:both;padding-bottom:50px}.title_and_video.white{background-color:#fff}.title_and_video.gray{background-color:#dae0e7}.title_and_video h2{margin:50px auto;text-align:left}.title_and_video h2.embed-center{text-align:center}.title_and_video .embed_constraint{margin:0 auto}.title_and_video .embed_constraint.embed-left{margin:0}.title_and_video .embed_wrap{position:relative;padding-bottom:56.25%;
  /* 16:9 */height:0;margin:0 auto}.title_and_video .embed_wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}

/* @noflip */.rtl .fa-close:before,.rtl .fa-remove:before,.rtl .fa-times:before{content:"X"}

/* @noflip */@media (max-width:1023px){
  /* @noflip */.rtl .menu_icon{background-position:100% 0}
  /* @noflip */.rtl .menu_icon.open{background-position:0 0}
  /* @noflip */.rtl .megamunu_level0_li.click_mobile span.level0_arrow{background-position:left -82px top -92px}}div.store_location_list .row #wpsl-result-list.shop_online .content_editor .wpsl-top-logo,div.store_location_list .row #wpsl-result-list.shop_online .content_editor p{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}div.store_location_list .row #wpsl-result-list.shop_online .title_table .country{padding-left:15px}div.store_location_list .row #wpsl-result-list.shop_online .wpsl-top-url,div.store_location_list .row #wpsl-result-list.shop_online .wpsl-top-url:hover{text-align:left}#wpsl-stores .wpsl-store-thumb{margin:0}.store_location_list .row #wpsl-result-list.shop_online .content_editor{-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;padding:20px 0}.shop_online .wpsl-store-details{padding:0!important}div.filter_wrap_categories{padding-right:inherit}div.filter_wrap_categories>div{width:20%}.glide{position:relative;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.glide *{-webkit-box-sizing:inherit;box-sizing:inherit}.glide__slides,.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-ms-touch-action:pan-Y;touch-action:pan-Y;margin:0;padding:0;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;will-change:transform}.glide__slide,.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;-ms-flex-negative:0;flex-shrink:0;white-space:normal;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__arrow{position:absolute;display:block;top:50%;z-index:2;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid hsla(0,0%,100%,.5);border-radius:4px;-webkit-box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;-webkit-transition:opacity .15s ease,border .3s ease-in-out;transition:opacity .15s ease,border .3s ease-in-out;-webkit-transform:translateY(-50%);transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;list-style:none;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.glide__bullet{background-color:hsla(0,0%,100%,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;line-height:0;-webkit-box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:focus,.glide__bullet:hover{border:2px solid #fff;background-color:hsla(0,0%,100%,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-webkit-grabbing}.basicLightbox{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;z-index:1000;will-change:opacity}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;-webkit-transform:scale(.9);transform:scale(.9);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;z-index:1;will-change:transform}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{-webkit-transform:scale(1);transform:scale(1)}.glide__arrow{display:-webkit-box;display:-ms-flexbox;display:flex;border:0;border-radius:0;padding:5px;background-color:#0069a6;color:#fff;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-box-shadow:none;box-shadow:none}.glide__arrow:active,.glide__arrow:focus,.glide__arrow:hover{background-color:#004973;color:#fff}.glide__arrow svg{width:25px;height:25px}

/* @noflip */.glide--rtl{direction:rtl}.glide--dragging,.glide--swipeable{cursor:default}.glide__arrow--left{
  /* @noflip */left:12px;
  /* @noflip */right:auto}.glide__arrow--left svg{
  /* @noflip */-webkit-transform:rotate(90deg);transform:rotate(90deg)}.glide__arrow--right{
  /* @noflip */right:12px;
  /* @noflip */left:auto}.glide__arrow--right svg{
  /* @noflip */-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@media screen and (min-width:768px){.glide__arrow{padding:10px}.glide__arrow svg{width:30px;height:30px}.glide__arrow--left{
    /* @noflip */left:-15px;
    /* @noflip */right:auto}.glide__arrow--right{
    /* @noflip */right:-15px;
    /* @noflip */left:auto}}@media screen and (min-width:1440px){.glide__arrow--left{
    /* @noflip */left:-20px;
    /* @noflip */right:auto}.glide__arrow--right{
    /* @noflip */right:-20px;
    /* @noflip */left:auto}}.blog-archive-post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-shadow:0 0 2px -1px rgba(0,0,0,.7490196078431373);box-shadow:0 0 2px -1px rgba(0,0,0,.7490196078431373);border-radius:19px;width:100%;height:auto;background:#fff;padding:1rem;position:relative;max-width:345px}.blog-archive-post img{border-radius:4px}.blog-archive-post a{-webkit-transition:.3s;transition:.3s}.blog-archive-post a:hover{color:#00b3e3}.blog-archive-post a:before{content:"";z-index:1;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.blog-archive-post__img img{border-radius:4px}.blog-archive-post__text .blog-meta{padding-bottom:1.5625rem}.blog-archive-post__title{line-height:1.25em;font-size:28px;font-size:1.75rem;font-weight:400;text-transform:none;margin-bottom:1.25rem}.blog-archive-post__excerpt{line-height:1.35em;color:#0c0d0d}.blog-author{margin-bottom:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog-author__image{margin-right:.625rem;max-width:70px;width:70px;height:70px;-webkit-box-flex:0;-ms-flex:0 1 70px;flex:0 1 70px;border-radius:50%}.blog-author__name{font-size:16px;font-size:1rem;color:#0c0d0d;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.blog-author__link{color:#0069a6;-webkit-transition:.3s;transition:.3s;margin:5px 5px 0}.blog-author__link:hover{color:#00b3e3}.blog-hero{margin-bottom:1.25rem}.blog-hero__title{font-size:36px;line-height:1.5em;margin-bottom:.625rem;color:#0069a6;text-transform:none}.blog-hero__meta{margin-bottom:1.875rem}.blog-hero__meta .blog-meta{padding:0}.blog-hero__image{width:100%;max-width:790px;border-radius:3px}.blog-meta{padding-top:.625rem;padding-bottom:.9375rem}.blog-meta img{width:18px;height:18px;border-radius:100%;float:left;margin-right:.4375rem}.blog-meta a,.blog-meta span,.blog-meta time{font-size:14px;font-size:.875rem}.blog-meta span,.blog-meta time{color:#7c8680}.blog-meta a{color:#0069a6;position:relative;z-index:2;-webkit-transition:.3s;transition:.3s}.blog-meta a:hover{color:#00b3e3}.blog-meta a,.blog-meta span{margin-right:.0625rem}.blog-sidebar{margin:0 0 2.5rem}.blog-sidebar span{display:block;padding-bottom:.9375rem;color:#7c8680;text-transform:uppercase;font-weight:700;font-size:12px;font-size:.75rem;line-height:12px;line-height:.75rem;letter-spacing:.15em}.blog-sidebar ul{display:none;row-gap:15px;row-gap:.9375rem;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}@media screen and (min-width:1024px){.blog-sidebar ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:15px}}.blog-sidebar ul li a{color:#7c8680;-webkit-transition:color .2s ease;transition:color .2s ease;font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.blog-sidebar ul li a:hover{color:#00b3e3}.blog-sidebar ul li a.active{color:#0069a6}.blog-sidebar select{width:100%;border:1px solid #7c8680;padding:.46875rem;max-width:100%;-webkit-appearance:none;color:#7c8680;background-image:url(assets/dist/svgs/ios-arrow-down--slate.svg);background-position:right 10px center;background-position:right .625rem center;background-repeat:no-repeat;background-size:1.375rem 1.375rem}@media screen and (min-width:1024px){.blog-sidebar select{display:none}}.blog-sidebar__title{text-transform:none;font-weight:300;margin-bottom:.9375rem}@media screen and (min-width:1024px){.blog-sidebar__title{margin-bottom:1.875rem}}@media screen and (min-width:1024px){.layout-full .blog-sidebar ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.breadcrumbs .row{position:absolute}.breadcrumbs .separator,.breadcrumbs li a{color:#fff}.breadcrumbs li{display:inline-block;vertical-align:middle;margin-right:5px}.breadcrumbs .separator{font-size:14px}.breadcrumbs--alt{color:#6d6e71}.breadcrumbs--alt .row{position:static}.breadcrumbs--alt .separator,.breadcrumbs--alt li a{color:#6d6e71}.breadcrumbs--hide{display:none}.page-template-page-contact_us .breadcrumbs,.page-template-page-contact_us .breadcrumbs .separator,.page-template-page-contact_us .breadcrumbs li a,.page-template-page-contact_us_new .breadcrumbs,.page-template-page-contact_us_new .breadcrumbs .separator,.page-template-page-contact_us_new .breadcrumbs li a,.page-template-page-resources .breadcrumbs,.page-template-page-resources .breadcrumbs .separator,.page-template-page-resources .breadcrumbs li a{color:#0c0d0d}.page-template-page-resources .breadcrumbs .row{position:inherit}.breadcrumbs__list{color:#fff;list-style:none;overflow:hidden;font-size:14px;line-height:20px;margin:15px 0;min-height:0}.product-breadcrumbs.gutenberg .container.breadcrumbs{width:100%;max-width:1400px;padding:0 20px;display:none}.product-breadcrumbs.gutenberg .container.breadcrumbs .row{margin:0}.product-breadcrumbs.gutenberg .container.breadcrumbs .col-md-24{padding:0}.product-breadcrumbs.gutenberg .container.breadcrumbs .separator,.product-breadcrumbs.gutenberg .container.breadcrumbs a,.product-breadcrumbs.gutenberg .container.breadcrumbs li{color:#0c0d0d;font-size:12px}.product-breadcrumbs.gutenberg .container.breadcrumbs .breadcrumbs__list{margin:10px 0;padding-left:2px}@media screen and (min-width:1024px){.product-breadcrumbs.gutenberg .container.breadcrumbs{display:block}}.product-breadcrumbs.gutenberg .breadcrumbs--alt{color:#6d6e71}.product-breadcrumbs.gutenberg .breadcrumbs--alt .row{position:absolute}.product-breadcrumbs.gutenberg .breadcrumbs--alt .separator,.product-breadcrumbs.gutenberg .breadcrumbs--alt li a{color:#6d6e71}.product-breadcrumbs.gutenberg .breadcrumbs--hide{display:none}.category-header{min-height:425px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}@media screen and (min-width:1024px){.category-header{padding:6.25rem 0}}.category-header.background-active{border-style:solid;border-width:0 0 .5rem;border-image-slice:1;border-image-source:linear-gradient(-45deg,#00b3e3 5%,#c1d72e 95%,#ede839);position:relative}[dir=rtl] .category-header.background-active{border-image-source:linear-gradient(45deg,#00b3e3 5%,#c1d72e 95%,#ede839)}.category-header.background-active:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:#000;opacity:.4}.category-header.background-active .category-header__description,.category-header.background-active .category-header__title{position:relative;color:#fff}.category-header__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:1300px;max-width:81.25rem;padding-left:20px;padding-right:20px;max-width:620px;text-align:center}.category-header__title{line-height:1.25em;font-size:32px;font-size:2rem;font-weight:400;margin-bottom:.625rem;text-transform:none}.category-header__title:last-child{margin-bottom:0}@media screen and (min-width:1024px){.category-header__title{line-height:1.25em;font-size:36px;font-size:2.25rem;font-weight:400}}.category-header__description{line-height:1.25em;font-size:18px;font-weight:300;color:#7c8680}.contact-button{-webkit-box-shadow:0 0 20px rgba(0,0,0,.4);box-shadow:0 0 20px rgba(0,0,0,.4);border-radius:50%;position:fixed;bottom:70px;z-index:100;right:182px;left:auto;-webkit-transition:all 1s ease 0s;transition:all 1s ease 0s;background:transparent}.contact-button a{display:-webkit-box;display:-ms-flexbox;display:flex;width:105px;height:105px}.contact-button img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media (max-width:640px){.contact-button{position:absolute;top:-30px;right:25px;left:auto}.contact-button a{width:60px;height:60px}}.contact-button.w2b_link.Orange{border-radius:100%;overflow:hidden;background:transparent}.flag-icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;background-color:#f4f5f8;width:30px;height:23px;border:1px solid #eceff3;background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon:before{content:"\00a0"}.flag-icon-ad{background-image:url(assets/dist/svgs/ad.svg)}.flag-icon-ae{background-image:url(assets/dist/svgs/ae.svg)}.flag-icon-af{background-image:url(assets/dist/svgs/af.svg)}.flag-icon-ag{background-image:url(assets/dist/svgs/ag.svg)}.flag-icon-ai{background-image:url(assets/dist/svgs/ai.svg)}.flag-icon-al{background-image:url(assets/dist/svgs/al.svg)}.flag-icon-am{background-image:url(assets/dist/svgs/am.svg)}.flag-icon-ao{background-image:url(assets/dist/svgs/ao.svg)}.flag-icon-aq{background-image:url(assets/dist/svgs/aq.svg)}.flag-icon-ar{background-image:url(assets/dist/svgs/ar.svg)}.flag-icon-as{background-image:url(assets/dist/svgs/as.svg)}.flag-icon-at{background-image:url(assets/dist/svgs/at.svg)}.flag-icon-au{background-image:url(assets/dist/svgs/au.svg)}.flag-icon-aw{background-image:url(assets/dist/svgs/aw.svg)}.flag-icon-ax{background-image:url(assets/dist/svgs/ax.svg)}.flag-icon-az{background-image:url(assets/dist/svgs/az.svg)}.flag-icon-ba{background-image:url(assets/dist/svgs/ba.svg)}.flag-icon-bb{background-image:url(assets/dist/svgs/bb.svg)}.flag-icon-bd{background-image:url(assets/dist/svgs/bd.svg)}.flag-icon-be{background-image:url(assets/dist/svgs/be.svg)}.flag-icon-bf{background-image:url(assets/dist/svgs/bf.svg)}.flag-icon-bg{background-image:url(assets/dist/svgs/bg.svg)}.flag-icon-bh{background-image:url(assets/dist/svgs/bh.svg)}.flag-icon-bi{background-image:url(assets/dist/svgs/bi.svg)}.flag-icon-bj{background-image:url(assets/dist/svgs/bj.svg)}.flag-icon-bl{background-image:url(assets/dist/svgs/bl.svg)}.flag-icon-bm{background-image:url(assets/dist/svgs/bm.svg)}.flag-icon-bn{background-image:url(assets/dist/svgs/bn.svg)}.flag-icon-bo{background-image:url(assets/dist/svgs/bo.svg)}.flag-icon-bq{background-image:url(assets/dist/svgs/bq.svg)}.flag-icon-br{background-image:url(assets/dist/svgs/br.svg)}.flag-icon-bs{background-image:url(assets/dist/svgs/bs.svg)}.flag-icon-bt{background-image:url(assets/dist/svgs/bt.svg)}.flag-icon-bv{background-image:url(assets/dist/svgs/bv.svg)}.flag-icon-bw{background-image:url(assets/dist/svgs/bw.svg)}.flag-icon-by{background-image:url(assets/dist/svgs/by.svg)}.flag-icon-bz{background-image:url(assets/dist/svgs/bz.svg)}.flag-icon-ca{background-image:url(assets/dist/svgs/ca.svg)}.flag-icon-cc{background-image:url(assets/dist/svgs/cc.svg)}.flag-icon-cd{background-image:url(assets/dist/svgs/cd.svg)}.flag-icon-cf{background-image:url(assets/dist/svgs/cf.svg)}.flag-icon-cg{background-image:url(assets/dist/svgs/cg.svg)}.flag-icon-ch{background-image:url(assets/dist/svgs/ch.svg)}.flag-icon-ci{background-image:url(assets/dist/svgs/ci.svg)}.flag-icon-ck{background-image:url(assets/dist/svgs/ck.svg)}.flag-icon-cl{background-image:url(assets/dist/svgs/cl.svg)}.flag-icon-cm{background-image:url(assets/dist/svgs/cm.svg)}.flag-icon-cn{background-image:url(assets/dist/svgs/cn.svg)}.flag-icon-co{background-image:url(assets/dist/svgs/co.svg)}.flag-icon-cr{background-image:url(assets/dist/svgs/cr.svg)}.flag-icon-cu{background-image:url(assets/dist/svgs/cu.svg)}.flag-icon-cv{background-image:url(assets/dist/svgs/cv.svg)}.flag-icon-cw{background-image:url(assets/dist/svgs/cw.svg)}.flag-icon-cx{background-image:url(assets/dist/svgs/cx.svg)}.flag-icon-cy{background-image:url(assets/dist/svgs/cy.svg)}.flag-icon-cz{background-image:url(assets/dist/svgs/cz.svg)}.flag-icon-de{background-image:url(assets/dist/svgs/de.svg)}.flag-icon-dj{background-image:url(assets/dist/svgs/dj.svg)}.flag-icon-dk{background-image:url(assets/dist/svgs/dk.svg)}.flag-icon-dm{background-image:url(assets/dist/svgs/dm.svg)}.flag-icon-do{background-image:url(assets/dist/svgs/do.svg)}.flag-icon-dz{background-image:url(assets/dist/svgs/dz.svg)}.flag-icon-ec{background-image:url(assets/dist/svgs/ec.svg)}.flag-icon-ee{background-image:url(assets/dist/svgs/ee.svg)}.flag-icon-eg{background-image:url(assets/dist/svgs/eg.svg)}.flag-icon-eh{background-image:url(assets/dist/svgs/eh.svg)}.flag-icon-er{background-image:url(assets/dist/svgs/er.svg)}.flag-icon-es{background-image:url(assets/dist/svgs/es.svg)}.flag-icon-et{background-image:url(assets/dist/svgs/et.svg)}.flag-icon-fi{background-image:url(assets/dist/svgs/fi.svg)}.flag-icon-fj{background-image:url(assets/dist/svgs/fj.svg)}.flag-icon-fk{background-image:url(assets/dist/svgs/fk.svg)}.flag-icon-fm{background-image:url(assets/dist/svgs/fm.svg)}.flag-icon-fo{background-image:url(assets/dist/svgs/fo.svg)}.flag-icon-fr{background-image:url(assets/dist/svgs/fr.svg)}.flag-icon-ga{background-image:url(assets/dist/svgs/ga.svg)}.flag-icon-gb{background-image:url(assets/dist/svgs/gb.svg)}.flag-icon-gd{background-image:url(assets/dist/svgs/gd.svg)}.flag-icon-ge{background-image:url(assets/dist/svgs/ge.svg)}.flag-icon-gf{background-image:url(assets/dist/svgs/gf.svg)}.flag-icon-gg{background-image:url(assets/dist/svgs/gg.svg)}.flag-icon-gh{background-image:url(assets/dist/svgs/gh.svg)}.flag-icon-gi{background-image:url(assets/dist/svgs/gi.svg)}.flag-icon-gl{background-image:url(assets/dist/svgs/gl.svg)}.flag-icon-gm{background-image:url(assets/dist/svgs/gm.svg)}.flag-icon-gn{background-image:url(assets/dist/svgs/gn.svg)}.flag-icon-gp{background-image:url(assets/dist/svgs/gp.svg)}.flag-icon-gq{background-image:url(assets/dist/svgs/gq.svg)}.flag-icon-gr{background-image:url(assets/dist/svgs/gr.svg)}.flag-icon-gs{background-image:url(assets/dist/svgs/gs.svg)}.flag-icon-gt{background-image:url(assets/dist/svgs/gt.svg)}.flag-icon-gu{background-image:url(assets/dist/svgs/gu.svg)}.flag-icon-gw{background-image:url(assets/dist/svgs/gw.svg)}.flag-icon-gy{background-image:url(assets/dist/svgs/gy.svg)}.flag-icon-hk{background-image:url(assets/dist/svgs/hk.svg)}.flag-icon-hm{background-image:url(assets/dist/svgs/hm.svg)}.flag-icon-hn{background-image:url(assets/dist/svgs/hn.svg)}.flag-icon-hr{background-image:url(assets/dist/svgs/hr.svg)}.flag-icon-ht{background-image:url(assets/dist/svgs/ht.svg)}.flag-icon-hu{background-image:url(assets/dist/svgs/hu.svg)}.flag-icon-id{background-image:url(assets/dist/svgs/id.svg)}.flag-icon-ie{background-image:url(assets/dist/svgs/ie.svg)}.flag-icon-il{background-image:url(assets/dist/svgs/il.svg)}.flag-icon-im{background-image:url(assets/dist/svgs/im.svg)}.flag-icon-in{background-image:url(assets/dist/svgs/in.svg)}.flag-icon-io{background-image:url(assets/dist/svgs/io.svg)}.flag-icon-iq{background-image:url(assets/dist/svgs/iq.svg)}.flag-icon-ir{background-image:url(assets/dist/svgs/ir.svg)}.flag-icon-is{background-image:url(assets/dist/svgs/is.svg)}.flag-icon-it{background-image:url(assets/dist/svgs/it.svg)}.flag-icon-je{background-image:url(assets/dist/svgs/je.svg)}.flag-icon-jm{background-image:url(assets/dist/svgs/jm.svg)}.flag-icon-jo{background-image:url(assets/dist/svgs/jo.svg)}.flag-icon-jp{background-image:url(assets/dist/svgs/jp.svg)}.flag-icon-ke{background-image:url(assets/dist/svgs/ke.svg)}.flag-icon-kg{background-image:url(assets/dist/svgs/kg.svg)}.flag-icon-kh{background-image:url(assets/dist/svgs/kh.svg)}.flag-icon-ki{background-image:url(assets/dist/svgs/ki.svg)}.flag-icon-km{background-image:url(assets/dist/svgs/km.svg)}.flag-icon-kn{background-image:url(assets/dist/svgs/kn.svg)}.flag-icon-kp{background-image:url(assets/dist/svgs/kp.svg)}.flag-icon-kr{background-image:url(assets/dist/svgs/kr.svg)}.flag-icon-kw{background-image:url(assets/dist/svgs/kw.svg)}.flag-icon-ky{background-image:url(assets/dist/svgs/ky.svg)}.flag-icon-kz{background-image:url(assets/dist/svgs/kz.svg)}.flag-icon-la{background-image:url(assets/dist/svgs/la.svg)}.flag-icon-lb{background-image:url(assets/dist/svgs/lb.svg)}.flag-icon-lc{background-image:url(assets/dist/svgs/lc.svg)}.flag-icon-li{background-image:url(assets/dist/svgs/li.svg)}.flag-icon-lk{background-image:url(assets/dist/svgs/lk.svg)}.flag-icon-lr{background-image:url(assets/dist/svgs/lr.svg)}.flag-icon-ls{background-image:url(assets/dist/svgs/ls.svg)}.flag-icon-lt{background-image:url(assets/dist/svgs/lt.svg)}.flag-icon-lu{background-image:url(assets/dist/svgs/lu.svg)}.flag-icon-lv{background-image:url(assets/dist/svgs/lv.svg)}.flag-icon-ly{background-image:url(assets/dist/svgs/ly.svg)}.flag-icon-ma{background-image:url(assets/dist/svgs/ma.svg)}.flag-icon-mc{background-image:url(assets/dist/svgs/mc.svg)}.flag-icon-md{background-image:url(assets/dist/svgs/md.svg)}.flag-icon-me{background-image:url(assets/dist/svgs/me.svg)}.flag-icon-mf{background-image:url(assets/dist/svgs/mf.svg)}.flag-icon-mg{background-image:url(assets/dist/svgs/mg.svg)}.flag-icon-mh{background-image:url(assets/dist/svgs/mh.svg)}.flag-icon-mk{background-image:url(assets/dist/svgs/mk.svg)}.flag-icon-ml{background-image:url(assets/dist/svgs/ml.svg)}.flag-icon-mm{background-image:url(assets/dist/svgs/mm.svg)}.flag-icon-mn{background-image:url(assets/dist/svgs/mn.svg)}.flag-icon-mo{background-image:url(assets/dist/svgs/mo.svg)}.flag-icon-mp{background-image:url(assets/dist/svgs/mp.svg)}.flag-icon-mq{background-image:url(assets/dist/svgs/mq.svg)}.flag-icon-mr{background-image:url(assets/dist/svgs/mr.svg)}.flag-icon-ms{background-image:url(assets/dist/svgs/ms.svg)}.flag-icon-mt{background-image:url(assets/dist/svgs/mt.svg)}.flag-icon-mu{background-image:url(assets/dist/svgs/mu.svg)}.flag-icon-mv{background-image:url(assets/dist/svgs/mv.svg)}.flag-icon-mw{background-image:url(assets/dist/svgs/mw.svg)}.flag-icon-mx{background-image:url(assets/dist/svgs/mx.svg)}.flag-icon-my{background-image:url(assets/dist/svgs/my.svg)}.flag-icon-mz{background-image:url(assets/dist/svgs/mz.svg)}.flag-icon-na{background-image:url(assets/dist/svgs/na.svg)}.flag-icon-nc{background-image:url(assets/dist/svgs/nc.svg)}.flag-icon-ne{background-image:url(assets/dist/svgs/ne.svg)}.flag-icon-nf{background-image:url(assets/dist/svgs/nf.svg)}.flag-icon-ng{background-image:url(assets/dist/svgs/ng.svg)}.flag-icon-ni{background-image:url(assets/dist/svgs/ni.svg)}.flag-icon-nl{background-image:url(assets/dist/svgs/nl.svg)}.flag-icon-no{background-image:url(assets/dist/svgs/no.svg)}.flag-icon-np{background-image:url(assets/dist/svgs/np.svg)}.flag-icon-nr{background-image:url(assets/dist/svgs/nr.svg)}.flag-icon-nu{background-image:url(assets/dist/svgs/nu.svg)}.flag-icon-nz{background-image:url(assets/dist/svgs/nz.svg)}.flag-icon-om{background-image:url(assets/dist/svgs/om.svg)}.flag-icon-pa{background-image:url(assets/dist/svgs/pa.svg)}.flag-icon-pe{background-image:url(assets/dist/svgs/pe.svg)}.flag-icon-pf{background-image:url(assets/dist/svgs/pf.svg)}.flag-icon-pg{background-image:url(assets/dist/svgs/pg.svg)}.flag-icon-ph{background-image:url(assets/dist/svgs/ph.svg)}.flag-icon-pk{background-image:url(assets/dist/svgs/pk.svg)}.flag-icon-pl{background-image:url(assets/dist/svgs/pl.svg)}.flag-icon-pm{background-image:url(assets/dist/svgs/pm.svg)}.flag-icon-pn{background-image:url(assets/dist/svgs/pn.svg)}.flag-icon-pr{background-image:url(assets/dist/svgs/pr.svg)}.flag-icon-ps{background-image:url(assets/dist/svgs/ps.svg)}.flag-icon-pt{background-image:url(assets/dist/svgs/pt.svg)}.flag-icon-pw{background-image:url(assets/dist/svgs/pw.svg)}.flag-icon-py{background-image:url(assets/dist/svgs/py.svg)}.flag-icon-qa{background-image:url(assets/dist/svgs/qa.svg)}.flag-icon-re{background-image:url(assets/dist/svgs/re.svg)}.flag-icon-ro{background-image:url(assets/dist/svgs/ro.svg)}.flag-icon-rs{background-image:url(assets/dist/svgs/rs.svg)}.flag-icon-ru{background-image:url(assets/dist/svgs/ru.svg)}.flag-icon-rw{background-image:url(assets/dist/svgs/rw.svg)}.flag-icon-sa{background-image:url(assets/dist/svgs/sa.svg)}.flag-icon-sb{background-image:url(assets/dist/svgs/sb.svg)}.flag-icon-sc{background-image:url(assets/dist/svgs/sc.svg)}.flag-icon-sd{background-image:url(assets/dist/svgs/sd.svg)}.flag-icon-se{background-image:url(assets/dist/svgs/se.svg)}.flag-icon-sg{background-image:url(assets/dist/svgs/sg.svg)}.flag-icon-sh{background-image:url(assets/dist/svgs/sh.svg)}.flag-icon-si{background-image:url(assets/dist/svgs/si.svg)}.flag-icon-sj{background-image:url(assets/dist/svgs/sj.svg)}.flag-icon-sk{background-image:url(assets/dist/svgs/sk.svg)}.flag-icon-sl{background-image:url(assets/dist/svgs/sl.svg)}.flag-icon-sm{background-image:url(assets/dist/svgs/sm.svg)}.flag-icon-sn{background-image:url(assets/dist/svgs/sn.svg)}.flag-icon-so{background-image:url(assets/dist/svgs/so.svg)}.flag-icon-sr{background-image:url(assets/dist/svgs/sr.svg)}.flag-icon-ss{background-image:url(assets/dist/svgs/ss.svg)}.flag-icon-st{background-image:url(assets/dist/svgs/st.svg)}.flag-icon-sv{background-image:url(assets/dist/svgs/sv.svg)}.flag-icon-sx{background-image:url(assets/dist/svgs/sx.svg)}.flag-icon-sy{background-image:url(assets/dist/svgs/sy.svg)}.flag-icon-sz{background-image:url(assets/dist/svgs/sz.svg)}.flag-icon-tc{background-image:url(assets/dist/svgs/tc.svg)}.flag-icon-td{background-image:url(assets/dist/svgs/td.svg)}.flag-icon-tf{background-image:url(assets/dist/svgs/tf.svg)}.flag-icon-tg{background-image:url(assets/dist/svgs/tg.svg)}.flag-icon-th{background-image:url(assets/dist/svgs/th.svg)}.flag-icon-tj{background-image:url(assets/dist/svgs/tj.svg)}.flag-icon-tk{background-image:url(assets/dist/svgs/tk.svg)}.flag-icon-tl{background-image:url(assets/dist/svgs/tl.svg)}.flag-icon-tm{background-image:url(assets/dist/svgs/tm.svg)}.flag-icon-tn{background-image:url(assets/dist/svgs/tn.svg)}.flag-icon-to{background-image:url(assets/dist/svgs/to.svg)}.flag-icon-tr{background-image:url(assets/dist/svgs/tr.svg)}.flag-icon-tt{background-image:url(assets/dist/svgs/tt.svg)}.flag-icon-tv{background-image:url(assets/dist/svgs/tv.svg)}.flag-icon-tw{background-image:url(assets/dist/svgs/tw.svg)}.flag-icon-tz{background-image:url(assets/dist/svgs/tz.svg)}.flag-icon-ua{background-image:url(assets/dist/svgs/ua.svg)}.flag-icon-ug{background-image:url(assets/dist/svgs/ug.svg)}.flag-icon-um{background-image:url(assets/dist/svgs/um.svg)}.flag-icon-us{background-image:url(assets/dist/svgs/us.svg)}.flag-icon-uy{background-image:url(assets/dist/svgs/uy.svg)}.flag-icon-uz{background-image:url(assets/dist/svgs/uz.svg)}.flag-icon-va{background-image:url(assets/dist/svgs/va.svg)}.flag-icon-vc{background-image:url(assets/dist/svgs/vc.svg)}.flag-icon-ve{background-image:url(assets/dist/svgs/ve.svg)}.flag-icon-vg{background-image:url(assets/dist/svgs/vg.svg)}.flag-icon-vi{background-image:url(assets/dist/svgs/vi.svg)}.flag-icon-vn{background-image:url(assets/dist/svgs/vn.svg)}.flag-icon-vu{background-image:url(assets/dist/svgs/vu.svg)}.flag-icon-wf{background-image:url(assets/dist/svgs/wf.svg)}.flag-icon-ws{background-image:url(assets/dist/svgs/ws.svg)}.flag-icon-ye{background-image:url(assets/dist/svgs/ye.svg)}.flag-icon-yt{background-image:url(assets/dist/svgs/yt.svg)}.flag-icon-za{background-image:url(assets/dist/svgs/za.svg)}.flag-icon-zm{background-image:url(assets/dist/svgs/zm.svg)}.flag-icon-zw{background-image:url(assets/dist/svgs/zw.svg)}.flag-icon-an{background-image:url(assets/dist/svgs/an.svg)}.flag-icon-ea{background-image:url(assets/dist/svgs/ea.svg)}.flag-icon-es-ca{background-image:url(assets/dist/svgs/es-ca.svg)}.flag-icon-eu{background-image:url(assets/dist/svgs/eu.svg)}.flag-icon-gb-eng{background-image:url(assets/dist/svgs/gb-eng.svg)}.flag-icon-gb-nir{background-image:url(assets/dist/svgs/gb-nir.svg)}.flag-icon-gb-sct{background-image:url(assets/dist/svgs/gb-sct.svg)}.flag-icon-gb-wls{background-image:url(assets/dist/svgs/gb-wls.svg)}.flag-icon-un{background-image:url(assets/dist/svgs/un.svg)}.flag-icon-xk{background-image:url(assets/dist/svgs/xk.svg)}.button-checkbox,.button-radio,input.button-checkbox,input.button-radio{position:absolute;opacity:0;left:-99999px;cursor:pointer;height:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-checkbox+label,.button-radio+label,input.button-checkbox+label,input.button-radio+label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:120px;position:relative;height:100%;padding:1.875rem;cursor:pointer;border:2px solid #0069a6;text-align:center;line-height:1.5;font-size:16px;font-size:1rem;background:#fff;color:#0069a6;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.button-checkbox:disabled+label,.button-radio:disabled+label,input.button-checkbox:disabled+label,input.button-radio:disabled+label{border:2px solid #323633;color:#323633}.button-checkbox:checked+label,.button-checkbox:hover+label,.button-radio:checked+label,.button-radio:hover+label,input.button-checkbox:checked+label,input.button-checkbox:hover+label,input.button-radio:checked+label,input.button-radio:hover+label{border-color:#00b3e3;background:#00b3e3;color:#fff}.button-checkbox+label,input.button-checkbox+label{padding:.9375rem 1.875rem;line-height:1.25;font-size:14px;font-size:.875rem;min-height:0}.button-checkbox+label span,input.button-checkbox+label span{display:block;font-size:16px;font-size:1rem;font-weight:700;text-transform:uppercase}@media screen and (min-width:768px){.button-checkbox+label span,input.button-checkbox+label span{font-size:18px;font-size:1.125rem}}.gform_wrapper.gform_validation_error .validation_message,.loader{display:none}.loader{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:18px;height:18px;border-radius:50%;border-color:#c1d72e #c1d72e transparent transparent;border-style:solid;border-width:4px;-webkit-animation:spin .5s linear infinite;animation:spin .5s linear infinite;background:none}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.btn,.is-style-button-palram-blue .wp-block-button__link,.is-style-button-palram-green .wp-block-button__link,.palram-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;background-color:#00b3e3;color:#fff;padding:.625rem .9375rem;font-size:17px;font-size:1.0625rem;font-weight:400;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;gap:10px;-webkit-box-shadow:none;box-shadow:none}.btn>span,.is-style-button-palram-blue .wp-block-button__link>span,.is-style-button-palram-green .wp-block-button__link>span,.palram-btn>span{line-height:1.2em;margin-bottom:-.2em;position:relative}.btn:after,.btn:before,.is-style-button-palram-blue .wp-block-button__link:after,.is-style-button-palram-blue .wp-block-button__link:before,.is-style-button-palram-green .wp-block-button__link:after,.is-style-button-palram-green .wp-block-button__link:before,.palram-btn:after,.palram-btn:before{content:none}.btn svg,.is-style-button-palram-blue .wp-block-button__link svg,.is-style-button-palram-green .wp-block-button__link svg,.palram-btn svg{-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:1.2em;height:1.2em}.is-style-button-palram-blue [dir=rtl] .wp-block-button__link svg,.is-style-button-palram-green [dir=rtl] .wp-block-button__link svg,[dir=rtl] .btn svg,[dir=rtl] .is-style-button-palram-blue .wp-block-button__link svg,[dir=rtl] .is-style-button-palram-green .wp-block-button__link svg,[dir=rtl] .palram-btn svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.btn:active,.btn:focus,.btn:hover,.is-style-button-palram-blue .wp-block-button__link:active,.is-style-button-palram-blue .wp-block-button__link:focus,.is-style-button-palram-blue .wp-block-button__link:hover,.is-style-button-palram-green .wp-block-button__link:active,.is-style-button-palram-green .wp-block-button__link:focus,.is-style-button-palram-green .wp-block-button__link:hover,.palram-btn:active,.palram-btn:focus,.palram-btn:hover{background-color:#009fca;color:#fff}.palram-link{font-weight:700;text-decoration:underline;color:#00b3e3}.palram-link:active,.palram-link:focus,.palram-link:hover{color:#0069a6}.palram-black-link{color:#0c0d0d}.palram-black-link:active,.palram-black-link:focus,.palram-black-link:hover{color:#0069a6}.action-link{font-size:16px;font-size:1rem;font-weight:700;text-transform:uppercase;text-decoration:underline;color:#00b3e3;cursor:pointer;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.action-link:active,.action-link:focus,.action-link:hover{color:#0069a6}.arrow-btn{background:none;border:0;margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-transform:uppercase;background-color:#c1d72e;color:#0069a6;padding:8px 26px 5px 12px;font-size:16px;width:auto;letter-spacing:.01em;font-weight:400;position:relative;background-image:url(assets/dist/svgs/ios-arrow-forward--blue.svg);background-position:right 8px center;background-repeat:no-repeat;background-size:16px 16px}.palram-btn--white,.palram-white-btn{background:#fff;padding:8px 40px 8px 30px;border:1px solid #0069a6;position:relative;color:#0069a6}.palram-btn--white svg,.palram-white-btn svg{position:absolute;right:3px}.palram-btn--white:active,.palram-btn--white:focus,.palram-btn--white:hover,.palram-white-btn:active,.palram-white-btn:focus,.palram-white-btn:hover{background-color:#f2f2f2;color:#00598d}.palram-btn--teritary,.palram-teritary-btn{background:transparent;padding:8px 0;border-bottom:1px solid #002a42}.palram-btn--teritary:active,.palram-btn--teritary:focus,.palram-btn--teritary:hover,.palram-teritary-btn:active,.palram-teritary-btn:focus,.palram-teritary-btn:hover{color:#002a42;border-bottom:1px solid #002a42;background:transparent}.palram-btn--teritary:active svg path,.palram-btn--teritary:focus svg path,.palram-btn--teritary:hover svg path,.palram-teritary-btn:active svg path,.palram-teritary-btn:focus svg path,.palram-teritary-btn:hover svg path{fill:#002a42}.searchform{position:relative;max-width:300px;display:inline-block;width:100%}.searchform input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-transition:.2s;transition:.2s;padding:.5rem .75rem;border:1px solid #003e7e;border-radius:5px;margin:0}.searchform button[type=submit]{background:none;border:0;margin:0;padding:0}.searchform button[type=submit] svg{position:absolute;right:12px;top:5px;bottom:0;width:26px;height:26px}.search-submit svg{display:none}.site-select-toggle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.site-select--open .site-select-toggle .site-select__link{background:#fff}.about-text{padding-top:20px;padding-bottom:40px}@media screen and (min-width:1024px){.about-text{padding-top:45px;padding-bottom:60px}}.gutenberg-content>.about-text{margin-bottom:0}.about-text__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:1300px;max-width:81.25rem;padding-left:20px;padding-right:20px;max-width:580px}@media screen and (min-width:1024px){.about-text__wrap{max-width:920px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}@media screen and (max-width:1023px){.about-text__header{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.about-text__header.focusable:active,.about-text__header.focusable:focus{clip:auto;-webkit-clip-path:none;clip-path:none;height:auto;margin:0;overflow:visible;position:static;width:auto}}@media screen and (min-width:1024px){.about-text__header{margin-right:10px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.about-text__content .about-text__heading{color:#00b3e3;font-weight:400;margin-bottom:.5rem;font-size:20px}.about-text__title{color:#00b3e3;display:block;font-weight:400;font-size:27px;margin-bottom:20px;text-align:center}@media screen and (min-width:1024px){.about-text__title{display:inline-block;font-size:38px;margin:2rem 10px 0 0;font-weight:400;text-align:right;line-height:41px}.about-text__title span{display:block}}.about-text__text p{font-size:18px;font-weight:300;line-height:22px;margin:0 0 10px}.about-text__text p:last-child{margin-bottom:0}@media screen and (min-width:1024px){.about-text__text p{font-size:16px;line-height:18px}}.accordion.accordion--open .accordion__button:after{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.accordion__button{background:none;border:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;text-align:left;font-size:17px;padding:15px;border-top:1px solid #ccc}.accordion__button:after{content:"";-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:.9375rem;width:30px;width:1.875rem;height:30px;height:1.875rem;background-image:url(assets/dist/svgs/ios-arrow-down--blue.svg)}.accordion__content{display:none;padding:0 15px}.accordion--open .accordion__content{display:block}.banner-slide{white-space:normal;position:relative;width:100%;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}@media screen and (max-width:767px){.banner-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-flow:column-reverse nowrap;flex-flow:column-reverse nowrap}}@media screen and (min-width:768px){.banner-slide{padding:0}}.banner-slide .banner-slide__link:nth-of-type(2){margin-top:10px}@media screen and (min-width:480px){.banner-slide .banner-slide__link:nth-of-type(2){margin-top:0}}@media screen and (min-width:768px){.banner-slide--alt .banner-slide__link,.is-style-banner-slide--alt .banner-slide__link{right:0;bottom:0}.banner-slide--alt .banner-slide__content,.is-style-banner-slide--alt .banner-slide__content{background:transparent;width:390px}}.banner-slide--central .banner-slide__links{width:100%}@media screen and (min-width:768px){.banner-slide--central .banner-slide__wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.banner-slide--central .banner-slide__content{width:520px;background-color:rgba(0,105,166,.9);margin:20px;padding:15px 180px 15px 15px;position:relative}.banner-slide--central .banner-slide__links{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);bottom:0;height:80%;width:165px;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;-ms-flex-wrap:wrap;flex-wrap:wrap}.banner-slide--central .banner-slide__links:before{content:"";background-color:#c1d72e;width:2px;height:100%;position:absolute;left:0;top:0;bottom:0}.banner-slide--central .banner-slide__link{height:auto;font-weight:400;font-size:17px;font-size:1.0625rem}}.banner-slide--central .banner-slide__link{margin:5px}@media screen and (min-width:768px){.banner-slide__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:1300px;max-width:81.25rem;padding-left:20px;padding-right:20px;height:365px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media screen and (min-width:1440px){.banner-slide__wrap{height:395px}}@media screen and (min-width:1600px){.banner-slide__wrap{height:425px}}.banner-slide__content{background:#0069a6;color:#fff;padding:15px;text-align:center;position:relative;z-index:4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:10px}@media screen and (min-width:768px){.banner-slide__content{display:block;height:auto;width:385px;text-align:left;margin-bottom:25px;padding-bottom:38px}}.banner-slide__top{font-size:24px;color:#c1d72e;font-weight:600;margin-bottom:3px}.banner-slide__title{display:block;font-size:33px;font-weight:400}.banner-slide__title .banner-slide__title-alt{color:#fff}.banner-slide__subtext{display:block;font-size:18px}.banner-slide__bottom{display:block;font-size:16px;margin-top:6px}.banner-slide__images{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:220px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:10px}.banner-slide__images img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}@media screen and (min-width:768px){.banner-slide__images img{border:none}}@media screen and (min-width:480px){.banner-slide__images{height:280px}}@media screen and (min-width:768px){.banner-slide__images{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%}}.banner-slide__image-1{display:none;height:100%}@media screen and (min-width:768px){.banner-slide__image-1{position:relative;display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:450px;height:365px}.banner-slide__image-1:before{content:"";background:-webkit-gradient(linear,left top, left bottom,from(transparent),color-stop(50%, rgba(0,0,0,.45)));background:linear-gradient(180deg,transparent,rgba(0,0,0,.45) 50%);position:absolute;bottom:0;left:0;right:0;height:50%;width:100%}}@media screen and (min-width:1440px){.banner-slide__image-1{height:395px}}@media screen and (min-width:1600px){.banner-slide__image-1{height:425px}}@media screen and (min-width:1300px){.banner-slide__image-1{width:calc(-200px + 50vw)}}@media screen and (min-width:2000px){.banner-slide__image-1{width:800px}}.banner-slide__image-2{height:100%}.banner-slide__image-2:before{content:"";background:linear-gradient(-45deg,transparent 15%,#00b3e3 60%,#c1d72e 95%,#ede839);position:absolute;top:0;left:0;right:0;height:100%;width:100%;opacity:1;-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(#000),to(transparent))}@media screen and (min-width:768px){.banner-slide__image-2{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;height:365px;position:relative}}@media screen and (min-width:1440px){.banner-slide__image-2{height:395px}}@media screen and (min-width:1600px){.banner-slide__image-2{height:425px}}@media screen and (min-width:768px){[dir=rtl] .banner-slide__image-2:before{
    /* @noflip */background:linear-gradient(45deg,transparent 40%,#00b3e3 60%,#c1d72e 95%,#ede839)}}@media screen and (min-width:768px){.banner-slide__links{position:absolute;left:auto;right:8px;bottom:8px}}.banner-slide__link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#00b3e3;color:#fff;padding:7px 4px 2px 7px;height:30px;font-size:17px;font-size:1.0625rem;letter-spacing:.005em;line-height:20px;font-weight:400}.banner-slide__link span{position:relative;top:-1.5px;color:#fff}.banner-slide__link span .sr-only{position:absolute}.banner-slide__link svg{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20px;height:20px;-webkit-transform:translateY(-2.5px) rotate(-90deg);transform:translateY(-2.5px) rotate(-90deg)}[dir=rtl] .banner-slide__link svg{-webkit-transform:translateY(-2.5px) rotate(-90deg) scaleX(-1);transform:translateY(-2.5px) rotate(-90deg) scaleX(-1)}@media screen and (min-width:768px){.banner-slide__link{height:auto;padding:7px 4px 3px 7px;font-size:17px;font-size:1.0625rem}.banner-slide__link svg{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:17px;height:17px;-webkit-transform:translateY(-2px) rotate(-90deg);transform:translateY(-2px) rotate(-90deg)}[dir=rtl] .banner-slide__link svg{-webkit-transform:translateY(-2px) rotate(-90deg) scaleX(-1);transform:translateY(-2px) rotate(-90deg) scaleX(-1)}}.wp-block-mkdo-blocks-banner-slide-left .banner-slide__links{text-align:center;width:100%}@media screen and (min-width:768px){.wp-block-mkdo-blocks-banner-slide-left .banner-slide__links{text-align:right}}.wp-block-mkdo-blocks-banner-slide-left .banner-slide__links .banner-slide__link:nth-of-type(2){margin-left:5px}@media screen and (min-width:480px){.wp-block-mkdo-blocks-banner-slide-left .banner-slide__links .banner-slide__link:nth-of-type(2){margin-left:10px}}@media screen and (min-width:768px){html.site-us .banner-slide--central .banner-slide__link{font-size:14px;font-weight:600}html.site-us .banner-slide__link{padding:5px 4px 5px 6px}}@media screen and (max-width:767px){.banner-slide__links .banner-slide__link{margin:5px 5px 0}}.blog-content{color:#0c0d0d}.blog-content.gutenberg-content{padding:0}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6,.blog-content ol,.blog-content p,.blog-content ul{margin-bottom:1rem}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{margin-top:2.5rem;text-transform:none}.blog-content img{margin:1.25rem 0;display:block}.blog-content img.aligncenter{margin:1.25rem auto}.blog-content ol,.blog-content ul{margin:0;padding:0;-webkit-padding-start:17px;padding-inline-start:17px}.blog-content ol{list-style:decimal}.blog-content ul{list-style:disc}.blog-content li,.blog-content p{font-size:18px;line-height:1.5em;font-weight:400}.blog-content a{color:#0069a6;-webkit-transition:.3s;transition:.3s}.blog-content a:hover{color:#00b3e3}.blog-content p{font-weight:400}.blog-content strong{font-weight:600}.career-form{padding:15px}.career-form .gform_wrapper{max-width:1024px;margin-left:auto;margin-right:auto}.career-form .gform_wrapper form{max-width:740px}.career-form .gform_button[type=submit]{background:none;border:0;margin:0;background-color:#00b3e3;color:#fff;padding:15px 20px;min-width:200px;font-weight:400}.career-header{background:#0069a6;padding:30px 20px;margin-bottom:30px}@media (min-width:1200px){.career-header{padding:40px 20px;margin-bottom:40px;padding:80px 20px}}.career-header__wrap{max-width:1024px;margin:0 auto}.career-header__breadcrumb .breadcrumbs .row{position:static}.career-header__breadcrumb .col-md-24{padding:0}.career-header__breadcrumb .breadcrumbs__list{color:#fff}.career-header__breadcrumb .separator,.career-header__breadcrumb li a{color:#fff;opacity:.6}.career-header__breadcrumb li.item-current a{opacity:1}.career-header__breadcrumb li.item-current a:hover,.career-header__breadcrumb li a:hover{opacity:1;color:#00b3e3}@media (max-width:640px){.career-header__breadcrumb #breadcrumbs{display:block}}@media (min-width:1024px){.career-header__breadcrumb .container{width:100%}}.career-header__title{color:#c1d72e}body div#hs-eu-cookie-confirmation{display:none;font-family:Myriad Pro,Open Sans,Helvetica Neue,helvetica,arial,sans-serif;-webkit-box-shadow:0 -5px 20px rgba(0,0,0,.1)!important;box-shadow:0 -5px 20px rgba(0,0,0,.1)!important;border:0;position:fixed;top:auto;bottom:0}body div#hs-eu-cookie-confirmation a{color:#00b3e3}body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button{border-radius:0;border:0!important;background-color:#0069a6!important;color:#fff;min-width:80px;text-align:center}body div#hs-eu-cookie-confirmation.hs-eu-cookie-confirmation--show{display:block}.ccc-govuk-wrapper #ccc-cookie-banner-govuk{position:fixed;bottom:0!important;top:inherit!important;z-index:9999;background:#fff;-webkit-box-shadow:0 -5px 20px rgba(0,0,0,.1);box-shadow:0 -5px 20px rgba(0,0,0,.1);max-width:767px;margin:10px;width:auto;padding:20px 20px 0}.ccc-govuk-wrapper #ccc-cookie-banner-govuk .govuk-heading-m{margin-bottom:10px;font-size:16px}.ccc-govuk-wrapper #ccc-cookie-banner-govuk .govuk-body{font-size:14px}.ccc-govuk-wrapper .govuk-body,.ccc-govuk-wrapper .govuk-heading-m{color:#002a42;font-family:Myriad Pro,Open Sans,Helvetica Neue,helvetica,arial,sans-serif}.ccc-govuk-wrapper .govuk-heading-m{font-weight:600}.ccc-govuk-wrapper .govuk-link,.ccc-govuk-wrapper .govuk-link:link,.ccc-govuk-wrapper .govuk-link:visited{color:#0c0d0d;text-decoration:underline;font-family:Myriad Pro,Open Sans,Helvetica Neue,helvetica,arial,sans-serif}.ccc-govuk-wrapper .govuk-link:focus,.ccc-govuk-wrapper .govuk-link:hover{outline:none;color:#00b3e3;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;text-decoration:underline}.ccc-govuk-wrapper .govuk-button{font-family:Myriad Pro,Open Sans,Helvetica Neue,helvetica,arial,sans-serif;font-size:16px;padding:5px 10px;text-transform:uppercase;font-weight:500;text-decoration:none;margin-bottom:10px}.ccc-govuk-wrapper .gov-uk-button:active,.ccc-govuk-wrapper .govuk-button,.ccc-govuk-wrapper .govuk-button:focus,.ccc-govuk-wrapper .govuk-button:focus:not(:active):not(:hover),.ccc-govuk-wrapper .govuk-button:hover{background:#0069a6;color:#fff;border-color:transparent;outline:0;-webkit-box-shadow:none;box-shadow:none;top:0}.ccc-govuk-wrapper .govuk-grid-column-two-thirds{width:100%}@media (min-width:641px){.ccc-govuk-wrapper .cookie-banner--accept p,.ccc-govuk-wrapper .cookie-banner--reject p{margin-right:25px;position:relative;top:5px}}.ccc-govuk-wrapper .cookie-banner--hide,.ccc-govuk-wrapper .cookie-banner-accept--hide,.ccc-govuk-wrapper .cookie-banner-reject--hide{margin-right:0}.ccc-govuk-wrapper .govuk-button-group .govuk-link{display:none}.ccc-govuk-wrapper .ccc-container{padding:0 30px}.ccc-govuk-wrapper .ccc-govuk-block-group.ccc-govuk-shortcode{margin-top:20px}.ccc-govuk-wrapper .ccc-govuk-block-group.ccc-govuk-shortcode *{color:#0c0d0d}.ccc-govuk-wrapper .govuk-radios__input{opacity:1;width:auto;height:auto;top:0;left:0;position:relative}.ccc-govuk-wrapper .govuk-radios__item{padding-left:0}.ccc-govuk-wrapper .govuk-radios__label:after,.ccc-govuk-wrapper .govuk-radios__label:before,html.site-us .ccc-govuk-wrapper .cookie-banner-button--reject{display:none}.mkdo-gallery-carousel .glide__slide{display:block}.mkdo-gallery-carousel .glide__slide img{width:100%;aspect-ratio:3/4;max-height:200px;-o-object-fit:cover;object-fit:cover}.mkdo-gallery-carousel .glide__arrow span,.mkdo-gallery-carousel .glide__bullet span{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.mkdo-gallery-carousel .glide__arrow span.focusable:active,.mkdo-gallery-carousel .glide__arrow span.focusable:focus,.mkdo-gallery-carousel .glide__bullet span.focusable:active,.mkdo-gallery-carousel .glide__bullet span.focusable:focus{clip:auto;-webkit-clip-path:none;clip-path:none;height:auto;margin:0;overflow:visible;position:static;width:auto}.mkdo-gallery-carousel .glide__arrow{width:47px;height:49px;display:block;background:#0069a6;top:100px;background-image:url(//www.palram.com/il/wp-content/themes/joomi/assets/dist/images/sprite.png);background-repeat:no-repeat;background-position:0 -608px}@media screen and (min-width:1024px){.mkdo-gallery-carousel .glide__arrow{display:-webkit-box;display:-ms-flexbox;display:flex}}.mkdo-gallery-carousel .glide__arrow--left{left:-20px;right:auto}[dir=rtl] .mkdo-gallery-carousel .glide__arrow--left{left:auto;right:-20px}.mkdo-gallery-carousel .glide__arrow--right{left:auto;right:-20px;-webkit-transform:translateY(-50%) scaleX(-1);transform:translateY(-50%) scaleX(-1)}[dir=rtl] .mkdo-gallery-carousel .glide__arrow--right{left:-20px;right:auto}.mkdo-gallery-carousel .glide__bullets{display:none;margin:30px 0 0}@media screen and (min-width:1024px){.mkdo-gallery-carousel .glide__bullets{display:-webkit-box;display:-ms-flexbox;display:flex}}.mkdo-gallery-carousel .glide__bullet{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:999px;margin:0 8px}.wp-block-file__button{background-color:#00b3e3;border-radius:0}.wp-block-button__link,.wp-block-file__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#002a42;padding:10px 10px 8px;font-size:16px;letter-spacing:.01em;font-weight:700}.wp-block-button__link{background:0 0;border:0;margin:0;background-color:#00b3e3;width:auto;border-radius:0;position:relative}.wp-block-button .wp-block-button__link:where(.is-style-outline),.wp-block-button:where(.is-style-outline)>.wp-block-button__link{padding:8px 13px 6px;border:2px solid;color:currentColor}.is-style-button-palram-green .wp-block-button__link{background-position:right 8px center;background-repeat:no-repeat;background-size:16px 16px;background-image:url(//www.palram.com/wp-content/themes/joomi/assets/dist/svgs/ios-arrow-forward--blue.svg);padding-right:30px}[dir=rtl] .is-style-button-palram-green .wp-block-button__link{background-image:url(//www.palram.com/wp-content/themes/joomi/assets/dist/svgs/ios-arrow-back--blue.svg)}.is-style-button-palram-blue .wp-block-button__link{background-position:right 8px center;background-repeat:no-repeat;background-size:16px 16px;background-image:url(//www.palram.com/wp-content/themes/joomi/assets/dist/svgs/ios-arrow-forward--white.svg);padding-right:30px}[dir=rtl] .is-style-button-palram-blue .wp-block-button__link{background-image:url(//www.palram.com/wp-content/themes/joomi/assets/dist/svgs/ios-arrow-back--white.svg)}.is-style-query-loop-border .wp-block-post,.query-loop-border .wp-block-post{border:1px solid #0069a6;padding:10px}.is-style-query-loop-border .wp-block-post-title,.query-loop-border .wp-block-post-title{font-size:16px;font-weight:700;color:#002a42;margin:0 0 15px}.is-style-query-loop-border .wp-block-post-excerpt__excerpt,.query-loop-border .wp-block-post-excerpt__excerpt{font-size:16px;font-weight:400;color:#002a42;margin:0 0 15px}.is-style-query-loop-border .wp-block-post-excerpt__more-text,.query-loop-border .wp-block-post-excerpt__more-text{font-size:16px;font-weight:400;color:#002a42;margin:0}.wp-block-list{padding-left:16px;list-style:disc}.wp-block-list.is-style-list-blue-marker{list-style:square}.wp-block-list.is-style-list-blue-marker li::marker{color:#00b3e3}.gutenberg-content{font-size:18px;font-weight:400;line-height:1.5;color:#0c0d0d;padding-bottom:30px}@media screen and (min-width:1024px){.gutenberg-content{padding-bottom:40px}}.gutenberg-content :where(body .is-layout-constrained)>*{-webkit-margin-before:19.2px;margin-block-start:19.2px;-webkit-margin-before:1.2rem;margin-block-start:1.2rem;-webkit-margin-after:0;margin-block-end:0}.gutenberg-content>*{margin-left:auto;margin-right:auto;-webkit-margin-before:19.2px;margin-block-start:19.2px;-webkit-margin-before:1.2rem;margin-block-start:1.2rem}.gutenberg-content>:first-child{margin-top:0}.gutenberg-content>:last-child{margin-bottom:0}.gutenberg-content .remove-children-margin .wp-block-group__inner-container>*,.gutenberg-content .remove-children-margin>*,.gutenberg-content .remove-margin{margin-top:0;margin-bottom:0}.gutenberg-content>img{height:auto}.gutenberg-content>p,.gutenberg-content p{margin:0 0 1em}.gutenberg-content>p,.gutenberg-content>ul>li,.gutenberg-content p{line-height:1.5}.gutenberg-content>ol,.gutenberg-content>ol ol,.gutenberg-content>ol ul,.gutenberg-content>ul,.gutenberg-content>ul ol,.gutenberg-content>ul ul{list-style:revert;margin:revert;padding:0 0 0 14px;border:revert}.gutenberg-content>ol>li>ul,.gutenberg-content>ol li>ol,.gutenberg-content>ul>li>ol,.gutenberg-content>ul>li>ul{margin-bottom:0}.gutenberg-content hr{margin:4rem auto}.gutenberg-content fieldset{padding:3rem}.gutenberg-content legend{padding:0 1.5rem}.gutenberg-content .button,.gutenberg-content .faux-button,.gutenberg-content button,.gutenberg-content input[type=button],.gutenberg-content input[type=reset],.gutenberg-content input[type=submit]{font-size:27.2px;font-size:1.7rem}.gutenberg-content blockquote{border-left:4px solid #1a1a1a;color:#686868;font-size:19px;font-style:italic;line-height:1.4736842105;margin-bottom:28px;overflow:hidden;padding:0 0 0 24px}.gutenberg-content .wp-block-pullquote blockquote{border:0;padding:0}.gutenberg-content .aligncenter,.gutenberg-content .aligncenter img{margin-left:auto;margin-right:auto}.gutenberg-content .alignleft{
  /*rtl:ignore*/float:left;margin:.3rem 2rem 2rem 0}.gutenberg-content .alignright{
  /*rtl:ignore*/float:right;margin:.3rem 0 2rem 2rem}.gutenberg-content .has-normal-font-size,.gutenberg-content .has-regular-font-size{font-size:1em}.gutenberg-content .has-lead-font-size{font-size:22px;line-height:1.55em}.gutenberg-content .has-blue-color,.gutenberg-content .has-blue-color:active,.gutenberg-content .has-blue-color:focus,.gutenberg-content .has-blue-color:hover{color:#0069a6}.gutenberg-content .has-blue-background-color{background-color:#0069a6}.gutenberg-content .has-dark-blue-color,.gutenberg-content .has-dark-blue-color:active,.gutenberg-content .has-dark-blue-color:focus,.gutenberg-content .has-dark-blue-color:hover{color:#002a42}.gutenberg-content .has-dark-blue-background-color{background-color:#002a42}.gutenberg-content .has-green-color,.gutenberg-content .has-green-color:active,.gutenberg-content .has-green-color:focus,.gutenberg-content .has-green-color:hover{color:#c1d72e}.gutenberg-content .has-green-background-color{background-color:#c1d72e}.gutenberg-content .has-light-blue-color,.gutenberg-content .has-light-blue-color:active,.gutenberg-content .has-light-blue-color:focus,.gutenberg-content .has-light-blue-color:hover{color:#00b3e3}.gutenberg-content .has-light-blue-background-color{background-color:#00b3e3}.gutenberg-content .has-pale-blue-color,.gutenberg-content .has-pale-blue-color:active,.gutenberg-content .has-pale-blue-color:focus,.gutenberg-content .has-pale-blue-color:hover{color:#a5d8ff}.gutenberg-content .has-pale-blue-background-color{background-color:#a5d8ff}.gutenberg-content .has-dark-color,.gutenberg-content .has-dark-color:active,.gutenberg-content .has-dark-color:focus,.gutenberg-content .has-dark-color:hover{color:#0c0d0d}.gutenberg-content .has-dark-background-color{background-color:#0c0d0d}.gutenberg-content .has-slate-color,.gutenberg-content .has-slate-color:active,.gutenberg-content .has-slate-color:focus,.gutenberg-content .has-slate-color:hover{color:#7c8680}.gutenberg-content .has-slate-background-color{background-color:#7c8680}.gutenberg-content .has-gray-500-color,.gutenberg-content .has-gray-500-color:active,.gutenberg-content .has-gray-500-color:focus,.gutenberg-content .has-gray-500-color:hover{color:#dae0e7}.gutenberg-content .has-gray-500-background-color{background-color:#dae0e7}.gutenberg-content .has-white-color,.gutenberg-content .has-white-color:active,.gutenberg-content .has-white-color:focus,.gutenberg-content .has-white-color:hover{color:#fff}.gutenberg-content .has-white-background-color{background-color:#fff}.gutenberg-content :where(.wp-block-group.has-background){padding:30px 20px}.gutenberg-content .yoast-breadcrumbs{font-size:14px}.gutenberg-content .yoast-breadcrumbs a{color:currentColor}.gutenberg-content .yoast-breadcrumbs .breadcrumb_last{font-weight:600}.remove-padding-top .gutenberg-content{padding-top:0}.remove-padding-bottom .gutenberg-content{padding-bottom:0}.wp-block-buttons-is-layout-flow>:first-child:first-child{-webkit-margin-before:0;margin-block-start:0}.wp-block-buttons-is-layout-flow>:last-child:last-child{-webkit-margin-after:0;margin-block-end:0}.wp-block-buttons-is-layout-flow>*{-webkit-margin-before:11.2px;margin-block-start:11.2px;-webkit-margin-before:.7rem;margin-block-start:.7rem;-webkit-margin-after:0;margin-block-end:0}.wp-block-buttons-is-layout-constrained>:first-child:first-child{-webkit-margin-before:0;margin-block-start:0}.wp-block-buttons-is-layout-constrained>:last-child:last-child{-webkit-margin-after:0;margin-block-end:0}.wp-block-buttons-is-layout-constrained>*{-webkit-margin-before:11.2px;margin-block-start:11.2px;-webkit-margin-before:.7rem;margin-block-start:.7rem;-webkit-margin-after:0;margin-block-end:0}.wp-block-buttons-is-layout-flex,.wp-block-buttons-is-layout-grid{gap:11.2px;gap:.7rem}:where(body .is-layout-flow)>:first-child:first-child{-webkit-margin-before:0;margin-block-start:0}:where(body .is-layout-flow)>:last-child:last-child{-webkit-margin-after:0;margin-block-end:0}:where(body .is-layout-flow)>*{-webkit-margin-before:19.2px;margin-block-start:19.2px;-webkit-margin-before:1.2rem;margin-block-start:1.2rem;-webkit-margin-after:0;margin-block-end:0}:where(body .is-layout-constrained)>:first-child:first-child{-webkit-margin-before:0;margin-block-start:0}:where(body .is-layout-constrained)>:last-child:last-child{-webkit-margin-after:0;margin-block-end:0}:where(body .is-layout-constrained)>*{-webkit-margin-before:19.2px;margin-block-start:19.2px;-webkit-margin-before:1.2rem;margin-block-start:1.2rem;-webkit-margin-after:0;margin-block-end:0}:where(body .is-layout-flex){gap:19.2px;gap:1.2rem}body .is-layout-flow>.alignleft{float:left;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:2em;margin-inline-end:2em}body .is-layout-flow>.alignright{float:right;-webkit-margin-start:2em;margin-inline-start:2em;-webkit-margin-end:0;margin-inline-end:0}body .is-layout-flow>.aligncenter{margin-left:auto!important;margin-right:auto!important}body .is-layout-constrained>.alignleft{float:left;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:2em;margin-inline-end:2em}body .is-layout-constrained>.alignright{float:right;-webkit-margin-start:2em;margin-inline-start:2em;-webkit-margin-end:0;margin-inline-end:0}body .is-layout-constrained>.aligncenter{margin-left:auto!important;margin-right:auto!important}body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:1024px;margin-left:auto!important;margin-right:auto!important}body .is-layout-constrained>.alignwide{max-width:1280px}body .is-layout-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .is-layout-flex>*{margin:0}.has-global-padding{padding-right:20px;padding-left:20px}.has-global-padding>.alignfull{margin-right:-20px;margin-left:-20px}

/* Hero Banner */.hero-banner{background-color:#fff;color:#0069a6;position:relative}.hero-banner__wrap{z-index:1;margin:0 auto;max-width:1200px;padding:40px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero-banner__image img{width:100%;height:100%;max-height:300px;-o-object-fit:cover;object-fit:cover}.hero-banner__content{width:100%;max-width:500px;margin:0 auto;text-align:left;position:relative;z-index:1;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.hero-banner__content>*{margin-bottom:20px}.hero-banner__content>:last-child{margin-bottom:0}.hero-banner__summary p{line-height:24px;font-size:18px}.hero-banner__button a{display:inline-block;margin-top:20px}.hero-banner__summary p:first-child{margin-top:0}.hero-banner__summary p:last-child{margin-bottom:0}

/* Hero Banner Desktop */@media screen and (min-width:1000px){.hero-banner{overflow:hidden;background-color:#0069a6}.hero-banner__image{position:absolute;top:0;left:0;right:0;bottom:0;width:100%}.hero-banner__image img{max-height:none}.hero-banner__wrap{min-height:600px}.hero-banner__content{position:absolute;bottom:30px;left:40px;margin:0}.hero-banner__summary,.hero-banner__title{padding:20px}.hero-banner__title{background-color:rgba(0,179,227,.9);color:#fff;margin:0}.hero-banner__summary{background-color:hsla(0,0%,100%,.9)}}

/* Hero Image */.hero-image{background-color:#fff;color:#0069a6;position:relative}.hero-image__image{display:block}.hero-image__image img{display:block;width:100%}.main-page-slider{border-style:solid;border-width:0 0 .5rem;border-image-slice:1;border-image-source:linear-gradient(-45deg,#00b3e3 5%,#c1d72e 95%,#ede839)}[dir=rtl] .main-page-slider{border-image-source:linear-gradient(45deg,#00b3e3 5%,#c1d72e 95%,#ede839)}.main-page-slider .swiper-wrapper{-webkit-box-align:self-end;-ms-flex-align:self-end;align-items:self-end}.page-template-template-store-locator .main-page-slider.main-page-slider--bg{padding:5rem 0}.main-page-slider.main-page-slider--bg{padding:10rem 0}.main-page-slider.main-page-slider--bg .image_text_wrapper.image_text_wrapper{position:relative;top:auto;height:0}.main-page-slider.main-page-slider--bg .main-page-slider-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.main-page-slider .image_text_wrapper .display_title.title-shadow{background:none}.main-page-slider .image_text_wrapper .display_title.title-shadow h1{line-height:1;text-transform:none;font-style:normal;color:#fff;font-size:40px;font-size:2.5rem;text-shadow:0 0 4px rgba(0,0,0,.8)}.map-modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;font-size:13px;font-size:.8125rem;line-height:1.45;background:rgba(0,42,66,.65);color:#0c0d0d}@media screen and (min-width:768px){.map-modal{padding:2.5rem 1.25rem}}.map-modal__close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:5px;top:.3125rem;right:5px;right:.3125rem;width:20px;width:1.25rem;height:20px;height:1.25rem;border-radius:50%;background-color:#00b3e3;cursor:pointer}@media screen and (min-width:768px){.map-modal__close{top:0;right:0}}.map-modal__close:active,.map-modal__close:focus,.map-modal__close:hover{background-color:#0069a6}.map-modal__close:after,.map-modal__close:before{content:"";display:block;position:absolute;width:60%;height:1px;height:.0625rem;background-color:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.map-modal__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.map-modal__content{position:relative;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;max-height:100%;padding:.9375rem;overflow-y:auto;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}@media screen and (min-width:768px){.map-modal__content{padding:1.875rem 0 0}}.map-modal__content::-webkit-scrollbar{display:none}.map-modal__inner{padding:1.25rem;background-color:#fff}.map-modal__section{padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:.0625rem solid #eceff3}.map-modal__section:last-child{margin-bottom:0;border-bottom:0}.map-modal__products{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.9375rem}.map-modal__products>div{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0 .9375rem;margin-bottom:.9375rem}@media screen and (min-width:480px){.map-modal__products>div{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.map-modal__products>div:first-child{border-right:.0625rem solid #eceff3}}.nav-dropdown{background-color:#fff;width:100%;position:fixed;left:0;right:0;top:0;z-index:125;opacity:0;height:0;overflow:hidden;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;transition-timing-function:ease;pointer-events:none;-webkit-transform:translate(10px);transform:translate(10px)}.nav-dropdown.nav-dropdown--open{margin-top:82px;height:calc(100vh - 82px);overflow:auto;pointer-events:auto;opacity:1;-webkit-transform:translate(0);transform:translate(0)}.site-header-reduced .nav-dropdown.nav-dropdown--open{margin-top:72px}.nav-dropdown.nav-dropdown--out{pointer-events:none;opacity:0;-webkit-transform:translate(10px);transform:translate(10px)}@media screen and (min-width:1024px){.nav-dropdown{top:0;max-height:100vh;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.nav-dropdown.nav-dropdown--open{margin-top:112px;height:auto}}.nav-dropdown__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:81.25rem;max-width:1300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;padding:1.875rem 30px}#products-dropdown .nav-dropdown__wrap,#solutions-dropdown .nav-dropdown__wrap,[data-template=grey] .nav-dropdown__wrap{padding-top:0;padding-bottom:0}@media screen and (min-width:1024px){.nav-dropdown__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:1300px;max-width:81.25rem;padding-left:20px;padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.nav-dropdown__left{width:100%;padding:1.875rem 0 8.125rem;position:relative;background-color:#fff}@media screen and (min-width:1024px){.nav-dropdown__left{padding:1.875rem 1.875rem 1.875rem 0;background-color:#f4f5f8;width:300px;width:18.75rem}.nav-dropdown__left:before{content:"";background-color:#f4f5f8;position:absolute;width:100vw;height:100%;right:100%;top:0;bottom:0}}.nav-dropdown__right{margin-left:auto;margin-right:0;padding:4.8125rem 0 1.875rem}.nav-dropdown__section-label{pointer-events:none;color:#7c8680;text-transform:uppercase;font-weight:700;font-size:12px;font-size:.75rem;line-height:13px;line-height:.8125rem;letter-spacing:.15em}.nav-dropdown__level1{padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 -15px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;position:relative}.nav-dropdown__level1 li{margin-bottom:0}.nav-dropdown__level1>*{width:auto;padding-bottom:15px}.nav-dropdown__level1-item>.nav-dropdown__link{width:auto}.nav-dropdown__level2{height:0;overflow:hidden;pointer-events:none;opacity:0;-webkit-transform:translateX(-5px);transform:translateX(-5px);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.nav-dropdown__level1--open .nav-dropdown__level2{margin-top:1.25rem;height:auto;overflow:auto;pointer-events:auto;opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}@media screen and (min-width:1024px){.nav-dropdown__level2{width:500px;position:absolute;left:100%;top:0;padding:0 0 0 3.75rem}.nav-dropdown__level1--open .nav-dropdown__level2{margin-top:0}}@media screen and (min-width:1280px){.nav-dropdown__level2{width:440px}}.nav-dropdown__level2-item .nav-dropdown__link{padding-right:0}.nav-dropdown__level2-item.secondary_title .nav-dropdown__maintext{font-weight:600}.nav-dropdown__cols{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-20px;margin-bottom:-20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:120%;position:relative;background-color:#fff}.nav-dropdown__cols>*{width:auto;padding-right:20px;padding-bottom:20px}.nav-dropdown__cols .nav-dropdown__link{color:#0069a6}.nav-dropdown__cols .nav-dropdown__link:hover{color:#00b3e3}.nav-dropdown__cols .nav-dropdown__menu{margin-bottom:0}.nav-dropdown__col{width:100%}.nav-dropdown__col .nav-dropdown__featured{margin-left:auto}@media screen and (min-width:1024px){.nav-dropdown__col{width:auto}.nav-dropdown__col .nav-dropdown__menu{min-width:300px}}@media screen and (min-width:1280px){.nav-dropdown__col .nav-dropdown__menu{min-width:350px}}.nav-dropdown__title{display:block;width:100%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-bottom:1.5625rem;font-size:22px;font-size:1.375rem;line-height:1em;height:22px;height:1.375rem;text-transform:none}.nav-dropdown__title span{display:block;margin-left:2.1875rem}@media screen and (min-width:1024px){.nav-dropdown__title span{margin-left:0}}.nav-dropdown__secondary-title{display:inline-block;margin:0 0 .3125rem}.nav-dropdown__secondary-title>:first-child{text-transform:none;font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;display:block;font-weight:600}.nav-dropdown__secondary-title .nav-dropdown__secondary-title-subtext{display:block;font-size:14px;font-size:.875rem}.nav-dropdown__link{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#0069a6;-webkit-transition:color .2s ease;transition:color .2s ease;text-align:left;font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}.nav-dropdown__link span{display:block;margin:.25rem .625rem 0 0}.nav-dropdown__link span:last-child{margin-right:0}.nav-dropdown__link svg+span{margin-left:2.375rem}@media screen and (min-width:1024px){.nav-dropdown__link svg+span{margin-left:2.1875rem}}.nav-dropdown__level1-item>.nav-dropdown__link{padding-right:1.875rem}@media screen and (min-width:1024px){.nav-dropdown__level1-item>.nav-dropdown__link{padding-right:2.1875rem}}.nav-dropdown__link .nav-dropdown__subtext{color:#7c8680;font-size:14px;font-size:.875rem}@media screen and (max-width:1023px){.nav-dropdown__link .nav-dropdown__subtext{width:100%}}.nav-dropdown__level1--open .nav-dropdown__link{color:#0069a6}.nav-dropdown__link:hover,.nav-dropdown__link:hover .nav-dropdown__subtext{color:#00b3e3}@media screen and (max-width:1023px){.nav-dropdown__level1--open .nav-dropdown__link:hover svg,.nav-dropdown__link:hover svg{fill:#00b3e3}}@media screen and (min-width:1024px){.nav-dropdown__link{color:#7c8680;padding-right:2.1875rem}}.nav-dropdown__link svg{position:absolute;top:50%;width:28px;width:1.75rem;height:28px;height:1.75rem}.nav-dropdown__link svg:first-child{left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[dir=rtl] .nav-dropdown__link svg:first-child{-webkit-transform:translateY(-50%) scaleX(-1);transform:translateY(-50%) scaleX(-1)}.nav-dropdown__link svg:last-child{width:20px;width:1.25rem;height:20px;height:1.25rem;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:ease;transition-timing-function:ease;right:0;-webkit-transform:translateY(-50%) rotate(0deg);transform:translateY(-50%) rotate(0deg)}[dir=rtl] .nav-dropdown__link svg:last-child{-webkit-transform:translateY(-50%) rotate(0deg) scaleX(-1);transform:translateY(-50%) rotate(0deg) scaleX(-1)}.nav-dropdown__level1--open .nav-dropdown__link svg:last-child{-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}[dir=rtl] .nav-dropdown__level1--open .nav-dropdown__link svg:last-child{-webkit-transform:translateY(-50%) rotate(-90deg) scaleX(-1);transform:translateY(-50%) rotate(-90deg) scaleX(-1)}@media screen and (max-width:1023px){.nav-dropdown__link svg:last-child{fill:#7c8680}.nav-dropdown__level1--open .nav-dropdown__link svg:last-child{fill:#0069a6}}@media screen and (min-width:1024px){.nav-dropdown__link svg:last-child{-webkit-transform:translate(-5px,-50%);transform:translate(-5px,-50%);opacity:0}[dir=rtl] .nav-dropdown__link svg:last-child{-webkit-transform:translate(-5px,-50%) scaleX(-1);transform:translate(-5px,-50%) scaleX(-1)}.nav-dropdown__level1--open .nav-dropdown__link svg:last-child{opacity:1;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[dir=rtl] .nav-dropdown__level1--open .nav-dropdown__link svg:last-child{-webkit-transform:translateY(-50%) scaleX(-1);transform:translateY(-50%) scaleX(-1)}}.nav-dropdown__close{background:none;border:0;margin:0;padding:0;position:absolute;left:0;right:auto;top:26px;top:1.625rem;z-index:120;width:100%}.nav-dropdown__close svg{margin-left:1.875rem;fill:#7c8680;width:25px;width:1.5625rem;height:25px;height:1.5625rem}[dir=rtl] .nav-dropdown__close svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.nav-dropdown__close svg:first-child{display:none}.nav-dropdown__close svg:last-child{display:block}.nav-dropdown__close:hover svg{fill:#00b3e3}@media screen and (min-width:1024px){.nav-dropdown__close{width:auto;left:auto;right:20px;right:1.25rem}.nav-dropdown__close svg{margin-left:0;margin-right:0}.nav-dropdown__close svg:first-child{display:block}.nav-dropdown__close svg:last-child{display:none}}.nav-dropdown__menu{padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;margin:0 0 1.875rem 1.25rem}.nav-dropdown__menu li{margin-bottom:0}.nav-dropdown__menu>li{margin-bottom:.9375rem}.nav-dropdown__menu>li:last-child{margin-bottom:0}@media screen and (min-width:1024px){.nav-dropdown__menu{margin-left:0}}.nav-dropdown__menu--diy,.nav-dropdown__menu--other,.nav-dropdown__menu--pro{padding-left:1.25rem;margin-left:0;border-style:solid;border-left-width:3px}.nav-dropdown__menu--pro{border-color:#00b3e3}.nav-dropdown__menu--diy{border-color:#c1d72e}.nav-dropdown__menu--other{border-color:#0069a6}.nav-dropdown__featured{display:none;position:relative;border-radius:20px;overflow:hidden;border:2px solid #dae0e7}@media screen and (min-width:1280px){.nav-dropdown__featured{display:block;width:500px;height:300px}}.nav-dropdown__featured-image{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nav-dropdown__featured-content{color:#fff;position:absolute;bottom:0;left:0;right:0;width:100%;padding:.9375rem;z-index:5}.nav-dropdown__featured-content:before{content:"";background:-webkit-gradient(linear,left top, left bottom,from(transparent),color-stop(50%, rgba(0,0,0,.45)));background:linear-gradient(180deg,transparent,rgba(0,0,0,.45) 50%);position:absolute;bottom:0;left:0;right:0;height:105%;width:100%}#products-dropdown .nav-dropdown__featured-content:before,[data-featured=lighter] .nav-dropdown__featured-content:before{background:-webkit-gradient(linear,left top, left bottom,from(transparent),color-stop(50%, rgba(0,0,0,.3)));background:linear-gradient(180deg,transparent,rgba(0,0,0,.3) 50%)}[data-featured=blue] .nav-dropdown__featured-content,html:not(.site-us) #products-dropdown .nav-dropdown__featured-content{color:#0069a6}[data-featured=blue] .nav-dropdown__featured-content .nav-dropdown__featured-main,html:not(.site-us) #products-dropdown .nav-dropdown__featured-content .nav-dropdown__featured-main{border-color:#0069a6}[data-featured=blue] .nav-dropdown__featured-content:before,html:not(.site-us) #products-dropdown .nav-dropdown__featured-content:before{display:none}.nav-dropdown__featured-main{position:relative;display:block;font-weight:600;border-bottom:1px solid #fff;padding-bottom:.5rem;margin-bottom:.5rem}.nav-dropdown__featured-main strong{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:.625rem;font-weight:600;font-size:20px;font-size:1.25rem}.nav-dropdown__featured-sub{position:relative}

/**
 * Filter Popup
*/.popup .wrapper .product__image{height:200px;background-size:cover;background-position:50%;background-repeat:no-repeat;margin-bottom:1em}.popup .wrapper .product__main p{margin-bottom:1em}.popup .wrapper .product__main a{text-decoration:underline;color:#00b3e3}.popup .wrapper .product__main a:hover{color:#0069a6}.popup .wrapper .product__main li{line-height:1.4em}

/* Geoip popup */.popup-mask{position:fixed;top:0;left:0;background:#0c0d0d;opacity:.6;height:100%;width:100%;z-index:200000000000}.popup{position:fixed;left:50%;top:50%;width:90%;max-width:600px;z-index:200000000001;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.popup .popup__inner{z-index:200000000002;position:relative}.popup .popup__inner .wrapper{background:#fff;border-radius:3px;padding:1em}.popup .popup__inner .popup__close{background:#0069a6;color:#fff;position:absolute;top:-.8em;right:-.8em;left:auto;border-radius:100%;padding:8px 12px;text-align:center;width:30px;height:30px;display:block}.popup .popup__inner .popup__close svg{fill:#fff;width:12px;height:12px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.popup .wrapper .popup__main{overflow:hidden}[dir=rtl] .popup .wrapper .popup__main{text-align:center}.popup .wrapper .popup__main p{margin-bottom:1em;line-height:1.25em}.popup .wrapper .popup__main>p{color:#0069a6}.popup .wrapper .button{background:#0069a6;color:#fff;padding:.8em 1em;display:inline-block;text-align:center;min-width:100px}.popup__buttons{margin-right:-1em;margin-bottom:-1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.popup__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding-bottom:1em;padding-right:1em;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.popup__button .flag-icon{float:right;margin-left:10px}.popup .wrapper .popup__translation{color:#323633;font-size:.8em;margin-top:.2em;display:block}.popup--panelpros .popup__inner .wrapper{position:relative;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap-reverse;flex-flow:row wrap-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden}.popup--panelpros .wrapper .popup__main{padding:100px 20px 20px;width:100%;-webkit-box-flex:2;-ms-flex:2 0 auto;flex:2 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:5px}.popup--panelpros .wrapper .popup__main p{font-size:16px;color:#0c0d0d;margin:0 0 10px;max-width:270px}.popup--panelpros .wrapper .popup__main p:last-child{margin-bottom:0}.popup--panelpros .wrapper .popup__main p.popup__lead-paragraph{color:#0069a6;font-size:18px}@media screen and (min-width:480px){.popup--panelpros .wrapper .popup__main{padding-right:230px;padding-bottom:50px}}.popup__panelpros-logo{position:absolute;top:0;left:10px}.popup__side-image{position:absolute;top:0;right:0;height:100%;width:210px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:none}.popup__side-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:480px){.popup__side-image{display:block}}.popup__store-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:10px}.product-section{background:#fff;padding:50px 0;border-bottom:1px solid #dae0e7;background-size:cover;background-position:50% 50%}@media screen and (max-width:1023px){.is-style-button-palram-blue .product-section .wp-block-button__link,.is-style-button-palram-green .product-section .wp-block-button__link,.product-section .is-style-button-palram-blue .wp-block-button__link,.product-section .is-style-button-palram-green .wp-block-button__link,.product-section .palram-btn{width:100%}}.product-section__header{text-align:center;margin:0 auto 40px}@media screen and (max-width:1023px){.product-section__header{margin-bottom:20px}}.product-section__title{color:#0069a6;text-transform:none;margin-bottom:5px;line-height:1}.product-section__title:last-child{margin-bottom:0}@media screen and (max-width:1023px){.product-section__title{margin-bottom:5px}}@media (max-width:640px){.product-section__title{font-size:28px}}.product-section__subtitle{color:#0c0d0d;margin:0 0 20px;font-size:18px;line-height:1.5}@media screen and (max-width:1023px){.product-section__subtitle{font-size:16px;display:block;line-height:1.2}}.product-section__subtitle:last-child{margin-bottom:0}.product-section__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:81.25rem;padding-left:20px;padding-right:20px;max-width:1300px}.product-section--colour-theme-gray{background:#dae0e7;border-bottom:0;background-size:cover;background-position:50% 50%}.product-section--colour-theme-blue{background:#0069a6;border-bottom:0;background-size:cover;background-position:50% 50%}.product-section--colour-theme-blue .product-section__title{color:#fff}.product-section--colour-theme-blue .product-section__subtitle{color:#a5d8ff}.product-section--colour-theme-blue .product-section__subtitle a{color:#ede839}.is-style-button-palram-blue .product-section--colour-theme-blue .wp-block-button__link,.is-style-button-palram-blue .product-section--colour-theme-blue .wp-block-button__link span,.is-style-button-palram-green .product-section--colour-theme-blue .wp-block-button__link,.is-style-button-palram-green .product-section--colour-theme-blue .wp-block-button__link span,.product-section--colour-theme-blue .is-style-button-palram-blue .wp-block-button__link,.product-section--colour-theme-blue .is-style-button-palram-blue .wp-block-button__link span,.product-section--colour-theme-blue .is-style-button-palram-green .wp-block-button__link,.product-section--colour-theme-blue .is-style-button-palram-green .wp-block-button__link span,.product-section--colour-theme-blue .palram-btn,.product-section--colour-theme-blue .palram-btn span{color:#fff}.is-style-button-palram-blue .product-section--colour-theme-blue .palram-btn--teritary.wp-block-button__link,.is-style-button-palram-green .product-section--colour-theme-blue .palram-btn--teritary.wp-block-button__link,.product-section--colour-theme-blue .is-style-button-palram-blue .palram-btn--teritary.wp-block-button__link,.product-section--colour-theme-blue .is-style-button-palram-green .palram-btn--teritary.wp-block-button__link,.product-section--colour-theme-blue .palram-btn.palram-btn--teritary{border-bottom:1px solid #fff}.is-style-button-palram-blue .product-section--colour-theme-blue .palram-btn--teritary.wp-block-button__link:active svg path,.is-style-button-palram-blue .product-section--colour-theme-blue .palram-btn--teritary.wp-block-button__link:focus svg path,.is-style-button-palram-blue .product-section--colour-theme-blue .palram-btn--teritary.wp-block-button__link:hover svg path,.is-style-button-palram-green .product-section--colour-theme-blue .palram-btn--teritary.wp-block-button__link:active svg path,.is-style-button-palram-green .product-section--colour-theme-blue .palram-btn--teritary.wp-block-button__link:focus svg path,.is-style-button-palram-green .product-section--colour-theme-blue .palram-btn--teritary.wp-block-button__link:hover svg path,.product-section--colour-theme-blue .is-style-button-palram-blue .palram-btn--teritary.wp-block-button__link:active svg path,.product-section--colour-theme-blue .is-style-button-palram-blue .palram-btn--teritary.wp-block-button__link:focus svg path,.product-section--colour-theme-blue .is-style-button-palram-blue .palram-btn--teritary.wp-block-button__link:hover svg path,.product-section--colour-theme-blue .is-style-button-palram-green .palram-btn--teritary.wp-block-button__link:active svg path,.product-section--colour-theme-blue .is-style-button-palram-green .palram-btn--teritary.wp-block-button__link:focus svg path,.product-section--colour-theme-blue .is-style-button-palram-green .palram-btn--teritary.wp-block-button__link:hover svg path,.product-section--colour-theme-blue .palram-btn.palram-btn--teritary:active svg path,.product-section--colour-theme-blue .palram-btn.palram-btn--teritary:focus svg path,.product-section--colour-theme-blue .palram-btn.palram-btn--teritary:hover svg path{fill:#fff}.product-section--image{background:#0069a6;border-bottom:0;background-size:cover;background-position:50% 50%}.product-section--image .product-section__subtitle,.product-section--image .product-section__title{color:#fff}.product-section--align-left .product-section__header{text-align:left;margin-left:0}.product-section--reduced-padding{padding:35px 0}.product-section--reduced-padding .product-section__header{margin-bottom:15px}.product-section--no-divider{border-bottom:0}.product-section__buttons{text-align:center;margin-top:30px}@media screen and (min-width:1024px){.product-section__sections{margin-top:-15px}}.product-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 5px}.product-slide__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background-color:#fff;-webkit-box-shadow:2px 2px 3px 1px rgba(0,0,0,.2);box-shadow:2px 2px 3px 1px rgba(0,0,0,.2);white-space:normal;min-height:1px;width:100%;max-width:480px}.product-slide__inner:active,.product-slide__inner:focus,.product-slide__inner:hover{color:#00b3e3}@media screen and (min-width:768px){.product-slide__inner{-webkit-box-shadow:1px 1px 2px 1px rgba(0,0,0,.2);box-shadow:1px 1px 2px 1px rgba(0,0,0,.2)}}.product-slide__image{min-height:1px}.product-slide__image img{min-height:1px;width:100%;height:auto}.product-slide__content{position:relative;padding:0 40px 18px 20px;margin-top:-20px}.product-slide__content:before{content:"";background-color:#00b3e3;height:2px;width:35%;display:block;margin-top:0;margin-bottom:15px}.product-slide__title{display:block;font-weight:400;font-size:20px;margin:0 0 5px}.product-slide__subtext{line-height:1.25em;font-size:18px;font-weight:300;display:block}.product-slide__arrow{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#00b3e3;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:28px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-slide__arrow svg{display:block;width:23px;height:23px;color:#fff}[dir=rtl] .product-slide__arrow svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.site-header2__secondary .menu-item-has-children{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-header2__secondary .menu-item-has-children>.menu-item__chevron-wrap .menu-item__chevron{background:none;border:0;margin:0;padding:0;display:block;width:100%;position:absolute;right:0}.site-header2__secondary .menu-item-has-children>.menu-item__chevron-wrap .menu-item__chevron svg{display:block;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:ease;transition-timing-function:ease;fill:#7c8680;width:10px;width:.625rem;height:10px;height:.625rem;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.site-header2__secondary .sub-menu{height:0;overflow:hidden;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;transition-timing-function:ease;pointer-events:none;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.site-header2__secondary .sub-menu--open .sub-menu{height:auto;pointer-events:auto;opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.site-header2__secondary .sub-menu--out .sub-menu{pointer-events:none;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}@media screen and (max-width:1023px){.site-header2__secondary .menu-item-has-children{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.site-header2__secondary .menu-item-has-children>.menu-item__chevron-wrap .menu-item__chevron{top:0}.site-header2__secondary .menu-item-has-children>.menu-item__chevron-wrap .menu-item__chevron svg{margin-left:auto;width:20px;width:1.25rem;height:20px;height:1.25rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=rtl] .site-header2__secondary .menu-item-has-children>.menu-item__chevron-wrap .menu-item__chevron svg{-webkit-transform:rotate(-90deg) scaleY(-1);transform:rotate(-90deg) scaleY(-1)}.site-header2__secondary .menu-item-has-children.sub-menu--open>.menu-item__chevron-wrap .menu-item__chevron svg{-webkit-transform:rotate(0deg);transform:rotate(0deg);fill:#0069a6}[dir=rtl] .site-header2__secondary .menu-item-has-children.sub-menu--open>.menu-item__chevron-wrap .menu-item__chevron svg{-webkit-transform:rotate(-180deg) scaleY(-1);transform:rotate(-180deg) scaleY(-1)}.site-header2__secondary .sub-menu{margin-left:1.25rem;-webkit-box-flex:0 0 auto;-ms-flex-positive:0 0 auto;flex-grow:0 0 auto;width:100%;height:0;overflow:hidden;pointer-events:none;opacity:0;-webkit-transform:translateX(-5px);transform:translateX(-5px);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.site-header2__secondary .sub-menu>li{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;margin-bottom:.9375rem}.site-header2__secondary .sub-menu>li:last-child{margin-bottom:0}.site-header2__secondary .sub-menu--open .sub-menu{margin-top:1.25rem}}@media screen and (min-width:1024px){.site-header2__secondary>.menu-item{padding:1.25rem 0}.site-header2__secondary .menu-item-has-children{position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;padding-right:15px}.site-header2__secondary .menu-item-has-children>.menu-item__chevron-wrap .menu-item__chevron{height:100%;top:0}.site-header2__secondary .menu-item-has-children>.menu-item__chevron-wrap .menu-item__chevron:hover+a{color:#00b3e3}.site-header2__secondary .menu-item-has-children>.menu-item__chevron-wrap .menu-item__chevron:hover svg{fill:#00b3e3}.site-header2__secondary .menu-item-has-children>.menu-item__chevron-wrap .menu-item__chevron svg{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.site-header2__secondary .sub-menu--open .sub-menu{display:block}.site-header2__secondary .sub-menu{position:absolute;top:100%;left:0;background-color:#fff;padding:1.25rem 1.25rem 1.25rem 1.625rem;border-radius:5px;width:180px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.25),0 2px 6px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.25),0 2px 6px rgba(0,0,0,.1)}.site-header2__secondary .sub-menu li{margin:0 0 .8125rem}.site-header2__secondary .sub-menu li:last-child{margin-bottom:0}.site-header2__secondary .sub-menu li a:hover{cursor:pointer;color:#00b3e3}.site-header2__secondary .sub-menu:after{content:"";background-color:#0069a6;width:6px;width:.375rem;height:100%;position:absolute;left:0;top:0}}.menu-item__chevron-wrap{position:relative;padding-right:30px}@media screen and (min-width:1024px){.menu-item__chevron-wrap{padding-right:15px}}.menu-item__chevron{display:none}.site-search__toggle{background:none;border:0;margin:0;padding:0}.site-search__toggle:hover svg{fill:#00b3e3}.site-search{background-color:#fff;position:fixed;top:0;height:0;width:100%;z-index:110;padding:.625rem;margin-top:82px;overflow:hidden;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:ease;transition-timing-function:ease;pointer-events:none;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.site-search--open .site-search{height:auto;overflow:visible;pointer-events:auto;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.site-search--out .site-search{pointer-events:none;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.site-header-reduced .site-search{margin-top:72px}.site-search .search-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-search .search-field{padding:.5rem .75rem;border:1px solid #0069a6;border-radius:3px;margin:0}.site-search .search-field:focus{border-color:#00b3e3}.site-search .search-select,.site-search .search-submit{top:auto;bottom:auto;right:auto;left:auto;position:relative}.site-search .search-select:before,.site-search .search-submit:before{display:none}.site-search .search-submit{border:0;background:none;padding:0}.site-search .search-submit svg{display:block;width:26px;width:1.625rem;height:26px;height:1.625rem;fill:#0069a6}.site-search .search-submit svg:active,.site-search .search-submit svg:focus,.site-search .search-submit svg:hover{fill:#00b3e3}.site-search__site{margin-bottom:.3125rem}.site-search__site:last-child{margin-bottom:0}@media screen and (min-width:1024px){.site-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:.625rem;margin-top:0;border-radius:5px;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.25),0 2px 6px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.25),0 2px 6px rgba(0,0,0,.1);z-index:130;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.site-search--open .site-search{-webkit-transform:translateY(0);transform:translateY(0)}.site-search--out .site-search{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.site-header-reduced .site-search{margin-top:0}}.site-header2--omni .omnisite-search{visibility:hidden;overflow:hidden;pointer-events:none;-webkit-transition:all .2s ease;transition:all .2s ease;opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px);position:absolute;width:calc(100% - 128px);right:98px;top:20px}@media screen and (min-width:480px){.site-header2--omni .omnisite-search{width:calc(100% - 211px);max-width:400px}}@media screen and (min-width:1024px){.site-header2--omni .omnisite-search{top:50%;-webkit-transform:translate(-10px,-50%);transform:translate(-10px,-50%);right:100%;margin-right:20px;width:280px}}.site-header2--omni .omnisearch-form{position:relative}.site-header2--omni .omnisearch-field{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-transition:.2s;transition:.2s;padding:.5rem .75rem;border:1px solid #0069a6;border-radius:5px;margin:0}.site-header2--omni .omnisearch-field:focus{border-color:#00b3e3}.site-header2--omni .omnisearch-submit{position:absolute;right:12px;right:.75rem;top:6px;top:.375rem;border:0;background:none;padding:0}.site-header2--omni .omnisearch-submit svg{display:block;width:26px;width:1.625rem;height:26px;height:1.625rem;fill:#0069a6}.site-header2--omni .omnisearch-submit svg:active,.site-header2--omni .omnisearch-submit svg:focus,.site-header2--omni .omnisearch-submit svg:hover{fill:#00b3e3}.site-header2--omni .omnisearch__results-wrapper{position:absolute;left:0;right:0;top:100%;margin-top:4px;background-color:#fff;-webkit-transition:.2s;transition:.2s;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.25),0 2px 6px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.25),0 2px 6px rgba(0,0,0,.1);z-index:130;border-radius:8px;padding:1.125rem;display:none}.site-header2--omni .omnisearch__results-wrapper .fa-spin{opacity:0;position:absolute;top:calc(50% - 10px);left:calc(50% - 10px);-webkit-transition:.2s;transition:.2s;width:20px;height:20px;font-size:20px;color:#00b3e3}.site-header2--omni .omnisearch__results h5{color:#7c8680;text-transform:uppercase;font-size:14px;margin-bottom:15px;display:block}.site-header2--omni .omnisearch__results .omnisearch__results-item{margin:0 0 15px}.site-header2--omni .omnisearch__results .omnisearch__results-item p{color:#0069a6;font-size:18px;margin:0;line-height:105%}.site-header2--omni .omnisearch__results .omnisearch__results-item:focus p,.site-header2--omni .omnisearch__results .omnisearch__results-item:hover p{color:#00b3e3}.site-header2--omni .omnisearch__results .omnisearch__results-item .omnisearch__results-desc{font-size:16px;color:#7c8680}.site-header2--omni .omnisearch__results .omnisearch__results-item:last-child{margin-bottom:0}.site-header2--omni .omnisearch__results.omnisearch__results--hidden h5,.site-header2--omni .omnisearch__results.omnisearch__results--hidden ul{display:none}.site-header2--omni .omnisearch__results.omnisearch__results--hidden+.omnisearch__results--misc{padding-top:0;border-top:0;margin-top:0}.site-header2--omni .omnisearch__results--misc{padding-top:15px;border-top:1px solid #dae0e7;margin-top:15px}.site-header2--omni .omnisearch__results--hidden{display:none}.site-header2--omni .omnisearch__results-wrapper--loaded,.site-header2--omni .omnisearch__results-wrapper--loading{display:block}.site-header2--omni .omnisearch__results-wrapper--loading .fa-spin{opacity:1}.site-header2--omni .site-search .search-field:focus+.omnisearch-submit svg{fill:#00b3e3}body.site-search--open .site-header2--omni .omnisite-search{visibility:visible;opacity:1;overflow:visible;pointer-events:auto;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (min-width:1024px){body.site-search--open .site-header2--omni .omnisite-search{-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.site-select{height:0;width:100%;position:fixed;overflow:hidden;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;transition-timing-function:ease;pointer-events:none;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);padding:1.25rem;background-color:#fff;z-index:130}@media screen and (max-width:1023px){.site-select{top:0;left:0;right:0;bottom:0}}.site-select--open .site-select{height:auto;overflow:auto;pointer-events:auto;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.site-select--out .site-select{pointer-events:none;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.site-select__site{margin-bottom:.3125rem}.site-select__site:last-child{margin-bottom:0}.site-select__link{background:none;border:0;margin:0;border-radius:5px;padding:.3125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.site-select__link:hover{background-color:#f4f5f8}.site-select__link:active,.site-select__link:focus,.site-select__link:hover{color:#00b3e3}.site-select__link:active>svg,.site-select__link:focus>svg,.site-select__link:hover>svg{fill:#00b3e3}.site-select__link>svg{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:ease;transition-timing-function:ease;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;fill:#7c8680;margin-right:0;margin-left:.3125rem;width:10px;width:.625rem;height:10px;height:.625rem;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.site-select__flag{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:.5rem;margin-left:0}.site-select__text{display:block;margin-top:.2em}.site-select__close{background:none;border:0;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:10px;margin:10px 0 0;background-color:#eceff3;color:#0c0d0d;border-radius:5px}@media screen and (min-width:1024px){.site-select{width:220px;padding:.625rem;border-radius:5px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.25),0 2px 6px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.25),0 2px 6px rgba(0,0,0,.1)}.site-select__close{display:none}}.solution-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}@media screen and (min-width:768px){.solution-item{margin-bottom:15px}}.solution-item__content{position:relative;display:block;background-color:#f8f8f8;padding:17px 15px 12px;width:90%;margin:-75px auto 0;-webkit-box-shadow:2px 2px 3px 1px rgba(0,0,0,.2);box-shadow:2px 2px 3px 1px rgba(0,0,0,.2);-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}@media screen and (min-width:768px){.solution-item__content{width:85%;margin-top:-90px;-webkit-box-shadow:1px 1px 2px 1px rgba(0,0,0,.2);box-shadow:1px 1px 2px 1px rgba(0,0,0,.2)}}.solution-item__title{display:block;font-weight:400;font-size:23px;margin-bottom:8px}.solution-item__subtext{line-height:1.25em;font-size:18px;font-weight:300;display:block}.solution-item__subtext:after{content:"";background-color:#00b3e3;height:2px;width:25%;display:block;margin-top:10px;margin-bottom:10px}@media screen and (min-width:768px){.solution-item__subtext:after{margin-bottom:20px}}.solution-item__links{margin-right:-10px;margin-bottom:-10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.solution-item__links>*{width:auto;padding-right:10px;padding-bottom:10px}.solution-item__link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:17px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;min-width:100%}.solution-item__link svg{width:17px;height:17px;margin-left:3px;margin-top:-2px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.solution-item__link:active,.solution-item__link:focus,.solution-item__link:hover{color:#00b3e3}@media screen and (min-width:768px){.solution-item__link{min-width:50%}}[dir=rtl] .solution-item__link svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.store-grid-item{height:100%;padding:.9375rem;border:2px solid #eceff3}.store-grid-item__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:.9375rem;-moz-column-gap:.9375rem;column-gap:.9375rem;row-gap:25px;row-gap:1.5625rem}.store-grid-item__row>div{-webkit-box-flex:1;-ms-flex:1 0 250px;flex:1 0 250px;-ms-flex:1 0 15.625rem;flex:1 0 15.625rem;max-width:250px;max-width:15.625rem}.store-grid-item__row>div:first-child{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px;-ms-flex:0 0 9.375rem;flex:0 0 9.375rem;max-width:150px;max-width:9.375rem}.store-grid-item__heading{margin-bottom:.625rem}.store-grid-item__products li{display:block;margin-bottom:.625rem;font-size:16px;font-size:1rem}.store-grid-item__products li:last-child{margin-bottom:0}.store-grid-item__products a{text-decoration:underline;text-transform:uppercase;font-weight:700}.store-grid-item__products a:active,.store-grid-item__products a:focus,.store-grid-item__products a:hover{color:#00b3e3}.store-grid-item__column img{max-width:150px;display:block}.store-list-item{padding:.9375rem;font-size:13px;font-size:.8125rem;line-height:1.45;color:#0c0d0d;cursor:pointer}.store-list-item a{color:#0c0d0d}.store-list-item.active,.store-list-item:hover{background-color:#f4f5f8}.store-list-item__heading{font-size:16px;font-size:1rem;text-transform:uppercase;color:#0069a6}.store-list-item__heading:not(.m-0){margin-bottom:.5rem}.store-list-item__heading span{font-size:12px;font-size:.75rem}.store-list-item__products strong{margin-right:.3125rem}.store-list-item__products a,.store-list-item__products span{text-transform:uppercase;font-weight:700;color:#0069a6;text-decoration:none}.store-list-item__products a:hover{text-decoration:underline}body.page-template-template-store-locator .store-search{padding:.9375rem;margin-bottom:.3125rem;font-size:0;background:#eaf0f6}body.page-template-template-store-locator .store-search form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}body.page-template-template-store-locator .store-search__input-wrapper{position:relative;-webkit-box-flex:1;-ms-flex:1 0;flex:1 0;margin-right:.625rem}body.page-template-template-store-locator .store-search input{width:100%;vertical-align:middle;height:35px;height:2.1875rem;padding:0 2.5rem 0 .9375rem;border:none;font-size:14px;font-size:.875rem;background:#fff}body.page-template-template-store-locator .store-search .btn{vertical-align:middle}body.page-template-template-store-locator .store-search__heading{display:block;margin-bottom:.625rem;font-size:16px;font-size:1rem;font-weight:600}body.page-template-template-store-locator .store-search .geolocate{position:absolute;top:50%;right:10px;right:.625rem;width:22px;width:1.375rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#00b3e3;cursor:pointer;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}body.page-template-template-store-locator .store-search .geolocate.disabled{pointer-events:none;opacity:.75}body.page-template-template-store-locator .store-search .geolocate:active,body.page-template-template-store-locator .store-search .geolocate:focus,body.page-template-template-store-locator .store-search .geolocate:hover{color:#c1d72e}

/**
 * UK Banner.
*/.uk-banner{position:fixed;left:0;right:0;bottom:0;width:100%;max-width:940px;display:block;margin:0 auto;background-color:#0069a6;background-image:-webkit-gradient(linear,right top, left top,from(#013771),color-stop(65%, #013771),to(#0f2944));background-image:linear-gradient(270deg,#013771,#013771 65%,#0f2944);color:#fff;z-index:50;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}@media screen and (min-width:940px){.uk-banner{max-width:900px;left:20px;right:20px;bottom:20px}}.uk-banner__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:1300px;max-width:81.25rem;padding-left:20px;padding-right:20px;max-width:1024px}@media screen and (min-width:768px){.uk-banner__wrap{padding:20px}}.uk-banner__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}@media screen and (min-width:768px){.uk-banner__row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.uk-banner__image{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:20px 20px 0}.uk-banner__image img{margin:0 auto;display:block;max-width:120px;max-height:120px}@media screen and (min-width:768px){.uk-banner__image{margin-bottom:20px}.uk-banner__image img{max-width:180px;max-height:180px}}.uk-banner__buttons{text-align:center}@media screen and (min-width:768px){.uk-banner__buttons{text-align:left}}.uk-banner__button{background-color:#fff;color:#0069a6;font-size:13px;font-weight:600;text-transform:uppercase;line-height:20px;padding:11px 16px;display:inline-block;margin-top:25px}@media screen and (min-width:768px){.uk-banner__button{font-size:15px}}.uk-banner__content{margin:20px;max-width:500px;text-align:center}.uk-banner__content p{margin-bottom:20px}.uk-banner__content p:last-child{margin-bottom:0}@media screen and (min-width:768px){.uk-banner__content{margin-left:30px;font-size:20px;text-align:left}}@media screen and (min-width:1024px){.uk-banner__content{margin-left:50px}}.uk-banner__lead{font-size:28px;font-weight:700}.uk-banner__close{background-color:transparent;color:#fff;position:absolute;top:5px;right:5px;left:auto;padding:8px 12px;text-align:center;width:30px;height:30px;display:block;border:0}.uk-banner__close svg{fill:#fff;width:12px;height:12px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}

/* Video widget
---------------------------------------------------------- */.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper{width:10%}.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper{width:20%}.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper{width:30%}.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper{width:40%}.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper{width:50%}.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper{width:60%}.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper{width:70%}.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper{width:80%}.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper{width:90%}.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper{width:100%}.wpb_video_widget .wpb_video_wrapper{padding-top:56.25%;position:relative;width:100%}.wpb_video_widget .wpb_video_wrapper>div{padding-top:0!important;position:static}.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper{padding-top:56.25%}.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper{padding-top:75%}.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper{padding-top:42.55319149%}.wpb_video_widget.vc_video-align-left .wpb_wrapper{float:left}.wpb_video_widget.vc_video-align-center .wpb_wrapper{margin:0 auto}.wpb_video_widget.vc_video-align-right .wpb_wrapper{float:right}.wpb_video_widget .wpb_wrapper{position:relative}.wpb_video_widget .wpb_wrapper iframe{width:100%;height:100%;display:block;position:absolute;margin:0;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box}.wpb_video_wrapper .fluid-width-video-wrapper{padding-top:0!important;position:static}.banner-slider{max-width:2000px;margin-left:auto;margin-right:auto;margin-bottom:20px;line-height:1;width:auto}.banner-slider .glide__slides{margin:0;padding:0}.gutenberg-content>.banner-slider{margin-bottom:0}@media screen and (min-width:2000px){.gutenberg-content>.banner-slider{max-width:2000px;margin-left:calc(50% - 1000px);margin-right:calc(50% - 1000px)}}.banner-slider .glide__arrows{display:none}@media screen and (min-width:768px){.banner-slider .glide__arrows{display:block}}.banner-slider .glide__arrow{background-color:#fff;color:#00b3e3;padding:5px 0}.banner-slider .glide__arrow--left{
  /* @noflip */left:12px;
  /* @noflip */right:auto}.banner-slider .glide__arrow--right{
  /* @noflip */right:12px;
  /* @noflip */left:auto}.glide__bullets{position:static;z-index:auto;bottom:auto;left:auto;margin:20px auto;-webkit-transform:translateX(0);transform:translateX(0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.glide__bullet{border-radius:0;background-color:rgba(0,105,166,.2);width:10px;height:10px;margin:0 .62em}.glide__bullet:focus,.glide__bullet:hover{background-color:#0069a6;border-color:#0069a6}@media screen and (min-width:768px){.glide__bullet{width:8px;height:8px;margin:0 .3em}}.glide__bullet--active{background-color:#0069a6}.blog-archive-posts{margin:0 0 .625rem}.blog-archive-posts__feed{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column nowrap;flex-direction:column nowrap;gap:30px;gap:1.875rem;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 2.5rem}@media screen and (min-width:1024px){.blog-archive-posts__feed{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.blog-archive-posts__post{width:100%;max-width:356px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.blog-archive-posts__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.blog-archive-posts__pagination a{color:#0069a6;display:inline-block;font-weight:600;font-size:18px;font-size:1.125rem;text-decoration:none}.blog-archive-posts__pagination a:active,.blog-archive-posts__pagination a:focus,.blog-archive-posts__pagination a:hover{color:#00b3e3}.footer-contact{background-color:#0069a6;background-image:url(assets/dist/images/footer.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-blend-mode:multiply;color:#fff;padding-top:30px;padding-bottom:30px}.footer-contact a{color:#fff;text-decoration:underline}.footer-contact a:active,.footer-contact a:focus,.footer-contact a:hover{color:#a5d8ff}@media screen and (min-width:1024px){.footer-contact{padding-top:40px;padding-bottom:40px}}.footer-contact__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:1300px;max-width:81.25rem;padding-left:20px;padding-right:20px;max-width:1024px}.footer-contact__title{line-height:1.25em;font-size:28px;font-weight:400;text-transform:none;font-weight:600;color:#fff;text-align:center;display:block;margin-bottom:5px}@media screen and (min-width:480px){.footer-contact__title{font-size:32px}}.footer-contact__text{text-align:center}@media screen and (max-width:1023px){.footer-contact__text{display:none}}body .footer-contact__form{margin-top:50px}body .footer-contact__form .gform_wrapper.gform_validation_error .gform_validation_errors{background-color:red}body .footer-contact__form .gform_wrapper.gform_validation_error .gform_validation_errors h2{color:#fff}body .footer-contact__form .gform_wrapper.gform_validation_error .validation_message{display:block;color:red;padding-top:5px;display:none}body .footer-contact__form .gform_wrapper ul.gform_fields{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-15px;margin-bottom:-15px;margin-right:-15px!important;margin-bottom:-15px!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body .footer-contact__form .gform_wrapper ul.gform_fields>*{width:auto;padding-right:15px;padding-bottom:15px}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;margin:0;max-width:none!important;padding-right:10px;padding-bottom:20px}@media screen and (max-width:767px){body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield{padding-bottom:5px}}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield input[type=checkbox]{-webkit-transform:scale(1.4);transform:scale(1.4);margin-left:3px;margin-right:3px}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield select,body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield textarea{color:#7c8680;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;border:0;padding:10px 20px;line-height:21px;font-size:14px}@media screen and (max-width:1023px){body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield select,body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield textarea{padding:7px 10px}}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield select::-webkit-input-placeholder, body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield textarea::-webkit-input-placeholder{color:#7c8680;font-weight:300;opacity:1;line-height:21px}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield select::-moz-placeholder, body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield textarea::-moz-placeholder{color:#7c8680;font-weight:300;opacity:1;line-height:21px}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield select:-ms-input-placeholder, body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield textarea:-ms-input-placeholder{color:#7c8680;font-weight:300;opacity:1;line-height:21px}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield select::-ms-input-placeholder, body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield textarea::-ms-input-placeholder{color:#7c8680;font-weight:300;opacity:1;line-height:21px}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield select::placeholder,body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield textarea::placeholder{color:#7c8680;font-weight:300;opacity:1;line-height:21px}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield textarea{height:130px}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield select{padding-right:22px;background-color:#fff;background-image:url(assets/dist/svgs/ios-arrow-down--lightblue.svg);background-position:right 8px center;background-repeat:no-repeat;background-size:16px 16px}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield--checkbox{text-align:right;position:relative;top:10px}@media (max-width:1040px){body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield--checkbox{text-align:center;top:0}}@media screen and (max-width:767px){body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield--checkbox{padding-top:10px;font-size:12px}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield--checkbox label{position:relative;top:-2px;left:2px}}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield_error{background:transparent;border:0;padding:0 15px 15px 0;margin-bottom:0!important}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required div.ginput_container,body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required label.gfield_label{margin:0}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield_error select,body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield_error textarea{border:0;-webkit-box-shadow:inset 0 0 0 2px #e11d54;box-shadow:inset 0 0 0 2px #e11d54}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:none!important}body .footer-contact__form .gform_wrapper .top_label div.ginput_container,body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error{margin:0}body .footer-contact__form .gform_wrapper .gform_footer{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;position:relative;margin:15px auto}@media (max-width:1040px){body .footer-contact__form .gform_wrapper .gform_footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:auto}}@media screen and (max-width:1023px){body .footer-contact__form .gform_wrapper .gform_footer{margin-top:25px;margin-bottom:25px}}body .footer-contact__form .gform_wrapper .gform_footer input[type=submit]{background:none;border:0;margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#00b3e3;color:#fff;padding:10px;font-size:17px;font-size:1.0625rem;width:100%;letter-spacing:.01em;font-weight:400;position:relative;background-image:url(assets/dist/svgs/ios-arrow-forward--white.svg);background-position:right 8px center;background-repeat:no-repeat;background-size:16px 16px;height:40px;max-width:100px}@media (min-width:1041px){body .footer-contact__form .gform_wrapper .gform_footer input[type=submit]{margin-top:-55px;max-width:555px;padding:0}}body .footer-contact__form .gform_wrapper .gform_footer input[type=submit]+img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:0;margin:0}[dir=rtl] body .footer-contact__form .gform_wrapper .gform_footer input[type=submit]{background-image:url(assets/dist/svgs/ios-arrow-back--white.svg)}body .footer-contact__form .gform_wrapper .validation_error{background-color:#e11d54;font-weight:400;color:#0c0d0d;border:0;padding:10px;border-radius:2px}body .footer-contact__form .gform_wrapper .validation_message{display:none}body .footer-contact__form .gform_confirmation_message{margin-bottom:20px;text-align:center}body .footer-contact__form .gform_wrapper li.hidden_label input{margin-top:0}@media screen and (max-width:767px){body .footer-contact__form{max-width:450px;margin:0 auto}}@media screen and (min-width:768px){body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield{width:50%}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield--full{width:100%}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield--third{width:33.33333333%}}.footer-contact__details{margin-top:20px;border-top:1px solid #fff;padding-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}@media screen and (min-width:768px){.footer-contact__details{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.footer-contact__details-item{margin:25px 0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;text-align:center}@media screen and (min-width:768px){.footer-contact__details-item{margin:10px 0}}.footer-contact__details-item p{line-height:1.25em;font-size:18px;font-weight:300;line-height:1.5em}.footer-contact__details-item p a{color:#fff;text-decoration:underline}.footer-contact__details-item p a:active,.footer-contact__details-item p a:focus,.footer-contact__details-item p a:hover{color:#a5d8ff}@media screen and (min-width:768px){.footer-contact__details-item{width:50%}}.footer-contact__form-text{line-height:20px;margin-top:10px;text-align:center;font-size:12px;font-weight:300}@media (max-width:641px){.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){line-height:0;min-height:0}}.footer-cta{border-style:solid;border-width:0 0 .5rem;border-image-slice:1;border-image-source:linear-gradient(-45deg,#00b3e3 5%,#c1d72e 95%,#ede839);background-color:#0069a6;color:#fff;padding:50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:35px}[dir=rtl] .footer-cta{border-image-source:linear-gradient(45deg,#00b3e3 5%,#c1d72e 95%,#ede839)}@media screen and (min-width:1280px){.footer-cta{padding:70px 0}}.footer-cta__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:15px}.footer-cta__heading{color:#fff;font-size:30px;font-weight:700;text-transform:none}.footer-cta__subtext p{font-size:18px;font-weight:400;color:#a5d8ff}.footer-cta__subtext p:last-child{margin:0}.layout-full{margin:3.125rem 0}.layout-full.disable-header{padding-top:3.125rem}@media screen and (min-width:1024px){.layout-full{margin:6.25rem 0}}.layout-full__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:1300px;max-width:81.25rem;padding-left:20px;padding-right:20px;max-width:1170px}.layout-full__main,.layout-full__sidebar{max-width:100%}.layout-full__sidebar{padding-left:20px;padding-right:20px}.layout-sidebar{margin:3.125rem 0;padding-top:3.125rem}@media screen and (min-width:1024px){.layout-sidebar{margin:6.25rem 0}}.layout-sidebar__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:1300px;max-width:81.25rem;padding-left:20px;padding-right:20px;max-width:1170px}.layout-sidebar__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;row-gap:30px;row-gap:1.875rem}@media screen and (min-width:1024px){.layout-sidebar__row{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.layout-sidebar__main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;max-width:690px}@media screen and (max-width:1023px){.layout-sidebar__main{margin:auto}}.layout-sidebar__sidebar{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;max-width:690px}@media screen and (max-width:1023px){.single-post .layout-sidebar__sidebar{display:none}}@media screen and (min-width:1024px){.layout-sidebar__sidebar{max-width:340px;padding-right:20px;border-right:1px solid #ddd}}.layout-sidebar__breadcrumbs{padding-bottom:50px;max-width:1090px;margin:auto;font-size:14px}.layout-sidebar__breadcrumbs a{-webkit-transition:color .2s ease;transition:color .2s ease}.layout-sidebar__breadcrumbs a:hover{color:#00b3e3}.layout-sidebar__breadcrumbs .breadcrumb_last{font-weight:600}@media screen and (max-width:1023px){.layout-sidebar__breadcrumbs{display:none}}.product-benefits__wrap{position:relative;margin:auto;padding-top:30px}@media screen and (min-width:1024px){.product-benefits__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}}.product-benefits__icons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:768px;margin:auto}@media screen and (min-width:1024px){.product-benefits__icons{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}.product-benefits__icon{width:170px;text-align:center;margin-bottom:15px}@media screen and (min-width:1024px){.product-benefits__icon{width:155px}}.product-benefits__icon img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.product-benefits__icon p{color:#0c0d0d;line-height:1.2em;margin:auto;font-size:14px}@media screen and (min-width:1024px){.product-benefits__image{padding-left:50px;padding-top:30px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.product-benefits__image img{padding-bottom:5px;max-height:465px;width:100%;-o-object-fit:cover;object-fit:cover}.product-benefits__image p{color:#0c0d0d;line-height:1.2em;font-size:14px}.product-section--colour-theme-blue p{color:#fff}.product-sections--benefits-icon{width:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}

/* CALCULATOR - Modified from original Hubspot code */.product-calculator{color:#003e7e;background:#1d2f68;padding:40px 75px;max-width:1200px;margin:auto;line-height:1;font-size:14px}.product-calculator label{font-size:16px}@media screen and (max-width:1023px){.product-calculator{padding:40px 10px}}.product-calculator .calc-left,.product-calculator .product-calculator__wrap{width:100%}.product-calculator .calc-left p{margin:0}.product-calculator .calc-left .calc-header{padding:0 30px 15px;position:relative}@media screen and (max-width:1023px){.product-calculator .calc-left .calc-header{margin-bottom:30px;height:auto}}.product-calculator .calc-left .calc-header h3{color:#fff;text-align:center;text-transform:none;font-weight:600;margin-top:0;font-size:35px}.product-calculator .calc-left .calc-body{background:#eaf0f6;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1023px){.product-calculator .calc-left .calc-body{display:block}}.product-calculator .calc-left .calc-body .calc-item-wrap{max-width:36.5%;-webkit-box-flex:0;-ms-flex:0 0 36.5%;flex:0 0 36.5%;border-right:1px solid #1d2f68;padding:0 15px 30px}@media screen and (max-width:1023px){.product-calculator .calc-left .calc-body .calc-item-wrap{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.product-calculator .calc-left .calc-body .calc-item-wrap:last-of-type{max-width:27%;-webkit-box-flex:0;-ms-flex:0 0 27%;flex:0 0 27%}@media screen and (max-width:1023px){.product-calculator .calc-left .calc-body .calc-item-wrap:last-of-type{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.product-calculator .calc-left .calc-body .calc-item{padding:14px 0;position:relative}.product-calculator .calc-left .calc-body .calc-item.number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:0}.product-calculator .calc-left .calc-body .calc-item.number .item-input{float:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;max-width:100%;right:0}.product-calculator .calc-left .calc-body .calc-item:last-child{border-bottom:0 solid #f0f0f0;padding-bottom:0}.product-calculator .calc-left .calc-body .calc-item .item-desc{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.product-calculator .calc-left .calc-body .calc-item .item-desc p{width:100%;font-size:16px;line-height:18px}@media (max-width:992px){.product-calculator .calc-left .calc-body .calc-item .item-desc p{width:100%}}@media (max-width:767px){.product-calculator .calc-left .calc-body .calc-item .item-desc p{font-size:15px;line-height:16px}}.product-calculator .calc-left .calc-body .calc-item .item-desc .regimen-label{font-size:15px}.product-calculator .calc-left .calc-body .calc-item .item-desc .regimen-label strong{font-size:16px;font-weight:700}@media (max-width:767px){.product-calculator .calc-left .calc-body .calc-item .item-desc .regimen-label{font-size:15px}}.product-calculator .dot-labels{font-weight:500;color:#666}.product-calculator .secret-dropdown-trigger .item-desc p{width:100%!important;font-weight:500}.product-calculator .calc-item input{font-size:18px}.product-calculator .calc-item input[type=radio]{opacity:0;width:0}.product-calculator .calc-left .calc-body .calc-item .item-desc.w40,.product-calculator .calc-left .calc-body .calc-item .item-desc.w60{width:49%}.product-calculator .calc-left .calc-body .calc-item .item-input{display:block;float:right;max-width:30%;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;right:25px}.product-calculator .calc-item:after{display:block;content:"";clear:both}.product-calculator .calc-left .calc-body .calc-item .item-radios{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.product-calculator .calc-left .calc-body .calc-item .item-radios.w60{width:60%}.product-calculator .calc-left .calc-body .calc-item .item-radios div.radio{display:inline-block;width:33.33333333%;-webkit-box-sizing:border-box;box-sizing:border-box}.product-calculator .calc-left .calc-body .calc-item .item-radios div.radio input[type=text]{height:38px;width:85.3px;border:1px solid #c5c5c5;border-radius:4px;-webkit-box-shadow:inset 0 1px 3px 0 hsla(0,0%,40.8%,.5);box-shadow:inset 0 1px 3px 0 hsla(0,0%,40.8%,.5);margin:0 auto;text-align:center}.product-calculator .item-input .stepper.down,.product-calculator .item-input .stepper.up{display:block;position:absolute;height:16px;width:16px;font-size:12px;line-height:12px;border-radius:50%;background:#3f7c9a;color:#fff;cursor:pointer;top:13px;text-align:center;font-weight:700;-webkit-transition:all .25s;transition:all .25s}.product-calculator .item-input .stepper.down:hover,.product-calculator .item-input .stepper.up:hover{background-color:#306179}@media (max-width:767px){.product-calculator .item-input .stepper.down,.product-calculator .item-input .stepper.up{display:none}}.product-calculator .item-input .stepper.down{left:-22px;content:"-";line-height:14px}.product-calculator .item-input .stepper.up{right:-22px;content:"+";line-height:14px}.product-calculator .item-input input.stepper{height:34px;width:70px;-webkit-box-shadow:none;box-shadow:none;border:1.5px solid #002b63;outline:none;text-align:center;font-size:16px;margin-right:12.5px}.product-calculator .item-input input.stepper:focus{border:1px solid #3f7c9a}.product-calculator .radio input[type=number]{height:38px;width:85.3px;border:1px solid #c5c5c5;border-radius:4px;-webkit-box-shadow:inset 0 1px 3px 0 hsla(0,0%,40.8%,.5);box-shadow:inset 0 1px 3px 0 hsla(0,0%,40.8%,.5);outline:none;text-align:center;font-weight:700}.product-calculator input[type=number]::-webkit-inner-spin-button,.product-calculator input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-calculator .temp{position:absolute;z-index:999;height:41px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:157px;border:1px solid rgba(255,132,0,.5);background-color:#fff4e8;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.27);box-shadow:0 2px 4px 0 rgba(0,0,0,.27);-webkit-transition:opacity .25s linear;transition:opacity .25s linear;right:-20px;bottom:-50px;border-radius:15px}.product-calculator .temp:before{top:-8px;z-index:13;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff4e8}.product-calculator .temp:after,.product-calculator .temp:before{position:absolute;display:block;content:"";left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;height:0}.product-calculator .temp:after{z-index:12;top:-9px;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid rgba(255,132,0,.5)}.product-calculator .temp p{color:#ff8400;font-size:13px;font-weight:700;text-align:center;line-height:41px}.product-calculator .flex{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-calculator .calc-right{width:100%;padding:20px 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:none}.product-calculator .calc-right.active{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:1023px){.product-calculator .calc-right.active{display:block}}.product-calculator .calc-right h3{margin-top:0;font-size:26px;text-align:center;font-weight:500}.product-calculator .calc-right .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1.5rem 0}.product-calculator .calc-right .item:last-of-type{margin-bottom:0}.product-calculator .calc-right .item h3{font-size:18px;font-weight:700}.product-calculator .calc-right .item .qty{padding-left:50px;width:50px;text-align:center;margin-right:50px}.product-calculator .calc-right .item .qty h3{font-size:30px;text-align:right;margin:0 35px 0 0}.product-calculator .calc-right .item .desc h3{margin:0;opacity:.92;text-align:left;text-transform:none}.product-calculator .calc-right .item .desc p{margin:0;opacity:.88;font-size:16px;text-transform:uppercase}.product-calculator .calc-right__left{background:#eaf0f6;max-width:37.5%;-webkit-box-flex:0;-ms-flex:0 0 37.5%;flex:0 0 37.5%;padding:20px 15px}@media screen and (max-width:1023px){.product-calculator .calc-right__left{max-width:100%}}.product-calculator .calc-right__left h3.order-title{text-transform:none;font-weight:700;font-size:20px;text-align:left;padding-bottom:10px;border-bottom:1px solid #dbe0e6}.product-calculator .calc-right__right{padding:45px 45px 45px 70px}@media screen and (max-width:1023px){.product-calculator .calc-right__right{padding-left:15px;padding-right:15px}}.product-calculator .calc-right__right h3{color:#fff;text-align:left;text-transform:none;font-weight:600;margin-top:0;font-size:24px;line-height:30px}.product-calculator .calc-right__right .btn-wrap-print{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-style-button-palram-blue .product-calculator .calc-right__right .wp-block-button__link,.is-style-button-palram-green .product-calculator .calc-right__right .wp-block-button__link,.product-calculator .calc-right__right .is-style-button-palram-blue .wp-block-button__link,.product-calculator .calc-right__right .is-style-button-palram-green .wp-block-button__link,.product-calculator .calc-right__right .palram-btn{text-transform:uppercase;font-weight:700;font-size:16px;padding:10px 15px}.product-calculator .calc-clear,.product-calculator .calc-submit{cursor:pointer;display:inline-block;font-size:15px;outline:none;text-transform:uppercase;padding:10px;background:#0095da;text-decoration:none;color:#fff;font-weight:700;-webkit-transition:color 10ms linear,background .3s linear;transition:color 10ms linear,background .3s linear;border:0}.product-calculator .button-wrap{text-align:center;margin-top:20px}.product-calculator .calc-clear{background:none;color:#062e58;text-decoration:underline;font-size:12px;font-weight:400;padding:0;margin-top:10px}.product-calculator .calc-submit{right:80%;top:95%;margin-right:12.5px;margin-top:0}.product-calculator .calc-email,.product-calculator .calc-print{display:none;font-size:10px;text-decoration:underline;background:none;border:0;text-transform:uppercase;-webkit-box-align:center;-ms-flex-align:center;align-items:center;letter-spacing:.5px;margin-top:10px}.product-calculator .calc-email{margin-right:10px}.product-calculator .calc-email :hover,.product-calculator .calc-print :hover{color:#c1d72e}.product-calculator .calc-email img,.product-calculator .calc-print img{display:inline;max-width:20px;padding-right:5px}.product-calculator .calc-print img{max-width:14px}.product-calculator .calc-email,.product-calculator .calc-print{color:#fff}@media screen and (max-width:767px){.product-calculator .calc-clear{right:54%}.product-calculator .calc-print{right:30%}.product-calculator .calc-email{right:6%}.product-calculator .calc-clear,.product-calculator .calc-email,.product-calculator .calc-print,.product-calculator .calc-submit{top:113%!important;outline:none!important}.product-calculator .landing-demo-right a{font-size:14px!important}}@media (max-width:1190px){.product-calculator .calc-left .calc-body .calc-item:last-child{margin-bottom:1em}}.product-calculator .calc-color .item-colors{display:-webkit-box;display:-ms-flexbox;display:flex}.product-calculator .calc-color .item-colors .color{width:33.33333333%;height:10px;border:1.5px solid #002b63;border-bottom:none}.product-calculator .calc-color .item-colors .color:nth-child(2){border-left:none;border-right:none;width:33.33333333%}.product-calculator .calc-color .item-colors .color1{background:#eef6fb}.product-calculator .calc-color .item-colors .color2{background:#d6d6d6}.product-calculator .calc-color .item-colors .color3{background:#fff}.product-calculator .print-header{display:none}@media (max-width:1190px){.product-calculator .landing-page-projects .project-container>img{width:100%;margin-bottom:2rem}}.product-calculator .print-notes{display:none}.product-calculator .calc-select-container{height:0;width:0;opacity:0;overflow:hidden}.product-calculator .form-wrap.form-wrap label{color:#002b63;font-size:16px}.product-calculator .form-wrap.form-wrap label input{height:0;width:0;opacity:0;margin:0}.product-calculator .item-radios{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.product-calculator .item-radios div.radio{width:33%;border:1.5px solid #002b63;padding:10px 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;background:#fff;position:relative;height:40px}.product-calculator .item-radios.item-radios-increased div.radio{width:25%}.product-calculator .item-radios.item-radios-reduced div.radio{position:relative;height:30px}.product-calculator .item-radios.item-radios-reduced div.radio label{padding:6px 0}.product-calculator .item-radios div.radio label{cursor:pointer;position:absolute;width:100%;height:100%;left:0;top:0;padding:10px 0}.product-calculator .item-radios div.radio.clicked{background:#0095da;color:#fff}.product-calculator .item-radios div.radio.clicked label{color:#fff;cursor:pointer}.product-calculator .item-radios div.radio:hover{background:#deedf8}.product-calculator .item-radios div.radio.clicked:hover{background:#0095da}.product-calculator .item-radios div.radio.clicked:hover label{color:#fff}.product-calculator .item-radios.item-radios-reduced div.radio:nth-child(3){border-left:none;border-right:none}.product-calculator .item-radios.item-radios-increased div.radio:nth-child(2){border-right:none}.product-calculator .item-radios.item-radios-increased div.radio:nth-child(4){border-left:none;border-right:none}.product-calculator .calc-left .calc-body .calc-item-headings{padding-bottom:0}@media screen and (max-width:600px){.product-calculator .calc-left .calc-body .calc-item.number .item-desc{width:auto}}.product-calculator .btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.product-calculator-ezglaze .item-radios.item-radios-increased div.radio:nth-child(5){border-right:1.5px solid #1d2f68}.product-calculator-ezglaze .calc-color .item-colors .color{width:50%}.product-calculator-ezglaze .calc-color .item-colors .color:nth-child(2){width:50%;border-right:1.5px solid #1d2f68}.product-calculator-ezglaze .calc-left .calc-body .item-radios.item-radios-reduced div.radio{width:50%}.product-calculator-ezglaze .item-radios.item-radios-reduced div.radio:nth-child(3){border-right:1.5px solid #1d2f68}.is-style-button-palram-blue .product-calculator-ezglaze .calc-right__right .wp-block-button__link:last-of-type,.is-style-button-palram-green .product-calculator-ezglaze .calc-right__right .wp-block-button__link:last-of-type,.product-calculator-ezglaze .calc-right__right .is-style-button-palram-blue .wp-block-button__link:last-of-type,.product-calculator-ezglaze .calc-right__right .is-style-button-palram-green .wp-block-button__link:last-of-type,.product-calculator-ezglaze .calc-right__right .palram-btn:last-of-type{margin-left:10px}.product-downloads__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#0069a6;padding:15px 25px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}@media screen and (max-width:1023px){.product-downloads__header{padding:10px 30px 10px 10px}}.product-downloads__header span{color:#fff;font-size:20px}.product-downloads__download.active .product-downloads__title svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.product-downloads__title{cursor:pointer;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 25px 20px 30px;min-height:50px}@media screen and (max-width:1023px){.product-downloads__title{padding:10px 30px 10px 10px}}.product-downloads__title h5{font-size:20px;font-weight:600;text-decoration:underline;color:#0069a6}.product-downloads__title svg{width:25px}.product-downloads__title svg path{fill:#00b3e3}.product-downloads__content{height:0;overflow:hidden;-webkit-transition:height 1s ease;transition:height 1s ease}.product-faq__content__wrap{padding:20px}.product-downloads__row{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 20px 10px 50px}@media screen and (max-width:1023px){.product-downloads__row{padding:10px 25px 10px 10px}}.product-downloads__row:nth-child(odd){background:#dae0e7}.product-downloads__row .product-downloads__filename{padding-left:15px}.product-downloads__row .product-downloads__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-downloads__row span{color:#0c0d0d;font-size:14px;line-height:18px}.product-downloads .resources_table{padding-top:0}.product-downloads .resources_table h2{display:none}.product-downloads .container{width:100%;border:none}.product-downloads .title_table{color:#fff;background-color:#0069a6;border:none;font-size:20px;font-weight:400;padding-left:25px}.product-downloads .title_table.col-sm-2{padding-right:30px;padding-left:15px;text-align:right}.product-downloads .title_table:first-child{border-right:0}.product-downloads .accordion__button{font-size:20px;font-weight:600;padding-left:30px;padding-right:30px;color:#0069a6;border:1px solid #eceff3;background:#fff}@media screen and (max-width:1023px){.product-downloads .accordion__button{padding-left:25px}}.product-downloads .accordion__button:after{background-image:url(assets/dist/svgs/ios-arrow-down--lightblue.svg)}.product-downloads .filter_table.res_table .row.res{border-top:0;padding-left:35px}@media screen and (max-width:1023px){.product-downloads .filter_table.res_table .row.res{padding-left:0}}.product-downloads .resources_table .res:nth-child(odd){background:#dae0e7}.product-downloads .resources_table .res .download_res{text-align:right;padding:0 20px 0 0;font-size:14px}.product-downloads .resources_table .res .text-res{padding-left:6px;font-size:14px;color:#000;font-weight:400}.product-downloads .resources_table .res a span:first-child{padding-right:0;min-height:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-downloads .filter_table .text-res{border-right:0}@media (max-width:1150px){.product-downloads .filter_table .text-res{border-right:0}}@media (max-width:1150px){.product-downloads .res_table.filter_table .title_table{font-size:20px}.product-downloads .res_table.filter_table .title_table.col-sm-22{text-align:left;padding-left:25px}.product-downloads .res_table.filter_table .title_table.col-sm-2{text-align:right}}@media screen and (max-width:1023px){.product-downloads .res_table.filter_table .title_table{padding-left:10px}}@media (max-width:1023px){.product-downloads .resources_table .filter_table{padding:0}}.product-downloads .filter_table div img{max-width:30px}.product-section--colour-theme-blue .product-downloads .title_table:first-child{border-left:1px solid #fff;border-top:1px solid #fff}.product-section--colour-theme-blue .product-downloads .title_table:last-child{border-top:1px solid #fff;border-right:1px solid #fff}.product-section--colour-theme-blue .accordion__button{background:#fff}.product-section--colour-theme-gray .resources_table .res:nth-child(odd){background:#f4f5f8}.product-faq__wrap{max-width:1150px;margin:auto}@media screen and (max-width:1023px){.product-faq__questions{display:none}.product-faq__questions.active{display:block}}.product-faq__question{margin-bottom:15px}@media screen and (max-width:1023px){.product-faq__question{margin-bottom:10px}}.product-faq__question-title{cursor:pointer;background:#0069a6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 20px;position:relative}.product-faq__question-title h5{font-size:18px;color:#fff;font-weight:600;margin-bottom:0;padding-right:20px}.product-faq__icon{font-weight:700;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.product-faq__icon .product-faq__plus{color:#ede839;font-size:30px}@media screen and (max-width:1023px){.product-faq__icon .product-faq__plus{font-size:25px}}.product-faq__icon .product-faq__minus{display:none;border-bottom:3px solid #0069a6;width:15px}.product-faq__answer{background:#f4f5f8;height:0;overflow:hidden;-webkit-transition:height 1s ease;transition:height 1s ease}.product-faq__answer__wrap{padding:20px}.product-faq__content{max-width:750px}.product-faq__content *{color:#0c0d0d}.product-faq__content li,.product-faq__content p{margin-bottom:15px;font-size:14px;line-height:18px}.product-faq__content li{display:-webkit-box;display:-ms-flexbox;display:flex}.product-faq__content li:before{content:"•";color:#00b3e3;margin-right:5px}.product-faq__links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px 15px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1023px){.product-faq__links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.is-style-button-palram-blue .product-faq__links .wp-block-button__link,.is-style-button-palram-green .product-faq__links .wp-block-button__link,.product-faq__links .is-style-button-palram-blue .wp-block-button__link,.product-faq__links .is-style-button-palram-green .wp-block-button__link,.product-faq__links .palram-btn{min-width:175px}.product-faq__mobile-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#0069a6;margin-bottom:10px;padding:10px 20px 10px 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.product-faq__mobile-toggle span{color:#fff}.product-faq__mobile-toggle svg{width:20px}.product-faq__mobile-toggle svg path{fill:#ede839}.product-faq__mobile-toggle.active svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (min-width:1024px){.product-faq__mobile-toggle{display:none}}.product-faq__question.active .product-faq__question-title{background:#a5d8ff}.product-faq__question.active .product-faq__question-title h5{color:#0069a6}.product-faq__question.active .product-faq__plus{display:none}.product-faq__question.active .product-faq__minus{display:block}.product-feature-cards__wrap{max-width:1000px;margin:auto}@media screen and (min-width:1024px){.product-feature-cards__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:35px}}.product-feature-cards__card{margin:0 auto auto;max-width:385px}@media screen and (min-width:1024px){.product-feature-cards__card{margin-bottom:30px;max-width:calc(50% - 35px);-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 35px);flex:0 0 calc(50% - 35px)}}@media screen and (max-width:1023px){.product-feature-cards__card{margin-bottom:30px}}.product-feature-cards__image{position:relative;height:250px}@media screen and (max-width:1023px){.product-feature-cards__image{height:220px}}.product-feature-cards__image:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;opacity:.75}.product-feature-cards__image .product-feature-cards__icon{position:absolute;max-width:150px;max-height:150px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:1023px){.product-feature-cards__image .product-feature-cards__icon{max-width:100px;max-height:100px}}.product-feature-cards__image .product-feature-cards__img{width:100%;-o-object-fit:cover;object-fit:cover;height:250px}@media screen and (max-width:1023px){.product-feature-cards__image .product-feature-cards__img{height:220px}}.product-feature-cards__image.blue-bg:before{background:#0069a6}.product-feature-cards__image.lightblue-bg:before{background:#00b3e3}.product-feature-cards__text{margin-top:15px;text-align:center}.product-feature-cards__text h5{font-weight:700;text-transform:none;font-size:24px;color:#0069a6}.product-feature-cards__text p{color:#0c0d0d;font-size:15px;line-height:20px}.is-style-button-palram-blue .product-feature-cards__text .wp-block-button__link,.is-style-button-palram-green .product-feature-cards__text .wp-block-button__link,.product-feature-cards__text .is-style-button-palram-blue .wp-block-button__link,.product-feature-cards__text .is-style-button-palram-green .wp-block-button__link,.product-feature-cards__text .palram-btn{margin-top:30px}.product-feature-cards.three-columns .product-feature-cards__wrap{max-width:100%}@media screen and (min-width:1024px){.product-feature-cards.three-columns .product-feature-cards__card{max-width:calc(33.33333% - 45px);-webkit-box-flex:0;-ms-flex:0 0 calc(33.33333% - 45px);flex:0 0 calc(33.33333% - 45px)}}.product-section--colour-theme-blue .product-feature-cards h5{color:#fff}.product-section--colour-theme-blue .product-feature-cards p{color:#a5d8ff}.product-hero__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:81.25rem;padding-left:20px;padding-right:20px;max-width:1300px;padding-bottom:50px;position:relative;max-width:1400px}@media screen and (min-width:1024px){.product-hero__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:81.25rem;padding-left:20px;padding-right:20px;max-width:1300px;*zoom:1;max-width:1400px}.product-hero__wrap:after,.product-hero__wrap:before{content:" ";display:table}.product-hero__wrap:after{display:block;clear:both;height:1px;margin-top:-1px;visibility:hidden}}@media screen and (max-width:1023px){.product-hero__wrap{padding-bottom:20px}}.product-hero__content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;position:relative;margin:0 auto 30px;padding-top:30px}@media screen and (min-width:1024px){.product-hero__content{float:left;width:50%;margin-bottom:0;padding-right:40px;padding-top:50px}}@media screen and (min-width:1280px){.product-hero__content{width:40%}}.product-hero__title{font-weight:700;font-size:29px;line-height:1em;letter-spacing:normal;color:#0069a6;margin-bottom:10px}@media screen and (min-width:768px){.product-hero__title{font-size:38px}}.product-hero__subtitle{color:#0c0d0d;font-size:18px;font-weight:600;line-height:1.2em;display:block}@media screen and (max-width:1023px){.product-hero__subtitle{line-height:22px}}@media screen and (min-width:768px){.product-hero__subtitle{font-size:24px;margin-bottom:10px}}.product-hero__description{color:#0c0d0d;display:none;font-size:14px;font-size:.875rem;line-height:19px;margin-bottom:10px}@media screen and (min-width:768px){.product-hero__description{display:block}}.product-hero__buttons{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:5px 10px}.product-hero__buttons a{min-width:150px}@media screen and (max-width:1023px){.product-hero__buttons a{width:100%}}@media (min-width:750px){.product-hero__buttons{gap:10px 25px}}.product-hero__slider{width:100%}.product-hero__slider img{width:100%;height:50vw;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:1024px){.product-hero__slider img{height:450px}}@media screen and (min-width:1024px){.product-hero__slider{width:50%;float:right}}@media screen and (min-width:1024px) and (max-width:1279px){.product-hero__slider{right:20px}}@media screen and (min-width:1280px){.product-hero__slider{width:57%}}.product-image-text__wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px;margin:auto 15px;padding-top:30px}@media screen and (max-width:1023px){.product-image-text__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product-image-text__text{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:auto}.product-image-text__text h1,.product-image-text__text h2,.product-image-text__text h3,.product-image-text__text h4,.product-image-text__text h5,.product-image-text__text h6,.product-image-text__text ol,.product-image-text__text p,.product-image-text__text ul{margin-bottom:15px;clear:both}.product-image-text__text ol,.product-image-text__text ul{padding-left:15px}.product-image-text__text ul{list-style-type:circle}.product-image-text__text ol{list-style-type:decimal}.product-image-text__text .wp-block-mkdo-blocks-product-button.product-button{margin-bottom:15px}@media screen and (min-width:1024px){.product-image-text__image,.product-image-text__text{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}.product-section--colour-theme-blue .product-image-text__text,.product-section--colour-theme-blue h1,.product-section--colour-theme-blue h2,.product-section--colour-theme-blue h3,.product-section--colour-theme-blue h4,.product-section--colour-theme-blue h5,.product-section--colour-theme-blue h6,.product-section--colour-theme-blue li,.product-section--colour-theme-blue ol,.product-section--colour-theme-blue p,.product-section--colour-theme-blue span,.product-section--colour-theme-blue ul{color:#fff}.product-image-text .text-right .product-image-text__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (min-width:1024px){.product-image-text .ratio-60-40 .product-image-text__text{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:60%}}@media screen and (min-width:1024px){.product-image-text .ratio-40-60 .product-image-text__text,.product-image-text .ratio-60-40 .product-image-text__image{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:40%}}@media screen and (min-width:1024px){.product-image-text .ratio-40-60 .product-image-text__image{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:60%}}@media screen and (min-width:1024px){.product-image-text .ratio-70-30 .product-image-text__text{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:70%}}@media screen and (min-width:1024px){.product-image-text .ratio-30-70 .product-image-text__text,.product-image-text .ratio-70-30 .product-image-text__image{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:30%}}@media screen and (min-width:1024px){.product-image-text .ratio-30-70 .product-image-text__image{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:70%}}.product-image-text .button-center .product-image-text__text .wp-block-mkdo-blocks-product-button.product-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-image-text .button-right .product-image-text__text .wp-block-mkdo-blocks-product-button.product-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (min-width:1024px){.product-image-text .button-horizontal .product-image-text__text .wp-block-mkdo-blocks-product-button.product-button{float:left;margin-right:15px}}.product-image-tiles__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:81.25rem;padding-left:0;padding-right:0;max-width:1300px}@media screen and (max-width:599px){.product-image-tiles__wrap{max-width:500px}}.product-image-tiles__grid{max-width:100%;width:100%;display:grid;grid-template-columns:auto;grid-template-rows:auto;grid-column-gap:3px;grid-row-gap:3px;background-color:#fff}@media screen and (min-width:600px){.product-image-tiles__grid{grid-template-columns:repeat(2,auto);grid-template-rows:repeat(3,auto)}}@media screen and (min-width:1020px){.product-image-tiles__grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto)}}.product-image-tiles__cta,.product-image-tiles__image{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.product-image-tiles__image{aspect-ratio:16/9}@media screen and (min-width:600px){.product-image-tiles__cta{grid-area:2/1/3/3}}@media screen and (min-width:1020px){.product-image-tiles__cta{grid-area:1/2/3/-2}}.product-image-tiles__name{position:absolute;bottom:0;left:0;padding:10px;display:block;font-size:15px;font-style:italic;font-weight:300;background-color:#0069a6;color:#fff;max-width:100%;word-wrap:break-word}@media screen and (min-width:1020px){.product-image-tiles__name{min-width:200px}}.product-image-tiles__cta{background-color:#0069a6;color:#fff;padding:30px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:15px;text-align:center}.product-image-tiles__cta>*{width:auto;max-width:400px;margin-left:auto;margin-right:auto}.product-image-tiles__heading{color:#fff}.product-sections--image-tiles .product-section__header{display:none}.product-related-products__wrap{max-width:1225px;margin:30px auto auto}@media screen and (min-width:1024px){.product-related-products__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:35px}}.product-related-products__card{height:100%}.product-related-products__card a{margin:0 auto auto;border-bottom:5px solid #ede839;display:block;max-width:268px;height:100%}.product-related-products__card a:active,.product-related-products__card a:focus,.product-related-products__card a:hover{border-bottom:5px solid #0069a6}@media screen and (min-width:1024px){.product-related-products__card a{max-width:385px;margin-left:15px;margin-right:15px;margin-bottom:15px}}@media screen and (max-width:1023px){.product-related-products__card a{margin-bottom:30px}}.product-related-products__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#eceff3;position:relative;min-height:200px}.product-related-products__image img{height:200px;width:268px;-o-object-fit:cover;object-fit:cover}.product-related-products__image span{color:#fff;text-transform:uppercase;font-size:20px;position:absolute;top:15px;left:0;padding:12px 10px 10px;border-top-right-radius:5px;border-bottom-right-radius:5px}.product-related-products__image span.category-blue{background:#00b3e3}.product-related-products__image span.category-green{background:#c1d72e}.product-related-products__image span.category-purple{background:#672e92}.product-related-products__text{margin-top:15px;text-align:center;white-space:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:5px}.product-related-products__text h5{font-weight:700;font-size:24px;line-height:24px;margin-bottom:5px;text-transform:uppercase}.product-related-products__text p{color:#0c0d0d;font-size:15px;line-height:18px}@media screen and (min-width:1024px){.product-related-products .glide__arrows,.product-related-products .glide__slide--clone{display:none}.product-related-products .glide__slides{-webkit-transform:none!important;transform:none!important;width:auto!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px 0}.product-related-products .glide__slides li{margin:0!important}}.product-section--colour-theme-blue .product-related-products h5{color:#fff}.product-section--colour-theme-blue .product-related-products p{color:#a5d8ff}.product-sections{position:relative}.product-sections__toggle{background:none;border:0;padding:0;border-style:solid;border-width:0 0 .5rem;border-image-slice:1;border-image-source:linear-gradient(-45deg,#00b3e3 5%,#c1d72e 95%,#ede839);background:#7c868d;color:#fff;width:100%;text-align:left;font-weight:600;position:relative;margin:0 0 -.5rem}[dir=rtl] .product-sections__toggle{border-image-source:linear-gradient(45deg,#00b3e3 5%,#c1d72e 95%,#ede839)}.product-sections__toggle span{position:relative;padding-right:22px;font-size:20px}.product-sections__toggle span:before{content:"";display:block;position:absolute;width:20px;height:20px;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-image:url(assets/dist/svgs/ios-arrow-down--white.svg);background-position:right 0 center;background-repeat:no-repeat;background-size:20px 20px;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}@media screen and (max-width:1023px){.product-sections__toggle span{padding:0 20px}.product-sections__toggle span:before{right:20px}.product-sections__toggle span:after{content:"Select one";font-style:italic;font-weight:300;padding-left:15px}}.product-sections--open .product-sections__toggle span:before{-webkit-transform:translateY(-50%) scaleY(-1);transform:translateY(-50%) scaleY(-1)}@media screen and (max-width:1023px){.product-sections__toggle{height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-sections__toggle span{max-width:350px;display:block;margin:0 auto;width:100%;font-size:15px}}@media screen and (min-width:1024px){.product-sections__toggle{display:none}}.product-sections__nav{border-style:solid;border-width:0 0 .5rem;border-image-slice:1;border-image-source:linear-gradient(-45deg,#00b3e3 5%,#c1d72e 95%,#ede839);background:#7c868d;color:#0c0d0d;z-index:1;position:sticky;top:72px;margin-bottom:mdko-rem(8px)}[dir=rtl] .product-sections__nav{border-image-source:linear-gradient(45deg,#00b3e3 5%,#c1d72e 95%,#ede839)}@media screen and (max-width:1023px){.product-sections__nav{height:0;pointer-events:none;visibility:hidden;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;position:absolute;top:40px;width:100%;-webkit-box-shadow:0 10px 10px 0 rgba(12,13,13,.35);box-shadow:0 10px 10px 0 rgba(12,13,13,.35)}.product-sections--open .product-sections__nav{height:auto;pointer-events:all;visibility:visible;opacity:1}}.product-sections__nav ul{list-style:none;width:100%;display:block;margin:0 auto;max-width:81.25rem;max-width:1300px;max-width:1400px;padding:15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:center}.product-sections__nav ul li{margin-bottom:0}.product-sections__nav a{font-size:18px;color:#fff}.product-sections__nav a:active,.product-sections__nav a:focus,.product-sections__nav a:hover{color:#f4f5f8}@media screen and (max-width:1023px){.product-sections__nav a{font-size:16px}}@media screen and (max-width:1023px){.product-sections__nav ul{max-width:350px;padding-top:5px;padding-bottom:5px;padding-left:143px;text-align:left}}@media screen and (min-width:1024px){.product-sections__nav{background:#7c868d;color:#fff;position:sticky;top:72px;z-index:3;margin-top:-15px}.product-sections__nav ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;gap:25px;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-sections__nav a{font-size:16px;color:#fff}.product-sections__nav a:active,.product-sections__nav a:focus,.product-sections__nav a:hover{color:#f4f5f8}}@media screen and (min-width:1280px){.product-sections__nav a{font-size:18px}}@media screen and (min-width:1025px){.product-slider .glide__arrows{display:none}.product-slider.product-slider--arrows-required .glide__arrows{display:block}}.product-slider__slider li{padding:0 20px}.product-slider__slider[data-slidecount="2"]{position:relative;max-width:835px;margin:auto}.product-slider__slide{white-space:normal;max-width:373px;margin:auto}.product-slider__image{position:relative;display:block}.product-slider__image a{display:block;-webkit-box-shadow:none;box-shadow:none}.product-slider__image img{margin-bottom:5px;width:100%;height:286px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:1023px){.product-slider__image img{height:50vw;margin-bottom:0}}.product-slider__image.contain img{-o-object-fit:contain;object-fit:contain}.product-slider__svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px;height:50px;pointer-events:none}@media screen and (max-width:1023px){.product-slider__svg{width:75px;height:75px}}.product-slider__svg:before{content:"";position:absolute;top:0;left:1px;width:100%;height:47px;background:#fff;opacity:.75;-webkit-filter:blur(10px);filter:blur(10px)}.product-slider__svg svg{position:relative}.product-slider__svg path{fill:#00b3e3}.product-slider__text h5{text-align:left;font-weight:700;text-transform:none;font-size:24px;margin-top:5px;margin-bottom:10px;color:#0069a6;line-height:24px}@media screen and (max-width:1023px){.product-slider__text h5{line-height:25px;font-size:20px;margin-top:0}}.product-slider__text p{color:#0c0d0d;font-size:14px;line-height:18px}.product-slider__text .product-slider__watch{margin-top:30px;color:#0069a6;font-weight:700;font-size:14px;display:block;-webkit-box-shadow:none;box-shadow:none}@media screen and (max-width:1023px){.product-slider__text .product-slider__watch{margin-top:10px}}.product-slider__text .product-slider__yellow-arrow{color:#00b3e3;margin-left:5px}.product-slider--reduced img{height:186px}.product-section--colour-theme-blue .product-slider h5{color:#fff}.product-section--colour-theme-blue .product-slider p{color:#a5d8ff}.product-section--colour-theme-blue .product-slider .product-slider__watch{color:#fff}.product-slider__modal-content{display:none}.product-slider__popup{max-width:1024px;width:100%;padding:10px}@media screen and (min-width:1024px){.product-slider__popup{min-width:1024px}}.product-slider__popup-title{background:#0069a6;color:#fff;font-size:30px;text-transform:uppercase;font-weight:700;padding:20px 40px;position:relative}.product-slider__popup-close{position:absolute;right:7.5px;top:15px;width:20px;height:20px;cursor:pointer}.product-slider__popup-close:after,.product-slider__popup-close:before{content:"";background:#fff;width:20px;height:5px;position:absolute;top:0;left:0}.product-slider__popup-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.product-slider__popup-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.product-slider__popup-content{background:#fff;padding:20px 40px}@media screen and (min-width:1024px){.product-slider__popup-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}}@media screen and (min-width:1024px){.product-slider__popup-content>div{-webkit-box-flex:33.33333333%;-ms-flex:33.33333333%;flex:33.33333333%;width:auto}.product-slider__popup-content>div .product-slider__modal2lists{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.product-slider__popup-content>div .product-slider__modal2lists ul{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;width:auto}}.product-slider__popup-content>div h1,.product-slider__popup-content>div h2,.product-slider__popup-content>div h3,.product-slider__popup-content>div h4,.product-slider__popup-content>div h5,.product-slider__popup-content>div h6,.product-slider__popup-content>div li,.product-slider__popup-content>div p{margin-bottom:15px}.product-slider__popup-content>div ul{padding-left:15px;list-style-type:circle}.product-spotlight{background-color:#0069a6;padding-top:40px;position:relative;overflow:hidden}@media screen and (min-width:768px){.product-spotlight{padding-top:55px}}.gutenberg-content>.product-spotlight{margin-bottom:0}.product-spotlight__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:1300px;max-width:81.25rem;max-width:1200px;padding-left:45px;padding-right:45px;position:relative}@media screen and (min-width:768px){.product-spotlight__wrap{padding-left:50px;padding-right:50px}}.product-spotlight__title{line-height:1.25em;font-size:28px;font-weight:400;text-align:center;display:block;margin:0 0 20px;color:#fff}@media screen and (min-width:480px){.product-spotlight__title{font-size:32px}}@media screen and (min-width:768px){.product-spotlight__title{margin-bottom:15px}}.product-spotlight__slider{position:relative}.product-spotlight__slider:before{content:"";position:absolute;width:200vw;height:100%;left:-50vw;right:auto;top:50%;background-color:#fff}.product-spotlight__slider .glide__arrow{background-color:#00b3e3;color:#002a42}.product-spotlight__slider .glide__arrow--left{
  /* @noflip */left:-45px;
  /* @noflip */right:auto}.product-spotlight__slider .glide__arrow--right{
  /* @noflip */right:-45px;
  /* @noflip */left:auto}@media screen and (max-width:767px){.product-spotlight__slider .glide__arrow{padding:20px 6px}}@media screen and (min-width:768px){.product-spotlight__slider:before{height:130px;top:auto;bottom:-50px}.product-spotlight__slider .glide__bullets{margin-top:10px}.product-spotlight__slider .glide__arrow{background-color:#fff;color:#00b3e3;padding:5px 0}.product-spotlight__slider .glide__arrow--left{
    /* @noflip */left:-30px;
    /* @noflip */right:auto}.product-spotlight__slider .glide__arrow--right{
    /* @noflip */right:-30px;
    /* @noflip */left:auto}}@media (min-width:1024px){.product-spotlight__slider.glide--swipeable{cursor:default}.product-spotlight__slider.glide--swipeable .glide_slides{-ms-touch-action:auto;touch-action:auto}}.product-swatches__wrap{background:#f4f5f8;padding:25px;text-align:center;max-width:1200px;margin:auto}.product-swatches__wrap img{margin:auto}.product-tabs__blocktitle{display:none;text-align:center;font-size:20px;color:#0069a6;background:#a5d8ff;width:100%;font-weight:600;padding:13px 10px 10px;cursor:pointer}@media screen and (max-width:1023px){.product-tabs__blocktitle{display:block;margin-bottom:10px}}.product-tabs__blocktitle.active{background:#ede839}.product-tabs__select{margin-bottom:5px}@media screen and (max-width:1023px){.product-tabs__select{display:none}}.product-tabs__select ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:5px}.product-tabs__select ul li{text-align:center;padding:10px;font-size:20px;color:#0069a6;background:#a5d8ff;width:100%;font-weight:600;cursor:pointer;list-style-type:none}.product-tabs__select ul li.active{background:#ede839}.product-tabs__block{display:none;background:#eceff3;padding:30px;overflow:hidden}.product-tabs__block .dataTables_wrapper{overflow-x:auto;padding-bottom:30px}@media screen and (max-width:1023px){.product-tabs__block{padding:10px;background:#fff;overflow-x:scroll}}.product-tabs__block h1,.product-tabs__block h2,.product-tabs__block h3,.product-tabs__block h4,.product-tabs__block h5,.product-tabs__block h6{font-size:24px;color:#0069a6;margin-bottom:15px;line-height:24px}.product-tabs__block li,.product-tabs__block p{font-size:14px;color:#0c0d0d;margin-bottom:15px}.product-tabs__block.active{display:block}.product-tabs__block .dataTables_filter,.product-tabs__block .dataTables_length{margin-bottom:10px}.product-tabs__block .tablepress tfoot th,.product-tabs__block .tablepress thead th{color:#fff;background-color:#0069a6;padding:10px 25px;font-size:20px;font-weight:600}@media screen and (max-width:1023px){.product-tabs__block .tablepress tfoot th,.product-tabs__block .tablepress thead th{padding:10px}}.product-tabs__block .tablepress tbody td,.product-tabs__block .tablepress tfoot th{color:#0c0d0d;font-size:14px;border:0;padding:10px 25px}@media screen and (max-width:1023px){.product-tabs__block .tablepress tbody td,.product-tabs__block .tablepress tfoot th{padding:10px}}.gutenberg-content .wp-block-mkdo-blocks-product-tab-tab.alignfull{width:100%;margin:0}.wp-block-mkdo-blocks-product-wysiwyg h1,.wp-block-mkdo-blocks-product-wysiwyg h2,.wp-block-mkdo-blocks-product-wysiwyg h3,.wp-block-mkdo-blocks-product-wysiwyg h4,.wp-block-mkdo-blocks-product-wysiwyg h5,.wp-block-mkdo-blocks-product-wysiwyg h6,.wp-block-mkdo-blocks-product-wysiwyg ol,.wp-block-mkdo-blocks-product-wysiwyg p,.wp-block-mkdo-blocks-product-wysiwyg ul{margin-bottom:15px}.wp-block-mkdo-blocks-product-wysiwyg ol,.wp-block-mkdo-blocks-product-wysiwyg ul{padding-left:15px}.wp-block-mkdo-blocks-product-wysiwyg ul{list-style-type:circle}.wp-block-mkdo-blocks-product-wysiwyg ol{list-style-type:decimal}.wp-block-mkdo-blocks-product-wysiwyg .product-section__title{margin-bottom:5px}.product-sections--wysiwyg.product-section--colour-theme-blue,.product-sections--wysiwyg.product-section--colour-theme-blue h1,.product-sections--wysiwyg.product-section--colour-theme-blue h2,.product-sections--wysiwyg.product-section--colour-theme-blue h3,.product-sections--wysiwyg.product-section--colour-theme-blue h4,.product-sections--wysiwyg.product-section--colour-theme-blue h5,.product-sections--wysiwyg.product-section--colour-theme-blue h6,.product-sections--wysiwyg.product-section--colour-theme-blue li,.product-sections--wysiwyg.product-section--colour-theme-blue ol,.product-sections--wysiwyg.product-section--colour-theme-blue p,.product-sections--wysiwyg.product-section--colour-theme-blue span,.product-sections--wysiwyg.product-section--colour-theme-blue ul{color:#fff}.single-content .blog-sidebar{display:none}@media screen and (min-width:1024px){.single-content .blog-sidebar{display:block}}.single-content .blog-content .blog-content__inner{color:#0c0d0d}.single-content .blog-content .blog-content__inner h1,.single-content .blog-content .blog-content__inner h2,.single-content .blog-content .blog-content__inner h3,.single-content .blog-content .blog-content__inner h4,.single-content .blog-content .blog-content__inner h5,.single-content .blog-content .blog-content__inner h6,.single-content .blog-content .blog-content__inner ol,.single-content .blog-content .blog-content__inner p,.single-content .blog-content .blog-content__inner ul{margin-bottom:1rem}.single-content .blog-content .blog-content__inner h1,.single-content .blog-content .blog-content__inner h2,.single-content .blog-content .blog-content__inner h3,.single-content .blog-content .blog-content__inner h4,.single-content .blog-content .blog-content__inner h5,.single-content .blog-content .blog-content__inner h6{margin-top:2.5rem;text-transform:none}.single-content .blog-content .blog-content__inner img{margin:1.25rem 0;display:block}.single-content .blog-content .blog-content__inner img.aligncenter{margin:1.25rem auto}.single-content .blog-content .blog-content__inner ol,.single-content .blog-content .blog-content__inner ul{margin:0;padding:0;-webkit-padding-start:17px;padding-inline-start:17px}.single-content .blog-content .blog-content__inner ol:last-of-type,.single-content .blog-content .blog-content__inner ul:last-of-type{margin-bottom:0}.single-content .blog-content .blog-content__inner ol{list-style:decimal}.single-content .blog-content .blog-content__inner ul{list-style:disc}.single-content .blog-content .blog-content__inner a,.single-content .blog-content .blog-content__inner li,.single-content .blog-content .blog-content__inner p{font-size:18px;line-height:1.5em;font-weight:400}.single-content .blog-content .blog-content__inner a{color:#0069a6;-webkit-transition:.3s;transition:.3s}.single-content .blog-content .blog-content__inner a:hover{color:#00b3e3}.single-content .blog-content .blog-content__inner p{font-weight:400}.single-content .blog-content .blog-content__inner strong{font-weight:600}.site-footer2{background:#002a42;color:#fff;overflow:hidden}.site-footer2__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:81.25rem;max-width:1300px;padding:20px 30px}@media screen and (min-width:1024px){.site-footer2__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:1300px;max-width:81.25rem;padding-left:20px;padding-right:20px}}.site-footer2__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.site-footer2__row>*{width:auto;padding-right:30px}@media screen and (min-width:1024px){.site-footer2__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-60px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.site-footer2__row>*{width:auto;padding-right:60px}}.site-footer2__left{margin-bottom:60px;max-width:340px}.site-footer2__left p{font-size:15;line-height:1.25em;color:#a5d8ff;margin-bottom:10px}.site-footer2__right{margin-bottom:20px}.site-footer2__title{font-weight:600;font-size:15px;line-height:18px;margin-bottom:10px}.site-footer2__logo{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:60px;display:block;margin-bottom:24px;z-index:20}.site-footer2__logo img{display:block;width:100%;height:auto}.site-footer__social{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-20px;margin-bottom:-20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:40px}.site-footer__social>*{width:auto;padding-right:20px;padding-bottom:20px}.site-footer__social svg{width:30px;height:30px;fill:#fff}.site-footer__social a:active svg,.site-footer__social a:focus svg,.site-footer__social a:hover svg{fill:#a5d8ff}.site-footer2__right-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;overflow:hidden}.site-footer2__right-row a{color:#fff}.site-footer2__right-row a:active,.site-footer2__right-row a:focus,.site-footer2__right-row a:hover{color:#a5d8ff}.site-footer2__right-row>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;width:220px;margin-right:62px;margin-bottom:60px}.site-footer2__right-row>li>a{font-weight:600;pointer-events:none;font-size:15px;text-transform:none}.site-footer2__right-row>li:after{content:"";position:absolute;width:2px;height:90%;top:5%;left:-30px;background:hsla(0,0%,100%,.1)}.site-footer2__right-row>li:last-child{margin-right:0}.site-footer2__right-row .sub-menu{display:none;margin:20px 0 0}.site-footer2__right-row .sub-menu li{margin-bottom:22px}.site-footer2__right-row .sub-menu li:last-child{margin-bottom:0}@media screen and (min-width:768px){.site-footer2__right-row .sub-menu li{margin-bottom:15px}}@media screen and (min-width:480px){.site-footer2__right-row .sub-menu{display:block;margin:30px 0 0}}@media screen and (max-width:479px){.site-footer2__right-row>li>a{position:relative;padding-right:1.875rem}.site-footer2__right-row>li>a:after{content:"";background-image:url(assets/dist/svgs/ios-arrow-forward--white.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:20px;width:1.25rem;height:20px;height:1.25rem;display:block;position:absolute;right:0;top:-4px;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.site-footer2__right-row>li.footer-menu-item--open .sub-menu{display:block}.site-footer2__right-row>li.footer-menu-item--open>a:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.site-footer2__lower{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;width:100%;color:#a5d8ff;font-size:13px}@media screen and (min-width:768px){.site-footer2__lower{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}}@media screen and (min-width:768px){.site-footer2__lower:before{content:"";position:absolute;right:10px;top:-110px;width:85px;height:85px;background-image:url(assets/dist/images/footer2.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}.site-footer2__copyright{margin-top:30px}.site-footer2__copyright p{margin:0}@media screen and (min-width:768px){.site-footer2__copyright{margin-top:0;margin-right:30px}}.site-header2{background-color:#fff;color:#0069a6;position:fixed;top:0;left:0;right:0;height:80px;z-index:120;-webkit-transition:height .2s ease;transition:height .2s ease;will-change:height;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-header2:before{top:80px;height:2px;background-color:#eceff3;pointer-events:none;-webkit-transition:top .2s ease;transition:top .2s ease;will-change:top}.site-header2:after,.site-header2:before{content:"";position:absolute;left:0;right:0;width:100%;z-index:112}.site-header2:after{top:0;height:80px;background-color:#fff;-webkit-transition:height .2s ease;transition:height .2s ease;will-change:height}.site-header-reduced .site-header2{height:70px}.site-header-reduced .site-header2:before{top:70px}.site-header-reduced .site-header2:after{height:70px}@media screen and (min-width:1024px){.site-header2{height:110px;z-index:130}.site-header2:after{display:none}.site-header2:before{top:110px;z-index:101}}.site-header2__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:81.25rem;padding-left:30px;padding-right:30px;max-width:1300px}@media screen and (min-width:1024px){.site-header2__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:1300px;max-width:81.25rem;padding-left:20px;padding-right:20px}}.site-header2__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.site-header2__row>*{width:auto;padding-right:30px}@media screen and (min-width:1024px){.site-header2__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.site-header2__row>*{width:auto;padding-right:20px}}.site-header2__logo{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;margin-bottom:.1875rem;margin-right:auto;z-index:120;-webkit-box-flex:180px;-ms-flex:180px;flex:180px;-webkit-box-flex:11.25rem;-ms-flex:11.25rem;flex:11.25rem;max-width:180px;max-width:11.25rem}.site-header2__logo img,.site-header2__logo svg{display:block;-webkit-transition:height .2s ease,width .2s ease;transition:height .2s ease,width .2s ease;will-change:height,width}@media screen and (min-width:1024px){.site-header2__logo{margin-bottom:.3125rem;margin-right:0}}.site-header-reduced .site-header2__logo .site-header2__logo-desktop img,.site-header-reduced .site-header2__logo .site-header2__logo-desktop svg{width:130px;width:8.125rem;height:26px;height:1.625rem}.site-header-reduced .site-header2__logo .site-header2__logo-mobile img,.site-header-reduced .site-header2__logo .site-header2__logo-mobile svg{width:50px;width:3.125rem}.site-header2__logo-container{container-type:inline-size}.site-header2__logo-desktop{display:none}.site-header2__logo-desktop img,.site-header2__logo-desktop svg{width:140px;width:8.75rem;height:28px;height:1.75rem}@container (min-width: 140px){.site-header2__logo-desktop{display:block}}.site-header2__logo-mobile{display:block}.site-header2__logo-mobile img,.site-header2__logo-mobile svg{width:53px;width:3.3125rem;height:auto}@container (min-width: 140px){.site-header2__logo-mobile{display:none}}.site-header2__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;z-index:110}@media screen and (max-width:1023px){.site-header2__navigation{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:81.25rem;padding-left:30px;padding-right:30px;max-width:1300px;background-color:#fff;position:absolute;top:0;left:0;right:0;bottom:0;height:0;width:100vw;overflow:hidden;-webkit-transition:all .35s ease;transition:all .35s ease}.mobile-menu--open .site-header2__navigation{padding-top:80px;height:100vh;overflow:auto;padding-bottom:105px}}@media screen and (min-width:1024px){.site-header2__navigation{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.site-header2__primary{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.site-header2__primary li{margin-bottom:0}@media screen and (max-width:1023px){.site-header2__primary{margin-top:2.375rem}.site-header2__primary li{margin-bottom:2.5625rem;-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease;transition-timing-function:ease;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.mobile-menu--open .site-header2__primary li{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.mobile-menu--open .site-header2__primary li:first-child{-webkit-transition-delay:.1s;transition-delay:.1s}.mobile-menu--open .site-header2__primary li:nth-child(2){-webkit-transition-delay:.2s;transition-delay:.2s}.mobile-menu--open .site-header2__primary li:nth-child(3){-webkit-transition-delay:.3s;transition-delay:.3s}.mobile-menu--open .site-header2__primary li:nth-child(4){-webkit-transition-delay:.4s;transition-delay:.4s}.mobile-menu--open .site-header2__primary li:nth-child(5){-webkit-transition-delay:.5s;transition-delay:.5s}.mobile-menu--open .site-header2__primary li:nth-child(6){-webkit-transition-delay:.6s;transition-delay:.6s}.mobile-menu--open .site-header2__primary li:nth-child(7){-webkit-transition-delay:.7s;transition-delay:.7s}.mobile-menu--open .site-header2__primary li:nth-child(8){-webkit-transition-delay:.8s;transition-delay:.8s}.mobile-menu--open .site-header2__primary li:nth-child(9){-webkit-transition-delay:.9s;transition-delay:.9s}.mobile-menu--open .site-header2__primary li:nth-child(10){-webkit-transition-delay:1s;transition-delay:1s}.mobile-menu--open .site-header2__primary li:nth-child(11){-webkit-transition-delay:1.1s;transition-delay:1.1s}.mobile-menu--open .site-header2__primary li:nth-child(12){-webkit-transition-delay:1.2s;transition-delay:1.2s}.mobile-menu--open .site-header2__primary li:nth-child(13){-webkit-transition-delay:1.3s;transition-delay:1.3s}.mobile-menu--open .site-header2__primary li:nth-child(14){-webkit-transition-delay:1.4s;transition-delay:1.4s}.mobile-menu--open .site-header2__primary li:nth-child(15){-webkit-transition-delay:1.5s;transition-delay:1.5s}.mobile-menu--open .site-header2__primary li:nth-child(16){-webkit-transition-delay:1.6s;transition-delay:1.6s}.mobile-menu--open .site-header2__primary li:nth-child(17){-webkit-transition-delay:1.7s;transition-delay:1.7s}.mobile-menu--open .site-header2__primary li:nth-child(18){-webkit-transition-delay:1.8s;transition-delay:1.8s}.mobile-menu--open .site-header2__primary li:nth-child(19){-webkit-transition-delay:1.9s;transition-delay:1.9s}.mobile-menu--open .site-header2__primary li:nth-child(20){-webkit-transition-delay:2s;transition-delay:2s}.mobile-menu--open .site-header2__primary li:nth-child(21){-webkit-transition-delay:2.1s;transition-delay:2.1s}.mobile-menu--open .site-header2__primary li:nth-child(22){-webkit-transition-delay:2.2s;transition-delay:2.2s}.mobile-menu--open .site-header2__primary li:nth-child(23){-webkit-transition-delay:2.3s;transition-delay:2.3s}.mobile-menu--open .site-header2__primary li:nth-child(24){-webkit-transition-delay:2.4s;transition-delay:2.4s}.mobile-menu--open .site-header2__primary li:nth-child(25){-webkit-transition-delay:2.5s;transition-delay:2.5s}.mobile-menu--open .site-header2__primary li:nth-child(26){-webkit-transition-delay:2.6s;transition-delay:2.6s}.mobile-menu--open .site-header2__primary li:nth-child(27){-webkit-transition-delay:2.7s;transition-delay:2.7s}.mobile-menu--open .site-header2__primary li:nth-child(28){-webkit-transition-delay:2.8s;transition-delay:2.8s}.mobile-menu--open .site-header2__primary li:nth-child(29){-webkit-transition-delay:2.9s;transition-delay:2.9s}.site-header2__primary li:first-child,.site-header2__primary li:nth-child(2),.site-header2__primary li:nth-child(3),.site-header2__primary li:nth-child(4),.site-header2__primary li:nth-child(5),.site-header2__primary li:nth-child(6),.site-header2__primary li:nth-child(7),.site-header2__primary li:nth-child(8),.site-header2__primary li:nth-child(9),.site-header2__primary li:nth-child(10),.site-header2__primary li:nth-child(11),.site-header2__primary li:nth-child(12),.site-header2__primary li:nth-child(13),.site-header2__primary li:nth-child(14),.site-header2__primary li:nth-child(15),.site-header2__primary li:nth-child(16),.site-header2__primary li:nth-child(17),.site-header2__primary li:nth-child(18),.site-header2__primary li:nth-child(19),.site-header2__primary li:nth-child(20),.site-header2__primary li:nth-child(21),.site-header2__primary li:nth-child(22),.site-header2__primary li:nth-child(23),.site-header2__primary li:nth-child(24),.site-header2__primary li:nth-child(25),.site-header2__primary li:nth-child(26),.site-header2__primary li:nth-child(27),.site-header2__primary li:nth-child(28),.site-header2__primary li:nth-child(29){-webkit-transition-delay:0s;transition-delay:0s}}@media screen and (min-width:1024px){.site-header2__primary{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.site-header2__primary li{margin-right:10px}.site-header2__primary li:last-child{margin-right:20px}}@media screen and (min-width:1280px){.site-header2__primary li{margin-right:15px}.site-header2__primary li:last-child{margin-right:35px}}.site-header2__primary-toggle{background:none;border:0;margin:0;padding:0;position:relative;font-weight:600;font-size:22px;-webkit-transition:color .2s ease;transition:color .2s ease}.site-header2__primary-toggle:hover{color:#00b3e3}.site-header2__primary-toggle:hover span>svg{fill:#00b3e3}.site-header2__primary-toggle span{padding-right:1.875rem;position:relative;display:block;margin-top:.25rem}.site-header2__primary-toggle span>svg{-webkit-transition:fill .2s ease;transition:fill .2s ease;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);width:20px;width:1.25rem;height:20px;height:1.25rem;fill:#7c8680}[dir=rtl] .site-header2__primary-toggle span>svg{-webkit-transform:translateY(-50%) rotate(-90deg) scaleY(-1);transform:translateY(-50%) rotate(-90deg) scaleY(-1)}@media screen and (min-width:1024px){.site-header2__primary-toggle{height:110px;font-size:18px;padding-left:15px;padding-right:15px}.site-header-reduced .site-header2__primary-toggle{height:70px}.site-header2__primary-toggle span{padding-right:0;margin-top:0}.site-header2__primary-toggle span>svg{position:absolute;right:auto;left:50%;top:100%;-webkit-transform:translate(-50%,-5px);transform:translate(-50%,-5px);opacity:0;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;fill:#0069a6}.site-header2__primary-toggle.site-header2__primary-toggle--open,.site-header2__primary-toggle:hover{background-color:#f4f5f8}.site-header2__primary-toggle.site-header2__primary-toggle--open span>svg,.site-header2__primary-toggle:hover span>svg{-webkit-transform:translate(-50%);transform:translate(-50%);opacity:1}[dir=rtl] .site-header2__primary-toggle.site-header2__primary-toggle--open span>svg,[dir=rtl] .site-header2__primary-toggle:hover span>svg{-webkit-transform:translate(-50%) scaleX(-1);transform:translate(-50%) scaleX(-1)}}.site-header2__secondary{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.site-header2__secondary li{margin-bottom:0}.site-header2__secondary li a:active,.site-header2__secondary li a:focus,.site-header2__secondary li a:hover{color:#00b3e3}@media screen and (max-width:1023px){.site-header2__secondary li{margin-bottom:1.875rem;-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease;transition-timing-function:ease;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.site-header2__secondary li:last-child{margin-bottom:0}.site-header2__secondary li a{font-size:20px}.mobile-menu--open .site-header2__secondary li{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.mobile-menu--open .site-header2__secondary li:first-child{-webkit-transition-delay:.4s;transition-delay:.4s}.mobile-menu--open .site-header2__secondary li:nth-child(2){-webkit-transition-delay:.5s;transition-delay:.5s}.mobile-menu--open .site-header2__secondary li:nth-child(3){-webkit-transition-delay:.6s;transition-delay:.6s}.mobile-menu--open .site-header2__secondary li:nth-child(4){-webkit-transition-delay:.7s;transition-delay:.7s}.mobile-menu--open .site-header2__secondary li:nth-child(5){-webkit-transition-delay:.8s;transition-delay:.8s}.mobile-menu--open .site-header2__secondary li:nth-child(6){-webkit-transition-delay:.9s;transition-delay:.9s}.mobile-menu--open .site-header2__secondary li:nth-child(7){-webkit-transition-delay:1s;transition-delay:1s}.mobile-menu--open .site-header2__secondary li:nth-child(8){-webkit-transition-delay:1.1s;transition-delay:1.1s}.mobile-menu--open .site-header2__secondary li:nth-child(9){-webkit-transition-delay:1.2s;transition-delay:1.2s}.mobile-menu--open .site-header2__secondary li:nth-child(10){-webkit-transition-delay:1.3s;transition-delay:1.3s}.mobile-menu--open .site-header2__secondary li:nth-child(11){-webkit-transition-delay:1.4s;transition-delay:1.4s}.mobile-menu--open .site-header2__secondary li:nth-child(12){-webkit-transition-delay:1.5s;transition-delay:1.5s}.mobile-menu--open .site-header2__secondary li:nth-child(13){-webkit-transition-delay:1.6s;transition-delay:1.6s}.mobile-menu--open .site-header2__secondary li:nth-child(14){-webkit-transition-delay:1.7s;transition-delay:1.7s}.mobile-menu--open .site-header2__secondary li:nth-child(15){-webkit-transition-delay:1.8s;transition-delay:1.8s}.mobile-menu--open .site-header2__secondary li:nth-child(16){-webkit-transition-delay:1.9s;transition-delay:1.9s}.mobile-menu--open .site-header2__secondary li:nth-child(17){-webkit-transition-delay:2s;transition-delay:2s}.mobile-menu--open .site-header2__secondary li:nth-child(18){-webkit-transition-delay:2.1s;transition-delay:2.1s}.mobile-menu--open .site-header2__secondary li:nth-child(19){-webkit-transition-delay:2.2s;transition-delay:2.2s}.mobile-menu--open .site-header2__secondary li:nth-child(20){-webkit-transition-delay:2.3s;transition-delay:2.3s}.mobile-menu--open .site-header2__secondary li:nth-child(21){-webkit-transition-delay:2.4s;transition-delay:2.4s}.mobile-menu--open .site-header2__secondary li:nth-child(22){-webkit-transition-delay:2.5s;transition-delay:2.5s}.mobile-menu--open .site-header2__secondary li:nth-child(23){-webkit-transition-delay:2.6s;transition-delay:2.6s}.mobile-menu--open .site-header2__secondary li:nth-child(24){-webkit-transition-delay:2.7s;transition-delay:2.7s}.mobile-menu--open .site-header2__secondary li:nth-child(25){-webkit-transition-delay:2.8s;transition-delay:2.8s}.mobile-menu--open .site-header2__secondary li:nth-child(26){-webkit-transition-delay:2.9s;transition-delay:2.9s}.mobile-menu--open .site-header2__secondary li:nth-child(27){-webkit-transition-delay:3s;transition-delay:3s}.mobile-menu--open .site-header2__secondary li:nth-child(28){-webkit-transition-delay:3.1s;transition-delay:3.1s}.mobile-menu--open .site-header2__secondary li:nth-child(29){-webkit-transition-delay:3.2s;transition-delay:3.2s}.site-header2__secondary li:first-child,.site-header2__secondary li:nth-child(2),.site-header2__secondary li:nth-child(3),.site-header2__secondary li:nth-child(4),.site-header2__secondary li:nth-child(5),.site-header2__secondary li:nth-child(6),.site-header2__secondary li:nth-child(7),.site-header2__secondary li:nth-child(8),.site-header2__secondary li:nth-child(9),.site-header2__secondary li:nth-child(10),.site-header2__secondary li:nth-child(11),.site-header2__secondary li:nth-child(12),.site-header2__secondary li:nth-child(13),.site-header2__secondary li:nth-child(14),.site-header2__secondary li:nth-child(15),.site-header2__secondary li:nth-child(16),.site-header2__secondary li:nth-child(17),.site-header2__secondary li:nth-child(18),.site-header2__secondary li:nth-child(19),.site-header2__secondary li:nth-child(20),.site-header2__secondary li:nth-child(21),.site-header2__secondary li:nth-child(22),.site-header2__secondary li:nth-child(23),.site-header2__secondary li:nth-child(24),.site-header2__secondary li:nth-child(25),.site-header2__secondary li:nth-child(26),.site-header2__secondary li:nth-child(27),.site-header2__secondary li:nth-child(28),.site-header2__secondary li:nth-child(29){-webkit-transition-delay:0s;transition-delay:0s}}@media screen and (min-width:1024px){.site-header2__secondary{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.site-header2__secondary li{margin-right:1.25rem}.site-header2__secondary li:last-child{margin-right:0}.site-header2__secondary li a{font-size:13px}}@media screen and (min-width:1280px){.site-header2__secondary li{margin-right:1.875rem}.site-header2__secondary li:last-child{margin-right:0}.site-header2__secondary li a{font-size:14px}}.site-header2__mobile-toggle,.site-header2__search-toggle{z-index:120;display:block}.site-header2__mobile-toggle svg,.site-header2__search-toggle svg{width:38px;width:2.375rem;height:38px;height:2.375rem;fill:#0069a6}@media screen and (min-width:1024px){.site-header2__mobile-toggle svg,.site-header2__search-toggle svg{width:25px;width:1.5625rem;height:25px;height:1.5625rem}}.site-header2__mobile-toggle{background:none;border:0;margin:0;padding-left:0}.mobile-menu--open .site-header2__mobile-toggle svg:first-child,.site-header2__mobile-toggle svg:last-child{display:none}.mobile-menu--open .site-header2__mobile-toggle svg:last-child{display:block}@media screen and (min-width:1024px){.site-header2__mobile-toggle{display:none}}@media screen and (max-width:1023px){.site-header2__site-select{position:fixed;bottom:0;left:0;right:0;opacity:0;width:100%;padding:10px 20px;background-color:#fff;border-top:2px solid #eceff3;z-index:110;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;transition-timing-function:ease;pointer-events:none;-webkit-transform:translateY(10px);transform:translateY(10px)}.mobile-menu--open .site-header2__site-select,html:not(.site-us) .site-header2__site-select{pointer-events:auto;opacity:1;-webkit-transform:translate(0);transform:translate(0)}html:not(.site-us) .site-header2__site-select{position:static;border:0;z-index:120;width:auto;padding:0 20px 0 0}html:not(.site-us) .site-header2__site-select .site-select__text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}html:not(.site-us) .site-header2__site-select .site-select__text.focusable:active,html:not(.site-us) .site-header2__site-select .site-select__text.focusable:focus{clip:auto;-webkit-clip-path:none;clip-path:none;height:auto;margin:0;overflow:visible;position:static;width:auto}}@media screen and (min-width:1024px){.site-au .site-header2__primary-toggle{padding:0 .5rem;margin-right:0;font-size:15px;font-size:.9375rem}}@media screen and (min-width:1280px){.site-au .site-header2__primary-toggle{font-size:18px;font-size:1.125rem}}@media screen and (min-width:1024px){.site-au .site-header2__secondary>.menu-item{margin-right:.3125rem}}@media screen and (min-width:1024px){.site-au .site-header2__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:0}.site-au .site-header2__row>*{width:auto;padding-right:0}}@media screen and (max-width:479px){.site-search--open .site-header2--omni .site-header2__logo img{display:none}}@media screen and (max-width:1023px){.site-search--open .site-header2--omni .site-header2__mobile-toggle,.site-search--open .site-header2--omni .site-header2__site-select{display:none}}@media screen and (min-width:1024px){.site-header2--omni .site-header2__search-toggle{position:relative}}.site-header2--omni .site-header2__search-toggle .site-search__toggle{width:35px;height:35px}.site-header2--omni .site-header2__search-toggle .site-search__toggle>svg:last-child{display:none;width:35px;height:35px}.site-search--open .site-header2--omni .site-header2__search-toggle .site-search__toggle>svg:first-child{display:none}.site-search--open .site-header2--omni .site-header2__search-toggle .site-search__toggle>svg:last-child{display:block}.site-header2--omni .site-header2__navigation{-webkit-transition:all .5s ease;transition:all .5s ease;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.site-search--open .site-header2--omni .site-header2__navigation{-webkit-transition:all .5s ease;transition:all .5s ease;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);pointer-events:none}.solutions-grid{padding-top:20px;padding-bottom:30px}@media screen and (min-width:1024px){.solutions-grid{padding-top:45px;padding-bottom:60px}}.gutenberg-content>.solutions-grid{margin-bottom:0}.solutions-grid__wrap{width:100%;display:block;margin-left:auto;margin-right:auto;max-width:81.25rem;padding-left:30px;padding-right:30px;max-width:1300px}.solutions-grid__title{line-height:1.25em;font-size:28px;font-weight:400;text-align:center;display:block;margin-bottom:20px}@media screen and (min-width:480px){.solutions-grid__title{font-size:32px}}.solutions-grid__list{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-30px;margin-bottom:-30px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.solutions-grid__list>*{width:auto;padding-right:30px;padding-bottom:30px}.solutions-grid__item{display:-webkit-box;display:-ms-flexbox;display:flex;width:480px}.store-filter{margin-top:-6.25rem;overflow:hidden}.store-filter .breadcrumbs .row{left:0;margin:0}.store-filter-container{position:relative;padding-bottom:5rem}.store-filter-container.loading .store-filter-container__inner{opacity:.75;pointer-events:none}.store-filter-container.loading .loader{display:block}.store-filter--no-offset{padding-top:1.25rem;margin-top:0}.store-filter--bottom-padding{padding-bottom:1.875rem}.store-filter__inner{position:relative}.store-filter__form-group{padding:.9375rem;margin:0 -.9375rem;border-bottom:2px solid #fff;background:#0069a6}@media screen and (min-width:768px){.store-filter__form-group{margin:0}}.store-filter__form-group:last-child{padding-bottom:0}.store-filter__form-group+.store-filter__form-group{padding-top:1.875rem}.store-filter__form-group.disabled{display:none;pointer-events:none;opacity:0;background:#dae0e7}.store-filter__form-group.disabled *{color:#323633}.store-filter__form-group.store-filter__form-group--light{background:#fff}@media screen and (min-width:768px){.store-filter__form-group--full{padding-right:0;padding-left:0}}.store-filter__form-group--full .store-filter__content{max-width:100%}.store-filter__content{max-width:650px;max-width:40.625rem;margin:0 auto}.store-filter__heading-cols{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.store-filter__heading-cols>div{margin-bottom:.9375rem}.store-filter__products{padding-top:.3125rem}.store-filter__legend{line-height:1.25;font-size:18px;font-size:1.125rem;font-weight:500;color:#0069a6}@media screen and (min-width:1024px){.store-filter__legend{font-size:20px;font-size:1.25rem}}.store-filter__clear-form{display:block}.store-filter__button-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;gap:1.25rem;padding:.625rem 0}.store-filter__button-group.store-filter__products{grid-template-columns:repeat(auto-fill,minmax(173px,1fr))}.store-filter__content input.button-radio+label,.store-filter__form-group--purchase-source input.button-radio+label{min-height:85px;padding:1em}@media only screen and (min-width:605px){.store-filter__button-group.store-filter__products .button-checkbox+label,.store-filter__button-group.store-filter__products input.button-checkbox+label{padding:.9375rem .575rem}.store-filter__button-group.store-filter__products .button-checkbox+label span,.store-filter__button-group.store-filter__products input.button-checkbox+label span{font-size:13.2px;font-size:.825rem}}.page-template-template-store-locator .wp-page-content h4 a{letter-spacing:normal!important}.store-grid{padding-top:.9375rem}.store-grid__row{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;gap:.9375rem}.store-map{padding-top:.9375rem}.store-map .gm-bundled-control.gm-bundled-control-on-bottom{right:75px!important;right:4.6875rem!important;bottom:125px!important;bottom:7.8125rem!important}.store-map .gm-bundled-control.gm-bundled-control-on-bottom gmp-internal-camera-control.gmnoprint{display:none}.store-map .gm-bundled-control.gm-bundled-control-on-bottom>div>div{width:62px!important;width:3.875rem!important;height:30px!important;height:1.875rem!important;background-color:transparent!important}.store-map .gm-bundled-control.gm-bundled-control-on-bottom>div>div>div{display:none!important}.store-map .gm-bundled-control.gm-bundled-control-on-bottom .gm-control-active{display:inline-block!important;float:right;width:30px!important;width:1.875rem!important;height:30px!important;height:1.875rem!important;background:#00b3e3!important;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.store-map .gm-bundled-control.gm-bundled-control-on-bottom .gm-control-active:active,.store-map .gm-bundled-control.gm-bundled-control-on-bottom .gm-control-active:focus,.store-map .gm-bundled-control.gm-bundled-control-on-bottom .gm-control-active:hover{background:#0069a6!important}.store-map .gm-bundled-control.gm-bundled-control-on-bottom .gm-control-active img{display:none}.store-map .gm-bundled-control.gm-bundled-control-on-bottom .gm-control-active:after,.store-map .gm-bundled-control.gm-bundled-control-on-bottom .gm-control-active:before{content:"";display:block;position:absolute;top:50%;left:50%;width:50%;height:3px;height:.1875rem;background:#fff;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.store-map .gm-bundled-control.gm-bundled-control-on-bottom .gm-control-active:first-child{margin-left:.125rem!important}.store-map .gm-bundled-control.gm-bundled-control-on-bottom .gm-control-active:first-child:after{-webkit-transform:translateX(-50%) translateY(-50%) rotate(90deg);transform:translateX(-50%) translateY(-50%) rotate(90deg)}.store-map .gm-bundled-control.gm-bundled-control-on-bottom .gm-control-active:last-child:after{display:none}.store-map--no-filter .breadcrumbs,.store-map--no-filter .breadcrumbs .row{position:relative}.store-map--no-filter .breadcrumbs .breadcrumbs__list,.store-map--no-filter .breadcrumbs .breadcrumbs__list a,.store-map--no-filter .breadcrumbs .separator{color:#323633}.store-map--no-filter .store-list-item__distance{display:none}.store-map--no-filter.searched .store-list-item__distance{display:inline}.store-map__map-wrap{position:relative;height:100%}.store-map__map{height:100%;min-height:450px;min-height:28.125rem}@media screen and (min-width:768px){.store-map__map{min-height:764px;min-height:47.75rem}}.store-map__wrap.map-loaded{opacity:1}.store-map__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin:0 -.625rem}.store-map__column{padding:0 .625rem}.store-map__column:first-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:.9375rem}@media screen and (min-width:768px){.store-map__column:first-child{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%;margin-bottom:0}}.store-map__column:last-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media screen and (min-width:768px){.store-map__column:last-child{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}}.store-map__column--list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.store-map__list-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0;flex:1 0}.store-map__list{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0}.store-map__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.3125rem;padding:.25rem;font-size:0;background-color:#eaf0f6}.store-map__page-count{display:block;-webkit-box-flex:1;-ms-flex:1 0;flex:1 0;padding:.3125rem .6875rem;font-size:14px;font-size:.875rem}.store-map__nav{margin:0 -.125rem}.store-map__arrow{display:inline-block;position:relative;width:30px;width:1.875rem;height:30px;height:1.875rem;margin:0 .125rem;background-color:#00b3e3;cursor:pointer;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.store-map__arrow:active,.store-map__arrow:focus,.store-map__arrow:hover{background-color:#0069a6}.store-map__arrow:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:5px;left:.3125rem;width:10px;height:10px;margin:auto;border-top:.125rem solid #fff;border-right:.125rem solid #fff;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.store-map__arrow.disabled{pointer-events:none;opacity:.5}.store-map__arrow--next:before{left:-5px;left:-.3125rem;-webkit-transform:rotate(45deg);transform:rotate(45deg)}

/* NEW GRAVITY FORMS HUBSPOT FORM STYLING */
/* Set some defaults for the container */.gravity-form-hubspot-container{color:#1d2f68;font-size:16px}

/* Remove top margin on fields and their list items */.gravity-form-hubspot-container .gform_wrapper .top_label div.ginput_container,.gravity-form-hubspot-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,.gravity-form-hubspot-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,.gravity-form-hubspot-container .gform_wrapper ul li.gfield{margin-top:0}

/* Field descriptions e.g. GDPR checkbox text. Paragraph text.  */.gravity-form-hubspot-container .gform_wrapper .field_description_below .gfield_consent_description,.gravity-form-hubspot-container .gform_wrapper .gfield_consent_description,.gravity-form-hubspot-container .gform_wrapper .gfield_description,.gravity-form-hubspot-container .gform_wrapper p{color:#1d2f68;font-size:16px;line-height:1.25;margin:10px 0}.gravity-form-hubspot-container .gform_wrapper .field_description_below .gfield_consent_description,.gravity-form-hubspot-container .gform_wrapper .gfield_consent_description{border:0;max-height:inherit;overflow-y:inherit;padding:0}

/* Colour anchor links.  */.gravity-form-hubspot-container .gform_wrapper .gfield_description a,.gravity-form-hubspot-container .gform_wrapper p a{color:#0095da}

/* Style the buttons */.gravity-form-hubspot-container .gform_wrapper .gform_footer input.button,.gravity-form-hubspot-container .gform_wrapper .gform_footer input[type=submit],.gravity-form-hubspot-container .gform_wrapper .gform_page_footer input.button,.gravity-form-hubspot-container .gform_wrapper .gform_page_footer input[type=submit]{color:#fff;font-weight:400;background-color:#00b3e3;line-height:22px;width:auto;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;font-size:17px!important;font-size:1.0625rem!important;background-position:right 8px center;background-repeat:no-repeat;background-size:17px 17px;background-image:url(../../themes/joomi/assets/dist/svgs/ios-arrow-forward--white.svg);padding:12px 30px 12px 49px}[dir=rtl] .gravity-form-hubspot-container .gform_wrapper .gform_footer input.button,[dir=rtl] .gravity-form-hubspot-container .gform_wrapper .gform_footer input[type=submit],[dir=rtl] .gravity-form-hubspot-container .gform_wrapper .gform_page_footer input.button,[dir=rtl] .gravity-form-hubspot-container .gform_wrapper .gform_page_footer input[type=submit]{background-image:url(../../themes/joomi/assets/dist/svgs/ios-arrow-back--white.svg)}

/* Required asterisk, checkbox text */.gravity-form-hubspot-container .gform_wrapper .gfield_checkbox label,.gravity-form-hubspot-container .gform_wrapper .gfield_required,.gravity-form-hubspot-container div.gform_wrapper .ginput_container_consent .gfield_consent_label,.gravity-form-hubspot-container div.gform_wrapper .ginput_container_consent input{color:#1d2f68;font-size:16px}

/* Beef up checkbox size */.gravity-form-hubspot-container div.gform_wrapper li.gfield input[type=checkbox]{-webkit-transform:scale(1.4);transform:scale(1.4);margin-left:3px;margin-right:3px}

/* Validation message */.gravity-form-hubspot-container .gform_wrapper .gfield_description.validation_message{color:red;margin:0;padding:0}

/* Constrain the container */.gravity-form-hubspot-container{max-width:500px}

/* Centre the footer container. */.gravity-form-hubspot-container.footer{margin:0 auto}

/* Centre the submit button */.gravity-form-hubspot-container.footer .gform_wrapper .gform_footer{text-align:center}

/* Field specific styles */.gravity-form-hubspot-container div.gform_wrapper .ginput_container:not(.ginput_container_consent) input,.gravity-form-hubspot-container div.gform_wrapper .ginput_container select{max-width:100%;padding:7px 20px!important;width:100%}.gravity-form-hubspot-container .gform_wrapper.gform_validation_error .top_label input.medium,.gravity-form-hubspot-container .gform_wrapper.gform_validation_error .top_label select.medium{width:100%}

/* Add some bottom margin to textareas */.gravity-form-hubspot-container .gform_wrapper .ginput_container_textarea{margin-bottom:10px}

/* Support the "half" class to make columns happen */@media screen and (min-width:601px){.gravity-form-hubspot-container .gform_wrapper .gfield{clear:both}.gravity-form-hubspot-container .gform_wrapper .gfield.half,.gravity-form-hubspot-container .gform_wrapper.gform_validation_error .gform_body ul li.half.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){clear:inherit!important;float:left;max-width:49%!important;padding-right:16px;width:100%}.gravity-form-hubspot-container .gform_wrapper .gfield.half+.gfield.half,.gravity-form-hubspot-container .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.half+li.gfield.gfield_error.half{float:right}.gravity-form-hubspot-container .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):not(.half){max-width:100%;width:100%}}

/* Validation error */.gravity-form-hubspot-container .gform_wrapper div.validation_error{color:red;font-size:16px;line-height:1.5;border-top:none;border-bottom:none;padding:0}.gravity-form-hubspot-container .gform_wrapper li.gfield.gfield_error{background-color:transparent;margin-bottom:6px!important;border-top:none;border-bottom:none;padding-bottom:0;padding-top:0}.gravity-form-hubspot-container .gform_wrapper .gfield_error .gfield_label{color:red}.gravity-form-hubspot-container .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.gravity-form-hubspot-container .gform_wrapper li.gfield_error textarea{border-color:red}.site-footer .gform_confirmation_message{text-align:center}.gravity-form-hubspot-container .gform_wrapper label.gfield_label,.gravity-form-hubspot-container .gform_wrapper legend.gfield_label{font-weight:inherit}@media screen and (max-width:1023px){.hide-on-mobile{display:none!important}}.hide-on-all{display:none!important}.vc_tta-container{max-width:1169px;margin:auto}table.tablepress{margin-top:20px}

/* Custom Classes for WP Bakery Rows */.row-blue{background-color:#013771}.row-grey{background-color:#dae0e7}.row-white{background-color:#fff}.card-description{padding:10px 20px 0}.elegant-tabs-container,.no-float{float:none!important}.store_location_list .row #wpsl-result-list.shop_online .wpsl-product .wpsl-top-url,.wpsl-product .wpsl-top-url{color:#0069a6!important;text-decoration:underline!important;font-size:18px;line-height:22px;font-weight:400;padding:.4em}.store_location_list .row #wpsl-result-list.shop_online .wpsl-product .wpsl-top-url:hover,.wpsl-product .wpsl-top-url:hover{color:#00b3e3!important}

/* WTB Hacks copied from Customizer - Short term solution for online shop table on mobile */@media screen and (max-width:540px){.shop_online.title_table{display:none!important}.content_editor,.content_editor .col-sm-6,.store_location_list .row #wpsl-result-list.shop_online .content_editor,.store_location_list .row #wpsl-result-list.shop_online .wpsl-top-url{display:block!important;float:none!important;width:100%!important}#wpsl-stores .wpsl-store-thumb{float:none!important}.store_location_list .row #wpsl-result-list.shop_online .wpsl-product .wpsl-top-url,.wpsl-product .wpsl-top-url{padding-left:0!important}.content_editor .wpsl-product{padding-left:11px!important}.store_location_list .row #wpsl-result-list.shop_online,.store_location_list .row #wpsl-result-list.shop_online #wpsl-stores{width:100%!important;overflow-x:inherit!important}.store_location_list .row #wpsl-result-list.shop_online #wpsl-stores{max-height:none!important}#wpsl-stores *{text-align:center!important}#wpsl-stores .wpsl-country{display:none!important}}.left_side_image_text .intro_icons_center a{margin-bottom:13px}@media (max-width:1023px){.related_articles .container{overflow:hidden}}table.tablepress.align-center-checkmarks tbody tr td{text-align:center}

/* Israel / Middle East site CSS */
/* Elegant Tabs for WPBakery Page Builder plugin */section.elegant-tabs-container{float:none;max-width:1169px;margin-left:auto;margin-right:auto}section.elegant-tabs-container .elegant-tabs-nav{margin-right:15px;margin-left:15px}@media (min-width:1024px){body.product-template-default.header-offset.logged-in{margin-top:80px}}body.product-template-default .gutenberg-content{padding-top:0;padding-bottom:0}@media screen and (min-width:1024px){body.product-template-default .wp-block-mkdo-blocks-product-hero{margin-bottom:-70px}body.product-template-default .wp-block-mkdo-blocks-product-sections{padding-top:70px}}.swiper-button-next:after,.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{display:none}.clients_logos_strip_html .logos_arrow{top:50%}@media screen and (max-width:1023px){.desktop-only{display:none}}@media screen and (min-width:1024px){.mobile-only{display:none}}.custom-arrow-button{background:none;border:0;margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-transform:uppercase;background-color:#c1d72e;color:#003e7e;padding:8px 26px 5px 12px;font-size:16px;width:auto;letter-spacing:.01em;font-weight:400;position:relative;background-image:url(../../themes/joomi/assets/dist/svgs/ios-arrow-forward--blue.svg);background-position:right 8px center;background-repeat:no-repeat;background-size:16px 16px}body .footer-contact__form .gform_wrapper .gform_footer{display:block;text-align:center}body .footer-contact__form .gform_wrapper ul.gform_fields li.gfield.gfield--checkbox{text-align:center}
