new/* @import url('http://example.com/example_style.css'); */

/***********************************************/

/* CSS @imports must be at the top of the file */

/* Add them above this section                 */

/***********************************************/

/****************************************/

/* HubSpot Style Boilerplate            */

/****************************************/

/* These includes are optional, but helpful. */

/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;} 
/*@import 'https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/css/rawline.css';*/

/*****************************************/

/*
Theme Name: Relatel
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: 'rawline', sans-serif; 
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
  font-variant-numeric: lining-nums;  
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

#launcher {
  left: 10px!important;
}
/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.header-menu,
.dropdown-nav,
.main-nav,
.header-buttons,
ul:not([class]),
.footer-list,
.hs-fieldtype-booleancheckbox .inputs-list,
.social-list,
.items-list,
.product-list,
.product-info-list,
.faq-accordion,
.related-links,
.info-list,
.slick-dots,
.hs-error-msgs,
.benefits-block .benefits-list,
.text-info-list,
.filter-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #323c46;
	background: #fff;
	font: 16px/1.5 "rawline", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.5em;
}

blockquote {
	border-left: 4px solid #323c46;
	padding-left: .5em;
	margin-left: 1.5em;
}

th,
td {
	border: 1px solid #323c46;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #b0b4b8;
	padding: 5px 15px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #323c46;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #707880;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #707880;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #707880;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #707880;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #707880;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.5em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.5em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.5em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.5em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.5em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.5em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #323c46;
	padding: .4em;
	margin-bottom: 1.5em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.5em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.5em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.5em;
}

.mejs-container {
	margin-bottom: 1.5em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #323c46;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 38px;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 16px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #005156;
}

a:hover,
a:focus {
	text-decoration: none;
}

@font-face {
  font-family: "icomoon";
  src: url("https://381192.fs1.hubspotusercontent-na1.net/hubfs/381192/Relatel/fonts/icomoon.ttf") format("truetype"),
    url("https://381192.fs1.hubspotusercontent-na1.net/hubfs/381192/Relatel/fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}header

[class^="icon-"],
[class*=" icon-"],
.dropdown-nav > li > a:after,
.dropdown-nav > li > a:before,
.open-close-opener:after,
.items-list a:after,
.card-head:after,
.product-addons:after,
.related-links a:after,
.video-holder .btn-play:before,
.video-holder .btn-play:after,
.tips-block a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-arrow-big-r:before {
	content: "";
}

.icon-arrow-big-l:before {
	content: "";
}

.icon-arrow-big-up:before {
	content: "";
}

.icon-arrow-big-down:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-login:before {
	content: "";
}

.icon-chevron-small-down:before {
	content: "";
}

.icon-chevron-small-up:before {
	content: "";
}

.icon-chevron-small-left:before {
	content: "";
}

.icon-chevron-small-right:before {
	content: "";
}

/* RemixDesign | woaichidapi@163.com | Redesigned by JimmyCheung */
.audioplayer {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin: 1em 0;
    padding: 0 24px;
    width: 100%;
    height: 96px;
    align-items: center;
    border: 1px solid #DDE2E6;
    border-radius: 4px;
    background: #fff;
}
.audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: rgba(91, 130, 255, 0);
    border: 1px solid #5B82FF;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
    background: rgba(91, 130, 255, 0.1);
}
.audioplayer-playing .audioplayer-playpause {
    background: rgba(253, 79, 26, 0);
    border: 1px solid #FD4F1A;
}
.audioplayer-playing .audioplayer-playpause:hover {
    background: rgba(235, 79, 26, 0.1);
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    content: '';
    justify-content: center;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 7px solid transparent;
    border-right: none;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #0059FF;
}
.audioplayer-playing .audioplayer-playpause a {
    content: '';
    display: flex;
    justify-content: space-between;
    width: 12px;
    height: 14px;
}
.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
    content: '';
    width: 4px;
    height: 14px;
    background-color: #FD4F1A;
}
.audioplayer-time {
    display: flex;
    width: 40px;
    justify-content:center;
    font-size: 12px;
    color: rgba(51, 51 ,51, .6)
}
.audioplayer-time-current {
    margin-left: 24px;
}
.audioplayer-time-duration {
    margin-right: 24px;
}
.audioplayer-bar {
    position: relative;
    display: flex;
    margin: 0 12px;
    height: 12px;
    flex-basis: 0;
    flex-grow: 1;
    cursor: pointer;
}
.audioplayer-bar::before {
    content: '';
    position: absolute;
    top: 5px;
    width: 100%;
    height: 2px;
    background-color: #DDE2E6;
}
.audioplayer-bar > div {
    position: absolute;
    left: 0;
    top: 5px;
}
.audioplayer-bar-loaded {
    z-index: 1;
    height: 2px;
    background: #BEC8D2;
}
.audioplayer-bar-played {
    flex-direction: row-reverse;
    z-index: 2;
    height: 2px;
    background: -webkit-linear-gradient(left,#0059FF,#09B1FA);
}
.audioplayer-bar-played::after {
    display: flex;
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: -5px;
    right: -1px;
    margin-right: -5px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border: 2px solid #BEC8D2;
}
.audioplayer-playing .audioplayer-bar-played::after {
    border: 2px solid #0059FF;
}
.audioplayer-volume {
    display: flex;
    align-items: center;
}
.audioplayer-volume-button {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.audioplayer-volume-button a {
    display: flex;
    width: 6px;
    height: 8px;
    background-color: #9A9FB0;
    position: relative;
}
.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
    content: '';
    position: absolute;
}
.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 9px solid #9A9FB0;
    border-bottom: 8px solid transparent;
    border-left: none;
    top: -4px;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    left: 10px;
    top: -2px;
    width: 6px;
    height: 6px;
    border: 6px double #9A9FB0;
    border-width: 6px 6px 0 0;
    border-radius: 0 12px 0 0;
    transform: rotate(45deg);
}
.audioplayer-mute .audioplayer-volume-button a {
    background-color: #FD4F1A;
}
.audioplayer-mute .audioplayer-volume-button a:before {
    border-right: 9px solid #FD4F1A;
}
.audioplayer-volume-adjust {
    display: flex;
    align-items: center;
    margin-left: 8px;
}
.audioplayer-volume-adjust > div {
    position: relative;
    display: flex;
    width: 60px;
    height: 2px;
    cursor: pointer;
    background-color: #BEC8D2;
}
.audioplayer-volume-adjust div div {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #0059FF;
}
/* responsive | you can change the max-width value to match your theme */
@media screen and (max-width: 679px) {
    .audioplayer-volume-adjust {
        display: none;
    }
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*! nouislider - 14.2.0 - 3/27/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

body.nav-active {
	overflow: hidden !important;
}

body:not(.static-header) .header-container-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.sticky-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.scroll-top .sticky-wrap.fixed-position #header {
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.scroll-bottom .sticky-wrap.fixed-position #header {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.scroll-top .sticky-wrap.fixed-position #header {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.static-header .sticky-wrap {
	position: relative;
}

#header {
	-webkit-transition: background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, background-color .3s ease-in-out;
	transition: transform .3s ease-in-out, background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	padding: 12px 0;
	background-color: transparent;
	z-index: 99;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}

.static-header #header {
	position: relative;
	background-color: #fff;
}

.nav-active #header {
	background-color: #fff;
}

#header > .container {
	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;
	padding: 0 16px;
	max-width: 100%;
}

.logo {
	display: block;
	width: 83px;
	position: relative;
	z-index: 1;
}

.nav-opener {
	width: 32px;
	height: 32px;
	display: block;
	position: relative;
	font-size: 0;
	line-height: 0;
	margin-left: auto;
}

.nav-opener:before,
.nav-opener:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	width: 22px;
	height: 3px;
	border-radius: 3px;
	background-color: #005156;
	position: absolute;
	left: 5px;
}

.nav-opener:before {
	top: 6px;
}

.nav-opener span {
	top: 14px;
}

.nav-opener:after {
	top: 22px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 14px;
}

.nav-active .main-nav-drop {
	opacity: 1;
	visibility: visible;
}

.search-drop {
	margin: 0 0 40px;
}

.search-active .search-drop {
	opacity: 1;
	visibility: visible;
}

.search-drop .searh-drop-opener {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 0 15px;
}

.search-drop .searh-drop-opener:hover {
	color: #fb572b;
}

.header-search-form {
	width: 100%;
}

.header-search-form .input-holder {
	position: relative;
}

.header-search-form .input-holder .icon-search {
	color: #005156;
	font-size: 19px;
	position: absolute;
	left: 16px;
	top: 18px;
	pointer-events: none;
}

.header-search-form input[type=search],
.header-search-form input[type=text] {
	padding-left: 58px;
}

.header-menu {
	display: none;
	color: #005156;
	line-height: 1;
}

.header-menu li {
	padding: 0 20px;
}

.header-menu a {
	color: inherit;
}

.dropdown-nav {
	margin: 0 0 45px;
}

.dropdown-nav > li > a {
	color: inherit;
	position: relative;
	z-index: 1;
}

.dropdown-nav > li > a:after,
.dropdown-nav > li > a:before {
	-webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: top .3s ease-in-out, transform .3s ease-in-out;
	transition: top .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 8px;
	color: #fb572b;
  padding-top: 1px;
}

.dropdown-nav > li > a:after {
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%);
}

.dropdown-nav > li > a:hover:before {
	-webkit-transform: translateY(150%);
	-ms-transform: translateY(150%);
	transform: translateY(150%);
}

.dropdown-nav > li > a:hover:after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.drop-active .dropdown-nav > li > a {
	color: #fb572b;
}

.drop-active .dropdown-nav > li > a:before {
	-webkit-transform: translateY(150%);
	-ms-transform: translateY(150%);
	transform: translateY(150%);
}

.drop-active .dropdown-nav > li > a:after {
	-webkit-transform: translateY(0) rotate(180deg);
	-ms-transform: translateY(0) rotate(180deg);
	transform: translateY(0) rotate(180deg);
}

.dropdown-nav .drop {
	margin: 0 -15px;
}

/*.dropdown-nav .drop:before {
	content: "";
	height: 999px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: -999px;
}*/

.dropdown-nav .items-list {
	margin-left: 0;
	margin-right: 0;
}

.dropdown-nav .items-list .items-block {
	font-weight: 400;
}

.main-nav {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fb572b;
	margin: 0 0 44px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .4px;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.main-nav > li {
	padding: 0 20px;
}

.main-nav > li > a {
	color: inherit;
}

.header-buttons {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.header-buttons li {
	padding: 0 15px;
}

body {
	font-weight: 400;
	line-height: 1.5;
}

#wrapper {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}
#back-link {
  font-weight: normal;
  font-size: 13px;
}

a, #back-link {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	text-decoration: none;
	color: #fb572b;
}

a:hover {
	color: #bc2b04;
}

p {
	margin-bottom: 7px;
}

.container {
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
	max-width: 1310px;
}

.container.sm {
	max-width: 1094px;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
	font-weight: 700;
}

h1,
.h1 {
	line-height: 1.2;
}

h2,
.h2 {
	line-height: 1.25;
}

h3,
.h3 {
	line-height: 1.33;
}

h4,
.h4 {
	line-height: 1.4;
	color: #005156;
}

.subheader {
	display: block;
	font-size: 20px;
	line-height: 1.4;
}

.label {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.7142;
	font-weight: 700;
	letter-spacing: .2px;
}

.subline {
	display: block;
	font-size: 12px;
	line-height: 1.33;
	color: #005156;
}

.price {
	display: block;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.2;
}

.base-section {
	padding: 40px 0 0;
}

.base-section.sm {
	padding: 40px 0 0;
}

.base-section .section-info {
	display: block;
	font-size: 12px;
	line-height: 1.33;
	color: #84878b;
	padding-top: 20px;
	margin: 0 auto;
	max-width: 730px;
}

.base-title {
	margin: 0 auto 35px;
	max-width: 700px;
}

.base-title.base-title-lg {
	max-width: 836px;
}

ul:not([class]) {
	margin-bottom: 30px;
}

ul:not([class]) li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 4px;
}
/*
ul:not([class]) li:before {
	width: 8px;
	height: 8px;
	content: "";
	border-radius: 50%;
	background: #ffcdb6;
	position: absolute;
	top: .5em;
	left: 0;
}
*/

ul:not([class]):last-child {
	margin-bottom: 0;
}

.open-close-opener {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 20px;
}

.open-close-active .open-close-opener:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.open-close-opener:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	font-size: 15px;
	margin-left: 8px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.bg-green {
	background-color: #99d3c4;
}

.bg-green-alt {
	background-color: #d9e8e5;
}

.bg-green-dark {
	background-color: #3f7c80;
}

.bg-pink {
	background-color: #faa892;
}

.bg-pink-alt {
	background-color: #f9d1c6;
}

.bg-gray {
	background-color: #bbcfd1;
}

.bg-light-gray {
	background-color: #f0f2f4;
}

.bg-peach {
	background-color: #fce3d7;
}

.bg-light-green {
	background-color: #d9e8e5;
}

.bg-intro-peach {
	background-color: #ffcdb6;
}

.bg-light-pink {
	background-color: #fbeee9;
}

.bg-secondary-green {
	background-color: #3aae8f;
}

.bg-dark-green {
	background-color: #005156;
}

.bg-dark-green.img-wrapper svg {
	fill: #bfd3d5;
}

.bg-bluegreen {
	background-color: #b4d2cb;
}

.bg-white {
	background-color: #fff;
}

.img-white-decor svg .decor {
	fill: #fff !important;
}

.img-green-decor svg .decor {
	fill: #3aaf8f !important;
}

.img-ligh-green-decor svg .decor {
	fill: #b4d2cb !important;
}

.pink-decor svg .decor {
	fill: #fc8160 !important;
}

.peach-decor svg .decor {
	fill: #ffcdb5 !important;
}

.img-light-blue-decor svg .decor {
	fill: #ceebe3 !important;
}

.viewport-section {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0, 0, .58, 1);
	transition-timing-function: cubic-bezier(0, 0, .58, 1);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}

.viewport-section.in-viewport {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.hide {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -9999px;
	right: -9999px;
}

.text-column-content {
	padding: 20px 0;
}

.text-column-content p {
	margin-bottom: 38px;
}

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.search-form input[type="text"],
.search-form input[type="tel"],
.search-form input[type="email"],
.search-form input[type="search"],
.search-form input[type="password"] {
	width: 100%;
	margin: 0;
	padding: 5px 15px 5px 40px;
	font-size: 16px;
	line-height: normal;
	float: none;
}

.search-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="tel"]::-webkit-input-placeholder,
.search-form input[type="email"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="password"]::-webkit-input-placeholder {
	color: #707880;
	font-size: 16px;
	font-weight: 400;
}

.search-form input[type="text"]::-moz-placeholder,
.search-form input[type="tel"]::-moz-placeholder,
.search-form input[type="email"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder,
.search-form input[type="password"]::-moz-placeholder {
	opacity: 1;
	color: #707880;
	font-size: 16px;
	font-weight: 400;
}

.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="tel"]:-moz-placeholder,
.search-form input[type="email"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder,
.search-form input[type="password"]:-moz-placeholder {
	color: #707880;
	font-size: 16px;
	font-weight: 400;
}

.search-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="tel"]:-ms-input-placeholder,
.search-form input[type="email"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder,
.search-form input[type="password"]:-ms-input-placeholder {
	color: #707880;
	font-size: 16px;
	font-weight: 400;
}

.search-form input[type="text"].placeholder,
.search-form input[type="tel"].placeholder,
.search-form input[type="email"].placeholder,
.search-form input[type="search"].placeholder,
.search-form input[type="password"].placeholder {
	color: #707880;
	font-size: 16px;
	font-weight: 400;
}

.search-form .input-holder {
	position: relative;
}

.search-form .input-holder [class*=icon-] {
	position: absolute;
	left: 12px;
	top: 17px;
	font-size: 20px;
	line-height: 1;
	color: #005156;
}

.block-info {
	font-size: 20px;
	line-height: 1.4;
	color: #323c46;
	margin: 0 0 36px;
}

.block-info a {
	color: inherit;
}

.block-info a:hover {
	color: #bc2b04;
}

.scroll-to {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.singl-faq-block {
	max-width: 610px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.66;
}

.singl-faq-block .post-date-info {
	display: block;
	margin: 0 0 24px;
	color: #b0b4b8;
	font-size: 16px;
	line-height: 1.2;
}

.singl-faq-block p {
	margin: 0 0 47px;
}

.singl-faq-block h2 {
	margin-bottom: 34px;
}

blockquote {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	border: none;
	font-size: 24px;
	line-height: 1.33;
	font-weight: 700;
	max-width: 480px;
}

.pt-0 .base-section {
	padding-top: 0 !important;
}

.filter-img {
	position: relative;
}

.filter-img img {
	width: 100%;
}

.filter-img.filter-pink img {
	filter: url(#pink);
}

.filter-img.filter-green img {
	filter: url(#green);
}

.filter-img.filter-light-green img {
	filter: url(#light-green);
}

.search-results-section.base-section {
	padding-top: 50px;
}

.hs-search-field__suggestions {
	position: absolute;
	width: 100%;
	background: #fff;
}

.footer {
	padding: 152px 0 102px;
	margin: 40px 0 0;
	background: #f4f4f4;
	position: relative;
	z-index: 1;
}

.footer .tel-link {
	display: inline-block;
	margin-bottom: 32px;
}

.footer-decor {
	width: 454px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.footer-decor img {
	width: 100%;
}

.footer-block {
	line-height: 1.6;
}

.footer-block a {
	color: #323c46;
}

.footer-block a:hover {
	color: #fb572b;
}

.footer-block p :not(.Firmafon-widget-4571999999){
	margin-bottom: 24px;
}

.footer-block .inner-block {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer-block .inner-block > a {
	font-weight: 700;
}

.footer-logo {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 218px;
	height: 49px;
	margin: 90px 0 37px;
}

.footer-logo img {
	width: 100%;
}

.footer-list {
	font-weight: 700;
	-webkit-column-count: 2;
	column-count: 2;
}

.footer-list li {
	margin-bottom: 39px;
}

.footer-list a {
	color: #323c46;
}

.footer-list a:hover {
	color: #fb572b;
}

.text-accent {
	color: #ffcdb6;
}

.bg-accent {
	background-color: #ffcdb6;
}

.text-accent50 {
	color: #fce3d7;
}

.bg-accent50 {
	background-color: #fce3d7;
}

.text-dark {
	color: #2f3031;
}

.bg-dark {
	background-color: #2f3031;
}

.text-dark25 {
	color: #f0f2f4;
}

.bg-dark25 {
	background-color: #f0f2f4;
}

.text-dark75 {
	color: #4d4d54;
}

.bg-dark75 {
	background-color: #4d4d54;
}

.text-dark50 {
	color: #323c46;
}

.bg-dark50 {
	background-color: #323c46;
}

.text-docile25 {
	color: #ecf4f2;
}

.bg-docile25 {
	background-color: #ecf4f2;
}

.text-docile50 {
	color: #d9e8e5;
}

.bg-docile50 {
	background-color: #d9e8e5;
}

.text-power {
	color: #fb572b;
}

.bg-power {
	background-color: #fb572b;
}

.text-power25 {
	color: #f9d1c6;
}

.bg-power25 {
	background-color: #f9d1c6;
}

.text-power50 {
	color: #faa892;
}

.bg-power50 {
	background-color: #faa892;
}

.text-power75 {
	color: #fb805f;
}

.bg-power75 {
	background-color: #fb805f;
}

.text-primary {
	color: #005156;
}

.bg-primary {
	background-color: #005156;
}

.text-primary75 {
	color: #3f7c80;
}

.bg-primary75 {
	background-color: #3f7c80;
}

.bg-pink {
  background-color: #f08b70;
}

.text-primary99 {
	color: #99d3c4;
}

.bg-primary99 {
	background-color: #99d3c4;
}

.text-secondary {
	color: #3aae8f;
}

.bg-secondary {
	background-color: #3aae8f;
}

.text-white {
	color: #fff;
}

.bg-white {
	background-color: #fff;
}

.text-red {
	color: #de434a;
}

.bg-red {
	background-color: #de434a;
}

.text-yellow {
	color: #f4bd3d;
}

.bg-yellow {
	background-color: #f4bd3d;
}

.btn {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, box-shadow .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	padding: 21px 35px;
	letter-spacing: .28px;
	border-radius: 100px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-transform: uppercase;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn:hover:before {
	opacity: 1;
	right: 0;
}

.btn:before {
	-webkit-transition: opacity .3s ease-in-out, right .3s ease-in-out;
	transition: opacity .3s ease-in-out, right .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, .1);
	opacity: 0;
	border-radius: 100px;
	z-index: -1;
}

.btn.btn-md {
	padding: 17px 35px;
}

.btn.btn-sm {
	padding: 13px 25px;
	min-width: 115px;
}

.btn.btn-block {
	display: block;
	width: 100%;
}

.btn.btn-orange {
	background-color: #fb572b;
	color: #fff;
}

.btn.btn-orange:before {
	background-color: #e43404;
}

.btn.btn-primary {
	color: #fff;
	background-color: #005156;
}

.btn.btn-primary:before {
	background-color: #001719;
}

.btn.btn-dark {
	background-color: #2f3031;
	color: #fff;
}

.btn.btn-outline {
	outline: 2px solid #2f3031;
  outline-offset: -2px;
  background-color: #fff;
	color: #2f3031;
  box-sizing
}

.btn.btn-dark:before {
	background-color: #111112;
}

.hs-button {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, box-shadow .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	padding: 21px 35px;
	letter-spacing: .28px;
	border-radius: 100px !important;
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-transform: uppercase;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.hs-button.primary {
	background-color: #2f3031;
	color: #fff;
}
.hs-button.primary:hover {
	background-color: #111112;
}

.hs-button.large {
	padding: 17px 35px;
	min-width: 120px;
}

.intro-section {
	padding: 58px 0 89px;
	color: #005156;
	position: relative;
	z-index: 3;
	margin-bottom: 60px;
}

.intro-section:not([class*=bg-]) {
	background-color: #fdd9c8;
}

.intro-section .two-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.intro-section .two-col .img-holder {
	margin: 0 0 4px;
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	text-align: center;
}

.intro-section .two-col .text-holder {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	z-index: 1;
}

.intro-section .two-col .text-holder p:last-child {
	margin-bottom: 0;
}

.intro-section h1,
.intro-section .h1 {
	margin: 0 0 22px;
}

.simple-intro {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 35px 0;
	font-size: 24px;
	line-height: 1.4;
}


@media only screen and (max-width: 515px) {
  .simple-intro {
     padding: 75px 0 35px 0;
  }

}

.simple-intro:not([class*=text-]) {
	color: #005156;
}

.simple-intro:after {
	content: "";
	display: block;
	width: 0;
	min-height: 250px;
}

.simple-intro.support-intro {
	color: #323c46;
	line-height: 1.4;
}

.simple-intro h1,
.simple-intro .h1 {
	line-height: 1.077;
}

.simple-intro:not([class*=bg-]) {
	background-color: #fbeee9;
}

.simple-intro .content-holder {
	max-width: 635px;
	margin: 0 auto;
}

.simple-intro .content-holder h1:last-child,
.simple-intro .content-holder .h1:last-child {
	margin-bottom: 0;
}

.simple-intro .content-holder p:last-child {
	margin-bottom: 0;
}

.simple-intro a {
	color: inherit;
}

.simple-intro a:hover {
	color: #bc2b04;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	width: 100%;
	height: 56px;
	font-size: 16px;
	line-height: normal;
	border-radius: 4px;
	font-weight: 600;
	color: #2f3031;
}

.input-error input[type="text"],
.input-error
  input[type="tel"],
.input-error
  input[type="email"],
.input-error
  input[type="search"],
.input-error
  input[type="password"],
.input-error
  textarea {
	border-color: #de434a;
	background-color: rgba(222, 67, 74, .1);
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
}

label {
	color: #707880;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: .5px;
	display: inline-block;
	vertical-align: top;
}

.input-error label {
	color: #de434a;
}

#lp-pom-form-137 .lp-pom-form-field input[type="text"],
#lp-pom-form-137 .lp-pom-form-field input[type="tel"],
#lp-pom-form-137 .lp-pom-form-field input[type="email"],
#lp-pom-form-137 .lp-pom-form-field input[type="search"],
#lp-pom-form-137 .lp-pom-form-field input[type="password"] {
	height: 56px;
	border: 1px solid #b0b4b8;
	border-radius: 4px;
}

#lp-pom-form-137 .lp-pom-form-field input[type="text"]::-webkit-input-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="tel"]::-webkit-input-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="email"]::-webkit-input-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="search"]::-webkit-input-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="password"]::-webkit-input-placeholder {
	color: #707880;
font-family: 'rawline', sans-serif; 
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
}

#lp-pom-form-137 .lp-pom-form-field input[type="text"]::-moz-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="tel"]::-moz-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="email"]::-moz-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="search"]::-moz-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="password"]::-moz-placeholder {
	opacity: 1;
	color: #707880;
font-family: 'rawline', sans-serif; 
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
}

#lp-pom-form-137 .lp-pom-form-field input[type="text"]:-moz-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="tel"]:-moz-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="email"]:-moz-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="search"]:-moz-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="password"]:-moz-placeholder {
	color: #707880;
font-family: 'rawline', sans-serif; 
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
}

#lp-pom-form-137 .lp-pom-form-field input[type="text"]:-ms-input-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="tel"]:-ms-input-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="email"]:-ms-input-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="search"]:-ms-input-placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="password"]:-ms-input-placeholder {
	color: #707880;
font-family: 'rawline', sans-serif; 
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
}

#lp-pom-form-137 .lp-pom-form-field input[type="text"].placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="tel"].placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="email"].placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="search"].placeholder,
#lp-pom-form-137 .lp-pom-form-field input[type="password"].placeholder {
	color: #707880;
font-family: 'rawline', sans-serif; 
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
}

.lp-pom-form.has-axis .option input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: 0;
	height: 0;
}

#lp-pom-form-137 .lp-pom-form-field .lp-form-label .label-style {
	font-weight: 400;
}

#lp-pom-form-137 .lp-pom-form-field .lp-form-label {
	padding: 0 0 0 40px;
	margin: 0;
	width: 100%;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	color: #323c46;
}

#lp-pom-form-137 .lp-pom-form-field .lp-form-label a {
	color: inherit;
	text-decoration: underline;
}

#lp-pom-form-137 .lp-pom-form-field .lp-form-label a:hover {
	text-decoration: none;
}

#lp-pom-form-137 .input-wrap {
	left: 0 !important;
	width: 40px !important;
	top: 0 !important;
}

.lp-pom-form-field.checkbox-group .option {
	color: #323c46;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: .5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 3;
	width: 40px !important;
	padding: 0 !important;
}

.lp-pom-form-field.checkbox-group .option input[type="checkbox"]:checked ~ label:after {
	opacity: 1;
}

.lp-pom-form-field.checkbox-group .option > label {
	padding-left: 40px;
}

.lp-pom-form-field.checkbox-group .option > label:before {
	width: 24px;
	height: 24px;
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	border-radius: 4px;
	border: 1px solid #b0b4b8;
	position: relative;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.lp-pom-form-field.checkbox-group .option > label:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 22px;
	height: 22px;
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	border-radius: 4px;
	z-index: 1;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='16px' height='13px' viewBox='0 0 16 13' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdesc%3ECreated with Lunacy%3C/desc%3E%3Cpath d='M0 6.80937L4.02965 11L14 0' transform='translate(1 1)' id='Path-5-Copy' fill='none' stroke='%233ABB81' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");
	background-size: 16px 13px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(58, 187, 129, .24);
	opacity: 0;
}

.custom-control {
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	margin: 8px 0;
}

.custom-control input[type="checkbox"],
.custom-control input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: 0;
	height: 0;
}

.custom-control input[type="checkbox"]:checked ~ .fake-input:after,
.custom-control input[type="radio"]:checked ~ .fake-input:after {
	opacity: 1;
}

.custom-control input[type="radio"] ~ .fake-input {
	border-radius: 50%;
}

.custom-control input[type="radio"] ~ .fake-input:after {
	border-radius: 50%;
	background-image: none;
	border: 2px solid #fff;
}

.custom-control .fake-input {
	width: 24px;
	height: 24px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	border-radius: 4px;
	border: 1px solid #b0b4b8;
	margin-right: 8px;
	position: relative;
	overflow: hidden;
}

.input-error .custom-control .fake-input {
	border-color: #de434a;
	background-color: rgba(222, 67, 74, .1);
}

.custom-control .fake-input:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='16px' height='13px' viewBox='0 0 16 13' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdesc%3ECreated with Lunacy%3C/desc%3E%3Cpath d='M0 6.80937L4.02965 11L14 0' transform='translate(1 1)' id='Path-5-Copy' fill='none' stroke='%233ABB81' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");
	background-size: 16px 13px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: rgba(58, 187, 129, .24);
	opacity: 0;
}

.custom-control .fake-label {
	max-width: calc(100% - 32px);
}

.hs-form-booleancheckbox-display {
	color: #323c46;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: .5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 3;
}

.hs-form-booleancheckbox-display .hs-input[type="checkbox"]:checked ~ span:after {
	opacity: 1;
}

.hs-form-booleancheckbox-display > span {
	padding-left: 30px;
}

.hs-form-booleancheckbox-display > span:before {
	width: 24px;
	height: 24px;
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	border-radius: 4px;
	border: 1px solid #b0b4b8;
	position: relative;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.hs-form-booleancheckbox-display > span:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 22px;
	height: 22px;
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	border-radius: 4px;
	z-index: 1;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='16px' height='13px' viewBox='0 0 16 13' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdesc%3ECreated with Lunacy%3C/desc%3E%3Cpath d='M0 6.80937L4.02965 11L14 0' transform='translate(1 1)' id='Path-5-Copy' fill='none' stroke='%233ABB81' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");
	background-size: 16px 13px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(58, 187, 129, .24);
	opacity: 0;
}

.hs-input[type="checkbox"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -9999px;
}

.hs_cos_wrapper:empty {
	margin-bottom: 0;
}

.sticky-panel {
	background: #005156;
	color: #fbeee9;
	padding: 25px 23px;
	position: absolute;
	bottom: -88px;
	left: 15px;
	right: 15px;
	font-size: 20px;
	line-height: 1.4;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
}

.sticky-panel p {
	margin: 0;
}

.sticky-panel:hover {
	color: #fff;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 23px;
	margin: 0 -8px;
}

.social-list li {
	padding: 0 8px;
	margin-bottom: 10px;
}

.social-list a {
	color: inherit;
	line-height: 1;
	font-size: 40px;
}

.social-list a:hover {
	color: #fb572b;
}

.items-list {
	font-size: 12px;
	line-height: 1.3;
	margin: 0 auto -10px;
}

.items-list.col-3 li:nth-child(3n+1) .items-block.viewport-section {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.items-list.col-3 li:nth-child(3n+2) .items-block.viewport-section {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.items-list.col-3 li:nth-child(3n+3) .items-block.viewport-section {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.items-list li {
	margin: 0 0 1px;
	width: 100%;
}

.items-list li:nth-child(4n+1) .items-block.viewport-section {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.items-list li:nth-child(4n+2) .items-block.viewport-section {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.items-list li:nth-child(4n+3) .items-block.viewport-section {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.items-list li:nth-child(4n+4) .items-block.viewport-section {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.items-list a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	color: inherit;
	position: relative;
	width: 100%;
}

.items-list a:hover .hover-img {
	height: 100%;
}

.items-list a:hover .img-block {
	position: relative;
}

.items-list a:hover .img-block svg.hover-svg .path-1 {
	fill: #3aae8f;
}

.items-list a:after {
	content: "";
	color: #de434a;
	font-size: 15px;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.items-block {
	padding: 10px 20px;
	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;
	text-decoration: none;
	position: relative;
	width: 100%;
	color: #005156;
	background: #f0f2f4;
}

.items-block .item-title {
	display: block;
	font-size: 16px;
	line-height: 1.25;
	margin: 0 0 8px;
	color: #323c46;
}

.items-block .hover-img {
	display: none;
}

.items-block .img-block {
	width: 13%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.items-block .img-block svg {
	max-width: 100%;
}

.items-block .img-block img {
	max-height: 100%;
}

.items-block .img-block svg {
	height: auto;
}

.items-block .img-block svg .path-1 {
	-webkit-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
}

.items-block .text-block {
	width: 80%;
	padding: 0 0 0 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	max-width: 305px;
	margin: 0 auto;
}

.items-block .text-block p:last-child {
	margin-bottom: 0;
}

.product-list {
	max-width: 744px;
	margin: 0 auto;
}

.product-list > li {
	margin-bottom: 8px;
}

.product-list > li .product-card {
	margin-bottom: 0;
}

.product-list > li:nth-child(1) .product-card.viewport-section {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.product-list > li:nth-child(2) .product-card.viewport-section {
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

.product-list > li:nth-child(3) .product-card.viewport-section {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.product-list > li:nth-child(4) .product-card.viewport-section {
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}

.product-list.four-col .product-addons {
	display: none;
}

.product-list.four-col .card-body .body-content {
	padding-top: 0;
}

.product-info-list {
	margin-bottom: 30px;
}

.product-info-list li {
	position: relative;
	padding: 2px 5px 2px 40px;
}

.product-info-list li:before {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 8px;
	height: 8px;
	/* content: ""; */
	border-radius: 50%;
	background: currentColor;
	position: absolute;
	top: 11px;
	left: 24px;
}

.product-info-list li:hover:before {
	background-color: #fb572b !important;
}

.product-info-list:last-child {
	margin-bottom: 0;
}

.product-card {
	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%;
	margin-bottom: 30px;
	color: #005156;
}

.product-card.bg-green .product-info-list li:before {
	background-color: #3aae8f;
}

.product-card.bg-light-green .product-info-list li:before {
	background-color: #b4d2cb;
}

.product-card.bg-peach .product-info-list li:before {
	background-color: #ffcdb6;
}

.product-card.bg-pink .product-info-list li:before {
	background-color: #fb805f;
}

.card-head {
	text-align: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
}

.card-head .label {
	padding: 9px 10px 8px 10px;
}

.card-head .head-content {
	padding: 40px 15px 65px;
}

.card-head .head-content h1,
.card-head .head-content .h1,
.card-head .head-content h2,
.card-head .head-content .h2,
.card-head .head-content h3,
.card-head .head-content .h3,
.card-head .head-content h4,
.card-head .head-content .h4,
.card-head .head-content h5,
.card-head .head-content .h5,
.card-head .head-content h6,
.card-head .head-content .h6 {
	margin-bottom: 0;
}

.card-body {
	font-weight: 500;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	margin: 0 -8px;
	padding: 0 8px;
}

.card-body .body-content {
	padding: 70px 0 30px;
	position: relative;
	z-index: 2;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

.card-body .body-content .product-addons {
	position: absolute;
	top: 0;
	left: 20px;
	max-width: 100%;
}

.card-body .body-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
	padding: 0 15px 40px;
}

.product-addons {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	padding: 14px 50px 14px 22px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-addons:after {
	content: "";
	color: #005156;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq-accordion {
	margin: 0 auto;
}

.faq-accordion:not(:last-child) {
	margin-bottom: 50px;
}

.faq-accordion > li {
	border-top: 1px solid #f0f2f4;
}

.faq-opener {
	-webkit-transition: font-weight .3s ease-in-out, background .3s ease-in-out;
	transition: font-weight .3s ease-in-out, background .3s ease-in-out;
	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;
	padding: 18px;
	font-size: 20px;
	line-height: 1;
	color: #323c46;
}

.faq-opener:hover {
	background: #f0f2f4;
	color: #005156;
}

.faq-active .faq-opener {
	font-weight: 700;
}

.faq-opener [class^="icon-"] {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	margin-left: 10px;
	font-size: 14px;
	color: #fb572b;
}

.faq-active .faq-opener [class^="icon-"] {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq-slide .inner-slide {
	padding: 8px 50px 33px 18px;
	max-width: 835px;
}

.related-links-holder .related-links-section.base-section:first-child {
  margin-top: 40px;
	padding-top: 0;
}

.related-links-section h2 .tag:last-child:after,
.related-links-section .h2 .tag:last-child:after {
	display: none;
}

.related-links-section h2 .tag:after,
.related-links-section .h2 .tag:after {
	content: ",";
}

.related-links {
	margin: 0 auto;
}

.related-links:not(:last-child) {
	margin-bottom: 50px;
}

.related-links li {
	border-top: 1px solid #f0f2f4;
}

.related-links a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	padding: 18px 50px 18px 18px;
	font-size: 20px;
	line-height: 1;
	color: #323c46;
	position: relative;
}

.related-links a:hover {
	background: #f0f2f4;
	color: #005156;
}

.related-links a:after {
	content: "";
	font-size: 14px;
	color: #fb572b;
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.video-section h1,
.video-section .h1,
.video-section h2,
.video-section .h2,
.video-section h3,
.video-section .h3,
.video-section h4,
.video-section .h4,
.video-section h5,
.video-section .h5,
.video-section h6,
.video-section .h6 {
	margin: 0 0 15px;
}

.video-section .subheader {
	margin: 0 0 17px;
}

.video-holder {
	max-width: 844px;
	padding-top: 65%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.video-holder:hover .btn-play {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}

.video-holder:hover .video-preview {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	filter: grayscale(0);
	background-blend-mode: unset;
}

.video-holder.video-play .video-preview {
	opacity: 0;
	visibility: hidden;
}

.video-holder.video-play .btn-play {
	opacity: 0;
	visibility: hidden;
}

.video-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
}

.video-holder .video-preview {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, filter .3s ease-in-out, background-blend-mode .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, filter .3s ease-in-out, background-blend-mode .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, filter .3s ease-in-out, background-blend-mode .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, filter .3s ease-in-out, background-blend-mode .3s ease-in-out, -webkit-transform .3s ease-in-out;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	background-blend-mode: multiply;
	filter: grayscale(70%);
}

.video-holder .video-preview.bg-pink {
	background-color: #ffcdb6;
}

.video-holder .video-preview.bg-green {
	background-color: #3aae8f;
}

.video-holder .video-preview.bg-blue {
	background-color: #b4d2cb;
}

.video-holder .btn-play {
	width: 65px;
	height: 65px;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 5px solid #005156;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	overflow: hidden;
	z-index: -1;
}

.video-holder .btn-play:hover:before {
	-webkit-transform: translate(100px, -50%);
	-ms-transform: translate(100px, -50%);
	transform: translate(100px, -50%);
}

.video-holder .btn-play:hover:after {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-holder .btn-play:before,
.video-holder .btn-play:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	border-left: 19px solid #ffcdb5;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}

.video-holder .btn-play:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-holder .btn-play:after {
	-webkit-transform: translate(-100px, -50%);
	-ms-transform: translate(-100px, -50%);
	transform: translate(-100px, -50%);
}

.tooltip {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	background-color: #2f3031;
	color: #fff;
	font-size: 14px;
	line-height: 1.29;
	font-weight: 500;
	padding: 16px 40px 16px 16px;
	max-width: calc(100% - 24px);
	opacity: 1;
	z-index: 99;
	left: 12px;
	right: 12px;
	display: block;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(calc(-100% - 5px));
	-ms-transform: translateY(calc(-100% - 5px));
	transform: translateY(calc(-100% - 5px));
	opacity: 0;
	visibility: hidden;
}

.tooltip a {
	color: #fb572b;
}

.tooltip a:hover {
	text-decoration: underline;
}

.tooltip:after {
	height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #2f3031;
	border-top-width: 8px;
	content: "";
	position: absolute;
	left: 6px;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.tooltip .tooltip-close {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	top: 14px;
	right: 14px;
	position: absolute;
}

.tooltip .tooltip-close:hover {
	color: #fb572b;
	text-decoration: none;
}

.tooltip p:last-child {
	margin-bottom: 0;
}

.info-block {
	text-align: center;
	color: #2f3031;
	position: relative;
}

.info-block.info-slider {
	overflow: hidden;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
}

.info-block-image {
	width: 320px;
	height: 320px;
	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;
	padding: 45px;
	margin: 0 auto 40px;
}

.info-block-image img {
	max-width: 100%;
}
.img-wrapper img {
  max-width: 100%;
}  

.info-block-text {
	line-height: 1.5;
}

.info-block-text h1,
.info-block-text .h1,
.info-block-text h2,
.info-block-text .h2,
.info-block-text h3,
.info-block-text .h3,
.info-block-text h4,
.info-block-text .h4,
.info-block-text h5,
.info-block-text .h5,
.info-block-text h6,
.info-block-text .h6 {
	margin-bottom: 15px;
}

.info-block-text p {
	margin-bottom: 32px;
}

.info-list {
	font-size: 14px;
}

.info-list > li {
	margin-bottom: 10px;
}

.info-list > li:last-child {
	margin-bottom: 0;
}

.info-list > li > a {
	color: inherit;
}

.info-list .title {
	display: block;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 3px;
}

.info-list p:last-child {
	margin-bottom: 0;
}

.info-list .img-wrapper {
	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;
	padding: 45px;
	margin: 0 auto 17px;
}

.info-list .img-wrapper:not([class*=bg-]) {
	background-color: #d9e8e5;
}

.info-list .slick-dots {
	padding: 6px 0 0;
}

.slick-dots {
	font-size: 0;
	line-height: 0;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slick-dots li {
	padding: 0 2px;
}

.slick-dots li.slick-active button {
	background-color: #fb572b;
}

.slick-dots button {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 8px;
	height: 8px;
	border: 0;
	padding: 0;
	background: none;
	border-radius: 50%;
	background-color: #d8d8d8;
}

.slick-dots button:focus {
	outline: none;
}

.contact-form {
	width: 100%;
  max-width: 530px;
	margin: 0 auto 30px;
}

.contact-form .input > .hs-input {
	padding-top: 22px;
	padding-bottom: 5px;
}

.contact-form-head {
	text-align: center;
	margin-bottom: 25px;
}

.hs-form-field,
.lp-pom-form-field.single-line-text {
	position: relative;
	margin-bottom: 9px;
	z-index: 2;
}

.hs-form-field.focus > label,
.lp-pom-form-field.single-line-text.focus > label {
	font-size: 12px;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.hs-form-field > label,
.lp-pom-form-field.single-line-text > label {
	-webkit-transition: font-size .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: font-size .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, font-size .3s ease-in-out;
	transition: transform .3s ease-in-out, font-size .3s ease-in-out, -webkit-transform .3s ease-in-out;
  /*position: absolute; */
	/*padding: 5px 15px; */
  padding: 5px 0px;
	top: 15px;
	left: 0;
	pointer-events: none;
	line-height: 1;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	z-index: 3;
  font-size: 18px;
}

.hs-form-field .hs-form-required,
.lp-pom-form-field.single-line-text .hs-form-required {
	display: none;
}

.hs-error-msgs {
	margin: 7px 0;
	color: #fb572b;
}

.hs-error-msgs label {
	color: inherit;
}

.hs-error-msg {
	color: #fb572b;
}

.hs-submit {
	padding-top: 16px;
	text-align: center;
}

.input-holder {
	position: relative;
	z-index: 2;
	margin-bottom: 9px;
}

.input-holder.focus .custom-label {
	font-size: 12px;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.input-holder .custom-label {
	-webkit-transition: font-size .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: font-size .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, font-size .3s ease-in-out;
	transition: transform .3s ease-in-out, font-size .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	padding: 5px 15px;
	top: 15px;
	left: 0;
	pointer-events: none;
	line-height: 1;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.input-holder .custom-input {
	padding-top: 22px;
	padding-bottom: 5px;
}

.submit-holder {
	padding-top: 16px;
}

.submit-holder .btn {
	min-width: 120px;
}

.column-row .col:nth-child(1) .propose-block.viewport-section {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.column-row .col:nth-child(2) .propose-block.viewport-section {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.column-row .col:nth-child(3) .propose-block.viewport-section {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.column-row .col:nth-child(4) .propose-block.viewport-section {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.propose-block {
	background: #f0f2f4;
	text-align: center;
	color: #005156;
	padding: 31px 16px 26px;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	z-index: 3;
}

.propose-block:before,
.propose-block:after {
	width: 50%;
	height: 16px;
	content: "";
	position: absolute;
	top: -16px;
}

.propose-block:before {
	background-image: -webkit-linear-gradient(left top, transparent 0, transparent 50%, #f0f2f4 50%, #f0f2f4 100%);
	background-image: linear-gradient(to right bottom, transparent 0, transparent 50%, #f0f2f4 50%, #f0f2f4 100%);
	left: 0;
}

.propose-block:after {
	background-image: -webkit-linear-gradient(right top, transparent 0, transparent 50%, #f0f2f4 50%, #f0f2f4 100%);
	background-image: linear-gradient(to left bottom, transparent 0, transparent 50%, #f0f2f4 50%, #f0f2f4 100%);
	right: 0;
}

.propose-block h1,
.propose-block .h1,
.propose-block h2,
.propose-block .h2,
.propose-block h3,
.propose-block .h3,
.propose-block h4,
.propose-block .h4,
.propose-block h5,
.propose-block .h5,
.propose-block h6,
.propose-block .h6 {
	color: inherit;
}

.propose-block .link {
	color: #fb572b;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .28px;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
}

.propose-block .link:hover {
	color: #d53004;
}

.propose-block h3 {
	margin: 0 0 7px;
}

.propose-block .h3 {
	margin: 0 0 26px;
}

.propose-image {
	width: 40px;
	height: 40px;
	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;
	margin: 0 auto 20px;
}

.propose-image img {
	max-width: 100%;
	max-height: 100%;
}

.column-row .col {
	width: 100%;
}

.column-row .col:nth-child(1) .tips-block.viewport-section {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.column-row .col:nth-child(2) .tips-block.viewport-section {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.tips-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.tips-block a {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	display: block;
	padding: 26px 18px;
	color: #005156;
	position: relative;
	z-index: 1;
}

.tips-block a:not([class*=bg-]) {
	background: #99d3c4;
}

.tips-block a:before {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	font-size: 16px;
	position: absolute;
	right: 22px;
	bottom: 15px;
	color: #fb572b;
	z-index: -1;
	-webkit-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	transform: translateX(-200%);
	opacity: 0;
}

.tips-block a:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.tips-block a:hover:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.tips-block a:hover [class^="icon-arrow-"] {
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
}

.tips-block [class^="icon-arrow-"] {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	font-size: 16px;
	position: absolute;
	right: 22px;
	bottom: 15px;
	z-index: -1;
}

.cta-block[class*="bg-"] {
	padding: 50px 0;
	color: #005156;
}

.cta-block .text-holder {
	max-width: 628px;
	margin: 0 15px;
}

.cta-block p:last-child {
	margin-bottom: 0;
}

.cta-block .btn {
	margin: 32px 0 0;
}

.cta-block .btn-wrapper {
	margin: 24px 0;
}

.cta-block .btn-wrapper .btn {
	margin: 0;
}

.cta-block .rating-block {
	margin: 0 0 32px;
}

.cta-block .link-wrap {
	margin: 0 0 127px;
}

.cta-block-wrap .top-line {
	color: #fff;
	text-transform: uppercase;
	padding: 8px 10px;
	font-size: 14px;
}

.cta-block-wrap .top-line-text {
	display: block;
}

.case-block {
	max-width: 508px;
	margin: 0 auto 20px;
}

.case-block > a {
	display: block;
	color: inherit;
}

.case-preview {
	-webkit-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
	max-width: 412px;
	position: relative;
	z-index: 3;
	margin-bottom: 16px;
}

.case-image img {
	width: 100%;
}

.case-text {
	width: 176px;
	height: 176px;
	display: block;
	background: #d9e8e5;
	padding: 24px 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 1;
}

.case-company {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 3px;
}

.case-company .company-text > a {
	color: inherit;
}

.case-company .company-text > a:hover {
	color: #fb572b;
}

.case-company .company-logo {
	margin-right: 20px;
}

.case-company .company-logo img {
	width: 100%;
}

.column-row .col:nth-child(1) .benefits-block.viewport-section {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.column-row .col:nth-child(2) .benefits-block.viewport-section {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.benefits-block {
	width: 100%;
	position: relative;
	z-index: 3;
	color: #005156;
	padding: 20px;
	margin: 0 0 20px;
	min-height: 250px;
	overflow: hidden;
}

.benefits-block .decor {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 20px;
	opacity: .5;
}

.benefits-block .benefits-list {
	padding: 14px 0 0;
}

.benefits-block .benefits-list li {
	margin: 0 0 8px;
}

.about-us-item {
	margin: 0 0 60px;
	width: 100%;
}

.about-us-item .img-holder {
	margin: 0 0 18px;
}

.about-us-item .img-holder img {
	width: 100%;
}

.about-us-item .img-holder svg {
	max-width: 100%;
}

.about-us-item .name {
	font-weight: 500;
	font-size: 16px;
	display: block;
	margin: 0;
}

.about-us-item .title {
	display: block;
}

.text-info-list {
	color: #2f3031;
}

.text-info-list li {
	margin: 0 0 21px;
}

.text-info-list li:last-child {
	margin-bottom: 0;
}

.address-block {
	padding: 18px;
	color: #005156;
	height: 100%;
}

.address-block .title {
	font-weight: 600;
}

.address-block address {
	font-style: normal;
	margin: 0 0 36px;
}

.address-block a {
	color: inherit;
}

.address-block a:hover {
	opacity: .8;
}

.address-block .link-wrap {
	margin-bottom: 10px;
}

.filte-item-block {
	margin: 0 0 30px;
}

.filte-item-block .img-holder {
	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;
	margin: 0 0 17px;
}

.filte-item-block .img-holder:after {
	content: "";
	width: 0;
	display: block;
	min-height: 136px;
}

.filte-item-block a {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	color: inherit;
	display: block;
	opacity: .7;
}

.filte-item-block a img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.filte-item-block a:hover {
	opacity: 1;
}

.filte-item-block a:hover img {
	filter: unset;
	-webkit-filter: unset;
}

.filter-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 56px;
	padding: 16px 0 0;
}

.filter-menu li {
	padding: 0 10px;
}

.hs-blog-post .body-container-wrapper {
	padding-top: 0;
}

.widget-categories {
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
}
.blog-aside-widget{
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
  margin-right: 14px;
}

.widget-categories .widget-type-post_filter {
	background: #f0f2f4;
	color: #005156;
}

.widget-categories a {
	color: inherit;
}

.widget-categories a:hover {
	color: #bc2b04;
}

.blog-list-intro {
	position: relative;
}

.blog-list-intro .simple-intro:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	background-color: #fbeee9;
}

.blog-list-intro .content-holder {
	position: relative;
	z-index: 10;
}

.widget-module ul {
	margin: 0;
	padding: 0;
}

.widget-module ul li {
	margin: 0;
	padding: 0;
}

.widget-module ul li:before {
	display: none;
}

.post-header-info {
	display: block;
	font-weight: 500;
	margin: 0 0 30px;
}

.post-header-info .author-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 15px;
}

.post-header-info .author-block p {
	margin: 0 0 7px !important;
}

.post-header-info .date-info {
	color: #b0b4b8;
}

.post-header-info .last-read-time {
	color: #b0b4b8;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-header-info .last-read-time:before {
	content: "-";
	display: block;
	margin: 0 4px;
}

.author-avatar {
  width: 40px;
  height: 40px;
	margin: 0 15px 0 0;
}

.sharethis-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sharethis-holder .title {
	color: #b0b4b8;
	margin: 0 15px 0 0;
}

.sharethis-holder .social-list {
	line-height: 1;
}

.sharethis-holder .social-list li {
	margin: 0;
}

.sharethis-holder .social-list a:hover {
	color: #fb572b;
}

.post-header a {
	color: #323c46;
}

.post-header a span {
	color: inherit;
}

#hubspot-topic_data {
	margin: 0 -8px;
}

.topic-link {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  color: #4d4d54;
  background-color: #fff;
  border-radius: 12px;  
  padding: 6px 14px;
  text-transform: none;
  margin: 0 4px 8px;
}

.post-item {
	color: #005156;	
	margin: 0 0 56px;
}
	
.post-item-content {
  padding: 33px 21px 48px;
}

@media screen and (min-width: 1024px) {
  .post-item-content {
    padding: 33px 46px 48px;
  }
}

.post-listing .post-body,
.post-listing-simple .post-body {
	color: #005156;
	font-size: 16px;
	line-height: 1.5;
  margin: 0 0 23px;
}

.post-listing .post-body *,
.post-listing-simple .post-body *{
  color: inherit !important;
}
.post-listing .post-body > h2,
.post-listing-simple .post-body > h2{
  display: none;
}

.blog-pagination {
	padding: 30px 0 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.filter-img:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.filter-img.filter-pink:before {
		background-color: rgba(255, 205, 182, .5);
	}

	.filter-img.filter-green:before {
		background-color: rgba(0, 81, 86, .5);
	}

	.filter-img.filter-light-green:before {
		background-color: rgba(58, 174, 143, .5);
	}
}

@media (min-width: 640px) {
	.post-header-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.post-header-info .author-block {
		margin: 0;
		width: 60%;
	}

	.sharethis-holder {
		max-width: 40%;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.search-drop {
		padding: 0 10px;
		margin: 0 0 63px;
	}

	.dropdown-nav {
		margin: 0 0 54px;
	}

	.dropdown-nav .drop {
		margin: 0;
	}

	.dropdown-nav .drop-inner {
		max-width: 380px;
		margin: 0 auto;
	}

	.main-nav {
		margin: 0 0 47px;
	}

	.container {
		padding: 0 17px;
	}

	.base-section {
		padding: 80px 0 0;
	}

	.text-column-content {
		-webkit-column-count: 2;
		column-count: 2;
		padding: 40px 0 60px;
	}

	.mobile-visible {
		display: none !important;
	}

	.search-form input[type="text"],
	.search-form input[type="tel"],
	.search-form input[type="email"],
	.search-form input[type="search"],
	.search-form input[type="password"] {
		padding: 5px 15px 5px 56px;
	}

	.search-form .input-holder [class*=icon-] {
		left: 18px;
	}

	.footer {
		margin: 80px 0 0;
	}

	.footer .container {
		padding: 0 79px;
	}

	.footer .tel-link {
		margin-bottom: 37px;
	}

	.footer-decor {
		width: 637px;
	}

	.footer-block-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-block.md {
		width: 100%;
	}

	.footer-block.lg {
		width: 100%;
	}

	.footer-block p :not(.Firmafon-widget-4571999999) {
		margin-bottom: 30px;
	}

	.footer-logo {
		margin: 73px 0 62px;
	}

	.footer-list {
		-webkit-column-count: unset;
		column-count: unset;
		min-width: 186px;
	}

	.footer-list li:last-child {
		margin-bottom: 0;
	}

	.intro-section {
		font-size: 20px;
		line-height: 1.4;
		padding: 61px 0 156px;
	}

	.intro-section .two-col .img-holder {
		padding: 0 22px;
		margin: 0 0 17px;
	}

	.intro-section h1,
	.intro-section .h1 {
		margin: 0 0 17px;
	}

	.sticky-panel {
		left: 45px;
		right: auto;
		padding: 25px 31px;
		min-width: 466px;
		bottom: -64px;
	}

	.items-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.items-list li {
		margin: 0 0 10px;
	}

	.video-holder {
		padding-top: 55%;
	}

	.video-holder .btn-play {
		width: 80px;
		height: 80px;
	}

	.info-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
	}

	.info-block.revers .info-block-image {
		margin: 0 40px 0 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.info-block.revers .info-block-text {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.info-block-image {
		width: 312px;
		height: 312px;
		margin: 0 0 0 40px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding: 20px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.info-block-text {
		-webkit-box-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.info-block-text h1,
	.info-block-text .h1,
	.info-block-text h2,
	.info-block-text .h2,
	.info-block-text h3,
	.info-block-text .h3,
	.info-block-text h4,
	.info-block-text .h4,
	.info-block-text h5,
	.info-block-text .h5,
	.info-block-text h6,
	.info-block-text .h6 {
		margin-bottom: 20px;
	}

	.info-list > li {
		margin-bottom: 15px;
	}

	.info-list > li:hover .slide {
		max-height: 999px;
	}

	.info-list > li:hover .img-wrapper {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.info-list .slide {
		-webkit-transition: max-height .3s ease-in-out;
		transition: max-height .3s ease-in-out;
		max-height: 0;
		overflow: hidden;
		max-width: 448px;
	}

	.info-list .img-wrapper {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		width: 312px;
		height: 312px;
		position: absolute;
		z-index: 10;
		-webkit-transition-duration: .4s;
		transition-duration: .4s;
		padding: 20px;
		right: 0;
		margin: 0;
		top: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.propose-block {
		padding: 31px 25px 26px;
	}

	.column-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -10px;
	}

	.column-row.col-flex .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.column-row.align-end {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.column-row .col {
		padding: 0 10px;
		width: 50%;
	}

	.column-row .col.lg {
		width: 50%;
	}

	.tips-block {
		margin-bottom: 0;
	}

	.tips-block a {
		padding: 36px 28px;
	}

	.tips-block a:before {
		right: 30px;
		bottom: 30px;
	}

	.tips-block [class^="icon-arrow-"] {
		right: 30px;
		bottom: 30px;
	}

	.cta-block .text-holder {
		margin: 0 auto;
	}

	.case-block {
		margin: 0;
	}

	.case-preview {
		margin: 0 38px 0 0;
	}

	.case-text {
		right: -10%;
	}

	.benefits-block {
		padding: 52px 52px 40px;
	}

	.contact-section .contact-form {
		margin: 0;
	}

	.contact-section .two-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.contact-section .col {
		width: 50%;
		padding: 0 15px;
	}

	.filte-item-block {
		margin: 0 0 60px;
	}

  .fixed-categori-position .blog-aside-widget {
		padding: 150px 0 30px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.main-nav-drop {
		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;
	}

	.address-block {
		font-size: 14px;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 16px 0;
	}

	#header .items-block .img-block {
		height: 101px;
		display: block;
	}

	.logo {
		width: 100px;
	}

	.nav-opener {
		display: none;
	}

	.main-nav-drop {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main-nav-drop .inner-holder {
		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: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.search-drop {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #fff;
		left: 0;
		top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px 50px 10px 32px;
		opacity: 0;
		visibility: hidden;
		z-index: 10;
	}

	.header-menu {
		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: 0 -16px;
	}

	.header-menu a:hover {
		color: #fb572b;
	}

	.dropdown-nav {
		margin: 0;
		color: #005156;
		font-size: 16px;
		font-weight: 600;
	}

	.dropdown-nav > li {
		padding: 0 15px;
	}

	.dropdown-nav > li > a {
		overflow: hidden;
		padding-right: 20px;
		position: relative;
		display: inline-block;
		vertical-align: top;
	}

	.dropdown-nav > li > a:hover {
		color: #fb572b;
	}

	.dropdown-nav .drop {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		padding: 40px 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.drop-active .dropdown-nav .drop {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.dropdown-nav .drop-inner {
		max-width: 1275px;
	}

	.dropdown-nav .items-list li {
		opacity: 0;
		visibility: hidden;
		max-width: 100%;
	}

	.drop-active .dropdown-nav .items-list li {
		opacity: 1;
		visibility: visible;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(1) {
		-webkit-transition: all .2s ease-in .1s;
		transition: all .2s ease-in .1s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(2) {
		-webkit-transition: all .2s ease-in .2s;
		transition: all .2s ease-in .2s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(3) {
		-webkit-transition: all .2s ease-in .3s;
		transition: all .2s ease-in .3s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(4) {
		-webkit-transition: all .2s ease-in .4s;
		transition: all .2s ease-in .4s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(5) {
		-webkit-transition: all .2s ease-in .5s;
		transition: all .2s ease-in .5s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(6) {
		-webkit-transition: all .2s ease-in .6s;
		transition: all .2s ease-in .6s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(7) {
		-webkit-transition: all .2s ease-in .7s;
		transition: all .2s ease-in .7s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(8) {
		-webkit-transition: all .2s ease-in .8s;
		transition: all .2s ease-in .8s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(9) {
		-webkit-transition: all .2s ease-in .9s;
		transition: all .2s ease-in .9s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(10) {
		-webkit-transition: all .2s ease-in 1s;
		transition: all .2s ease-in 1s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(11) {
		-webkit-transition: all .2s ease-in 1.1s;
		transition: all .2s ease-in 1.1s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(12) {
		-webkit-transition: all .2s ease-in 1.2s;
		transition: all .2s ease-in 1.2s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(13) {
		-webkit-transition: all .2s ease-in 1.3s;
		transition: all .2s ease-in 1.3s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(14) {
		-webkit-transition: all .2s ease-in 1.4s;
		transition: all .2s ease-in 1.4s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(15) {
		-webkit-transition: all .2s ease-in 1.5s;
		transition: all .2s ease-in 1.5s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(16) {
		-webkit-transition: all .2s ease-in 1.6s;
		transition: all .2s ease-in 1.6s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(17) {
		-webkit-transition: all .2s ease-in 1.7s;
		transition: all .2s ease-in 1.7s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(18) {
		-webkit-transition: all .2s ease-in 1.8s;
		transition: all .2s ease-in 1.8s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(19) {
		-webkit-transition: all .2s ease-in 1.9s;
		transition: all .2s ease-in 1.9s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(20) {
		-webkit-transition: all .2s ease-in 2s;
		transition: all .2s ease-in 2s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(21) {
		-webkit-transition: all .2s ease-in 2.1s;
		transition: all .2s ease-in 2.1s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(22) {
		-webkit-transition: all .2s ease-in 2.2s;
		transition: all .2s ease-in 2.2s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(23) {
		-webkit-transition: all .2s ease-in 2.3s;
		transition: all .2s ease-in 2.3s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(24) {
		-webkit-transition: all .2s ease-in 2.4s;
		transition: all .2s ease-in 2.4s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(25) {
		-webkit-transition: all .2s ease-in 2.5s;
		transition: all .2s ease-in 2.5s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(26) {
		-webkit-transition: all .2s ease-in 2.6s;
		transition: all .2s ease-in 2.6s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(27) {
		-webkit-transition: all .2s ease-in 2.7s;
		transition: all .2s ease-in 2.7s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(28) {
		-webkit-transition: all .2s ease-in 2.8s;
		transition: all .2s ease-in 2.8s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(29) {
		-webkit-transition: all .2s ease-in 2.9s;
		transition: all .2s ease-in 2.9s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(30) {
		-webkit-transition: all .2s ease-in 3s;
		transition: all .2s ease-in 3s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(31) {
		-webkit-transition: all .2s ease-in 3.1s;
		transition: all .2s ease-in 3.1s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(32) {
		-webkit-transition: all .2s ease-in 3.2s;
		transition: all .2s ease-in 3.2s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(33) {
		-webkit-transition: all .2s ease-in 3.3s;
		transition: all .2s ease-in 3.3s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(34) {
		-webkit-transition: all .2s ease-in 3.4s;
		transition: all .2s ease-in 3.4s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(35) {
		-webkit-transition: all .2s ease-in 3.5s;
		transition: all .2s ease-in 3.5s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(36) {
		-webkit-transition: all .2s ease-in 3.6s;
		transition: all .2s ease-in 3.6s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(37) {
		-webkit-transition: all .2s ease-in 3.7s;
		transition: all .2s ease-in 3.7s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(38) {
		-webkit-transition: all .2s ease-in 3.8s;
		transition: all .2s ease-in 3.8s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(39) {
		-webkit-transition: all .2s ease-in 3.9s;
		transition: all .2s ease-in 3.9s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(40) {
		-webkit-transition: all .2s ease-in 4s;
		transition: all .2s ease-in 4s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(41) {
		-webkit-transition: all .2s ease-in 4.1s;
		transition: all .2s ease-in 4.1s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(42) {
		-webkit-transition: all .2s ease-in 4.2s;
		transition: all .2s ease-in 4.2s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(43) {
		-webkit-transition: all .2s ease-in 4.3s;
		transition: all .2s ease-in 4.3s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(44) {
		-webkit-transition: all .2s ease-in 4.4s;
		transition: all .2s ease-in 4.4s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(45) {
		-webkit-transition: all .2s ease-in 4.5s;
		transition: all .2s ease-in 4.5s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(46) {
		-webkit-transition: all .2s ease-in 4.6s;
		transition: all .2s ease-in 4.6s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(47) {
		-webkit-transition: all .2s ease-in 4.7s;
		transition: all .2s ease-in 4.7s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(48) {
		-webkit-transition: all .2s ease-in 4.8s;
		transition: all .2s ease-in 4.8s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(49) {
		-webkit-transition: all .2s ease-in 4.9s;
		transition: all .2s ease-in 4.9s;
	}

	.drop-active .dropdown-nav .items-list li:nth-child(50) {
		-webkit-transition: all .2s ease-in 5s;
		transition: all .2s ease-in 5s;
	}

	.dropdown-nav .items-list a:hover:after {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.dropdown-nav .items-list a:hover .img-block,
	.dropdown-nav .items-list a:hover .text-block {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	.dropdown-nav .items-list a:after {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(-30px, 0);
		-ms-transform: translate(-30px, 0);
		transform: translate(-30px, 0);
	}

	.dropdown-nav .items-list .items-block {
		padding: 60px 25px;
		color: #2f3031;
	}

	.main-nav {
		margin: 0;
		color: #005156;
		font-size: 16px;
		font-weight: 600;
		text-transform: none;
	}

	.main-nav > li {
		padding: 16px 30px;
	}

	.main-nav > li.login-opener {
		display: none;
	}

	.main-nav > li > a:hover {
		color: #fb572b;
	}

	.header-buttons {
		padding: 0 23px;
	}

	h1,
	.h1 {
		font-size: 48px;
	}

	.base-section {
		padding: 120px 0 0;
	}

	.search-form {
		margin-bottom: 24px;
	}

	.search-results-section .base-title {
		margin-bottom: 80px;
	}

	.footer {
		margin: 152px 0 0;
	}

	.footer-decor {
		width: 1234px;
	}

	.footer-block.md {
		width: auto;
		margin-left: auto;
	}

	.footer-block.lg {
		margin: 184px 0 0;
	}

	.footer-logo {
		margin: -20px 0 0;
	}

	.intro-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 80px 0;
		margin-bottom: 0;
	}

	.intro-section:after {
		content: "";
		display: block;
		width: 0;
		min-height: calc(100vh - 196px);
		height: calc((var(--vh, 1vh) * 100) - 196px);
	}

	.intro-section > .container {
		width: 100%;
	}

	.intro-section .two-col {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.intro-section .two-col .img-holder {
		padding: 0;
		margin: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		text-align: right;
    overflow: hidden;
	}

	.intro-section .two-col .img-holder img {
		height: 100%;
		max-height: 100%;
		max-width: none;
	}

	.intro-section .two-col .text-holder {
		width: 50%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.simple-intro {
		padding: 50px 0;
	}

	.simple-intro:after {
		min-height: 368px;
	}

	.simple-intro.support-intro {
		font-size: 20px;
	}

	.items-list {
		font-size: 16px;
		line-height: 1.5;
		margin: 0 -10px -45px;
	}

	.items-list.col-3 li {
		width: 33.33%;
	}

	.items-list li {
		width: 25%;
		padding: 0 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.items-list a {
		will-change: tranform;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		padding-bottom: 30px;
	}

	.items-list a:hover {
		background: #f0f2f4;
		color: #005156;
	}

	.items-list a:hover .img-block,
	.items-list a:hover .text-block {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	.items-list a:hover .item-title {
		color: #005156;
	}

	.items-list a:hover .items-block {
		color: #005156;
	}

	.items-list a:after {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		left: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		bottom: 28px;
		top: auto;
		right: auto;
		will-change: tranform;
	}

	.items-block {
		background: transparent;
		text-align: center;
		-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;
		padding: 45px 17px;
		color: currentColor;
	}

	.items-block .item-title {
		font-size: 24px;
		line-height: 1.3;
	}

	.items-block .hover-img {
		-webkit-transition: height .3s ease-in-out;
		transition: height .3s ease-in-out;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 0;
		overflow: hidden;
		display: block;
	}

	.items-block .img-block,
	.items-block .text-block {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.items-block .img-block {
		padding: 0;
		width: 100%;
		margin: 0 0 23px;
		will-change: tranform;
		height: 50px;
		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;
	}

	.items-block .text-block {
		width: 100%;
		padding: 0;
		will-change: tranform;
	}

	.product-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 100%;
	}

	.product-list > li {
		padding: 0 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 33.33%;
	}

	.product-list.four-col > li {
		width: 25%;
	}

	.product-info-list li {
		padding: 0 0 0 18px;
		margin-bottom: 4px;
	}

	.product-info-list li:before {
		top: .5em;
		left: 0;
	}

	.product-info-list li:hover .tooltip {
		opacity: 1;
		visibility: visible;
	}

	.product-card {
		min-height: 464px;
	}

	.card-head .label {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
	}

	.card-head .head-content {
		padding: 33px 30px 25px;
	}

	.card-head .head-content:first-child {
		margin-top: 40px;
	}

	.card-head .head-content:first-child:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 40px;
		background-color: #fff;
		z-index: -1;
	}

	.card-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.card-body .body-inner {
		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;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
	}

	.card-body .body-content {
		padding: 70px 30px 29px;
	}

	.card-body .body-footer {
		margin-top: auto;
	}

	.video-section h1,
	.video-section .h1,
	.video-section h2,
	.video-section .h2,
	.video-section h3,
	.video-section .h3,
	.video-section h4,
	.video-section .h4,
	.video-section h5,
	.video-section .h5,
	.video-section h6,
	.video-section .h6 {
		margin: 0 0 24px;
	}

	.video-section .subheader {
		margin: 40px 0 57px;
	}

	.video-holder {
		padding-top: 0;
		min-height: 455px;
	}

	.tooltip {
		left: -10px;
		right: -3px;
		-webkit-transform: translateY(calc(-100% - 7px));
		-ms-transform: translateY(calc(-100% - 7px));
		transform: translateY(calc(-100% - 7px));
		max-width: calc(100% + 13px);
		padding: 16px;
	}

	.tooltip .tooltip-close {
		display: none;
	}

	.info-block.revers .info-block-image {
		margin: 0 130px 0 0;
	}

	.info-block.info-slider .info-block-image {
		margin: 0 0 0 95px;
	}

	.info-block.info-slider h1,
	.info-block.info-slider .h1,
	.info-block.info-slider h2,
	.info-block.info-slider .h2,
	.info-block.info-slider h3,
	.info-block.info-slider .h3,
	.info-block.info-slider h4,
	.info-block.info-slider .h4,
	.info-block.info-slider h5,
	.info-block.info-slider .h5,
	.info-block.info-slider h6,
	.info-block.info-slider .h6 {
		margin-bottom: 33px;
	}

	.info-block.info-slider .info-block-text {
		padding: 38px 0 0 0;
	}

	.info-block-image {
		width: 412px;
		height: 412px;
		margin: 0 0 0 130px;
	}

	.info-block-text h1,
	.info-block-text .h1,
	.info-block-text h2,
	.info-block-text .h2,
	.info-block-text h3,
	.info-block-text .h3,
	.info-block-text h4,
	.info-block-text .h4,
	.info-block-text h5,
	.info-block-text .h5,
	.info-block-text h6,
	.info-block-text .h6 {
		margin-bottom: 24px;
	}

	.info-list > li {
		margin-bottom: 18px;
	}

	.info-list .img-wrapper {
		width: 412px;
		height: 412px;
	}

	.propose-block {
		margin-bottom: 0;
	}

	.column-row .col {
		width: 25%;
	}

	.tips-block a {
		padding: 56px 48px;
	}

	.tips-block a:before {
		right: 52px;
		bottom: 45px;
	}

	.tips-block [class^="icon-arrow-"] {
		right: 52px;
		bottom: 45px;
	}

	.cta-block h1,
	.cta-block .h1,
	.cta-block h2,
	.cta-block .h2,
	.cta-block h3,
	.cta-block .h3,
	.cta-block h4,
	.cta-block .h4,
	.cta-block h5,
	.cta-block .h5,
	.cta-block h6,
	.cta-block .h6 {
		margin-bottom: 24px;
	}

	.case-preview {
		margin: 0 98px 0 0;
	}

	.case-text {
		width: 216px;
		height: 208px;
		right: -50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.benefits-block .decor {
		bottom: 75px;
	}

	.contact-section .two-col {
		margin: 0 -10px;
	}

	.contact-section .col {
		padding: 0 10px;
	}

	.address-block {
		padding: 40px;
	}

	.blog-list-intro .simple-intro:after {
    margin: 0 0 7px !important;
		min-height: 220px;
	}

	.author-avatar {
		width: 65px;
		height: 65px;
		margin: 0 25px 0 0;
	}

	.sharethis-holder .social-list {
		font-size: 31px;
	}

	.large-blog-img {
		margin: 0 -80px;
	}
}

@media (min-width: 1024px) and (max-width: 1023px) {
	.main-nav-drop .inner-holder {
		max-height: 100%;
	}
}

@media (min-width: 1200px) {
	#header > .container {
		padding: 0 32px;
	}

	.search-drop {
		padding: 10px 32px;
	}

	.dropdown-nav .drop {
		padding: 88px 0 102px;
	}

	.dropdown-nav .items-list .items-block {
		padding: 60px 55px;
	}

	h1,
	.h1 {
		font-size: 52px;
		line-height: 1.077;
	}

	.footer .container {
		padding: 0 82px;
	}

	.intro-section .two-col .text-holder {
		width: 40%;
		padding: 41px 0 0;
	}

	.intro-section h1,
	.intro-section .h1 {
		margin: 0 0 25px;
	}

	.simple-intro.support-intro:after {
		min-height: 420px;
	}

	.category-page .simple-intro.support-intro:after {
		min-height: 390px;
	}

	.sticky-panel {
		left: 50px;
		bottom: -44px;
	}

	.info-list > li {
		margin-bottom: 24px;
	}
}

@media (min-width: 1600px) {
	.dropdown-nav .drop-inner {
		max-width: 1420px;
	}

	.intro-section .two-col {
		padding: 80px 0 0;
	}

	.intro-section .two-col .text-holder {
		padding: 0 60px 0 0;
	}

	.sticky-panel {
		left: 160px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.main-nav-drop {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		background-color: #fff;
		position: absolute;
		width: 100%;
		height: calc(100vh - 100%);
		height: calc((var(--vh, 1vh) * 100) - 100%);
		top: 100%;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0 15px;
		opacity: 0;
		visibility: hidden;
	}

	.main-nav-drop .inner-holder {
		width: 100%;
		max-width: 382px;
		margin: 0 auto;
		padding: 8px 0;
	}

	.search-drop .searh-drop-opener {
		display: none;
	}

	.dropdown-nav > li > a {
		display: none;
	}

	.dropdown-nav > li > a:after,
	.dropdown-nav > li > a:before {
		display: none;
	}

	.dropdown-nav .items-list a {
		color: #005156;
	}

	.items-list {
		max-width: 440px;
	}

	.items-list a .text-block {
		padding-right: 55px;
	}

	.items-block .img-block svg {
		width: 100%;
	}

	.product-info-list li.popup-active .tooltip {
		opacity: 1;
		visibility: visible;
	}

	.product-card.bg-green .product-info-list {
		border-top: 1px solid #3aae8f;
	}

	.product-card.bg-green .product-info-list li.popup-active {
		background-color: #3aae8f;
	}

	.product-card.bg-green .product-info-list li {
		border-bottom: 1px solid #3aae8f;
	}

	.product-card.bg-light-green .product-info-list {
		border-top: 1px solid #b4d2cb;
	}

	.product-card.bg-light-green .product-info-list li.popup-active {
		background-color: #b4d2cb;
	}

	.product-card.bg-light-green .product-info-list li {
		border-bottom: 1px solid #b4d2cb;
	}

	.product-card.bg-peach .product-info-list {
		border-top: 1px solid #ffcdb6;
	}
  
	.product-card.bg-peach .product-info-list li.popup-active {
		background-color: #ffcdb6;
	}

	.product-card.bg-peach .product-info-list li {
		border-bottom: 1px solid #ffcdb6;
	}

	.product-card.bg-pink .product-info-list {
		border-top: 1px solid #fb805f;
	}

	.product-card.bg-pink .product-info-list li.popup-active {
		background-color: #fb805f;
	}

	.product-card.bg-pink .product-info-list li {
		border-bottom: 1px solid #fb805f;
	}


	.card-head:after {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		content: "";
		color: #de434a;
		font-size: 15px;
		position: absolute;
		top: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 28px;
	}

	.active .card-head:after {
		-webkit-transform: translateX(-50%) rotate(180deg);
		-ms-transform: translateX(-50%) rotate(180deg);
		transform: translateX(-50%) rotate(180deg);
	}

	.video-section .base-title {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.mobile-hidden {
		display: none !important;
	}

	.info-list {
		max-width: 480px;
		margin: 0 auto;
	}

	.info-list .img-wrapper {
		width: 100%;
	}

	.info-list .img-wrapper:after {
		content: "";
		display: block;
		width: 0;
		padding-bottom: 100%;
	}

	.about-us-item {
		max-width: 307px;
		margin: 0 auto 60px;
	}

	.blog-content-wrap {
		margin: 0 15px !important;
	}

	.post-header-info .author-link:before {
		content: "";
		width: 0;
		display: block;
	}
}

.post-listing-simple h2 a{
  color: #005156;
}

.post-listing-simple a:hover{
  color: #fb572b;
}

.InlineToolbar__StyledToolbar-sc-1gap23q-0{
 z-index: 1000000!important; 
}

.hs-tinymce-toolbar-component {
  z-index: 1000000!important; 
}

#tinymce-toolbar {
  z-index: 1000000!important; 
}

body .hs-private.hs-private.hs-private .tether-element {
 z-index: 100 !important;
}

#hs_cos_wrapper_post_body {
 z-index: 1; 
}

.product-card.active .card-body {
  overflow: inherit!important;
}


.hs-button.primary {
	background-color: #fb572b;
	color: #fff;
}

.hs-button.primary:hover {
	background-color: #bc2b04;
}

@media (max-width: 580px) {
  .hide-on-mobile {
    display: none;
  }
} 

/* 29.01.2020 update */
.testimonial-list {
  margin: 0 0 -30px; }
  @media (min-width: 768px) {
    .testimonial-list {
      margin: 0 -15px -30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 1200px) {
    .testimonial-list {
      margin: 0 -30px -30px; } }
  @media (min-width: 1440px) {
    .testimonial-list {
      margin: 0 -37px -30px; } }
  .testimonial-list .item {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .testimonial-list .item {
        padding: 0 15px;
        width: 50%; } }
    @media (min-width: 1024px) {
      .testimonial-list .item {
        width: 33.33%; } }
    @media (min-width: 1200px) {
      .testimonial-list .item {
        padding: 0 30px; } }
    @media (min-width: 1440px) {
      .testimonial-list .item {
        padding: 0 37px; } }

.testimonial-item.rounded {
  text-align: center; }
  .testimonial-item.rounded .img-holder {
    width: 196px;
    height: 196px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 26px; }
  .testimonial-item.rounded blockquote,
  .testimonial-item.rounded .blockquote {
    color: #323c46;
    font-size: 24px;
    line-height: 1.33;
    text-align: center; }
    .testimonial-item.rounded blockquote q,
    .testimonial-item.rounded blockquote .q,
    .testimonial-item.rounded .blockquote q,
    .testimonial-item.rounded .blockquote .q {
      font-weight: 700; }
      .testimonial-item.rounded blockquote q:before, .testimonial-item.rounded blockquote q:after,
      .testimonial-item.rounded blockquote .q:before,
      .testimonial-item.rounded blockquote .q:after,
      .testimonial-item.rounded .blockquote q:before,
      .testimonial-item.rounded .blockquote q:after,
      .testimonial-item.rounded .blockquote .q:before,
      .testimonial-item.rounded .blockquote .q:after {
        display: none; }
    .testimonial-item.rounded blockquote cite,
    .testimonial-item.rounded blockquote .cite,
    .testimonial-item.rounded .blockquote cite,
    .testimonial-item.rounded .blockquote .cite {
      display: block;
      font-size: 16px;
      line-height: 1.5; }
      .testimonial-item.rounded blockquote cite:before,
      .testimonial-item.rounded blockquote .cite:before,
      .testimonial-item.rounded .blockquote cite:before,
      .testimonial-item.rounded .blockquote .cite:before {
        display: none; }
      .testimonial-item.rounded blockquote cite em,
      .testimonial-item.rounded blockquote cite .em,
      .testimonial-item.rounded blockquote .cite em,
      .testimonial-item.rounded blockquote .cite .em,
      .testimonial-item.rounded .blockquote cite em,
      .testimonial-item.rounded .blockquote cite .em,
      .testimonial-item.rounded .blockquote .cite em,
      .testimonial-item.rounded .blockquote .cite .em {
        display: block; }

.testimonial-item blockquote,
.testimonial-item .blockquote {
  color: #2f3031;
  font-family: "rawline", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }
  .testimonial-item blockquote cite,
  .testimonial-item blockquote .cite,
  .testimonial-item .blockquote cite,
  .testimonial-item .blockquote .cite {
    color: #323c46;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .testimonial-item blockquote cite:before,
    .testimonial-item blockquote .cite:before,
    .testimonial-item .blockquote cite:before,
    .testimonial-item .blockquote .cite:before {
      content: '-';
      margin: 0 .4em 0 0; }

.testimonial-item .img-holder {
  margin: 0 0 16px; }

blockquote,
.blockquote {
  text-align: left;
  max-width: 100%; }
  blockquote q,
  blockquote .q,
  .blockquote q,
  .blockquote .q {
    display: block;
    margin: 0 0 18px; }
    blockquote q:before,
    blockquote .q:before,
    .blockquote q:before,
    .blockquote .q:before {
      content: '“'; }
    blockquote q:after,
    blockquote .q:after,
    .blockquote q:after,
    .blockquote .q:after {
      content: '"'; }
  blockquote cite,
  blockquote .cite,
  .blockquote cite,
  .blockquote .cite {
    display: block;
    font-style: normal; }

.cta-block.with-decor {
  position: relative;
  margin-top: 77px;
  padding: 31px 0; }
  .cta-block.with-decor:before {
    width: 100%;
    height: 16px;
    content: '';
    position: absolute;
    left: 0;
    top: -16px;
    background-repeat: no-repeat;
    background-size: 100% 16px; }
  .cta-block.with-decor h3,
  .cta-block.with-decor .h3 {
    margin: 0 0 8px; }
  .cta-block.with-decor .link {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .28px;
    text-transform: uppercase; }
  .cta-block.with-decor p {
    margin-bottom: 15px; }
  .cta-block.with-decor.bg-green:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' fill='%2399d3c4' width='500'%3E%3Cpolygon points='250,0 500,16 0,16'%3E%3C/polygon%3E%3C/svg%3E"); }
  .cta-block.with-decor.bg-green-dark:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' fill='%233f7c80' width='500'%3E%3Cpolygon points='250,0 500,16 0,16'%3E%3C/polygon%3E%3C/svg%3E"); }
  .cta-block.with-decor.bg-pink:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' fill='%23faa892' width='500'%3E%3Cpolygon points='250,0 500,16 0,16'%3E%3C/polygon%3E%3C/svg%3E"); }
  .cta-block.with-decor.bg-gray:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' fill='%23BBCFD1' width='500'%3E%3Cpolygon points='250,0 500,16 0,16'%3E%3C/polygon%3E%3C/svg%3E"); }
  .cta-block.with-decor.bg-light-gray:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' fill='%23f0f2f4' width='500'%3E%3Cpolygon points='250,0 500,16 0,16'%3E%3C/polygon%3E%3C/svg%3E"); }
  .cta-block.with-decor.bg-light-green:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' fill='%23d9e8e5' width='500'%3E%3Cpolygon points='250,0 500,16 0,16'%3E%3C/polygon%3E%3C/svg%3E"); }

.section-footnote {
  max-width: 844px;
  margin: 55px auto 0;
  letter-spacing: -.2px; }
  @media (min-width: 480px) {
    .section-footnote {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .section-footnote .img-holder {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin: 0 auto 20px;
    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;
    padding: 14px; }
    @media (min-width: 480px) {
      .section-footnote .img-holder {
        margin: 0 20px 0 0; } }
    .section-footnote .img-holder img,
    .section-footnote .img-holder svg {
      max-height: 100%; }
  @media (min-width: 480px) {
    .section-footnote .text-holder {
      width: calc(100% - 88px - 20px); } }
  .section-footnote .text-holder p:last-child {
    margin-bottom: 0; 
}

.show-checkbox {
 opacity: 1;
 visibility: visible; 
}
@media (min-width: 768px) {
  .landingpage-margin {
   margin-right: 10%; 
  }
}

input > fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.cta-block.cta-block-visual {
  padding: 50px 20px;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  font-size: 16px;
  line-height: 1.5;
  background-blend-mode: multiply;
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.cta-block.cta-block-visual .title {
  display: block;
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 32px;
}
.cta-block.cta-block-visual.bg-pink {
  background-color: #ffcdb6;
}
.cta-block.cta-block-visual.bg-green {
  background-color: #3aae8f;
}
.cta-block.cta-block-visual.bg-blue {
  background-color: #b4d2cb;
}
@media screen and (min-width: 768px) {
  
  .cta-block.cta-block-visual {
    padding: 96px 20px;
  }
}

.feature-description-section {
  font-size: 16px;
  line-height: 1.5;
  padding: 38px 0 0;
}
.feature-description-section h4 {
  color: inherit;
  margin: 0 0 7px;
}
.feature-description-section .title {
  display: block;
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
}

.feature-description-section ul:not([class]):not([id]) li {
  padding-left: 24px;
}
.feature-description-section ul:not([class]):not([id]) li:before {
  width: 16px;
  height: 13px;
  border-radius: 0;
  background: url(https://6702469.fs1.hubspotusercontent-na1.net/hubfs/6702469/Relatel/images/check-icon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: .3em;
}

	@media screen and (max-width: 1023px) {
  .feature-description-section .image-holder {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  
.feature-description-section .holder {
    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;
  }
  
  .feature-description-section .text-holder {
    width: 47%;
  }
  
  .feature-description-section .image-holder {
    width: 50%;
    max-width: 494px;
    text-align: right;
  }
}

 .landingpage-bottom-spacing {
    padding-bottom: 120px;
  }

.audio-tabs-holder {
  background-color: #d9e8e5;
  padding: 0 0 48px;
}
.tab-content {
  background-color: #d9e8e5;
  position: relative;
  z-index: 1;
}
.audio-tabs-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #005156;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
}
.audio-tabs-nav li {
  width: 50%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.audio-tabs-nav li.active a {
  background-color: #d9e8e5;
}
.audio-tabs-nav li a {
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  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;
  color: inherit;
  padding: 5px 15px;
  background-color: #ecf4f2;
}
.audio-tabs-nav li a:after {
  content: '';
  display: block;
  width: 0;
  min-height: 40px;
}
.audio-tabs-nav li a:hover {
  background-color: #d9e8e5;
}
.audio-subtabs-nav {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
  text-align: center;
  display: inline-block;
  vertical-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.audio-subtabs-nav li {}
.audio-subtabs-nav li.active a {
  background-color: #005156;
  border-color: #005156;
  color: #fff;
}
.audio-subtabs-nav li:first-child a {
  border-radius: 8px 8px 0 0;
}
.audio-subtabs-nav li:last-child a {
  border-radius: 0 0 8px 8px;
  border-bottom: 1px solid #2f3031;
}
.audio-subtabs-nav li a {
  -webkit-transition: background-color 0.3s ease-in, border-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, border-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in, color 0.3s ease-in;
  display: block;
  border: 1px solid #2f3031;
  border-bottom: 0;
  background-color: #fff;
  color: #005156;
  padding: 7px 20px;
  min-width: 188px;
}
.audio-subtabs-nav li a:hover {
  background-color: #005156;
  border-color: #005156;
  color: #fff;
}
.audio-subtabs-holder {
  padding: 35px 25px;
  text-align: center;
}
.audio-items-list .audio-item:last-child {
  margin-bottom: 0;
}
.audio-item {
  margin: 0 0 25px;
}
.audio-item .title {
  display: block;
  color: #005156;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 10px;
}
audio, .audio {
  max-width: 100%;
}
audio:focus {
  outline: none;
}
.audioplayer {
  margin: 0;
  height: 56px;
  border-radius: 28px;
  background-color: #fff;
  padding: 9px 44px 9px 10px;
  border: 0;
}
.audioplayer audio {
  position: fixed;
}
.audioplayer-playpause {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.audioplayer-time {
  color: #005156;
  font-size: 12px;
  width: auto;
}
.audioplayer-time-current {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 9px;
}
.audioplayer-time-current:after {
  content: '/';
  margin: 0 0.2em;
}
.audioplayer-time-duration {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-right: 21px;
}
.audioplayer-bar {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin: 0;
  height: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 24px 0 0;
}
.audioplayer-bar::before {
  height: 4px;
  top: 0;
  border-radius: 2px;
}
.audioplayer .audioplayer-bar-played::after {
  display: none !important;
}
.audioplayer-bar-loaded {
  display: none !important;
}
.audioplayer-bar-played {
  background: #005156;
  height: 4px;
  top: 0 !important;
}
.audioplayer-volume {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-left: auto;
}
.audioplayer-volume-button a {
  background-color: transparent;
  width: 16px;
  height: 16px;
  background-image: url(https://6702469.fs1.hubspotusercontent-na1.net/hubfs/6702469/Relatel/images/volume.svg);
  background-size: 100% 100%;
}
.audioplayer-mute .audioplayer-volume-button a {
  background-color: transparent;
  opacity: 0.5;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after{
  display: none !important;
}
.audioplayer-volume-adjust {
  display: none;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  border: 2px solid #005156;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  border-left-color: #fb572b;
  border-left-width: 8px;
  border-top-width: 6px;
  border-bottom-width: 6px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background-color: #fff;
}
.audioplayer-playing .audioplayer-playpause {
  border: 2px solid #fb572b;
}
.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
  background-color: #fb572b;
}
.audioplayer-playing .audioplayer-playpause:hover {
  background-color: #fff;
}
.audio-item .audio-holder {
  position: relative;
}
.audio-item .download-link {
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-image: url(https://6702469.fs1.hubspotusercontent-na1.net/hubfs/6702469/Relatel/images/dots.svg);
  background-size: 4px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
}
.audio-item .download-link:hover {
  background-color: #d9e8e5;
}
.price-slider-holder {
  margin: 0 0 40px;
  padding: 92px 25px 72px;
}
.price-slider-holder .noUi-target {
  max-width: 540px;
  margin: 0 auto;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.price-slider-holder .noUi-handle {
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -16px;
  background-image: url(https://6702469.fs1.hubspotusercontent-na1.net/hubfs/6702469/Relatel/images/lines.svg);
  background-size: 8px 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.price-slider-holder .noUi-horizontal .noUi-handle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background-color: #2f3031;
}
.price-slider-holder .noUi-horizontal .noUi-handle:focus {
  outline: none;
}
.noUi-handle:before, .noUi-handle:after {
  display: none;
}
.price-slider-holder .noUi-horizontal {
  height: 8px;
}
.price-slider-holder .noUi-horizontal .noUi-tooltip {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  border: 0;
  padding: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  min-height: 160px;
  margin-top: -8px;
  white-space: normal;
}
.price-slider-holder .noUi-horizontal .noUi-tooltip .top-info {
  margin-bottom: 24px;
  padding: 8px 15px 12px;
  position: relative;
  color: #fff;
}
.price-slider-holder .noUi-horizontal .noUi-tooltip .top-info:after {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.price-slider-holder .noUi-horizontal .noUi-tooltip .top-info.green {
  background: #005156;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.286;
  width: 234px;
  padding: 8px 15px 12px;
}
.price-slider-holder .noUi-horizontal .noUi-tooltip .top-info.green:after {
  border-top: 8px solid #005156;
}
.price-slider-holder .noUi-horizontal .noUi-tooltip .top-info.orange {
  background: #fb805f;
  width: 206px;
  font-size: 24px;
  font-weight: 700;
}
.price-slider-holder .noUi-horizontal .noUi-tooltip .top-info.orange:after {
  border-top: 8px solid #fb805f;
}
.price-slider-holder .noUi-horizontal .noUi-tooltip .bottom-info {
  margin-top: 24px;
  color: #005156;
  font-size: 16px;
  line-height: 1;
}
.price-slider-holder .noUi-horizontal .noUi-tooltip .price {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

/*Danish Slider*/
.price-slider-holder-danish,  .new-price-slider-holder-danish {
  margin: 0 0 40px;
  padding: 92px 25px 72px;
}
.price-slider-holder-danish .noUi-target, .new-price-slider-holder-danish .noUi-target {
  max-width: 540px;
  margin: 0 auto;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.price-slider-holder-danish .noUi-handle,  .new-price-slider-danish .noUi-handle  {
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -16px;
  background-image: url(https://6702469.fs1.hubspotusercontent-na1.net/hubfs/6702469/Relatel/images/lines.svg);
  background-size: 8px 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.price-slider-holder-danish .noUi-horizontal .noUi-handle, .new-price-slider-holder-danish .noUi-horizontal .noUi-handle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background-color: #2f3031;
}
.price-slider-holder-danish .noUi-horizontal .noUi-handle:focus, .new-price-slider-holder-danish .noUi-horizontal .noUi-handle:focus {
  outline: none;
}
.noUi-handle:before, .noUi-handle:after {
  display: none;
}
.price-slider-holder-danish .noUi-horizontal, .new-price-slider-holder-danish .noUi-horizontal {
  height: 8px;
}
.price-slider-holder-danish .noUi-horizontal .noUi-tooltip, .new-price-slider-holder-danish .noUi-horizontal .noUi-tooltip {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  border: 0;
  padding: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  min-height: 160px;
  margin-top: -8px;
  white-space: normal;
}
.price-slider-holder-danish .noUi-horizontal .noUi-tooltip .top-info, .new-price-slider-holder-danish .noUi-horizontal .noUi-tooltip .top-info {
  margin-bottom: 24px;
  padding: 8px 15px 12px;
  position: relative;
  color: #fff;
}
.price-slider-holder-danish .noUi-horizontal .noUi-tooltip .top-info:after, .new-price-slider-holder-danish .noUi-horizontal .noUi-tooltip .top-info:after {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.price-slider-holder-danish .noUi-horizontal .noUi-tooltip .top-info.green, .new-price-slider-holder-danish .noUi-horizontal .noUi-tooltip .top-info.green {
  background: #005156;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.286;
  width: 234px;
  padding: 8px 15px 12px;
}
.price-slider-holder-danish .noUi-horizontal .noUi-tooltip .top-info.green:after, .new-price-slider-holder-danish .noUi-horizontal .noUi-tooltip .top-info.green:after {
  border-top: 8px solid #005156;
}
.price-slider-holder-danish .noUi-horizontal .noUi-tooltip .top-info.orange, .new-price-slider-holder-danish .noUi-horizontal .noUi-tooltip .top-info.orange {
  background: #fb805f;
  width: 206px;
  font-size: 24px;
  font-weight: 700;
}
.price-slider-holder-danish .noUi-horizontal .noUi-tooltip .top-info.orange:after, .new-price-slider-holder-danish .noUi-horizontal .noUi-tooltip .top-info.orange:after {
  border-top: 8px solid #fb805f;
}
.price-slider-holder-danish .noUi-horizontal .noUi-tooltip .bottom-info, .new-price-slider-holder-danish .noUi-horizontal .noUi-tooltip .bottom-info {
  margin-top: 24px;
  color: #005156;
  font-size: 16px;
  line-height: 1;
}
.price-slider-holder-danish .noUi-horizontal .noUi-tooltip .price, .new-price-slider-holder-danish .noUi-horizontal .noUi-tooltip .price {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
/* End danish slider */
@media screen and (max-width: 767px) {
  .audio-tabs-nav li:nth-child(even) {
    border-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .audio-tabs-nav {
    margin-bottom: -1px;
  }
  .audio-tabs-nav li {
    width: 25%;
  }
  
  .audio-tabs-nav li:nth-child(4n) {
    border-right: 0;
  }
  
  .audio-tabs-nav li a:after {
    min-height: 60px;
  }
  
  .audio-subtabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .audio-subtabs-nav li a {
    border-bottom: 1px solid #2f3031;
    border-right: 0;
  }
  
  .audio-subtabs-nav li:first-child a {
    border-radius: 20px 0 0 20px;
  }
  .audio-subtabs-nav li:last-child a {
    border-radius: 0 20px 20px 0;
    border-right: 1px solid #2f3031;
  }
  
  .audio-items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px -20px;
  }
  
  .audio-item {
    margin: 0;
    width: 50%;
    padding: 0 20px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .audio-tabs-nav li a:after {
    min-height: 70px;
  }
  
  .audio-item {
    width: 33.33%;
  }
  
  .audio-subtabs-holder {
    padding: 48px 79px;
  }
}