/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
10. POPUP FORM OVERRIDES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */

@font-face {
  font-family: Netto;
  src: url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Fonts/62fc68f8-0f4c-4eff-83c3-070b4f6bbd08.woff2) format("woff2"),
    url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Fonts/d6b5e1cd-e5a5-46c9-9c73-eeca8766e704.woff) format("woff");
  font-weight: 300
}

@font-face {
  font-family: Netto;
  src: url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Fonts/052be335-d0d2-49d2-867d-5e26b9c7b302.woff2) format("woff2"),
    url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Fonts/6c94e13c-af1f-4f6f-9d64-f68bf977e7ee.woff) format("woff");
  font-weight: 400
}

@font-face {
  font-family: Netto;
  src: url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Fonts/7f042938-58bd-453f-b9ab-c7948ab829df.woff2) format("woff2"),
    url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Fonts/98dfd474-1f15-4956-9026-01c709c22fad.woff) format("woff");
  font-weight: 700
}

/* @font-face {
  font-family: Univers Next W01 Light;
  src: url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Fonts/97c0f83d-39ac-412b-9d8a-d98208c0ce8d.woff2) format("woff2"),
    url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Fonts/fc09acb4-f628-4ba0-b648-d2ca30265b20.woff) format("woff")
} */

/* =============== @import, @font-face, and CSS File Includes =============== */

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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Cookiebot overrides  */
@media screen and (min-width: 1280px) {
	div#CybotCookiebotDialog.CybotEdge {
		min-width: 0;
	    width: 25%;
	    left: 24px;
	    bottom: 24px;
	    top: auto;
	    transform: translate(0, 0);
	}

	.CybotEdge #CybotCookiebotDialogHeader {
		display: none;
	}

	#CybotCookiebotDialog.CybotEdge div.CybotCookiebotDialogContentWrapper.CybotCookiebotDialogContentWrapper {
		flex-direction: column;
	}

	#CybotCookiebotDialog.CybotEdge:not([lang=ta]):not([lang=bg]):not([lang=is]):not([lang=el]) div#CybotCookiebotDialogTabContent {
		margin: 0;
	}

	#CybotCookiebotDialog.CybotEdge div#CybotCookiebotDialogBodyButtons {
		width: 100%;
		flex-direction: row-reverse;
		max-width: none;
	}

	div#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyContent {
		padding-right: 0;
	}

	#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyBottomWrapper {
		margin-top: 0;
		margin-bottom: 12px;
	}

	.CybotEdge #CybotCookiebotDialogBodyButtonAccept {
		margin-bottom: 0 !important;
	}

	#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtonsWrapper button#CybotCookiebotDialogBodyButtonAccept,
	#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtonsWrapper button#CybotCookiebotDialogBodyButtonDecline {
		font-size: 13px;
		padding: 8px !important;
		width: 48%;
	}

	.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetailsLink {
		font-size: 13px;
	}

	.CybotEdge #CybotCookiebotDialogBodyContentText {
		font-size: 13px;
		line-height: 18px;
	}



	div#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter {
		width: 100%;
	}

	div#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
		justify-content: flex-start;
	}
}

.CybotEdge #CybotCookiebotDialogBodyButtonDecline {
  margin-right: 0 !important;
  background: #fff !important;
  color: #4c00a9 !important;
}

.CybotEdge #CybotCookiebotDialogBodyButtonDecline:hover {
  background: #ebdaff !important;    
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper,
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter div#CybotCookiebotDialogBodyButtonsWrapper {
  flex-direction: row !important;
  justify-content: space-between !important;
}

@media screen and (max-width: 600px) {
  #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper, #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter div#CybotCookiebotDialogBodyButtonsWrapper {
    flex-direction: column !important;   
  }
}

/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

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

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


.lozenge-hero {
	color: #fff;
    background: url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/raw_assets/public/AB%202023%20Redesign/lozenge-shark.png) bottom no-repeat,linear-gradient(0deg,#3e1276,#7b2fda);
    padding-top: 48px;
	padding-bottom: 48px;
}

@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style : normal;
  src : url("//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Fonts/fontawesome-webfont.eot"),
    url("//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Fonts/fontawesome-webfont.woff") format("woff"),
    url("//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Fonts/fontawesome-webfont.ttf") format("truetype");
}

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

html {
  font-size: 14px;
  line-height: 21px;
  -webkit-text-size-adjust: 100%;
}

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

body {
  background: #fff;
  font-family: 'Inter',Helvetica,Arial,sans-serif;
  font-weight:300;
  color: #595959;
  font-size: 1rem;
  line-height: 1.5rem;
/*   text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}



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

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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Netto,Helvetica,Arial,sans-serif;
  color: #2c2c4a;
  font-weight: 300;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.75rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  letter-spacing: -.01rem;
}
h2 {
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: -.01rem;
}
h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: -.01rem;
}
h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}
h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
h6 {
  font-size: 0.67em;
}

/* Anchor Links */
a { color: #4400a9;text-decoration: underline; }
a:hover, a:focus { color: #009ca6;text-decoration: underline; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {

}

main {
  display: block
}

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

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

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: 500;
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

blockquote, ol, p, pre, table, ul {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
:active, :focus, :hover {
  outline: none;
}

blockquote {
  margin-left: 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 300;
  color: #2c2c4a;
  margin-right: 0
}

blockquote footer {
  font-family: Netto, Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-top: -1.5rem;
  color: #a0a0a0;
  font-weight: 400;
  font-size: 1rem
}

blockquote cite {
  font-style: normal
}

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}


.custom-header-links .hs_cos_wrapper_widget {
  display:flex;
}
.btn.header-tel {
  display:none;
}

.btn.header-tel{
	color: #2C2C4A;
	font-weight: 500;
	-webkit-font-smoothing: initial !important;
  -moz-osx-font-smoothing: intial !important;
}

@media screen and (min-width:576px) {
  .btn.header-tel {
    display:block;
  }
}

.custom-header {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100% !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s,-webkit-transform .5s;
}
.custom-logo img {
  max-width: 115px;
  width: 100%;
}

.custom-logo {
  padding: 28px 0 27px;
}

.custom-header .custom-logo {
  width: 115px;
}
.custom-navigation {
  margin: 0 !important;
  width: calc(100% - 115px) !important;
  padding-left: 40px;
}
.btn {
  text-decoration: none;
  font-family: Netto,Helvetica,Arial,sans-serif;
}
.btn>span+span {
  display: none;
}
.custom-header-links {
  position: absolute;
  top: 1.5rem;
  right: 0;
  width: auto !important;
}
.custom-header .page-center>.row-fluid-wrapper {
  position: relative;
}
.header-container-wrapper, .header-container-wrapper * {
  min-height: 0 !important;
}



.scroll-body .custom-header, .scroll-body .custom-menu-primary .hs-menu-wrapper .hs-item-has-children ul {
  -webkit-transform: translateY(-100%);lo
  transform: translateY(-100%);
}
.scroll-body.scroll-body1 .custom-header, .scroll-body.scroll-body1 .custom-menu-primary .hs-menu-wrapper .hs-item-has-children ul {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.custom-menu-primary .hs-menu-wrapper .hs-item-has-children ul {
  will-change: transform;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s,-webkit-transform .5s!important;
}



/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.body-container-wrapper {
  background: #ffffff;
  background: -webkit-gradient(linear,left bottom, left top,from(hsla(0,0%,95.3%,0)),to(#f3f3f3));
  background: -webkit-linear-gradient(bottom,hsla(0,0%,95.3%,0),#f3f3f3);
  background: -moz-linear-gradient(bottom,hsla(0,0%,95.3%,0),#f3f3f3);
  background: -ms-linear-gradient(bottom,hsla(0,0%,95.3%,0),#f3f3f3);
  background: -o-linear-gradient(bottom,hsla(0,0%,95.3%,0),#f3f3f3);
  background: linear-gradient(0deg,hsla(0,0%,95.3%,0),#f3f3f3);
  background-size: 100% 433px;
  background-repeat: no-repeat;
  padding-top: 6rem;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='hsla(0,0%,95.3%,0)', endColorstr='#f3f3f3');
  zoom: 1;
}
@media (max-width:991px) {
  .body-container-wrapper {
    padding-top: 4.8rem;
  }
}


.resource-blog .body-container-wrapper {
  background:#fff;
}


body:not(.no-space) .body-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer {
  padding-top: 4.5rem;
  padding-bottom: 1rem;
  font-size: .8rem;
  background: #fafafa;
}
.custom-footer-lower {
 /* padding-top: 1.5rem;*/
  padding-bottom: 1rem;
}
.custom-footer-content p { margin-bottom: 0; }
.footer-logo { margin-bottom: 20px; }
.social-links a {
  margin-right: 5px;
  text-decoration: none;
}
.ab-icon {
  width: 1em;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
.ab-icon.facebook {
  width: .5625em;
}
.custom-footer-links {
  text-align: right;
}
.custom-footer-links a {
  text-decoration: none;
  color: #5f5f5f;
  padding-left: 8px;
}
.custom-footer-middle {

  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin: 0 -15px !important;
  margin-top: 3rem !important;
  width: calc(100% + 30px) !important;
  text-align: center;
}
.custom-footer-middle br {
  display: none;
}
.custom-footer-middle a {
  text-decoration: none;
}
.custom-footer-menu h5 {
  font-weight: 700;
  color: #4400a9;
  margin-top: .75rem;
  margin-bottom: .75rem;
}
.custom-footer-menu p a {
  text-decoration: none;
  color: #5f5f5f;
}
.custom-footer-menu p a:hover {
  color: #4400a9;
}
.custom-footer-content .hs_cos_wrapper_type_rich_text>div {
  padding: 14px 0px 13px;
}
.custom-footer-links a:hover {
  color: #4400a9;
}
.custom-footer-middle-col1, 
.custom-footer-middle-col2, 
.custom-footer-middle-col3, 
.custom-footer-middle-col4 {
  width: 25% !important;
  margin: 0 !important;
  padding: 0 15px;
}







/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display:block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  float:none !important;
  display:inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-family: Netto,Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #2c2c4a;
  line-height: 6rem;
  padding: 0 20px;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #6f42c1;
  cursor: pointer;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a > svg.ab-icon {
  width: 1em;
  display: inline-block;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
  font-size: .8rem;
  margin-left: 6px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.hs-item-has-children>a:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  font-family: Netto,Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #2c2c4a;
  display: block;
  padding: .45rem 40px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background: rgba(0,0,0,.025);
  color: #6f42c1;
  cursor: pointer;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child > a {
  padding-bottom: .75rem;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/*==== extra work ====*/


.custom-menu-primary .hs-menu-wrapper>ul>li.resources>ul>li>a {
  padding-right: 48.5px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.about>ul>li>a {
  padding-right: 42.5px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul {
  min-width: 27rem;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li>a {
  border-bottom: 1px solid #efefef;
  padding: .75rem 40px;
  color: #5f5f5f;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.hs-item-has-children>a {
  padding-bottom: 1px;
  border-bottom: 0px solid #efefef;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: none;
  background: transparent !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper>li>a {
  padding-top: 0;
  font-size: .8rem;
  color: #5f5f5f;
  padding-bottom: .75rem;
  border-bottom: 1px solid #efefef;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.hs-item-has-children:hover {
  background: rgba(0,0,0,.025);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.hs-item-has-children a{
  background:transparent !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.asset-bank>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.dash>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.brand-hub>a{
  text-indent: -9999px;

}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.asset-bank>a:before,
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.dash>a:before,
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.brand-hub>a:before{
  content: "";
  display: block;
  background-image: url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Images/AssetBank_Logo_Pos.svg);
  width: 108.67px;
  height: 27px;
  float: left;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.dash>a:before{
  background-image: url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Images/Dash_Logo_Pos.svg);
  width: 74.95px;
  height: 27px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.brand-hub>a:before{
  background-image: url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Images/BrandHub_Logo_Pos.svg);
  width: 105.27px;
  height: 27px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper>li>a {
  color: #4400a9;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:888px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    left: -20px !important;
    visibility:visible !important;
    opacity:1 !important;
    display:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > ul{
    display:block !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 887px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -69px;
    right: 0px;
    width: auto;
    height: auto;
    padding: 12px 12.5px;
    border-radius: 2px;
    background:#fff;
    border:1px solid #efefef;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 16px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #4400a9; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -5px; } /* Position top line */
  .mobile-trigger i:after{ top: 5px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{

  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    height: 54px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 0px; /* Icon line width */
    height: 0px; /* Icon line height */
    background-color: #2c2c4a; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary{
    position: relative;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    background: #fff;
    border-radius: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper ul li a {
    color: #2c2c4a !important;
    padding: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul li.hover > a{
    background: rgba(0,0,0,.025);
    color: #6f42c1;
    cursor: pointer;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    box-shadow: none !important;
    background: #e8e8e8;
    border-radius: 0px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding: 10px;
    padding-left: 20px;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{

  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{

  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-bottom: 10px;
    max-height: calc(100vh - 93px);
    overflow: auto;
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  text-decoration:none;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {

}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{


}

/* Read More Link */
a.more-link {
  display:inline-block;
  padding:20px 0;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
  margin-bottom: 15px;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* -------------- Default Code for comment ------------ */
.custom_listing_comments {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
  padding:15px;
}
#comments-listing {
  padding:15px;
  margin:20px 0;
  border:1px solid #ccc;
}

#comments-listing.no-comments {
  border: none;
  margin:0;
  padding:0;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc !important;
  padding: 15px ;
}
.comment-date {
  font-size: 13px;
  text-align: left;
  display: block;
}

/* -------------------- Ends ----------- */


/* Pagination */
.blog-pagination {
  display:block;
}
.blog-pagination a {
  display:inline-block;
  margin-right:3px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

.blog-pagination > div {
    display: inline-block;
}
.blog-pagination-left {
    text-align: right;
}
.blog-pagination-right {
    text-align: left;
}
.blog-pagination a {
    display: inline-block;
    text-align: center;
    background-color: #f4f4f4;
    color: #595959;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
  background-color: #00d3b6;
    color: #ffffff;
}
.blog-pagination a.elipses {
/*     border: 0; */
}
.blog-pagination a.active {
    background-color: #4400a9;
    color: #fff;
    pointer-events: none;
    cursor: default;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
    background-color: #f4f4f4;
    color: #595959;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {
    background-color: #00d3b6;
    color: #ffffff;
}



/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom:30px;
}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}



/*----------------------- media------------------------*/

@media(max-width:767px) {
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    margin:0 0 15px;
    float:none;
    width:100%;
    max-width:100%;
    max-height:none;
  }
  .blog .blog-sidebar{
    margin-top:30px;
  }
}


/* ==========================================================================
6. FORMS                                        
========================================================================== */

.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription {
  margin-bottom:25px; 
  margin-top:0px;
}

.checkbox-row span.fakelabel span {
  float: none;
}
.subscribe-options label {
  margin-left: 0;
}
.hs-button.primary,
input[type="submit"],
input[type="button"] {

  white-space: normal !important;

}

.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none
}
.hs-search-field__suggestions li#results-for {
  padding: 10px;
}
.hs-search-field__suggestions li a {
  padding: 10px;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  background:#fff;
}

.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0
}

.hs-search-field__suggestions #results-for {
  font-weight: bold
}

.hs-search-field__suggestions a,.hs-search-field__suggestions #results-for {
  display: block
}

.hs-search-field__suggestions a:hover,.hs-search-field__suggestions a:focus {
  background-color: rgba(0,0,0,.1);
  outline: 0
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  overflow-y: hidden;
  margin-bottom: 20px;
}
.hs-search-field {
  margin-bottom: 35px;
}
.hs_cos_wrapper_type_password_prompt input#hs-pwd-widget-password {
  margin-bottom: 25px;
  margin-top: 0 !important;
}
form .hs-form-field>label {
  font-weight: 700;
  font-family: Netto,Helvetica,Arial,sans-serif;
  color: #2c2c4a;
}
form .hs-form-field>label span.hs-form-required {
  margin-left: 3px;
}
ul.hs-error-msgs.inputs-list {
  margin-bottom: 15px;
  padding: 0 !important;
  list-style: none !important;
  color: red;
}




/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  display: block;
  width: 100%;
  max-width: 767px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #2c2c4a;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-weight: 300;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  margin-bottom: .75rem;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
  height: 2.625rem;
  line-height: 2.625rem;
}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin: 0;
  text-transform: none;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #4400a9;
  border-color: #4400a9;
  font-family: Netto,Helvetica,Arial,sans-serif;
  margin-top: .75rem;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background-color: #350083;
  border-color: #2f0076;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(96,38,182,.5);
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */


.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.w-1 {
  width: 1.5rem !important
}

.w-2 {
  width: 3rem !important
}

.w-3 {
  width: 4.5rem !important
}

.w-4 {
  width: 6rem !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.h-1 {
  height: 1.5rem !important
}

.h-2 {
  height: 3rem !important
}

.h-3 {
  height: 4.5rem !important
}

.h-4 {
  height: 6rem !important
}

.mw-100 {
  max-width: 100% !important
}

.mh-100 {
  max-height: 100% !important
}

.min-vw-100 {
  min-width: 100vw !important
}

.min-vh-100 {
  min-height: 100vh !important
}

.vw-100 {
  width: 100vw !important
}

.vh-100 {
  height: 100vh !important
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive:before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9:before {
  padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
  padding-top: 56.25%
}

.embed-responsive-3by4:before {
  padding-top: 133.3333333333%
}

.embed-responsive-1by1:before {
  padding-top: 100%
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.text-justify {
  text-align: justify !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

@media (min-width:576px) {
  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-lighter {
  font-weight: lighter !important
}

.font-weight-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 500 !important
}

.font-weight-bolder {
  font-weight: bolder !important
}

.font-italic {
  font-style: italic !important
}

.text-primary {
  color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important
}

.text-danger {
  color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important
}

.text-white {
  color: #fff !important
}

a.text-white:focus,
a.text-white:hover {
  color: #d9d9d9 !important
}

.text-violet {
  color: #4400a9 !important
}

a.text-violet:focus,
a.text-violet:hover {
  color: #25005d !important
}

.text-marina {
  color: #4066ff !important
}

a.text-marina:focus,
a.text-marina:hover {
  color: #0030f3 !important
}

.text-summer {
  color: #00bfff !important
}

a.text-summer:focus,
a.text-summer:hover {
  color: #0086b3 !important
}

.text-swell {
  color: #009ca6 !important
}

a.text-swell:focus,
a.text-swell:hover {
  color: #00545a !important
}

.text-highlight {
  color: #00d5b7 !important
}

a.text-ocean-spray:focus,
a.text-ocean-spray:hover {
  color: #008975 !important
}

.text-minty {
  color: #00faba !important
}

a.text-minty:focus,
a.text-minty:hover {
  color: #00ae81 !important
}

.text-pear-drops {
  color: #6bf244 !important
}

a.text-pear-drops:focus,
a.text-pear-drops:hover {
  color: #3dda0f !important
}

.text-brighton-rock {
  color: #f93b4c !important
}

a.text-brighton-rock:focus,
a.text-brighton-rock:hover {
  color: #e1071a !important
}

.text-jelly-baby {
  color: #ff7a07 !important
}

a.text-jelly-baby:focus,
a.text-jelly-baby:hover {
  color: #ba5600 !important
}

.text-lemon-sherbet {
  color: #ffc700 !important
}

a.text-lemon-sherbet:focus,
a.text-lemon-sherbet:hover {
  color: #b38b00 !important
}

.text-ice-cream {
  color: #ff8674 !important
}

a.text-ice-cream:focus,
a.text-ice-cream:hover {
  color: #ff4328 !important
}

.text-candy-floss {
  color: #ff00ec !important
}

a.text-candy-floss:focus,
a.text-candy-floss:hover {
  color: #b300a5 !important
}

.text-royal-pavilion {
  color: #b18aff !important
}

a.text-royal-pavilion:focus,
a.text-royal-pavilion:hover {
  color: #7e3eff !important
}

.text-body {
  color: #212529 !important
}

.text-muted {
  color: #8e949a !important
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-decoration-none {
  text-decoration: none !important
}

.text-reset {
  color: inherit !important
}

.bg-primary {
  background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important
}

.bg-secondary {
  background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important
}

.bg-success {
  background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important
}

.bg-danger {
  background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important
}

.bg-light {
  background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important
}

a.bg-white:focus,
a.bg-white:hover,
body.landing-page a.landing-page_form:focus,
body.landing-page a.landing-page_form:hover,
body.landing-page button.landing-page_form:focus,
body.landing-page button.landing-page_form:hover,
button.bg-white:focus,
button.bg-white:hover {
  background-color: #e6e6e6 !important
}

.bg-violet {
  background-color: #4400a9 !important
}

a.bg-violet:focus,
a.bg-violet:hover,
button.bg-violet:focus,
button.bg-violet:hover {
  background-color: #2f0076 !important
}

.bg-marina {
  background-color: #4066ff !important
}

a.bg-marina:focus,
a.bg-marina:hover,
button.bg-marina:focus,
button.bg-marina:hover {
  background-color: #0d3dff !important
}

.bg-summer {
  background-color: #00bfff !important
}

a.bg-summer:focus,
a.bg-summer:hover,
button.bg-summer:focus,
button.bg-summer:hover {
  background-color: #09c !important
}

.bg-swell {
  background-color: #009ca6 !important
}

a.bg-swell:focus,
a.bg-swell:hover,
button.bg-swell:focus,
button.bg-swell:hover {
  background-color: #006c73 !important
}

.bg-ocean-spray {
  background-color: #00d5b7 !important
}

a.bg-ocean-spray:focus,
a.bg-ocean-spray:hover,
button.bg-ocean-spray:focus,
button.bg-ocean-spray:hover {
  background-color: #00a28b !important
}

.bg-brand-dark {
  background-color: #2C2C4A !important
}

.bg-minty {
  background-color: #00faba !important
}

a.bg-minty:focus,
a.bg-minty:hover,
button.bg-minty:focus,
button.bg-minty:hover {
  background-color: #00c794 !important
}

.bg-pear-drops {
  background-color: #6bf244 !important
}

a.bg-pear-drops:focus,
a.bg-pear-drops:hover,
button.bg-pear-drops:focus,
button.bg-pear-drops:hover {
  background-color: #45ef14 !important
}

.bg-brighton-rock {
  background-color: #f93b4c !important
}

a.bg-brighton-rock:focus,
a.bg-brighton-rock:hover,
button.bg-brighton-rock:focus,
button.bg-brighton-rock:hover {
  background-color: #f70a1f !important
}

.bg-jelly-baby {
  background-color: #ff7a07 !important
}

a.bg-jelly-baby:focus,
a.bg-jelly-baby:hover,
button.bg-jelly-baby:focus,
button.bg-jelly-baby:hover {
  background-color: #d36200 !important
}

.bg-lemon-sherbet {
  background-color: #ffc700 !important
}

a.bg-lemon-sherbet:focus,
a.bg-lemon-sherbet:hover,
button.bg-lemon-sherbet:focus,
button.bg-lemon-sherbet:hover {
  background-color: #cc9f00 !important
}

.bg-ice-cream {
  background-color: #ff8674 !important
}

a.bg-ice-cream:focus,
a.bg-ice-cream:hover,
button.bg-ice-cream:focus,
button.bg-ice-cream:hover {
  background-color: #ff5a41 !important
}

.bg-candy-floss {
  background-color: #ff00ec !important
}

a.bg-candy-floss:focus,
a.bg-candy-floss:hover,
button.bg-candy-floss:focus,
button.bg-candy-floss:hover {
  background-color: #cc00bd !important
}

.bg-royal-pavilion {
  background-color: #b18aff !important
}

a.bg-royal-pavilion:focus,
a.bg-royal-pavilion:hover,
button.bg-royal-pavilion:focus,
button.bg-royal-pavilion:hover {
  background-color: #8f57ff !important
}

.bg-white,
body.landing-page .landing-page_form {
  background-color: #fff !important
}

.bg-transparent {
  background-color: transparent !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-right {
  border-right: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-left {
  border-left: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-right-0 {
  border-right: 0 !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-left-0 {
  border-left: 0 !important
}

.border-primary {
  border-color: #007bff !important
}

.border-secondary {
  border-color: #6c757d !important
}

.border-success {
  border-color: #28a745 !important
}

.border-info {
  border-color: #17a2b8 !important
}

.border-warning {
  border-color: #ffc107 !important
}

.border-danger {
  border-color: #dc3545 !important
}

.border-light {
  border-color: #f8f9fa !important
}

.border-dark {
  border-color: #343a40 !important
}

.border-violet {
  border-color: #4400a9 !important
}

.border-marina {
  border-color: #4066ff !important
}

.border-summer {
  border-color: #00bfff !important
}

.border-swell {
  border-color: #009ca6 !important
}

.border-ocean-spray {
  border-color: #00d5b7 !important
}

.border-minty {
  border-color: #00faba !important
}

.border-pear-drops {
  border-color: #6bf244 !important
}

.border-brighton-rock {
  border-color: #f93b4c !important
}

.border-jelly-baby {
  border-color: #ff7a07 !important
}

.border-lemon-sherbet {
  border-color: #ffc700 !important
}

.border-ice-cream {
  border-color: #ff8674 !important
}

.border-candy-floss {
  border-color: #ff00ec !important
}

.border-royal-pavilion {
  border-color: #b18aff !important
}

.border-white {
  border-color: #fff !important
}

.rounded {
  border-radius: .25rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
  border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: .25rem !important
}

.rounded-left {
  border-top-left-radius: .25rem !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.card-premium.with-shadow,
.shadow-lg,
body.landing-page .landing-page_form {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
  box-shadow: none !important
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  text-decoration:none;
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6
}

.btn-white.focus,
.btn-white:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5)
}

.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5)
}

.btn-violet {
  color: #fff;
  background-color: #4400a9;
  border-color: #4400a9;
  border-radius: 30px;
}

.btn-violet:hover {
  color: #fff;
  background-color: #350083;
  border-color: #2f0076;
  border-radius: 30px;
}

.btn-violet.focus,
.btn-violet:focus {
  box-shadow: 0 0 0 .2rem rgba(96, 38, 182, .5)
}

.btn-violet.disabled,
.btn-violet:disabled {
  color: #fff;
  background-color: #4400a9;
  border-color: #4400a9;
  border-radius: 30px;
}

.btn-violet:not(:disabled):not(.disabled).active,
.btn-violet:not(:disabled):not(.disabled):active,
.show>.btn-violet.dropdown-toggle {
  color: #fff;
  background-color: #2f0076;
  border-color: #2a0069;
  border-radius: 30px;
}

.btn-violet:not(:disabled):not(.disabled).active:focus,
.btn-violet:not(:disabled):not(.disabled):active:focus,
.show>.btn-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(96, 38, 182, .5)
}

.btn-marina {
  color: #fff;
  background-color: #4066ff;
  border-color: #4066ff;
  border-radius: 30px;

}

.btn-marina:hover {
  color: #fff;
  background-color: #1a47ff;
  border-color: #0d3dff;
  border-radius: 30px;
  
}

.btn-marina.focus,
.btn-marina:focus {
  box-shadow: 0 0 0 .2rem rgba(93, 125, 255, .5)
}

.btn-marina.disabled,
.btn-marina:disabled {
  color: #fff;
  background-color: #4066ff;
  border-color: #4066ff;
  border-radius: 30px;
  
}

.btn-marina:not(:disabled):not(.disabled).active,
.btn-marina:not(:disabled):not(.disabled):active,
.show>.btn-marina.dropdown-toggle {
  color: #fff;
  background-color: #0d3dff;
  border-color: #03f;
  border-radius: 30px;
  
}

.btn-marina:not(:disabled):not(.disabled).active:focus,
.btn-marina:not(:disabled):not(.disabled):active:focus,
.show>.btn-marina.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(93, 125, 255, .5)
}

.btn-summer {
  color: #fff;
  background-color: #00bfff;
  border-color: #00bfff
}

.btn-summer:hover {
  color: #fff;
  background-color: #00a2d9;
  border-color: #09c
}

.btn-summer.focus,
.btn-summer:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 201, 255, .5)
}

.btn-summer.disabled,
.btn-summer:disabled {
  color: #fff;
  background-color: #00bfff;
  border-color: #00bfff
}

.btn-summer:not(:disabled):not(.disabled).active,
.btn-summer:not(:disabled):not(.disabled):active,
.show>.btn-summer.dropdown-toggle {
  color: #fff;
  background-color: #09c;
  border-color: #008fbf
}

.btn-summer:not(:disabled):not(.disabled).active:focus,
.btn-summer:not(:disabled):not(.disabled):active:focus,
.show>.btn-summer.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 201, 255, .5)
}

.btn-swell {
  color: #fff;
  background-color: #009ca6;
  border-color: #009ca6
}

.btn-swell:hover {
  color: #fff;
  background-color: #007880;
  border-color: #006c73
}

.btn-swell.focus,
.btn-swell:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 171, 179, .5)
}

.btn-swell.disabled,
.btn-swell:disabled {
  color: #fff;
  background-color: #009ca6;
  border-color: #009ca6
}

.btn-swell:not(:disabled):not(.disabled).active,
.btn-swell:not(:disabled):not(.disabled):active,
.show>.btn-swell.dropdown-toggle {
  color: #fff;
  background-color: #006c73;
  border-color: #006066
}

.btn-swell:not(:disabled):not(.disabled).active:focus,
.btn-swell:not(:disabled):not(.disabled):active:focus,
.show>.btn-swell.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 171, 179, .5)
}

.btn-ocean-spray {
  color: #fff;
  background-color: #00d5b7;
  border-color: #00d5b7;
  border-radius: 30px;
}

.btn-ocean-spray:hover {
  color: #fff;
  background-color: #00af96;
  border-color: #00a28b;
  border-radius: 30px;
}

.btn-ocean-spray.focus,
.btn-ocean-spray:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 219, 194, .5)
}

.btn-ocean-spray.disabled,
.btn-ocean-spray:disabled {
  color: #fff;
  background-color: #00d5b7;
  border-color: #00d5b7;
  border-radius: 30px;
}

.btn-ocean-spray:not(:disabled):not(.disabled).active,
.btn-ocean-spray:not(:disabled):not(.disabled):active,
.show>.btn-ocean-spray.dropdown-toggle {
  color: #fff;
  background-color: #00a28b;
  border-color: #009580;
  border-radius: 30px;
}

.btn-ocean-spray:not(:disabled):not(.disabled).active:focus,
.btn-ocean-spray:not(:disabled):not(.disabled):active:focus,
.show>.btn-ocean-spray.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 219, 194, .5)
}

.btn-minty {
  color: #212529;
  background-color: #00faba;
  border-color: #00faba;
  border-radius: 30px;
}

.btn-minty:hover {
  color: #fff;
  background-color: #00d49e;
  border-color: #00c794;
  border-radius: 30px;
}

.btn-minty.focus,
.btn-minty:focus {
  box-shadow: 0 0 0 .2rem rgba(5, 218, 164, .5)
}

.btn-minty.disabled,
.btn-minty:disabled {
  color: #212529;
  background-color: #00faba;
  border-color: #00faba
}

.btn-minty:not(:disabled):not(.disabled).active,
.btn-minty:not(:disabled):not(.disabled):active,
.show>.btn-minty.dropdown-toggle {
  color: #fff;
  background-color: #00c794;
  border-color: #00ba8b
}

.btn-minty:not(:disabled):not(.disabled).active:focus,
.btn-minty:not(:disabled):not(.disabled):active:focus,
.show>.btn-minty.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(5, 218, 164, .5)
}

.btn-pear-drops {
  color: #212529;
  background-color: #6bf244;
  border-color: #6bf244
}

.btn-pear-drops:hover {
  color: #212529;
  background-color: #4ff020;
  border-color: #45ef14
}

.btn-pear-drops.focus,
.btn-pear-drops:focus {
  box-shadow: 0 0 0 .2rem rgba(96, 211, 64, .5)
}

.btn-pear-drops.disabled,
.btn-pear-drops:disabled {
  color: #212529;
  background-color: #6bf244;
  border-color: #6bf244
}

.btn-pear-drops:not(:disabled):not(.disabled).active,
.btn-pear-drops:not(:disabled):not(.disabled):active,
.show>.btn-pear-drops.dropdown-toggle {
  color: #212529;
  background-color: #45ef14;
  border-color: #40e610
}

.btn-pear-drops:not(:disabled):not(.disabled).active:focus,
.btn-pear-drops:not(:disabled):not(.disabled):active:focus,
.show>.btn-pear-drops.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(96, 211, 64, .5)
}

.btn-brighton-rock {
  color: #fff;
  background-color: #f93b4c;
  border-color: #f93b4c
}

.btn-brighton-rock:hover {
  color: #fff;
  background-color: #f8162a;
  border-color: #f70a1f
}

.btn-brighton-rock.focus,
.btn-brighton-rock:focus {
  box-shadow: 0 0 0 .2rem rgba(250, 88, 103, .5)
}

.btn-brighton-rock.disabled,
.btn-brighton-rock:disabled {
  color: #fff;
  background-color: #f93b4c;
  border-color: #f93b4c
}

.btn-brighton-rock:not(:disabled):not(.disabled).active,
.btn-brighton-rock:not(:disabled):not(.disabled):active,
.show>.btn-brighton-rock.dropdown-toggle {
  color: #fff;
  background-color: #f70a1f;
  border-color: #ed071c
}

.btn-brighton-rock:not(:disabled):not(.disabled).active:focus,
.btn-brighton-rock:not(:disabled):not(.disabled):active:focus,
.show>.btn-brighton-rock.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(250, 88, 103, .5)
}

.btn-jelly-baby {
  color: #fff;
  background-color: #ff7a07;
  border-color: #ff7a07
}

.btn-jelly-baby:hover {
  color: #fff;
  background-color: #e06800;
  border-color: #d36200
}

.btn-jelly-baby.focus,
.btn-jelly-baby:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 142, 44, .5)
}

.btn-jelly-baby.disabled,
.btn-jelly-baby:disabled {
  color: #fff;
  background-color: #ff7a07;
  border-color: #ff7a07
}

.btn-jelly-baby:not(:disabled):not(.disabled).active,
.btn-jelly-baby:not(:disabled):not(.disabled):active,
.show>.btn-jelly-baby.dropdown-toggle {
  color: #fff;
  background-color: #d36200;
  border-color: #c65c00
}

.btn-jelly-baby:not(:disabled):not(.disabled).active:focus,
.btn-jelly-baby:not(:disabled):not(.disabled):active:focus,
.show>.btn-jelly-baby.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 142, 44, .5)
}

.btn-lemon-sherbet {
  color: #212529;
  background-color: #ffc700;
  border-color: #ffc700
}

.btn-lemon-sherbet:hover {
  color: #212529;
  background-color: #d9a900;
  border-color: #cc9f00
}

.btn-lemon-sherbet.focus,
.btn-lemon-sherbet:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 175, 6, .5)
}

.btn-lemon-sherbet.disabled,
.btn-lemon-sherbet:disabled {
  color: #212529;
  background-color: #ffc700;
  border-color: #ffc700
}

.btn-lemon-sherbet:not(:disabled):not(.disabled).active,
.btn-lemon-sherbet:not(:disabled):not(.disabled):active,
.show>.btn-lemon-sherbet.dropdown-toggle {
  color: #212529;
  background-color: #cc9f00;
  border-color: #bf9500
}

.btn-lemon-sherbet:not(:disabled):not(.disabled).active:focus,
.btn-lemon-sherbet:not(:disabled):not(.disabled):active:focus,
.show>.btn-lemon-sherbet.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 175, 6, .5)
}

.btn-ice-cream {
  color: #212529;
  background-color: #ff8674;
  border-color: #ff8674
}

.btn-ice-cream:hover {
  color: #fff;
  background-color: #ff654e;
  border-color: #ff5a41
}

.btn-ice-cream.focus,
.btn-ice-cream:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 119, 105, .5)
}

.btn-ice-cream.disabled,
.btn-ice-cream:disabled {
  color: #212529;
  background-color: #ff8674;
  border-color: #ff8674
}

.btn-ice-cream:not(:disabled):not(.disabled).active,
.btn-ice-cream:not(:disabled):not(.disabled):active,
.show>.btn-ice-cream.dropdown-toggle {
  color: #fff;
  background-color: #ff5a41;
  border-color: #ff4f34
}

.btn-ice-cream:not(:disabled):not(.disabled).active:focus,
.btn-ice-cream:not(:disabled):not(.disabled):active:focus,
.show>.btn-ice-cream.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 119, 105, .5)
}

.btn-candy-floss {
  color: #fff;
  background-color: #ff00ec;
  border-color: #ff00ec
}

.btn-candy-floss:hover {
  color: #fff;
  background-color: #d900c9;
  border-color: #cc00bd
}

.btn-candy-floss.focus,
.btn-candy-floss:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 38, 239, .5)
}

.btn-candy-floss.disabled,
.btn-candy-floss:disabled {
  color: #fff;
  background-color: #ff00ec;
  border-color: #ff00ec
}

.btn-candy-floss:not(:disabled):not(.disabled).active,
.btn-candy-floss:not(:disabled):not(.disabled):active,
.show>.btn-candy-floss.dropdown-toggle {
  color: #fff;
  background-color: #cc00bd;
  border-color: #bf00b1
}

.btn-candy-floss:not(:disabled):not(.disabled).active:focus,
.btn-candy-floss:not(:disabled):not(.disabled):active:focus,
.show>.btn-candy-floss.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 38, 239, .5)
}

.btn-royal-pavilion {
  color: #212529;
  background-color: #b18aff;
  border-color: #b18aff
}

.btn-royal-pavilion:hover {
  color: #fff;
  background-color: #9864ff;
  border-color: #8f57ff
}

.btn-royal-pavilion.focus,
.btn-royal-pavilion:focus {
  box-shadow: 0 0 0 .2rem rgba(155, 123, 223, .5)
}

.btn-royal-pavilion.disabled,
.btn-royal-pavilion:disabled {
  color: #212529;
  background-color: #b18aff;
  border-color: #b18aff
}

.btn-royal-pavilion:not(:disabled):not(.disabled).active,
.btn-royal-pavilion:not(:disabled):not(.disabled):active,
.show>.btn-royal-pavilion.dropdown-toggle {
  color: #fff;
  background-color: #8f57ff;
  border-color: #874aff
}

.btn-royal-pavilion:not(:disabled):not(.disabled).active:focus,
.btn-royal-pavilion:not(:disabled):not(.disabled):active:focus,
.show>.btn-royal-pavilion.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(155, 123, 223, .5)
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-white {
  color: #fff;
  border-color: #fff
}

.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-white.focus,
.btn-outline-white:focus {
  box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show>.btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-violet {
  color: #4400a9;
  border-color: #4400a9
}

.btn-outline-violet:hover {
  color: #fff;
  background-color: #4400a9;
  border-color: #4400a9
}

.btn-outline-violet.focus,
.btn-outline-violet:focus {
  box-shadow: 0 0 0 .2rem rgba(68, 0, 169, .5)
}

.btn-outline-violet.disabled,
.btn-outline-violet:disabled {
  color: #4400a9;
  background-color: transparent
}

.btn-outline-violet:not(:disabled):not(.disabled).active,
.btn-outline-violet:not(:disabled):not(.disabled):active,
.show>.btn-outline-violet.dropdown-toggle {
  color: #fff;
  background-color: #4400a9;
  border-color: #4400a9
}

.btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(68, 0, 169, .5)
}

.btn-outline-marina {
  color: #4066ff;
  border-color: #4066ff
}

.btn-outline-marina:hover {
  color: #fff;
  background-color: #4066ff;
  border-color: #4066ff
}

.btn-outline-marina.focus,
.btn-outline-marina:focus {
  box-shadow: 0 0 0 .2rem rgba(64, 102, 255, .5)
}

.btn-outline-marina.disabled,
.btn-outline-marina:disabled {
  color: #4066ff;
  background-color: transparent
}

.btn-outline-marina:not(:disabled):not(.disabled).active,
.btn-outline-marina:not(:disabled):not(.disabled):active,
.show>.btn-outline-marina.dropdown-toggle {
  color: #fff;
  background-color: #4066ff;
  border-color: #4066ff
}

.btn-outline-marina:not(:disabled):not(.disabled).active:focus,
.btn-outline-marina:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-marina.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(64, 102, 255, .5)
}

.btn-outline-summer {
  color: #00bfff;
  border-color: #00bfff
}

.btn-outline-summer:hover {
  color: #fff;
  background-color: #00bfff;
  border-color: #00bfff
}

.btn-outline-summer.focus,
.btn-outline-summer:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 191, 255, .5)
}

.btn-outline-summer.disabled,
.btn-outline-summer:disabled {
  color: #00bfff;
  background-color: transparent
}

.btn-outline-summer:not(:disabled):not(.disabled).active,
.btn-outline-summer:not(:disabled):not(.disabled):active,
.show>.btn-outline-summer.dropdown-toggle {
  color: #fff;
  background-color: #00bfff;
  border-color: #00bfff
}

.btn-outline-summer:not(:disabled):not(.disabled).active:focus,
.btn-outline-summer:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-summer.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 191, 255, .5)
}

.btn-outline-swell {
  color: #009ca6;
  border-color: #009ca6
}

.btn-outline-swell:hover {
  color: #fff;
  background-color: #009ca6;
  border-color: #009ca6
}

.btn-outline-swell.focus,
.btn-outline-swell:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 156, 166, .5)
}

.btn-outline-swell.disabled,
.btn-outline-swell:disabled {
  color: #009ca6;
  background-color: transparent
}

.btn-outline-swell:not(:disabled):not(.disabled).active,
.btn-outline-swell:not(:disabled):not(.disabled):active,
.show>.btn-outline-swell.dropdown-toggle {
  color: #fff;
  background-color: #009ca6;
  border-color: #009ca6
}

.btn-outline-swell:not(:disabled):not(.disabled).active:focus,
.btn-outline-swell:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-swell.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 156, 166, .5)
}

.btn-outline-ocean-spray {
  color: #00d5b7;
  border-color: #00d5b7
}

.btn-outline-ocean-spray:hover {
  color: #fff;
  background-color: #00d5b7;
  border-color: #00d5b7
}

.btn-outline-ocean-spray.focus,
.btn-outline-ocean-spray:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 213, 183, .5)
}

.btn-outline-ocean-spray.disabled,
.btn-outline-ocean-spray:disabled {
  color: #00d5b7;
  background-color: transparent
}

.btn-outline-ocean-spray:not(:disabled):not(.disabled).active,
.btn-outline-ocean-spray:not(:disabled):not(.disabled):active,
.show>.btn-outline-ocean-spray.dropdown-toggle {
  color: #fff;
  background-color: #00d5b7;
  border-color: #00d5b7
}

.btn-outline-ocean-spray:not(:disabled):not(.disabled).active:focus,
.btn-outline-ocean-spray:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-ocean-spray.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 213, 183, .5)
}

.btn-outline-minty {
  color: #00faba;
  border-color: #00faba
}

.btn-outline-minty:hover {
  color: #212529;
  background-color: #00faba;
  border-color: #00faba
}

.btn-outline-minty.focus,
.btn-outline-minty:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 250, 186, .5)
}

.btn-outline-minty.disabled,
.btn-outline-minty:disabled {
  color: #00faba;
  background-color: transparent
}

.btn-outline-minty:not(:disabled):not(.disabled).active,
.btn-outline-minty:not(:disabled):not(.disabled):active,
.show>.btn-outline-minty.dropdown-toggle {
  color: #212529;
  background-color: #00faba;
  border-color: #00faba
}

.btn-outline-minty:not(:disabled):not(.disabled).active:focus,
.btn-outline-minty:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-minty.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 250, 186, .5)
}

.btn-outline-pear-drops {
  color: #6bf244;
  border-color: #6bf244
}

.btn-outline-pear-drops:hover {
  color: #212529;
  background-color: #6bf244;
  border-color: #6bf244
}

.btn-outline-pear-drops.focus,
.btn-outline-pear-drops:focus {
  box-shadow: 0 0 0 .2rem rgba(107, 242, 68, .5)
}

.btn-outline-pear-drops.disabled,
.btn-outline-pear-drops:disabled {
  color: #6bf244;
  background-color: transparent
}

.btn-outline-pear-drops:not(:disabled):not(.disabled).active,
.btn-outline-pear-drops:not(:disabled):not(.disabled):active,
.show>.btn-outline-pear-drops.dropdown-toggle {
  color: #212529;
  background-color: #6bf244;
  border-color: #6bf244
}

.btn-outline-pear-drops:not(:disabled):not(.disabled).active:focus,
.btn-outline-pear-drops:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-pear-drops.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(107, 242, 68, .5)
}

.btn-outline-brighton-rock {
  color: #f93b4c;
  border-color: #f93b4c
}

.btn-outline-brighton-rock:hover {
  color: #fff;
  background-color: #f93b4c;
  border-color: #f93b4c
}

.btn-outline-brighton-rock.focus,
.btn-outline-brighton-rock:focus {
  box-shadow: 0 0 0 .2rem rgba(249, 59, 76, .5)
}

.btn-outline-brighton-rock.disabled,
.btn-outline-brighton-rock:disabled {
  color: #f93b4c;
  background-color: transparent
}

.btn-outline-brighton-rock:not(:disabled):not(.disabled).active,
.btn-outline-brighton-rock:not(:disabled):not(.disabled):active,
.show>.btn-outline-brighton-rock.dropdown-toggle {
  color: #fff;
  background-color: #f93b4c;
  border-color: #f93b4c
}

.btn-outline-brighton-rock:not(:disabled):not(.disabled).active:focus,
.btn-outline-brighton-rock:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brighton-rock.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(249, 59, 76, .5)
}

.btn-outline-jelly-baby {
  color: #ff7a07;
  border-color: #ff7a07
}

.btn-outline-jelly-baby:hover {
  color: #fff;
  background-color: #ff7a07;
  border-color: #ff7a07
}

.btn-outline-jelly-baby.focus,
.btn-outline-jelly-baby:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 122, 7, .5)
}

.btn-outline-jelly-baby.disabled,
.btn-outline-jelly-baby:disabled {
  color: #ff7a07;
  background-color: transparent
}

.btn-outline-jelly-baby:not(:disabled):not(.disabled).active,
.btn-outline-jelly-baby:not(:disabled):not(.disabled):active,
.show>.btn-outline-jelly-baby.dropdown-toggle {
  color: #fff;
  background-color: #ff7a07;
  border-color: #ff7a07
}

.btn-outline-jelly-baby:not(:disabled):not(.disabled).active:focus,
.btn-outline-jelly-baby:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-jelly-baby.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 122, 7, .5)
}

.btn-outline-lemon-sherbet {
  color: #ffc700;
  border-color: #ffc700
}

.btn-outline-lemon-sherbet:hover {
  color: #212529;
  background-color: #ffc700;
  border-color: #ffc700
}

.btn-outline-lemon-sherbet.focus,
.btn-outline-lemon-sherbet:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 199, 0, .5)
}

.btn-outline-lemon-sherbet.disabled,
.btn-outline-lemon-sherbet:disabled {
  color: #ffc700;
  background-color: transparent
}

.btn-outline-lemon-sherbet:not(:disabled):not(.disabled).active,
.btn-outline-lemon-sherbet:not(:disabled):not(.disabled):active,
.show>.btn-outline-lemon-sherbet.dropdown-toggle {
  color: #212529;
  background-color: #ffc700;
  border-color: #ffc700
}

.btn-outline-lemon-sherbet:not(:disabled):not(.disabled).active:focus,
.btn-outline-lemon-sherbet:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-lemon-sherbet.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 199, 0, .5)
}

.btn-outline-ice-cream {
  color: #ff8674;
  border-color: #ff8674
}

.btn-outline-ice-cream:hover {
  color: #212529;
  background-color: #ff8674;
  border-color: #ff8674
}

.btn-outline-ice-cream.focus,
.btn-outline-ice-cream:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 134, 116, .5)
}

.btn-outline-ice-cream.disabled,
.btn-outline-ice-cream:disabled {
  color: #ff8674;
  background-color: transparent
}

.btn-outline-ice-cream:not(:disabled):not(.disabled).active,
.btn-outline-ice-cream:not(:disabled):not(.disabled):active,
.show>.btn-outline-ice-cream.dropdown-toggle {
  color: #212529;
  background-color: #ff8674;
  border-color: #ff8674
}

.btn-outline-ice-cream:not(:disabled):not(.disabled).active:focus,
.btn-outline-ice-cream:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-ice-cream.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 134, 116, .5)
}

.btn-outline-candy-floss {
  color: #ff00ec;
  border-color: #ff00ec
}

.btn-outline-candy-floss:hover {
  color: #fff;
  background-color: #ff00ec;
  border-color: #ff00ec
}

.btn-outline-candy-floss.focus,
.btn-outline-candy-floss:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 0, 236, .5)
}

.btn-outline-candy-floss.disabled,
.btn-outline-candy-floss:disabled {
  color: #ff00ec;
  background-color: transparent
}

.btn-outline-candy-floss:not(:disabled):not(.disabled).active,
.btn-outline-candy-floss:not(:disabled):not(.disabled):active,
.show>.btn-outline-candy-floss.dropdown-toggle {
  color: #fff;
  background-color: #ff00ec;
  border-color: #ff00ec
}

.btn-outline-candy-floss:not(:disabled):not(.disabled).active:focus,
.btn-outline-candy-floss:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-candy-floss.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 0, 236, .5)
}

.btn-outline-royal-pavilion {
  color: #b18aff;
  border-color: #b18aff
}

.btn-outline-royal-pavilion:hover {
  color: #212529;
  background-color: #b18aff;
  border-color: #b18aff
}

.btn-outline-royal-pavilion.focus,
.btn-outline-royal-pavilion:focus {
  box-shadow: 0 0 0 .2rem rgba(177, 138, 255, .5)
}

.btn-outline-royal-pavilion.disabled,
.btn-outline-royal-pavilion:disabled {
  color: #b18aff;
  background-color: transparent
}

.btn-outline-royal-pavilion:not(:disabled):not(.disabled).active,
.btn-outline-royal-pavilion:not(:disabled):not(.disabled):active,
.show>.btn-outline-royal-pavilion.dropdown-toggle {
  color: #212529;
  background-color: #b18aff;
  border-color: #b18aff
}

.btn-outline-royal-pavilion:not(:disabled):not(.disabled).active:focus,
.btn-outline-royal-pavilion:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-royal-pavilion.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(177, 138, 255, .5)
}

.btn-link {
  font-weight: 400;
  color: #007bff
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem
}

.btn-lg,
.btn-sm {
  line-height: 1.5;
  border-radius: 2px
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem
}

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

.btn-block+.btn-block {
  margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}



.container,
.home-carousel .flickity-page-dots {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {

  .container,
  .home-carousel .flickity-page-dots {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container,
  .home-carousel .flickity-page-dots {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container,
  .home-carousel .flickity-page-dots {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container,
  .home-carousel .flickity-page-dots {
    max-width: 1140px
  }
}

/* .container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
} */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.3333333333%
}

.offset-2 {
  margin-left: 16.6666666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.3333333333%
}

.offset-5 {
  margin-left: 41.6666666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.3333333333%
}

.offset-8 {
  margin-left: 66.6666666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.3333333333%
}

.offset-11 {
  margin-left: 91.6666666667%
}

@media (min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.3333333333%
  }

  .offset-md-2 {
    margin-left: 16.6666666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.3333333333%
  }

  .offset-md-5 {
    margin-left: 41.6666666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.3333333333%
  }

  .offset-md-8 {
    margin-left: 66.6666666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.3333333333%
  }

  .offset-md-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%
  }
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

@media (min-width:576px) {
  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width:1200px) {
  .d-xl-none {
    display: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }
}

@media print {
  .d-print-none {
    display: none !important
  }

  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

@media (min-width:576px) {
  .flex-sm-row {
    flex-direction: row !important
  }

  .flex-sm-column {
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
    flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-sm-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

  .justify-content-sm-between {
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .align-items-sm-start {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

  .align-items-sm-baseline {
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    align-items: stretch !important
  }

  .align-content-sm-start {
    align-content: flex-start !important
  }

  .align-content-sm-end {
    align-content: flex-end !important
  }

  .align-content-sm-center {
    align-content: center !important
  }

  .align-content-sm-between {
    align-content: space-between !important
  }

  .align-content-sm-around {
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    align-content: stretch !important
  }

  .align-self-sm-auto {
    align-self: auto !important
  }

  .align-self-sm-start {
    align-self: flex-start !important
  }

  .align-self-sm-end {
    align-self: flex-end !important
  }

  .align-self-sm-center {
    align-self: center !important
  }

  .align-self-sm-baseline {
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    align-self: stretch !important
  }
}

@media (min-width:768px) {
  .flex-md-row {
    flex-direction: row !important
  }

  .flex-md-column {
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
    flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-md-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

  .justify-content-md-between {
    justify-content: space-between !important
  }

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

  .align-items-md-baseline {
    align-items: baseline !important
  }

  .align-items-md-stretch {
    align-items: stretch !important
  }

  .align-content-md-start {
    align-content: flex-start !important
  }

  .align-content-md-end {
    align-content: flex-end !important
  }

  .align-content-md-center {
    align-content: center !important
  }

  .align-content-md-between {
    align-content: space-between !important
  }

  .align-content-md-around {
    align-content: space-around !important
  }

  .align-content-md-stretch {
    align-content: stretch !important
  }

  .align-self-md-auto {
    align-self: auto !important
  }

  .align-self-md-start {
    align-self: flex-start !important
  }

  .align-self-md-end {
    align-self: flex-end !important
  }

  .align-self-md-center {
    align-self: center !important
  }

  .align-self-md-baseline {
    align-self: baseline !important
  }

  .align-self-md-stretch {
    align-self: stretch !important
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    flex-direction: row !important
  }

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
    flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-lg-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

  .justify-content-lg-between {
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

  .align-items-lg-baseline {
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    align-items: stretch !important
  }

  .align-content-lg-start {
    align-content: flex-start !important
  }

  .align-content-lg-end {
    align-content: flex-end !important
  }

  .align-content-lg-center {
    align-content: center !important
  }

  .align-content-lg-between {
    align-content: space-between !important
  }

  .align-content-lg-around {
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    align-content: stretch !important
  }

  .align-self-lg-auto {
    align-self: auto !important
  }

  .align-self-lg-start {
    align-self: flex-start !important
  }

  .align-self-lg-end {
    align-self: flex-end !important
  }

  .align-self-lg-center {
    align-self: center !important
  }

  .align-self-lg-baseline {
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    align-self: stretch !important
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
    flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }
}

.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: 1.5rem !important
}

.mt-1,
.my-1 {
  margin-top: 1.5rem !important
}

.mr-1,
.mx-1 {
  margin-right: 1.5rem !important
}

.mb-1,
.my-1 {
  margin-bottom: 1.5rem !important
}

.ml-1,
.mx-1 {
  margin-left: 1.5rem !important
}

.m-2 {
  margin: 3rem !important
}

.mt-2,
.my-2 {
  margin-top: 3rem !important
}

.mr-2,
.mx-2 {
  margin-right: 3rem !important
}

.mb-2,
.my-2 {
  margin-bottom: 3rem !important
}

.ml-2,
.mx-2 {
  margin-left: 3rem !important
}

.m-3 {
  margin: 4.5rem !important
}

.mt-3,
.my-3 {
  margin-top: 4.5rem !important
}

.mr-3,
.mx-3 {
  margin-right: 4.5rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 4.5rem !important
}

.ml-3,
.mx-3 {
  margin-left: 4.5rem !important
}

.m-4 {
  margin: 6rem !important
}

.mt-4,
.my-4 {
  margin-top: 6rem !important
}

.mr-4,
.mx-4 {
  margin-right: 6rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 6rem !important
}

.ml-4,
.mx-4 {
  margin-left: 6rem !important
}

.m-5 {
  margin: 7.5rem !important
}

.mt-5,
.my-5 {
  margin-top: 7.5rem !important
}

.mr-5,
.mx-5 {
  margin-right: 7.5rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 7.5rem !important
}

.ml-5,
.mx-5 {
  margin-left: 7.5rem !important
}

.m-half {
  margin: .75rem !important
}

.mt-half,
.my-half {
  margin-top: .75rem !important
}

.mr-half,
.mx-half {
  margin-right: .75rem !important
}

.mb-half,
.my-half {
  margin-bottom: .75rem !important
}

.ml-half,
.mx-half {
  margin-left: .75rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: 1.5rem !important
}

.pt-1,
.py-1 {
  padding-top: 1.5rem !important
}

.pr-1,
.px-1 {
  padding-right: 1.5rem !important
}

.pb-1,
.py-1 {
  padding-bottom: 1.5rem !important
}

.pl-1,
.px-1 {
  padding-left: 1.5rem !important
}

.p-2 {
  padding: 3rem !important
}

.pt-2,
.py-2 {
  padding-top: 3rem !important
}

.pr-2,
.px-2 {
  padding-right: 3rem !important
}

.pb-2,
.py-2 {
  padding-bottom: 3rem !important
}

.pl-2,
.px-2 {
  padding-left: 3rem !important
}

.p-3 {
  padding: 4.5rem !important
}

.pt-3,
.py-3 {
  padding-top: 4.5rem !important
}

.pr-3,
.px-3 {
  padding-right: 4.5rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 4.5rem !important
}

.pl-3,
.px-3 {
  padding-left: 4.5rem !important
}

.p-4 {
  padding: 6rem !important
}

.pt-4,
.py-4 {
  padding-top: 6rem !important
}

.pr-4,
.px-4 {
  padding-right: 6rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 6rem !important
}

.pl-4,
.px-4 {
  padding-left: 6rem !important
}

.p-5 {
  padding: 7.5rem !important
}

.pt-5,
.py-5 {
  padding-top: 7.5rem !important
}

.pr-5,
.px-5 {
  padding-right: 7.5rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 7.5rem !important
}

.pl-5,
.px-5 {
  padding-left: 7.5rem !important
}

.p-half {
  padding: .75rem !important
}

.pt-half,
.py-half {
  padding-top: .75rem !important
}

.pr-half,
.px-half {
  padding-right: .75rem !important
}

.pb-half,
.py-half {
  padding-bottom: .75rem !important
}

.pl-half,
.px-half {
  padding-left: .75rem !important
}

.m-n1 {
  margin: -1.5rem !important
}

.mt-n1,
.my-n1 {
  margin-top: -1.5rem !important
}

.mr-n1,
.mx-n1 {
  margin-right: -1.5rem !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -1.5rem !important
}

.ml-n1,
.mx-n1 {
  margin-left: -1.5rem !important
}

.m-n2 {
  margin: -3rem !important
}

.mt-n2,
.my-n2 {
  margin-top: -3rem !important
}

.mr-n2,
.mx-n2 {
  margin-right: -3rem !important
}

.mb-n2,
.my-n2 {
  margin-bottom: -3rem !important
}

.ml-n2,
.mx-n2 {
  margin-left: -3rem !important
}

.m-n3 {
  margin: -4.5rem !important
}

.mt-n3,
.my-n3 {
  margin-top: -4.5rem !important
}

.mr-n3,
.mx-n3 {
  margin-right: -4.5rem !important
}

.mb-n3,
.my-n3 {
  margin-bottom: -4.5rem !important
}

.ml-n3,
.mx-n3 {
  margin-left: -4.5rem !important
}

.m-n4 {
  margin: -6rem !important
}

.mt-n4,
.my-n4 {
  margin-top: -6rem !important
}

.mr-n4,
.mx-n4 {
  margin-right: -6rem !important
}

.mb-n4,
.my-n4 {
  margin-bottom: -6rem !important
}

.ml-n4,
.mx-n4 {
  margin-left: -6rem !important
}

.m-n5 {
  margin: -7.5rem !important
}

.mt-n5,
.my-n5 {
  margin-top: -7.5rem !important
}

.mr-n5,
.mx-n5 {
  margin-right: -7.5rem !important
}

.mb-n5,
.my-n5 {
  margin-bottom: -7.5rem !important
}

.ml-n5,
.mx-n5 {
  margin-left: -7.5rem !important
}

.m-nhalf {
  margin: -.75rem !important
}

.mt-nhalf,
.my-nhalf {
  margin-top: -.75rem !important
}

.mr-nhalf,
.mx-nhalf {
  margin-right: -.75rem !important
}

.mb-nhalf,
.my-nhalf {
  margin-bottom: -.75rem !important
}

.ml-nhalf,
.mx-nhalf {
  margin-left: -.75rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,
.my-auto {
  margin-top: auto !important
}

.mr-auto,
.mx-auto {
  margin-right: auto !important
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: 1.5rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1.5rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1.5rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1.5rem !important
  }

  .m-sm-2 {
    margin: 3rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 3rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 3rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 3rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 3rem !important
  }

  .m-sm-3 {
    margin: 4.5rem !important
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 4.5rem !important
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 4.5rem !important
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 4.5rem !important
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 4.5rem !important
  }

  .m-sm-4 {
    margin: 6rem !important
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 6rem !important
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 6rem !important
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 6rem !important
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 6rem !important
  }

  .m-sm-5 {
    margin: 7.5rem !important
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 7.5rem !important
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 7.5rem !important
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 7.5rem !important
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 7.5rem !important
  }

  .m-sm-half {
    margin: .75rem !important
  }

  .mt-sm-half,
  .my-sm-half {
    margin-top: .75rem !important
  }

  .mr-sm-half,
  .mx-sm-half {
    margin-right: .75rem !important
  }

  .mb-sm-half,
  .my-sm-half {
    margin-bottom: .75rem !important
  }

  .ml-sm-half,
  .mx-sm-half {
    margin-left: .75rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: 1.5rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1.5rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1.5rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1.5rem !important
  }

  .p-sm-2 {
    padding: 3rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 3rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 3rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 3rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 3rem !important
  }

  .p-sm-3 {
    padding: 4.5rem !important
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 4.5rem !important
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 4.5rem !important
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 4.5rem !important
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 4.5rem !important
  }

  .p-sm-4 {
    padding: 6rem !important
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 6rem !important
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 6rem !important
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 6rem !important
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 6rem !important
  }

  .p-sm-5 {
    padding: 7.5rem !important
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 7.5rem !important
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 7.5rem !important
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 7.5rem !important
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 7.5rem !important
  }

  .p-sm-half {
    padding: .75rem !important
  }

  .pt-sm-half,
  .py-sm-half {
    padding-top: .75rem !important
  }

  .pr-sm-half,
  .px-sm-half {
    padding-right: .75rem !important
  }

  .pb-sm-half,
  .py-sm-half {
    padding-bottom: .75rem !important
  }

  .pl-sm-half,
  .px-sm-half {
    padding-left: .75rem !important
  }

  .m-sm-n1 {
    margin: -1.5rem !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1.5rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1.5rem !important
  }

  .m-sm-n2 {
    margin: -3rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -3rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -3rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -3rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -3rem !important
  }

  .m-sm-n3 {
    margin: -4.5rem !important
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -4.5rem !important
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -4.5rem !important
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -4.5rem !important
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -4.5rem !important
  }

  .m-sm-n4 {
    margin: -6rem !important
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -6rem !important
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -6rem !important
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -6rem !important
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -6rem !important
  }

  .m-sm-n5 {
    margin: -7.5rem !important
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -7.5rem !important
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -7.5rem !important
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -7.5rem !important
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -7.5rem !important
  }

  .m-sm-nhalf {
    margin: -.75rem !important
  }

  .mt-sm-nhalf,
  .my-sm-nhalf {
    margin-top: -.75rem !important
  }

  .mr-sm-nhalf,
  .mx-sm-nhalf {
    margin-right: -.75rem !important
  }

  .mb-sm-nhalf,
  .my-sm-nhalf {
    margin-bottom: -.75rem !important
  }

  .ml-sm-nhalf,
  .mx-sm-nhalf {
    margin-left: -.75rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: 1.5rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 1.5rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 1.5rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 1.5rem !important
  }

  .m-md-2 {
    margin: 3rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 3rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 3rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 3rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 3rem !important
  }

  .m-md-3 {
    margin: 4.5rem !important
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 4.5rem !important
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 4.5rem !important
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 4.5rem !important
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 4.5rem !important
  }

  .m-md-4 {
    margin: 6rem !important
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 6rem !important
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 6rem !important
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 6rem !important
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 6rem !important
  }

  .m-md-5 {
    margin: 7.5rem !important
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 7.5rem !important
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 7.5rem !important
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 7.5rem !important
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 7.5rem !important
  }

  .m-md-half {
    margin: .75rem !important
  }

  .mt-md-half,
  .my-md-half {
    margin-top: .75rem !important
  }

  .mr-md-half,
  .mx-md-half {
    margin-right: .75rem !important
  }

  .mb-md-half,
  .my-md-half {
    margin-bottom: .75rem !important
  }

  .ml-md-half,
  .mx-md-half {
    margin-left: .75rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: 1.5rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 1.5rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 1.5rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 1.5rem !important
  }

  .p-md-2 {
    padding: 3rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 3rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 3rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 3rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 3rem !important
  }

  .p-md-3 {
    padding: 4.5rem !important
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 4.5rem !important
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 4.5rem !important
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 4.5rem !important
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 4.5rem !important
  }

  .p-md-4 {
    padding: 6rem !important
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 6rem !important
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 6rem !important
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 6rem !important
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 6rem !important
  }

  .p-md-5 {
    padding: 7.5rem !important
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 7.5rem !important
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 7.5rem !important
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 7.5rem !important
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 7.5rem !important
  }

  .p-md-half {
    padding: .75rem !important
  }

  .pt-md-half,
  .py-md-half {
    padding-top: .75rem !important
  }

  .pr-md-half,
  .px-md-half {
    padding-right: .75rem !important
  }

  .pb-md-half,
  .py-md-half {
    padding-bottom: .75rem !important
  }

  .pl-md-half,
  .px-md-half {
    padding-left: .75rem !important
  }

  .m-md-n1 {
    margin: -1.5rem !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1.5rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1.5rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1.5rem !important
  }

  .m-md-n2 {
    margin: -3rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -3rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -3rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -3rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -3rem !important
  }

  .m-md-n3 {
    margin: -4.5rem !important
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -4.5rem !important
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -4.5rem !important
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -4.5rem !important
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -4.5rem !important
  }

  .m-md-n4 {
    margin: -6rem !important
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -6rem !important
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -6rem !important
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -6rem !important
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -6rem !important
  }

  .m-md-n5 {
    margin: -7.5rem !important
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -7.5rem !important
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -7.5rem !important
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -7.5rem !important
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -7.5rem !important
  }

  .m-md-nhalf {
    margin: -.75rem !important
  }

  .mt-md-nhalf,
  .my-md-nhalf {
    margin-top: -.75rem !important
  }

  .mr-md-nhalf,
  .mx-md-nhalf {
    margin-right: -.75rem !important
  }

  .mb-md-nhalf,
  .my-md-nhalf {
    margin-bottom: -.75rem !important
  }

  .ml-md-nhalf,
  .mx-md-nhalf {
    margin-left: -.75rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: 1.5rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1.5rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1.5rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1.5rem !important
  }

  .m-lg-2 {
    margin: 3rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 3rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 3rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 3rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 3rem !important
  }

  .m-lg-3 {
    margin: 4.5rem !important
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 4.5rem !important
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 4.5rem !important
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 4.5rem !important
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 4.5rem !important
  }

  .m-lg-4 {
    margin: 6rem !important
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 6rem !important
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 6rem !important
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 6rem !important
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 6rem !important
  }

  .m-lg-5 {
    margin: 7.5rem !important
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 7.5rem !important
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 7.5rem !important
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 7.5rem !important
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 7.5rem !important
  }

  .m-lg-half {
    margin: .75rem !important
  }

  .mt-lg-half,
  .my-lg-half {
    margin-top: .75rem !important
  }

  .mr-lg-half,
  .mx-lg-half {
    margin-right: .75rem !important
  }

  .mb-lg-half,
  .my-lg-half {
    margin-bottom: .75rem !important
  }

  .ml-lg-half,
  .mx-lg-half {
    margin-left: .75rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: 1.5rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1.5rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1.5rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1.5rem !important
  }

  .p-lg-2 {
    padding: 3rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 3rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 3rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 3rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 3rem !important
  }

  .p-lg-3 {
    padding: 4.5rem !important
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 4.5rem !important
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 4.5rem !important
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 4.5rem !important
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 4.5rem !important
  }

  .p-lg-4 {
    padding: 6rem !important
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 6rem !important
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 6rem !important
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 6rem !important
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 6rem !important
  }

  .p-lg-5 {
    padding: 7.5rem !important
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 7.5rem !important
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 7.5rem !important
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 7.5rem !important
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 7.5rem !important
  }

  .p-lg-half {
    padding: .75rem !important
  }

  .pt-lg-half,
  .py-lg-half {
    padding-top: .75rem !important
  }

  .pr-lg-half,
  .px-lg-half {
    padding-right: .75rem !important
  }

  .pb-lg-half,
  .py-lg-half {
    padding-bottom: .75rem !important
  }

  .pl-lg-half,
  .px-lg-half {
    padding-left: .75rem !important
  }

  .m-lg-n1 {
    margin: -1.5rem !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1.5rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1.5rem !important
  }

  .m-lg-n2 {
    margin: -3rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -3rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -3rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -3rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -3rem !important
  }

  .m-lg-n3 {
    margin: -4.5rem !important
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -4.5rem !important
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -4.5rem !important
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -4.5rem !important
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -4.5rem !important
  }

  .m-lg-n4 {
    margin: -6rem !important
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -6rem !important
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -6rem !important
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -6rem !important
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -6rem !important
  }

  .m-lg-n5 {
    margin: -7.5rem !important
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -7.5rem !important
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -7.5rem !important
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -7.5rem !important
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -7.5rem !important
  }

  .m-lg-nhalf {
    margin: -.75rem !important
  }

  .mt-lg-nhalf,
  .my-lg-nhalf {
    margin-top: -.75rem !important
  }

  .mr-lg-nhalf,
  .mx-lg-nhalf {
    margin-right: -.75rem !important
  }

  .mb-lg-nhalf,
  .my-lg-nhalf {
    margin-bottom: -.75rem !important
  }

  .ml-lg-nhalf,
  .mx-lg-nhalf {
    margin-left: -.75rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important
  }

  .m-xl-1 {
    margin: 1.5rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1.5rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1.5rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1.5rem !important
  }

  .m-xl-2 {
    margin: 3rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 3rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 3rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 3rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 3rem !important
  }

  .m-xl-3 {
    margin: 4.5rem !important
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 4.5rem !important
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 4.5rem !important
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 4.5rem !important
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 4.5rem !important
  }

  .m-xl-4 {
    margin: 6rem !important
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 6rem !important
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 6rem !important
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 6rem !important
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 6rem !important
  }

  .m-xl-5 {
    margin: 7.5rem !important
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 7.5rem !important
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 7.5rem !important
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 7.5rem !important
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 7.5rem !important
  }

  .m-xl-half {
    margin: .75rem !important
  }

  .mt-xl-half,
  .my-xl-half {
    margin-top: .75rem !important
  }

  .mr-xl-half,
  .mx-xl-half {
    margin-right: .75rem !important
  }

  .mb-xl-half,
  .my-xl-half {
    margin-bottom: .75rem !important
  }

  .ml-xl-half,
  .mx-xl-half {
    margin-left: .75rem !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: 1.5rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1.5rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1.5rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1.5rem !important
  }

  .p-xl-2 {
    padding: 3rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 3rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 3rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 3rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 3rem !important
  }

  .p-xl-3 {
    padding: 4.5rem !important
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 4.5rem !important
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 4.5rem !important
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 4.5rem !important
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 4.5rem !important
  }

  .p-xl-4 {
    padding: 6rem !important
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 6rem !important
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 6rem !important
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 6rem !important
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 6rem !important
  }

  .p-xl-5 {
    padding: 7.5rem !important
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 7.5rem !important
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 7.5rem !important
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 7.5rem !important
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 7.5rem !important
  }

  .p-xl-half {
    padding: .75rem !important
  }

  .pt-xl-half,
  .py-xl-half {
    padding-top: .75rem !important
  }

  .pr-xl-half,
  .px-xl-half {
    padding-right: .75rem !important
  }

  .pb-xl-half,
  .py-xl-half {
    padding-bottom: .75rem !important
  }

  .pl-xl-half,
  .px-xl-half {
    padding-left: .75rem !important
  }

  .m-xl-n1 {
    margin: -1.5rem !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1.5rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1.5rem !important
  }

  .m-xl-n2 {
    margin: -3rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -3rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -3rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -3rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -3rem !important
  }

  .m-xl-n3 {
    margin: -4.5rem !important
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -4.5rem !important
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -4.5rem !important
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -4.5rem !important
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -4.5rem !important
  }

  .m-xl-n4 {
    margin: -6rem !important
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -6rem !important
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -6rem !important
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -6rem !important
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -6rem !important
  }

  .m-xl-n5 {
    margin: -7.5rem !important
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -7.5rem !important
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -7.5rem !important
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -7.5rem !important
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -7.5rem !important
  }

  .m-xl-nhalf {
    margin: -.75rem !important
  }

  .mt-xl-nhalf,
  .my-xl-nhalf {
    margin-top: -.75rem !important
  }

  .mr-xl-nhalf,
  .mx-xl-nhalf {
    margin-right: -.75rem !important
  }

  .mb-xl-nhalf,
  .my-xl-nhalf {
    margin-bottom: -.75rem !important
  }

  .ml-xl-nhalf,
  .mx-xl-nhalf {
    margin-left: -.75rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important
  }
}



.section {
  overflow: hidden
}

.btn {
  text-decoration: none;
  font-family: Netto, Helvetica, Arial, sans-serif
}

.fade-out {
  position: relative
}

.fade-out:after {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, #fff 6%, hsla(0, 0%, 100%, 0));
  display: block;
  position: absolute;
  left: 0;
  bottom: 0
}

.bg-grey {
  background: #fafafa
}

.text-small {
  font-size: .8rem
}
.text-body-size {
  font-size: 1rem
}



.ab-main-content {
  overflow: hidden
}

.ab-main-content.sub-nav-hero {
  padding-top: 10.5rem
}

.card {
  background: #fff
}

.card a {
  text-decoration: none
}

.card a,
.card a:hover {
  color: inherit
}

.card a:hover .card-title {
  color: #4400a9
}

.card .card-image {
  margin-bottom: .75rem
}

.card .card-image img {
  width: 100%
}

.card .card-meta {
  font-size: .8rem
}

.card .card-footer {
  padding-bottom: 1.5rem
}

.card.card-premium.with-shadow .card-body,
.card.card-premium.with-shadow .card-meta,
.card.shadow-lg .card-body,
.card.shadow-lg .card-meta,
body.landing-page .card.landing-page_form .card-body,
body.landing-page .card.landing-page_form .card-meta {
  padding: 0 3rem
}

.card.card-premium.with-shadow .card-footer,
.card.shadow-lg .card-footer,
body.landing-page .card.landing-page_form .card-footer {
  padding: 0 3rem 1.5rem
}

.card-integration .card-image img {
  border-radius: 50%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)
}

.card-integration .card-body h4 {
  font-weight: 700
}

.card-integration .card-body p:last-child {
  margin-bottom: 0
}

.card-integration .card-footer {
  margin-bottom: 1.5rem
}

.card-video.with-border img {
  border: 2px solid #efefef
}

.card-video .card-image {
  background: #000;
  position: relative
}

.card-video .card-image img {
  opacity: 1;
  transition: opacity .25s ease-out
}

.card-video .card-video_play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  background: #00d5b7;
  border-radius: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  opacity: 0;
  transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
  transition: opacity .25s ease-out, transform .25s ease-out;
  transition: opacity .25s ease-out, transform .25s ease-out, -webkit-transform .25s ease-out
}

.card-video a {
  text-decoration: none
}

.card-video a:hover .card-video_play-icon {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.card-video a:hover .card-image img {
  opacity: .8
}

.card-showcase.with-border img {
  border: 2px solid #efefef
}

.card-showcase .card-image {
  background: #000;
  position: relative
}

.card-showcase .card-image img {
  opacity: 1;
  transition: opacity .25s ease-out;
  display: block;
}

h3.card-title.diff + h3.card-title {
  display: none;
}

.card-showcase .card-showcase_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  background: #00d5b7;
  border-radius: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  opacity: 0;
  transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
  transition: opacity .25s ease-out, transform .25s ease-out;
  transition: opacity .25s ease-out, transform .25s ease-out, -webkit-transform .25s ease-out
}

.card-showcase a {
  text-decoration: none
}

.card-showcase a:hover .card-showcase_icon {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.card-showcase a:hover .card-image img {
  opacity: .8
}

.card-premium.with-bg {
  background: #fff
}

.card-premium.with-bg .card-body {
  padding: 0 .75rem
}

.card-premium.with-bg .card-footer {
  padding: 0 .75rem .75rem
}

.card-premium.with-border img {
  border: 2px solid #efefef
}

.card-premium .card-image {
  background: #000;
  position: relative
}

.card-premium .card-image img {
  opacity: 1;
  transition: opacity .25s ease-out
}

.card-premium .card-premium_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  opacity: 0;
  transition: opacity .25s ease-out, -webkit-transform .25s ease-out;
  transition: opacity .25s ease-out, transform .25s ease-out;
  transition: opacity .25s ease-out, transform .25s ease-out, -webkit-transform .25s ease-out
}

.card-premium a {
  text-decoration: none
}

.card-premium a:hover .card-premium_icon {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.card-premium a:hover .card-image img {
  opacity: .8
}

.card-team .card-header {
  position: relative
}

.card-team .card-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  background: #ff7a07;
  opacity: 0;
  transition: opacity .25s ease-out
}

.card-team .card-hover h4 {
  opacity: 0;
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  transition: opacity .25s ease-out .15s, -webkit-transform .25s ease-out;
  transition: opacity .25s ease-out .15s, transform .25s ease-out;
  transition: opacity .25s ease-out .15s, transform .25s ease-out, -webkit-transform .25s ease-out;
  color: #fff;
  font-weight: 400
}

.card-team .card-header:hover .card-hover {
  opacity: 1
}

.card-team .card-header:hover h4 {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0)
}

.social-links a {
  margin-right: 25px;
}

@media (min-width:992px) {
  .social-links a {
    margin-right: 15px;
  }

}

.social-links a:last-child {
  margin-right: 0
}

.section.pricing-table {
  background: #efeff3;
  overflow: visible
}

.section.pricing-table .most-popular {
  position: absolute;
  /*top: -2.25rem;*/
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #4400a9;
   color: #fff !important;
   padding: 4px 20px;
   border-radius: 20px;
   min-width: 165px;
  font-weight: 700;
}


a.compare-plans {
  text-decoration: none;
  color: #2c2c4a;
  font-weight: 700;
}
a.compare-plans .ab-icon {
  color:#009ca6;
}

span.per-month {
  font-family: Netto,Helvetica,Arial,sans-serif;
  color: #4400a9;
}

#cd-table {
  position: relative;
  width: 100%;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}

#cd-table:after {
  content: "";
  display: table;
  clear: both
}

#cd-table:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 35px;
  background: linear-gradient(270deg, #fff 10%, hsla(0, 0%, 100%, 0));
  z-index: 5;
  pointer-events: none
}

#cd-table.table-end:before,
.no-cssgradients #cd-table:before {
  display: none
}

#cd-table .cd-table-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}


#cd-table .cd-table-wrapper {
  width: 600px;
  padding-left: 150px
}

#cd-table .cd-table-column {
  width: 150px;
  float: left;
  text-align: center;
}

.cd-table-column-header.prof-header { background: #381a62 !important; }
.cd-table-column.professional { position: relative; }
.cd-table-column.professional h5 { color: #fff; }
.cd-table-column.professional h5.most-popular1 { position: absolute;  top: 10px; font-weight: 700; color: #fff; left: 0; right: 0; }

#cd-table .cd-table-column .pricing-more-info {
  padding: 0.4rem;
  margin-left: 0.1rem;
}

  
#cd-table .cd-table-column:last-child {
  border-right: none
}

#cd-table .cd-table-column-header {
  background: #efeff3;
  margin-left: -1px
}

#cd-table .cd-table-column-header h3 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 1.5rem
}

#cd-table .cd-table-column-header h3 span {
  font-weight: 400
}

#cd-table .cd-table-column-header .per-month {
  font-size: .8rem;
  display: block;
}

#cd-table .cd-table-column-header .btn {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem
}

#cd-table .cd-table-column-footer {
  background: #f3f3f3;
  padding-top: 1.5rem;
  margin-left: -1px
}
.opacity-0 {
  opacity:0;
}


#cd-table .cd-table-column-footer .btn {
  margin-bottom: 1.5rem
}

#cd-table h2,
#cd-table ul>li {
  position: relative;
  text-align: center;
  padding: 0 1em;
  border-bottom: 1px solid #e6e7f1;
  height: 3rem;
  line-height: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem
}

#cd-table ul {
  list-style: none;
  padding: 0;
  margin: 0
}

#cd-table ul>li .ab-icon {
  color: #009CA6
}

#cd-table ul>li:before {
  display: none
}

#cd-table ul>li.highlight {
  background-color: #F3F3F3;
}
#cd-table ul>li.highlight h5 {
  font-size:.9rem;
}

#cd-table .cd-select {
  display: block;
  height: 100%;
  width: 100%;
  font-weight: 700
}

#cd-table header.cd-table-column {
  position: absolute;
  width: 150px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  margin-left: 0;
  pointer-events: none;
  font-size: .8rem;
  text-align: left;
  border: none;
  background:#fff
}

#cd-table header.cd-table-column .cd-table-column-header {
  background: #fff;
}

#cd-table header.cd-table-column h2 {
  border-right:1px solid #e6e7f1;
}

#cd-table .cd-table-column.essential li {
  border-left:1px solid #e6e7f1;
}
#cd-table .cd-table-column.essential .cd-table-column-footer {
  border-left:1px solid #e6e7f1;
  margin:0;
}


#cd-table header.cd-table-column h5 {
  margin: 0;
  font-weight: 700;
  color: #4400a9
}

#cd-table header.cd-table-column ul>li {
  justify-content: left;
  text-align: left;
}

#cd-table header.cd-table-column ul>li.highlight {
  border-right: transparent;
}

#cd-table .cd-scroll-right {
  display: block;
  font-size: 1.2rem;
  color: #4400a9;
  position: absolute;
  right: -6px;
  top: 6.3rem;
  margin-top: -8px;
  z-index: 6;
  -webkit-animation: cd-scroll-right 1.5s infinite;
  animation: cd-scroll-right 1.5s infinite
}

@media only screen and (min-width:870px) {
  
  #cd-table:before {
    display: none
  }

  #cd-table .cd-table-wrapper {
    width: 100%;
    padding-left: 25%
  }

  #cd-table .cd-table-column {
    width: 33.3333333333%;
    float: left
  }

  #cd-table .cd-table-column:last-child {
    border-right: 1px solid #e6e7f1
  }

  #cd-table header.cd-table-column {
    width: 25%;
    float: left;
    box-shadow: none;
    pointer-events: auto
  }
  
  #cd-table.items-2 .cd-table-wrapper {
    padding-left: 23%
  }
  #cd-table.items-2 .cd-table-column {
    width: 35.3333333333%;
  }
  #cd-table.items-2 header.cd-table-column {
    width: 23%;
  }
  
  #cd-table header.cd-table-column .cd-table-column-header {
    background: #fff;
  }
  
/*   #cd-table .cd-table-column {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }

  #cd-table .cd-table-column.professional {
    border-top: 8px solid #2c2c4a;
    border-right: 4px solid #2c2c4a;
    border-bottom: 8px solid #2c2c4a;
    border-left: 4px solid #2c2c4a;
  } */

  #cd-table .cd-scroll-right {
    display: none
  }
}

@-webkit-keyframes cd-scroll-right {

  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }
}

@keyframes cd-scroll-right {

  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }
}

.ab-accordion {
  border-bottom:1px solid #efefef;
}
  
.ab-accordion .squeezhead {
  padding:1.5rem;
  border-top:1px solid #efefef;
  border-right:1px solid #efefef;
  border-left:1px solid #efefef;
  display: flex;
  align-items: center;
}
.ab-accordion .squeezhead .ab-icon {
  margin-right:10px;
  transform: rotate(-90deg);
  -webkit-transition: transform .1s ease-in-out;
  -moz-transition: transform .1s ease-in-out;
  -o-transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
}
.ab-accordion .squeezhead h5 {
  margin:0;
}
.ab-accordion .squeezecnt {
  padding:0rem 1.5rem 1.5rem 3.1rem;
  border-right:1px solid #efefef;
  border-left:1px solid #efefef;
}
.ab-accordion .squeezhead:hover {
  cursor: pointer;
}
.ab-accordion .squeezhead:hover h5, 
.ab-accordion .squeezhead.accordion_open h5{
  color:#4400a9;
}
.ab-accordion .squeezhead:hover path,
.ab-accordion .squeezhead.accordion_open path {
  fill:#4400a9;
}
.ab-accordion .squeezhead.accordion_open .ab-icon {
  transform: rotate(0deg);
}



.benefits-list .benefits-list_benefit {
  position: relative
}

.benefits-list .benefits-list_benefit:before {
  content: "";
  position: absolute;
  background: inherit;
  width: 100%;
  height: 100%;
  left: 4px;
  top: 4px
}

.benefits-list .benefits-list_benefit .benefits-list_title {
  position: relative;
  margin: 0 0 1.5rem
}

.benefits-list .benefits-list_benefit .benefits-list_title:before {
  content: "";
  position: absolute;
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.benefits-list .benefits-list_benefit .benefits-list_title span {
  position: relative;
  display: block;
  font-weight: 400;
  padding: .75rem 1.5rem
}

.features_header {
  background:#efeef3;
  padding-bottom:4.5rem;
}
.features_link a {
  text-decoration:none;
}
.features_link a:hover h5.font-weight-bold {
  color:#4400a9;
}
.features_link .ab-icon path {
  fill:#00d5b7;
}

.feature-icon {
  text-align: center
}

.feature-icon .feature-icon__icon {
  height: 6rem
}

.feature-icon .feature-icon__title {
  margin: 0;
  font-weight: 700
}

.feature-icon a {
  text-decoration: none
}

.feature-icon a:hover .feature-icon__title {
  color: #4400a9
}

.icon-title .icon-title__icon {
  height: 6rem;
  float: left;
  width:auto;
}

.section.page-tabs .row {
  justify-content: center
}

.section.page-tabs .tabs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: visible
}

@media (min-width:992px) {
  .section.page-tabs .tabs-container {
    border-bottom: 3px solid #dee2e6
  }
}

.section.page-tabs a {
  display: flex;
  align-items: center;
  font-family: Netto, Helvetica, Arial, sans-serif;
  margin: 0 .75rem;
  padding: 0 .75rem;
  height: 3rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  text-align: center
}

.section.page-tabs a:hover,
.section.page-tabs a:focus{
  color: #4400a9
}

.section.page-tabs a:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background: #00d5b7
}

@media (min-width:992px) {
  .section.page-tabs a {
    height: 6rem
  }
}



.subheader {
  background: #4400a9
}

.subheader .site-nav {
  display: inline-block;
  z-index: 998
}

.subheader .subheader-logo-link {
  line-height:0;
}

.subheader .site-nav>ul>li>a {
  line-height: 4.5rem;
  color: #b18aff
}

.subheader .site-nav>ul>li .ab-icon,
.subheader .site-nav>ul>li>a:hover {
  color: #fff
}

.subheader .site-nav>ul>li>ul.menu-children {
  background: #4400a9
}

.subheader .site-nav>ul>li>ul.menu-children a {
  color: #b18aff
}

.subheader .site-nav>ul>li>ul.menu-children a:hover {
  color: #fff
}


.btn-link {
  color: #4400a9;
  padding: 0;
  font-weight: 700
}

.btn-link:hover {
  color: #009ca6
}

.btn-ice-cream {
  color: #fff
}

ul.styled {
  list-style: none;
  padding-left: 1.5rem
}

ul.styled li {
  position: relative
}

ul.styled li:before {
  position: absolute;
  content: "\F192";
  left: -1.5rem;
  font-family: FontAwesome;
  color: #4400a9
}

ul.styled.link-list li:before {
  content: "\F0C1"
}

ul.styled.alt li:before {
  color: #fff
}



blockquote.with-rating footer {
  align-items: center;
  display: flex;
  margin-top: -.75rem
}

blockquote.with-rating footer img {
  height: 1rem;
  margin-right: 10px
}

blockquote.with-bg {
  background: #f7f7f7;
  padding: 1.5rem 3rem
}

blockquote.with-bg footer {
  margin-top: 0
}

.image-block {
  margin-left: 0;
  margin-right: 0
}

.image-block img {
  border: 4px solid #efefef
}

.image-block.no-border img {
  border: none
}

.image-block .caption-text {
  font-size: .8rem
}

.ab-icon {
  width: 1em;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em
}

.ab-icon.facebook {
  width: .5625em
}

.ab-icon.down {
  width: .625em
}

.grid {
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem
}

.grid img {
  display: block
}

.grid-3-column {
  grid-template-columns: 1fr 1fr 1fr
}

.stickysidebar {
  will-change: min-height
}

.stickysidebar .sidebar__inner {
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: position, transform
}

.dash-logo-beta {
  display: inline-block;
  position: relative
}

/* .dash-logo-beta:after {
  content: "BETA";
  background: #4066ff;
  font-size: .8rem;
  text-transform: uppercase;
  font-family: Netto, Helvetica, Arial, sans-serif;
  color: #fff;
  height: 1rem;
  line-height: 1rem;
  padding: 0 10px;
  border-radius: .5rem;
  font-weight: 700;
  position: absolute;
  top: 2px;
  right: -3px
} */

/* 
 * Book a demo start
*/

.book-demo-cta {
  padding: 2.7rem 1.5rem;
  position: relative;
}

.book-demo-cta .book-demo-cta_left {
  padding-left: 1.5rem
}

.book-demo-cta .book-demo-cta__logo {
  height: 3rem;
  display: block;
  margin-bottom: 1.5rem
}

.book-demo-cta .book-demo-cta__title {
    margin-bottom: 0.75rem;
    margin-top: 0;
    color: #fff;
    margin-bottom: 24px;
}

.book-demo-cta .book-demo-cta__text {
  font-size: .8rem;
  color: #d4c0fd;
}

.book-demo-cta li {
  text-rendering: auto;
  -webkit-font-smoothing: auto;
}


.book-demo-cta h3 {
  color: #fff;
}

/*.book-demo-cta:before {
  content: "";
  width: 100%;
  left: .75rem;
  height: 100%;
  top: .75rem;
  position: absolute;
  background: #b18aff;
  z-index: -1
}*/

@media (min-width:576px) {
  .book-demo-cta:before {
    top: 1.5rem;
    left: 1.5rem
  }
}

.bg-violet-gradient {
  background: linear-gradient(90deg, #330072, #5300c3)
}

.book-demo-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  
  border-radius: 24px;
  height: 382px;
  padding: 64px;
  background: rgb(131,74,203);
  background: url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/raw_assets/public/AB%202023%20Redesign/lozenge-shark-demo.png) center bottom no-repeat, -moz-linear-gradient(180deg, rgba(131,74,203,1) 0%, rgba(72,17,139,1) 100%);
  background: url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/raw_assets/public/AB%202023%20Redesign/lozenge-shark-demo.png) center bottom no-repeat, -webkit-linear-gradient(180deg, rgba(131,74,203,1) 0%, rgba(72,17,139,1) 100%);
  background: url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/raw_assets/public/AB%202023%20Redesign/lozenge-shark-demo.png) center bottom no-repeat, linear-gradient(180deg, rgba(131,74,203,1) 0%, rgba(72,17,139,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#834acb",endColorstr="#48118b",GradientType=1);
}


.book-demo-cta__column {
  margin-top: auto;
  margin-bottom: auto;
  z-index: 10;
}

.book-demo-cta__hero {
    display: flex;
    position: absolute;
    right: 48px;
    bottom: 0;
    z-index: 0;
    align-items: center;
    justify-content: center;
}

.book-demo-cta .btn {
  border-radius: 48px;
}

/* 
 * Book a demo end
*/

body.landing-page .site-header {
  background: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3
}

body.landing-page .site-header-inner {
  height: 9rem
}

body.landing-page .site-logo {
  height: 2.7rem;
  width: 163px;
  margin-top: 0
}

body.landing-page .site-content {
  padding-top: 10.5rem
}

body.landing-page .landing-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

body.landing-page .landing-page_content {
  margin-bottom: 4.5rem
}

body.landing-page .landing-page_title {
  font-size: 4.6rem;
  line-height: 4.5rem;
  margin-top: 0
}

@media (max-width:767.98px) {
  body.landing-page .landing-page_title.hidden-xs {
    display: none
  }
}

body.landing-page .landing-page_content-break {
  padding-top: 3rem
}

body.landing-page .landing-page_mobile-title {
  color: #fff;
  margin-bottom: 3rem;
  margin-top: 0
}

@media (min-width:768px) {
  body.landing-page .landing-page_mobile-title {
    display: none
  }
}

body.landing-page .landing-page_form {
  margin-bottom: 3rem
}

body.landing-page .site-footer {
  background: #fafafa
}

body.landing-page .site-footer a {
  color: #5f5f5f;
  text-decoration: none
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px
}

.client-logo a {
  display:block;
}

.client-image {
    padding: 0 5%;
}

.client-logo img {
/*   padding: 0 8%;
  max-width: 100%;
  max-height: 4.6rem; */
  max-height: 4rem;
  width: auto;
}

.review-logos-group .review-logo img {
  height: 8rem;
  width: auto;
}

.review-logos-group .h-4 {
  height: 10rem !important;
}

.client-logos-group.asset-bank-home .client-logo {
  height: 100% !important;
  line-height:0;
  margin-bottom:0 !important;
}

.client-logos-group.asset-bank-home .client-image {
  line-height:0;
}

.client-logos-group.asset-bank-home .client-logo img {
  max-height: inherit;
  width: inherit;
  height: inherit;
  max-width: 100%;
  line-height:0;
}


.client-alt img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-width: 100px;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s, -webkit-filter .4s
}

.client-alt:hover img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0)
}

.site-content {
  position: relative;
  z-index: 1
}

.site-content.gradient-top {
  background: linear-gradient(0deg, hsla(0, 0%, 95.3%, 0), #f3f3f3);
  background-size: 100% 433px;
  background-repeat: no-repeat
}

@media (max-width:575.98px) {

  .container,
  .home-carousel .flickity-page-dots {
    padding-right: 30px;
    padding-left: 30px
  }
}

.the-company-behind h4 {
  color: #5f5f5f;
}

.slideshow {
  position: relative
}

.slideshow .slideshow__title {
  font-size: 2.7rem
}

.slideshow .slideshow-image {
  position: absolute;
  right: 0;
  top: 1.5rem;
  width: 51%;
  max-height: 36rem
}

.slideshow .slideshow-image img {
  max-height: 36rem;
  float: right
}

.home-carousel .carousel-cell {
  width: 100%
}

.home-carousel .carousel-cell>div {
  opacity: 0;
  transition: opacity .4s
}

.home-carousel .carousel-cell.is-selected>div {
  opacity: 1
}

.home-carousel .flickity-page-dots {
  margin: 0 auto;
  text-align: left;
  position: static
}

.home-carousel .flickity-page-dots .dot {
  width: 13px;
  height: 13px;
  margin: 0 4px;
  background: #4400a9
}

.gradient-70 {
  position: relative
}

.gradient-70:before {
  content: "";
  height: 100%;
  background: linear-gradient(90deg, #330072 40%, #5300c3);
  width: 200%;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 0;
  max-height: 150vh
}

@media (min-width:576px) {
  .gradient-70:before {
    width: 170%
  }
}


.gradient-landing-page {
  position: relative
}

.gradient-landing-page:before {
  content: "";
  bottom: 3rem;
  background: linear-gradient(90deg, #330072 40%, #5300c3);
  width: 200%;
  position: absolute;
  left: calc(-100% - 15px);
  top: 0;
  z-index: -1;
}


.form-right-runoff,
body.landing-page .landing-page_form {
  padding: 1.5rem;
  position: relative
}

@media (min-width:768px) {

  .form-right-runoff,
  body.landing-page .landing-page_form {
    padding: 1.5rem 0 3rem 3rem
  }
}

.form-right-runoff:before,
body.landing-page .landing-page_form:before {
  position: absolute;
  height: 100%;
  width: 250%;
  background: inherit;
  left: 0;
  top: 0
}

@media (min-width:768px) {

  .form-right-runoff:before,
  body.landing-page .landing-page_form:before {
    content: ""
  }
}

.form-right-runoff>*,
body.landing-page .landing-page_form>* {
  position: relative
}

.form-right-runoff ul li:before,
body.landing-page .landing-page_form ul li:before {
  color: #fff
}

.left-runoff {
  padding: 1.5rem 3rem 3rem 0;
  position: relative
}

.left-runoff:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 250%;
  background: inherit;
  right: 0;
  top: 0
}

.left-runoff>* {
  position: relative
}

.left-runoff ul li:before {
  color: #fff
}

.image-shadow {
  display: inline-block;
  position: relative;
  max-width:100%;
}

.image-shadow.image-shadow--bottom-left {
  -webkit-transform: translate(-.75rem, .75rem);
  transform: translate(-.75rem, .75rem)
}

@media (min-width:576px) {
  .image-shadow.image-shadow--bottom-left {
    -webkit-transform: translate(-1.5rem, 1.5rem);
    transform: translate(-1.5rem, 1.5rem)
  }
}

.image-shadow.image-shadow--bottom-left img {
  -webkit-transform: translate(.75rem, -.75rem);
  transform: translate(.75rem, -.75rem)
}

@media (min-width:576px) {
  .image-shadow.image-shadow--bottom-left img {
    -webkit-transform: translate(1.5rem, -1.5rem);
    transform: translate(1.5rem, -1.5rem)
  }
}

.image-shadow.image-shadow--bottom-right {
  -webkit-transform: translate(.75rem, .75rem);
  transform: translate(.75rem, .75rem)
}

@media (min-width:576px) {
  .image-shadow.image-shadow--bottom-right {
    -webkit-transform: translate(1.5rem, 1.5rem);
    transform: translate(1.5rem, 1.5rem)
  }
}

.image-shadow.image-shadow--bottom-right img {
  -webkit-transform: translate(-.75rem, -.75rem);
  transform: translate(-.75rem, -.75rem)
}

@media (min-width:576px) {
  .image-shadow.image-shadow--bottom-right img {
    -webkit-transform: translate(-1.5rem, -1.5rem);
    transform: translate(-1.5rem, -1.5rem)
  }
}

.image-shadow.image-shadow--top-right {
  -webkit-transform: translate(.75rem, -.75rem);
  transform: translate(.75rem, -.75rem)
}

@media (min-width:576px) {
  .image-shadow.image-shadow--top-right {
    -webkit-transform: translate(1.5rem, -1.5rem);
    transform: translate(1.5rem, -1.5rem)
  }
}

.image-shadow.image-shadow--top-right img {
  -webkit-transform: translate(-.75rem, .75rem);
  transform: translate(-.75rem, .75rem)
}

@media (min-width:576px) {
  .image-shadow.image-shadow--top-right img {
    -webkit-transform: translate(-1.5rem, 1.5rem);
    transform: translate(-1.5rem, 1.5rem)
  }
}

.image-shadow.image-shadow--top-left {
  -webkit-transform: translate(-.75rem, -.75rem);
  transform: translate(-.75rem, -.75rem)
}

@media (min-width:576px) {
  .image-shadow.image-shadow--top-left {
    -webkit-transform: translate(-1.5rem, -1.5rem);
    transform: translate(-1.5rem, -1.5rem)
  }
}

.image-shadow.image-shadow--top-left img {
  -webkit-transform: translate(.75rem, .75rem);
  transform: translate(.75rem, .75rem)
}

@media (min-width:576px) {
  .image-shadow.image-shadow--top-left img {
    -webkit-transform: translate(1.5rem, 1.5rem);
    transform: translate(1.5rem, 1.5rem)
  }
}

.blog-post-topics {
  color: #fff
}

.blog-post-topics a {
  color: #e2e2e2
}

.blog-post-topics a:hover {
  color: #fff
}

.blog-post-topics-v2 ul {
  margin:0;
  padding: 0;
  list-style: none;
}
.blog-post-topics-v2 ul h5 {
  margin: 0.5rem 0;
}
.blog-post-topics-v2 a {
  text-decoration:none;
}

.blog-call-to-action {
  margin-bottom: 4.5rem
}

.blog-call-to-action a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: box-shadow .2s linear, -webkit-transform .2s ease-in;
  transition: box-shadow .2s linear, transform .2s ease-in;
  transition: box-shadow .2s linear, transform .2s ease-in, -webkit-transform .2s ease-in
}

.blog-call-to-action a:hover {
  color: inherit;
  box-shadow: 12px 12px 24px 0 #ccc;
  -webkit-transform: scale(1.01);
  transform: scale(1.01)
}

.blog-call-to-action .btn {
  margin-bottom: -4.5rem;
  box-shadow: 12px 12px 24px 0 rgba(0, 0, 0, .2)
}

.blog-call-to-action .call-to-action_wrapper {
  display: flex
}

.blog-call-to-action .call-to-action_image {
  background-size: cover;
  background-position: 50%
}

.blog-call-to-action .call-to-action_image img {
  width: 100%
}

.blog-call-to-action .call-to-action_content {
  padding: .75rem 1.5rem 1.5rem
}

.blog-call-to-action .call-to-action_title {
/*   margin-top: .75rem;
  margin-bottom: .75rem */
}

.blog-call-to-action .call-to-action_text {
  margin-bottom: 0
}

.blog-call-to-action.blog-sidebar .call-to-action_wrapper {
  flex-direction: column
}

.blog-call-to-action.blog-footer {
  display: none
}

@media (min-width:992px) {
  .blog-call-to-action.blog-footer {
    display: block
  }
}

.blog-call-to-action.blog-footer .call-to-action_wrapper {
  flex-direction: column
}

.blog-call-to-action.blog-footer .call-to-action_image {
  align-self: stretch
}

@media (min-width:768px) {
  .blog-call-to-action.blog-footer .call-to-action_wrapper {
    flex-direction: row;
    flex-wrap: wrap
  }

  .blog-call-to-action.blog-footer .call-to-action_image {
    width: 30%
  }

  .blog-call-to-action.blog-footer .call-to-action_content {
    width: 70%
  }
}

.blog-carousel {
  height: 25.2rem;
  background: #efefef
}

.blog-carousel.flickity-enabled {
  height: auto
}

.blog-carousel .carousel-cell {
  width: 100%;
  background-size: cover;
  background-position: 50%;
  height: 25.2rem;
  overflow: hidden;
  position:relative;
}

@media (min-width:768px) {
  .blog-carousel .carousel-cell {
    width: 50%
  }
}

@media (min-width:992px) {
  .blog-carousel .carousel-cell {
    width: 33.3%
  }
}

.blog-carousel .carousel-cell a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.blog-carousel .carousel-cell:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), hsla(0, 0%, 100%, 0))
}

.blog-carousel .blog-carousel__title {
  color: #fff;
  margin-bottom: 0
}

.blog-carousel .blog-carousel__content {
  position: relative;
  padding: 0 4.5rem 1.5rem
}

.blog-carousel .blog-carousel__meta {
  color: #fff;
  font-size: .8rem
}

.blog-carousel.v2 {
  margin-left:-15px;
  margin-right:-15px;
}

.blog-carousel.v2 .carousel-cell {
  margin:0 15px;
  height: 34rem;
  background: #F4F4F4;
  transition: background 0.5s; 
}
.blog-carousel.v2 {
  background: #fff;
}
.blog-carousel__content_inner {
  padding:0 1.5rem;
}
.blog-carousel .carousel-cell:before {
  display:none;
}
.blog-carousel.v2 .blog-carousel__content {
  padding: 0;
}
.blog-carousel.v2 .blog-carousel__topics {
  position: relative;
  z-index: 99;
  display: block;
}
.blog-carousel.v2 .blog-carousel__topics h5 {
  display: inline-block;
  margin: 0;
}
.blog-carousel.v2 .blog-carousel__topics h5 a {
  color:#2C2C4A;
  text-decoration:none;
  text-transform: capitalize;
  font-size: 0.85rem;
  transition: color 0.5s; 
}
.blog-carousel.v2 .blog-carousel__topics h5 a:hover {
  color:#fff !important;
}
.blog-carousel.v2 .carousel-cell .blog-carousel__title {
  transition: color 0.5s; 
  font-size: 2rem;
}
.blog-carousel.v2 .blog-carousel__meta {
  color:#2C2C4A;
  transition: color 0.5s; 
}
.blog-carousel.v2 .topic-link {
  position:static;
}
.blog-carousel.v2 .read-time {
  color: #2c2c4a;
  font-size: .8rem;
}
.blog-carousel.v2 .carousel-cell:hover {
  background: #4400A9;
}
.blog-carousel.v2 .carousel-cell:hover h5 a {
  color:rgba(255,255,255,0.6);
}
.blog-carousel.v2 .carousel-cell:hover .blog-carousel__title {
  color:#fff !important;
}
.blog-carousel.v2 .carousel-cell:hover .blog-carousel__meta {
  color:rgba(255,255,255,0.6);
}
.blog-carousel.v2 .carousel-cell:hover .read-time {
  color:rgba(255,255,255,0.6);
}
.blog-carousel.v2 .carousel-cell:hover .read-time .ab-icon path fill {
  color:rgba(255,255,255,0.6);
}



.btn-search-blog {
  height: calc(2.55rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: -3px;
  color: #2c2c4a;
  border: 1px solid rgba(0, 0, 0, .1);
  background: #fff
}

.blog-list .card .card-footer {
  padding-bottom: 3rem
}

.sidebar-item {
  margin-bottom: 3rem
}

.sidebar-item__title {
  font-weight: 700;
  margin: .75rem 0
}

.subscribe-sidebar-item {
  background: rgba(0, 156, 166, .2);
  padding: 1.5rem
}

.subscribe-sidebar-item label {
  color: #009ca6
}

.subscribe-sidebar-item button[type=submit] {
  background: #2c2c4a
}

.featured-sidebar-item {
  padding: 1.5rem
}

.featured-sidebar-item :first-child {
  margin-top: 0
}

.featured-sidebar-item :last-child {
  margin-bottom: 0
}

.sidebar-item__social-links {
  background: #f5f5f5;
  text-align: center;
  padding: 1.5rem
}

.sidebar-item__social-links .sidebar-item__social-links_title {
  font-weight: 700;
  margin: 0 0 .75rem
}

.sidebar-item__social-links .social-link {
  color: #fff;
  background: #4400a9;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 50%;
  font-size: .8rem;
  display: inline-block;
  padding-top: 1px
}

.sidebar-item__social-links .social-link.social-link__twitter {
  background: #1da1f2
}

.sidebar-item__social-links .social-link.social-link__facebook {
  background: #3b5998
}

.sidebar-item__social-links .social-link.social-link__youtube {
  background: red
}

.sidebar-item__social-links .social-link.social-link__linkedin {
  background: #0077b5
}

.sidebar-item__social-links .social-link:hover {
  background: #4400a9
}

.blog-header-with-image {
  background-size: cover;
  background-position: 50%;
  position: relative
}

.blog-header-with-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5)
}

.post-meta-container {
  font-size: .8rem;
  line-height: 1.3rem;
  display: flex;
  align-items: center;
  margin-bottom: 3rem
}

.post-meta-container .avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  border: 2px solid #e0e0e0
}

.post-meta-container .ab-icon {
  margin-left: 3px;
  color: #5f5f5f;
}

.post-meta-container-v2 {
  font-size: .8rem;
  padding:15px;
  background:#EFEEF3;
  display: flex;
  height: 100%;
  width:100%;
  position:relative;
}

@media (min-width: 991px) {
  .post-meta-container-v2 {
    flex-direction: column;
  }
  .post-meta-container-v2:before {
    content:'';
    top:0;
    left:-30px;
    width:30px;
    height:100%;
    background:#EFEEF3;
    position: absolute;
    z-index:1;
  }
}
.post-meta-container-v2 .avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}



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

.body-container img {
  vertical-align: inherit;
}
figure {
  margin-left: 0;
  margin-right: 0;
}
figure figcaption {
  font-size: .8rem;
}
@media (min-width: 991px) {
  .secondary_header .body-container-wrapper {
    padding-top: 6rem;
  }
}
.full-width-heading-row1-header h2 {
  margin-top: .75rem;
}
h2.icon-title span br {
  display: none;
}
.ab-secondary-nav {
  position: relative;
  z-index: 2;
  clear: both;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s,-webkit-transform .5s;
  position: fixed;
  box-shadow: 0 -16px 0 #4400a9;
  top: 6rem;
  z-index: 99;
  -webkit-font-smoothing: auto;
  text-rendering: auto;
}
body.scroll-body:not(.scroll-body1) .ab-secondary-nav {
  -webkit-transform: translateY(-6rem);
  transform: translateY(-6rem);
}
.ab-secondary-nav .hs_cos_wrapper_type_menu {
  flex-grow: 1!important;
  display: inline-block;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul {
  display: block;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul {
  display: block;
  padding-left: 40px;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  float: none !important;
  width:auto;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li > a {
  font-family: Netto,Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding: 0 20px;
  display: block;
  line-height: 4.5rem;
  color: #d4c0fd;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li > a:hover{
  color: #fff;
}
.ab-secondary-nav .col-12 img.img-fluid {
  width: auto;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul>li>a svg.ab-icon {
  color: #fff;
  width: .625em;
  display: inline-block;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
  font-size: .8rem;
  margin-left: 6px;
}

.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li > ul{
  left: -20px !important;
  visibility:visible !important;
  opacity:1 !important;
  display:none !important;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul > li.active > ul{
  display:block !important;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul ul{
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  width:240px;
  background: #4400a9;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul ul li{}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul ul li a{
  font-family: Netto,Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #d4c0fd;
  display: block;
  padding: .45rem 40px;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul ul li a:hover{
  background: rgba(0,0,0,.025);
  color: #fff;
  cursor: pointer;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul li:last-child > a {
  padding-bottom: .75rem;
}
.ab-secondary-nav .row.align-items-center.h-3 img.img-fluid {
  width: auto;
  margin: auto!important;
  display: block;
}
.dash-row2-group {
  padding-bottom: 4.5rem;
}
.page-center .page-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bg-violet h3 {
  color: #fff;
}
.bg-violet form .hs-form-field>label {
  color: #b18aff;
}
.bg-violet form textarea {
  min-height: 121.25px;
}
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  line-height: 1.2rem;
}
form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
  margin: 0 0 1.5rem;
  line-height: 1rem;
}
.bg-violet ul.hs-error-msgs.inputs-list {
  color:#fff
}

form.hs-form .legal-consent-container {
  font-weight: 700;
  font-size: .7rem;
  font-family: 'Inter',Helvetica,Arial,sans-serif;
  line-height: 1.3rem;
}
form.hs-form .legal-consent-container p {
  margin-bottom: 1rem;
}
form.hs-form .legal-consent-container .hs-form-field ul.inputs-list {
  margin:0;
}
.bg-violet form.hs-form .legal-consent-container {
  color:#b18aff;
}
.bg-violet form.hs-form .legal-consent-container a {
  color:#fff;
}
[type=checkbox], [type=radio] {
  margin-right: 7px;
  font-size: 1.5rem;
}
.bg-violet form input.hs-button.primary.large {
  background-color: #b18aff;
  border-color: #b18aff;
}
.bg-violet form input.hs-button.primary.large:hover{
  background-color: #9864ff;
  border-color: #8f57ff;
}
.body-container .bg-violet .widget-type-form {
  margin: 0;
}
.dash-row4-content {
  margin-bottom: 3rem!important;
}

.content_with_image_group img.border_yes {
  border: 4px solid #efefef;
  margin-top: 13px;
  margin-bottom: 20px;
}
.hs-asset-bank-agencies .content_with_image_group .section:last-child .row.align-items-center {
  padding-bottom: 7.5rem!important;
  margin-bottom: 6rem!important;
  border: 0 !important;
}
.most_popular_option .col-12 p:last-of-type {
  margin-bottom: 0;
}
.hs-uses-detail .content_with_image_group .section {
  overflow: initial;
}
.hs-integrations .image-shadow.image-shadow--bottom-right img {
  height: 10.5rem;
}
.hs-integrations .body-container img {
  display: block;
}
.embed-responsive:before {
  padding-top: 56.25%;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.vacancy-thank-you-row1-header h2 {
  margin: 0;
}
.vacancy-row1-header h2 {
  margin: 0;
}
.contact-row2-right-content P {
  text-rendering: auto;
  -webkit-font-smoothing: auto;
}
.contact-row2-right-content .cta_button { 
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.contact-row2-form textarea {
  min-height: 121.25px;
}
.contact-row2-form form.hs-form .hs-form-field ul.inputs-list:not(.hs-error-msgs) label {
  color: #5f5f5f;
}
.support-row2-left-content p,
.support-row2-left-content li { 
  text-rendering: auto;
  -webkit-font-smoothing: auto;
}
.support-row2-left-content .cta_button { 
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.support-row2-left-content h4 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 3rem;
}
.support-row2-left-content h3 {
  margin-bottom: 0;
}
.support-row2-left-content ul.styled span {
  color: #fff;
}
.support-row2-bottom-content h3 {
  margin-top: 0;
}
.media-row1-header h2{
  margin:0;
}
.media-row2-left-col .heading_with_content_group .offset-md-2.col-md-10.col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}
.media-row2-group .page-center {
  padding: 0 !important;
}
.media-row2-left-col span.text-violet {
  color: #fff !important;
}
.media-row2-left-col .heading_with_content_group .offset-md-2.col-md-10.col-lg-6 p:nth-last-child(2) {
  margin: 0;
}
.hs-rss-listing .hs-rss-item {
  margin: 0;
  border-bottom: 1px solid #dee2e6;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.hs-rss-listing .hs-rss-item .hs-rss-byline {
  font-family: Netto,Helvetica,Arial,sans-serif;
  color: #2c2c4a;
  font-weight: 300;
  opacity: 1;
  font-size: 0.67em;
}
.hs-rss-listing .hs-rss-item a.hs-rss-title {
  font-family: Netto,Helvetica,Arial,sans-serif;
  color: #2c2c4a;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700!important;
  text-decoration: none;
}
.client-list-row5 p + h4 {
  margin-bottom: 0;
}

/* .resource-blog.hs-blog-post .blog-sidebar > .row-fluid-wrapper {
position: sticky;
top: -200px;
padding-top: 4.5rem;
}

@media (max-height: 800px) and (min-width: 992px) {

.resource-blog.hs-blog-post .blog-sidebar>.row-fluid-wrapper {
top: -420px;
}
}

@media (max-height: 650px) and (min-width: 992px) {

.resource-blog.hs-blog-post .blog-sidebar>.row-fluid-wrapper {
top: -520px;
}
}

@media (max-height: 500px) and (min-width: 992px) {

.resource-blog.hs-blog-post .blog-sidebar>.row-fluid-wrapper {
top: -620px;
}
} */

.resource-blog.hs-blog-post .blog-sidebar > .row-fluid-wrapper {
  will-change: min-height;
  padding-top: 3rem;
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  padding-right: 15px;
  padding-left: 15px;
}
.resource-blog .blog-sidebar {
  padding: 0 !important;
}

.resource-blog .post-item.v2 .card {
  position:relative;
}
.resource-blog .post-item.v2 .card > a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.resource-blog .post-item.v2 .topic-link {
  font-size:.85rem;
  text-transform:capitalize;
  position: relative;
  z-index: 2;
}
.resource-blog .post-item.v2 .card-title {
  color:#4400A9;
}
.resource-blog .post-item.v2 .read-time {
  color:#2C2C4A;
}
.resource-blog .post-item.v2:hover .card-title {
  color:#00B0AB;
}


@media (max-width:991px){
  .resource-blog.hs-blog-post .blog-sidebar>.row-fluid-wrapper {
    position: static !important;
    transform: none !important;
    width: 100% !important;
  }
  .resource-blog .blog-sidebar {
    height: auto !important;
  }
}

/*======== home ==========*/

.home-row1-left-col h4 {
  margin-top: 0;
  font-weight: 400;
}
.home-row1-right-col img {
  display: inline-block;
  padding-right: .75rem;
}
.home-row1-right-col h4 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom:0;
  color: #5f5f5f;
}
.home-row1-right-col a {
  vertical-align: middle;
}
.home-row1-right-col .hs_cos_wrapper_type_rich_text {
  display: flex!important;
  align-items: center!important;
}
.home-row2-img-gallery .hs_cos_gallery_main {
  padding: 0;
  margin: 0;

}
.home-row2-img-gallery .hs_cos_gallery_main .slick-slide {
  position: relative !important;
  margin: 0 !important;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper {
  display: block;
  position:static !important;
}
.home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper .caption.below {
  width: 50%;
  float: left;
  padding: 0 15px;
  padding-bottom: 4.5rem;
}

.home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper .main-image {
  position: absolute;
  right: 0;
  top: 1.5rem;
  max-width: 47%;
}
.home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper .main-image img {
  max-height: 36rem;
}
/* remove this once new home page with video is live */
.home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper>img {
  position: absolute;
  right: 0;
  top: 1.5rem;
  max-height: 36rem;
  max-width: 51%;
}
/* end remove */

.home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper .caption.below img {
  height: 1.5rem;
  display: inline;
}
.home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper .caption.below h2, 
.home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper .caption.below h1 {
  margin-bottom: 3rem!important;
  margin-top: .75rem!important;
  line-height: 3rem;
  letter-spacing: -.01rem;
  font-size: 2.7rem;
}
.home-row2-img-gallery button.slick-arrow {
  display: none !important;
}
.home-row2-img-gallery ul.slick-dots {
  margin: 0 auto;
  padding: 0;
  display: block !important;
  padding-right: 15px;
  padding-left: 15px;
  text-align:left;
  line-height: 1;
}
.home-row2-img-gallery ul.slick-dots button {
  display: none;
}
.home-row2-img-gallery ul.slick-dots>li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin: 0 4px;
  background: #4400a9;
  vertical-align: top;
}
.home-row2-img-gallery ul.slick-dots>li.slick-active{
  opacity: 1;
}
.home-row3-group .custom-our-product {
  padding: 0 !important;
}
.home-row3-group .custom-our-product .container.page-center {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  position: relative;
}
.home-row3-group .custom-our-product .container.page-center:before,
.home-row3-group .custom-our-product .container.page-center:after{
  content:"";
  display:block;
  height:1px;
  width:calc(100% - 30px);
  background:#dee2e6;
  margin:0 auto;
  position:absolute;
  left:0;
  right:0;
}
.home-row3-group .custom-our-product .container.page-center:before{
  top:0;
}
.home-row3-group .custom-our-product .container.page-center:after{
  bottom:0;
}
.home-row4-group h5 {
  color: #009ca6;
  font-weight: 700;
}
.home-row4-group a.btn.btn-violet {
  color: #fff;
  background-color: #009ca6;
  border-color: #009ca6;
}
.home-row4-group a.btn.btn-violet:hover{
  color: #fff;
  background-color: #007880;
  border-color: #006c73;
}
.home-row4-group p:last-child {
  margin: 0;
}
.home-row6-group .content_with_image_group .section:first-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.home-row6-group .content_with_image_group .section:nth-child(2) {
  padding-bottom: 4.5rem;
}
.home-row6-group .content_with_image_group .section:last-child {
  margin-bottom: 4.5rem;
  padding-bottom: 6rem;
}
.custom-recent-post .card-image{
  padding-bottom: 51.35%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.home-row8-group .custom-our-product .offset-md-1.col-sm-6.col-lg-4 h3 {
  font-size: 3.1333333rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: -.01rem;
}
.card-team.overflow .card-hover {
  display: block;
  overflow: auto;
}

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

.case-study-blog .body-container {
  padding: 0 !important;
}

.post-banner-area {
  background-color: #2C2C4A;
  padding: 4.5rem 0;
  margin-top: -1px;
}

.post-banner-content {
  width: 58.3333333333%;
  margin-left: 8.3333333333%;
  padding-right: 15px;
  padding-left: 2.5px;
}

.post-banner-content h1 {
  font-size: 3.1333333rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  letter-spacing: -.01rem;
  margin-top: .75rem;
  color: #fff;
}

.post-banner-content h4 {
  color: #fff;
}

.case-study-blog.hs-blog-post .content-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.case-study-blog.hs-blog-post .blog-content {
  padding-left: 8.3333333333%;
}

.case-study-blog.hs-blog-post .blog-content>div {
  padding: 0 2.5px;
}

.case-study-blog.hs-blog-post .blog-content .post-body img {
  height: auto;
  max-width: 100%;
}

.caption-text {
  font-size: .8rem;
}

.case-study-blog.hs-blog-post .blog-content .post-body blockquote {
  background: #f7f7f7;
  padding: 1.5rem 3rem;
}

.case-study-blog.hs-blog-post .blog-content .post-body blockquote div {
  color: #a0a0a0;
  font-weight: 400;
  font-size: 1rem;
  font-family: Netto,Helvetica,Arial,sans-serif;
  font-style: normal;
}

.case-study-blog.hs-blog-post .hs-video h3 {
  margin-top: 0;
}

.sidebar-item {
  background: #fafafa;
  padding: 1.5rem;
  margin-top: 1.5rem;
}

.case-study-blog .blog-sidebar {
  padding-left: 8.3333333333%;
}

.sidebar-item h3 {
  color: #4400a9;
  margin-top: 0;
}

.case-study-blog .blog-sidebar>div {
  padding-left: 3.5px;
}

.case-study-blog.hs-blog-post .blog-content .post-body img[style*="0"] {
  padding-bottom: 1.5rem;
}

.case-study-blog.hs-blog-listing .body-container {
  padding-top: 4.5rem!important;
  padding-bottom: 0!important;
}

.case-study-blog-title {
  width: 66.6666666667%;
  margin-left: 8.3333333333%;
  padding: 0 2.5px;
  margin-top: -1px;
}

.case-study-blog-title h1 {
  font-size: 3.1333333rem;
  line-height: 3rem;
  letter-spacing: -.01rem;
  margin-bottom: 3rem!important;
  margin-top: .75rem!important;
}

.case-study-blog.hs-blog-listing .blog-listing-wrapper .post-listing .post-item {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 33.3333333333%;
  margin-bottom: 1.5rem;
  float: left;
  margin-bottom: 27px;
  border: 0;
  padding-bottom: 0;
}

.case-study-blog.hs-blog-listing .blog-listing-wrapper .post-listing {
  margin: 0 -15px;
  padding-top: 81px;
  padding-bottom: 3rem!important;
}

.case-study-blog.hs-blog-listing .blog-listing-wrapper .post-listing:after{
  content:"";
  display:block;
  visibility:hidden;
  clear:both;
}

.post-item .card-title {
  margin-top: 0 !important;
  margin-bottom: 13px !important;
}

p.diff+div {
  display: none;
}

.post-item .card-image {
  margin-bottom: 5px !important;
}

.blog-pagination {
  clear: both;
}

.banner-area-with-form {
  overflow: hidden;
}

.hs-book-a-demo .body-container-wrapper {
  background: none;
  padding: 0;
}

.hs-book-a-demo .body-container-wrapper .body-container.container-fluid {
  padding: 0;
}

@media (min-width: 1000px){ .hs-wide-title .landing-page_title {
  width: 800px;
  } }

.asset-header {
  position: absolute;
  width: 100% !important;
  z-index: 99;
}

.asset-logo img {
  width: 163px !important;
  max-width: 163px;
}

.asset-logo {
  padding: 61px 0 0;
}

.cm-trustpilot img {
  width: 202.14px !important;
  padding-right: .75rem;
}

.cm-trustpilot {
  text-align: right;
  padding-top: 60px;
}

.landing-page-v3 .form-group {
  background:#EFEFF2;
  padding:0.75rem 1.5rem 1.5rem;
}

.landing-page-v3 .landing-page_form {
  box-shadow: none !important;
  background:none;
  max-width: 510px;
}
.landing-page-v3 .landing-page_content img {
  margin:0;
}
.landing-page-v3 .landing-page_content {
  margin-bottom:0;
}
.landing-page-v3 .landing-page_form {
  margin-bottom:0;
  padding-right:3rem;
}
.landing-page-v3 .landing-page_form:before {
  display:none;
}
.landing-page-v3 .landing-page_image {
  padding: 0 3rem;
}
.landing-page-v3 .landing-page_image img {
  width:100%;
  max-width: 770px;
}
.landing-page-v3 .landing-page_image.mobile {
    display:none;
 }

.landing-page-v3 .landing-page_form .form-title {
  margin:0 0 .45rem 0;
}

/* grey bg landing page */
.landing-page-v3.grey-bg .gradient-landing-page:before {
  background:#EFEFF2;  
}
.landing-page-v3.grey-bg h1 {
  color:#4400a9;
}
.landing-page-v3.grey-bg p {
  color:#2C2C4A;
}
.landing-page-v3.grey-bg .form-group {
  background: linear-gradient(90deg,#330072,#5300c3);
}
.landing-page-v3.grey-bg .hs-form-field>label {
  color:#fff;
}
.landing-page-v3.grey-bg form p {
  color:rgba(255,255,255,0.75);
}
.landing-page-v3.grey-bg form a {
  color:rgba(255,255,255,0.75);
}

.landing-page-v3.grey-bg .hs-button.primary, 
.landing-page-v3.grey-bg input[type="submit"], 
.landing-page-v3.grey-bg input[type="button"] {
  background:#00D5B7;
  width: 100%;
}


@media (max-width: 767px){
  .landing-page-v3 {
    background: #4400A9;
  }
  .landing-page-v3.grey-bg {
    background:#EFEFF2;
  }
  .landing-page-v3 .landing-page_form {
    margin:0 auto;
    padding-right:1.5rem;
  }
  .landing-page-v3 .landing-page_image {
    display:none;
  }
  .landing-page-v3 .landing-page_image.mobile {
    display:block;
    padding: 0 1.5rem 1.5rem;
  }
  .landing-page_form_instruction {
    color:#fff;
    text-align:center;
    margin-top:0 !important;
  }
  
  .landing-page_form h5.landing-page_form_instruction {
	  color: #2c2c4a;
  }
}

.landing-page_title {
  font-size: 4.6rem;
  line-height: 4.5rem;
  margin-top: 0;
}

.landing-page_content {
  margin-bottom: 4.5rem;
}

.landing-page_content img {
  margin-left: -1.5rem;
}

.landing-page_content h5 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
}

.landing-page_content ul {
  list-style: none;
  padding-left: 1.5rem;
}

.landing-page_content ul li {
  color: #b18aff;
  position: relative;
}

.landing-page_content ul li:before {
  position: absolute;
  content: "\F192";
  left: -1.5rem;
  font-family: FontAwesome;
  color: #4400a9;
  color: #fff;
}

.landing-page_content-break {
  padding-top: 3rem;
}

.landing-page_form {
  background-color: #fff;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  margin-bottom: 3rem;
  position: relative;
  padding: 1.5rem 0 3rem 3rem;
}

.landing-page_mobile-title {
  display: none;
}

.landing-page_form:before {
  position: absolute;
  height: 100%;
  width: 250%;
  background: inherit;
  left: 0;
  top: 0;
  content: "";
}

.landing-page_form>* {
  position: relative;
}

.landing-page_form span.hs-form-required {
  position: relative;
  left: .5px;
}

.landing-page_form textarea {
  height: auto;
  min-height: 121.25px;
}

.landing-page_form li.hs-form-booleancheckbox span {
  color: #5f5f5f;
}

.site-content {
  padding-top: 10.5rem;
  position: relative;
  z-index: 1;
}

.landing-page-bg.bg-violet-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.landing-page_content_2 h5 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.client-logos-group {
  padding-bottom: 53px;
  margin-top: 4.5rem;
}

.asset-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: .8rem;
  background: #fafafa;
}

.bright-logo img {
  width: 75.7px !important;
}

.back-main-site p {
  margin: 0;
  text-align: right;
}

.back-main-site p a {
  color: #5f5f5f;
  text-decoration: none;
}

.no-form .offset-md-1.col-md-5 .landing-page_form {
  display: none !important;
}

.no-form .col-md-6 {
  float: left !important;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 8.3333333333%;
}

.bright-thankyou .no-form .col-md-6 {
  float: left !important;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 0%;
}

.no-form .row.flex-row-reverse {
  flex-direction: initial !important;
}

.landing-page_content p {
  color: #b18aff;
}

.asset-mang .landing-page_content img {
  margin-left: 0;
  margin-bottom: -8px;
}

.h2, body.landing-page .landing-page_mobile-title, h2 {
  font-size: 2.25rem;
  line-height: 3rem;
}

.h2, .h3, body.landing-page .landing-page_mobile-title, h2, h3 {
  letter-spacing: -.01rem;
}

.client-list {
  margin-top: -1px;
  margin-bottom: -4px;
}

.row-group {
  padding-top: 4px;
}

.recent-post-wrapper .wrap-sec .col-8 h4,
.recent-post-wrapper .wrap-sec .col-8 h5 {
  color: #fff;
  font-weight: 700;
}

.recent-post-wrapper .wrap-sec .col-8 p {
  color: #fff;
}

.recent-post {
  padding-top: 54px;
}

.client-list-row5 .page-center>span {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.client-list-row5 .page-center>span>div {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: 8.3333333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.client-list-row5 h4 {
  margin-bottom: 3rem;
  font-weight: 400;
}

.client-list-row5{
  padding-bottom: 4.5rem;
  padding-top: 3rem;
  overflow:hidden;
}

.cl-lyt .client-list {
  margin-bottom: 4.5rem;
}

.cl-lyt .section.fade-out:after {
  content: none;
}

.shw-lyt .body-container {
  padding: 0 !important;
}

.abt-lyt .body-container {
  padding: 0 !important;
}

.abt-main>span {
  padding: 0 15px;
  display: block;
}

.abt-main h5 {
  color: #4400a9;
  font-weight: 700;
}

.abt-wrapper .row-fluid.row {
  width: auto;
}

.abt-wrapper .col-sm-7 {
  margin-left: 0 !important;
}

.abt-wrapper .row-fluid.row  h4 {
  font-weight: bold;
}

.abt-lyt .content-group h3 {
  margin-bottom: .75rem;
}

.abt-lyt .custom-our-team {
  background: #fafafa;
}

.custom-our-team .section.pb-5 {
  padding-bottom: 3rem!important;
}

.abt-lyt .content-group .col-sm-4 p {
  margin-bottom: 0;
}

.abt-lyt .content_with_image_group .section {
  padding-bottom: 6.6rem;
  margin-bottom: 3rem;
}

.abt-lyt .content_with_image_group .section:last-of-type {
  padding-bottom: 1.7rem;
}

.blog-call-to-action {
  margin-bottom: 4.5rem !important;
}

.section.blog-search {
  overflow:visible;
  z-index: 1;
  position: relative;
}
.blog-search .hs-search-field {
  margin: 0;
}

.blog-search .hs-search-field form {
  display: flex;
}

.blog-search .hs-search-field form input {
  margin: 0;
}
.blog-search .hs-search-field .hs-search-field__suggestions {
  position:absolute;
}
.blog-search .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid rgba(0,0,0,.1);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100%;
  margin-top: -1px;
}
.blog-search .hs-search-field--open .hs-search-field__suggestions li {
  border-bottom: 1px solid rgba(0,0,0,.1);
  font-family: Netto,Helvetica,Arial,sans-serif;
}
.blog-search .hs-search-field--open .hs-search-field__suggestions li:last-child {
  border-bottom: none;
}
.blog-search .hs-search-field--open .hs-search-field__suggestions #results-for {
  font-weight: 400;
  text-decoration: none;
  color: #2c2c4a;
  font-size:0.8rem;
}
.blog-search .hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus {
  background: none;
}

.blog-search.v2 {
  background: rgb(0,211,182);
  background: linear-gradient(129deg, rgba(0,211,182,1) 0%, rgba(0,176,171,1) 100%);
  color:#fff;
  position:relative;
}
.blog-search.v2 .btn-search-blog {
  border:1px solid rgba(0,0,0,.3);
}

@media (min-width: 1200px){
  .blog-search.v2:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 88%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('https://4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/AssetBank_March2019%20Theme/Images/lightbulb.png');
    background-position: 42% -16px;
    background-size: auto 96%;
    z-index: -1;
  }
}


.blog-carousel {
  height: auto;
}

.blog-carousel .slick-arrow {
  text-transform: none;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  position: absolute;
  background: hsla(0,0%,100%,.75);
  border: none;
  color: #333;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-carousel .slick-arrow.slick-prev {
  left: 10px;
}

.blog-carousel {
  height: auto;
}

.blog-carousel .slick-arrow {
  text-transform: none;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  position: absolute;
  background: hsla(0,0%,100%,.75);
  border: none;
  color: #333;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  cursor:pointer;
}

.blog-carousel .slick-arrow.slick-prev {
  left: 10px;
}

.blog-carousel .slick-arrow.slick-next {
  right: 10px;
}

.flickity-button-icon {
  fill: currentColor
}

svg.flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%
}

.blog-carousel .slick-arrow:hover {
  background: #fff;
  cursor: pointer;
}

.resource-blog.v2 .blog-section {
}

.resource-blog.v2 .blog-post-wrapper,
.resource-blog.v2 .post-body{
  position: relative;
}

.resource-blog.v2 .blog-title {
  position: relative;
}

.resource-blog.v2 .blog-title span {
  position:relative;
}

.resource-blog.v2.hs-blog-post .blog-sidebar>.row-fluid-wrapper {
  padding-left:0;
  padding-right:0;
}



@media (min-width: 992px) {
  .resource-blog.v2 .blog-section {
    margin-top:-6rem;
  }
  .resource-blog.v2 .blog-section .blog-title {
    margin-top: .75rem !important;
  }
  .resource-blog.v2 .blog-post-wrapper:before {
    content: '';
    background: #fff;
    position: absolute;
    left: -1.5rem;
    top: -1.5rem;
    right: -1.5rem;
    height: 130px;
  }
  .resource-blog.v2 .blog-section {
    padding:1px 8%;
  }
}

@media (max-width: 991px) {
  .resource-blog.v2 .span3,
  .resource-blog.v2 .span9 {
    width:100%;
  }
}

.resource-blog .post-item .hs-featured-image-link {
  padding-bottom: 51.35%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.resource-blog .card-meta {
  padding-bottom: 11px;
}

.resource-blog .post-item .card-footer {
  padding-bottom: 3rem;
}

.resource-blog .blog-pagination {

}

.blog-subscribe-form {
  background: rgba(0,156,166,.2);
  padding: 1.5rem;
}

.blog-subscribe-form form .hs-form-field>label {
  color: #009ca6!important;
}

.blog-subscribe-form form input.hs-button.primary.large {
  display: block;
  width: 100%;
  background: #2c2c4a;
}

.blog-subscribe-form-2 {
  padding:3rem;
  position:relative;
  height: 34rem;
}
.blog-subscribe-form-2 .subscribe-btn {
  color:#4400A9;
}
.blog-subscribe-form-2 .subscribe-btn:hover {
  background:#4400A9;
  color:#fff;
}

.blog-subscribe_screen-1 {
  display: flex;
  height: 100%;
  align-items: center;
  transition: all 0.3s ease;
  text-align: center;
}
.blog-subscribe_screen-2 {
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
  padding:0 3rem;
  visibility:hidden;
  opacity:0;
  transition: opacity 0.4s ease 0.2;
}
.subscribe-close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color:#fff;
}

.blog-subscribe-form-2.active .blog-subscribe_screen-1 {
  opacity:0;
}
.blog-subscribe-form-2.active .blog-subscribe_screen-2 {
  visibility:visible;
  opacity:1;
}

.blog-subscribe-form-2 h3, 
.blog-subscribe-form-2 form .hs-form-field>label {
  color:#fff;
}

.blog-subscribe-form-2 form.hs-form .hs-form-field ul.inputs-list {
  display: block;
  margin: -10px 0 5px 0;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
.blog-subscribe-form-2 form.hs-form .hs_error_rollup {
  display:none;
}



.resource-blog.blog .blog-sidebar .widget-span {
  margin-bottom: 3rem;
}

.resource-blog.blog .blog-sidebar .widget-span h3 {
/*   font-weight: 700;
  margin: .75rem 0;
  font-size: 1rem;
  line-height: 1.5rem; */
}

.resource-blog.blog .blog-sidebar .widget-span .widget-module ul {
  list-style: none;
  padding-left: 1.5rem;
}

.resource-blog.blog .blog-sidebar .widget-span .widget-module ul li {
  position: relative;
}

.resource-blog.blog .blog-sidebar .widget-span .widget-module ul li:before {
  position: absolute;
  content: "\F192";
  left: -1.5rem;
  font-family: FontAwesome;
  color: #4400a9;
}

.resource-blog.blog .blog-sidebar .widget-span .widget-module ul li span.filter-link-count {
  display: none;
}

.resource-blog.blog .blog-sidebar .widget-span.blog-subscribe-form h3.form-title,
.blog-subscribe-form h3.form-title{
  font-weight: 700;
  margin-bottom: .75rem;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 2.7rem;
}

.row-fluid.row {
  width: auto;
}

.resource-blog .blog-sidebar.col-md-4.col-lg-3.offset-lg-1 {
  margin-left: 0;
}

.resource-post-banner__image {
  vertical-align: bottom !important;
}

.resource-post-banner h1 {
  margin-bottom: 1.5rem;
}

.resource-blog .blog-sidebar.col-lg-4.col-xl-3.offset-xl-1 {
  margin-left: 0;
}

.resource-blog.hs-blog-post .blog-sidebar .call-to-action_wrapper {
  flex-direction: column;
}

.blog-call-to-action .call-to-action_title {
/*   font-size: 1.5rem !important;
  line-height: 2.7rem !important;
  font-weight: 300 !important;
  letter-spacing: -.01rem !important; */
}

.resource-blog.blog.hs-blog-post .blog-sidebar .widget-span {
  margin-bottom: 0;
}

.hs-blog-post .sidebar-item__social-links {
  margin-top: 0;
  background: #f5f5f5;
}

.hs-blog-post .body-container .content-wrapper .hs-cta-wrapper a:hover {
  text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: box-shadow .2s linear,-webkit-transform .2s ease-in;
  transition: box-shadow .2s linear,transform .2s ease-in;
  transition: box-shadow .2s linear,transform .2s ease-in,-webkit-transform .2s ease-in;
}

a#cta_button_4056449_09fb11db-6bb9-4b87-b430-8941df2b643f:hover {
  color: inherit;
  box-shadow: 12px 12px 24px 0 #ccc;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.related-articles .card-image {
  padding-bottom: 51.35%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.related-articles  .card-meta {
  padding-bottom: 0;
}

.h2, .h3, body.landing-page .landing-page_mobile-title, h2, h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: -.01rem;
}

.bespoke-lyt .dash-row2-group {
  padding-bottom: 0;
}

.bespoke-lyt .content_with_image_group .section:last-of-type .row.align-items-center {
  padding-bottom: 0 !important;
}

.bespoke-form .border-top.border-bottom>div {
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  padding: 0 3px;
}

.bespoke-form .border-top.border-bottom>div input[type="text"],
.bespoke-form .border-top.border-bottom>div input[type="email"],
.bespoke-form .border-top.border-bottom>div input[type="tel"],
.bespoke-form .border-top.border-bottom>div textarea{
  width: 100%;
  max-width: 100%;
}

.bespoke-form textarea {
  min-height: 121.25px;
}

.bespoke-form li.hs-form-booleancheckbox span {
  color: #5f5f5f;
}

.banner {
  margin-top: -1px;
}

.professional-lyt .custom_benefits_lists .benefits-list {
  border-top: 1px solid #dee2e6;
  padding-top: 1.5rem;
}

.professional-lyt .custom_benefits_lists {
  padding-top: 4.5rem;
  padding-bottom: 3rem!important;
}

.professional-lyt .custom_benefits_lists .row .col-12 {
  margin-left: 8.3333333333%;
  flex: 0 0 50%;
  max-width: 50%;
}

.professional-lyt .dash-row4-content ul {
  list-style: none;
  padding-left: 1.5rem;
}

.professional-lyt .dash-row4-content ul li {
  position: relative;
}

.professional-lyt .dash-row4-content ul li:before {
  position: absolute;
  content: "\F192";
  left: -1.5rem;
  font-family: FontAwesome;
  color: #4400a9;
}

.prof-service .content-top-img {
  margin-bottom: 0 !important;
}

.prof-service .content-top-img .border-bottom.pb-3 {
  border: 0 !important;
  padding-bottom: 0 !important;
}

.custom-professional-services .section.page-tabs>div+div .row {
  justify-content: initial;
}

.custom-professional-services h4 {
  font-weight: bold;
}

.featured-group .card-premium .card-image img,
.latest-guides .card-image img,
.resource-group .card-image img {
  margin-bottom: -9px;
}

.res-sidebar .sidebar-item {
  background: transparent !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

.btns-group a[style*="rgba(64, 102, 255,1.0)"]:hover {
  background-color: #1a47ff !important;
  border-color: #0d3dff !important;
}

.btns-group a[style*="rgba(0, 191, 255,1.0)"]:hover {
  background-color: #09c !important;
  border-color: #09c !important;
}

.btns-group a[style*="rgba(0, 156, 166,1.0)"]:hover {
  background-color: #007880 !important;
  border-color: #007880 !important;
}

.btns-group a[style*="rgba(0, 213, 183,1.0)"]:hover {
  background-color: #00a28b !important;
  border-color: #00a28b !important;
}

.btns-group a[style*="rgba(0, 250, 186,1.0)"]:hover {
  background-color: #00c794 !important;
  border-color: #00c794 !important;
}
.res-sidebar .sidebar-item a.btn:hover {
  color: #fff !important;
}
.abt-wrapper .row-fluid.row .offset-sm-1.col-sm-3 h2 {
  white-space: nowrap;
}

.hs-blog-post .page-center.content-wrapper .cta_button .blog-call-to-action{
  transition: box-shadow .2s linear,-webkit-transform .2s ease-in;
  transition: box-shadow .2s linear,transform .2s ease-in;
  transition: box-shadow .2s linear,transform .2s ease-in,-webkit-transform .2s ease-in;
}
.hs-blog-post .page-center.content-wrapper .cta_button:hover .blog-call-to-action {
  box-shadow: 12px 12px 24px 0 #ccc;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}


/* .hs-dash .body-container-wrapper { padding-top: 189px;}
.site-page:not(.hs-landing-page) .body-container-wrapper {
    padding-top: 10.5rem;
} */

.custom-header li.hs-menu-item.dash a {
  display: inline-block;
  position: relative;
}
/* .custom-header li.hs-menu-item.dash a:after {
  content: 'BETA';
  background: #4066ff;
  font-size: .6rem;
  text-transform: uppercase;
  font-family: Netto,Helvetica,Arial,sans-serif;
  color: #fff;
  height: .8rem;
  line-height: .8rem;
  padding: 0 8px;
  border-radius: .5rem;
  font-weight: 700;
  position: absolute;
  top: -22px;
  right: 252px;
} */

/* Safari sidecolumn Fix */
.resource-blog .content-wrapper > .row-fluid-wrapper > .row-fluid.row {
  display: block;
}

.gradient-70.who-uses:before {
  background:#f5f5f5;
}
.who-uses-item {
  position:relative;
  background: #2c2c4a;
  transition: background 0.2s ease-out;
  font-size: 0.75rem;
  line-height: 1.3rem;
}
.who-uses-item-image {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-size:cover;
  opacity: 0.15;
  transition: opacity 0.35s;
}
.who-uses-item_content {
  position:relative;
  opacity:0;
  transition: opacity 0.35s;
  color:#fff;
}
.who-uses-item_title {
  position:absolute;
  bottom:1.5rem;
  left :0;
  width:100%;
  text-align:center;
  transition: opacity 0.2s;
}
.who-uses-item_title h4 {
  color:#fff;
  padding: 0 0.8rem;
}
.who-uses-item_content ul {
  margin-bottom:0;
}
@media (max-width: 576px){
  .who-uses-item_content ul {
    list-style:none;
    padding:0px;
  }
}
.who-uses-item:hover .who-uses-item-image  {
  opacity: 0.05;
}
.who-uses-item:hover .who-uses-item_title {
  opacity:0;
}
.who-uses-item:hover .who-uses-item_content {
  opacity:1;
}

.widget-span.h2 h1 {
  font-size: 3.1333333rem;
  line-height: 3rem;
  letter-spacing: -.01rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: -.01rem;
}

.hs_cos_wrapper table {
  border-collapse: collapse;
}
.hs_cos_wrapper table td  {
  padding: 10px 5px;
  border:1px solid #ddd;
}

.h1 {
  font-size: 1.5rem;
  line-height: 2.7rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: -.01rem;
}

.h1 {
  font-size: 2.75rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  letter-spacing: -.01rem;
}
.content_with_image_group_fullwidth_content {
  margin:0.75rem 0;
}

.content_with_image_group_fullwidth__inner {
  margin:0 auto;
}

@media (min-width: 1200px) {
  .container-wide {
    max-width: calc(1140px + 32rem);
  }
  .content_with_image_group_fullwidth_content {
    max-width: 540px;
  }
}

.content_carousel .slick-slide .content_carousel_top-bar {
  height:4px;
  width:100%;
  background:#ddd;
  border-radius:2px;
}
.content_carousel .slick-slide.slick-current .content_carousel_top-bar {
  background:#4400a9;
}
.content_carousel .slick-slide {
    margin: 0 15px;
}
.content_carousel .slick-list {
    margin: 0 -15px;
}
.content_carousel .slick-slide {
    
    text-decoration: none;
}
.content_carousel .slick-slide a {
    font-family: Netto,Helvetica,Arial,sans-serif;
    text-decoration: none;
    margin-top:-0.75rem;
    display:block;
}
.content_carousel_arrow {
  position:absolute;
  bottom:50%;
  width:3rem;
  height:3rem;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:1;
  background:rgba(255,255,255,0.5);
  transform:translateY(50%);
  color:#4400a9;
  transition: background-color .3s;
}
.content_carousel_arrow:hover {
  background:rgba(255,255,255,1);
  cursor: pointer;
}
.content_carousel_arrow.prev {
  left:1.5rem;
}
.content_carousel_arrow.prev .ab-icon {
  transform: rotate(90deg);
}
.content_carousel_arrow.next {
  right:1.5rem;
}
.content_carousel_arrow.next .ab-icon {
  transform: rotate(-90deg);
}
.content_carousel .slider-nav .slick-slide:hover {
  cursor: pointer;
}


#btt-button {
  display: inline-block;
  background-color: #4400a9;
  width: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 1px;
  position: fixed;
  bottom: 1.5rem;
  right: calc(50% - 1.5rem);
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration:none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#btt-button .ab-icon {
  color:#fff;
  transform: rotate(180deg);
}
#btt-button:hover {
  cursor: pointer;
  background-color: #00d5b7;
  text-decoration:none;
}
#btt-button:active {
  background-color: #00d5b7;
  text-decoration:none;
}
#btt-button.show {
  opacity: 1;
  visibility: visible;
}



/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media (min-width: 576px){
  .custom-header-links .hs_cos_wrapper_type_rich_text > div:last-child {
    display: none;
  }
  .hs-home-v4 .custom-header-links .hs_cos_wrapper_type_rich_text > div:last-child {
    display: block;
  }
  .abt-wrapper .row-fluid.row .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .hs-asset-bank-agencies .section .container.page-center .col-sm-12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .dash-row3-header {
    padding-left: 8.3333333333%;
  }
  .container-fluid .row-fluid .page-center,
  .home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper,
  .home-row2-img-gallery ul.slick-dots{
    max-width: 540px;
  }
  .span_wrapper10 .span12.widget-type-custom_widget {
    width: 83.3333333333% !important;
    margin-left: 8.3333333333% !important;
    padding: 0 15px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .span10_wrapper .col-sm-12 {
    width: 83.3333333333% !important;
    margin-left: 8.3333333333% !important;
    padding: 0 15px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .span_wrapper10 .page-center>div {
    margin: 0 -15px;
    width: auto !important;
  }
  .span6.media-row2-left-col {
    width: 41.6666666667% !important;
    padding: 0 15px;
    float: left !important;
  }
  .media-row2-right-col {
    width: 41.6666666667% !important;
    margin-left: 8.3333333333% !important;
    float: left !important;
    padding: 0 15px;
  }
  .media-row2-group .page-center {
    padding: 0 !important;
  }
}
@media (min-width: 768px){
  .content_with_image_group_fullwidth .img-left {
/*     max-width: 72%;
    padding: 0 15% 0 0; */
  }
  .content_with_image_group_fullwidth .img-right {
/*     max-width: 72%;
    padding: 0 15% 0 0; */
    float: right;
  }
  .blog-content .blog-call-to-action .call-to-action_wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .blog-content .blog-call-to-action .call-to-action_image {
    width: 30%;
  }

  .blog-content .blog-call-to-action .call-to-action_content {
    width: 70%;
  }
  .home-row6-group .content_with_image_group .section:nth-child(2) {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .home-row6-group .content_with_image_group .section:last-child {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .home-row1-right-col .hs_cos_wrapper_type_rich_text {
    justify-content: flex-end!important;
  }
  .container-fluid .row-fluid .page-center,
  .home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper,
  .home-row2-img-gallery ul.slick-dots{
    max-width: 720px;
  }
  .dash-row4-group .page-center>div {
    margin: 0 -15px;
  }
  .dash-row4-content {
    margin-left: 8.3333333333% !important;
    width: 33.3333333333% !important;
    padding: 0 15px;
  }
  .dash-row4-form {
    margin-left: 16.6666666667% !important;
    width: 41.6666666667% !important;
    padding: 0 15px;
  }
  .support-row2-left-col + .widget-type-custom_widget {
    width: 41.6666666667% !important;
    margin-left: 8.3333333333%;
    padding: 0 15px;
  }
  .support-row2-left-col {
    width: 50% !important;
    padding: 0 15px;
  }
  .support-row2-group .page-center {
    padding: 0 !important;
  }
}
@media (max-width: 991px){
  .blog-footer-cta {
    display:none !important;
  }
}
@media (min-width: 992px){
  .resource-blog .blog-sidebar.col-md-4.col-lg-3.offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .resource-blog .blog-content.col-md-12.offset-lg-1.col-lg-7.pb-1 {
    margin-left: 8.3333333333%;
  }
  .container-fluid .row-fluid .page-center,
  .home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper,
  .home-row2-img-gallery ul.slick-dots{
    max-width: 960px;
  }
  html {
    font-size: 16px;
    line-height: 24px;
  }
  
}
@media (min-width: 1200px){
  .resource-blog .blog-sidebar.col-lg-4.col-xl-3.offset-xl-1{
    margin-left: 8.3333333333%;
  }
  .container-fluid .row-fluid .page-center,
  .home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper,
  .home-row2-img-gallery ul.slick-dots{
    max-width: 1140px;
  }
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1020px) and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0px 17px;
  }
}
@media (max-width: 991px) {
  .custom-our-team .card-image img {
    width: 100%;
  }
  .custom-footer-content {
    width: 100% !important;
    padding: 0 15px;
  }
  .custom-footer .horizontal_spacer {
    min-height: 0 !important;
  }
  .custom-footer-menu {
    width: 33.3333333333% !important;
    margin: 0 !important;
    padding: 0 15px;
  }
  .custom-footer-upper {
    margin: 0 -15px !important;
    width: calc(100% + 30px) !important;
  }
  .custom-logo {
    padding: 23px 0;
  }
  .custom-header-links {
    top: 1.5rem;
  }
  .home-row1-right-col h4{
    display:none;
  }
  .case-study-blog.hs-blog-post .blog-content {
    padding-left: 0;
  }

  .case-study-blog.hs-blog-post .blog-content>div {
    padding: 0;
  }

  .case-study-blog .blog-sidebar {
    padding-left: 0;
  }

  .case-study-blog .blog-sidebar>div {
    padding: 0;
  }

  .post-banner-content {
    margin-left: 0;
    padding: 0;
    width: 66.6666666667%;
  }

  .case-study-blog.hs-blog-listing .blog-listing-wrapper .post-listing .post-item {
    width: 50%;
  }

  .case-study-blog.hs-blog-listing .blog-listing-wrapper .post-listing {
    padding-top: 71px;
  }

  .cm-trustpilot img {
    width: 175.06px !important;
  }

  .asset-logo {
    padding-top: 53px;
  }

  .cm-trustpilot {
    padding-top: 53px;
  }

  .bright-logo img {
    width: 65.58px !important;
  }

  .asset-footer {
    padding-bottom: 47px;
  }

  .client-logos-group {
    padding-bottom: 3rem;
  }

  .resource-blog .post-item .hs-featured-image-link img {
    height: auto;
  }

  .blog-content .blog-call-to-action .call-to-action_image {
    width: 100%;
  }

  .blog-content .blog-call-to-action .call-to-action_wrapper {
    flex-direction: column;
    flex-wrap: initial;
  }

  .blog-content .blog-call-to-action .call-to-action_content {
    width: 100%;
  }

  .resource-blog .blog-sidebar.col-lg-4.col-xl-3.offset-xl-1 {
    width: 100%;
  }
} 

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 991px) {
  .ab-secondary-nav {
    display:none;
  }
  .custom-footer-menu.col3 { width: 100% !important; text-align:center; }
}


@media (max-width: 888px) {
  .ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul>li {
    float: left !important;
  }
  .asset-logo {
    padding-top: 77px;
  }
  .cm-trustpilot {
    padding-top: 76px;
  }
}

@media (max-width: 887px) {
/*   .custom-header .custom-logo {
    width: 100% !important;
  } */
  .custom-navigation {
    width: 100% !important;
    padding-left: 0;
  }
  .custom-header-links {
    right: 57px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>li.hs-item-has-children a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.products>ul {
    min-width: 0px;
  }
}  

@media (max-width:767px){
  
  .asset-footer .widget-span {
    width:100%;
  }
  .back-main-site p {
    text-align:center;
  }
  
  .post-banner-content {
    width: 100%;
  }

  .blog .blog-sidebar {
    margin-top: 0 !important;
  }

  .landing-page_mobile-title {
    display: block;
    font-size: 3.1333333rem;
    line-height: 3rem;
    font-weight: 300;
    font-family: Netto,Helvetica,Arial,sans-serif;
    letter-spacing: -.01rem;
    color: #fff;
    margin-bottom: 3rem;
    margin-top: 0;
  }
  .custom-footer-content p, .footer-logo { margin-bottom: 15px !important; }
  .text-muted { text-align: center; }
  .custom-footer-menu.col1 img, .custom-footer-menu.col2 img { max-width: 120px !important; width: 100% !important; }
  .custom-footer-menu.col3 img { max-width: 100px !important; }
  .custom-footer-lower .span8 {
    /*width: 66.6666666667%;*/
    width: 100% !important;
    text-align:center !important;
  }
  .asset-logo {
    float: left !important;
  }

  .cm-trustpilot {
    float: right !important;
  }

  .landing-page_form:before {
    content: none;
  }

  .landing-page_form {
    padding: 1.5rem;
  }

  .landing-page_form textarea {
    min-height: 103.75px;
  }

  .landing-page_mobile-title {
    display: block;
    font-size: 3.1333333rem;
    line-height: 3rem;
    font-weight: 300;
    font-family: Netto,Helvetica,Arial,sans-serif;
    letter-spacing: -.01rem;
    color: #fff;
    margin-bottom: 3rem;
    margin-top: 0;
  }

  .hidden-xs {
    display: none;
  }

  .bright-logo {
    float: left !important;
  }

  .resource-blog .blog-sidebar.col-md-4.col-lg-3.offset-lg-1 {
    width: 100%;
  }

  .resource-blog.hs-blog-post .post-body img {
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
  }

  .related-articles .card-image img {
    height: auto;
  }
  .custom-footer-lower [class*="span"] {
    padding: 0 15px;
  }
  .custom-footer-lower .span4 {
    width: 33.3333333333%;
  }
  .custom-footer-lower .span8 {
    width: 66.6666666667%;

  }
 
  .custom-footer-middle-col1, .custom-footer-middle-col2, .custom-footer-middle-col3, .custom-footer-middle-col4 {
    width: 50% !important;
    float: left !important;
    text-align: left;
  }
  .custom-footer-lower {
    margin: 0 -15px !important;
    width: calc(100% + 30px) !important;
  }
  .custom-footer-menu {
    float: left !important;
  }
  .footer-logo, .custom-footer-content p { text-align:center; }
  .text-muted { width: 100% !important; }
  .custom-footer-links a { padding-left: 0; margin-right: 8px; }
  .ab-secondary-nav .col-11.offset-col-1.d-flex.align-items-center {
    display: block !important;
    text-align: center;
    max-width: 100% !important;
    width: 100% !important;
    flex: 100%;
  }
  .ab-secondary-nav .hs_cos_wrapper_type_menu {
    display: block;
  }
  .ab-secondary-nav .col-12 img.img-fluid {
    margin-top: 15px;
  }
  .ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul {
    padding: 0 0 10px;
  }
  .ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul>li {
    float: none !important;
  }
  .ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul>li>a {
    line-height: normal;
    padding: 10px 20px;
  }
  .ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul>li>ul {
    margin: auto;
  }
  .home-row1-left-col {
    display: none !important;
  }
  .home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper .main-image {
    display: none;
  }
  /* remove this once home page with video is live */
  .home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper>img {
    display: none;
  }
  /* end remove */
  .home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper .caption.below {
    float: none;
    width: 100%;
  }
  .home-row8-group {
    display: none !important;
  }
  .no-form .offset-md-1.col-md-5 .landing-page_mobile-title {
    font-size: 4.6rem;
    line-height: 4.5rem;
    margin-top: 0;
    margin-left: 8.3333333333%;
    padding: 0 15px;
  }
  .no-form .offset-md-1.col-md-5 {
    padding: 0 !important;
  }
  .banner-area-with-form.no-form .col-md-6 .landing-page_content > h5:first-child {
    margin-top: 0;
  }
  .banner-area-with-form .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 575.98px) {
  .btn>span+span {
    display: block;
  }
  .btn>span:first-child:not(:last-child) {
    display: none;
  }
  .container-fluid .row-fluid .page-center {
    padding-right: 30px;
    padding-left: 30px;
  }
  .custom-footer-links {
    text-align: left;
  }
  .custom-footer-middle br {
    display: block;
  }
  .custom-footer-content .hs_cos_wrapper_type_rich_text>div {
    padding: 12px 0px 11px;
  }
  .media-row2-group .page-center {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .home-row2-img-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper .caption.below,
  .home-row2-img-gallery ul.slick-dots{
    padding-right: 30px;
    padding-left: 30px;
  }
  .home-row3-group .custom-our-product .container.page-center:before, .home-row3-group .custom-our-product .container.page-center:after {
    width: calc(100% - 60px);
  }
}

@media (max-width:575px) {
  .case-study-blog-title {
    width: 100%;
    margin-left: 0;
  }

  .case-study-blog.hs-blog-listing .blog-listing-wrapper .post-listing .post-item {
    height: auto !important;
    width: 100%;
  }

  .client-list-row5 .page-center>span>div {
    flex: initial;
    max-width: 100%;
    margin-left: 0;
  }

  .bespoke-form .border-top.border-bottom>div {
    width: 100%;
    margin: 0;
  }

  .professional-lyt .custom_benefits_lists .row .col-12 {
    margin: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .custom-header-links .hs_cos_wrapper_type_rich_text > div.hidebutton {
    display: none;
  }
}


@media (max-width:479px) {
  .asset-logo {
    float: none !important;
    text-align: center;
  }

  .cm-trustpilot {
    float: none !important;
    text-align: center;
    padding-top: 0;
  }

  .landing-page_content img {
    margin: 0;
  }
  h1{
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

.home_header {
  position:relative;
}
.home_header * {
  color:#fff;
}
.home_header__image {
  background-size: cover;
  background-position: center center;
}
.home_header h1 {
  font-weight:300;
}
.home_header__text {
  max-width: 460px;
  position:relative;
}
.home_header__overlay {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}
@media (max-width:1024px) {
  .home_header__overlay {
    background:rgba(0,0,0,0.3);
    background: linear-gradient(-50deg,rgba(0,0,0,0) 30%,rgba(65, 70, 84, 0.5) 60%);
  }
  .home_header h1 {
    font-weight:400;
  }
  .home_header__image {
    background-position: 60% center;
  }
}

.about-author-sec {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.about-author-sec img#author-image {
  border-radius:50%; 
  float: none !important;
  margin-left: 0 !important;
}
.about-author-sec p {
  font-size: 0.9rem; 
}
.about-author-sec .follow {
  color:#595959;
}
  
.hs-home-v4 {
  font-weight:300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}

.hs-home-v4 .btn {
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* .hs-home-v4 h1,
.hs-home-v4 h2, 
.hs-home-v4 h3, 
.hs-home-v4 h4, 
.hs-home-v4 h5, 
.hs-home-v4 h6 {
  font-weight:300;
} */


.hs-home-v4 .custom-header:not(.after-header) {
  background:none;
  transition: all 0.45s;
}
.hs-home-v4 .custom-header:not(.after-header) .custom-logo path {
  fill:#fff;
}

.hs-home-v4 .custom-header:not(.after-header) .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color:#fff;
  transition: color 0.45s;
}
.hs-home-v4 .custom-header:not(.after-header) .header-tel {
  color:#fff;
  transition: color 0.45s;
}
.hs-home-v4 .custom-header.mega-open:not(.after-header) .header-tel {
    color:#2c2c4a;
}



.hs-home-v4 .body-container-wrapper {
  padding-top: 0 !important;
}
.hs-home-v4 .home_header {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  min-height:500px;
  max-height: 1250px;
}

.hs-home-v4 .home_header__image {
  background-size: cover;
  background-position: center right 34%;
  flex-grow: 1;
  background-repeat: no-repeat;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.hs-home-v4 .home_header__overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, #000000 130%);
}


.hs-home-v4 .home_header__container {
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width:1025px) {
  .hs-home-v4 .home_header__container {
    justify-content: center;
  }
}

.hs-home-v4 .home_header__cotent {
  display: flex;
  align-items: center;
}
@media (min-width:1025px) {
  .hs-home-v4 .home_header__overlay {
    display:none;
  }
  .hs-home-v4 .home_header__cotent {
    flex-grow: 1;
  }
}




.hs-home-v4 .home_header__text {
    max-width: 530px;
}

.hs-home-v4 .home_header__text h1 {
    font-size: 3.15rem;
}
.hs-home-v4 .home_header__text h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (max-width:1024px) {
  .hs-home-v4 .home_header__cotent .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hs-home-v4 .home_header__cotent {
    background:#f4f4f7;
  }
  .hs-home-v4 .home_header__cotent h1 {
    font-size: 2.7rem;
    max-width: 230px;
  }
  .hs-home-v4 .home_header__cotent h3 {
    font-size: 1.2rem;
    margin-top: .9rem;
    max-width: 230px;
  }
  .hs-home-v4 .home_header__cotent .btn {
     margin-bottom: 1rem;
  }
  
 
  
}

    
.hs-home-v4 .home_header__tp {
  background:#eeeef3;
  position: relative;
  padding: 1rem 0;
  color:#3D3935;
}
@media (min-width:1025px) {
  .hs-home-v4 .home_header__tp {
    background:rgba(239,239,243,0.8);
  }
}



.hs-home-v4 .home_header__tp h4 {
  color:#3D3935;
  font-weight:400;
}
.hs-home-v4 .home_header__tp a {
  line-height:0;
}

.hs-home-v4 .home_header__tp .container {
  display:flex;
  display: flex;
  align-items: center;
}


.client-logos-group-v2  .client-logo img {
  width:initial;
}
.client-logos-group-v2 .section {
  background:#EFEFF3;
}

.client-logos-group-v2 .row-images {
  justify-content:center;
}

.client-logos-group-v2 .client-image {
  padding:0px;
}

.client-logos-group-v2 .client-image img {
  max-height:100%;
}

.client-logos-group-v2 .hs_cos_wrapper_type_inline_rich_text {
  max-width:428px;
  margin: 0 auto 3rem;
}

.client-logos-group-v2 .client-logos-group {
  padding:3rem 0 1.5rem;
}


.radius-lg {
  border-radius:16px;
}

.choose-dam {
  padding-bottom:9rem; 
}
.choose-dam_card {
  position:relative;
  background:#fff;
}
.choose-dam_card.AssetBank .choose-dam_mockup {
  left:auto;
  right:50%;
}
.choose-dam_mockup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 774px;
  height: auto;
  max-width: 774px;
  z-index: -1;
}
@media (max-width:1024px) {
  .choose-dam_mockup {
    display:none;
  }
}
.choose-dam_content-lower {
  background:#F7F7F7;
}
.choose-dam_button {
  background:#F7F7F7;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

ul.ticks {
  list-style:none;
}
ul.ticks li {
  padding: 0.435rem 0;
}
ul.ticks li:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/check.svg);
  background-size: 18px 14px;
  height: 14px;
  width: 18px;
  margin-left: -31px;
  margin-right: 13px;
}


ul.ticks-large {
  list-style:none;
}
ul.ticks-large li {
  padding: 0;
}
ul.ticks-large li:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/check.svg);
  background-size: 18px 14px;
  height: 14px;
  width: 18px;
  margin-left: -31px;
  margin-right: 13px;
}
ul.ticks-large h4,
ul.ticks-large h3,
ul.ticks-large h2,
ul.ticks-large h1 {
  display: inline-block;
}


/* Wrapper */
.wizard-container {
  background: linear-gradient(180deg, #009CA6 0%, #00CBD2 100%);
  padding:3rem 3rem 6rem;
  position:relative;
}
@media (max-width:575px) {
  .wizard-container {
    padding:3rem 15px 6rem;
  }
}

.wizard-container-image {
  position: absolute;
  right: 40%;
  bottom: -5.4rem;
  z-index: 1;
  left: auto;
  width: 100%;
  pointer-events: none;
}
@media (max-width:575px) {
  .wizard-container-image {
    display:none;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .wizard-container-image {
    right: 67%;
    bottom: -4.4rem;
    width: 70%;
  }
}

/* Questions */
.wizard-container-questions .wizard-container-inner {
  background:#fff;
  padding:1.2rem 1.8rem;
  position:relative;
  max-width: 590px;
  margin: 0 auto;
}

.wizard-questions_content {
  max-width:380px;
}

.wizard-questions_buttons .btn.yes {
  margin-right:10px;
}

.wizard-container-questions .slick-track {
    display: flex !important;
}

.wizard-container-questions .slick-slide {
  height: inherit !important;
  justify-content: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.slide-nav {
  position: absolute;
  bottom: -3.6rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  color: #fff;
}
.pagingInfo {
  margin-right:10px;
}
.wizard-container-questions .slick-dots {
  display: flex;
  margin: 0;
  list-style: none;
  justify-content: center;
  padding: 0;
}
.wizard-container-questions .slick-dots li {
  display: flex;
  pointer-events: none;
}
.wizard-container-questions .slick-dots li button {
  margin-right: 7px;
  font-size: 0px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(255,255,255,0.5);
  padding: 0px;
  border: none;
}
.wizard-container-questions .slick-dots li.slick-active button {
  background:rgba(255,255,255,1);
}


/* Answers */
.answers-down {
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -4.5rem;
  transform: translateX(-50%);
}

.answers-down svg {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(2px);
  }
  40% {
    transform: translateY(-7px);
  }
  60% {
    transform: translateY(-3px);
  }
}

@media (min-width:576px) {
  .wizard-container-answers {
    margin-bottom: -10.5rem;
  }
}

.wizard-container-answers .wizard-container-inner {
  background:#fff;
  position:relative;
}


.wizard-container-answers .h2 {
  max-width:525px;
  margin-left:auto;
  margin-right:auto;
}

.wizard-answers-title {
   padding:0 1.8rem;
}

.wizard-answers-slider {
  padding:1.8rem;
  background:#F7F7F7;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (max-width:575px) {
  .wizard-answers-slider {
    padding:1.8rem 10px 1.8rem;
  }
}

/* .wizard-answer {
  height:315px;
} */

.wizard-answer-question {
  min-height: 4.5rem;
  line-height: 1.4rem;
  padding: .4rem 0.9rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: .45rem;
  position:relative;
}
.wizard-answer-question:after {
  display: inline-block;
  content: ' ';
  background-image: url(https://4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/Chevron_right.svg);
  background-size: 22px 17px;
  height: 17px;
  width: 18px;
  margin-left: -31px;
  margin-right: 13px;
  position: absolute;
  right: 14px;
}
.slick-current .wizard-answer-question,
.resp-tab-active .wizard-answer-question {
  background:rgba(0,213,183,0.2);
}
.slick-slide:not(.slick-current) .wizard-answer-question:hover,
.resp-tab-iteme:not(.resp-tab-active) .wizard-answer-question:hover {
  background:rgba(0,0,0,0.05);
}
.wizard-answer-question strong {
  max-width:360px;
  padding-right:40px;
}
.wizard-answers-yes-form, 
.wizard-answers-no-form {
  margin: 6rem -3rem -6rem;
  padding:3rem calc(3rem - 15px) 3rem;
  background:#EFEFF3;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (max-width:575px) {
  .wizard-answers-yes-form, 
  .wizard-answers-no-form {
    margin: 6rem -1.1rem -6rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.no-text {
  color:#fff;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-family: Netto,Helvetica,Arial,sans-serif;
  font-weight: 400;
}
.no-text a {
  color:#fff;
}


.testimonial_carousel .testimonial_carousel-content {
  max-width: 640px;
  font-family: Netto,Helvetica,Arial,sans-serif;
  font-weight: 300; 
  line-height: 1.8rem;
  font-size:1.5rem;
}

.content_with_animation .section {
  overflow:visible;
}
.animation-wrapper {
  position:relative;
}


.animationbg1 {
  position: absolute;
  background: linear-gradient(54.6deg, #B941FF 0%, #4C00A9 100%);
  top: -1rem;
  bottom: 4rem;
  left: 0;
  width: 300%;
  border-radius: 706px;
  pointer-events: none;
  transform: rotate(-7deg);
}
.animation-wrapper .animation1 {
  margin-left:-50px;
  margin-right:-50px;
}
@media (min-width:1200px) {
  .animation-wrapper .animation1 {
    margin-right:-200px;
    margin-left:-60px;
  }
}


.animationbg2 {
  position: absolute;
  background: linear-gradient(247.48deg, #009CA6 0%, #00CBD2 100%), linear-gradient(36.36deg, #009CA6 0%, #009CA6 0%, #00C0C7 100%, #00CBD2 100%);
  top: 2rem;
  bottom: 2rem;
  right: 0;
  width: 300%;
  border-radius: 706px;
  pointer-events: none;
  transform: rotate(0deg);
}
.animation-wrapper .animation2 {
  margin-left:-50px;
  margin-right:-50px;
}
@media (min-width:1200px) {
  .animation-wrapper .animation2 {
    margin-left:-200px;
    margin-right:-60px;
  }
}


.animationbg3 {
  position: absolute;
  background: linear-gradient(54.6deg, #B941FF 0%, #4C00A9 100%);
  top: 14rem;
  bottom: -14rem;
  left: -4rem;
  width: 300%;
  border-radius: 706px;
  pointer-events: none;
  transform: rotate(-145deg);
}
.animation-wrapper .animation3 {
  margin-left:-50px;
  margin-right:-50px;
}
@media (min-width:1200px) {
  .animation-wrapper .animation3 {
    margin-right:-200px;
    margin-left:-60px;
  }
  .section-animation2 {
    margin: -7rem 0;
  }
}

.hs-home-v4 .body-container {
  overflow:hidden;
}

@media (max-width:575px) {
  .why-choose {
    font-size: 2.75rem;
    line-height: 3rem;
    padding-right: 8%;
    padding-left: 8%;
  }
  .content_with_animation .section {
    margin-bottom:1.5rem;
  }
  
}

@media (max-width:887px) {
  .content_with_animation .content_with_animation_heading  {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 0;
  }
  .animationbg3 {
    top: 43%;
    bottom: -21rem;
    left: -20%;
  }
  
      
}
@media (max-width:434px) {
  .animationbg3 {
    top: 23%;
  }   
}


.text-animate-in .text-inner {
  opacity: 0;
  transform: translateY(35px);
  transition: transform 0.25s ease-out, opacity 0.35s ease-out;
}

.text-animate-in.hit .text-inner {
  opacity: 1;
  transform: translateY(0px);
}


.hs-home-v4 .custom-recent-post {
  overflow:visible;
}


.hs-home-v4 .custom-recent-post .card {
  border-radius: 10px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
  overflow:hidden;
}


.hs-home-v4 .gradient-70:before {
  position: absolute;
  background: linear-gradient(54.6deg,#b941ff 0%,#4c00a9 100%);
  top: 3rem;
  bottom: 0rem;
  right: 42%;
  width: 1680px;
  border-radius: 706px;
  pointer-events: none;
  transform: rotate(-6deg);
  left: auto;
  height: auto;
  max-height: 1000px;
}
@media (max-width:769px) {
  .hs-home-v4 .gradient-70:before {
    max-height: 720px;
    right: -28%;
  }
}
@media (min-width:769px) and (max-width:991px) {
  .hs-home-v4 .gradient-70:before {
    max-height: 720px;
  }
}
@media (min-width:991px) and (max-width:1040px) {
  .hs-home-v4 .gradient-70:before {
    right: 22%;
  }
}

.btn-down-arrow:after {
  content:'';
  background-image:url('https://4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/down_arrow.svg');
  width: 16px;
  height: 18px;
  display: inline-block;
  background-size: auto 16px;
  margin-left: 9px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  vertical-align: middle;
}


.custom-menu-primary .hs-menu-wrapper > ul ul {
  border-radius:10px;
  overflow:hidden;
  box-shadow: 0 -10px 2rem rgba(0,0,0,.15), 0 29px 1rem rgba(0,0,0,.15);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(even) {
    background: #F7F7F7;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child a {
    padding-top:1.25rem;
}
.hs-menu-item.active > .child-trigger {
  background: transparent;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 25px);
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 14px solid #fff;
  z-index: 99;
}


.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul {
  background:#fff;
  border-radius: 10px;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul:before {
  content:'';
  background: transparent;
  position: absolute;
  top: -10px;
  left: 52px;
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 14px solid #fff;
  z-index: 99;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul li:nth-child(even) {
    background: #F7F7F7;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul li:first-child a {
    padding-top: 1rem;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul li:last-child {
    border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul li a {
  color:#2c2c4a;
  padding: .45rem 20px;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul li a:hover {
  background: rgba(0,0,0,.025);
  color: #6f42c1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  top:92%;
}
.ab-secondary-nav .hs_cos_wrapper_type_menu .hs-menu-wrapper>ul ul {
  box-shadow:0 0.5rem 1rem rgba(0,0,0,.3);
}


/* ============ Custom ==============*/
.multi-step-form .landing-page_content-break {
  padding-top:0rem !important;
}

.no-form {
  
}

@media(max-width:767px) {
  .no-form{
    margin-top:50px;
  }
  .bright-thankyou .no-form .landing-page_mobile-title {
    margin-left:0px !important;
  }
  
  .landing-page_content_2 {
    padding-right: 50px;
  }
    }
  .landing-page_content {
    padding-right: 50px;
  }
}

@media(max-width:888px) {
  .no-form{
    margin-top:50px;
  }
  .landing-page_content_2 {
    padding-right: 50px;
  }
  .landing-page_content {
    padding-right: 50px;
  }
}



/* ==========================================================================
10. POPUP FORM OVERRIDES                                            
========================================================================== */
.leadinModal-v3.leadinModal.leadinEmbedded-theme-default .leadin-content-body .leadin-preview-wrapper,
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadin-content-body .leadin-preview-wrapper,
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadin-content-body .leadin-preview-wrapper {
 padding: 32px !important;
}

.leadinModal-4465519.leadinModal-theme-top.leadinModal-preview.leadinModal-v3 .leadinModal-content.leadinModal-content, 
.leadinModal-4465519.leadinModal-theme-bottom-right-corner.leadinModal-preview.leadinModal-v3 .leadinModal-content.leadinModal-content, 
.leadinModal-4465519.leadinEmbedded-theme-default.leadinModal-preview.leadinModal-v3 .leadinModal-content.leadinModal-content, 
.leadinModal-4465519.leadinModal-theme-bottom-left-corner.leadinModal-preview.leadinModal-v3 .leadinModal-content.leadinModal-content {
  background: rgb(62,18,118) !important;
  background: url//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/raw_assets/public/AB%202023%20Redesign/lozenge-shark.png) center bottom no-repeat, -moz-linear-gradient(0deg, rgba(62,18,118,1) 0%, rgba(123,47,218,1) 100%) !important;
  background: url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/raw_assets/public/AB%202023%20Redesign/lozenge-shark.png) center bottom no-repeat, -webkit-linear-gradient(0deg, rgba(62,18,118,1) 0%, rgba(123,47,218,1) 100%) !important;
  background: url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/raw_assets/public/AB%202023%20Redesign/lozenge-shark.png) center bottom no-repeat, linear-gradient(0deg, rgba(62,18,118,1) 0%, rgba(123,47,218,1) 100%) !important;
  background-size: cover !important;
}

.leadinModal-v3.leadinModal.leadinEmbedded-theme-default.leadinModal-form .leadinModal-content,
.leadinModal-v3.leadinModal.leadinEmbedded-theme-default.leadinModal-thanks .leadinModal-content,
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-form .leadinModal-content,
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-thanks .leadinModal-content,
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-form .leadinModal-content,
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-thanks .leadinModal-content {
  background: #fff !important;
}

.leadinModal.leadinModal-v3 .leadin-button {
  padding: 16px !important;
}


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


#lozenge-hero,
.lozenge-hero {
	color: #fff;
    background: url(//4056449.fs1.hubspotusercontent-na1.net/hubfs/4056449/raw_assets/public/AB%202023%20Redesign/lozenge-shark.png) bottom no-repeat,linear-gradient(0deg,#3e1276,#7b2fda);
    padding-top: 48px;
	padding-bottom: 48px;
}

.btn-outline {
    background: #fff;
    border: 2px solid #4c00a9;
    border-radius: 30px;
    color: #4c00a9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.btn-outline:hover {
    background: #4c00a9;
    border: 2px solid #4c00a9;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.btn-white {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #4c00a9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}