@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Global variable *//* 1a. Containers *//* End 1a. Containers *//* End 1c. Colors */if(false == true){}if(false == true){}if(true == true){}if(true == true){}if(false == true){}if(false == true){}if(false == true){}if(false == true){}




/* 1e. Buttons */

/* Buttons Size *//* Buttons Size */

/* Primary Button *//* End primary Button *//* Secondary Button *//* End Secondary Button *//* Forms *//* End Forms */

/* Site Header *//* End Site Header */

/* Site Footer *//* End Site Footer */

/* 1e. Border *//* 1f. Corner Radius *//* 1g. Lists *//* 1h. Horizontal Rule *//* 1i. Blockquote */
*, *: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;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.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%;
  *margin-left: 2.0744680846382977%;
  -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%;
  *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

.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%;
    *zoom: 1;
  }

  .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%;
    *margin-left: 2.709239449638298%;
    -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%;
    *width: 99.9468085036383%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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%;
    *margin-left: 2.510911074638298%;
    -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%;
    *width: 99.94680851063829%;
  }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

/* 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 ;
  }
}
.dnd-section > .row-fluid { margin: 0 auto;}
.content-wrapper { margin: 0 auto; width:100%;padding: 0 15px;  }



@media screen and (min-width: 768px) {
  .content-wrapper { max-width:
730px
; }
  .wrapping-left {padding-left: calc(calc(100% + 30px - 
730px
)/2);}
  .wrapping-right {padding-right: calc(calc(100% + 30px - 
730px
)/2);}
}

@media screen and (min-width: 992px) {
  .content-wrapper { max-width:
943px
; }
  .wrapping-left {padding-left: calc(calc(100% + 30px - 
943px
)/2);}
  .wrapping-right {padding-right: calc(calc(100% + 30px - 
943px
)/2);}
  .content-wrapper { padding: 0 15px; }
  .dnd-section .dnd-column { padding: 0 15px;}
} 
@media screen and (min-width: 1200px) {

  .wrapping-left {padding-left: calc(calc(100% + 0.781vw - )/2);}
  .wrapping-right {padding-right: calc(calc(100% + 0.781vw - )/2);}
  .content-wrapper { padding: 0 0.781vw; max-width: ; }
  .dnd-section .dnd-column { padding: 0 0.781vw; }



}




.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post { padding: 80px 20px; }
.dnd-section > .row-fluid { max-width: 1192px; }



@media (max-width: 767px) {
  .wrapping-left,.wrapping-right {padding-left: 15px; padding-right: 15px;}
  .dnd-section .dnd-column { padding: 0; }
  .content-wrapper { padding: 0 15px; }
}




/*****************************
Slick slider
****************************  */

/**/
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; outline: none; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dots { margin:0; padding:0; list-style:none; }



.slick-arrow { position:absolute; top:0; right:0; padding:0; letter-spacing:0 !important;  font-size:0; border-radius: 50%; min-width:auto; width:23px; height:23px; line-height:0; outline:none; background:transparent !important;  z-index:2; }
.slick-arrow.slick-prev { right:33px; }
.slick-arrow.slick-arrow:before { font-family:'FontAwesome'; position: relative; font-weight:300; font-size:18px; line-height:12px; left:1px; top:-0.5px;}
.slick-arrow.slick-prev::before { left: -1px; }
.slick-prev:before { content: "\f104"; }
.slick-next:before { content: "\f105"; }
.slick-arrow:hover { background:#0e0e39 !important; }
.slick-arrow:hover:before { border-color:#0E0E39; color:#fff; }
.slick-arrow.slick-disabled{border:1px solid #DADADA; color:#DADADA; }
.slick-arrow.slick-disabled:hover:before{color:#DADADA; }
.slick-arrow.slick-disabled:focus:before{color:#DADADA; }
.slick-arrow.slick-disabled:hover{background-color:transparent !important;border:1px solid #DADADA; color:#DADADA;}
button.slick-arrow:active { color: unset; }

button.slick-arrow { border: 1px solid #0E0E39; color: #0E0E39; }
button.slick-arrow:focus {color: #0E0E39; }


ul.slick-dots { margin:0; padding:0; list-style:none; display:inline-block; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; margin:0; }
ul.slick-dots li button { display:inline-block; background:#DADADA;  min-width:auto; padding:0; border:0;width:8px; height:8px; border-radius:100%; font-size:0; text-indent:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#000; }




html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
    line-break: strict;
    word-break: break-all;
}





html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: #F8F4FF;
    color:#0E0E39;letter-spacing:0em;;
    font-size: 10px;
    line-height: 2.0;
    overflow-x:hidden;
	 word-break: break-word;
}
/* Image */
img { display: inline-block; max-width: 100%; height: auto; vertical-align: middle; }

.FullImageWidth img{width:100%;}
/* Anchors */
body a.cta_button {
    box-sizing: border-box !important;
    display: inline-block;
}
a {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #0E0E39;
    text-decoration: none!important;
    display: inline-block;
    transition: all ease-in-out .3s; -moz-transition: all ease-in-out .3s; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s;
}
a:hover, a:focus {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #EB5757;
}
a:active {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #ffa7a7;
}
a.button:disabled {
    background-color: #F1F1F1;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #0E0E39;
    margin:0;
    padding:0;
}
/* Lists */


ul,
ol {
    list-style-position: inside;
}

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

ul.no-list {
    list-style: none;
}


ul,
ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

ul li,
ol li {
    margin: 0.75rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin: 1.5rem;
}

/* Blockquote */

blockquote {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
} 

blockquote {
    border-left: 4px solid #0E0E39;
    padding-left: 1.5rem;
}

/* Horizontal Rules */

hr {
    border: 0 none;
    border-bottom: 1px solid;
}
hr {
    border-bottom-color: #D0D0D0;
}


/* Code Blocks */

code {
    vertical-align: bottom;
}

strong {
    font-weight: 600;
}

/* Anchors */

a {
    cursor: pointer;
}

a.button:disabled {
    pointer-events: none;
}

/* Subscripts and Superscripts */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

p { margin: 0;}
*+h1, *+h2 { margin-top: 35px;}
*+h3, *+h4 { margin-top: 30px;}
*+h5, *+h6 { margin-top: 25px;}
*+p { margin-top: 20px;}

.clearfix {
    display: block
}

.clearfix:after,.clearfix:before {
    content: "";
    display: table;
    width: 100%
}


/* Position Style */
.position-relative{position:relative;}
.position-absolute{position:absolute;}
.inset-0 { inset: 0; }
.z-1{z-index: 1;}
.z-2{z-index: 2;}
.z-3{z-index: 3;}
.z-4{z-index: 4;}
.z-5{z-index: 5;}
.z-10{z-index: 10;}
.z-15{z-index: 15;}
.z-99{z-index: 99;}
.z-100{z-index: 100;}

/* Border Radius Style */
.radius4{border-radius:4px;}
.radius5{border-radius:5px;}
.radius8{border-radius:8px;}
.radius10{border-radius:10px;}
.radius16{border-radius:16px;}
.radius20{border-radius:20px;}

/* Border Style */
.border{border: 1px solid;}
.border-gray{border-color:#DADADA;}
.border-dark-gray{border-color:#80809D;}
.border-black{border-color:#000000;}
.border-blue{border-color:#523EFC;}
.border-sand{border-color:#FBB88B;}
.border-transparent{border-color: transparent;}
/* Shadow */
.shadow {box-shadow: 0px 4px 8px 0px #523EFC26;}
.shadow-dark{box-shadow: 0px 4px 8px 0px #523EFC40;}

.linear-border::before{  background-image: linear-gradient(110.08deg, #fbb88b 3.35%, #ff6e76 34.3%, #9226e7 80.49%, #523efc 98.58%); border-radius: inherit; content: ""; inset: 0; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; padding: 1px; position: absolute; z-index: 10; }
.linear-border > *{z-index:11;position:relative;}


.underline { text-decoration: underline; }
.uppercase { text-transform: uppercase;}
.text-capitalize { text-transform: capitalize;}
.parallaxEffect{background-attachment:fixed}
.bg, .overlay, .set-bg { background-size: cover; background-position: center; position: relative; background-repeat: no-repeat;}
.bg.bgTop{background-position: top center;}

/* Color Formating */
.primaryBgColor{background-color: #0E0E39;}
.secondaryBgColor{background-color: #523EFC;}
.tertiaryBgColor{background-color: #FF6E76;}
.whiteBgColor{background-color: #FFFFFF;}

.primaryColor,.allprimaryColor * {color: #0E0E39;}
.secondaryColor,.allsecondaryColor * {color: #523EFC;}
.tertiaryColor,.alltertiaryColor * {color: #FF6E76;}
.whiteColor,.allwhiteColor * {color:#FFFFFF;}


.d-none{display:none;}

h1,.h1 h2{ font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;text-transform:none; color:#0E0E39;letter-spacing:0em;; }
h2,.h2{ font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;text-transform:none; color:#0E0E39;letter-spacing:0em;; }
h3,.h3{ font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;text-transform:none; color:#0E0E39;letter-spacing:0em;; }
h4,.h4{ font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;text-transform:none; color:#0E0E39;letter-spacing:0em;; }
h5,.h5{ font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;text-transform:none; color:#0E0E39;letter-spacing:em;; }
h6,.h6{ font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;text-transform:none; color:#0E0E39;letter-spacing:0em;; }

@media(min-width:992px){

    h1,.h1 h2{font-size:24px;line-height:1.50;}
    h2,.h2{font-size:20px;line-height:1.50;}
    h3,.h3{font-size:18px;line-height:1.33;}
    h4,.h4{font-size:16px;line-height:1.50;}
    h5,.h5{font-size:14px;line-height:1.43;}
    h6,.h6{font-size:12px;line-height:1.50;}

}

/* Tablet Device */
@media(max-width:991px){
    
    
    
    h1,.h1 h2{font-size:24px;line-height:1.25;}
    h2,.h2{font-size:20px;line-height:1.50;}
    h3,.h3{font-size:18px;line-height:1.33;}
    h4,.h4{font-size:16px;line-height:1.50;}
    h5,.h5{font-size:14px;line-height:1.43;}
    h6,.h6{font-size:12px;line-height:1.50;}
}

/* Mobile Device */
@media(max-width:767px){
    
    
    
    h1,.h1 h2{font-size:20px;line-height:1.50;}
    h2,.h2{font-size:20px;line-height:1.50;}
    
    
    
    
}
/* Primary Button */
button,
a.button,.button a,
a.hs-button, .cta_button{
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: rgba(82, 62, 252, 0.0);
    border: 1px solid #0E0E39;
    border-radius: 0px;
    color: rgba(14, 14, 57, 1.0);
    fill: rgba(14, 14, 57, 1.0);
    font-size: 10px;
    padding: 17.5px 37px;
    text-transform: uppercase;
    align-items: center;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    text-align: left; 
    position: relative; 
    letter-spacing: 3px;
    line-height: 1.3;   
}

button:disabled,
a.button:disabled,
.button a:disabled,
button:disabled:hover,
a.button:disabled:hover,
.button a:disabled:hover,
button:disabled:focus,
a.button:disabled:focus,
.button a:disabled:focus,
button:disabled:active,
a.button:disabled:active,
.button a:disabled:active{
    background-color: #D0D0D0 !important;
    border-color: #D0D0D0 !important;
    color: #F1F1F1 !important;
}

button:hover, button:focus,
.button a:hover, a.button:hover, 
.cta_button:hover, a.hs-button:hover, 
.button a:focus, .cta_button:focus,
a.button:focus, a.hs-button:focus, 
button:active, .button a:active,
.cta_button:active, a.button:active, a.hs-button:active {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: rgba(14, 14, 57, 1.0);
    border: 1px solid #0E0E39;
    color: rgba(82, 62, 252, 1.0);
}
/* .button a:focus svg path, .button a:active svg path, .button a:hover svg path {outline: none;} */
.button.button--secondary a svg path {fill: rgba(82, 62, 252, 1.0); outline: none; }


/* End Primary Button */


/* Secondary Button */
.button.button--secondary a,
a.button.button--secondary {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: rgba(14, 14, 57, 1.0);
    border: 1px solid #523EFC;
    border-radius: 0px;
    color: rgba(82, 62, 252, 1.0);
    fill: rgba(82, 62, 252, 1.0);
    padding: 17.5px 37px;
    text-transform: uppercase; text-align: center;
}

.button.button--secondary a:hover,
.button.button--secondary a:focus,
.button.button--secondary a:active,
a.button.button--secondary:hover,
a.button.button--secondary:focus,
a.button.button--secondary:active {
    
    background-color: rgba(82, 62, 252, 1.0);
    border: 1px solid #0E0E39;
    color: rgba(14, 14, 57, 1.0);
    fill: rgba(14, 14, 57, 1.0);
}

.button.button--secondary a:active,
a.button.button--secondary:active {
    
    background-color: rgba(82, 62, 252, 1.0);
    border: 1px solid #0E0E39;
    border-color: #5e5e89;
    color: rgba(14, 14, 57, 1.0);
    fill: #5e5e89; font-weight: 500;
}
/* End Secondary Button */

.button.button--secondary a:focus svg path, .button.button--secondary a:active svg path, .button.button--secondary a:hover svg path {fill: rgba(14, 14, 57, 1.0); }





/* Button Sizing */

button.btn-small,
a.button.btn-small,.button.btn-small a,
a.hs-button.btn-small, .cta_button.btn-small,
.button.button--secondary.btn-small a,
a.button.button--secondary.btn-small{
    font-size: 10px;
    padding: 12px 25px;
}
button.btn-large,
a.button.btn-large,.button.btn-large a,
a.hs-button.btn-large, .cta_button.btn-large,
.button.button--secondary.btn-large a,
a.button.button--secondary.btn-large{
    font-size: 14px;
    padding: 18px 30px;
}

a.button svg, .button a svg {margin-left: 8px; width: 24px; height: 14px; transition: all ease .3s; -moz-transition: all ease .3s; -webkit-transition: all ease .3s; -o-transition: all ease .3s;}
/* .button.button--simple svg {margin-left: 12px; width: 34px; height: 19px;} */
.button.button--simple svg {position: absolute; width: 34px; height: 19px; right: 0; transition: all ease .3s; -moz-transition: all ease .3s; -webkit-transition: all ease .3s; -o-transition: all ease .3s; }
.button.button--simple a:hover svg,
a.button.button--simple:hover svg {
    right: -2px;
}



@media(min-width: 1200px){
    .button.button--simple svg {width: 2.361vw; height: 1.319vw;}

    button,
    a.button,.button a,
    a.hs-button, .cta_button{
        border-radius: ;
        font-size: ; 
        padding:  ;
        letter-spacing: 0.156vw;
    }
    .button.button--secondary a,
    a.button.button--secondary {
        border-radius: ;
        font-size: ; 
        padding:  ;
    }

    .button.button--simple a,a.button.button--simple{ font-size: ; }

    button.btn-small,
    a.button.btn-small,.button.btn-small a,
    a.hs-button.btn-small, .cta_button.btn-small,
    .button.button--secondary.btn-small a,
    a.button.button--secondary.btn-small{
        font-size: ;
        padding:  ;
    }

    button.btn-large,
    a.button.btn-large,.button.btn-large a,
    a.hs-button.btn-large, .cta_button.btn-large,
    .button.button--secondary.btn-large a,
    a.button.button--secondary.btn-large {
        border-radius: ;
        font-size: ;
        padding:  ;
    }

    

    a.button svg, .button a svg {margin-left: 0.556vw; width: 1.667vw; height: 0.972vw;}
    .button.button--simple a:hover svg,
    a.button.button--simple:hover svg {
        right: -0.139vw;
    }
}



@media(max-width: 1199px) {
    button, a.button, .button a,
    a.hs-button, .cta_button,
    .button.button--secondary a,
    a.button.button--secondary,
    .buttonStyleSmall a,
    .buttonStyleTwo .button a,
    .button.button--secondary a, a.button.button--secondary{
        font-size: 10px;
        padding: 12px 25px; 
    }
    button.btn-small,
    a.button.btn-small,.button.btn-small a,
    a.hs-button.btn-small, .cta_button.btn-small,
    .button.button--secondary.btn-small a,
    a.button.button--secondary.btn-small{
        font-size: 10px;
        padding: 12px 15px;
    }
    button.btn-large, a.button.btn-large,
    .button.btn-large a, a.hs-button.btn-large,
    .cta_button.btn-large,
    .button.button--secondary.btn-large a,
    a.button.button--secondary.btn-large{
        font-size: 14px;
        padding: 18px 25px;
    }
}

@media(max-width: 480px) {
    button, a.button, .button a, a.hs-button, .cta_button {
        display: block;
        text-align: center;
    }
}


/* Base */

form { max-width: 100%; }
.hs-form-field { position: relative; }

/* Form Title */
.form-title { margin: 0; }
.form-title:empty { display: none;}
/* .form-title ~ div > form { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; } */

/* Labels */
.hs-form-field > label { display: block; margin-bottom: 0px; text-align: left; width: auto; z-index: 1; }
fieldset.form-columns-1 .hs-input.hs-fieldtype-intl-phone {
    width: 100% !important;
}
/* Inputs */
.input { position: relative; }
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
input[type='url'],
select,
textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: inline-block; width: 100% !important; border: none; padding: 0; background-color: transparent; }
select::-ms-expand {
    display: none;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
input[type='url']:focus,
select:focus,
textarea:focus {
    outline-color: #005B81;outline: none;
}

fieldset { max-width: 100% !important; }
/* Inputs - Checkbox/Radio */
.inputs-list { list-style: none; margin: 0; padding: 0; }
.inputs-list > li { display: block; margin: 3px 0 0; padding: 0; width: 100%; font-size: 12px; }
input[type='checkbox'],
input[type='radio'] { border: none; cursor: pointer; height: auto; line-height: normal; margin-right: 0.375rem; padding: 0; width: auto; }
/* Inputs - Select */

/* .hs-fieldtype-select .input:after {
content: '\25BE';
pointer-events: none;
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
} */

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before { content: '\01F4C5'; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); }
.fn-date-picker .pika-table thead th { color: #fff; }
.fn-date-picker td.is-selected .pika-button { border-radius: 0; box-shadow: none; }
.fn-date-picker td .pika-button:hover { border-radius: 0 !important; }

/* Inputs - File Picker */
input[type='file'] { background-color: transparent; border: initial; box-shadow: none; line-height: initial; padding: initial; }

/* Headings and Text */
form .hs-richtext img { max-width: 100% !important; }
form .header { background-color: transparent; border: none; }

/* GDPR */

/* .legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
font-size: 0.875rem;
margin-left: 1rem !important;
}
*/
/* Validation */

.hs-form-required { color: #D63E46 !important; }
.hs-error-msg { margin-top: 0.375rem; }

/* Submit */
form input[type='submit'],
form .hs-button { cursor: pointer; font-weight: 700; display: inline-block; letter-spacing: 0; margin: 16px 0 0; text-align: center; transition: all 0.15s linear; white-space: normal; width: auto; line-height: 1.27; }

/* Captcha */
.grecaptcha-badge { margin: 0 auto; }








.hs_cos_wrapper_type_form, .formReStyling, .systems-page form {
    background-color: rgba(#null, 1);
    border: px  ;
    border-radius: px;
    padding: 0.0px 0.0px; 
    display: block;
}
.formResetStyling .hs_cos_wrapper_type_form { padding: 0; border: none; background-color: transparent; border-radius: 0; }

form {
    max-width: 100%;
    width: 100%;
    float: none !important;
    position: relative;

}


.hs-form-field { margin-bottom: 20px;}

/* Form Title */

.form-title {
    ;
    
    
    
    color: ;
    font-size: px;
    
    text-transform: ;
    padding-bottom: 45px;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
    ;
    color: ;
    font-size: px;
    padding: px px;
    line-height: 1.35;
}

/* Help Text - Legends */

.hs-form-field legend {
    ;
    color: ;
    font-size: px;
}

/* Inputs */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
    ;
    color: ;
    font-size: px;
    line-height: 1.22;
    background-color: rgba(#null, 1);
    border: none;
    border-bottom : px  ;
    border-radius: px;
    padding: px px;
}
::-webkit-input-placeholder { color: ;}
::-moz-placeholder { color: ;}
:-ms-input-placeholder { color: ;}
:-moz-placeholder { color: ;}

::placeholder {  color: ;}

/* Inputs - Checkbox/Radio */
form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
    ;
    color: ;
    font-size: px;
}

/* Inputs - Datepicker */
.fn-date-picker td.is-today .pika-button { color: #523EFC;}
.hs-datepicker .is-selected button.pika-button { background-color: #523EFC; }
.hs-datepicker button.pika-button:hover { background-color: #0E0E39 !important;}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
    ;
    color: ;
    font-size: px;
    line-height:1.16;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
    ;
    color: ;
    font-size: px;
    line-height: 1.3;
}

/* Validation */

.hs-input.invalid.error {
    border-color: #EF6B51;
}

.hs-error-msg, .hs_error_rollup {
    color: #EF6B51;
}
form .hs_error_rollup li font {color: #EF6B51;}

/* Submit */
form input[type='submit'],
form .hs-button {
    letter-spacing: 3px;
}






/* Inline Thank You Message */
.submitted-message {
    background-color: rgba(#null, 1);
    border: px  ;
    border-radius: px;
    padding: px px;
}


.hs-search-field__button { margin-bottom: 0; }
.hs-search-field__input { padding: 10px; }



form .form-columns-2,form .form-columns-3,form .form-columns-1{max-width:100%!important;}
form .form-columns-3,form .form-columns-2{display:flex;flex-wrap:wrap;margin:0 -10px!important;max-width:initial!important;float:none!important;}
form .form-columns-3 >div,form .form-columns-2>div{margin-left:10px!important;margin-right:10px!important;}
form .form-columns-3 >div{width:calc(33.33% - 20px)!important;}
form .form-columns-2>div{width:calc(50% - 20px)!important;}
.input { margin: 0 !important;line-height: 0;}



ul.inputs-list.multi-container { margin-top: 10px;}
/* Radio Button Style */
/* .hs-form-radio{margin:0 0 10px!important;} */
.hs-form-radio label.hs-form-radio-display{display:flex;flex-wrap:wrap}
.hs-form-radio-display .hs-input{display:none}
.hs-form-radio label.hs-form-radio-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;padding-left:30px;}
.hs-form-radio label.hs-form-radio-display input+span:before{width:18px;height:18px;content:'';background-color:transparent;display:inline-block;border-radius:100%;margin-right:13px;transition:.5s ease all;border:1px solid ;position:absolute;left:0;top:2px;}
.hs-form-radio label.hs-form-radio-display input:checked+span:before{background-color:;}
.hs-form-radio label.hs-form-radio-display input:checked+span:after{content:'';position:absolute;left:4px;width:10px;height:10px;background-color:#fff;top:6px;border-radius:100%;transition:.5s ease all}

/* Checkbox Style */
/* .hs-form-checkbox{margin:0 0 10px!important;} */
.hs-form-booleancheckbox{margin:0 0!important;}
.hs-form-checkbox label.hs-form-checkbox-display,.hs-form-booleancheckbox label.hs-form-booleancheckbox-display{display:flex;flex-wrap:wrap}
.hs-form-checkbox-display .hs-input,
.hs-form-booleancheckbox-display .hs-input{display:none}
.hs-form-checkbox label.hs-form-checkbox-display input+span,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;padding-left:30px;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before{content:'';background-color:transparent;display:inline-block;transition:.5s ease all;border:0px solid ;position:absolute;left:0;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before{top:3px;width:18px;height:18px;}

.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before { width: 14px; height: 14px; top: 2px;}

.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:before,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:before{background-color:;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after{ content:'';display:block;position:absolute;left:6px;width:6px;height:11px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg);transition:.5s ease all;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after{top:5px;}
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after { width: 4px; height: 8px; left: 5px; top: 4px;}
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span { margin-left: 0; font-size: 12px; }
.legal-consent-container > div { margin-bottom: 9px; }

form .hs-fieldtype-select.field .input select { position: relative; background-image: url('https://144476884.fs1.hubspotusercontent-eu1.net/hubfs/144476884/apm_theme_2025/images/Chevron_Down.svg'); background-repeat: no-repeat; background-size: 16px; background-position: center right 15px;}
/* form .hs-fieldtype-select.field .input::after {content: ""; position: absolute; z-index: 9; right: 28px; top: 50%;transform: translateY(-50%);background-repeat: no-repeat; background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"%3E%3Cpath d="M11.5326 1.53061L6.53255 6.53061C6.46287 6.60053 6.38008 6.65601 6.28892 6.69386C6.19775 6.73172 6.10001 6.7512 6.0013 6.7512C5.90259 6.7512 5.80485 6.73172 5.71369 6.69386C5.62252 6.65601 5.53973 6.60053 5.47005 6.53061L0.470051 1.53061C0.329155 1.38972 0.25 1.19862 0.25 0.999362C0.25 0.800105 0.329155 0.609009 0.470051 0.468112C0.610947 0.327216 0.802044 0.248062 1.0013 0.248062C1.20056 0.248062 1.39165 0.327216 1.53255 0.468112L6.00193 4.93749L10.4713 0.467488C10.6122 0.326592 10.8033 0.247437 11.0026 0.247437C11.2018 0.247437 11.3929 0.326592 11.5338 0.467488C11.6747 0.608384 11.7539 0.79948 11.7539 0.998738C11.7539 1.198 11.6747 1.38909 11.5338 1.52999L11.5326 1.53061Z" fill="%236A205F"/%3E%3C/svg%3E');width: 18px; height: 12px; background-size: 100%; } */

.hs-form-field > label, .inputs-list > li { padding-left: 0; }
.hs-form-field > label span + span {margin-left: 3px;}

ul.no-list.hs-error-msgs.inputs-list {
    margin-top: 10px;
}

ul.no-list.hs-error-msgs.inputs-list li {
    margin: 0;
    padding: 0;
}
.body-container-wrapper ul.inputs-list {
    padding-left: 0;
    margin-top: 0;
}

.hs_error_rollup {
    display: none;
}




@media(min-width: 1200px){
    /*     .hs-form-field > label {margin-bottom: 0.4688vw;} */
    .inputs-list > li { margin: 0.5vw 0 0; font-size: 0.833vw; }
    form input[type='submit'], form .hs-button { margin: 0.938vw 0 0; }
    form input[type='submit']:after,
    form .hs-button:after {
        bottom: -;
        height: ;
    }

    form input[type='submit']:hover:after,
    form input[type='submit']:focus:after,
    form input[type='submit']:active:after,
    form .hs-button:hover:after,
    form .hs-button:focus:after,
    form .hs-button:active:after {
        bottom: -;
        height: ;
    }

    .hs-search-field__input { padding: 0.694vw; }
    form .form-columns-3,form .form-columns-2{margin:0 -0.781vw !important;}
    form .form-columns-3 >div,form .form-columns-2>div{margin-left:0.781vw !important;margin-right:0.781vw !important;}
    form .form-columns-3 >div{width:calc(33.33% - 1.563vw)!important;}
    form .form-columns-2>div{width:calc(50% - 1.563vw)!important;}

    ul.inputs-list.multi-container { margin-top: 0.694vw;}
    .hs-form-radio label.hs-form-radio-display input+span{padding-left:30px;}
    .hs-form-radio label.hs-form-radio-display input+span:before{width:1.19vw;height:1.19vw;margin-right:0.903vw;border:0.069vw solid ;top:0;}

    .hs-form-radio label.hs-form-radio-display input:checked+span:after{left:0.2vw;width:0.794vw;height:0.794vw;top:0.2vw;}

/*     .hs-form-checkbox label.hs-form-checkbox-display input+span, */
/*     .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span{padding-left:1.5vw;} */

    .hs-form-checkbox label.hs-form-checkbox-display input+span:before,
    .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before{border: 1px solid ;}
    .hs-form-checkbox label.hs-form-checkbox-display input+span:before{top:0;width: 1.058vw; height: 1.058vw;}
    .hs-form-checkbox label.hs-form-checkbox-display input+span { border:none; line-height:1.3; }

    .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before { width: 20px; height: 20px; top: 0;}

    .hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after,
    .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after{left: 0.37vw; width: 0.4vw; height: 0.7vw; border: solid #000; border-width: 0 0.139vw 0.139vw 0;}
    .hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after{top: 0.11vw;}
    .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after { height: 14px; left: 7px; top: 2px; width: 7px; }
/*     .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span { font-size: 10.139vw; } */
    .legal-consent-container > div { margin-bottom: 0.694vw; }
    /*     form .hs-fieldtype-select.field .input::after {right: 0.05vw;width: 1.25vw;height: 0.834vw;} */

    .hs_cos_wrapper_type_form, .formReStyling, .systems-page form {
        border-radius: ;
        padding:  ;
    }
    .hs-form-field { margin-bottom: 1.667vw;}
    .form-title {
        border-top-left-radius: ;;
        border-top-right-radius: ;;
        font-size: ;
        padding:  ;
        padding-bottom: 3.125vw;
    }
    .hs-form-field > label,
    .hs-form-field > label span {
        font-size: ;
        padding:  ;
        padding-top: 0;
    }
    .hs-form-field legend {
        font-size: ;
    }
    input[type='text'],
    input[type='email'],
    input[type='password'],
    input[type='tel'],
    input[type='number'],
    select,
    textarea{font-size: ;
        border-radius: ;

        padding:  ; 
    }
    form .inputs-list:not(.no-list) label,
    form .inputs-list:not(.no-list) label > span,
    form .inputs-list:not(.no-list) label > span p {
        font-size: ;
    }
    form .hs-richtext,
    form .hs-richtext *,
    form .hs-richtext p,
    form .hs-richtext h1,
    form .hs-richtext h2,
    form .hs-richtext h3,
    form .hs-richtext h4,
    form .hs-richtext h5,
    form .hs-richtext h6 {
        font-size: ;
    }
    .legal-consent-container,
    .legal-consent-container .hs-richtext,
    .legal-consent-container .hs-richtext p {
        font-size: ;
    }

    form input[type='submit'],
    form .hs-button {
        letter-spacing: 0.156vw;
    }

    

    

    /* .hs-form-field > label, .inputs-list > li { padding-left: 1.94vw; } */
    .hs-form-field > label span + span {margin-left: 0.208vw;}
}

@media(max-width: 1199px){
    .hs_cos_wrapper_type_form, .formReStyling, .systems-page form {
        padding: px 0.0px; 
    }
    .form-title {padding: 50px 30px 20px;}

    
}

@media(max-width: 767px){

    form .form-columns-2>div,form .form-columns-3>div { width: 100% !important; }
    /* .form-title {padding: 60px 20px 20px;} */
    /* form {padding: 30px 20px 60px;} */
    .form-title {font-size: 28px;}
    input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='number'], select, textarea {font-size: 15px;}

}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

/* Table Cells */

th,
td {
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}




.d-flex{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}


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

[class*="col-"],
[class*="col-sm-"],
[class*="col-md-"],
[class*="col-lg-"],
[class*="col-xl-"],
[class*="col-xxl-"] { padding-left: 15px; padding-right: 15px; position: relative; width: 100%; }



.col-2{width:16.67%;}.col-3{width:25.00%;}.col-4{width:33.33%;}.col-5{width:41.67%;}.col-6{width:50.00%;}.col-7{width:58.33%;}.col-8{width:66.67%;}.col-9{width:75.00%;}.col-10{width:83.33%;}.col-12{width:100.00%;}





.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}



.mx-15{margin-left:-15px; margin-right:-15px}
.mx-20{margin-left:-20px; margin-right:-20px}



	
.justify-flex-start{ justify-content: flex-start; }
.justify-center{ justify-content: center; }
.justify-flex-end{ justify-content: flex-end; }
.justify-space-between{ justify-content: space-between; }
.justify-space-around{ justify-content: space-around; }
.justify-space-evenly{ justify-content: space-evenly; }
	
.align-flex-start{ align-items: flex-start; }
.align-center{ align-items: center; }
.align-baseline{ align-items: baseline; }
.align-flex-end{ align-items: flex-end; }
	
.direction-column{ flex-direction: column; }
.direction-column-reverse{ flex-direction: column-reverse; }
.direction-revert{ flex-direction: revert; }
.direction-row{ flex-direction: row; }
.direction-row-reverse{ flex-direction: row-reverse; }



.pt0,.py0{padding-top:0px;}
.pt5,.py5{padding-top:5px;}
.pt10,.py10{padding-top:10px;}
.pt15,.py15{padding-top:15px;}
.pt20,.py20{padding-top:20px;}
.pt25,.py25{padding-top:25px;}
.pt30,.py30{padding-top:30px;}
.pt35,.py35{padding-top:35px;}
.pt40,.py40{padding-top:40px;}
.pt45,.py45{padding-top:45px;}
.pt50,.py50{padding-top:50px;}
.pt55,.py55{padding-top:55px;}
.pt60,.py60{padding-top:60px;}
.pt65,.py65{padding-top:65px;}
.pt70,.py70{padding-top:70px;}
.pt75,.py75{padding-top:75px;}
.pt80,.py80{padding-top:80px;}
.pt85,.py85{padding-top:85px;}
.pt90,.py90{padding-top:90px;}
.pt95,.py95{padding-top:95px;}
.pt100,.py100{padding-top:100px;}
.pt105,.py105{padding-top:105px;}
.pt110,.py110{padding-top:110px;}
.pt115,.py115{padding-top:115px;}
.pt120,.py120{padding-top:120px;}

.pb0,.py0{padding-bottom:0px;}
.pb5,.py5{padding-bottom:5px;}
.pb10,.py10{padding-bottom:10px;}
.pb15,.py15{padding-bottom:15px;}
.pb20,.py20{padding-bottom:20px;}
.pb25,.py25{padding-bottom:25px;}
.pb30,.py30{padding-bottom:30px;}
.pb35,.py35{padding-bottom:35px;}
.pb40,.py40{padding-bottom:40px;}
.pb45,.py45{padding-bottom:45px;}
.pb50,.py50{padding-bottom:50px;}
.pb55,.py55{padding-bottom:55px;}
.pb60,.py60{padding-bottom:60px;}
.pb65,.py65{padding-bottom:65px;}
.pb70,.py70{padding-bottom:70px;}
.pb75,.py75{padding-bottom:75px;}
.pb80,.py80{padding-bottom:80px;}
.pb85,.py85{padding-bottom:85px;}
.pb90,.py90{padding-bottom:90px;}
.pb95,.py95{padding-bottom:95px;}
.pb100,.py100{padding-bottom:100px;}
.pb105,.py105{padding-bottom:105px;}
.pb110,.py110{padding-bottom:110px;}
.pb115,.py115{padding-bottom:115px;}
.pb120,.py120{padding-bottom:120px;}

.pl5,.px5{padding-left:5px;}
.pl10,.px10{padding-left:10px;}
.pl15,.px15{padding-left:15px;}
.pl20,.px20{padding-left:20px;}
.pl25,.px25{padding-left:25px;}
.pl30,.px30{padding-left:30px;}
.pl35,.px35{padding-left:35px;}
.pl40,.px40{padding-left:40px;}
.pl45,.px45{padding-left:45px;}
.pl50,.px50{padding-left:50px;}
.pl55,.px55{padding-left:55px;}
.pl60,.px60{padding-left:60px;}
.pl65,.px65{padding-left:65px;}
.pl70,.px70{padding-left:70px;}
.pl75,.px75{padding-left:75px;}
.pl80,.px80{padding-left:80px;}
.pl85,.px85{padding-left:85px;}
.pl90,.px90{padding-left:90px;}
.pl95,.px95{padding-left:95px;}
.pl100,.px100{padding-left:100px;}
.pl105,.px105{padding-left:105px;}
.pl110,.px110{padding-left:110px;}
.pl115,.px115{padding-left:115px;}
.pl120,.px120{padding-left:120px;}

.pr5,.px5{padding-right:5px;}
.pr10,.px10{padding-right:10px;}
.pr15,.px15{padding-right:15px;}
.pr20,.px20{padding-right:20px;}
.pr25,.px25{padding-right:25px;}
.pr30,.px30{padding-right:30px;}
.pr35,.px35{padding-right:35px;}
.pr40,.px40{padding-right:40px;}
.pr45,.px45{padding-right:45px;}
.pr50,.px50{padding-right:50px;}
.pr55,.px55{padding-right:55px;}
.pr60,.px60{padding-right:60px;}
.pr65,.px65{padding-right:65px;}
.pr70,.px70{padding-right:70px;}
.pr75,.px75{padding-right:75px;}
.pr80,.px80{padding-right:80px;}
.pr85,.px85{padding-right:85px;}
.pr90,.px90{padding-right:90px;}
.pr95,.px95{padding-right:95px;}
.pr100,.px100{padding-right:100px;}
.pr105,.px105{padding-right:105px;}
.pr110,.px110{padding-right:110px;}
.pr115,.px115{padding-right:115px;}
.pr120,.px120{padding-right:120px;}


.mt0,.my0{margin-top:0px;}
.mt5,.my5{margin-top:5px;}
.mt10,.my10{margin-top:10px;}
.mt15,.my15{margin-top:15px;}
.mt20,.my20{margin-top:20px;}
.mt25,.my25{margin-top:25px;}
.mt30,.my30{margin-top:30px;}
.mt35,.my35{margin-top:35px;}
.mt40,.my40{margin-top:40px;}
.mt45,.my45{margin-top:45px;}
.mt50,.my50{margin-top:50px;}
.mt55,.my55{margin-top:55px;}
.mt60,.my60{margin-top:60px;}
.mt65,.my65{margin-top:65px;}
.mt70,.my70{margin-top:70px;}
.mt75,.my75{margin-top:75px;}
.mt80,.my80{margin-top:80px;}
.mt85,.my85{margin-top:85px;}
.mt90,.my90{margin-top:90px;}
.mt95,.my95{margin-top:95px;}
.mt100,.my100{margin-top:100px;}
.mt105,.my105{margin-top:105px;}
.mt110,.my110{margin-top:110px;}
.mt115,.my115{margin-top:115px;}
.mt120,.my120{margin-top:120px;}

.mb0,.my0{margin-bottom:0px;}
.mb5,.my5{margin-bottom:5px;}
.mb10,.my10{margin-bottom:10px;}
.mb15,.my15{margin-bottom:15px;}
.mb20,.my20{margin-bottom:20px;}
.mb25,.my25{margin-bottom:25px;}
.mb30,.my30{margin-bottom:30px;}
.mb35,.my35{margin-bottom:35px;}
.mb40,.my40{margin-bottom:40px;}
.mb45,.my45{margin-bottom:45px;}
.mb50,.my50{margin-bottom:50px;}
.mb55,.my55{margin-bottom:55px;}
.mb60,.my60{margin-bottom:60px;}
.mb65,.my65{margin-bottom:65px;}
.mb70,.my70{margin-bottom:70px;}
.mb75,.my75{margin-bottom:75px;}
.mb80,.my80{margin-bottom:80px;}
.mb85,.my85{margin-bottom:85px;}
.mb90,.my90{margin-bottom:90px;}
.mb95,.my95{margin-bottom:95px;}
.mb100,.my100{margin-bottom:100px;}
.mb105,.my105{margin-bottom:105px;}
.mb110,.my110{margin-bottom:110px;}
.mb115,.my115{margin-bottom:115px;}
.mb120,.my120{margin-bottom:120px;}

.ml5,.mx5{margin-left:5px;}
.ml10,.mx10{margin-left:10px;}
.ml15,.mx15{margin-left:15px;}
.ml20,.mx20{margin-left:20px;}

.mr5,.mx5{margin-right:5px;}
.mr10,.mx10{margin-right:10px;}
.mr15,.mx15{margin-right:15px;}
.mr20,.mx20{margin-right:20px;}



.positionRelative{position:relative;}


/****** min-width-768 ******/
@media(min-width:768px){

	
	
.justify-md-flex-start{ justify-content: flex-start; }
.justify-md-center{ justify-content: center; }
.justify-md-flex-end{ justify-content: flex-end; }
.justify-md-space-between{ justify-content: space-between; }
.justify-md-space-around{ justify-content: space-around; }
.justify-md-space-evenly{ justify-content: space-evenly; }
	
.align-md-flex-start{ align-items: flex-start; }
.align-md-center{ align-items: center; }
.align-md-baseline{ align-items: baseline; }
.align-md-flex-end{ align-items: flex-end; }
	
.direction-md-column{ flex-direction: column; }
.direction-md-column-reverse{ flex-direction: column-reverse; }
.direction-md-revert{ flex-direction: revert; }
.direction-md-row{ flex-direction: row; }
.direction-md-row-reverse{ flex-direction: row-reverse; }

	
	.col-md-2{width:16.67%;}.col-md-3{width:25.00%;}.col-md-4{width:33.33%;}.col-md-5{width:41.67%;}.col-md-6{width:50.00%;}.col-md-7{width:58.33%;}.col-md-8{width:66.67%;}.col-md-9{width:75.00%;}.col-md-10{width:83.33%;}.col-md-12{width:100.00%;}
	
	

	
	.text-md-left{text-align:left}
	.text-md-center{text-align:center}
	.text-md-right{text-align:right}

	
	
.pt-md-0,.py-md-0{padding-top:0px;}
.pt-md-5,.py-md-5{padding-top:5px;}
.pt-md-10,.py-md-10{padding-top:10px;}
.pt-md-15,.py-md-15{padding-top:15px;}
.pt-md-20,.py-md-20{padding-top:20px;}
.pt-md-25,.py-md-25{padding-top:25px;}
.pt-md-30,.py-md-30{padding-top:30px;}
.pt-md-35,.py-md-35{padding-top:35px;}
.pt-md-40,.py-md-40{padding-top:40px;}
.pt-md-45,.py-md-45{padding-top:45px;}
.pt-md-50,.py-md-50{padding-top:50px;}
.pt-md-55,.py-md-55{padding-top:55px;}
.pt-md-60,.py-md-60{padding-top:60px;}
.pt-md-65,.py-md-65{padding-top:65px;}
.pt-md-70,.py-md-70{padding-top:70px;}
.pt-md-75,.py-md-75{padding-top:75px;}
.pt-md-80,.py-md-80{padding-top:80px;}
.pt-md-85,.py-md-85{padding-top:85px;}
.pt-md-90,.py-md-90{padding-top:90px;}
.pt-md-95,.py-md-95{padding-top:95px;}
.pt-md-100,.py-md-100{padding-top:100px;}
.pt-md-105,.py-md-105{padding-top:105px;}
.pt-md-110,.py-md-110{padding-top:110px;}
.pt-md-115,.py-md-115{padding-top:115px;}
.pt-md-120,.py-md-120{padding-top:120px;}
	
.pb-md-0,.py-md-0{padding-bottom:0px;}
.pb-md-5,.py-md-5{padding-bottom:5px;}
.pb-md-10,.py-md-10{padding-bottom:10px;}
.pb-md-15,.py-md-15{padding-bottom:15px;}
.pb-md-20,.py-md-20{padding-bottom:20px;}
.pb-md-25,.py-md-25{padding-bottom:25px;}
.pb-md-30,.py-md-30{padding-bottom:30px;}
.pb-md-35,.py-md-35{padding-bottom:35px;}
.pb-md-40,.py-md-40{padding-bottom:40px;}
.pb-md-45,.py-md-45{padding-bottom:45px;}
.pb-md-50,.py-md-50{padding-bottom:50px;}
.pb-md-55,.py-md-55{padding-bottom:55px;}
.pb-md-60,.py-md-60{padding-bottom:60px;}
.pb-md-65,.py-md-65{padding-bottom:65px;}
.pb-md-70,.py-md-70{padding-bottom:70px;}
.pb-md-75,.py-md-75{padding-bottom:75px;}
.pb-md-80,.py-md-80{padding-bottom:80px;}
.pb-md-85,.py-md-85{padding-bottom:85px;}
.pb-md-90,.py-md-90{padding-bottom:90px;}
.pb-md-95,.py-md-95{padding-bottom:95px;}
.pb-md-100,.py-md-100{padding-bottom:100px;}
.pb-md-105,.py-md-105{padding-bottom:105px;}
.pb-md-110,.py-md-110{padding-bottom:110px;}
.pb-md-115,.py-md-115{padding-bottom:115px;}
.pb-md-120,.py-md-120{padding-bottom:120px;}

	
.mt-md-0,.my-md-0{margin-top:0px;}
.mt-md-5,.my-md-5{margin-top:5px;}
.mt-md-10,.my-md-10{margin-top:10px;}
.mt-md-15,.my-md-15{margin-top:15px;}
.mt-md-20,.my-md-20{margin-top:20px;}
.mt-md-25,.my-md-25{margin-top:25px;}
.mt-md-30,.my-md-30{margin-top:30px;}
.mt-md-35,.my-md-35{margin-top:35px;}
.mt-md-40,.my-md-40{margin-top:40px;}
.mt-md-45,.my-md-45{margin-top:45px;}
.mt-md-50,.my-md-50{margin-top:50px;}
.mt-md-55,.my-md-55{margin-top:55px;}
.mt-md-60,.my-md-60{margin-top:60px;}
.mt-md-65,.my-md-65{margin-top:65px;}
.mt-md-70,.my-md-70{margin-top:70px;}
.mt-md-75,.my-md-75{margin-top:75px;}
.mt-md-80,.my-md-80{margin-top:80px;}
.mt-md-85,.my-md-85{margin-top:85px;}
.mt-md-90,.my-md-90{margin-top:90px;}
.mt-md-95,.my-md-95{margin-top:95px;}
.mt-md-100,.my-md-100{margin-top:100px;}
.mt-md-105,.my-md-105{margin-top:105px;}
.mt-md-110,.my-md-110{margin-top:110px;}
.mt-md-115,.my-md-115{margin-top:115px;}
.mt-md-120,.my-md-120{margin-top:120px;}
	
.mb-md-0,.my-md-0{margin-bottom:0px;}
.mb-md-5,.my-md-5{margin-bottom:5px;}
.mb-md-10,.my-md-10{margin-bottom:10px;}
.mb-md-15,.my-md-15{margin-bottom:15px;}
.mb-md-20,.my-md-20{margin-bottom:20px;}
.mb-md-25,.my-md-25{margin-bottom:25px;}
.mb-md-30,.my-md-30{margin-bottom:30px;}
.mb-md-35,.my-md-35{margin-bottom:35px;}
.mb-md-40,.my-md-40{margin-bottom:40px;}
.mb-md-45,.my-md-45{margin-bottom:45px;}
.mb-md-50,.my-md-50{margin-bottom:50px;}
.mb-md-55,.my-md-55{margin-bottom:55px;}
.mb-md-60,.my-md-60{margin-bottom:60px;}
.mb-md-65,.my-md-65{margin-bottom:65px;}
.mb-md-70,.my-md-70{margin-bottom:70px;}
.mb-md-75,.my-md-75{margin-bottom:75px;}
.mb-md-80,.my-md-80{margin-bottom:80px;}
.mb-md-85,.my-md-85{margin-bottom:85px;}
.mb-md-90,.my-md-90{margin-bottom:90px;}
.mb-md-95,.my-md-95{margin-bottom:95px;}
.mb-md-100,.my-md-100{margin-bottom:100px;}
.mb-md-105,.my-md-105{margin-bottom:105px;}
.mb-md-110,.my-md-110{margin-bottom:110px;}
.mb-md-115,.my-md-115{margin-bottom:115px;}
.mb-md-120,.my-md-120{margin-bottom:120px;}

}

/****** min-width-992 ******/
@media(min-width:992px){

	
	.text-lg-left{text-align:left}
	.text-lg-center{text-align:center}
	.text-lg-right{text-align:right}
    
    
	
.justify-lg-flex-start{ justify-content: flex-start; }
.justify-lg-center{ justify-content: center; }
.justify-lg-flex-end{ justify-content: flex-end; }
.justify-lg-space-between{ justify-content: space-between; }
.justify-lg-space-around{ justify-content: space-around; }
.justify-lg-space-evenly{ justify-content: space-evenly; }
	
.align-lg-flex-start{ align-items: flex-start; }
.align-lg-center{ align-items: center; }
.align-lg-baseline{ align-items: baseline; }
.align-lg-flex-end{ align-items: flex-end; }
	
.direction-lg-column{ flex-direction: column; }
.direction-lg-column-reverse{ flex-direction: column-reverse; }
.direction-lg-revert{ flex-direction: revert; }
.direction-lg-row{ flex-direction: row; }
.direction-lg-row-reverse{ flex-direction: row-reverse; }

	
	.col-lg-2{width:16.67%;}.col-lg-3{width:25.00%;}.col-lg-4{width:33.33%;}.col-lg-5{width:41.67%;}.col-lg-6{width:50.00%;}.col-lg-7{width:58.33%;}.col-lg-8{width:66.67%;}.col-lg-9{width:75.00%;}.col-lg-10{width:83.33%;}.col-lg-12{width:100.00%;}
	
	
	
	
.pt-lg-0,.py-lg-0{padding-top:0px;}
.pt-lg-5,.py-lg-5{padding-top:5px;}
.pt-lg-10,.py-lg-10{padding-top:10px;}
.pt-lg-15,.py-lg-15{padding-top:15px;}
.pt-lg-20,.py-lg-20{padding-top:20px;}
.pt-lg-25,.py-lg-25{padding-top:25px;}
.pt-lg-30,.py-lg-30{padding-top:30px;}
.pt-lg-35,.py-lg-35{padding-top:35px;}
.pt-lg-40,.py-lg-40{padding-top:40px;}
.pt-lg-45,.py-lg-45{padding-top:45px;}
.pt-lg-50,.py-lg-50{padding-top:50px;}
.pt-lg-55,.py-lg-55{padding-top:55px;}
.pt-lg-60,.py-lg-60{padding-top:60px;}
.pt-lg-65,.py-lg-65{padding-top:65px;}
.pt-lg-70,.py-lg-70{padding-top:70px;}
.pt-lg-75,.py-lg-75{padding-top:75px;}
.pt-lg-80,.py-lg-80{padding-top:80px;}
.pt-lg-85,.py-lg-85{padding-top:85px;}
.pt-lg-90,.py-lg-90{padding-top:90px;}
.pt-lg-95,.py-lg-95{padding-top:95px;}
.pt-lg-100,.py-lg-100{padding-top:100px;}
.pt-lg-105,.py-lg-105{padding-top:105px;}
.pt-lg-110,.py-lg-110{padding-top:110px;}
.pt-lg-115,.py-lg-115{padding-top:115px;}
.pt-lg-120,.py-lg-120{padding-top:120px;}
	
.pb-lg-0,.py-lg-0{padding-bottom:0px;}
.pb-lg-5,.py-lg-5{padding-bottom:5px;}
.pb-lg-10,.py-lg-10{padding-bottom:10px;}
.pb-lg-15,.py-lg-15{padding-bottom:15px;}
.pb-lg-20,.py-lg-20{padding-bottom:20px;}
.pb-lg-25,.py-lg-25{padding-bottom:25px;}
.pb-lg-30,.py-lg-30{padding-bottom:30px;}
.pb-lg-35,.py-lg-35{padding-bottom:35px;}
.pb-lg-40,.py-lg-40{padding-bottom:40px;}
.pb-lg-45,.py-lg-45{padding-bottom:45px;}
.pb-lg-50,.py-lg-50{padding-bottom:50px;}
.pb-lg-55,.py-lg-55{padding-bottom:55px;}
.pb-lg-60,.py-lg-60{padding-bottom:60px;}
.pb-lg-65,.py-lg-65{padding-bottom:65px;}
.pb-lg-70,.py-lg-70{padding-bottom:70px;}
.pb-lg-75,.py-lg-75{padding-bottom:75px;}
.pb-lg-80,.py-lg-80{padding-bottom:80px;}
.pb-lg-85,.py-lg-85{padding-bottom:85px;}
.pb-lg-90,.py-lg-90{padding-bottom:90px;}
.pb-lg-95,.py-lg-95{padding-bottom:95px;}
.pb-lg-100,.py-lg-100{padding-bottom:100px;}
.pb-lg-105,.py-lg-105{padding-bottom:105px;}
.pb-lg-110,.py-lg-110{padding-bottom:110px;}
.pb-lg-115,.py-lg-115{padding-bottom:115px;}
.pb-lg-120,.py-lg-120{padding-bottom:120px;}

	
.mt-lg-0,.my-lg-0{margin-top:0px;}
.mt-lg-5,.my-lg-5{margin-top:5px;}
.mt-lg-10,.my-lg-10{margin-top:10px;}
.mt-lg-15,.my-lg-15{margin-top:15px;}
.mt-lg-20,.my-lg-20{margin-top:20px;}
.mt-lg-25,.my-lg-25{margin-top:25px;}
.mt-lg-30,.my-lg-30{margin-top:30px;}
.mt-lg-35,.my-lg-35{margin-top:35px;}
.mt-lg-40,.my-lg-40{margin-top:40px;}
.mt-lg-45,.my-lg-45{margin-top:45px;}
.mt-lg-50,.my-lg-50{margin-top:50px;}
.mt-lg-55,.my-lg-55{margin-top:55px;}
.mt-lg-60,.my-lg-60{margin-top:60px;}
.mt-lg-65,.my-lg-65{margin-top:65px;}
.mt-lg-70,.my-lg-70{margin-top:70px;}
.mt-lg-75,.my-lg-75{margin-top:75px;}
.mt-lg-80,.my-lg-80{margin-top:80px;}
.mt-lg-85,.my-lg-85{margin-top:85px;}
.mt-lg-90,.my-lg-90{margin-top:90px;}
.mt-lg-95,.my-lg-95{margin-top:95px;}
.mt-lg-100,.my-lg-100{margin-top:100px;}
.mt-lg-105,.my-lg-105{margin-top:105px;}
.mt-lg-110,.my-lg-110{margin-top:110px;}
.mt-lg-115,.my-lg-115{margin-top:115px;}
.mt-lg-120,.my-lg-120{margin-top:120px;}
	
.mb-lg-0,.my-lg-0{margin-bottom:0px;}
.mb-lg-5,.my-lg-5{margin-bottom:5px;}
.mb-lg-10,.my-lg-10{margin-bottom:10px;}
.mb-lg-15,.my-lg-15{margin-bottom:15px;}
.mb-lg-20,.my-lg-20{margin-bottom:20px;}
.mb-lg-25,.my-lg-25{margin-bottom:25px;}
.mb-lg-30,.my-lg-30{margin-bottom:30px;}
.mb-lg-35,.my-lg-35{margin-bottom:35px;}
.mb-lg-40,.my-lg-40{margin-bottom:40px;}
.mb-lg-45,.my-lg-45{margin-bottom:45px;}
.mb-lg-50,.my-lg-50{margin-bottom:50px;}
.mb-lg-55,.my-lg-55{margin-bottom:55px;}
.mb-lg-60,.my-lg-60{margin-bottom:60px;}
.mb-lg-65,.my-lg-65{margin-bottom:65px;}
.mb-lg-70,.my-lg-70{margin-bottom:70px;}
.mb-lg-75,.my-lg-75{margin-bottom:75px;}
.mb-lg-80,.my-lg-80{margin-bottom:80px;}
.mb-lg-85,.my-lg-85{margin-bottom:85px;}
.mb-lg-90,.my-lg-90{margin-bottom:90px;}
.mb-lg-95,.my-lg-95{margin-bottom:95px;}
.mb-lg-100,.my-lg-100{margin-bottom:100px;}
.mb-lg-105,.my-lg-105{margin-bottom:105px;}
.mb-lg-110,.my-lg-110{margin-bottom:110px;}
.mb-lg-115,.my-lg-115{margin-bottom:115px;}
.mb-lg-120,.my-lg-120{margin-bottom:120px;}


}

/****** min-width-1200 ******/
@media(min-width:1200px){

	
	.text-xl-left{text-align:left}
	.text-xl-center{text-align:center}
	.text-xl-right{text-align:right}

	
	.col-xl-2{width:16.67%;}.col-xl-3{width:25.00%;}.col-xl-4{width:33.33%;}.col-xl-5{width:41.67%;}.col-xl-6{width:50.00%;}.col-xl-7{width:58.33%;}.col-xl-8{width:66.67%;}.col-xl-9{width:75.00%;}.col-xl-10{width:83.33%;}.col-xl-12{width:100.00%;}
	
	
	
	
.pt-xl-0,.py-xl-0{padding-top:0px;}
.pt-xl-5,.py-xl-5{padding-top:5px;}
.pt-xl-10,.py-xl-10{padding-top:10px;}
.pt-xl-15,.py-xl-15{padding-top:15px;}
.pt-xl-20,.py-xl-20{padding-top:20px;}
.pt-xl-25,.py-xl-25{padding-top:25px;}
.pt-xl-30,.py-xl-30{padding-top:30px;}
.pt-xl-35,.py-xl-35{padding-top:35px;}
.pt-xl-40,.py-xl-40{padding-top:40px;}
.pt-xl-45,.py-xl-45{padding-top:45px;}
.pt-xl-50,.py-xl-50{padding-top:50px;}
.pt-xl-55,.py-xl-55{padding-top:55px;}
.pt-xl-60,.py-xl-60{padding-top:60px;}
.pt-xl-65,.py-xl-65{padding-top:65px;}
.pt-xl-70,.py-xl-70{padding-top:70px;}
.pt-xl-75,.py-xl-75{padding-top:75px;}
.pt-xl-80,.py-xl-80{padding-top:80px;}
.pt-xl-85,.py-xl-85{padding-top:85px;}
.pt-xl-90,.py-xl-90{padding-top:90px;}
.pt-xl-95,.py-xl-95{padding-top:95px;}
.pt-xl-100,.py-xl-100{padding-top:100px;}
.pt-xl-105,.py-xl-105{padding-top:105px;}
.pt-xl-110,.py-xl-110{padding-top:110px;}
.pt-xl-115,.py-xl-115{padding-top:115px;}
.pt-xl-120,.py-xl-120{padding-top:120px;}
	
.pb-xl-0,.py-xl-0{padding-bottom:0px;}
.pb-xl-5,.py-xl-5{padding-bottom:5px;}
.pb-xl-10,.py-xl-10{padding-bottom:10px;}
.pb-xl-15,.py-xl-15{padding-bottom:15px;}
.pb-xl-20,.py-xl-20{padding-bottom:20px;}
.pb-xl-25,.py-xl-25{padding-bottom:25px;}
.pb-xl-30,.py-xl-30{padding-bottom:30px;}
.pb-xl-35,.py-xl-35{padding-bottom:35px;}
.pb-xl-40,.py-xl-40{padding-bottom:40px;}
.pb-xl-45,.py-xl-45{padding-bottom:45px;}
.pb-xl-50,.py-xl-50{padding-bottom:50px;}
.pb-xl-55,.py-xl-55{padding-bottom:55px;}
.pb-xl-60,.py-xl-60{padding-bottom:60px;}
.pb-xl-65,.py-xl-65{padding-bottom:65px;}
.pb-xl-70,.py-xl-70{padding-bottom:70px;}
.pb-xl-75,.py-xl-75{padding-bottom:75px;}
.pb-xl-80,.py-xl-80{padding-bottom:80px;}
.pb-xl-85,.py-xl-85{padding-bottom:85px;}
.pb-xl-90,.py-xl-90{padding-bottom:90px;}
.pb-xl-95,.py-xl-95{padding-bottom:95px;}
.pb-xl-100,.py-xl-100{padding-bottom:100px;}
.pb-xl-105,.py-xl-105{padding-bottom:105px;}
.pb-xl-110,.py-xl-110{padding-bottom:110px;}
.pb-xl-115,.py-xl-115{padding-bottom:115px;}
.pb-xl-120,.py-xl-120{padding-bottom:120px;}

	
.mt-xl-0,.my-xl-0{margin-top:0px;}
.mt-xl-5,.my-xl-5{margin-top:5px;}
.mt-xl-10,.my-xl-10{margin-top:10px;}
.mt-xl-15,.my-xl-15{margin-top:15px;}
.mt-xl-20,.my-xl-20{margin-top:20px;}
.mt-xl-25,.my-xl-25{margin-top:25px;}
.mt-xl-30,.my-xl-30{margin-top:30px;}
.mt-xl-35,.my-xl-35{margin-top:35px;}
.mt-xl-40,.my-xl-40{margin-top:40px;}
.mt-xl-45,.my-xl-45{margin-top:45px;}
.mt-xl-50,.my-xl-50{margin-top:50px;}
.mt-xl-55,.my-xl-55{margin-top:55px;}
.mt-xl-60,.my-xl-60{margin-top:60px;}
.mt-xl-65,.my-xl-65{margin-top:65px;}
.mt-xl-70,.my-xl-70{margin-top:70px;}
.mt-xl-75,.my-xl-75{margin-top:75px;}
.mt-xl-80,.my-xl-80{margin-top:80px;}
.mt-xl-85,.my-xl-85{margin-top:85px;}
.mt-xl-90,.my-xl-90{margin-top:90px;}
.mt-xl-95,.my-xl-95{margin-top:95px;}
.mt-xl-100,.my-xl-100{margin-top:100px;}
.mt-xl-105,.my-xl-105{margin-top:105px;}
.mt-xl-110,.my-xl-110{margin-top:110px;}
.mt-xl-115,.my-xl-115{margin-top:115px;}
.mt-xl-120,.my-xl-120{margin-top:120px;}
	
.mb-xl-0,.my-xl-0{margin-bottom:0px;}
.mb-xl-5,.my-xl-5{margin-bottom:5px;}
.mb-xl-10,.my-xl-10{margin-bottom:10px;}
.mb-xl-15,.my-xl-15{margin-bottom:15px;}
.mb-xl-20,.my-xl-20{margin-bottom:20px;}
.mb-xl-25,.my-xl-25{margin-bottom:25px;}
.mb-xl-30,.my-xl-30{margin-bottom:30px;}
.mb-xl-35,.my-xl-35{margin-bottom:35px;}
.mb-xl-40,.my-xl-40{margin-bottom:40px;}
.mb-xl-45,.my-xl-45{margin-bottom:45px;}
.mb-xl-50,.my-xl-50{margin-bottom:50px;}
.mb-xl-55,.my-xl-55{margin-bottom:55px;}
.mb-xl-60,.my-xl-60{margin-bottom:60px;}
.mb-xl-65,.my-xl-65{margin-bottom:65px;}
.mb-xl-70,.my-xl-70{margin-bottom:70px;}
.mb-xl-75,.my-xl-75{margin-bottom:75px;}
.mb-xl-80,.my-xl-80{margin-bottom:80px;}
.mb-xl-85,.my-xl-85{margin-bottom:85px;}
.mb-xl-90,.my-xl-90{margin-bottom:90px;}
.mb-xl-95,.my-xl-95{margin-bottom:95px;}
.mb-xl-100,.my-xl-100{margin-bottom:100px;}
.mb-xl-105,.my-xl-105{margin-bottom:105px;}
.mb-xl-110,.my-xl-110{margin-bottom:110px;}
.mb-xl-115,.my-xl-115{margin-bottom:115px;}
.mb-xl-120,.my-xl-120{margin-bottom:120px;}


}

/****** min-width-1400 ******/
@media(min-width:1400px){

	
	.text-xxl-left{text-align:left}
	.text-xxl-center{text-align:center}
	.text-xxl-right{text-align:right}

	
	.col-xxl-2{width:16.67%;}.col-xxl-3{width:25.00%;}.col-xxl-4{width:33.33%;}.col-xxl-5{width:41.67%;}.col-xxl-6{width:50.00%;}.col-xxl-7{width:58.33%;}.col-xxl-8{width:66.67%;}.col-xxl-9{width:75.00%;}.col-xxl-10{width:83.33%;}.col-xxl-12{width:100.00%;}
	
	

	
	
.pt-xxl-0,.py-xxl-0{padding-top:0px;}
.pt-xxl-5,.py-xxl-5{padding-top:5px;}
.pt-xxl-10,.py-xxl-10{padding-top:10px;}
.pt-xxl-15,.py-xxl-15{padding-top:15px;}
.pt-xxl-20,.py-xxl-20{padding-top:20px;}
.pt-xxl-25,.py-xxl-25{padding-top:25px;}
.pt-xxl-30,.py-xxl-30{padding-top:30px;}
.pt-xxl-35,.py-xxl-35{padding-top:35px;}
.pt-xxl-40,.py-xxl-40{padding-top:40px;}
.pt-xxl-45,.py-xxl-45{padding-top:45px;}
.pt-xxl-50,.py-xxl-50{padding-top:50px;}
.pt-xxl-55,.py-xxl-55{padding-top:55px;}
.pt-xxl-60,.py-xxl-60{padding-top:60px;}
.pt-xxl-65,.py-xxl-65{padding-top:65px;}
.pt-xxl-70,.py-xxl-70{padding-top:70px;}
.pt-xxl-75,.py-xxl-75{padding-top:75px;}
.pt-xxl-80,.py-xxl-80{padding-top:80px;}
.pt-xxl-85,.py-xxl-85{padding-top:85px;}
.pt-xxl-90,.py-xxl-90{padding-top:90px;}
.pt-xxl-95,.py-xxl-95{padding-top:95px;}
.pt-xxl-100,.py-xxl-100{padding-top:100px;}
.pt-xxl-105,.py-xxl-105{padding-top:105px;}
.pt-xxl-110,.py-xxl-110{padding-top:110px;}
.pt-xxl-115,.py-xxl-115{padding-top:115px;}
.pt-xxl-120,.py-xxl-120{padding-top:120px;}
	
.pb-xxl-0,.py-xxl-0{padding-bottom:0px;}
.pb-xxl-5,.py-xxl-5{padding-bottom:5px;}
.pb-xxl-10,.py-xxl-10{padding-bottom:10px;}
.pb-xxl-15,.py-xxl-15{padding-bottom:15px;}
.pb-xxl-20,.py-xxl-20{padding-bottom:20px;}
.pb-xxl-25,.py-xxl-25{padding-bottom:25px;}
.pb-xxl-30,.py-xxl-30{padding-bottom:30px;}
.pb-xxl-35,.py-xxl-35{padding-bottom:35px;}
.pb-xxl-40,.py-xxl-40{padding-bottom:40px;}
.pb-xxl-45,.py-xxl-45{padding-bottom:45px;}
.pb-xxl-50,.py-xxl-50{padding-bottom:50px;}
.pb-xxl-55,.py-xxl-55{padding-bottom:55px;}
.pb-xxl-60,.py-xxl-60{padding-bottom:60px;}
.pb-xxl-65,.py-xxl-65{padding-bottom:65px;}
.pb-xxl-70,.py-xxl-70{padding-bottom:70px;}
.pb-xxl-75,.py-xxl-75{padding-bottom:75px;}
.pb-xxl-80,.py-xxl-80{padding-bottom:80px;}
.pb-xxl-85,.py-xxl-85{padding-bottom:85px;}
.pb-xxl-90,.py-xxl-90{padding-bottom:90px;}
.pb-xxl-95,.py-xxl-95{padding-bottom:95px;}
.pb-xxl-100,.py-xxl-100{padding-bottom:100px;}
.pb-xxl-105,.py-xxl-105{padding-bottom:105px;}
.pb-xxl-110,.py-xxl-110{padding-bottom:110px;}
.pb-xxl-115,.py-xxl-115{padding-bottom:115px;}
.pb-xxl-120,.py-xxl-120{padding-bottom:120px;}

	
.mt-xxl-0,.my-xxl-0{margin-top:0px;}
.mt-xxl-5,.my-xxl-5{margin-top:5px;}
.mt-xxl-10,.my-xxl-10{margin-top:10px;}
.mt-xxl-15,.my-xxl-15{margin-top:15px;}
.mt-xxl-20,.my-xxl-20{margin-top:20px;}
.mt-xxl-25,.my-xxl-25{margin-top:25px;}
.mt-xxl-30,.my-xxl-30{margin-top:30px;}
.mt-xxl-35,.my-xxl-35{margin-top:35px;}
.mt-xxl-40,.my-xxl-40{margin-top:40px;}
.mt-xxl-45,.my-xxl-45{margin-top:45px;}
.mt-xxl-50,.my-xxl-50{margin-top:50px;}
.mt-xxl-55,.my-xxl-55{margin-top:55px;}
.mt-xxl-60,.my-xxl-60{margin-top:60px;}
.mt-xxl-65,.my-xxl-65{margin-top:65px;}
.mt-xxl-70,.my-xxl-70{margin-top:70px;}
.mt-xxl-75,.my-xxl-75{margin-top:75px;}
.mt-xxl-80,.my-xxl-80{margin-top:80px;}
.mt-xxl-85,.my-xxl-85{margin-top:85px;}
.mt-xxl-90,.my-xxl-90{margin-top:90px;}
.mt-xxl-95,.my-xxl-95{margin-top:95px;}
.mt-xxl-100,.my-xxl-100{margin-top:100px;}
.mt-xxl-105,.my-xxl-105{margin-top:105px;}
.mt-xxl-110,.my-xxl-110{margin-top:110px;}
.mt-xxl-115,.my-xxl-115{margin-top:115px;}
.mt-xxl-120,.my-xxl-120{margin-top:120px;}
	
.mb-xxl-0,.my-xxl-0{margin-bottom:0px;}
.mb-xxl-5,.my-xxl-5{margin-bottom:5px;}
.mb-xxl-10,.my-xxl-10{margin-bottom:10px;}
.mb-xxl-15,.my-xxl-15{margin-bottom:15px;}
.mb-xxl-20,.my-xxl-20{margin-bottom:20px;}
.mb-xxl-25,.my-xxl-25{margin-bottom:25px;}
.mb-xxl-30,.my-xxl-30{margin-bottom:30px;}
.mb-xxl-35,.my-xxl-35{margin-bottom:35px;}
.mb-xxl-40,.my-xxl-40{margin-bottom:40px;}
.mb-xxl-45,.my-xxl-45{margin-bottom:45px;}
.mb-xxl-50,.my-xxl-50{margin-bottom:50px;}
.mb-xxl-55,.my-xxl-55{margin-bottom:55px;}
.mb-xxl-60,.my-xxl-60{margin-bottom:60px;}
.mb-xxl-65,.my-xxl-65{margin-bottom:65px;}
.mb-xxl-70,.my-xxl-70{margin-bottom:70px;}
.mb-xxl-75,.my-xxl-75{margin-bottom:75px;}
.mb-xxl-80,.my-xxl-80{margin-bottom:80px;}
.mb-xxl-85,.my-xxl-85{margin-bottom:85px;}
.mb-xxl-90,.my-xxl-90{margin-bottom:90px;}
.mb-xxl-95,.my-xxl-95{margin-bottom:95px;}
.mb-xxl-100,.my-xxl-100{margin-bottom:100px;}
.mb-xxl-105,.my-xxl-105{margin-bottom:105px;}
.mb-xxl-110,.my-xxl-110{margin-bottom:110px;}
.mb-xxl-115,.my-xxl-115{margin-bottom:115px;}
.mb-xxl-120,.my-xxl-120{margin-bottom:120px;}

}



@media(max-width:767px){


	
	
.mobilept0,.mobilepy0{padding-top:0px;}
.mobilept5,.mobilepy5{padding-top:5px;}
.mobilept10,.mobilepy10{padding-top:10px;}
.mobilept15,.mobilepy15{padding-top:15px;}
.mobilept20,.mobilepy20{padding-top:20px;}
.mobilept25,.mobilepy25{padding-top:25px;}
.mobilept30,.mobilepy30{padding-top:30px;}
.mobilept35,.mobilepy35{padding-top:35px;}
.mobilept40,.mobilepy40{padding-top:40px;}
.mobilept45,.mobilepy45{padding-top:45px;}
.mobilept50,.mobilepy50{padding-top:50px;}
.mobilept55,.mobilepy55{padding-top:55px;}
.mobilept60,.mobilepy60{padding-top:60px;}
.mobilept65,.mobilepy65{padding-top:65px;}
.mobilept70,.mobilepy70{padding-top:70px;}
.mobilept75,.mobilepy75{padding-top:75px;}
.mobilept80,.mobilepy80{padding-top:80px;}
.mobilept85,.mobilepy85{padding-top:85px;}
.mobilept90,.mobilepy90{padding-top:90px;}
.mobilept95,.mobilepy95{padding-top:95px;}
.mobilept100,.mobilepy100{padding-top:100px;}
.mobilept105,.mobilepy105{padding-top:105px;}
.mobilept110,.mobilepy110{padding-top:110px;}
.mobilept115,.mobilepy115{padding-top:115px;}
.mobilept120,.mobilepy120{padding-top:120px;}
	
	
.mobilepb0,.mobilepy0{padding-bottom:0px;}
.mobilepb5,.mobilepy5{padding-bottom:5px;}
.mobilepb10,.mobilepy10{padding-bottom:10px;}
.mobilepb15,.mobilepy15{padding-bottom:15px;}
.mobilepb20,.mobilepy20{padding-bottom:20px;}
.mobilepb25,.mobilepy25{padding-bottom:25px;}
.mobilepb30,.mobilepy30{padding-bottom:30px;}
.mobilepb35,.mobilepy35{padding-bottom:35px;}
.mobilepb40,.mobilepy40{padding-bottom:40px;}
.mobilepb45,.mobilepy45{padding-bottom:45px;}
.mobilepb50,.mobilepy50{padding-bottom:50px;}
.mobilepb55,.mobilepy55{padding-bottom:55px;}
.mobilepb60,.mobilepy60{padding-bottom:60px;}
.mobilepb65,.mobilepy65{padding-bottom:65px;}
.mobilepb70,.mobilepy70{padding-bottom:70px;}
.mobilepb75,.mobilepy75{padding-bottom:75px;}
.mobilepb80,.mobilepy80{padding-bottom:80px;}
.mobilepb85,.mobilepy85{padding-bottom:85px;}
.mobilepb90,.mobilepy90{padding-bottom:90px;}
.mobilepb95,.mobilepy95{padding-bottom:95px;}
.mobilepb100,.mobilepy100{padding-bottom:100px;}
.mobilepb105,.mobilepy105{padding-bottom:105px;}
.mobilepb110,.mobilepy110{padding-bottom:110px;}
.mobilepb115,.mobilepy115{padding-bottom:115px;}
.mobilepb120,.mobilepy120{padding-bottom:120px;}

    
    
.mobilemt0,.mobilemy0{margin-top:0px;}
.mobilemt5,.mobilemy5{margin-top:5px;}
.mobilemt10,.mobilemy10{margin-top:10px;}
.mobilemt15,.mobilemy15{margin-top:15px;}
.mobilemt20,.mobilemy20{margin-top:20px;}
.mobilemt25,.mobilemy25{margin-top:25px;}
.mobilemt30,.mobilemy30{margin-top:30px;}
.mobilemt35,.mobilemy35{margin-top:35px;}
.mobilemt40,.mobilemy40{margin-top:40px;}
.mobilemt45,.mobilemy45{margin-top:45px;}
.mobilemt50,.mobilemy50{margin-top:50px;}
.mobilemt55,.mobilemy55{margin-top:55px;}
.mobilemt60,.mobilemy60{margin-top:60px;}
.mobilemt65,.mobilemy65{margin-top:65px;}
.mobilemt70,.mobilemy70{margin-top:70px;}
.mobilemt75,.mobilemy75{margin-top:75px;}
.mobilemt80,.mobilemy80{margin-top:80px;}
.mobilemt85,.mobilemy85{margin-top:85px;}
.mobilemt90,.mobilemy90{margin-top:90px;}
.mobilemt95,.mobilemy95{margin-top:95px;}
.mobilemt100,.mobilemy100{margin-top:100px;}
.mobilemt105,.mobilemy105{margin-top:105px;}
.mobilemt110,.mobilemy110{margin-top:110px;}
.mobilemt115,.mobilemy115{margin-top:115px;}
.mobilemt120,.mobilemy120{margin-top:120px;}
    
    
.mobilemb0,.mobilemy0{margin-bottom:0px;}
.mobilemb5,.mobilemy5{margin-bottom:5px;}
.mobilemb10,.mobilemy10{margin-bottom:10px;}
.mobilemb15,.mobilemy15{margin-bottom:15px;}
.mobilemb20,.mobilemy20{margin-bottom:20px;}
.mobilemb25,.mobilemy25{margin-bottom:25px;}
.mobilemb30,.mobilemy30{margin-bottom:30px;}
.mobilemb35,.mobilemy35{margin-bottom:35px;}
.mobilemb40,.mobilemy40{margin-bottom:40px;}
.mobilemb45,.mobilemy45{margin-bottom:45px;}
.mobilemb50,.mobilemy50{margin-bottom:50px;}
.mobilemb55,.mobilemy55{margin-bottom:55px;}
.mobilemb60,.mobilemy60{margin-bottom:60px;}
.mobilemb65,.mobilemy65{margin-bottom:65px;}
.mobilemb70,.mobilemy70{margin-bottom:70px;}
.mobilemb75,.mobilemy75{margin-bottom:75px;}
.mobilemb80,.mobilemy80{margin-bottom:80px;}
.mobilemb85,.mobilemy85{margin-bottom:85px;}
.mobilemb90,.mobilemy90{margin-bottom:90px;}
.mobilemb95,.mobilemy95{margin-bottom:95px;}
.mobilemb100,.mobilemy100{margin-bottom:100px;}
.mobilemb105,.mobilemy105{margin-bottom:105px;}
.mobilemb110,.mobilemy110{margin-bottom:110px;}
.mobilemb115,.mobilemy115{margin-bottom:115px;}
.mobilemb120,.mobilemy120{margin-bottom:120px;}

	
	.mw25{width:25%;}.mw33{width:33.33%;}.mw50{width:50%;}.mw100{width:100%;}

	

	/******* Text Alignments  *******/    
	.mobile-left{text-align:left}
	.mobile-center{text-align:center}
	.mobile-right{text-align:right}
	/******* Text Alignments  *******/ 


}
.baseModuleStyle{position:relative;}
 .baseModuleParent{position:relative; z-index:5}

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

.bgVideo,.bgVideoWrapper { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; background-size: cover; overflow: hidden; object-fit: cover; z-index:1;}
.header .dnd-section { padding: 0; }

.headerSection { background-color: rgba(#null, 1); border-bottom: px  ; }
/* Header content */
.headerSection p,
.headerSection h1,
.headerSection h2,
.headerSection h3,
.headerSection h4,
.headerSection h5,
.headerSection h6,
.headerSection a:not(.button a),
.headerSection span,
.headerSection div,
.headerSection li,
.headerSection blockquote {
    color: ;
}

header.headerSection { position: absolute; left: 0; top: 0; width: 100%; z-index:1001; }
.headerParent { display: flex; flex-wrap: wrap; align-items: center; }
.headerLogo { width: 80px; }
.headerNavigation { display: flex; padding-left: 20px; justify-content: flex-end; width: calc(100% - 80px); }

/* Submenus */
.submenu{float:none;list-style:none;margin:0;padding:0;}

/* HubSpot Editor Styles */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2{visibility:hidden;}

ul.submenu.level-2 li { margin: 0; padding: 0;}
ul.submenu.level-2 li a { display: block;}

.navigation-primary input[type=checkbox] { display: none;}

/* Color // Main Navigation */

.navigation-primary .level-1 > li > a {
    ; display: inline-block; font-size: px; color: rgba(#null, 1); text-transform: ;
}
/* Main Navigation - Child Menus */
.navigation-primary .submenu:not(.level-1) .menu-link {
    ; color: rgba(#null, 1); font-size: px; text-transform: ;
}

/* Header Sticky */
.headerSticky .headerSection{position:fixed; top:0; left:0; width:100%; animation:headerAnim 0.5s;}
header.headerSection.headerSticky { position: fixed; top: 0; left: 0; width: 100%; animation: headerAnim 0.5s;}
@keyframes headerAnim { from {transform : translateY(-100%) } to {transform : translateY(0%)}}
/* End Header Sticky */

header .headerLogo img {
    width: 100%;
}
.navigation-primary .level-1 > li > a::before {
    opacity: 1;
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    transition: width 200ms ease-in;
    background: rgba(#null, 1);
}

.navigation-primary .level-1 > li:hover > a::before {
    width: 100%;
}



@media(min-width:1200px){
    .navigation-primary .level-1 > li > a{
        font-size: ;
        line-height: 0.729vw;
        letter-spacing: 0.078vw;
    }
    .navigation-primary .submenu:not(.level-1) .menu-link{
        font-size: ;
        line-height: 0.729vw;
        letter-spacing: 0.078vw;
    }
    header .headerLogo { width: 3.698vw; }
    .headerNavigation { width: calc(100% - 3.698vw); }
    .navigation-primary .submenu.level-1 > li:hover .submenu.level-2::before,
    .navigation-primary .submenu.level-1 > li:hover .submenu.level-2::after{
        content: '';
        width: 100vw;
        position: absolute;
        background-color: rgba(#null, 1);
        top: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
    .navigation-primary .level-1 > li > a::before {
        height: 0.156vw;
    }
    .navigation-primary .submenu.level-1 > li:hover .submenu.level-2::after {
        right: 0;
        left: auto;
    }
        
    .headerOutter {height: 4.531vw;}

    .headerBtn .button a{
        padding: 1.849vw 1.979vw !important;
        letter-spacing: 0.078vw;
        line-height: 0.729vw;
    }
    .headerBtn .button.button--secondary a:hover {
        color: rgba(#null, 1);
        background-color: rgba(14, 14, 57, 1.0);
    }
    .headerBtn .button.button--secondary a,
    .headerBtn a.button.button--secondary {
        border-color: rgba(14, 14, 57, 1.0);
    }
    .headerSection.isMegaMenuEnable { padding: 0;}
    .navigationRight,.navigationParentInner { display: flex; flex-wrap: wrap; align-items: center; } 

    /* Navigation Wrapper */
    .navigation-primary{display:inline-block;float:right;}

    /* Top Level Menu Items */
    .submenu.level-1{display:inline-block;}
    .submenu.level-1 > li>a{padding:2.031vw 1.042vw 1.771vw 1.042vw;margin:0 0.469vw; position: relative;}
    .submenu.level-1 > li{display:inline-block;margin:0;position:static;text-transform:capitalize;}
    .headerSection.isMegaMenuEnable .submenu.level-1 > li{padding:30px 15px;}
    /* Active Menu Item Styles */
    .navigation-primary .submenu.level-1 > li > a.active-item{position:relative;}
    .navigation-primary .submenu.level-1 > li > a.active-item:after{background-color:#1d1d1d;bottom:-3px;content:'';height:2px;left:0;position:absolute;width:100%;}

    /* Top Level Menu Items Icon */
    .navigation-primary .level-1 > .has-submenu.active-item:after{border-color:#fff transparent transparent;}
    .navigation-primary .level-1 > .has-submenu:hover:after,
    .navigation-primary .level-1 > .has-submenu:focus:after,
    .navigation-primary .level-1 > .has-submenu.focus:after,
    .navigation-primary .level-1 > .has-submenu.active-item:hover:after{border-color:transparent transparent #fff;border-width:0 5px 5px;}

    /* Menu Items With Children */
    .navigation-primary ul.submenu.level-2 li a{padding: 1.354vw 1.042vw;}
    .navigation-primary .submenu.level-2{ left:0; top:100% }
    .navigation-primary .submenu.level-2,.navigation-primary .submenu.level-3{ max-width: 35.938vw; margin: 0 auto; flex-wrap: wrap;border:none; opacity:0; position:absolute;  width: 100%; visibility: hidden; -webkit-transition: opacity ease .4s; -moz-transition: opacity ease .4s; transition: opacity ease .4s; display: flex !important;right: 0; pointer-events: none; }
    .navigation-primary .submenu.level-3{top:0;}

    /* Submenu Level One Visibility */
    .navigation-primary .submenu.level-1 > li:hover .submenu.level-2,
    .navigation-primary .submenu.level-1 > li.focus .submenu.level-2{left:0;opacity:1;  visibility: visible; pointer-events: inherit !important;}
    .navigation-primary .submenu.level-1 > li:hover:last-child .submenu.level-2,
    .navigation-primary .submenu.level-1 > li.focus:last-child .submenu.level-2{left:auto;right:0;}

    /* Submenu Level Two Visibility */
    .navigation-primary .submenu.level-2 > li .submenu.level-3{left:100%;}
    .navigation-primary .submenu.level-2 > li:hover .submenu.level-3,
    .navigation-primary .submenu.level-2 > li.focus .submenu.level-3{opacity:1;visibility: visible; pointer-events: inherit !important;}

    /* prettier-ignore */
    .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item:hover .submenu.level-3,
    .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item.focus .submenu.level-3{left:auto;right:100%;}

    .navigationParent,.navigation-primary .submenu{ display: block !important; }

    /*   Theme Color   */

    /* Main Navigation */
    .navigation-primary .level-1 > .has-submenu:after { border-color: rgba(#null, 1) transparent transparent transparent; }
    .navigation-primary .level-1 > li:hover,
    .navigation-primary .level-1 > li:focus { background-color: rgba(#null, 1); }
    .navigation-primary .level-1 > li:hover > a,
    .navigation-primary .level-1 > li:focus > a { color: rgba(#null, 1);}
    .navigation-primary .level-1 > .has-submenu:hover:after,
    .navigation-primary .level-1 > .has-submenu:focus:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:hover:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:focus:after { border-color: transparent transparent rgba(#null, 1) transparent; }
    .navigation-primary .level-1 > li:active { background-color: rgba(#null, 1); }
    .navigation-primary .level-1 > li:active > a { color: rgba(#null, 1); }
    .navigation-primary .level-1 > .has-submenu:active:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:active:after { border-color: transparent transparent rgba(#null, 1) transparent; }

    .navigation-primary .level-1 > li.active-item { background-color: rgba(#null, 1); }
    .navigation-primary .level-1 > li.active-item > a { color: rgba(#null, 1); }
    .navigation-primary .level-1 > li.has-submenu.active-item:after { border-color:  transparent transparent transparent; }
    .navigation-primary .submenu.level-1 > li > a.active-item:after { background-color: rgba(#null, 1);}

    /* Main Navigation - Child Menus */
    .navigation-primary .submenu:not(.level-1) { background-color: rgba(#null, 1); }
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus  > a { background-color: rgba(#null, 1); }
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus > a {  color: rgba(#null, 1); }
    .navigation-primary .submenu:not(.level-1) .menu-item:active { background-color: rgba(#null, 1); }
    .navigation-primary .submenu:not(.level-1) .menu-item:active > a {  color: rgba(#null, 1); }
}


@media(max-width:1199px){
    .navigationRight.headerBtn {
        margin-bottom: 50px;
        margin-top: 30px;
        padding-left: 25px;
    }
    .headerNavigation .navigationParent {
        position: absolute;
        top: 74px;
        background-color: rgba(#null, 1);
        left: 0;
        width: 100%;
        right: 0;
        display: none;
    }
    header.headerSection{padding: 15px 0;}
    /*-=-=-=-  Expand Menu   -=-=-=*/  
    .headerOutter {height: 74px;}
    /*-=-=-=-  Expand Menu   -=-=-=*/
    .expandMenu {width: 44px; height: 44px; display: block; cursor: pointer; padding: 3px; top: 50%;  z-index:999; }
    .expandMenu i { position: relative; width: 30px; top: 8px; left: 0; border-radius: 5px; height: 4px; opacity: 1; display: block; background-color: #0E0E39; margin: 6px auto; transition: all ease .3s; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; }
    .expandMenu i:first-child { margin-top: 0; }
    .expandMenu.active i:first-child { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 18px; position: relative;}
    .expandMenu.active i:nth-child(2) { position: relative; left: -46px; opacity: 0;}
    .expandMenu.active i:last-child { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: -2px; position: relative;}

    /*-=-=-=- Mobile Submenu Icon -=-=-=*/
    .childExpand { position: absolute; top: 10px; z-index: 999; display: inline-block; right: 22px; width: 36px; text-align: center; height: 36px; margin: 0; padding: 5px; cursor: pointer; }
    .childExpand i { position:relative; width: 18px; left:0; height: 1px; opacity:1; display: block; background: rgba(#null, 1); top:5px; margin: 8px auto; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
    .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -4px; }
    .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
    .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); }
    .navigation-primary .level-1 > li:hover > a,
    .navigation-primary .level-1 > li:focus > a { color: rgba(#null, 1);}
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus > a {  color: rgba(#null, 1); }
    /*-=-=-=-  Header Section   -=-=-=*/
    /*   .navigationParent { position: absolute; left: 0; top: 88.89px; width: 100%; display:none; } */
    .navigation-primary .submenu:not(.level-1),.navigation-primary .megaMenu { display: none;}
    .navigation-primary .submenu.level-1 > li { margin: 0; padding: 0; } 
    .navigation-primary .submenu.level-1 > li > a { padding: 20px 25px; display: block; }

    /*-=-=-=-  Second Level   -=-=-=*/
    .navigation-primary .menu-item { position: relative; }
    .navigation-primary .submenu li:not(first-child):before { content: ''; position: absolute; top: 0; width: 100%; height: 1px; background-color: rgba(255,255,255,0.1); }
    .navigation-primary ul.submenu.level-2 > li > a{padding:20px 25px}
    .navigation-primary ul.submenu.level-3 > li > a{padding: 20px 25px}

    /*-=-=-=-  End Header Section   -=-=-=*/

    /*   Button   */
    .navigationRight { padding: 0; display: flex; flex-wrap: wrap;}



    /*   Color   */

    .navigation-primary .level-1 > li > a { color: rgba(#null, 1);}
    .navigation-primary .has-submenu.activeMenu > a,
    .menu-item a:hover { background-color:rgba(#null, 1);}
}


@media (max-width: 767px) {
    .headerOutter {
        height: 68px;
    }
}
.fotter_sec .fotter_content  {
    font-family: Montserrat;
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 3.3px;
    text-transform: uppercase;
}
.fotter_sec {
    background-color: 

  
  
    
   


  rgba(#null, 1)

;
    border-top: px  ;
    color: ;
}

.fotter_sec a:not(:hover){
    color: ;
}

.fotter_sec .fotter_content a {
    font: inherit;
    font-weight: 700;
}

.socialIcon .socialItem {
    display: block;
    width: 13px;
    height: 13px;
    line-height: 0;
}

.socialIcon .socialItem a {
    display: block;
}

.socialIcon .socialItem svg {
    width: 1em;
    height: 1em;
}
.socialIcon {
    gap: 10px;
}

.socialIcon .socialItem a:not(:hover) svg {
    fill: ;
}

.socialIcon .socialItem a:hover svg {
    fill: currentColor;
}





@media (min-width: 1200px) {
    .fotter_sec .fotter_content  {
        font-size: 0.521vw;
        line-height: 0.938vw;
        letter-spacing: 0.172vw;
    }
    .socialIcon .socialItem {
        width: 0.677vw;
        height: 0.677vw;
    }
    .socialIcon {
        gap: 0.521vw;
    }
} 
/* Blog Listing */
.upEvents_wrap { width:100%; } 
.bloglisting.meeting_screen { height: calc(100vh - 112px); width:100%; }
.bloglisting.meeting_screen .results_container.grid_result { height: calc(100vh - 265px);    padding-bottom: 10px; }
.blog_listing.filter_result { padding: 0 !important;}
.bloglisting .blog_card {     width: calc(25% - 16px); padding: 12px 9px; border-radius: 10px; transition: all .3s ease-in-out; background: #DADADA; box-shadow: 0px 6px 10px 0px #523EFC26; position: relative; margin-top: 10px;}
.bloglisting .blog_card:hover{background: linear-gradient(110deg, #FBB88B 3.35%, #FF6E76 34.3%, #9226E7 80.49%, #523EFC 98.58%);}
.bloglisting .blog_card:hover::before{background-color:#F8F4FF;}
.bloglisting .blog_card::before { content: ''; position: absolute; width: calc(100% - 2px); height: calc(100% - 2px); left: 1px; top: 1px; background-color: #fff; z-index: 0; border-radius: inherit;transition: all .3s ease-in-out;}
.bloglisting .blog_card .blog_card_inner {position: relative;}
.blog_card_details.inner .calendar_icon ,.blog_card_details.inner .blog_time  .time_icon { width: 18px; height: 18px; }
.blog_card_details.inner .calendar_icon svg ,.blog_card_details.inner .time_icon svg{ width: 100%; height: 100%; }
.blog_card_details.inner .publish_date,.blog_card_details.inner .read_time { font-size: 15px; line-height: 1.2; text-transform: capitalize; }
.bloglisting .blog_category { display: inline-block; position: absolute; top: -21px; padding: 2px 10px; background: linear-gradient(110.08deg, #FBB88B 3.35%, #FF6E76 34.3%, #9226E7 80.49%, #523EFC 98.58%); color: #fff; border-radius: 20px; font-weight: 700; right: 10px; line-height: 1.2; }
.bloglisting .blog_img { border-radius: 4px; height:124px; overflow: hidden; }
.bloglisting .blog_img img { width: 100%; height: 100%; object-fit: cover; }
.bloglisting .blog_title { padding-top: 12px; text-align: center; }
.bloglisting .blog_title h6 { line-height: 1.2; }
.bloglisting .blog_description { padding-top: 12px; text-align: center; line-height: 1.2; }
.bloglisting .blog_card_details { padding-top: 26px; display: flex; justify-content: center; gap: 25px; }
.bloglisting .blog_date { display: flex; gap: 4px; align-items: center; line-height: 1.2;  text-transform: capitalize; }
.bloglisting .calendar_icon { line-height: 0; margin-top: -2px;}
.bloglisting .blog_time {  display: flex; align-items: center;gap: 4px;line-height: 1.2;}
.bloglisting .blog_time .time_icon {width: 14px;height: 14px;} 
.bloglisting .blog_container { display: flex; flex-wrap: wrap; gap: 20px 16px;padding-bottom:10px; }
.blog_card { position:relative; }
.blog_card .boxlink { position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}

.paginationGrp { display: flex; flex-wrap: wrap; justify-content: center; margin: 20px 0; width: 100% }
.pagination { border: 1px solid #000; border-radius: 40px; flex-wrap: wrap }
.pagination, .pagination .paginationItemWp { align-items: center; display: flex; justify-content: center; width: auto }
.pagination .paginationItemWp { background:#fff; color: #0e0e39;line-height: 1; padding: 10px 20px }
.pagination .nextPage, .pagination .prevPage { align-items: center; background-color:#f8f4ff;  cursor: pointer; display: flex; height: 30px; justify-content: center; padding: 5px; width: 35px }
.pagination .prevPage { border-radius: 40px 0 0 40px }
.pagination .nextPage { border-radius: 0 40px 40px 0 }
.paginationItem.disableElement { pointer-events: none; background-color: #dbdbdb; }

/* Blog Inner */
.blog_inner { background-color: #fff; border-radius: 8px; border: 2px solid #DADADA; height: calc(100vh - 139px); overflow: auto;}
.blog_main_content{padding:0 25px;}
.blog_inner::-webkit-scrollbar{display:none;}
.blog_heading { padding: 50px 20px; text-align: center; background-image: url("https://144476884.fs1.hubspotusercontent-eu1.net/hubfs/144476884/apm_theme_2025/images/blog-title_bg.png"); background-position: center; background-repeat: no-repeat; background-size: cover;}
.blog_heading * { font-size: 26px; font-weight: 700; line-height: 1.2; color: #fff;}
.blog_banner {margin: 0 auto;max-width: 686px;margin-top: 36px;width: 100%;border-radius: 16px;overflow: hidden;}
.blog_banner img { width: 100%; height: 100%; object-fit: cover; }
.blog_inner_description {padding-top: 64px; padding-bottom:30px;max-width: 896px;width: 100%;margin:  0 auto;}
.blog_card_details.inner .blog_time,.blog_card_details.inner  .blog_date{gap:6px;}
.blog_inner_description .hs-responsive-embed-wrapper{max-width: 560px !important;max-height: 100% !important;border-radius: 16px;}
.blog_inner_description h1,.blog_inner_description h2,.blog_inner_description h3,.blog_inner_description h4,.blog_inner_description h5,.blog_inner_description h6{color:#FF6E76;line-height: 1.2;}
.blog_inner_description ul {margin:10px 0;padding-left:0.50rem;list-style-position: outside;}
.blog_inner_description ul li{font-size:16px;color:#0E0E39;margin-top:0;margin-bottom: 0; line-height: 1.5;}
.blog_inner_description ul li::marker{font-size:14px;}
.blog_inner_description p { font-size: 16px;color: #0E0E39; line-height: 1.5;}
.blog_cta_container { margin: 0 auto; margin-top: 64px;    background-color: #F8F4FF; position: relative; max-width: 966px; width: 100%; padding: 50px 30px; border-radius: 50px;}
.blog_cta_container::before { background-image: linear-gradient(110.08deg, #fbb88b 3.35%, #ff6e76 34.3%, #9226e7 80.49%, #523efc 98.58%); border-radius: inherit; content: ""; inset: 0; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; padding: 2px; position: absolute; z-index: 0;}
.blog_cta { display: flex; align-items: center; gap: 24px; }
.blog_cta_img { max-width: 360px;height: 226px; width: 100%; border-radius: 8px; overflow:hidden;}
.blog_cta_img img { width: 100%; height: 100% !important; object-fit: cover; }
.blog_cta_content { padding: 10px; }
.blog_cta_content{width:calc(100% - 360px)}
.cta_title * { font-size: 20px; font-weight: 700; line-height: 1.2; }
.blog_cta_content .cta_desc{padding-top:10px;}
.cta_desc * { font-size: 17px; line-height: 1.5; }
.two_col { max-width: 926px; width: 100%; margin: 64px auto; display: flex; align-items:center; gap: 24px; }
.two_col_image { max-width: 360px; width: 100%; height: 210px; border-radius: 8px; overflow: hidden; }
.two_col_image img { width: 100%; height: 100% !important; object-fit: cover; }
.two_col_content { width: calc(100% - 360px); }
.two_col_content { padding: 10px; }
.two_col_content h4 { font-size: 20px; line-height: 1.2; font-weight: 700; color: #FF6E76; }
.two_col_content > p:first-of-type { margin-top: 10px; }
.two_col_content > p { font-size: 16px; line-height: 1.5; }
.two_col_content > p > span { font-weight: 700; text-decoration: underline; }


.comment_form.blog-post-section {background-color: #F8F4FF;border-radius: 50px;padding: 24px 0 87px 0;margin-bottom: -64px;position: relative;z-index: 2;}
.blog-comments { max-width: 994px; width: 100%; margin: 0 auto; padding: 0 25px; }
.blog-comments .comment{padding:10px 0 !important;padding-left:8px !important;}
.blog-comments .comment.depth-1{margin-top:18px;margin-left: 60px !important;border-left: 1px solid #80809D;}
.blog-comments .comment.depth-0{border:none !important; margin-top: 16px !important;position:relative;padding-left: 60px !important;}
.blog-comments h2 {color: #ff6e76; line-height:1.2;}
.blog-comments .comment-from { font-size: 16px; line-height: 1.2; }
.blog-comments .comment-from h4 { font-size: 16px !important; line-height: 1.2; color: #523EFC; }
.blog-comments .comment-date { font-size: 10px !important; color: #80809D; }
.blog-comments .comment-body * { font-size: 16px !important; line-height: 1.2; }
.blog-comments .comment-body { margin-top: 6px; }
.blog-comments button.comment-reply-to.hs-button.secondary {margin-top: 8px;padding: 4px;text-transform:capitalize;background: unset;font-size: 8px;line-height: 1.2;font-weight: 400;color: #0e0e39;border: 1px solid #0e0e39;border-radius: 4px;}
.blog-comments button.comment-reply-to.hs-button.secondary em { display:none; }
.blog-comments button.comment-reply-to.hs-button.secondary:hover { color: #fff;  background-color: #0e0e39;}
.blog-comments .comment { display: flex; flex-direction: column; justify-content: start; align-items: flex-start; }
.blog-comments .comment-date { order: 1; }
.blog-comments .comment-from { order: 2; }
.blog-comments .comment-body { order: 3; }
.blog-comments button.comment-reply-to { order: 4; }
.blog-comments .new-comments { padding-bottom: 16px; border-bottom: 1px solid #80809D; }
.blog-comments form { margin-top: 30px; }
.blog-comments form label,.blog-comments form .hs-form-required {font-size: 24px;color: #ff6e76 !important;font-weight: 700;margin-bottom: 8px;}
.blog-comments form label.hs-error-msg { font-size: 12px; font-weight: 500; }
.blog-comments form input,.blog-comments form textarea {font-size: 14px;padding: 10px;background-color: #fff;position: relative;border-radius: 4px;color: #757575;border: 1px solid #c9c9c9; }
.blog-comments form input[type=submit] { background: #0e0e39; color: #fff; border-radius: 8px;letter-spacing:unset; }
.blog-comments form input[type=submit]:hover{background: linear-gradient(110.08deg, #FBB88B 3.35%, #FF6E76 34.3%, #9226E7 80.49%, #523EFC 98.58%);}
.blog-comments form .hs_submit.hs-submit { text-align: right; }


/*  */
.latest_blog{padding:100px 0 76px 0;background-color:#0E0E39;background-image:url("https://144476884.fs1.hubspotusercontent-eu1.net/hubfs/144476884/apm_theme_2025/images/latest-blog-bg.png");background-position:center; background-size:cover; background-repeat:no-repeat;}
.latest_blog_inner{max-width:787px;padding:0 25px;width:100%;margin:0 auto;}
.latest_blog_container{padding-top:26px;display:flex;gap:16px;flex-wrap:wrap;justify-content:center;}
.latest_blog .blog_card {background-color:#fff; width: calc(33.33% - 16px); padding: 12px 9px;  border-radius: 10px; transition: all .3s ease-in-out; box-shadow: 0px 6px 10px 0px #523EFC26; position: relative; margin-top: 10px; }
.latest_blog .blog_card::before { background-image: linear-gradient(110.08deg, #fbb88b 3.35%, #ff6e76 34.3%, #9226e7 80.49%, #523efc 98.58%);  border-radius: inherit; content: ""; inset: 0; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; padding: 2px; position: absolute; z-index: 0; opacity: 0; visibility: hidden; transition: all .3s ease-in-out;}
.latest_blog .blog_card:hover{background-color:#F8F4FF; }
.latest_blog .blog_card:hover::before{opacity:1;visibility:visible;}
.blog_category { display: inline-block; position: absolute; top: -9px; padding: 2px 10px; background: linear-gradient(110.08deg, #FBB88B 3.35%, #FF6E76 34.3%, #9226E7 80.49%, #523EFC 98.58%); color: #fff; border-radius: 20px; font-weight: 700; right: 19px; line-height: 1.2; }
.blog_img { border-radius: 4px;height:124px; overflow: hidden; }
.blog_img img { width: 100%; height: 100%; object-fit: cover; }
.blog_title { padding-top: 12px; text-align: center; }
.blog_title h6 { line-height: 1.2; }
.blog_description { padding-top: 12px; text-align: center; line-height: 1.2; }
.blog_card_details { padding-top: 26px; display: flex; justify-content: center; gap: 25px; }
.blog_date { display: flex; gap: 4px; align-items: center; line-height: 1.2; }
.calendar_icon { line-height: 0; }
.blog_time {  display: flex; align-items: center;gap: 4px;line-height: 1.2;}
.blog_time .time_icon {width: 14px;height: 14px;}
.latest_blog .latest_blog_title * {font-size:25px;line-height:1.2;color:#fff;text-align:center;}


@media (max-width:1140px){
    /* Blog Listing */
    .bloglisting .blog_container { gap: 15px 10px; }
    .bloglisting .blog_card { width: calc(33.33% - 10px); }
}


@media (max-width:1080px){
    .blog_banner {max-width: 600px; }
    .blog_heading { padding: 35px 20px; }
    .blog_cta_container { border-radius: 30px; margin: 45px auto 0;  padding: 35px 25px; }
    .blog_inner_description { padding-top: 45px; }
    .blog_cta { gap: 20px; }
    .blog_cta_img ,.two_col_image{max-width:320px;}
    .blog_cta_content,.two_col_content{width:calc(100% - 320px)}
    .blog_cta_img{height:180px;}
}

@media (max-width:1024px){
    .blog_inner { height: calc(100vh - 178px); }
}

@media (max-width:991px){
    /* Blog Listing */
    .bloglisting.meeting_screen .results_container.grid_result { height: calc(100vh - 355px); }
    .bloglisting .blog_card { width: calc(50% - 5px); }

    .blog_heading { padding: 30px 20px; }
    .blog_banner { max-width: 540px; }
    .blog_inner_description {  padding-top: 34px; }
    .blog_cta_container { margin: 24px auto 0;padding: 25px 15px; }
    .two_col { margin: 34px 0; }
    .blog_cta_img ,.two_col_image{max-width:240px;}
    .blog_cta_content,.two_col_content{width:calc(100% - 240px)}
    .blog_cta,.two_col{gap:15px;}

    .latest_blog .blog_card { width: calc(50% - 8px); }
    .latest_blog { padding: 79px 0 76px; }

    .blog-comments form .hs-form-required, .blog-comments form label { font-size: 18px !important; margin-bottom: 4px  !important; }
    .blog-comments form { margin-top: 25px; }
}

@media (max-width:767px){
    /* Blog Listing */
    .bloglisting.meeting_screen { height: auto;min-height:440px; padding: 18px 10px 24px; }
    .bloglisting.meeting_screen .results_container.grid_result { height: auto; }
    .bloglisting .blog_container { gap: 12px 10px; }
    .bloglisting.meeting_screen .filter_result { padding-top: 16px; }
    .bloglisting .blog_card_details { flex-wrap: wrap; gap: 6px 12px; }

    .blog_heading * { font-size: 22px; }
    .blog_inner_description h2 { font-size: 18px; }
    .blog_inner { height: auto; }
    .blog_inner_description ul { margin: 14px 0 10px 0;  }
    .cta_title * { font-size: 18px; }
    .cta_desc * { font-size: 14px;  }
    .blog_inner_description p, .blog_inner_description ul li { font-size: 14px; }
    .two_col_content h4 { font-size: 18px; }
    .two_col_content>p { font-size: 14px; }

    .blog_card_details { gap: 12px; }
    .blog_cta_img{height:147px;}
    .two_col_image{height:189px;}
    
    .blog-comments .comment.depth-0 { margin-top: 20px !important; } 
    .blog-comments .comment.depth-1 { margin-left: 50px !important; }
    .comment_form.blog-post-section { border-radius: 40px; margin-bottom: -36px;  padding: 36px 0 50px; }
}

@media (max-width:640px){
    .blog_banner { max-width: 280px; }
    .blog_cta { flex-direction: column; }
    .two_col{flex-direction:column-reverse;}
    .blog_cta_container  { padding: 30px; }
    .blog_cta_content, .two_col_content { width: 100%; }
    .blog_cta_img, .two_col_image { max-width: 100%; }
    .blog_cta, .two_col { gap: 24px; }

    .latest_blog .blog_card {max-width:235px; width: 100%; margin: 0 auto; }    
}


@media (max-width:500px){
    .bloglisting .blog_img { background: #000; height: 97px; }
} 



/* Full Screen Css */