/* 
==========================================================================
DOCUMENT INFORMATION            
========================================================================== 
*
* Document: WASABI Main Stylesheet
* Version:  1.0.0
* Client:   Hubspot Marketplace
* Author:   Struto Ltd - www.struto.co.uk
*
* 
==========================================================================
INDEX            
==========================================================================  
* 1) =IMPORTS

2) =VARIABLES

* 2) =COS BASE
*) Core
*) Typography

* 3) =VITRUVIAN THEME
*) VITRUVIAN THEMES
*) Media Queries
*) Custom Code Grid and Style

* 5) =FORMS
*) Global Forms(Default)

==========================================================================  */

/* ==========================================================================
1) ==IMPORTS
========================================================================== */


/* Fonts */
@import url("//fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("//fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i");
/* Font Icons */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");


@font-face {
  font-family: "DIN book";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/Tipos%20de%20letra/DInosaurKU-Book_DINosaurKU-Book.woff2") format("woff2"),
    url("https://5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/TE/FONTS/DINosaur-Bold.eot") format("eot");
}

/****************************************/
/* 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;}



/* ==========================================================================
2) ==WEBSITE VARIABLES
========================================================================== */




/* Website font */   


/* Primary font color */


/* Section Headings font color */


/* Section Sub-Heading font color */


/* Rich-Text Heading font color */


/* Link Color */



/* Brand Color  */



/* Pink Brand Color  */







/* ==========================================================================
3. ==COS BASE                                             
========================================================================== */


/* ==========================================================================
Core                                                    
========================================================================== */

*, 
*:before, 
*:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

html, 
body {
  height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #ad4856;
  color: #686868;
  font-family: "DIN book";
  font-size: 100%;
  line-height: 20px;

}



.teimagen img {
  width: 800px;

}

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 960px;
  margin: 0 auto;
}

.container-fluid .row-fluid .page-center.page-center-offset {
  max-width: 980px;
}

a { 
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
}
a:hover { 
  color: #3b9ea3;
}
hr {
  box-sizing: content-box;
  height: 0;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #767b86;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #767b86;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
  max-width: initial;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
video {
  max-width: none;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}

.hs_cos_wrapper_type_rich_text ul {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  margin-top:0;
}
.basic-btn a,
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}
.w-checkbox:after,
.w-radio:after {
  clear: both;
}
.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-hidden-main {
  display: none !important;
}

.w-row:before, .w-row:after {
  content: " ";
  display: table;
}
.w-row:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
}

/* ==========================================================================
Typography
========================================================================== */


/* Basic text */
p {
  line-height: 1.6; 
  display: block; 
  margin: 0; 
  padding: .5em 0;
  font-size:16px;
  font-weight:normal;
  text-transform:none;
}

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

sup { 
  top: -0.5em;
}

sub { 
  bottom: -0.25em;
}

/* Headings */
/* Headings */
h1 {font-size:46px; margin:0; text-transform: none !important;}
h2 {font-size:36px; margin:0; text-transform: none !important;}
h3 {font-size:28px; margin:0; text-transform: none !important; line-height: 1.3em !important;}
h4 {font-size:16px; line-height:1.2em; margin:0;}
h5 {font-size:46px; margin:0; text-transform: none !important;}
h6 {font-size:.5rem; margin:0;}

h1, h2, h3, h4, h6 {line-height:1.2; color:#031926;}
h5 {line-height:1.2; color: white};}

@media(max-width:1600px){
  h1{font-size: 40px;}
  h5{font-size: 40px;}
}
@media(max-width:1279px){
  h1{font-size: 34px;}
  h2{font-size: 32px;}
  h3{font-size: 24px;}
  h4{}
  h5{font-size: 34px;}
  h6{}
}

@media(max-width:767px){
  h1{font-size: 20px;}
  h2{font-size: 26px;}
  h3{font-size: 22px;}
  h4{}
  h5{font-size: 22px;}
  h6{}
}

.hs_cos_wrapper_type_rich_text h1,
.hs_cos_wrapper_type_rich_text h2,
.hs_cos_wrapper_type_rich_text h3,
.hs_cos_wrapper_type_rich_text h4,
.hs_cos_wrapper_type_rich_text h5,
.hs_cos_wrapper_type_rich_text h6{
  color: #031926;
}

ul.unstyled, ol.unstyled {
  list-style: auto;
  margin: 0;
  padding: 0;
}


/* ==========================================================================
3) ==VITRUVIAN THEMES
========================================================================== */

.c-hero {
  width: 100%;
  height: auto;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.c-hero.c-hero-vh {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  padding-top: 0px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}


.c-hero.c-hero-vh.simple-background-image.simple-ty-body-wrapper{
  height:100vh;
}

.c-hero.c-hero-vh.scroll-opacity-background.simple-background-image{
  height:auto;
}

.c-hero.c-hero-vh.c-hero-home--no-colour {
  background-color: transparent;
}

.c-hero.c-hero-vh.c-hero-home--vh {
  height: 100vh;
}

.c-hero.c-hero-vh.c-hero-home--transparent {
  background-image: none;
}

.c-hero.scroll-opacity-background{

}

.c-hero.c-hero-vh.events {
  position: relative;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.c-hero.c-hero-vh.c-hero-vh--product {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
}

.c-hero.c-hero-vh.c-hero-vh--product.c-hero-vh--product-typ {
  height: 100%;
}

.c-hero.c-hero-vh.c-hero-vh--product.c-hero-vh--product--typ {
  background-image:  -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/VITRUVIAN/IMG/flat-mackbook-products-ty-2-min.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/VITRUVIAN/IMG/flat-mackbook-products-ty-2-min.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll, scroll;
  background-position: 50% 50%;
  background-size: 79%;
  height:100vh;
}

.c-hero.c-hero-vh.click-through {
  height: 60vh;
}

.c-hero.c-hero-vh.c-hero-vh--bp {
  padding-bottom: 100px;
}

.c-hero.c-hero-vh.c-hero-vh--80 {
  height: 80vh;
}

.c-hero.c-hero-vh--55 {
  position: relative;
  height: 55vh;
}

.c-hero.c-hero-vh--55.events {
  height: auto;
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.c-hero.c-hero-vh--55.click-through {
  height: auto;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.click-through {
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-hero.events {
  background-position: center;
  background-size: cover;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;
  -o-background-attachment: scroll;
  -moz-background-attachment: fixed;
  -webkit-background-attachment: unset;

}

.c-hero.events.saf-events{
  background-attachment:unset;
}

.c-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: block;
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.c-nav.c-nav-vh {
  position: absolute;
}

.c-logo {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  float: none;
  text-align: center;
  position:relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#formContentWrapper .c-logo{
  margin-top:0;
  padding-top: 30px;
}

.o-image,
.o-image img{
  display: block;
  height: auto;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
}


.o-image.ebook img{
  display: block;
  height: auto;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
  width: 450px !important;
  opacity:0;
  transform:rotateY(90deg);
  transition:all linear .2s;
}

.o-image.ebook.simple-form-image img{
  transform:none;
}

.simple-form-image.twist img,
.o-image.ebook.twist.main-img img{
  opacity: 1;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.o-ebook-item.complex-lp img{
  transform: translateX(0px) translateY(-580px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
  transition:all  ease-in-out .5s;
  opacity:1;
}

.o-ebook-item.complex-lp.down img{
  transform: translateX(0px) translateY(0px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
}

.o-ebook-item.lp-scale img{
  transform: scaleX(0) scaleZ(0) scaleY(0);
}

.o-ebook-item.lp-scale.scale-in img{
  transition:all  ease-in-out .5s;
  transform: scaleX(1) scaleZ(1) scaleY(1);
  opacity:1;
}

.o-ebook-item.lp-left-scale {
  transition:all  ease-in-out 1s;
  transition-delay: .5s;
  opacity:1;
}

.o-ebook-item.lp-left-scale img{
  transform: translateX(-850px);
  transition:all  ease-in-out .5s;
}

.o-ebook-item.lp-left-scale.scale-left img{
  transform:translateX(0);
  opacity:1;
}
.o-ebook-item.lp-left-scale.scale-left.scale-left-big img{
  transition-delay: 5s;
  transform:translateX(0) scaleX(1) scaleY(1) scaleZ(1);
}

.o-image.o-image--medium {
  width: 100%;
  height: 100%;
  max-height: 80%;
}

.o-image.o-image-small {
  height: 100%;
  text-align: left;
}

.o-image.o-image--full {
  display: block;
}

.o-image.o-image--full.o-image--full--icon.o-image--full--icon--left {
  display: block;
  float: left;
}

.o-image.o-image--full.o-image--full--left {
  float: left;
}

.o-image.o-image--full.o-image--right {
  margin-top: 5px;
  float: right;
}

.o-image.o-image--full.u-centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.o-image.o-image--decoration {
  box-shadow: 0 6px 55px -10px #b4b4b4;
}

.o-image.o-image--large {
  height: 100%;
  max-width: 100%;
}

.o-image.o-image-events {
  width: 100%;
}

.o-image.o-image-events:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.o-image.o-image--test {
  width: 100%;
}

.o-image.o-image-play-button {
  position: absolute;
  top: 35%;
  right: 35%;
  z-index: 999;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.o-image.u-centered,
.c-logo.w-nav-brand img{
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.c-logo.w-nav-brand img{
  width:150px !important;
  height:51px;
}

.c-logo.w-nav-brand.simple-logo img{
  width:150px !important;
  height:51px;
}

.c-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.c-overlay.c-overlay-hero {
  bottom: 4px;
  display: block;
  height: 100%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: left;
}

.c-hero_inner {
  height: 350px;
}

.c-hero_inner.u-align-table_cell {
  position: relative;
  z-index: 950;
  display: block;
  height: 100%;
}

.c-hero_inner.u-align-table_cell.u-align-table_cell--half--left {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  overflow: hidden;
  width: 50%;
  /*height: 100vh;*/
  background-color: #375a5c;
  background-color: #375a5c;
}

.c-hero_inner.u-align-table_cell.u-align-table_cell--half--left.u-align-table_cell--half--left--typ {
  width: 50%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.c-hero_inner.u-align-table_cell.u-align-table__cell--half--right {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/VITRUVIAN/IMG/vt-optimised-banner-min-min.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0 !important;
  float:left;
  height:98vh;
  background-color: #fdfdfd;
}

.complex-ty-banner-wrapper .c-hero_inner.u-align-table_cell.u-align-table__cell--half--right{
  height: 100%;
  background-size: auto 100%;
}

.c-hero_inner.u-align-table_cell.u-align-table__cell--half--right.u-align-table__cell--half--right--typ {


  background-image: -webkit-linear-gradient(0deg, #dfe5f5 64%, #73c4cb);
  background-image: linear-gradient(90deg, #dfe5f5 64%, #73c4cb);




}

.o-container {
  /*position: relative;*/
  z-index: 5;
  display: block;
  text-align: center;
}

.o-container.u-centered.u-centered--ntp {
  display: block;
  margin-top: 0px;
}

.o-container.u-centered.o-container-tbp {
  padding-top: 40px;
  padding-bottom: 40px;
}

.o-container.u-left-aligned {
  padding-left: 30px;
  border-left: 5px solid #000;
}

.o-container.u-letter-box--super {
  padding-top: 100px;
  padding-bottom: 80px;
}

.o-container.u-letter-box--super.u-letter-box--super-bp {
  padding-right: 150px;
  padding-bottom: 50px;
  padding-left: 150px;
}

.o-container.u-letter-box--super.u-letter-box--super-nbp {
  padding-bottom: 0px;
}

.o-container.u-letter-box--super.u-letter-box--super--lrp {
  display: block;
}

.o-container.u-letter-box--super.u-letter-box--super--bp {
  padding-bottom: 150px;
}

.o-container.u-letter-box--super.u-letter-box--super--less-tp {
  padding-top: 50px;
}

.o-container.u-letter-box--medium {
  padding-top: 50px;
  padding-bottom: 50px;
}

.o-container.u-letter-box--medium.u-letter-box--medium--nbp {
  padding-bottom: 0px;
}

.o-container.u-letter-box--medium.u-letter-box--medium--lp {
  padding-top: 50px;
  padding-bottom: 200px;
}

.o-container.o-container--small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.o-container.o-container--small.o-container--tbp {
  padding-top: 40px;
}

.o-container.o-container-large {
  display: block;
  padding: 200px 200px 100px;
}

.o-container.o-container--large {
  display: block;
  padding-top: 200px;
  padding-right: 200px;
  padding-left: 200px;
}

.o-container.o-container--tp {
  padding-top: 100px;
}

.o-container.o-container--tbp {
  padding-top: 100px;
  padding-bottom: 100px;
}

.o-container.o-container-banner--tp {
  padding-top: 100px;
  padding-bottom: 50px;
}

.o-container.u-letter-box--large {
  padding-top: 100px;
  padding-bottom: 40px;
}

.c-heading-h3 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #0e1528;
  font-size: 28px;
  line-height: 34px;
  font-style: normal;
  text-align: left;
}

.c-heading-h3.c-heading--ntp {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #2f323a;
  font-size: 42px;
  line-height: 48px;
  text-align: left;
}

.c-heading-h3.c-heading--ntp.c-heading-u--centered {
  text-align: center;
}

.c-heading-h3.c-heading--ntp.c-heading-u--centered.c-heading-u--centered--white {
  color: #fff;
}

.c-heading-h3.c-heading--ntp.u-centered {
  color: #0e1528;
  text-align: center;
}

.c-heading-h3.c-heading--ntp.u-centered.c-heading--white {
  color: #fff;
}

.c-heading-h3.c-heading--ntp.c-heading--newsletter {
  font-size: 32px;
  line-height: 38px;
}

.c-heading-h3.c-heading--ntp.c-heading--newsletter.c-heading--white {
  color: #fff;
}

.c-heading-h3.c-heading-h3-tp {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #0e1528;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.c-heading-h3.c-heading-h3-tp.c-heading-tp--small {
  font-size: 18px;
  line-height: 24px;
}

.c-heading-h3.c-heading-h3-tp.c-heading-tp--small.u-centered {
  text-align: center;
}

.c-heading-h3.c-heading-h3-tp.c-heading--white {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.c-heading-h3.c-heading--tbp--left {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 42px;
  line-height: 48px;
  text-align: left;
}

.c-heading-h3.c-heading--tbp--left.c-heading--left--np {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #2f323a;
}

.c-heading-h3.c-heading--tbp--left.c-heading--left-ntm {
  margin-top: 0px;
}

.c-heading-h3.c-heading--tbp--left.c-heading--left--ntp {
  margin-top: 0px;
  padding-top: 0px;
  color: #2f323a;
  font-size: 42px;
  line-height: 48px;
}

.c-heading-h3.c-heading--tbp--left.c-heading-ntp {
  margin-top: 0px;
  padding-top: 0px;
  color: #2f323a;
  font-size: 42px;
  line-height: 48px;
}

.c-heading-h3.c-heading-ntp {
  margin-top: 0px;
}

.c-heading-h3.c-heading--tbp {
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #0e1528;
  font-size: 22px;
  line-height: 28px;
}

.c-heading-h3.c-heading--tbp.c-heading--tbp--left {
  display: block;
  text-align: left;
}

.c-heading-h3.c-heading--tbp.c-heading--tbp--left.c-heading--tbp--left--test {
  display: block;
  padding-top: 10px;
  font-size: 26px;
  line-height: 32px;
  font-style: italic;
}

.c-heading-h3.c-heading--footer {
  display: inline-block;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #a9aca9;
  color: #a9aca9;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.c-heading-h3.c-heading__timeline--left {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  text-align: right;
}

.c-heading-h3.c-heading__timeline--left.c-heading__timeline--left--right {
  margin-bottom: 0px;
  text-align: left;
}

.c-heading-h3.c-heading__timeline--right {
  color: #a9aca9;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.c-heading-h3.c-heading__timeline--right.c-heading__timeline--right--left {
  text-align: right;
}

.c-heading-h3.c-heading__timeline--right.c-heading--sub {
  padding-top: 0px;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

.c-heading-h3.c-heading__timeline--right.c-heading--sub.c-heading--sub--left {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: right;
}

.c-heading-h3.c-heading--large {
  font-size: 42px;
}

.c-heading-h3.c-heading--left {
  font-size: 32px;
  line-height: 36px;
  text-align: left;
}

.c-heading-h3.c-heading--left.c-heading--inline--block {
  display: inline-block;
}

.c-heading-h3.c-heading--left.c-heading--left--white {
  color: #fff;
  font-size: 42px;
  line-height: 48px;
}

.c-heading-h3.u-centered {
  text-align: center;
}

.c-heading-h3.c-heading-h3--bp {
  padding-bottom: 20px;
  color: #0e1528;
}

.c-heading-h3.c-heading-h3--white {
  color: #fff;
  font-weight: 400;
}

.c-heading-h3.c-heading-h3__card-header--test {
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  text-align: left;
}

.c-heading-h3.c-heading-h3--tbp {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-heading-h3.c-heading-h3--np {
  padding-top: 0px;
  padding-bottom: 0px;
}

.c-heading-h3.c-heading-h3--nm {
  margin-top: 0px;
  margin-bottom: 0px;
}

.c-heading-h3.c-heading-h3--nm.c-heading-h3--tp {
  padding-top: 10px;
}

.c-heading-h3.c-heading-h3--small {
  font-size: 22px;
  line-height: 28px;
}

.c-heading-sub {
  padding-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #a9aca9;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.c-heading-sub.c-heading-sub-narrow {
  display: block;
  width: 85%;
  max-width: 960px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #686868;
  line-height: 30px;
  font-weight: 300;
}

.c-heading-sub.c-heading-sub-narrow.c-heading-sub-narrow--left {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  text-align: left;
}

.c-heading-sub.c-heading-sub-narrow.c-heading-sub-narrow--left.c-heading-sub-narrow-tbp {
  padding-top: 10px;
  padding-bottom: 20px;
}

.c-heading-sub.c-heading-sub-narrow.c-heading-sub-narrow--tbp {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-heading-sub.c-heading-sub-narrow.c-heading-sub-narrow-tbp {
  padding-top: 20px;
  font-weight: 300;
}

.c-heading-sub.c-heading-sub-narrow.products {
  width: 40%;
}

.c-heading-sub.c-heading-sub--narrow {
  width: 85%;
  max-width: 960px;
}

.c-heading-sub.c-heading-sub--narrow.u-centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #686868;
  font-size: 22px;
}

.c-heading-sub.c-heading-sub--narrow.u-centered.c-heading-sub--narrow--tbp {
  padding-top: 30px;
}

.c-heading-sub.c-heading-sub--narrow.u-centered.c-heading-sub--narrow--tbp.c-heading-sub--narrow--tbp-decoration {
  border-top: 2px solid #686868;
}

.c-heading-sub.c-heading-sub--extra-narrow {
  width: 75%;
}

.c-heading-sub.c-heading-sub--extra-narrow.u-centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.c-heading-sub.c-heading-sub--profile {
  padding-top: 5px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.c-heading-sub.c-heading-sub--sub-text {
  margin-top: 0px;
  padding-bottom: 20px;
  color: #2f323a;
}

.c-heading-sub.c-heading-sub--sub-text.c-heading-sub--sub-text--white {
  color: #fff;
}

.c-heading-sub.c-heading-sub-np {
  padding-bottom: 0px;
}

.c-heading-sub.c-heading-sub--left {
  text-align: left;
}

.c-heading-sub.c-heading-sub--left.c-heading-sub--left--inline--block {
  display: inline-block;
}

.c-heading-sub.c-heading-sub--left.c-heading-sub--left--white {
  padding-bottom: 20px;
  color: #fff;
}

.c-heading-sub.c-sub-heading--dark {
  color: #2f323a;
}

.c-heading-sub.c-heading-sub--test {
  text-align: left;
}

.c-heading-sub.c-heading-sub--test--small {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.c-heading-sub.c-heading-sub--speaker-bio {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #0e1528;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.c-heading-sub.c-heading-sub--speaker-bio.c-heading-sub--speaker-bio--normal {
  margin-bottom: 0px;
  font-weight: 400;
}
.basic-btn a,
.c-button {
  padding: 10px 15px;
  border: 1px solid transparent;
  box-shadow: 8px 8px 21px -5px rgba(0, 0, 0, .3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #4281a4;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.basic-btn a,
.c-button.c-button--primary {
  clear: right;
  color: #fff;
}
.basic-btn a,
.c-button.c-button--primary:hover {
  background-color: #3b9ea3;
}
.basic-btn a,
.c-button.c-button--primary.c-button--large {
  padding: 20px 35px;
  border-radius: 2px;
  box-shadow: 0 11px 21px -5px rgba(0, 0, 0, .3);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.c-button.c-button--primary.c-button--large:hover {
  background-color: #3b9ea3;
  -webkit-transform: scale3d(1.02, 1.02, 1.02);
  transform: scale3d(1.02, 1.02, 1.02);
  box-shadow: none;
}

.c-button.c-button--primary.c-button--large.c-button--large--tm {
  margin-top: 20px;
  background-color: #2a7a7e;
  font-weight: 400;
}

.c-button.c-button--primary.c-button--large.c-button--large--tm:hover {
  background-color: #3b9ea3;
}

.c-button.c-button--primary.c-button--large.c-button--large--tm.c-button--large--tm--outlined {
  border-width: 2px;
  border-color: #b11e39;
  background-color: #b11e39;
  color: #fff8f0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.c-button.c-button--primary.c-button--large.c-button--large--tm.c-button--large--tm--outlined:hover {
  border-color: #fff;
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #b11e39;
  font-weight: 700;
}

.c-button.c-button--primary.c-button--large.c-button--large--tm.c-button--large--dark-pink {
  background-color: #b11e39;
}

.c-button.c-button--primary.c-button--large.c-button--large--tm.special {
  width: 100%;
}

.c-button.c-button--primary.c-button--large.c-button--large--tm.c-button--large--pink {
  background-color: #ff5e5b;
}

.c-button.c-button--primary.c-button--large.c-button--large--tm.c-button--large--pink:hover {
  background-color: #e0524f;
  box-shadow: none;
}

.c-button.c-button--primary.c-button--large.c-button--large--outlined--icon {
  border-width: 3px;
  border-color: #4281a4;
  background-color: transparent;
  color: #4281a4;
}

.c-button.c-button--primary.c-button--large.c-button--large--icon.c-button--large--icon--outlined {
  background-color: transparent;
  color: #4281a4;
}

.c-button.c-button--primary.c-button--large.c-button--large--contact {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  border-style: none;
  background-color: #2a7a7e;
}

.c-button.c-button--primary.c-button--large.c-button--large--contact:hover {
  background-color: #3b9ea3;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.c-button.c-button--primary.c-button--large.c-button--outlined {
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: 25px;
  z-index: 103;
  margin-right: auto;
  margin-left: auto;
}

.c-button.c-button--primary.c-button--large.c-button--large--secondary {
  background-color: #2a7a7e;
}

.c-button.c-button--primary.c-button--large.c-button--large--secondary:hover {
  background-color: #3b9ea3;
}

.c-button.c-button--primary.c-button--large.c-button--large--secondary.c-button--large--tm {
  margin-top: 30px;
}

.c-button.c-button--primary.c-button--large.c-button--large--secondary.c-button--tm {
  margin-top: 20px;
}

.c-button.c-button--primary.c-button--large.c-button--large--secondary.c-button--tm:hover {
  box-shadow: none;
}

.c-button.c-button--primary.c-button--large.c-button--large--secondary.c-button--primary--tm {
  margin-top: 20px;
}

.c-button.c-button--primary.c-button--large.c-button--large--secondary.c-button--large--secondary--fw {
  width: 100%;
}

.c-button.c-button--primary.c-button--large.c-button--large--secondary.c-button-tm {
  margin-top: 20px;
  box-shadow: 0 11px 21px -5px rgba(0, 0, 0, .3);
}

.c-button.c-button--primary.c-button--large.c-button--large--secondary.c-button-tm:hover {
  box-shadow: none;
}

.c-button.c-button--primary.c-button--large.c-button--large--secondary {
  background-color: #2a7a7e;
}

.c-button.c-button--primary.c-button--large.c-button--large--secondary:hover {
  background-color: #3b9ea3;
}

.c-button.c-button--primary.c-button--large.c-button--large--secondary.c-button--tm {
  margin-top: 20px;
  font-weight: 400;
}

.c-button.c-button--primary.c-button--large.c-button--large--pink {
  background-color: #ff5e5b;
  font-weight: 400;
}
.basic-btn a,
.c-button.c-button--primary.c-button--large.c-button--tm {
  margin-top: 20px;
}

.c-button.c-button--primary.c-button--large.c-button--tm.c-button-button--large--pink {
  background-color: #ff5e5b;
}

.c-button.c-button--primary.c-button--large.c-button--tm.c-button-button--large--pink:hover {
  background-color: #e0524f;
}

.c-button.c-button--primary.c-button--large.c-button--tm.c-button--fw {
  width: 100%;
}

.c-button.c-button--primary.c-button--large.c-button--tm.c-button--fw.c-color--pink {
  background-color: #ff5e5b;
}
.basic-btn a,
.c-button.c-button--primary.c-button--large.u-color--pink {
  background-color: #ff5e5b;
}

.c-button.c-button--primary.c-button--large.u-color--pink:hover {
  background-color: #e0524f;
}

.c-button.c-button--primary.c-button--large.u-color--pink.c-button--tm:hover {
  box-shadow: none;
}

.c-button.c-button--primary.c-button--large.u-color--pink.c-button--large--tm:hover {
  background-color: #e0524f;
}

.c-button.c-button--primary.c-button--large.u-color--pink.c-button-tm {
  margin-top: 20px;
}

.c-button.c-button--primary.c-button--medium {
  padding: 15px 20px;
  color: #fff;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.c-button.c-button--primary.c-button--medium:hover {
  background-color: #3b9ea3;
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
}

.c-button.c-button--primary.c-button--medium.c-button--medium--nm {
  margin-top: 0px;
  box-shadow: 0 11px 21px -5px rgba(0, 0, 0, .3);
}

.c-button.c-button--primary.c-button--medium.c-button--medium--outline {
  margin-top: 20px;
  border-width: 4px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-transform: uppercase;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--outline:hover {
  background-color: #2a7a7e;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--outline.pressed {
  color: #fff;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--outline.pressed:hover {
  background-color: transparent;
  color: #4281a4;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--outline.c-button--medium--outline--pricing {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--outline.u-color-dark-turquoise {
  border-color: #73c4cb;
  color: #73c4cb;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--outline.u-color-dark-turquoise:hover {
  background-color: #73c4cb;
  color: #fff;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--outline.u-color-dark-turquoise.pressed {
  background-color: #73c4cb;
  color: #fff;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--outline.u-color-dark-turquoise.pressed:hover {
  background-color: transparent;
  color: #73c4cb;
}

.c-button.c-button--primary.c-button--medium.c-button--ntp {
  margin-top: 0px;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--pricing--special {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #a9aca9;
  border-bottom: 4px none #4281a4;
  background-color: #fff;
  color: #a9aca9;
  font-weight: 300;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--pricing--special:hover {
  border-top-width: 3px;
  border-top-color: #ff5e5b;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #ff5e5b;
  font-weight: 400;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--pricing--special.pressed {
  border-style: solid none none;
  border-top-width: 3px;
  border-top-color: #ff5e5b;
  background-color: #4281a4;
  color: #ff5e5b;
  font-weight: 400;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--pricing--special.pressed:hover {
  font-weight: 400;
}

.c-button.c-button--primary.c-button--medium.pressed {
  background-color: #2e5c75;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.c-button.c-button--primary.c-button--medium.pressed:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.c-button.c-button--primary.c-button--medium.pressed.c-button--medium--pricing--special {
  background-color: transparent;
}

.c-button.c-button--primary.c-button--medium.c-button--outlined {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 103;
  border-width: 3px;
  border-color: #fff8f0;
  background-color: transparent;
  color: #fff;
}

.c-button.c-button--primary.c-button--medium.c-button--outlined.c-button--outlined--special {
  position: absolute;
  bottom: 0px;
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 0px;
  border-bottom-color: #fff;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.c-button.c-button--primary.c-button--medium.c-button--outlined.c-button--outlined--special:hover {
  border-bottom: 5px solid #b11e39;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.c-button.c-button--primary.c-button--medium.c-button--dark-pink {
  background-color: #2a7a7e;
}

.c-button.c-button--primary.c-button--medium.c-button--teal {
  margin-top: 0px;
  background-color: #2a7a7e;
  box-shadow: 0 11px 21px -3px rgba(0, 0, 0, .3);
}

.c-button.c-button--primary.c-button--medium.c-button--teal:hover {
  background-color: #3b9ea3;
}

.c-button.c-button--primary.c-button--medium.c-button--outline {
  margin-top: 20px;
  border-width: 2px;
  background-color: transparent;
  color: #686868;
}

.c-button.c-button--primary.c-button--medium.c-button--outline.c-button--outline--secondary {
  border-width: 4px;
  border-color: #2a7a7e;
  color: #2a7a7e;
}

.c-button.c-button--primary.c-button--medium.c-button--outline.c-button--outline--secondary:hover {
  background-color: #2a7a7e;
  color: #fff;
}

.c-button.c-button--primary.c-button--medium.c-button--outline.u-color-dark-turquoise {
  border-width: 4px;
  border-color: #73c4cb;
  color: #73c4cb;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--pink {
  background-color: #ff5e5b;
  color: #fff;
  text-transform:uppercase;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--pink:hover {
  box-shadow: none;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--pink.c-button--tm {
  margin-top: 20px;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--pink.c-button--tm--small {
  margin-top: 10px;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--secondary {
  background-color: #2a7a7e;
}

.c-button.c-button--primary.c-button--medium.c-button--medium--secondary:hover {
  background-color: #3b9ea3;
  box-shadow: none;
}

.c-button.c-button--primary.c-button--block {
  display: block;
  width: 100%;
  background-color: #a9aca9;
}

.c-button.c-button--primary.c-button--block:hover {
  background-color: #7c7c7c;
}

.c-button.c-button--primary.c-button--block.c-button--secondary {
  background-color: #2a7a7e;
}

.c-button.c-button--primary.c-button--icon-outline {
  position: relative;
  padding: 20px 25px;
  border-width: 2px;
  border-radius: 2px;
  background-color: transparent;
}

.c-button.c-button--primary.c-button--icon-outline:hover {
  border-style: solid;
  border-width: 2px;
  background-color: #2a7a7e;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  color: #fff;
}

.c-button.c-button--primary.c-button--icon-outline.c-button--tm {
  margin-top: 20px;
}

.c-button.c-button--primary.c-button--icon-outline.c-button--icon-outline--secondary {
  border-color: #2a7a7e;
  color: #2a7a7e;
}

.c-button.c-button--primary.c-button--icon-outline.c-button--icon-outline--secondary.c-button--tm:hover {
  background-color: #3b9ea3;
  color: #fff;
}

.c-button.c-button--primary.c-button--icon-outline.u-color--pink {
  border-color: #ff5e5b;
  color: #ff5e5b;
}

.c-button.c-button--primary.c-button--icon-outline.u-color--pink:hover {
  background-color: #ff5e5b;
  color: #fff;
}

.c-button.c-button--primary.c-button--icon-outline.u-color-dark-turquoise {
  border-style: solid;
  border-color: #73c4cb;
  color: #73c4cb;
}

.c-button.c-button--primary.c-button--icon-outline.u-color-dark-turquoise:hover {
  background-color: #73c4cb;
  color: #fff;
}

.c-button.c-button--large.c-button--large--icon--outlined {
  border-width: 2px;
  border-color: #4281a4;
  border-radius: 2px;
}

.c-button.c-button-primary {
  background-color: transparent;
}

.c-button.c-button-primary.c-button--medium {
  padding: 15px 40px;
  border-radius: 2px;
  color: #fff;
}

.c-button.c-button-primary.c-button--medium.c-button--newsletter {
  background-color: #2a7a7e;
}

.c-button.c-button-primary.c-button--medium.c-button--newsletter:hover {
  background-color: #359ca1;
}

.c-button.c-button-primary.c-button--medium.c-button--newsletter.c-button--newsletter--outlined {
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.c-button.c-button-primary.c-button--medium.c-button--newsletter.c-button--newsletter--outlined:hover {
  background-color: #fff;
  -webkit-transform: scale3d(1.02, 1.02, 1.02);
  transform: scale3d(1.02, 1.02, 1.02);
  color: #0e1528;
}

.c-button.c-button-primary.c-button--medium.c-button--medium--secondary {
  background-color: #2a7a7e;
}

.c-button.c-button-primary.c-button--medium.c-button--medium--secondary:hover {
  background-color: #3b9ea3;
}

.c-button.c-button-primary.c-button--medium.c-button--medium--outlined {
  border-width: 2px;
  border-color: #fff;
}

.c-button.c-button-primary.c-button--medium.c-button--medium--outlined:hover {
  border-width: 3px;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.o-ebook-item.o-ebook-item--tbp {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.o-ebook-item.o-ebook-item--tbp.u-centered {
  text-align: center;
}

.o-ebook-item.o-ebook-item--large,
.o-ebook-item.o-ebook-item--large img{
  width: 100%;
  height: 100%;
  float: none;
}

.o-ebook-item.o-ebook-item--large.o-ebook-item--large--tp {
  padding-top: 10px;
}

.o-ebook-item.o-ebook-item--np {
  position: relative;
  right: 0px;
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
}

.o-ebook-item.o-ebook-item--np.o-ebook-item--np--offset {
  width: 100%;
  height: 100%;
  background-image: none;
}

.o-ebook-item.u-centered {
  display: block;
  text-align: center;
}

.o-ebook-item.o-ebook-item--bp {
  padding-bottom: 50px;
}

.o-section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  background-color: #d47533;
  opacity: 1;
}

.o-section.u-bg--dark-blue {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f323a;
}

.o-section.u-bg--dark-blue.u-letter-box--small {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2f323a;
  color: #fff;
}

.o-section.u-bg--dark-blue.u-letter-box--large {
  background-color: #2f323a;
}

.o-section.o-section--style {
  display: block;
}

.o-section.o-section-style--2 {
  position: relative;
  display: block;
}

.o-section.o-section--vh {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.o-section.o-section--vh.o-section--vh--hidden {
  position: static;
  display: block;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 2136px;
  background-attachment: scroll, fixed;
}

.o-section.o-section-bg--white {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 160%;
  background-color: hsla(0, 0%, 100%, .75);
}

.o-section.o-section-cta-strip {
  position: relative;
  display: block;
}

.o-section.u-bg--grey-super-light {
  position: relative;
  background-color: hsla(0, 0%, 41%, .1);
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}


.o-section.u-bg--rosadito-super-light {
  position: relative;
  background-color: hsla(0, 0%, 41%, .1);
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.o-section.morado {
  position: relative;
  background-color: #f34b8d;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.o-section.azul2023 {
  position: relative;
  background-color: #38ccc5;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}


.o-section.azulthai {
  position: relative;
  background-color: #00bbff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.o-section.amarillo2023 {
  position: relative;
  background-color: #ffa34f;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.o-section.u-bg--amarillo2025 {
  position: relative;
  background-color: #e1b54c;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.o-section.u-bg--verdecito-super-light {
  position: relative;
  background-color: hsla(0, 0%, 41%, .1);
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}


.o-section.u-bg--blue-super-light {
  position: relative;
  background-color: 9ad6ef;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}


.o-section.u-bg--green-super-light {
  position: relative;
  background-color: a7d5bd;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.o-section.u-bg--amarilla-super-light {
  position: relative;
  background-color: a7d5bd;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}


.o-section.u-bg--grey-super-light.hidden-form {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: block;
  /* JLR: Fondo Formulario (imagen del fondo)
  background-image: -webkit-repeating-linear-gradient(270deg, #dfe5f5, hsla(0, 0%, 100%, .8)), url('//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/VITRUVIAN/IMG/events-banner-hidden.jpg');
  background-image: repeating-linear-gradient(180deg, #dfe5f5, hsla(0, 0%, 100%, .8)), url('//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/VITRUVIAN/IMG/events-banner-hidden.jpg');
  */

  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.product-bg{
  background-attachment: unset !important;
  background-position: 60% !important;
}

.o-section.u-bg--grey-super-light.hidden-form{
  height:0;
  opacity:0;
  transition:all 1s linear;
  display:none;
}

.o-section.u-bg--grey-super-light.hidden-form.open{
  height:auto;
  opacity:1;
  display:block;
}

.o-section.u-bg--grey-super-light.hidden-form.products {
  /* JLR: Fondo Formulario
  background-image: -webkit-linear-gradient(270deg, #fff, hsla(0, 0%, 95%, .92) 50%, hsla(120, 2%, 67%, .7)), url('//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/VITRUVIAN/IMG/vt-products-fomr-bg.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 95%, .92) 50%, hsla(120, 2%, 67%, .7)), url('//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/VITRUVIAN/IMG/vt-products-fomr-bg.jpg');
  */

  background-attachment:unset;
}

.o-section.u-bg--grey-super-light.test {
  background-color: hsla(120, 2%, 67%, .4);
}

.o-section.o-section-bg--dark {
  background-color: #2f323a;
}

.o-section.o-section-bg-blue {
  background-color: #4281a4;
}

.o-section.o-section-bg--dark-grey {
  background-color: #686868;
}

.o-section.o-section-bg-grey {
  background-color: hsla(120, 2%, 67%, .2);
}

.o-section.o-section-bg-grey.o-section-bg-grey--darker {
  background-color: hsla(120, 2%, 67%, .35);
}

.o-section.o-section-bg--floral--white {
  background-color: #fff8f0;
}

.o-section.o-section-bg--blue {
  background-color: #73c4cb;
}

.o-section.o-section-bg--dark-blue {
  background-color: rgba(3, 25, 38, .9);
}

.o-section.o-section--bg {

  background-image: -webkit-linear-gradient(270deg, #fff, rgba(255, 248, 240, .69)), url('//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/VITRUVIAN/IMG/events-banner-1.jpg');
  background-image: linear-gradient(180deg, #fff, rgba(255, 248, 240, .69)), url('//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/VITRUVIAN/IMG/events-banner-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 1000px;
}

.o-section.o-section-bg--soft-blue {
  background-color: #dfe5f5;
}

.o-section.o-section--bg-pink {
  background-color: #ff5e5b;
}

.o-container-large {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto !important;
  padding-top: 0px;
  padding-bottom: 0px;
  float:none !important;
}

.o-container-large.u-letter-box--super {
  position: relative;
  padding-right: 100px;
  padding-left: 100px;
}

.o-container-large.u-letter-box--super.u-letter-box-tbp {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.o-container-large.u-letter-box--super.u-letter-box-super--tbp {
  position: relative;
  padding: 60px 100px 50px;
}

.o-container-large.u-letter-box--super.u-letter-box-super--tbp.u-letter-box-super--tbp-small {
  padding-top: 0px;
}

.o-container-large.u-letter-box--super.u-letter-box-super--tp {
  padding-top: 100px;
  padding-bottom: 0px;
}

.o-container-large.u-letter-box--super.u-letter-box-super--tp.u-centered {
  text-align: center;
}

.o-container-large.u-letter-box--super.u-letter-box-super--tp.u-centered.u-letter-box-super--profile {
  padding-right: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
}

.o-container-large.u-letter-box--super.u-letter-box--super--lrp {
  padding-right: 250px;
  padding-left: 200px;
}

.o-container-large.u-letter-box--super.u-letter-box--super--tbp {
  padding-top: 100px;
  padding-bottom: 100px;
}

.o-container-large.o-container--medium {
  position: relative;
  padding-bottom: 50px;
}

.o-container-large.u-letter-box--medium {
  padding-right: 210px;
  padding-left: 210px;
}

.o-container-large.u-letter-box--medium.u-letter-box--medium--tbp {
  padding-top: 100px;
}

.o-grid {
  /*position: relative;*/
  overflow: visible;
}

.o-grid.o-grid__cell.u-same-height__row-fluid--tm {
  margin-top: 45px;
  padding-right:0;
  padding-left:0;
}

.o-grid.o-grid__cell.o-grid--profile--narrow {
  padding-right: 35px;
  padding-left: 35px;
}

.o-grid.o-grid__cell.u-same-height__row-fluid--tm--small {
  margin-top: 25px;
}

.o-grid.o-grid__cell.u-same-height__row-fluid--bp {
  padding-right: 50px;
  padding-left: 50px;
}

.o-grid.o-grid__cell.u-same-height__row-fluid--bp.u-same-height__row-fluid--tm-small {
  margin-top: 25px;
}

.o-grid.o-grid__cell.u-same-height__row-fluid--lrp {
  padding-right: 100px;
  padding-left: 100px;
}

.o-grid.o-grid__cell.u-same-height__row-fluid--tm-small {
  margin-top: 10px;
}

.o-grid.o-grid__cell.u-same-height__row-fluid--small {
  margin-top: 20px;
}

.o-grid.o-grid--np {
  padding-right: 0px;
  padding-left: 0px;
}

.o-grid.o-grid--tm {
  margin-top: 20px;
}

.o-grid.o-grid--tbp {
  padding-top: 20px;
  padding-bottom: 0px;
}

.o-grid.o-grid--lrp {
  padding-right: 0px;
  padding-left: 0px;
}

.o-grid.u-same-height__row-fluid.u-same-height__row-fluid--lrp {
  padding-right: 50px;
  padding-left: 50px;
}

.o-grid.u-same-height__row-fluid.u-same-height__row-fluid--lrp.u-same-height__row-fluid--tm {
  margin-top: 30px;
}

.o-grid.o-grid--lrp--medium {
  padding-right: 50px;
  padding-left: 50px;
}

.o-grid.o-grid--lrp-medium {
  padding-right: 200px;
  padding-left: 200px;
}

.o-grid__cell {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
}

.o-grid__cell.u-same-height__cell {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #031926;
}

.o-grid__cell.o-grid__cell--medium {
  padding-right: 220px;
  padding-left: 220px;
}

.o-grid__cell.profile-box__cell {
  padding: 50px 30px 50px 70px;
}

.o-grid__cell.profile-box__cell.profile-box__cell--lp {
  padding-right: 20px;
  padding-left: 20px;
}

.o-grid__cell.profile-box__cell.profile-box__cell--rp {
  padding-right: 20px;
  padding-left: 20px;
}

.o-grid__cell.profile-box__cell.profile-box__cell--right {
  padding-right: 70px;
  padding-left: 30px;
}

.o-grid__cell.o-grid__cell--left {
  color: #686868;
  font-weight: 300;
  text-align: left;
}

.o-grid__cell.o-grid__cell--left.o-grid__cell--left--lp {
  padding-left: 15px;
}

.o-grid__cell.o-grid__cell--right {
  border-left: 4px solid #2f323a;
}

.o-grid__cell.o-grid__cell--tp {
  display: block;
  padding-top: 10px;
}

.o-grid__cell.o-grid__cell--narrow {
  overflow: visible;
  padding-right: 10px;
  padding-left: 10px;
  padding-top:10px;
  padding-bottom:10px;
}

.o-grid__cell.o-grid__cell--np {
  padding-right: 0px;
  padding-left: 0px;
}

.o-grid__cell.u-centered {
  color: #686868;
  text-align: center;
}

.o-grid__cell.o-grid__cell--lp {
  padding-right: 10px;
  padding-left: 30px;
}

.o-grid__cell.o-grid__cell--lrp {
  padding-right: 30px;
  padding-left: 30px;
}

.o-featured-content {
  position: relative;
  box-shadow: none;
  color: #031926;
  font-weight: 400;
}

.o-featured-content.o-featured-content-left {
  position: relative;
  padding: 0px 0px 35px 50px;
  float: none;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: left;
}

.o-featured-content.o-featured-content-left.o-featured-content--medium {
  height: 440px;
  padding-right: 35px;
  padding-bottom: 50px;
}

.o-featured-content.o-featured-content-left.o-featured-content-left--lrp {
  left: 10px;
  max-width: 100%;
  padding: 50px 0px 0px;
}

.o-featured-content.o-featured-content-left.o-featured-content--left--large--pd {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 150px;
  padding-right: 150px;
  padding-left: 50px;
}

.typ-prod .o-featured-content.o-featured-content-left.o-featured-content--left--large--pd{
  padding-left:150px;
}

.o-featured-content.o-featured-content--medium {
  padding: 20px 10px 30px;
  box-shadow: none;
  font-weight: 400;
}

.o-featured-content.o-featured-content--medium.o-featured-content-medium--bg-colour {
  padding: 50px 25px 50px 50px;
  border-style: none;
  border-top-width: 5px;
  border-top-color: #a9aca9;
  border-right-width: 5px;
  border-right-color: #a9aca9;
  border-left-width: 5px;
  border-left-color: #dbdbdb;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
}

.o-featured-content.o-featured-content--medium.o-featured-content-medium--ntp {
  padding-top: 0px;
  padding-right: 0px;
  font-family: Lato, sans-serif;
  color: #031926;
  font-weight: 400;
  text-align: left;
}

.o-featured-content.o-featured-content--medium.o-featured-content-medium--ntp.o-featured-content-medium--left {
  text-align: left;
}

.o-featured-content.o-featured-content--medium.u-centered {
  text-align: center;
}

.o-featured-content.o-featured-content--trp {
  padding-top: 0px;
  padding-right: 0px;
}

.o-featured-content.o-featured-content--trp.o-featured-content--trp--tm {
  margin-top: 120px;
  padding-left: 0px;
  color: #0e1528;
}

.o-featured-content.o-featured-content--tm {
  margin-top: 120px;
  color: #031926;
  font-weight: 400;
}

.o-featured-content.o-featured-content--lrp {
  padding-right: 10px;
  padding-left: 30px;
  font-weight: 400;
}

.c-heading-eyebrow,
.c-heading-eyebrow h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0em;
  padding-bottom: 0em;
  font-family: Lato, sans-serif;
  color: #0e1528;
  font-size: 16px !important;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.c-heading-eyebrow.c-heading-eyebrow--bp {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #0e1528;
}

.c-heading-eyebrow.c-heading-eyebrow--bp.c-heading-eyebrow--bp--white {
  color: #fff;
}

.c-heading-eyebrow.c-heading-eyebrow--white {
  color: #fff;
}

.c-heading-eyebrow.c-heading-eyebrow--np {
  margin-bottom: 0px;
}

.c-heading-eyebrow.c-heading-eyebrow--np.c-heading-eyebrow--np--left {
  text-align: left;
}

.c-heading-eyebrow.c-heading-eyebrow-h4--white {
  color: #fff;
}

.c-heading-eyebrow.u-color--white {
  color: #fff;
}

.c-heading-eyebrow.c-heading-eyebrow--bm {
  margin-bottom: 20px;
}

.heading {
  font-family: Montserrat, sans-serif;
}

.paragraph {
  font-family: Lato, sans-serif;
  color: #686868;
}

.c-list ul{
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #031926;
  line-height: 1.2;
}

.c-list__item li{
  margin-bottom: 20px;
  font-family: DIN book, sans-serif;
  color: #031926;
  font-size:16px;
  font-weight:400;
  text-transform:none;
}

.c-form-wrap.c-form-wrap--tm {
  margin-top: 15px;
}

.c-form {
  position: relative;
}

.c-form.c-form--medium {
  position: relative;
  display: block;
  padding: 10px;
}

.c-form.c-form--medium.c-form--medium--right {
  display: block;
  padding-right: 0px;
  text-align: right;
}

.c-form.c-form--tm {
  margin-top: 20px;
}

.c-form__item,
.c-form-wrap .input{
  position: relative;
  display: block;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
}

.c-form__item.c-form_item-bp {
  margin-bottom: 10px;
}

.c-form__item.c-form__item--small {
  width: 80%;
}

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

.c-form__item.c-form__item--left.c-form__item--left--lp {
  padding-left: 30px;
  text-align: center;
}

.c-form__item.u-centered {
  text-align: center;
}

.c-field {
  display: block;
  padding: 25px;
  border: 2px solid #fff;
  background-color: #fff;
  box-shadow: 1px 1px 10px -2px rgba(0, 0, 0, .2);
  color: #a9aca9;
}

.c-field:hover {
  border-width: 2px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, .8);
  color: #a9aca9;
}

.c-field.c-field--footer {
  padding: 15px;
}

.c-field.c-field--newsletter {
  border-width: 3px;
  color: #686868;
}

.c-field.c-field--newsletter:hover {
  background-color: hsla(0, 0%, 100%, .9);
}

.c-field.c-field--text-area {
  min-height: 160px;
  padding-top: 25px;
}

.c-field.c-field-select {
  height: 54px;
  text-align: left;
}

.c-field.c-field--white {
  border-color: #fff;
  background-color: #fff;
}

.c-field.c-field--white:hover {
  border-color: #fff;
  border-top-style: solid;
  background-color: hsla(0, 0%, 100%, .8);
  box-shadow: 1px 1px 10px -2px rgba(0, 0, 0, .2);
  color: #686868;
}

.c-field__label {
  font-family: Lato, sans-serif;
  color: #2f323a;
}

.u-letter-box-small {
  padding-top: 10px;
  padding-bottom: 20px;
}

.u-letter-box-small.u-letter-box-small--tm {
  position: relative;
  margin-top: 15px;
  padding-top: 10px;
  border-style: none;
  border-width: 2px 1px 1px;
  border-color: #a9aca9 #000 #000;
  text-align: left;
}

.u-letter-box-small.u-letter-box-small-tm {
  margin-top: 20px;
}

.u-letter-box-small.u-letter-box-small-tm.u-centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.u-letter-box-small.u-centered {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.c-social-link {
  margin-left: 10px;
}

.c-social-link.c-social-link--form {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding-top: 5px;
  border-radius: 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.c-social-icon {
  display: inline-block;
}

.c-social-icon.fa.fa-facebook {
  font-family: 'Fa 400';
}

.c-social-icon.fa.fa-twitter {
  font-family: 'Fa 400';
}

.c-social-icon.fa.fa-linkedin {
  font-family: 'Fa 400';
}
.c-paragraph p,
.c-paragraph {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.c-paragraph.c-paragraph--address--left {
  padding-top: 0px;
  padding-bottom: 20px;
  color: #686868;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  text-align: left;
}

.c-paragraph.c-paragraph--address--left.c-paragraph--address--left--bp {
  padding-bottom: 5px;
}
.c-paragraph.c-paragraph--contact--left p,
.c-paragraph.c-paragraph--contact--left {
  padding-top: 0px;
  padding-bottom: 20px;
  color: #686868;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  text-align: left;
}

.c-paragraph.c-paragraph--form {
  font-size: 14px;
  font-weight: 400;
}

.c-paragraph.c-paragraph--test {
  font-size: 18px;
  line-height: 24px;
}

.c-paragraph.c-paragraph--white {
  color: #fff;
}

.c-paragraph.c-paragraph--white.c-paragraph--tm {
  margin-top: 20px;
  text-align: center;
}

.o-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  padding-right: 0px;
}

.o-background-section--2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.o-background-section--1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/vt-bg-option-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.o-background-section--3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -3;
  background-image: none;
}

.text-block {
  font-family: 'Fa brands 400';
}

.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
}

.field-label {
  display: block;
  font-family: Lato, sans-serif;
}

.checkbox {
  padding: 5px;
}

.checkbox-field {
  margin-top: 10px;
}

.o-background-section--4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -4;
  padding-right: 0px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.o-background-section--scroll-1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.o-background-section--scroll-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.o-background-section--scroll-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -3;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95)), url('../images/vt-bg-option-2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95)), url('../images/vt-bg-option-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.c-text-decoration {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #0e1528;
  font-style: italic;
  text-transform: uppercase;
}

.c-text-decoration.c-text-decoration--medium {
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}

.c-text-decoration.c-text-decoration--medium.c-text-decoration--medium--white {
  color: #fff8f0;
}

.c-text-decoration.c-text-decoration--small {
  position: relative;
  top: -10px;
  right: 3px;
  display: inline-block;
  font-size: 36px;
  line-height: 42px;
  text-align: left;
  text-transform: none;
}

.c-text-decoration.c-text-decoration--white {
  color: #fff;
}

.c-text-decoration.c-text-decoration--field {
  font-family: Lato, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.c-text-decoration.c-text-decoration--big-and-bold {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  font-size: 72px;
  line-height: 78px;
}

.c-ebook {
  position: relative;
  text-decoration: none;
}

.c-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-width: 0px;
  padding-top: 0px;
  opacity: 1;
}
.c-card.c-card--small p,
.c-card.c-card--small {
  font-family: DIN book, sans-serif;
  color: black;
}

.c-card.c-card--small:hover {
  box-shadow: none;
}

.c-card.c-card--small.c-card--small--profile:hover {
  box-shadow: 0 20px 55px -21px rgba(0, 0, 0, .4);
}

.c-card.c-card--small.c-card--small--lrp {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 300;
  padding-bottom:0px;
}

.c-card.c-card--small.c-card--small--pricing {
  padding: 50px;
  border-style: solid;
  border-width: 4px;
  border-color: hsla(120, 2%, 67%, .5);
  box-shadow: 0 10px 55px -15px rgba(0, 0, 0, .2);
}

.c-card.c-card--small.c-card--small--pricing:hover {
  border: 4px solid #73c4cb;
  box-shadow: 0 10px 20px -8px #d4d4d4;
}

.c-card.c-card--small.c-card--small--pricing.pressed {
  border-width: 4px;
  border-color: #73c4cb;
}

.c-card.c-card--small.c-card--small--pricing.pressed:hover {
  border-width: 4px;
  border-color:hsla(120, 2%, 67%, .5);
}

.c-card.c-card--small.c-card--small--pricing.pressed.c-card--small--pricing--special {
  border-top: 5px solid #4281a4;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.c-card.c-card--small.c-card--small--pricing.pressed.c-card--small--pricing--special:hover {
  border-style: none;
}

.c-card.c-card--small.c-card--small--pricing.c-card--small--pricing-nbp {
  padding-bottom: 0px;
}

.c-card.c-card--small.c-card--small--pricing.c-card--small--pricing--special {
  padding-bottom: 100px;
  border-style: none;
  border-color: #a9aca9;
  background-color: #fff;
  box-shadow: 21px 21px 30px -20px rgba(0, 0, 0, .2);
  transition: border .5s ease;
}

.c-card.c-card--small.c-card--small--pricing.c-card--small--pricing--special:hover {
  border-style: solid none none;
  border-width: 5px 2px 2px;
  border-top-color: #ff5e5b;
  background-color: #fff;
}

.c-card.c-card--small.c-card--small--pricing.c-card--small--pricing--special.pressed {
  border-top-color: #ff5e5b;
}

.c-card.c-card--small.c-card--small--pricing.c-card--small--pricing--special.pressed:hover {
  border-top-style: solid;
}

.c-card.c-card--small.c-card--small--left {
  min-width: auto;
  font-weight: 300;
  text-align: left;
}

.c-card.c-card--small.c-card--small--left.c-card-small--white {
  color: #fff;
}

.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font {
  color: #031926;
  line-height: 1.2;
  font-weight: 300;
}

.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font.c-card--small--left--light-font--tm {
  margin-top: 20px;
}

.c-card.c-card--small.c-card--small--left.c-card-small--left--bp {
  padding: 15px 15px 15px 0px;
  font-weight: 300;
}

.c-card.c-card--small.c-card--small--left.c-card--small--left--rp {
  padding-right: 40px;
}

.c-card.c-card--small.c-card--small--left.c-card--small--left--lp {
  padding-left: 20px;
}

.c-card.c-card--small.c-card--small--left.c-card--small--left--bp {
  padding-bottom: 100px;
}

.c-card.c-card--small.c-card--small--left.c-card--small--left--lp {
  padding-left: 30px;
}

.c-card.c-card--small.c-card-small--bp {
  min-width: auto;
  padding: 63px;
}

.c-card.c-card--small.c-card--tm {
  margin-top: 10px;
}

.c-card.c-card--small.c-card--small--events {
  min-width: 0px;
  box-shadow: 4px 4px 55px -20px rgba(0, 0, 0, .4);
}

.c-card.c-card--small.c-card--small--events:hover {
  box-shadow: 0 10px 55px -20px rgba(0, 0, 0, .4);
}

.c-card.c-card--small.c-card--image--big {
  min-width: 600px;
}

.c-card.c-card--small.c-card--medium {
  min-width: 200px;
}

.c-card.c-card--small.c-card--medium.c-card-medium--box-p {
  padding-top: 20px;
  padding-right: 60px;
}

.c-card.c-card--small.c-card--small--bp {
  padding-bottom: 20px;
}

.c-card.c-card--video {
  position: static;
  display: block;
  width: 100%;
  box-shadow: 14px 14px 55px -8px #b4b4b4;
}

.c-card.c-card--video iframe{
  height:100% !important;
  width:100%;
}

.c-card.c-card--image {
  min-width: 400px;
}

.c-card.c-card--image:hover {
  box-shadow: none;
}

.c-card.c-card--image.c-card--image--big {
  min-width: 600px;
}

.c-card.c-card--image.c-card--image--big.c-card--image--big--tp {
  padding-top: 20px;
}

.c-card.c-card--image.c-card--image--big.test {
  min-width: 700px;
}

.c-card.c-card--image.c-card--image--medium.c-card-image--medium--box-p {
  padding-right: 30px;
}

.c-card.c-card-medium {
  min-width: 500px;
}

.c-card.c-card--big {
  min-width: 400px;
}

.c-card.c-card--big:hover {
  box-shadow: none;
}

.c-card.c-card--big.c-card--big--lp {
  padding-left: 10px;
}

.c-card.c-card--big.c-card--big--lp:hover {
  box-shadow: none;
}

.c-card.c-card--big.c-card--big--rp {
  padding-right: 15px;
}

.c-card.c-card--big.c-card-big--rp {
  padding-right: 10px;
}

.c-card.c-card--big.c-card--big--box-p {
  padding: 30px 15px;
}

.c-card.c-card--big.c-card--big--box-p.c-card--big--left--decoration {
  margin-top: 25px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  border-style: none none none solid;
  border-left-width: 3px;
  border-left-color: #b11e39;
}

.c-card.c-card-radius {
  border-radius: 500px;
}

.c-card.c-card--drop-shadow:hover {
  box-shadow: 0 10px 55px -15px #b4b4b4;
}

.c-card.c-card--medium--test {
  height: 350px;
  min-width: auto;
}

.c-card.c-card--ds {
  box-shadow: 7px 7px 55px -20px rgba(0, 0, 0, .3);
}

.c-card.c-card--ds:hover {
  box-shadow: 0 10px 55px -20px rgba(0, 0, 0, .5);
}

.c-card.c-card__image-wrapper--speaker {
  display: block;
  min-height: 320px;
  float: right;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 55px -20px rgba(0, 0, 0, .2);
}

.c-card.c-card--lef-aligned {
  padding-left: 0px;
  text-align: left;
}

.c-card.c-card--lef-aligned.c-card--white,
.c-card.c-card--lef-aligned.c-card--white p{
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 1.2;
  font-weight:normal;
}

.c-card__header {
  padding: 30px 20px;
  font-family: Lato, sans-serif;
}

.c-card__header.c-card-header--profile {
  background-color: #fff;
}

.c-card__header.c-card-header--small {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-card__header.c-card-header--small.c-card-header--small--ntp {
  padding-top: 0px;
}

.c-card__header.c-card__header--special {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  opacity: 1;
  color: #a9aca9;
  font-size: 16px;
  font-weight: 300;
}

.c-card__header.c-card__header--special.c-card_header--drop-shadow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  box-shadow: 0 10px 55px -15px #b4b4b4;
  opacity: 1;
}

.c-card__header.c-card__header--special.c-card_header--drop-shadow:hover {
  top: 0px;
  opacity: 1;
}

.c-card__header.c-card__header--special.c-card__header--special--left {
  left: 0px;
  top: 285px;
  right: 0px;
  width: 80%;
  padding: 0px 30px 10px;
  background-color: #dfe5f5;
  font-size: 14px;
  font-weight: 100;
  text-align: left;
}

.c-card__header.c-card__header--special.c-card__header--special--left:hover {
  color: #fff8f0;
}

.c-card__header.c-card__header--special.c-card__header--special--left.c-card__header--blog {
  top: 231px;
  background-color: #dfe5f5;
}

.c-card__header.c-card__header--special.c-card__header--special--left.c-card__header--blog:hover {
  color: #b1c2ee;
}

.c-card__header.c-card__header--test {
  height: 100%;
  padding: 0px;
}

.c-card__header.c-card__header--test-2 {
  width: auto;
  height: 100%;
  padding: 40px 30px 0px;
  background-color: #fff;
}

.c-card__header.c-card__header--speakers-block {
  height: auto;
  min-height: 320px;
  padding: 50px 30px 30px;
  background-color: #fff;
  box-shadow: 7px 7px 55px -20px rgba(0, 0, 0, .2);
}

.c-card__heading {
  font-family: Lato, sans-serif;
  color: #0e1528;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.c-card__heading.u-centered {
  text-align: center;
}

.c-card__heading.u-centered.c-card__heading--profile {
  margin-bottom: 0px;
}

.c-card__heading.c-card__heading--light-italic {
  color: #0e1528;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.c-card__heading.c-card__heading--light-italic.c-card__heading--blog--block {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.c-card__heading.c-card__heading--profile {
  margin-bottom: 0px;
}

.c-card__heading.c-card__heading--nbm {
  margin-bottom: 0px;
}

.c-card__heading--sub {
  color: #a9aca9;
  font-size: 22px;
  line-height: 28px;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.c-card__heading--sub.c-card__heading--sub--medium {
  display: block;
  color: #686868;
}

.c-icon-box__icon {
  display: block;
}

.c-icon-box__icon.c-icon-box__icon--large {
  display: block;
  width: 50%;
  height: 50%;
}

.c-icon-box__icon.c-icon-box__icon--large.u-align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.c-icon-box__icon.c-icon-box__icon--large.c-icon-box__icon--large--left {
  display: inline-block;
  width: auto;
  height: auto;
  float: left;
}

.c-icon-box__icon.c-icon-box__icon--large.c-icon-box__icon--large--left.address {
  display: block;
  float: none;
  text-align: left;
}

.c-icon-box__icon.c-icon-box__icon--tp {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.c-icon-box__icon.u-centered {
  display: block;
  text-align: center;
}

.c-icon-box__icon.u-centered.c-icon-box__icon--bm {
  margin-bottom: 20px;
}

.c-icon-box__icon.c-icon-box__icon--left {
  display: inline-block;
  float: left;
}

.c-icon-box__icon.c-icon-box__icon--left.c-icon-box__icon--left--rm {
  margin-right: 20px;
}

.c-icon-box__icon.c-icon-box__icon--left.c-icon-box__icon--left--rm.c-icon-box__icon--left--tm {
  margin-top: 10px;
}

.c-icon-box__icon.c-icon-box__icon--left.c-icon-box__icon--left--box-p {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.c-icon-box__icon.c-icon-box__icon--lp {
  padding-left: 20px;
}

.c-icon-box__icon.c-icon-box__icon--bm {
  margin-bottom: 20px;
}
#footerWrapper .hs-menu-wrapper.hs-menu-flow-vertical li a,
.c-link-footer,
.c-link-footer a{
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
}
#footerWrapper .hs-menu-wrapper.hs-menu-flow-vertical li a:hover,
.c-link-footer:hover,
.c-link-footer a:hover{
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  color: #fff8f0;
  text-decoration: none;
}

#footerWrapper .hs_cos_wrapper.form-title{
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 1.6 !important;
  display: block;
  margin: 0;
  padding: .5em 0;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}

#footerWrapper input[type="text"],
#footerWrapper input[type="email"]{
  padding:15px;
}

#footerWrapper .hs-button.primary, #footerWrapper input[type="submit"], #footerWrapper input[type="button"]{
  width: 100%;
  margin-top: 0;
  padding: 10px 15px !important;
  border-radius: 0;
}

.text-block-2 {
  padding-bottom: 10px;
  color: #a9aca9;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  text-align: left;
}

.text-block {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: left;
}

.progress-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  height: 10px;
  background-color: #2f323a;
  -webkit-transform-origin: 0% 50% 0px;
  -ms-transform-origin: 0% 50% 0px;
  transform-origin: 0% 50% 0px;
}
.scroll-wrapper svg,
.hidden-scroll.center-scroll svg,
.center-scroll svg,
.c-scroll-indicator {
  position: absolute;
  top: unset;
  right: 0;
  left: 0px;
  z-index: 999;
  overflow: hidden;
  width: 55px;
  height: 100px;
  margin: 0 auto !important;
  float: none !important;
  bottom:0;
}

.scroll-wrapper svg{
  width:50px;
  top:unset;
}

.c-scroll-indicator.c-scroll-indicator--v2 {
  top: 822px;
  background-size: 37px;
}

.c-scroll-indicator.c-scroll-indicator--products-typ {
  top: 581px;
}

.feature-block__fill {
  position: absolute;
  left: -300px;
  bottom: -300px;
  width: 300px;
  height: 300px;
  background-color: rgba(47, 50, 58, .8);
}

.feature-block__img {
  position: relative;
  width: 100%;
  height: 300px;
  /*background-image: url('../images/vt-cover-1.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-block__img:hover {
  background-repeat: repeat, no-repeat;
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  color: #dfe5f5;
}

.feature-block__img.feature-block__img--v2 {
  background-image: url('../images/vt-cover-2.jpg');
}

.feature-block__img.feature-block__img--v2:hover {
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.feature-block__img.feature-block__img--v3 {
  background-image: url('../images/vt-cover-3.jpg');
}

.feature-block__img.feature-block__img--v3:hover {
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.feature-block__img.feature-block__img--2 {
  background-size: cover;
}

.feature-block__img.feature-block__img--2:hover {
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.feature-block__img.feature-block__--3 {
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-block__img.feature-block__--3:hover {
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.feature-block__img.feature-block__--3.feature-block__img--radius {
  border-radius: 500px;
}

.feature-block__img.feature-block__img--landscape {
  width: 300px;
  height: 300px;
}

.feature-block__img.feature-block__img--profile {
  width: 100%;
  height: 200px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.feature-block__img.feature-block__img--profile:hover {
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.feature-block__img.feature-block__img--profile.feature-block__img--profile--2:hover {
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.feature-block__img.feature-block__img--profile.feature-block__img--profile--2:hover {
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-block__img.feature-block__img--small {
  width: 250px;
  height: 200px;
}

.feature-block__img.feature-block__img--radius {
  width: 220px;
  height: 220px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-block__img.feature-block__img--radius:hover {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.feature-block__img.feature-block__img--blog {
  width: 400px;
  height: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-block__img.feature-block__img--blog:hover {
  background-repeat: repeat, no-repeat;
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.feature-block__img.feature-block__img--products {
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-block__img.feature-block__img--products:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-1--1 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-1--1:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-1--2 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-1--2:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-1--3 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-1--3:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-2--1 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-2--1:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-2--2 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-2--2:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-2--3 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-2--3:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-3--1 {
  background-size: cover;
  background-attachment: scroll;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-3--1:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-3--2 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-3--2:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-3--3 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-block__img.feature-block__img--products.feature-block__img--products-tab-3--3:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.c-card__countdown {
  display: inline-block;
  width: 100%;
  color: #2f323a;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
}

.c-card__countdown.c-card__countdown--block-padding {
  position: relative;
  padding: 20px;
  font-weight: 900;
}

.c-card .c-pricing-heading,
.c-pricing-heading {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #0e1528;
  font-size: 56px;
  line-height: 62px;
  font-weight: 700;
}

.c-card.c-card--small p.c-pricing-heading{
  color: #0e1528;
}

.c-card__countdown--block-padding .c-pricing-heading{
  font-family:'Montserrat',sans-serif;
}

.paragraph-5 {
  display: inline-block;
  color: #686868;
}

.paragraph-6 {
  display: inline-block;
  color: #686868;
}

.paragraph-7 {
  display: inline-block;
  color: #686868;
}

.paragraph-8 {
  display: inline-block;
  color: #686868;
}

.countdown-block {
  position: relative;
  display: block;
  height: 100%;
  color: #2f323a;
  font-size: 64px;
  line-height: 70px;
  text-align: center;
}

.italic-text {
  text-transform: uppercase;
}

.c-button_icon {
  display: inline-block;
}

.c-button_icon.fa.fa-calender {
  display: inline-block;
  background-image: url('../images/calender.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.c-button__text {
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.c-spacer.c-spacer--tiny {
  height: 30px;
  background-color: transparent;
}

.c-spacer.c-spacer--tiny.c-spacer--decoration {
  display: block;
  width: 60%;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-top: 2px solid #a9aca9;
}

.c-spacer.c-spacer--tiny.c-spacer--tm {
  margin-top: 10px;
  margin-bottom: 20px;
}

.c-spacer.c-spacer--tiny.c-spacer--tm.c-spacer--tiny--decoration {
  display: block;
  width: 30%;
  margin: 20px auto 0px;
  border-top: 2px solid hsla(120, 2%, 67%, .3);
}

.c-spacer.c-spacer--tiny.c-spacer--tiny--test {
  width: 10%;
  height: 3px;
  background-color: #73c4cb;
}

.c-spacer.c-spacer-medium {
  height: 40px;
}

.o-slider.o-slider--medium {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  clear: both;
  background-color: transparent;
}

.o-slider.o-slider--medium.o-slider--medium--profile {
  min-height: 500px;
}

.o-slider.o-slider--medium.o-slider--medium--tm {
  margin-top: 50px;
}

.o-slider.o-slider--medium.o-slider--lrp.o-slider--medium--tm {
  margin-top: 50px;
}

.o-slider.o-slider--small {
  height: 50%;
  background-color: transparent;
}

.o-slider.o-slider--small.o-silder--small--landscape {
  height: 30%;
}

.slide {
  padding-right: 100px;
  padding-left: 100px;
}

.o-slide {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  display:inline-block;
}

.o-slide.o-slide--one.u-centered {
  display: inline-block;
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
}

.c-card__timeline.c-card__timeline--left {
  position: relative;
}

.c-card__timeline.c-card__timeline--right {
  position: relative;
}

.c-card__timeline-content.c-card__timeline-content--left {
  position: relative;
  margin-right: 30px;
  padding: 30px 20px;
  font-family: Lato, sans-serif;
  color: #2f323a;
}

.c-card__timeline-content.c-card__timeline-content--left.c-card__timeline-content--left--right {
  text-align: right;
}

.c-card__timeline-content.c-card__timeline-content--right {
  margin-left: 30px;
  padding: 30px 20px;
}

.c-timeline-circle {
  position: absolute;
  left: -3.8%;
  top: 50px;
  display: block;
  overflow: visible;
  padding: 7px;
  border: 3px solid #2f323a;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}

.demo-video {
  position: static;
  display: block;
  height: 569px;
  max-height: 100%;
  max-width: 100%;
  padding-bottom: 0px;
}

.featured-image__content-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: block;
  width: 100%;
  height:100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(47, 50, 58, .5);
  background-image: -webkit-linear-gradient(270deg, #2f323a, rgba(47, 50, 58, .7) 70%, transparent);
  background-image: linear-gradient(180deg, #2f323a, rgba(47, 50, 58, .7) 70%, transparent);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-image__content-wrap:hover {
  background-color: rgba(255, 248, 240, .5);
  background-image: -webkit-linear-gradient(270deg, #031926, rgba(3, 25, 38, .8) 50%, rgba(3, 25, 38, .6) 99%);
  background-image: linear-gradient(180deg, #031926, rgba(3, 25, 38, .8) 50%, rgba(3, 25, 38, .6) 99%);
  opacity: 1;
}

.featured-image__content-wrap.block--two {
  background-color: hsla(0, 0%, 41%, .5);
  background-image: -webkit-linear-gradient(270deg, #686868, hsla(0, 0%, 41%, .7) 70%, transparent);
  background-image: linear-gradient(180deg, #686868, hsla(0, 0%, 41%, .7) 70%, transparent);
  box-shadow: none;
  opacity: 0;
}

.featured-image__content-wrap.block--two:hover {
  background-color: rgba(255, 248, 240, .5);
  background-image: -webkit-linear-gradient(270deg, #b11e39, rgba(177, 30, 57, .6) 70%, transparent);
  background-image: linear-gradient(180deg, #b11e39, rgba(177, 30, 57, .6) 70%, transparent);
  opacity: 1;
}

.featured-image__content-wrap.featured-image__content-wrap--fw {
  width: 100%;
  padding-right: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #2f323a, rgba(47, 50, 58, .8) 70%, transparent);
  background-image: linear-gradient(180deg, #2f323a, rgba(47, 50, 58, .8) 70%, transparent);
  opacity: 0;
}

.featured-image__content-wrap.featured-image__content-wrap--fw:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(115, 196, 203, .9), rgba(115, 196, 203, .9));
  background-image: linear-gradient(180deg, rgba(115, 196, 203, .9), rgba(115, 196, 203, .9));
  opacity: 1;
}

.featured-image__title-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding: 50px 30px 35px;
}

.featured-image__title-wrap.featured-image__title-wrap--block {
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.featured-image__title-h4 {
  font-size: 20px;
  text-align: center;
}

.featured-image__title-h4.featured-image__title-h4--white {
  color: #fff;
}

.featured-image__title-h4.featured-image__title-h4--white.featured-image__title-h4--white--medium {
  font-size: 24px;
  line-height: 30px;
}

.featured-image__sub-title {
  font-size: 18px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.featured-image__sub-title.featured-image__sub-title--italic {
  font-size: 16px;
  font-weight: 300;
}

.text-span {
  font-size: 42px;
  line-height: 42px;
}

.c-pricing-heading p,
.c-pricing-paragraph {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.c-card__image-wrapper.c-card__image-wrapper--bp {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0px;
  text-align: center;
}

.c-slider_arrow--left.c-slider_arrow--left--lm {
  position: absolute;
  display: block;
  margin-left: 50px;
}

.icon {
  margin-right: 20px;
  margin-left: 0px;
}

.o-slider__arrow-icon {
  margin-left: 0px;
}

.o-slider__arrow-icon.o-slider__arrow-icon--left {
  margin-top: 150px;
  color: #fff;
}

.o-slider__arrow-icon.o-slider__arrow-icon--right {
  margin-top: 150px;
  margin-right: 0px;
  margin-left: 40px;
  color: #fff;
}

.c-checkbox-field {
  padding-top: 15px;
  padding-bottom: 10px;
}

.c-card-countdown {
  width: 100%;
}

.text-block-3 {
  color: #fff;
}

.c-calender-link.c-text-decoration.c-text-generation--calendar {
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.c-events {
  text-decoration: none;
}

.paragraph-9 {
  color: #fff;
  text-align: left;
}

.device-display__item {
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width: 340px !important;
  z-index: 999;
  display:block !important;
  margin:0 auto !important;
}

.c-hero__item {
  position: relative;
  z-index: -1;
  height: 100%;
}

.o-image-cover {
  position: relative;
  display: none;
  height: 100%;
}

.c-heading-h4 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #0e1528;
  font-size: 22px;
  line-height: 28px;
}

.c-heading-h4.c-heading-h3--db {
  color: #2f323a;
  font-size: 16px;
  line-height: 22px;
}

.c-heading-h4.c-heading-h3--db.c-heading-h3--db--inline {
  display: inline-block;
}

.c-heading-h4.c-heading-h4--tp {
  padding-top: 10px;
}

.c-heading-h2 {
  color: #0e1528;
  font-size: 42px;
  line-height: 48px;
}

.c-heading-h2.c-heading-h2--db {
  color: #2f323a;
}

.c-heading-h2.c-heading-h2--bp {
  padding-bottom: 20px;
}

.c-heading-h2.c-heading-h2--white {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
}

.c-heading-h2.c-heading-h2--white.c-heading-h2--white--ntp {
  margin-top: 0px;
}

.c-text-link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.c-text-link.c-text-link--pink, 
.c-text-link.c-text-link--pink a
{
  color: #ff5e5b;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;


}

.c-text-link.c-text-link--pink a{
  text-decoration:underline;
}

.c-text-link.c-text-link--pink:hover,
.c-text-link.c-text-link--pink a:hover{
  color: #e0524f;
}

.c-text-link.c-text-link--pink.c-text-link--blue-tm {
  margin-top: 20px;
}

.c-text-link.c-text-link--test {
  position: relative;
  left: 0px;
  top: 10px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.c-text-link.c-text-link--test.u-color--pink {
  background-color: transparent;
  color: #ff5e5b;
}

.c-text-link.c-text-link--test.u-color--pink:hover {
  color: #e0524f;
}

.image {
  display: inline-block;
}

.c-heading,
.c-heading .secondary-header,
.c-heading h1,
.c-heading h3,
.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font h4{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 2px;
  line-height: 1.2;
  font-weight: 700;
}

.c-card p{
  font-weight: 300;
  text-decoration:none;
}

.c-heading.c-heading-h1--white {
  color: #fcf8f8;
}

.c-heading.u-color--grey-med.c-heading--light {
  font-size: 16px;
  font-weight: 300;
  text-transform:none !important;
}

.c-heading.c-heading--sub,
.c-heading.c-heading--sub .secondary-header,
.c-heading.c-heading--sub h3{
  padding-bottom: 20px;
  color: #686868;
  font-size: 28px;
  font-weight: 300;
  padding-top:0;
}

.c-heading.c-heading--sub.c-heading--sub--tbm {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-heading.c-heading--sub.c-heading--sub--narrow {
  display: block;
  width: 90%;
  float: left;
}

.c-heading.c-heading--sub.c-heading--sub--normal-weight {
  color: #031926;
  font-weight: 400;
}

.c-heading.c-heading--sub.c-heading--sub--normal-weight.u-color--white {
  color: #fff;
}

.c-heading.c-heading--sub.u-color--white,
.c-heading.c-heading--sub.u-color--white h3{
  font-size: 28px;
}

.c-heading.c-heading--sub.c-heading--sub--italic {
  color: #031926;
  font-style: italic;
}

.c-heading.c-heading--sub.c-heading--sub--italic.u-color--white {
  color: #fff;
}

.c-heading.c-heading--sub.u-color--primary {
  color: #031926;
}

.c-heading.c-heading--sub.c-heading-sub--narrow {
  width: 70%;
}

.c-heading.c-heading--np {
  padding-bottom: 0px;
  font-size: 36px;
}

.c-heading.c-heading--tm,
.c-heading.c-heading--tm h3{
  margin-top: 10px;
}

.c-heading.c-heading--tp,
.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font h4{
  padding-top: 20px;
  font-size: 24px;
}

.c-heading.c-heading--tp.c-heading--tp--inline {
  font-size: 18px;
}

.c-heading.c-heading--tp.c-heading--test-italic {
  font-style: italic;
  font-weight: 400;
}

.c-heading.c-heading--footer h3,
.c-heading.c-heading--footer h4{
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.c-heading.u-color--white,
.c-heading.u-color--white h3,
.c-heading.u-color--white h2{
  color: #fff;
  font-size: 48px;
}

.c-heading.u-color--white.c-heading--box {
  font-size: 28px;
}

.c-heading.u-color--white.c-heading--newsletter,
.c-heading.u-color--white.c-heading--newsletter h2{
  font-size: 32px;
}

.c-heading.c-heading__timeline--left h3,
.c-heading.c-heading__timeline--left {
  margin-top: 15px;
  padding-bottom: 10px;
  font-size: 24px;
  text-align: right;
}

.c-heading.c-heading__timeline--left.c-heading__timeline--left--right {
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.c-heading.c-heading__timeline--left.c-heading__timeline--left--small--grey {
  color: #a9aca9;
  font-size: 18px;
  font-weight: 400;
}

.c-heading.c-heading__timeline--left.c-heading--sub-timeline {
  margin-top: 0px;
  color: #a9aca9;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.c-heading.c-heading__timeline--right h3,
.c-heading.c-heading__timeline--right {
  margin-top: 20px;
  text-align: left;
}

.c-heading.c-heading__timeline--right.c-heading__timeline--right--small--grey h3,
.c-heading.c-heading__timeline--right.c-heading__timeline--right--small--grey {
  margin-top: 20px;
  padding-bottom: 30px;
  color: #a9aca9;
  font-size: 18px;
  font-weight: 400;
}

.c-heading.c-heading__timeline--right.c-heading--sub-timeline {
  margin-top: 0px;
  color: #a9aca9;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.c-heading.c-heading--tm,
.c-heading.c-heading--tm h3{
  margin-top: 10px;
  font-size: 22px;
}

.c-heading.c-heading--small-p {
  padding-bottom: 10px;
}

.c-heading.c-heading--light {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase !important;
}

.c-heading.c-heading--light.c-heading--uppercase {
  text-transform: uppercase;
}

.c-heading.c-heading--tp--inline {
  display: inline-block;
}

.c-heading.c-heading--test-italic {
  font-size: 22px;
  font-style: italic;
}

.c-heading.c-heading--social {
  font-size: 22px;
}

.c-heading.c-heading--title h3,
.c-heading.c-heading--title,
.c-heading.c-heading--title h4,
.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font h4{
  font-size: 24px;
}

.c-heading.c-heading--section {
  font-size: 36px;
}

.c-heading.primary,
.c-heading.primary h1{
  font-size: 48px;
}

.c-heading.secondary h4,
.c-heading.secondary {
  font-size: 36px;
}

.basic-name .c-heading.secondary{
  text-transform:uppercase !important;
}

.c-heading-sub-h3 {
  font-weight: 300;
}

.c-heading-sub-h3.c-heading-sub-h3-tbp {
  padding-bottom: 20px;
  color: #0e1528;
}

.c-heading-sub-h3.c-heading-sub-h3--tm {
  margin-top: 30px;
}

.c-heading-sub-h3.c-heading-sub-h3--white {
  color: #fff;
}

.c-heading-sub-h3.c-heading-sub-h3--italic {
  font-style: italic;
}

.c-hero-inner__item {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  background-image:  none;
  background-image: none;
  opacity: 1;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  background-position: 50% 44%;
  background-size: 41%;
  background-repeat: no-repeat;
  opacity:0;
}

.c-hero-inner__item.bg-image-hover{
  background-image:  url('//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/VITRUVIAN/IMG/vt-woman-display-min.png'); 
  background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/VITRUVIAN/IMG/vt-woman-display-min.png');
  opacity:1;
}

.c-tab__panel {
  padding: 0;
}

.c-tab-heading {
  width: 12%;
  margin-right: 20px;
  border-bottom: 3px none #73c4cb;
  background-color: transparent;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: right;
  display:inline-block;
  padding-bottom:9px;
}

.c-tab-heading:hover{
  border-style: none none solid;
  font-weight: 700;
}

.c-tab-heading.w--current,
.c-tab-heading.active{
  margin-right: 20px;
  border-bottom: 3px solid #73c4cb;
  background-color: transparent;
  font-family: Lato, sans-serif;
  font-weight: 700;
  padding-bottom:9px;
}
.c-tabs__headings.w-tab-menu {
  margin-bottom: 30px;
}

.c-tab-heading.c-tab-heading--pressed {
  border-bottom-color: #73c4cb;
  font-size: 16px;
}

.tab-link {
  width: 12%;
}

.text-block-4 {
  font-size: 16px;
  text-align: center;
}

.text-block-5 {
  font-size: 16px;
  text-align: center;
}

.text-block-6 {
  font-size: 16px;
  text-align: center;
}

.c-tabs.c-tabs--tp {
  padding-top: 50px;
  color: #031926;
}

.c-product {
  text-decoration: none;
}

.c-products {
  text-decoration: none;
}

.c-products:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.c-button-wrap {
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  border: 3px none #2a7a7e;
  color: #2a7a7e;
  font-size: 16px;
  font-weight: 400;
}

.c-blog-article {
  box-shadow: 7px 7px 55px -20px rgba(0, 0, 0, .6);
  text-decoration: none;
}

.c-card-wrapper {
  padding: 30px;
}

.c-card-wrapper.c-card-wrapper--bg-white {
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 10px 55px -15px rgba(0, 0, 0, .2);
}

.c-card-wrapper.c-card-wrapper--bg-white.c-card-wrapper--products {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  margin: 0 auto !important;
  float: none !important;
}

.c-tab-heading-text-block {
  font-size: 18px;
  text-align: center;
}

.o-image-div {
  height: 300px;
  background-position: 50% 50%;
  background-size: cover;
}

.o-image-div.o-image-div--gallery {
  position: relative;
  box-shadow: 6px 6px 55px -15px rgba(0, 0, 0, .4);
}

.demo-video--test {
  height: 350px;
}

.c-slide-nav {
  left: 0px;
  top: 320px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  text-align: left;
}

.c-slide-nav.u-centered {
  text-align: center;
}

.c-slide-nav.c-slide-nav--special--ltp {
  margin-top: 30px;
}

.c-slide-nav.c-slide-nav--special--ltp.u-centered {
  z-index: 2;
  padding-left: 30px;
}

.c-slide-nav.c-slide-nav--test {
  top: 420px;
  padding-left: 40px;
}

.c-slide-nav.c-slide-nav--left--flipped {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 407px;
  bottom: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-slide-nav.c-slide-nav--lp {
  position: absolute;
  left: 0px;
  top: 600px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  padding-left: 30px;
}

.link-block {
  display: block;
}

.c-image-link {
  display: block;
  border-bottom: 5px solid transparent;
}

.c-image-link:hover {
  border-bottom: 5px solid #ff5e5b;
}

.c-heading-sub--h3 {
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #686868;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.c-heading-sub--h3.c-heading-sub--h3--white {
  color: #fff;
}

.c-heading-sub--h3.c-heading-sub--h3--white.c-heading-sub--h3--italic {
  font-style: italic;
}

.c-heading-sub--h3.c-heading-sub--h3--white.c-heading-sub--h3--italic.c-heading-sub--h3--nm {
  margin-bottom: 0px;
}

.c-heading-sub--h3.c-heading-sub--h3--white.c-heading-sub--h3--ntm {
  margin-top: 0px;
}

.c-heading-sub--h3.c-heading-sub--h3--dark-blue {
  color: #0e1528;
}

.c-heading-sub--h5 {
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #686868;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.c-heading-sub--h5.c-heading-sub--h5--arrow {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 20px;
}

.u-color--primary {
  color: #031926;
}

.u-color--secondary {
  color: #2a7a7e;
}

.u-color--grey-med {
  color: #686868;
}

.c-heading--sub.c-heading--sub--narrow {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.c-heading--sub.c-heading--sub--narrow.u-color-grey-light {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.c-heading--sub.c-heading--sub--narrow.u-color-grey-light.c-heading--sub--tbp {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-10 {
  color: #fff;
}

.c-form-block.c-form-block--tm {
  margin-top: 15px;
}

.c-text.c-text--sub-footer {
  font-family: Lato, sans-serif;
  color: #a9aca9;
  font-size: 12px;
  line-height: 1.2;
}

.paragraph-11 {
  font-family: Lato, sans-serif;
}

.u-color--white {
  color: #fff;
}

.u-color-grey-light {
  color: #686868;
}

.c-slider_arrow--right.c-slider_arrow--right--rm {
  margin-right: 50px;
}

.o-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.photo-gallery {
  position: relative;
  width: 100%;
  display:inline-block;
}

.c-heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #031926;
  line-height: 1.2;
  font-weight: 700;
}

.c-heading-2.c-heading--tm {
  margin-top: 10px;
}

.c-heading-2.c-heading--small-p {
  padding-bottom: 10px;
}

.c-scroll-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background-color: #fff;
  background-position: 50% 130%, 50% 50%;
  background-size: 20px 20px, 20px 20px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  -webkit-transition: background-position 300ms ease, background-color 200ms ease;
  transition: background-position 300ms ease, background-color 200ms ease;
}

.c-scroll-top:hover {
  background-color: #dd4e0c;
  background-position: 50% 50%, 50% -20px;
}

.c-scroll-top.u-highest {
  z-index: 999;
  background-color: #2a7a7e;
  background-position: 50% 50%;
  background-size: 20px;
  box-shadow: 0 20px 55px -8px rgba(0, 0, 0, .25);
}

.c-scroll-top.u-highest:hover {
  background-color: #3b9ea3;
  background-position: 50% 50%;
  background-size: 20px;
  background-attachment: scroll;
}

.c-scroll-top.u-highest.w--current {
  z-index: 999;
}

.c-scroll-top.u-highest.products {
  background-color: #73c4cb;
}

.c-scroll-top.u-highest.products:hover {
  background-color: #ff5e5b;
}

.c-social-icon-2 {
  display: inline-block;
  color: #031926;
  transition: color 500ms ease;
}

.c-social-icon-2.fa.fa-pinterest.c-social-icon--footer {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color:  #2f323a;
  font-size: 22px;
}

.c-social-icon-2.fa.fa-pinterest.c-social-icon--footer:hover {
  color: #2a7a7e;
}

.c-social-icon-2.fa.fa-google-plus.c-social-icon--footer {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color:  #2f323a;
  font-size: 22px;
}

.c-social-icon-2.fa.fa-google-plus.c-social-icon--footer:hover {
  color: #2a7a7e;
}

.c-social-icon-2.fa.fa-facebook.c-social-icon--footer {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #2f323a;
  font-size: 22px;
}
.complex-ty-banner-wrapper .c-social-icon-2:hover,
.c-social-icon-2.fa.fa-facebook.c-social-icon--footer:hover,
.c-social-icon-2.fa:hover{
  color: #2a7a7e;
}

.c-social-icon-2.fa.fa-linkedin.c-social-icon--footer {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color:  #2f323a;
  font-size: 22px;
}

.c-social-icon-2.fa.fa-linkedin.c-social-icon--footer:hover {
  color: #2a7a7e;
}

.u-letter-box--small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-letter-box--small.u-letter-box--small--tm {
  margin-top: 20px;
}

.u-letter-box--small.u-letter-box--small--ntp {
  padding-top: 0px;
}

.c-social-link-2 {
  margin-right: 20px;
  margin-left: 0px;
}

.c-social-link-2.c-social-link--footer {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding-top: 6px;
  border-radius: 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 21px;
  line-height: 1.2;
  text-align: left;
}

.c-social-link-2.c-social-link--footer:hover {
  background-color: transparent;
}

.c-social-link-2.c-social-link--footer.c-social-link--footer--left {
  text-align: left;
}

.c-social-link-2.c-social-link--footer {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  padding-top: 6px;
  border-radius: 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
  text-decoration: none;
}

.c-social-link-2.c-social-link--footer:hover {
  background-color: transparent;
}

.social-footer-inc .c-social-link-2.c-social-link--footer{
  color:white;
}

.social-footer-inc .c-social-link-2.c-social-link--footer:hover{
  color:#2a7a7e;
}

.social-footer-inc .u-letter-box--small.u-letter-box--small--tm{
  margin-top:0;
}

.c-social-icon-3 {
  display: inline-block;
}

.c-social-icon-3.fa.fa-pinterest.c-social-icon--footer {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-size: 18px;
  text-decoration: none;
}

.c-social-icon-3.fa.fa-pinterest.c-social-icon--footer:hover {
  color: #2a7a7e;
}

.c-social-icon-3.fa.fa-google-plus.c-social-icon--footer {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-size: 18px;
  text-decoration: none;
}

.c-social-icon-3.fa.fa-google-plus.c-social-icon--footer:hover {
  color: #2a7a7e;
}

.c-social-icon-3.fa.fa-facebook.c-social-icon--footer {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  direction: ltr;
  font-size: 18px;
  text-decoration: none;
}

.c-social-icon-3.fa.fa-facebook.c-social-icon--footer:hover {
  color: #2a7a7e;
}

.c-social-icon-3.fa.fa-linkedin.c-social-icon--footer {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-size: 18px;
  text-decoration: none;
}

.c-social-icon-3.fa.fa-linkedin.c-social-icon--footer:hover {
  color: #2a7a7e;
}

.u-color-dark-turquoise {
  background-color: #73c4cb;
}

.u-color--pink {
  background-color: #ff5e5b;
}

.c-scroll-indicator-1 {
  position: absolute;
  right: 25%;
  bottom: 0px;
  z-index: 997;
  overflow: hidden;
  padding-bottom: 100px;
}

.c-scroll-indicator-1.c-scroll-indicator--robot {
  right: 51%;
  bottom: 0px;
  width: 70px;
  height: 100px;
  background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/VITRUVIAN/IMG/scroll-animation%20%283%29.svg');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.center-scroll .c-scroll-indicator-1.c-scroll-indicator--robot{
  right:50% 
}

.scroll-wrrapper{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#formContentWrapper{
  display:none;
}
.scroll-wrapper{
  position:relative;
}


/* ==========================================================================
Media Queries
========================================================================== */
.w-container {
  margin-left: 0;
  margin-right: 0;
  max-width: 940px;
  float:none !important;
  padding-top: 0px; 
}
/* Content width */
@media screen and (min-width:1200px) {
  .w-container {
    max-width:1170px;
    margin: 0 auto !important;
    float: none !important;
  }  
}

@media(max-width:1199px){
  .demo-video{
    height: 454px;
  }
}

/* website media qeuries */
@media(min-height:1000px){
  .c-hero.c-hero-vh.c-hero--tp.simple-background-image.vitru{
    height:100vh;
  }
}
/*
@media(min-width:1280px){
  .c-heading.c-heading--tp,
  .c-card.c-card--small.c-card--small--left.c-card--small--left--light-font h4{
    padding-top: 150px !important;
  }
}

@media(min-width:1920px){
  .c-heading.c-heading--tp,
  .c-card.c-card--small.c-card--small--left.c-card--small--left--light-font h4{
    padding-top: 200px !important;
  }
}
*/
@media(min-width:2320px){
  .c-hero.c-hero-vh{
    height:100vh;
  }
}

@media(max-width:1502px){
  .c-heading.primary, .c-heading.primary h1 {
    font-size: 44px;
  }
  .c-heading.c-heading--sub,
  .c-heading.c-heading--sub h3{
    font-size:24px;
  }
}

@media(max-width:1200px){
  .o-container-large.u-letter-box--super{
    padding-right:0;
    padding-left:0;
  }

  .o-featured-content.o-featured-content-left.o-featured-content--left--large--pd{
    padding-top: 80px;
    padding-right: 50px;
    padding-left: 50px;
  }
  /*.c-hero.c-hero-vh.simple-background-image.simple-ty-body-wrapper{
  height:100%;
}*/
  .featured-image__content-wrap{
    padding-top:30px;
  }
  .c-timeline-circle{
    left: -4.8%;
  }
  .center-img img{
    display:none !important;
  }
  .o-featured-content--left--large--pd .c-form-wrap input[type="text"], 
  .o-featured-content--left--large--pd .c-form-wrap input[type="password"], 
  .o-featured-content--left--large--pd .c-form-wrap input[type="datetime"], 
  .o-featured-content--left--large--pd .c-form-wrap input[type="datetime-local"], 
  .o-featured-content--left--large--pd .c-form-wrap input[type="date"], 
  .o-featured-content--left--large--pd .c-form-wrap input[type="month"], 
  .o-featured-content--left--large--pd .c-form-wrap input[type="time"], 
  .o-featured-content--left--large--pd .c-form-wrap input[type="week"], 
  .o-featured-content--left--large--pd .c-form-wrap input[type="number"], 
  .o-featured-content--left--large--pd .c-form-wrap input[type="email"], 
  .o-featured-content--left--large--pd .c-form-wrap input[type="url"], 
  .o-featured-content--left--large--pd .c-form-wrap input[type="search"], 
  .o-featured-content--left--large--pd .c-form-wrap input[type="tel"], 
  .o-featured-content--left--large--pd .c-form-wrap input[type="color"], 
  .o-featured-content--left--large--pd .c-form-wrap input[type="file"], 
  .o-featured-content--left--large--pd .c-form-wrap textarea, 
  .o-featured-content--left--large--pd .c-form-wrap select{
    width:100% !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .center-scroll{
    display:none !important;
  }
}


@media (max-width: 991px) {
  .c-hero.c-hero-vh.simple-background-image.simple-ty-body-wrapper{
    height:100vh;
  }
  .simple-ty-body-wrapper .o-container-large.u-letter-box--super.u-letter-box-super--tbp{
    padding-top:50px;
  }
  .c-card-wrapper.c-card-wrapper--bg-white.c-card-wrapper--products{
    width:100%;
  }
  .c-hero.c-hero-vh.c-hero--tp {
    padding-right: 40px;
    padding-left: 40px;
  }
  .c-hero.c-hero-vh.products {
    background-image: -webkit-linear-gradient(270deg, #fff, rgba(255, 248, 240, .6));
    background-image: linear-gradient(180deg, #fff, rgba(255, 248, 240, .6));
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .c-hero.c-hero-vh--55.events {
    height: 50vh;
  }
  .c-hero.c-hero-vh--55.click-through {
    height: auto;
  }
  .o-image.o-image-play-button {
    top: 23%;
    right: 28%;
  }
  .c-hero_inner.u-align-table_cell.u-align-table_cell--half--left {
    display: inline-block;
  }
  .c-hero_inner.u-align-table_cell.u-align-table_cell--half--left.u-align-table_cell--half--left--typ {
    background-position: 50% 50%;
    background-size: cover;
    height:90vh;
  }
  .c-hero_inner.u-align-table_cell.u-align-table__cell--half--right {
    background-position: 38% 50%;
    background-size: auto 800px;
    background-attachment: fixed;
  }
  .o-container.u-letter-box--super {
    padding: 60px 20px 50px;
  }
  .o-container.u-letter-box--super.u-letter-box--super-bp {
    padding-right: 40px;
    padding-left: 40px;
  }
  .o-container.u-letter-box--super.u-letter-box--super--lrp {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-container.u-letter-box--super.u-letter-box--super--less-tp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .o-container.o-container--small {
    padding-left: 10px;
  }
  .o-container.o-container--large {
    padding-top: 200px;
    padding-right: 100px;
    padding-left: 100px;
  }
  .o-container.o-container-banner--tp {
    padding-top: 120px;
  }
  .c-heading-h3.c-heading--ntp.u-centered {
    font-size: 32px;
  }
  .c-button.c-button--primary.c-button--large.c-button--tm.u-color-dark-turquoise {
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-button.c-button--primary.c-button--medium.c-button--medium--outline.u-color-dark-turquoise {
    padding-right: 10px;
    padding-left: 10px;
  }
  .o-ebook-item.o-ebook-item--np.o-ebook-item--np--offset {
    left: 0px;
    width: auto;
    height: auto;
    background-image: none;
  }
  .o-section {
    display: block;
  }
  .o-section.u-bg--dark-blue.u-letter-box--large {
    padding-right: 40px;
    padding-left: 40px;
  }
  .o-section.o-section--vh.o-section--vh--hidden {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
  }
  .o-container-large.u-letter-box--super {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-container-large.u-letter-box--super.u-letter-box-tbp {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-container-large.u-letter-box--super.u-letter-box-super--tbp {
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-container-large.u-letter-box--super.u-letter-box--super--tbp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .o-grid.o-grid__cell.u-same-height__row-fluid--bp.u-same-height__row-fluid--tm {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-grid.o-grid__cell.u-same-height__row-fluid--bp.u-same-height__row-fluid--tm-small {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-grid.o-grid__cell.u-same-height__row-fluid--lrp {
    padding-right: 30px;
    padding-left: 30px;
  }
  .o-grid.o-grid--lrp {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-grid.u-same-height__row-fluid.u-same-height__row-fluid--lrp.u-same-height__row-fluid--tm {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-grid.o-grid--lrp--medium {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-grid.o-grid--lrp-medium {
    padding-right: 100px;
    padding-left: 100px;
  }
  .o-grid__cell.o-grid__cell--medium {
    padding-right: 100px;
    padding-left: 100px;
  }
  .o-featured-content.o-featured-content-left {
    padding-left: 0px;
  }
  .o-featured-content.o-featured-content-left.o-featured-content--left--large--pd {
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .typ-prod .o-featured-content.o-featured-content-left.o-featured-content--left--large--pd {
    padding-left: 30px;
  }
  .o-featured-content.o-featured-content--medium {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-featured-content.o-featured-content--medium.o-featured-content-medium--bg-colour {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-featured-content.o-featured-content--tm {
    margin-top: 50px;
    font-weight: 400;
  }
  .c-card.c-card--small {
    box-shadow: none;
  }
  .c-card.c-card--small.c-card--small--lrp {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-card.c-card--small.c-card--small--pricing {
    padding-right: 25px;
    padding-left: 25px;
  }
  .c-card.c-card--small.c-card--small--left.c-card--small--left--lp {
    padding-left: 0px;
  }
  .c-card.c-card--image.c-card--image--big {
    min-width: 300px;
    margin-top: 50px;
  }
  .c-card.c-card--image.c-card--image--big.test {
    top: 70px;
    min-width: 350px;
  }
  .c-card.c-card--image.c-card--image--medium {
    min-width: 300px;
    margin-bottom: 50px;
  }
  .c-card.c-card--image.c-card--image--medium.c-card--image--medium--features {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .c-card.c-card--image.c-card--image--medium.c-card--image--medium--features--2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .c-card.c-card--big {
    min-width: 300px;
    padding-top:0 !important;
  }
  .c-card__header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-card__header.c-card__header--special.c-card__header--special--left.c-card__header--blog {
    top: 221px;
  }
  .c-card__header.c-card__header--test-2 {
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 20px;
  }
  .c-card__heading--sub.c-card__heading--sub--medium {
    font-size: 18px;
  }
  .c-icon-box__icon.c-icon-box__icon--lp {
    padding-right: 20px;
    padding-left: 0px;
  }
  .feature-block__img {
    width: 200px;
    height: 200px;
  }
  .feature-block__img.feature-block__img--blog.feature-block__img--blog-1 {
    width: 300px;
  }
  .feature-block__img.feature-block__img--blog.feature-block__img--blog-2 {
    width: 300px;
  }
  .feature-block__img.feature-block__img--blog.feature-block__img--blog-3 {
    width: 300px;
  }
  .feature-block__img.feature-block__img--products.feature-block__img--products-tab-2--1 {
    width: 300px;
  }
  .c-pricing-heading {
    font-size: 50px;
  }
  .c-spacer.c-spacer-medium {
    height: 45px;
  }
  .c-timeline-container {
    position: relative;
  }
  .c-timeline-circle {
    left: -6.6%;
  }
  .demo-video {
    height: 329px;
  }
  .featured-image__content-wrap {
    padding-top: 80px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .featured-image__sub-title.u-color--white {
    font-size: 18px;
  }
  .c-text-link.c-text-link--test.u-color--pink {
    margin-top: 0px;
  }
  .c-heading {
    font-size: 24px;
  }
  .c-heading.u-color--grey-med.c-heading--light {
    padding-bottom: 10px;
  }
  .c-heading.c-heading--sub,
  .c-heading.c-heading--sub h3{
    font-size: 24px;
  }
  .c-heading.c-heading--sub.c-heading--sub--narrow.u-centered {
    float: none;
  }
  .c-heading.c-heading--sub.c-heading--sub--normal-weight.u-color--white {
    font-size: 22px;
  }
  .c-heading.c-heading--sub.u-color--white,
  .c-heading.c-heading--sub.u-color--white h3{
    font-size: 24px;
  }
  .c-heading.c-heading--sub.c-heading--sub--italic.u-color--white {
    font-size: 22px;
  }
  .c-heading.c-heading--tp {
    font-size: 22px;
  }
  .c-heading.c-heading--tp.c-heading--tp--inline {
    font-size: 18px;
  }
  .c-heading.u-color--white {
    font-size: 40px;
  }
  .c-heading.u-color--white.c-heading--box {
    padding-bottom: 10px;
    font-size: 24px;
  }
  .c-heading.u-color--white.c-heading--newsletter h2,
  .c-heading.u-color--white.c-heading--newsletter {
    font-size: 28px;
  }
  .c-heading.c-heading__timeline--right.c-heading__timeline--right--small--grey {
    padding-bottom: 35px;
  }
  .c-heading.c-heading--social {
    font-size: 22px;
  }
  .c-heading.c-heading--title h3,
  .c-heading.c-heading--title h4,
  .c-heading.c-heading--title {
    font-size: 22px;
  }
  .c-heading.c-heading--section {
    font-size: 32px;
  }
  .c-heading.primary,
  .c-heading.primary h1{
    font-size: 40px;
  }
  .c-heading.secondary h4,
  .c-heading.secondary {
    font-size: 32px;
  }
  .c-tab-heading {
    display: inline;
  }
  .c-tabs.c-tabs--tp {
    display: inline-block;
  }
  .c-tab-heading-text-block {
    display: inline;
  }
  .c-scroll-top.u-highest {
    display: none;
  }
  .slick-prev.slick-arrow,
  .slick-next.slick-arrow{
    display:none !important;
  }
  .photo-gallery{
    margin-top:20px;
  }
  .bottom_right{
    position:static !important;
    min-height:400px !important;
  }

  .bottom_right .c-card.c-card--image.c-card--image--medium{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }
  .bottom_left img{
    display:none;
  }
  .c-hero.c-hero-vh.simple-background-image{
    height:100%;
  }
  /*.c-hero.c-hero-vh.c-hero--tp.simple-background-image.vitru{
  height:100%;
}*/
  .o-featured-content--left--large--pd .c-form-wrap input[type="text"],
  .o-featured-content--left--large--pd .c-form-wrap input[type="password"],
  .o-featured-content--left--large--pd .c-form-wrap input[type="datetime"],
  .o-featured-content--left--large--pd .c-form-wrap input[type="datetime-local"],
  .o-featured-content--left--large--pd .c-form-wrap input[type="date"],
  .o-featured-content--left--large--pd .c-form-wrap input[type="month"],
  .o-featured-content--left--large--pd .c-form-wrap input[type="time"],
  .o-featured-content--left--large--pd .c-form-wrap input[type="week"],
  .o-featured-content--left--large--pd .c-form-wrap input[type="number"],
  .o-featured-content--left--large--pd .c-form-wrap input[type="email"],
  .o-featured-content--left--large--pd .c-form-wrap input[type="url"],
  .o-featured-content--left--large--pd .c-form-wrap input[type="search"],
  .o-featured-content--left--large--pd .c-form-wrap input[type="tel"],
  .o-featured-content--left--large--pd .c-form-wrap input[type="color"],
  .o-featured-content--left--large--pd .c-form-wrap input[type="file"],
  .o-featured-content--left--large--pd .c-form-wrap textarea,
  .o-featured-content--left--large--pd .c-form-wrap select{
    width:100% !important;
  }
}

@media (max-width: 767px) {
  .c-hero.c-hero-vh.c-hero--tp.simple-background-image.vitru{
    height:100%;
  }
  .c-hero.c-hero-vh.c-hero-vh--product.c-hero-vh--product--typ{
    background-image:none;
  }
  .c-hero.c-hero-vh.c-hero-vh--product.c-hero-vh--product--typ .u-letter-box--small.u-letter-box--small--tm{
    text-align:center;
  }
  .c-hero.c-hero-vh.simple-background-image{
    height:100vh;
  }
  .c-heading.primary, .c-heading.primary h1{
    font-size:38px;
  }
  .c-heading.c-heading--sub,
  .c-heading.c-heading--sub h3{
    font-size: 22px;
  }
  .c-hero.c-hero-vh.c-hero--tp {
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-hero.c-hero-vh--55.events {
    height: 60vh;
  }
  .c-hero.c-hero-vh--55.click-through {
    height: auto;
  }
  .c-nav {
    position: absolute;
    text-align: center;
  }
  .c-logo {
    display: block;
    float: none;
  }
  .o-image {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .o-image.o-image--full {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .o-image.o-image--full.o-image--right {
    float: none;
    text-align: center;
    width:50px;
  }
  .o-image.o-image--test {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .o-image.o-image-play-button {
    top: 20%;
    right: 40%;
  }
  .c-hero_inner.u-align-table_cell.u-align-table__cell--half--right {
    background-position: 50% 50%;
    background-size: cover;
  }
  .o-container.u-centered {
    padding-right: 30px;
    padding-left: 30px;
  }
  .o-container.u-letter-box--super {
    padding: 60px 20px 50px;
  }
  .o-container.u-letter-box--super.u-letter-box--super-bp {
    padding-top: 50px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .o-container.u-letter-box--super.u-letter-box--super--lrp {
    padding-right: 30px;
    padding-left: 30px;
  }
  .o-container.u-letter-box--medium {
    padding-right: 50px;
    padding-left: 50px;
  }
  .o-container.o-container--large {
    padding-top: 100px;
    padding-right: 100px;
    padding-left: 100px;
  }
  .o-container.o-container--tp {
    padding-top: 100px;
  }
  .o-container.o-container-banner--tp {
    padding-top: 0px;
  }
  .c-heading-h3 {
    font-size: 38px;
    line-height: 42px;
  }
  .c-heading-h3.c-heading--tbp--left.c-heading--left--np {
    font-size: 32px;
    line-height: 36px;
  }
  .c-heading-h3.c-heading__timeline--right.c-heading--sub.c-heading--sub--left {
    margin-top: 0px;
  }
  .c-heading-sub.c-heading-sub-narrow {
    width: 100%;
    line-height: 28px;
  }
  .c-heading-sub.c-heading-sub-narrow.c-heading-sub-narrow--left.c-heading-sub-narrow-tbp {
    font-size: 18px;
    line-height: 22px;
  }
  .c-button.c-button--primary.c-button--large.c-button--large--tm.c-button--large--pink {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-button.c-button--primary.c-button--large.u-color--pink.c-button--large--tm {
    padding-right: 30px;
    padding-left: 30px;
  }
  .o-ebook-item.o-ebook-item--tbp {
    text-align: center;
  }
  .o-ebook-item.o-ebook-item--large {
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .o-ebook-item.o-ebook-item--large.o-ebook-item--large--tp.o-ebook-item--large--click-through {
    text-align: center;
  }
  .o-section {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .o-section.u-bg--dark-blue.u-letter-box--small {
    position: static;
    display: block;
  }
  .o-section.u-bg--dark-blue.u-letter-box--large {
    padding-left: 10px;
    padding-right:10px;
  }
  .o-section.o-section--vh.o-section--vh--hidden {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .o-container-large.u-letter-box--super.u-letter-box-super--tbp {
    position: relative;
    padding: 50px 20px;
  }
  .o-container-large.u-letter-box--super.u-letter-box--super--tbp {
    padding-top: 0px;
  }
  .o-grid.o-grid__cell.u-same-height__row-fluid--tm {
    text-align: center;
  }
  .o-grid.o-grid__cell.u-same-height__row-fluid--tm.u-same-height__row-fluid--double-col {
    margin-top: 0px;
  }
  .o-grid.o-grid--tm {
    margin-top: 0px;
  }
  .o-grid.u-same-height__row-fluid.u-same-height__row-fluid--lrp.u-same-height__row-fluid--tm {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-grid.o-grid--lrp-medium {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  .o-grid__cell.o-grid__cell--left {
    text-align: center;
  }
  .o-grid__cell.o-grid__cell--left.o-grid__cell--left--lp {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-grid__cell.o-grid__cell--narrow {
    margin-bottom: 20px;
  }
  .o-grid__cell.o-grid__cell--lp {
    padding-right: 30px;
  }
  .o-featured-content.o-featured-content-left {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    text-align: left;
  }
  .o-featured-content.o-featured-content-left.o-featured-content--left--large--pd {
    padding-top: 150px;
    padding-right: 20px;
    padding-left: 30px;
    text-align: left;
  }
  .typ-prod .o-featured-content.o-featured-content-left.o-featured-content--left--large--pd {
    padding-left: 20px;
  }
  .o-featured-content.o-featured-content--medium {
    text-align: center;
    padding-top:100px;
  }

  .event-ban-wrapper .o-featured-content.o-featured-content--medium{
    padding-top:120px;
  }
  .o-featured-content.o-featured-content--medium.o-featured-content-medium--bg-colour {
    text-align: center;
    padding-top:0;
  }
  .o-featured-content.o-featured-content--medium.o-featured-content-medium--ntp {
    position: relative;
    padding-top: 30px;
    padding: 0 !important;
  }
  .o-featured-content.o-featured-content--ltp {
    display: block;
  }
  .c-heading-eyebrow {
    font-size: 14px;
  }
  .c-heading-eyebrow.c-heading-eyebrow--left {
    padding-left: 10px;
  }
  .c-form.c-form--medium {
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .c-form.c-form--medium.c-form--medium--right {
    padding-right: 50px;
  }
  .c-form__item.c-form__item--small {
    width: 90%;
  }
  .c-form__item.c-form__item--left {
    text-align: left;
  }
  .c-field.c-field--newsletter {
    text-align: left;
  }
  .c-paragraph.c-paragraph--address--left {
    text-align: center;
  }
  .c-paragraph.c-paragraph--form {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-ebook {
    margin-bottom: 50px;
  }
  .c-card.c-card--small {
    margin-bottom: 30px;
  }
  .c-card.c-card--small.c-card--small--lrp {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .c-card.c-card--small.c-card--small--pricing {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-card.c-card--small.c-card--small--pricing.c-card--small--pricing--special {
    width: 100%;
  }
  .c-card.c-card--small.c-card--small--left {
    margin-bottom: 10px;
    text-align: left;
  }
  .c-card.c-card--small.c-card--small--left.c-card--small--left--light-font {
    text-align: left;
  }
  .c-card.c-card--small.c-card--small--left.c-card--small--left--rp {
    padding-left: 20px;
    text-align: center;
  }
  .c-card.c-card--small.c-card--small--left.c-card--small--left--lp {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .c-card.c-card--small.c-card--small--left.c-card--small--left--lp {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-card.c-card--small.c-card--small--rp {
    padding-right: 0px;
  }
  .c-card.c-card--small.c-card--small--lp {
    padding-left: 0px;
  }
  .c-card.c-card--video {
    position: relative;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-card.c-card--image.c-card--image--medium {
    padding-bottom: 50px;
  }
  .c-card.c-card--big {
    display: block;
    min-width: 350px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .c-card.c-card--big.c-card--big--box-p {
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 50px;
  }
  .c-card__header.c-card__header--test-2 {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .c-card__header.c-card__header--speakers-block {
    padding-top: 30px;
  }
  .c-icon-box__icon.c-icon-box__icon--lp {
    padding-bottom: 10px;
  }
  .feature-block__img {
    width: 400px;
  }
  .feature-block__img.feature-block__--3 {
    background-size: cover;
  }
  .feature-block__img.feature-block__--3:hover {
    background-size: auto, cover;
  }
  .feature-block__img.feature-block__img--blog.feature-block__img--blog-1 {
    width: 450px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .feature-block__img.feature-block__img--blog.feature-block__img--blog-2 {
    width: 450px;
  }
  .feature-block__img.feature-block__img--blog.feature-block__img--blog-3 {
    width: 450px;
  }
  .feature-block__img.feature-block__img--products.feature-block__img--products-tab-2--1 {
    width: 400px;
  }
  .c-spacer.c-spacer-medium {
    height: 35px;
  }
  .o-slide.o-slide--one.u-centered {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-card__timeline-content.c-card__timeline-content--right {
    padding-bottom: 30px;
  }
  .c-timeline-circle {
    left: -7.5%;
  }
  .demo-video {
    height: 350px;
  }
  .featured-image__content-wrap {
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .c-heading {
    font-size: 22px;
  }
  .c-heading.c-heading--sub,
  .c-heading.c-heading--sub h3{
    font-size: 22px;
  }
  .c-heading.c-heading--sub.c-heading--sub--narrow.u-centered {
    margin-bottom: 20px;
    float: none;
  }
  .c-heading.c-heading--sub.u-color--white,
  .c-heading.c-heading--sub.u-color--white h3{
    font-size: 20px;
  }
  .c-heading.c-heading--np.secondary {
    font-size: 26px;
  }
  .c-heading.c-heading--tp {
    font-size: 22px;
  }
  .c-heading.u-color--white.c-heading--box {
    font-size: 22px;
  }
  .c-heading.u-color--white.c-heading--newsletter h2,
  .c-heading.u-color--white.c-heading--newsletter {
    text-align: left;
  }
  .c-heading.u-color--white.primary {
    font-size: 32px;
  }
  .c-heading.c-heading__timeline--left {
    font-size: 22px;
  }
  .c-heading.c-heading__timeline--left.c-heading--sub-timeline {
    margin-top: 0px;
  }
  .c-heading.c-heading--title,
  .c-heading.c-heading--title h3,
  .c-heading.c-heading--title h4{
    font-size: 22px;
  }
  .c-heading.primary,
  .c-heading.primary h1{
    font-size: 32px;
  }
  .c-heading.secondary h4,
  .c-heading.secondary {
    font-size: 26px;
  }
  .c-heading.secondary.c-heading--lp {
    padding-left: 10px;
  }
  .c-tab-heading {
    display: inline;
    width: auto;
    margin-right: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-tab-heading.w--current {
    display: inline;
  }
  .c-tab-heading.c-tab-heading--pressed {
    display: inline;
  }
  .c-tab-heading.c-tab-heading--pressed.w--current {
    display: inline-block;
    width: 20%;
    margin-right: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-tabs__headings {
    display: inline-block;
  }
  .c-tabs.c-tabs--tp {
    display: inline;
  }
  .c-blog-article {
    margin-bottom: 30px;
  }
  .c-card-wrapper.c-card-wrapper--bg-white.c-card-wrapper--products {
    margin-bottom: 30px !important;
  }
  .c-tab-heading-text-block {
    display: inline-block;
  }
  .c-slide-nav.c-slide-nav--special--ltp.u-centered {
    top: 890px;
  }
  .c-slide-nav.c-slide-nav--test {
    top: 870px;
    text-align: left;
  }
  .c-image-link {
    margin-bottom: 30px;
  }
  .photo-gallery {
    width: 80%;
  }
  .c-social-link-2 {
    display: inline-block;
  }
  .scroll-wrapper svg,
  .hidden-scroll.center-scroll svg,
  .c-scroll-indicator-1 {
    display: none;
  }
  .subscribe-form input[type="email"]{
    width:100% !Important;
    margin-left:0;
  }
  .subscribe-form .hs-button.primary.large{
    margin-top: 25px !important;
  }

  .subscribe-form .legal-consent-container{
    margin-top:10px;
  }
  .c-card-countdown .o-grid__cell.span3{
    width:25%;
    float:left;
  }
  .c-timeline-container .o-grid__cell.span6{
    width:50%;
    float:left;
  }
  .c-card.c-card__image-wrapper--speaker{
    float:none;
  }
  .c-card.c-card--small.c-card-small--bp{
    padding:0;
  }

  .hidden-half{
    display:none !important;
  }

  .c-hero_inner.u-align-table_cell.u-align-table_cell--half--left.shown-half{
    width:100%;
  }
  .bottom_right{
    min-height:auto !important;
    min-height:initial !important;
  }
  .break-column-feat.top .w-hidden-small{
    display:block !important;
  }
  .hidden-scroll{
    display:none !important;
  }
  .slick-dots{
    padding-left:0;
  }
  .footer-container-wrapper .u-letter-box--small.u-letter-box--small--tm{
    margin-top:0;
    padding-top:0;
  }
  .footer-container-wrapper .c-social-link-2.c-social-link--footer{
    text-align: left;
  }
  #clickThruSlider .slick-dots{
    margin-left:40px !important;
  }
  /*.u-letter-box--small.u-letter-box--small--tm {
  text-align: left;
}*/
}

@media (max-width: 479px) {
  .scroll-wrrapper{display:none !important;}
  .c-hero.c-hero-vh.simple-background-image.simple-ty-body-wrapper{
    height:100%;
  }
  .mobile-center h3,
  .mobile-center p{
    text-align:center !important;
  }

  .hiden {
    Display: none;
  } 
  .c-card .c-pricing-heading,.c-pricing-heading {
    font-size: 30px !important;
  }  
  .o-featured-content--left--large--pd .c-form-wrap input[type="text"], .o-featured-content--left--large--pd .c-form-wrap input[type="password"], .o-featured-content--left--large--pd .c-form-wrap input[type="datetime"], .o-featured-content--left--large--pd .c-form-wrap input[type="datetime-local"], .o-featured-content--left--large--pd .c-form-wrap input[type="date"], .o-featured-content--left--large--pd .c-form-wrap input[type="month"], .o-featured-content--left--large--pd .c-form-wrap input[type="time"], .o-featured-content--left--large--pd .c-form-wrap input[type="week"], .o-featured-content--left--large--pd .c-form-wrap input[type="number"], .o-featured-content--left--large--pd .c-form-wrap input[type="email"], .o-featured-content--left--large--pd .c-form-wrap input[type="url"], .o-featured-content--left--large--pd .c-form-wrap input[type="search"], .o-featured-content--left--large--pd .c-form-wrap input[type="tel"], .o-featured-content--left--large--pd .c-form-wrap input[type="color"], .o-featured-content--left--large--pd .c-form-wrap input[type="file"], .o-featured-content--left--large--pd .c-form-wrap textarea, .o-featured-content--left--large--pd .c-form-wrap select {
    width: 100% !important;
  }

  .o-featured-content--left--large--pd .c-heading{
    width:100% !important;
  }
  .c-hero.c-hero-vh.c-hero--tp {
    padding-right: 30px;
    padding-left: 30px;
    height:100%;
  }
  .c-hero.c-hero-vh--55.events {
    height: 65vh;
  }
  .c-hero.c-hero-vh--55.click-through {
    height: auto;
  }
  .c-nav {
    position: absolute;
    text-align: center;
  }
  .c-logo {
    position: relative;
    text-align: center;
  }

  .c-logo.w-nav-brand.simple-logo{
    position:absolute;
  }

  .o-image {
    display: inline-block;
    text-align: center;
  }

  .c-card__image-wrapper--bp .o-image{
    width:90px;
  }
  .o-image.o-image-play-button {
    right: 32%;
  }
  .o-container-large.u-letter-box--super.u-letter-box-super--tbp {
    padding: 50px 20px;
  }
  .c-hero_inner.u-align-table_cell.u-align-table_cell--half--left {
    width: 100%;
  }
  .c-hero_inner.u-align-table_cell.u-align-table__cell--half--right.u-align-table__cell--half--right--typ {
    width: 100%;
  }
  .o-container.u-letter-box--super {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-container.u-letter-box--super.u-letter-box--super-bp {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-container.u-letter-box--super.u-letter-box--super--lrp .w-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-container.u-letter-box--medium {
    padding-right: 20px;
    padding-left: 20px;
  }
  .o-container.o-container--large {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .basic-ty-wrapper .o-container.o-container--large{
    padding-top:150px;
  }
  .o-container.u-letter-box--large {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-heading-h3 {
    font-size: 34px;
    line-height: 39px;
  }
  .c-heading-h3.c-heading-h3-tp.c-heading-tp--small {
    font-size: 16px;
    line-height: 22px;
  }
  .c-heading-sub.c-heading-sub-narrow {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
  .c-button.c-button--primary.c-button--large.c-button--large--tm.c-button--large--pink {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-button.c-button--primary.c-button--large.c-button--tm.c-button--fw.u-color-dark-turquoise:hover {
    box-shadow: none;
  }
  .c-button.c-button--primary.c-button--large.u-color--pink.c-button--large--tm {
    padding-right: 13px;
    padding-left: 13px;
  }
  .c-button.c-button--primary.c-button--medium.c-button--medium--outline.u-color-dark-turquoise {
    padding-right: 10px;
    padding-left: 10px;
  }
  .o-ebook-item.o-ebook-item--large {
    width: 80%;
    height: auto;
  }
  .o-section.u-bg--dark-blue.u-letter-box--small {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
  }
  .o-section.o-section--vh.o-section--vh--hidden {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
  }
  .o-container-large.u-letter-box--super.u-letter-box-super--tbp.simple-popup-container{
    padding-top:100px;
  }
  .o-container-large.u-letter-box--super.u-letter-box-super--tbp {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .o-grid.o-grid__cell.u-same-height__row-fluid--tm {
    padding-right: 0px;
    padding-left: 0px;
  }
  #mixitupFilter .mix{
    padding-right:0 !important;
    padding-left:0 !important;
  }
  .o-grid.o-grid__cell.u-same-height__row-fluid--bp.u-same-height__row-fluid--tm-small {
    margin-top: 0px;
  }
  .o-grid.o-grid__cell.u-same-height__row-fluid--lrp {
    padding-right: 10px;
    padding-left: 10px;
  }
  .o-grid.o-grid--lrp {
    padding-right: 10px;
    padding-left: 10px;
  }
  .o-grid.o-grid--lrp-medium {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-grid__cell {
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-featured-content.o-featured-content-left {
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
  }
  .o-featured-content.o-featured-content-left.o-featured-content--left--large--pd {
    position: relative;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    padding-top:120px;
  }
  .typ-prod .o-featured-content.o-featured-content-left.o-featured-content--left--large--pd {
    padding-left: 20px;
  }
  .o-featured-content.o-featured-content--medium {
    padding-right: 20px;
    padding-left: 20px;
  }

  #formContentWrapper .o-featured-content.o-featured-content--medium{
    padding-left:0;
    padding-right:0;
  }
  .o-featured-content.o-featured-content--tm {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-heading-eyebrow {
    line-height: 20px;
  }
  .c-card.c-card--small {
    margin-bottom: 30px;
  }
  .c-card.c-card--small.c-card--small--pricing {
    width: 100%;
    margin-left:0;
    margin-right:0;
  }
  .c-card.c-card--big.c-card--big--box-p {
    padding-left: 30px;
  }
  .c-card__header.c-card__header--test-2 {
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-card__heading--sub.c-card__heading--sub--medium {
    position: relative;
    display: inline-block;
  }
  .feature-block__img {
    width: 250px;
  }
  .feature-block__img.feature-block__img--blog.feature-block__img--blog-1 {
    width: 350px;
  }
  .feature-block__img.feature-block__img--blog.feature-block__img--blog-2 {
    width: 350px;
  }
  .feature-block__img.feature-block__img--blog.feature-block__img--blog-3 {
    width: 350px;
  }
  .feature-block__img.feature-block__img--products.feature-block__img--products-tab-1--1 {
    width: 100%;
  }
  .feature-block__img.feature-block__img--products.feature-block__img--products-tab-1--2 {
    width: 300px;
  }
  .feature-block__img.feature-block__img--products.feature-block__img--products-tab-1--3 {
    width: 300px;
  }
  .feature-block__img.feature-block__img--products.feature-block__img--products-tab-2--1 {
    width: 350px;
  }
  .feature-block__img.feature-block__img--products.feature-block__img--products-tab-2--2 {
    width: 350px;
  }
  .feature-block__img.feature-block__img--products.feature-block__img--products-tab-2--3 {
    width: 350px;
  }
  .feature-block__img.feature-block__img--products.feature-block__img--products-tab-3--1 {
    width: 300px;
  }
  .feature-block__img.feature-block__img--products.feature-block__img--products-tab-3--2 {
    width: 300px;
  }
  .feature-block__img.feature-block__img--products.feature-block__img--products-tab-3--3 {
    width: 300px;
  }
  .c-card__countdown.c-card__countdown--block-padding.days {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-card__countdown.c-card__countdown--block-padding.hours {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-card__countdown.c-card__countdown--block-padding.minutes {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-card__countdown.c-card__countdown--block-padding.seconds {
    display: block;
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-pricing-heading {
    display: block;
    padding-bottom: 0px;
    font-size: 40px;
  }
  .c-spacer.c-spacer-medium {
    height: 35px;
  }
  .o-slide.o-slide--one.u-centered {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-card__timeline-content.c-card__timeline-content--left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-card__timeline-content.c-card__timeline-content--right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-timeline-circle {
    left: -6%;
  }
  .demo-video {
    height: 250px;
  }
  .featured-image__content-wrap {
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-heading.c-heading--sub.c-heading--sub--narrow.u-centered {
    display: block;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-heading.c-heading--np {
    font-size: 26px;
  }
  .c-heading.c-heading--tp {
    font-size: 22px;
  }
  .c-heading.c-heading__timeline--left {
    font-size: 18px;
  }
  .c-tab__panel {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-tab-heading {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
  }
  .c-tab-heading.w--current {
    width: 100%;
  }
  .c-tab-heading.c-tab-heading--pressed {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-tab-heading.c-tab-heading--pressed.w--current {
    position: relative;
    width: 100%;
  }
  .c-tabs__headings {
    position: relative;
    display: block;
    text-align: center;
  }
  .c-tabs.c-tabs--tp {
    display: block;
  }
  .c-tab-heading-text-block {
    display: block;
    width: 40%;
    margin-right: auto !important;
    margin-left: auto;
    text-align: center;
  }
  .c-slide-nav.c-slide-nav--special--ltp.u-centered {
    top: 1000px;
  }
  .c-slide-nav.c-slide-nav--test {
    padding-left: 20px;
  }
  .c-countdown-paragraph {
    display: inline-block;
    font-size: 13px;
  }
  #clickThruSlider .slick-dots {
    float: left;
    margin-left: 0 !important;
    padding: 0;
  }
  .o-container.o-container--tp{
    padding-top:20px;
  }

  .bottom_right{
    min-height:auto !important;
  }
  .span12.widget-span.widget-type-custom_widget.share-left{
    position: static;
    float: none !important;
    width: 100% !important;
    text-align: center;
  }
  .c-card.c-card--video{
    margin-right:0;
    margin-left:0;
    width:100%;
  }
  .photo-gallery {
    width: 100%;
  }
  .c-heading--sub.c-heading--sub--narrow{
    width:100%;
  }
  .twit-embed{
    padding-left:10px;
    padding-right:10px;
  }
  .pricing-wrapper {
    padding: 0 10px;
  }
  #deeds .o-featured-content-medium--ntp{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .c-card.c-card--big{
    min-width:auto !important;
  }
  .u-letter-box--small.u-letter-box--small--tm{
    text-align:center;
  }
  .hs_submit{
    text-align:center !important;
  }

  .simple-ty-inner .u-letter-box--small.u-letter-box--small--tm{
    text-align:center;
  }
  .comp-typ-prd .typ-prod .o-featured-content.o-featured-content-left.o-featured-content--left--large--pd{
    padding-bottom:50px;
  }
  .comp-typ-prd .u-letter-box--small.u-letter-box--small--tm{
    text-align:center;
  }
}

@media(max-width:320px){
  .c-timeline-circle {
    left: -9%;
  }
}


/* ==========================================================================
4) ==Custom Code
========================================================================== */
/* ==========================================================================
==HubSpot Reset
========================================================================== */
.span6.widget-span.widget-type-widget_container{
  margin:0;
}
.o-grid__cell.span1{
  width:10%;
  margin:0;
}
.o-grid__cell.span2{
  width:20%;
  margin:0;
}
.o-grid__cell.span3{
  width:25%;
  margin:0;
}
.o-grid__cell.span4{
  width:33%;
  margin:0;
}
.o-grid__cell.span5{
  width:40%;
  margin:0;

}
.o-grid__cell.span6{
  width:50%;
  margin:0;
}
.o-grid__cell.span7{
  width:60%;
  margin:0;
}
.o-grid__cell.span8{
  width:65%;
  margin:0;
}
.o-grid__cell.span9{
  width:75%;
  margin:0;
}
.o-grid__cell.span10{
  width:80%;
  margin:0;
}
.o-grid__cell.span11{
  width:90%;
  margin:0;
}
.o-grid__cell.span12{
  width:100%;
  margin:0;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
    margin:0 auto !important;
    float:none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 0px !important;

  }

  .te_icons_wrapper{
    margin-left: 30px;   

  }

  .te_icons {
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 0%;
    margin-left: 25px !important;
    margin-right: 25px !important;


  }

  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .o-grid__cell.span1 {
    width: 8.33333333%;
  }
  .o-grid__cell.span2 {
    width: 16.66666667%;
  }
  .o-grid__cell.span3 {
    width: 25%;
  }
  .o-grid__cell.span4 {
    width: 33.33333333%;
  }
  .o-grid__cell.span5 {
    width: 41.66666667%;
  }
  .o-grid__cell.span6 {
    width: 50%;
  }
  .o-grid__cell.span7 {
    width: 58.33333333%;
  }
  .o-grid__cell.span8 {
    width: 66.66666667%;
  }
  .o-grid__cell.span9 {
    width: 75%;
  }
  .o-grid__cell.span10 {
    width: 83.33333333%;
  }
  .o-grid__cell.span11 {
    width: 91.66666667%;
  }
  .o-grid__cell.span12 {
    width: 100%;
  }
  #gallery .span6.w-col-stack,
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }

  .o-grid__cell.span6.break-column-feat{
    width:100%;
  }
}

@media screen and (max-width: 767px) {

  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .o-grid__cell.span1 {
    width: auto;
  }
  .o-grid__cell.span2 {
    width: auto;
  }
  .o-grid__cell.span3 {
    width: auto;
  }
  .o-grid__cell.span4 {
    width: 100%;
  }
  .o-grid__cell.span5 {
    width: auto;
  }
  .o-grid__cell.span6 {
    width: auto;
  }
  .o-grid__cell.span7 {
    width:auto;
  }
  .o-grid__cell.span8 {
    width: auto;
  }
  .o-grid__cell.span9 {
    width: auto;
  }
  .o-grid__cell.span10 {
    width: auto;
  }
  .o-grid__cell.span11 {
    width: auto;
  }
  .o-grid__cell.span12 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {



  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
}


/* ==========================================================================
4) ==Custom styles with a parent class
========================================================================== */   
/* CTA Classes styling - doesn't carry over to new portal when bought */
.vr-simple-button{
  margin-top: 20px;
  font-weight: 400;
  background-color: #2a7a7e;
  padding: 20px 35px;
  border-radius: 2px;
  box-shadow: 0 11px 21px -5px rgba(0, 0, 0, .3);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  clear: right;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  display: inline-block;
  transition: all 200ms ease;
}

.vr-simple-button:hover{
  box-shadow: none;
  background-color: #3b9ea3;
  -webkit-transform: scale3d(1.02, 1.02, 1.02);
  transform: scale3d(1.02, 1.02, 1.02);
  color:#fff;
}

.vr-simple-button.pink{
  background-color: #ff5e5b;
}

.vr-simple-button.pink:hover{
  background-color: #e0524f;
}
/* class for Hidden modules like bg banners and custom modules references for scripts */
.hidden{
  display:none !important;
}

.icon-box ul{
  padding-left:0;
}

.icon-box li{
  background-image:url('//2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/Marketplace/VITRUVIAN/IMG/vt-checkbox-icon.svg');
  background-repeat: no-repeat;
  list-style: none;
  padding-left: 60px;
  font-weight: 700;
  font-size: 18px;
  padding-top: 0px;
  color: #031926 !important;
  padding-bottom: 45px;
  background-size: 40px;
  line-height: 1.2;
  font-weight:700 !important;
  margin-bottom:0 !important;
}

.c-card.c-card--small.c-card--small--pricing.c-card--small--pricing--special.active{
  border-style: solid none none;
  border-width: 5px 2px 2px;
  border-top-color: #ff5e5b;
  background-color: #fff;
}

.active .c-button.c-button--primary.c-button--medium.c-button--medium--pricing--special{
  border-top-width: 3px;
  border-top-color: #ff5e5b;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #ff5e5b;
  font-weight: 400;
}

#mixitupFilter .mix{
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}

.bottom_right{
  position:absolute;
  right:10%;
  bottom:0;
}

.bottom_left{
  position: absolute;
  left: 0;
  bottom: 0;
}

.lefty-floaty{
  float:right !important;
}

.break-column-feat .c-list__item p{
  color: #031926;
}

.break-column-feat .c-list__item li{
  font-weight:300;
  margin-bottom: 20px;
}

.center-img img{
  margin:0 auto;
  float:none !important;
  width:330px !important;
  position:relative;
  top:250px;
  display:block;
}

.complex-bg{
  background-attachment: scroll;
}

/***** EQUAL COLUMN HEIGHT ****/

.u-same-height__cell > .row-fluid-wrapper{
  display: table;
  width:100%;
}
.u-same-height__cell > .row-fluid-wrapper > .row-fluid{
  display: table-row;
}
.u-same-height__cell > .row-fluid-wrapper > .row-fluid:before,
.u-same-height__cell > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}
.u-same-height__cell > .row-fluid-wrapper > .row-fluid > .widget-span{
  display: table-cell;
  vertical-align: top;
  float: none;
}

.u-same-height__cell--middle {
  vertical-align: middle;
}
.u-same-height__cell--bottom {
  vertical-align: bottom;
}

@media(max-width:767px){
  .complex-ty-banner-wrapper .u-same-height__cell{
    display:block !important;
  }

  .u-same-height__cell > .row-fluid-wrapper,
  .u-same-height__cell > .row-fluid-wrapper > .row-fluid,
  .u-same-height__cell > .row-fluid-wrapper > .row-fluid > .widget-span {
    display: block;
  }

  .comp-typ-prd .u-same-height__cell > .row-fluid-wrapper{display:table;}
  .comp-typ-prd .u-same-height__cell > .row-fluid-wrapper > .row-fluid{display:table-row;}
  .comp-typ-prd .u-same-height__cell > .row-fluid-wrapper > .row-fluid > .widget-span{display:table-cell;}
}

.overlay{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

#faq .o-grid.o-grid__cell.u-same-height__row-fluid--tm-small.w-row{
  padding-left:0;
  padding-right:0;
}

.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font h2,
.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font h3{
  padding-bottom:20px;
}

.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font h3{
  padding-top:20px;
}

.small-wrapper{
  padding-left:0;
  padding-right:0;
}


/*********************************************
* *************Slider styling***********
* ********************************************/
.o-slider__mask.w-slider-mask.slick-initialized.slick-slider{
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
}

.slick-prev.slick-arrow{
  margin-top: 150px;
  color: transparent;
  position: absolute;
  left: 0;
  background-color: transparent;
  z-index:6;
}

.slick-prev.slick-arrow:before{
  content: "\f104";
  font-size: 40px;
  color: white;
  font-family:FontAwesome;
}

.slick-next.slick-arrow{
  margin-top: 150px;
  margin-right: 0px;
  margin-left: 40px;
  color: transparent;
  position: absolute;
  right: 0;
  top:0;
  background-color: transparent;
}

.slick-next.slick-arrow:before{
  content: "\f105";
  font-size: 40px;
  color: white;
  font-family:FontAwesome;
}

.slick-dots li{
  display:inline-block;
}

.slick-dots li button{
  border-radius: 100%;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: rgba(255,255,255,0.4);
  cursor: pointer;
  margin: 0 3px .5em;
  transition: background-color 100ms,color 100ms;
  color: transparent;
}

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

#clickThruSlider .slick-dots{
  float:left;
  margin-left: 8px;
}

#sponsor .slick-dots li button{
  background-color:hsla(120, 2%, 67%, .7);
}

#sponsor .slick-dots li.slick-active button{
  background-color:#3b9ea3;	
}

#eventSpeaker .slick-dots{
  position:relative;
  top:20px;
}



/************* Fade in animations **************/
.timer-section .days,
.timer-section .hours,
.timer-section .minutes,
.timer-section .seconds,
.complex-icon-share,
.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font p,
.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font h4,
.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font li,
/*.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font a,*/
.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font h3,
.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font h2{
  transform:scaleX(0) scaleY(0) scaleZ(0);
  transition:all linear .5s;
}
.days.scale-in,
.hours.scale-in,
.minutes.scale-in,
.seconds.scale-in,
.complex-icon-share.scale-in,
.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font p.scale-in,
.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font h4.scale-in,
.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font li.scale-in,
/*.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font a.scale-in,*/
.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font h3.scale-in,
.c-card.c-card--small.c-card--small--left.c-card--small--left--light-font h2.scale-in{
  transform:scaleX(1) scaleY(1) scaleZ(1);
}

#speakerSlider #eventSpeaker{
  transform:scaleX(0) scaleY(0) scaleZ(0);
  transition:all linear .5s;
}

#speakerSlider #eventSpeaker.scale-in{
  transform:scaleX(1) scaleY(1) scaleZ(1);
  transition:all linear .5s;
}

#scheduleEvents .c-card__timeline.c-card__timeline--left{
  transform: translateX(-400px) scaleX(0) scaleY(0) scaleZ(0);
  transition:all linear .5s;
}

#scheduleEvents .c-card__timeline.c-card__timeline--left.scale-in{
  transform: translateX(0px) scaleX(1) scaleY(1) scaleZ(1);
  transition:all linear .5s;
}

#scheduleEvents .c-card__timeline.c-card__timeline--right{
  transform: translateX(400px) scaleX(0) scaleY(0) scaleZ(0);
  transition:all linear .5s;    
}

#scheduleEvents .c-card__timeline.c-card__timeline--right.scale-in{
  transform: translateX(0px) scaleX(1) scaleY(1) scaleZ(1);
  transition:all linear .5s;    
}

#whatToExpect .c-card--small{
  transform:scaleX(0) scaleY(0) scaleZ(0);
  transition:all linear 1s;
}

#whatToExpect .c-card--small.scale-in{
  transform:scaleX(1) scaleY(1) scaleZ(1);
  transition:all linear .5s;
}

#gallery .c-card--video{
  transform:scaleX(0) scaleY(0) scaleZ(0);
  transition:all linear .5s;
}

#gallery .c-card--video.scale-in{
  transform:scaleX(1) scaleY(1) scaleZ(1);
  transition:all linear .5s;
}

#gallery .photo-gallery{
  transform:scaleX(0) scaleY(0) scaleZ(0);
  transition:all linear .5s;
}

#gallery .photo-gallery.scale-in{
  transform:scaleX(1) scaleY(1) scaleZ(1);
  transition:transform linear .5s;
}

#pricing .c-card--small--pricing{
  transform:scaleX(0) scaleY(0) scaleZ(0);
  transition:transform linear .5s;
}

#pricing .c-card--small--pricing.scale-in{
  transform:scaleX(1) scaleY(1) scaleZ(1);
  transition:transform linear .5s;
}

#faq .faq-items{
  transform:scaleX(0) scaleY(0) scaleZ(0);
  transition:transform linear .5s;
}

#faq .faq-items.scale-in{
  transform:scaleX(1) scaleY(1) scaleZ(1);
  transition:transform linear .5s;
}


#deeds .o-featured-content-medium--ntp,
#deeds .c-card--small{
  transform:scaleX(0) scaleY(0) scaleZ(0);
  transition:transform linear .5s;
}

#deeds .o-featured-content-medium--ntp.scale-in,
#deeds .c-card--small.scale-in{
  transform:scaleX(1) scaleY(1) scaleZ(1);
  transition:transform linear .5s;
}

.o-featured-content--left--large--pd .c-form-wrap input[type="text"],
.o-featured-content--left--large--pd .c-form-wrap input[type="password"], 
.o-featured-content--left--large--pd .c-form-wrap input[type="datetime"], 
.o-featured-content--left--large--pd .c-form-wrap input[type="datetime-local"], 
.o-featured-content--left--large--pd .c-form-wrap input[type="date"], 
.o-featured-content--left--large--pd .c-form-wrap input[type="month"], 
.o-featured-content--left--large--pd .c-form-wrap input[type="time"], 
.o-featured-content--left--large--pd .c-form-wrap input[type="week"], 
.o-featured-content--left--large--pd .c-form-wrap input[type="number"], 
.o-featured-content--left--large--pd .c-form-wrap input[type="email"], 
.o-featured-content--left--large--pd .c-form-wrap input[type="url"], 
.o-featured-content--left--large--pd .c-form-wrap input[type="search"], 
.o-featured-content--left--large--pd .c-form-wrap input[type="tel"], 
.o-featured-content--left--large--pd .c-form-wrap input[type="color"],
.o-featured-content--left--large--pd .c-form-wrap input[type="file"],
.o-featured-content--left--large--pd .c-form-wrap textarea,
.o-featured-content--left--large--pd .c-form-wrap select{
  width: 80%;
}

.o-featured-content--left--large--pd .c-heading{
  width: 80%;
  color:#031926;
}
.device-display__item{
  transform: translateY(-700px);
  transition:all .5s linear;
}

.device-display__item.down{
  transform:translateY(0px);
}

.scale-in{
  transform: scaleX(1) scaleY(1) scaleZ(1) !important;
}

.scale-out{
  transform:scaleX(0) scaleY(0) scaleZ(0);
  transition: transform 1s;
}

.fade-out{
  opacity:0;
  transition: opacity 2s;
}

.fade-in{
  opacity:1;
}

.slide-out{
  transform: translateX(-760px) ;
  transition: all .5s;
}

.slide-in{
  transform: translateX(0) scaleX(1) scaleY(1) scaleZ(1) !important;
}

.o-ebook-item--large--click-through.o-image.ebook img{
  opacity:1;
  transform: rotateY(0deg);
}

.twit-embed .twitter-tweet{
  margin-left:auto;
  margin-right:auto;
}

.share-left {
  float: right !important;
  width: 50% !important;
  position: absolute;
  right: -16px;
  /* top: 0; */
  bottom: 17px;
}
/* ==========================================================================
Forms
========================================================================== */


/* Global Forms(Default)
========================================================================== */

/* Labels */
body label {}
body .hs-form-field > label {
  font-family: Lato, sans-serif;
  color: #031926;
  margin-bottom:5px;
  font-weight:bold;
  display:block;
  font-size:15px;
}

/* Thank You Label */
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
  color: #031926;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  border-color: #fff;
  background-color: #fff;
  display: block;
  padding: 0 25px;
  border: 2px none #fff;
  box-shadow: 1px 1px 10px -2px rgba(0, 0, 0, .2);
  color: #a9aca9;
  width: 100%;
  height: 55px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  vertical-align: middle;
  -webkit-appearance:none;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  border-color: #2a7a7e;
  outline: 0 none;
}

body input[type="text"]:hover,
body input[type="password"]:hover, 
body input[type="datetime"]:hover, 
body input[type="datetime-local"]:hover, 
body input[type="date"]:hover, 
body input[type="month"]:hover, 
body input[type="time"]:hover, 
body input[type="week"]:hover, 
body input[type="number"]:hover, 
body input[type="email"]:hover, 
body input[type="url"]:hover, 
body input[type="search"]:hover, 
body input[type="tel"]:hover, 
body input[type="color"]:hover,
body input[type="file"]:hover,
body textarea:hover,
body select:hover {
  border-color: #fff;
  border-top-style: none;
  background-color: hsla(0, 0%, 100%, .8);
  box-shadow: 1px 1px 10px -2px rgba(0, 0, 0, .2);
  color: #686868;
}

body select{
  -webkit-appearance:menulist;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
  height: auto;
  min-height: 100px;
  padding-top:10px;
}

/* Submit button */
.hs_submit {
  text-align: left;
}
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  font-family: Lato, sans-serif;
  background-color: #2a7a7e;
  margin-top: 30px;
  font-weight: 400;
  padding: 20px 35px;
  border-radius: 2px;
  box-shadow: 0 11px 21px -5px rgba(0, 0, 0, .3);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  clear: right;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  display: inline-block;
  transition: all 500ms ease;
  cursor: pointer;
  outline: 0 none;
  -webkit-appearance:none;
}

body .form-pink .hs-button.primary,
body .form-pink input[type="submit"],
body .form-pink input[type="button"] {
  font-family: Lato, sans-serif;
  background-color: #ff5e5b;
  margin-top: 30px;
  font-weight: 400;
  padding: 20px 35px;
  border-radius: 2px;
  box-shadow: 0 11px 21px -5px rgba(0, 0, 0, .3);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  clear: right;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  display: inline-block;
  transition: all 500ms ease;
  cursor: pointer;
  outline: 0 none;
}

body .landing-form .hs-button.primary,
body .landing-form  input[type="submit"],
body .landing-form  input[type="button"] {
  font-size: 16px;
  padding: 18px 20px;
  margin-top: 20px;

}


body input[type="submit"]:hover {
  background-color: #3b9ea3;
  box-shadow: none;
}

body .form-pink input[type="submit"]:hover {
  background-color: #e0524f;
  box-shadow:none;
}

body form fieldset{
  max-width:100% !important;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

/* Placeholder search Text */
.blog-search-wrapper ::-webkit-input-placeholder { /* Webkit Browsers */
  opacity: 1;
  font-family:Lato, sans-serif;
  color: #d3d3d3;
  font-size: 16px !important;
  font-style: italic;
  font-weight: 300;
}
.blog-search-wrapper :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  font-family:Lato, sans-serif;
  color: #d3d3d3;
  font-size: 16px !important;
  font-style: italic;
  font-weight: 300;
}
.blog-search-wrapper ::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  font-family:Lato, sans-serif;
  color: #d3d3d3;
  font-size: 16px !important;
  font-style: italic;
  font-weight: 300;
}
.blog-search-wrapper :-ms-input-placeholder { /* IE10 */
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #d3d3d3;
  font-size: 16px !important;
  font-style: italic;
  font-weight: 300;
}

/* Placeholder Text LP forms*/
::-webkit-input-placeholder { /* Webkit Browsers */
  color: #999;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder { /* IE10 */
  color: #999;
  opacity: 1;
}
:focus {
  outline: none;
}
.hs-form-required {
  display: none;
}

.hs-error-msgs {
  font-size: 14px;
  font-weight: 300;
}

.product-p-form h3{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}


/*Subscribe form */
.subscribe-form input[type="email"]{
  width:40%;
  float:left;
  margin-right: 50px;
}

.subscribe-form .legal-consent-container{
  float: left;
  text-align: left;
}

.subscribe-form .hs-button.primary.large{
  margin-top: 0;
  padding: 14px 30px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0;
} 

.subscribe-form ul.hs-error-msgs.inputs-list{
  display: block;
  float: left;
  width: 100%;
  text-align: left;
}

.event-form .hs-button.primary, 
.event-form input[type="submit"], 
.event-form input[type="button"]{
  width:100%;
  background-color:#73c4cb;
}

.event-hidden-form .hs-button.primary, 
.event-hidden-form  input[type="submit"], 
.event-hidden-form  input[type="button"]{
  background-color:#73c4cb;	
}

.event-hidden-form .hs-button.primary:hover, 
.event-hidden-form  input[type="submit"]:hover, 
.event-hidden-form  input[type="button"]:hover{
  background-color: #3b9ea3;
}

.event-form .hs-button.primary:hover, 
.event-form input[type="submit"]:hover, 
.event-form input[type="button"]:hover{
  background-color: #3b9ea3;
  box-shadow: 0 11px 21px -5px rgba(0, 0, 0, .3);
}

@media(max-width:479px){
  body .form-pink .hs-button.primary, body .form-pink input[type="submit"]{
    margin-top:10px;
  }
  .mob-left .u-letter-box--small.u-letter-box--small--tm{
    text-align:left;
  }

  .mob-left .hs_submit{
    text-align:left !important;
  }

}

@media(max-height:620px) {
  .c-hero.c-hero-vh.c-hero-vh--product.c-hero-vh--product--typ.basic-ty-wrapper{
    height:100%
  }  
  .equip {
    padding: 5px 20px 15px 20px;
  }
}


@media(min-width:1024px){

  #hs_cos_wrapper_module_1715860044359490 {
    margin-right: 10px;
    margin-left: 10px;
  }

  #hs_cos_wrapper_module_1715860044359491 {
    margin-right: 10px;
    margin-left: 10px;
  }

  #hs_cos_wrapper_module_1715860044359492 {
    margin-right: 10px;
    margin-left: 10px;
  }

  #hs_cos_wrapper_module_1715860044359493 {
    margin-right: 10px;
    margin-left: 10px;
  }
}


@media(min-width:1280px){

  #hs_cos_wrapper_module_1715860044359490 {
    margin-right: 10px;
    margin-left: 10px;
  }

  #hs_cos_wrapper_module_1715860044359491 {
    margin-right: 10px;
    margin-left: 10px;
  }

  #hs_cos_wrapper_module_1715860044359492 {
    margin-right: 10px;
    margin-left: 10px;
  }

  #hs_cos_wrapper_module_1715860044359493 {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media(min-width:1440px){

  #hs_cos_wrapper_module_1715860044359490 {
    margin-right: 10px;
    margin-left: 10px;
  }

  #hs_cos_wrapper_module_1715860044359491 {
    margin-right: 10px;
    margin-left: 10px;
  }

  #hs_cos_wrapper_module_1715860044359492 {
    margin-right: 10px;
    margin-left: 10px;
  }

  #hs_cos_wrapper_module_1715860044359493 {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media(min-width:1920px){

  #hs_cos_wrapper_module_1715860044359490 {
    margin-right: 10px;
    margin-left: 10px;
  }

  #hs_cos_wrapper_module_1715860044359491 {
    margin-right: 10px;
    margin-left: 10px;
  }

  #hs_cos_wrapper_module_1715860044359492 {
    margin-right: 10px;
    margin-left: 10px;
  }

  #hs_cos_wrapper_module_1715860044359493 {
    margin-right: 10px;
    margin-left: 10px;
  }
}