/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

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

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

.relative {
  position: relative;
}

/* Responsive visibilty classes */

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

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

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

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

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
:root {
    --hero-color: #00e6ba;
    --brand-color: #00e6ba;
    --brand-light-color: #66f0d6;
}
body{
    background-color: #FFFFFF;
}

/** * Eric Meyer's Reset CSS v2.0 (https://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */


h1 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 47px;
    line-height: 56px;
}

h2 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 38px;
}

h3 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    font-weight: 600 !important;
}

h4 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
    font-weight: 700 !important;
}

h5 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 24px;
    font-weight: 700 !important;
    line-height: 33px;
}

h6 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 20px;
    font-weight: 700 !important;
    line-height: 28px;
}

p.headline {
    font-family: "Montserrat", sans-serif !important;
    font-size: 40px;
    font-weight: 600 !important;
    line-height: 48px !important;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

p.large {
    font-size: 18px !important;
    line-height: 27px !important;
}

p.medium {
    font-size: 16px !important;
    line-height: 24px !important;
}

.top-m-10 {
    margin-top: 10px !important;
}

.top-m-15 {
    margin-top: 15px !important;
}

.top-m-20 {
    margin-top: 20px !important;
}

.sc-text-white{
    color: #FFFFFF !important;
}

h1.sc-text-white > span {
    color: #000000 !important;
}

.sc-text-black {
    color: #000000;
}

.width60 {
    width:60% !important;
}

p{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    margin: 0px  !important;
    line-height: 22.64px;
}

.container {
	margin: 0px auto;
	display: table;
	max-width: 1140px;
	width: 100%;
}

.container:after, .container:before {
	content: "" clear : both;
}

.content-wrapper {
max-width: 100%;
}

.uppercase{
    text-transform: uppercase;
}
.fullWidth {
    width: 100%;
}

.header-spacer-above{
    height: 32px;
    margin: 0px;
}
.header-spacer-below{
    height: 32px;
    margin: 0px;
}

.element-spacer{
    height: 32px;
    margin: 0px;
}

.element-spacer-small{
    height: 16px;
    margin: 0px;
}

.module-spacer{
    height: 64px;
    margin: 0px;
}
.menu > ul > li .active{
    background-color: var(--brand-color)
}

nav.menu {
	background: var(--hero-color);
	position: relative;
	min-height: 72px;
	height: 100%;
}

nav.menu.white {
    background: #FFFFFF !important;
}

.xs-menu-cont.white {
    background: #FFFFFF !important;
}

.menu > ul {
	height: 72px;
	display:flex;
}

.menu > ul > li {
	list-style: none;
	display: flex;
	align-items: center;
	color: #fff;
	line-height: 45px;
	height: 72px;
	
}

.menu > ul > li > .logo-div{
	height: 72px;
	display:flex;
	align-items: center;
}

.menu > ul li a, .xs-menu li a {
	text-decoration: none;
	color: #fff;
	 display:flex;
	 padding: 0px 24px;
	 font-family: "Montserrat", sans-serif;
	 font-size:15px;
	 font-weight: 400;
}

.menu.white > ul li a {
	text-decoration: none;
	color: #000000;
	 display:flex;
	 padding: 0px 24px;
	 font-family: "Montserrat", sans-serif;
	 font-size:15px;
	 font-weight: 400;
}

.menu > ul li a:hover {
	background:var(--hero-color);
	color: #fff;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.menu.white > ul li a:hover {
	background:#FFFFFF !important;
	color: #000000 !important;
}

.active{
	background:var(--hero-color); !important;
	
}
.displaynone{
	display: none;
}
.xs-menu-cont{
display:none;
}
.xs-menu-cont > a {
    background: none repeat scroll 0 0 var(--hero-color);
    border-radius: 3px;
    padding: 3px 6px;
	display: block;
	border-bottom:1px solid var(--hero-color);
    box-shadow: 0 1px 2px var(--hero-color);
    -webkit-box-shadow: 0 1px 2px var(--hero-color);
    -moz-box-shadow: 0 1px 2px var(--hero-color);
}

.xs-menu-cont > a:hover{
 cursor: pointer;
}

.xs-menu-cont .burger-menu {
    display: flex;
    align-items: center;
    padding: 10px;
}

.xs-menu-cont .burger-menu .menu-logo {
    flex-grow: 1;
}

.xs-menu-cont .drop-down > a:after{
    content:"\f105";
    color:#fff;
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
    }

.xs-menu li {
color: #fff;
padding: 14px 30px;
border-bottom: 1px solid #ccc;
background: var(--hero-color);
}

.xs-menu  a{
text-decoration:none;
}

.mega-menu {
   /*background: none repeat scroll 0 0 #FFF;*/
    left: 0;
    position: absolute;
    width: 100%;
	display:none;
	transition-duration: 0.9s;
	top:72px;
    
}

.mega-menu > .inner {
    width: 90%;
    background: none repeat scroll 0 0 #FFF;
    height: 100%;
    display: flex;
    margin: auto;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 8px 8px rgba(29, 29, 27, 0.2);
    overflow: hidden;
}

.mega-menu > .inner .links {
    padding: 15px;
    padding-left: 25px;
    display:flex;
    flex-grow: 2;
    gap: 5px;
}

.mega-menu > .inner .links .link-section{
    display: flex;
    flex-direction:column;
    font-family: "Montserrat", sans-serif;
	 font-size:13px;
	 font-weight: 400;
}

.mega-menu > .inner .links > div {
    color: #000000;
    flex: 1;
}

.mega-menu > .inner .nav-video {
    padding: 0px;
    display:flex;
    flex-grow: 1;
    color: #000000;
    background-color: #f7d4cd;
    padding: 10px 32px 32px;
    font-family: "Montserrat", sans-serif;
	 font-size:14px;
	 font-weight: 500;
     flex-direction: column;
}

.nav-video-holder{
    flex-grow: 2;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #D9D9D9;
    background-color: #F2F2F2;
    border-radius: 4px;
    height: 153px;
}

.nav-inner-header{
    font-family: "Montserrat", sans-serif;
	 font-size:15px;
	 font-weight: 500;
     display: flex;
     align-items: center;
     gap: 5px;

}

.nav-inner-link .nav-a-link {
	text-decoration: none;
	color: #000000;
	 display:flex;
	 font-family: "Montserrat", sans-serif;
	 font-size:15px;
	 font-weight: 300;
     padding: 0px 5px;
}

.nav-inner-link .nav-a-link:before {
	content:"\f111";
    color:#000;
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 15px;
    font-size: 10px;
}

.menu > ul li a:hover {
	background:var(--hero-color);
	color: #fff;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.nav-inner-header > i{
    margin-right: 5px;
    font-size: 19px;
}

#menutoggle i {
    color: #fff;
    font-size: 33px;
    margin: 0;
    padding: 0;
}

#menutoggle.white i {
    color: #000;
    font-size: 33px;
    margin: 0;
    padding: 0;
}

.nav-contact-us {
    height: 42px;
    background-color: #FFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #000000 !important;
    margin-right: 20px;
}

.white .nav-contact-us {
    height: 42px;
    background-color: #FFF;
    border: 1pt SOLID var(--hero-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: var(--hero-color) !important;
    margin-right: 20px;
}

.nav-contact-us .nav-contact-us-a{
    color:#000000;
}

.white .nav-contact-us .nav-contact-us-a{
    color: var(--hero-color);
}

.nav-contact-us .nav-contact-us-a:after{
    content:"\f105";
    color:#000;
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
    font-size: 20px;
}

.white .nav-contact-us .nav-contact-us-a:after{
    content:"\f105";
    color:var(--hero-color);
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
    font-size: 20px;
}

.nav-contact-us .nav-contact-us-a:hover {
	background:transparent;
	color: #000000;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}


/*--column--*/
.mm-6column:after, .mm-6column:before, .mm-3column:after, .mm-3column:before{
content:"";
display:table;
clear:both;


}
.mm-6column, .mm-3column {
 float: left;
 position: relative;
 }
.mm-6column {
    width: 50%;
}
.mm-3column {
        width: 25%;
}
.responsive-img {
    display: block;
    max-width: 100%;

}
.left-images{
margin-right:25px;
}
 .left-images, .left-categories-list {
   float: left;
}
.categories-list li {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 5px 0;
}
.categories-list li :hover{
		background:inherit !important;
}
.left-images > p {
    background: none repeat scroll 0 0 var(--hero-color);
    display: block;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    padding: 5px 14px;
}
.categories-list span {
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.mm-view-more{
	background: none repeat scroll 0 0 var(--hero-color);
    color: #fff;
    display: inline !important;
    line-height: normal;
    padding: 5px 8px !important;
	margin-top:10px;
}
.display-on{
display:block;
 transition-duration: 0.9s;
}
.drop-down > a:after{
content:"\f107";
color:#fff;
font-family: FontAwesome;
font-style: normal;
margin-left: 5px;
}

.white .drop-down > a:after{
content:"\f107";
color:#000000;
font-family: FontAwesome;
font-style: normal;
margin-left: 5px;
}

.drop-down-mobile > a:after{
    content:"\f105";
    color:#fff;
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
    }


 /*MediaQuerys*/
 @media (max-width: 600px) {
.menu {
 display:none;
 }
 .xs-menu li a {

	 padding:0px;
}
 .xs-menu-cont{
 display:block ;
 }
 }

 .nav-inner-header-mobile{
    display: flex;
    padding: 12px;
    font-family: "Montserrat", sans-serif;
    border-bottom: 1pt SOLID WHITE;
    font-size: 16px;
 }

 .mega-menu-mobile {
    /*display: none;*/
 }

 .nav-inner-header-mobile i {
    margin-right: 5px;
 }

 .nav-inner-link-mobile {
    display: flex;
    padding: 12px;
    font-size: 14px;
    margin-left: 20px;
 }

 .link-section-mobile > .nav-inner-link-mobile:last {
    border-bottom: 0px;
 }

 .link-section-mobile .nav-inner-link-mobile:not(:last-child) {
    border-bottom: 1px solid #f78d79; /* Add border to non-last elements */
}

.link-section-mobile .nav-inner-link-mobile:last-child {
    border-bottom: none; /* Remove border from last elements */
}

.nav-inner-link-mobile .nav-a-link {
    text-decoration: none;
    color: #FFFFFF;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding: 0px 5px;
    align-items: center;
}


.nav-inner-link-mobile .nav-a-link:before {
	content:"\f111";
    color:#FFF;
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 15px;
    font-size: 8px;
}


/*Animation--*/

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.hero {
    height: 750px;
    background-color: var(--hero-color);
    position:relative;
    
}

.hero .hero-inner {
    display:flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    flex-direction:column;
    gap: 30px;
}

.hero .hero-inner > div {
    width: 75%;
    text-align: center;
}

.hero .hero-inner > div > span {
    color: #000000;
}

.hero .hero-inner > div.description {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    width: 60%;
    text-align: center;
}

.hero .hero-inner .hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.large-image-module{
    display: flex;
    position: relative;
    justify-content: center;
}

.large-image-module img {
    max-width: 950px;
    margin: auto;
    width: 90%;
}
#hs_cos_wrapper_module_17204325910894, #hs_cos_wrapper_widget_1725365385122{
    overflow: hidden;
}

#hs_cos_wrapper_module_17204325910894 span img, #hs_cos_wrapper_widget_1725365385122 span img{
    margin-bottom: -20px;
}

.dark-background-card{
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.dark-background-card--headline{
    color: var(--brand-color);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.dark-background-card--divider{
    height: 1px;
    background-color: WHITE;
    margin-top: 5px;
    width: 100%;
}

.dark-background-card--image{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark-background-card--image img, .dark-background-card--image span img{
    border: 2pt SOLID var(--brand-color);
}

.dark-background-card--body{
    color: WHITE;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sc-cta-container {
    display: flex;
}

.sc-cta-container.left {
    justify-content: flex-start;
}

.sc-cta-container.center {
    justify-content: center;
}

.sc-cta-container.right {
    justify-content: flex-end;
}

.sc-cta{
    padding: 10px 35px;
    background-color: #FFFFFF;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #EB482A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-cta.black{
    background-color: #000000;
    color: #FFFFFF;
}

.sc-cta.white{
    border: 1pt SOLID var(--hero-color);
    background-color: #FFFFFF;
    color: var(--hero-color);
}

.sc-cta.spider{
    background-color: var(--hero-color);
    color: #FFFFFF;
}

.sc-cta.full-width{
    flex-grow: 1;
}

.sc-cta.arrow:after{
    content:"\f105";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
    font-size: 20px;
    color: inherit;
}

.headline-paragraph-module{
    display:flex;
    flex-direction:column;
    gap:30px;
    font-family: "Montserrat", sans-serif;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.headline-paragraph-module h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.headline-paragraph-module h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: auto;
}

.headline-paragraph-module p {
    font-size: 15px;
    font-weight: 400;
    margin: auto;
}

.headline-paragraph-module > div {
    max-width: 60%;
    margin: auto;
}

.image-headline-paragraph-module{
    width: 100%;
    display:flex;
    flex-direction:column;
    gap:30px;
    font-family: "Montserrat", sans-serif;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.image-headline-paragraph-module img {
    max-width: 90%;
    margin: auto;
}

.image-headline-paragraph-module h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.image-headline-paragraph-module p {
    font-size: 15px;
    font-weight: 400;
    margin: auto;
}

.image-headline-paragraph-module > div {
    max-width: 70%;
    margin: auto;
}

.two-column-quote-company{
    display: flex;
    flex-direction: row;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    gap: 20px;
}

.two-column-quote-company .company{
    font-weight: 400 !important;
}

.two-column-quote-company .logo {
    display:flex;
    align-items: center;
    height: 100%;
    padding-left: 20px;
}

.two-column-quote-company .logo img{
    height: 24px;
}

.two-column-quote-company > div:last-child {
    border-left: 1pt SOLID #000000;
}

.full-quote-div{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.splide__controls {
    display:none !important;
}

.multi-image-module{
   
}

.multi-image-module .right-aligned-image {
    display: flex;
    justify-content: flex-end;
}

.large-middle-image-container{
    display: flex;
    justify-content: center;
}

.large-image-container{
    justify-content: center;
}

.left-aligned-content{
    position: relative;
}

.left-aligned-content .content-container{
    display: flex;
    background-color:var(--hero-color);
    border-radius: 24px;
    padding: 32px;
    max-width: 400px;
    width: 33%;
    color: #FFFFFF;
    gap: 10px;
}

.faqs {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.faq-container{
    border: 1pt SOLID var(--hero-color);
    border-radius: 12px;
    padding: 24px;
    position: relative;
}

.faq-container .faq-header {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
}

.faq-header:focus + .faq-answer {
    display: block;
}

.faq-answer {
    display: none;
    padding: 24px;
}

.faq-header::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 36px;
    color: var(--hero-color);
    position: absolute;
    right: 24px;
    top: 18px;
    transition: transform 0.3s ease-in-out;
}

.faq-header.show::after {
    transform: rotate(180deg);
}

.article-highlight .article-highlight-container{
    display: flex;
    position: relative;
}
    
.article-highlight .article-highlight-container .article-image{
    max-width: 100%;
    width: 730px;
}

.article-highlight .article-highlight-container .article-image.latest-blog-image{
    position:relative;
    border-radius: 32px;
    overflow:hidden;
    max-height: 545px;
}
    
.latest-blog-image img {
    width: auto;
}
    
.article-highlight .article-highlight-container .article-information{
    width: 540px;
    float: right;
    position: absolute;
    top: 50px;
    right: 0px;
}

.article-highlight .article-highlight-container .article-information .panel .panel-body{
    padding: 28px;
}

.panel{
    cursor: pointer;
}

.article-highlight .article-highlight-container .article-information .pill{
    padding: 8px 36px;
    border-radius: 24px;
    background-color: rgba(235, 72, 42, 0.35);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.article-highlight .article-highlight-container .article-information .company-area{
    margin-top: 24px;
    display: flex;
    gap: 24px;
}

.company-area .company-name{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-area .company-name .name {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.company-area .company-name .date {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #858585;
}

.daily {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.daily-container{
    border: 1pt SOLID #000000;
    padding: 24px;
    position: relative;
}

.daily-container .daily-header {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
}

.daily-header:focus + .daily-answer {
    display: block;
}

.daily-answer {
    display: none;
    padding: 24px;
}

.daily-header::after {
    content: "\f055";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 24px;
    color: var(--hero-color);
    position: absolute;
    right: 24px;
    top: 24px;
    transition: transform 0.3s ease-in-out;
}

.daily-header.show::after {
    content: "\f056";
    transform: rotate(180deg);
}

.daily-header span {
    color: var(--hero-color);
}
.pricing-module{
    display: flex;
    align-content: center;
    border: 1pt SOLID #000000;
    border-radius: 15px; 
    flex-direction: column;
    flex-wrap: wrap;
    padding: 32px;
    padding-bottom: 108px;
    position: relative;
    gap: 14px;
}

.pricing-module > div{
    width: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.pricing-module .category{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.pricing-module .price{
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
}

.pricing-module .price-small{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.pricing-module .button a {
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
}

.pricing-module .benefits{
    text-align: left;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.pricing-module .benefit{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: flex;
    gap: 24px;
}

.pricing-module .benefit .tick {
    font-size: 20px;
}
.form-title {
    font-family: "Montserrat", sans-serif !important;
    font-size: 48px !important;
    font-weight: 700px;
    line-height: 57px;
    margin-bottom: 32px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

form fieldset {
    width: 100% !important;
    max-width: 100% !important;
}

form label {
    display: none;
}

form input, form textarea {
    font-family: "Montserrat", sans-serif;
    border: 1pt SOLID #000000;
    padding: 12px !important;
    width: 100% !important;
}

form .hs-error-msgs, .inputs-list {
    text-decoration: none;
    list-style-type: none;
    font-family: 'Roboto';
    font-size: 14px;
    color: RED;
    margin-top: 10px;
}

form .hs-error-msgs .hs-error-msg {
    display: inline-block;
}

li.hs-form-booleancheckbox label {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;

}

li.hs-form-booleancheckbox label input {

    width: 20px !important;

}

li.hs-form-booleancheckbox label span p {

    color: #000000;

}

.hs-button {
    padding: 10px 35px;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #FFFFFF;
    width: 200px !important;
}

.sc-footer form {
    flex-direction: row !important;
}

.sc-footer form .hs_email {
    flex-grow: 1;
}

form select{
    font-family: "Montserrat", sans-serif;
    border: 1pt SOLID #000000;
    padding: 12px !important;
    width: 50% !important;
}

form .hs-richtext{
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
}

.hs-fieldtype-select label{
    display: block !important;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}
.hs_primary_interest.hs-primary_interest.hs-fieldtype-select.field.hs-form-field {
    text-align: LEFT !important;
}
.footer-menu{
    display: flex;
    flex-direction: row;
    gap: 14px;
}

.footer-menu > div {
    flex: 1;
    font-family: "Montserrat", sans-serif !important;
}

.footer-menu div .header {
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 24px;
}

.footer-cols {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px;
}

.footer-cols div a, .footer-menu-privacy  div a {
    text-decoration: none;
    color: #000000;
}

.footer-cols div a:hover, .footer-menu-privacy  div a:hover {
    text-decoration:underline;
    color: #000000;
}

.footer-cols .facebook:before {
    content:"\f09a";
    color:#000;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 18px;
    margin-right: 10px;
}

.footer-cols .instagram:before {
    content:"\f16d";
    color:#000;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 18px;
    margin-right: 10px;
}

.footer-cols .x:before {
    content:"\e61b";
    color:#000;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 18px;
    margin-right: 10px;
}

.footer-cols .sub-link {
    display: flex;
    align-items: center;
}

.footer-cols .linkedin:before {
    content:"\f08c";
    color:#000;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 18px;
    margin-right: 10px;
}

.footer-cols .youtube:before {
    content:"\f167";
    color:#000;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 18px;
    margin-right: 10px;
}

.footer-menu-privacy{
    display: flex;
    flex-direction: row;
    gap: 14px;
    justify-content: flex-end;
}

.footer-menu-privacy > div {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}
@media (max-width: 767px) {
    h1 {
        font-size: 32px !important;
        line-height: 38px;
    }

    h2 {
        font-size: 24px !important;
        line-height: 28px;
    }

    .sc-cta-container.left {
        justify-content: center !important;
    }
    
    .sc-cta-container.center {
        justify-content: center !important;
    }
    
    .sc-cta-container.right {
        justify-content: center !important;
    }

    .footer-menu-privacy {
        justify-content: flex-start;
        margin-top: 24px; 
    }

    .form-columns-2{
        gap: 12px;
        display: flex;
        flex-direction: column;
    }

    .left-aligned-content .content-container{
        border-radius: 0px !important;
        width: 100% !important;
    }

    .faq-container .faq-header {
        font-size: 15px !important;
        width: 80%;
    }

    .faq-answer {
        padding: 12px !important;
    }

    .article-highlight .article-highlight-container {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }

    .article-highlight .article-highlight-container .article-image {
        width: 100% !important;
    }

    .article-highlight .article-highlight-container .article-image img {
        width: 100% !important;
    }

    .article-highlight .article-highlight-container .article-information {
        width: 90% !important;
        position: relative !important;
        top: -40px !important;
    }

    .in-the-news{
        margin-top: 24px;
        margin-bottom: 24px;
    }
}
.panel {
    padding:64px;
    background-color: WHITE;
    border-radius: 24px;
}

.panel.panel-icon{
    padding: 32px;
    border-radius: 12px;
}

.panel.panel-icon .icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.panel.panel-icon .icon .icon-header {
    font-family: "Montserrat", sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

.panel.panel-shadow {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.25); /* Horizontal offset, vertical offset, blur radius, color and transparency */
    border-radius: 24px; /* Optional: To add rounded corners */
}

.panel.panel-shadow-mini {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15); /* Horizontal offset, vertical offset, blur radius, color and transparency */
    border-radius: 24px; /* Optional: To add rounded corners */
}

.panel .panel-body {
    display:flex;
    gap: 24px;
}


.panel .panel-body .column {
    display:flex;
    flex-grow: 1;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.panel.panel-icon .panel-body .column {
    display:flex;
    flex-grow: 1;
    align-items: flex-start;
    flex-direction: column;
}

.panel .panel-body .column .statistic {
        font-family: "Montserrat", sans-serif !important;
        font-size: 64px !important;
        font-weight: 700 !important;
}

.panel .green {
    color: #70DB1C
}

.panel .purple{
    color: #D625CF;
}

.panel .teal {
    color: #44C3CB;
}

.panel .dark-purple {
    color: #8726C2;
}

.column .headline{
    font-family: "Montserrat", sans-serif !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 35px;
}
.meet-the-team .photo {
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
    width: 100%;
    margin-bottom: 12px;
}

.meet-the-team .full-name {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.meet-the-team .job-title {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
}

.meet-the-team  .social-media {
    display: flex;
    gap: 24px;
    font-size: 24px;
    align-items: center;
    margin-top: 12px;
    color: black;
}

.meet-the-team  .social-media a {
    color: #000000;
}

.blog-height{
    min-height: 590px !important;
}
.in-the-news {
    display: flex;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background-color: var(--hero-color);
    min-height: 300px;
    flex-direction: column;
}

.in-the-news .image{
        width: 100%; /* Full width of the parent container */
        height: 275px;
        background-size: cover; /* Resize the background image to cover the entire div */
        background-position: center; /* Center the background image */
        overflow: hidden; /* Hide any extra content that exceeds the defined height */
}

.in-the-news .body{
    display: flex;
    gap: 12px;
    flex-direction: column;
    padding: 24px;
}

.in-the-news .body .label {
    display: flex;
    align-items: center;
    gap: 12px;
}

.in-the-news .body .label .badge {
    background-color: #EEEEEE;
    padding: 4px 8px; 
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

.in-the-news .body .label .time {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.in-the-news .body .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
}

.in-the-news .body .description, .in-the-news .body .link a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.in-the-news .body .link a {
    text-decoration: none;
}

.in-the-news .body .link a:hover {
    text-decoration: underline;
}

.in-the-news .body .link i {
    font-size: 12px;
    margin-left: 5px;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word; /* Allow words to break and wrap */
    max-height: 1.2em; /* Control the height of the div to fit one line with ellipsis */
    line-height: 1.2em; /* Adjust line height for single line fix */
}

.no-margin-span {
    margin-left: 0px !important;
}

.blog-description a{
    color: #FFFFFF !important;
}

.blog-title a{
    color: #FFFFFF !important;
    text-decoration: none;
}

.blog-title a:hover{
    text-decoration: underline;
}

.blog-image-link{
    cursor: pointer;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}