*, *:before, *:after {
  box-sizing: border-box;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.body-wrapper .cta_button {
  box-sizing: border-box !important;
}
img {
  max-width: 100%;
}
/*! 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%;
}

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



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

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

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

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

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

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-sm-1>* {
	 flex: 0 0 100%;
	 max-width: 100%
  }

  .row-cols-sm-2>* {
	 flex: 0 0 50%;
	 max-width: 50%
  }

  .row-cols-sm-3>* {
	 flex: 0 0 33.33333%;
	 max-width: 33.33333%
  }

  .row-cols-sm-4>* {
	 flex: 0 0 25%;
	 max-width: 25%
  }

  .row-cols-sm-5>* {
	 flex: 0 0 20%;
	 max-width: 20%
  }

  .row-cols-sm-6>* {
	 flex: 0 0 16.66667%;
	 max-width: 16.66667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-last {
	 order: 13
  }

  .order-sm-0 {
	 order: 0
  }

  .order-sm-1 {
	 order: 1
  }

  .order-sm-2 {
	 order: 2
  }

  .order-sm-3 {
	 order: 3
  }

  .order-sm-4 {
	 order: 4
  }

  .order-sm-5 {
	 order: 5
  }

  .order-sm-6 {
	 order: 6
  }

  .order-sm-7 {
	 order: 7
  }

  .order-sm-8 {
	 order: 8
  }

  .order-sm-9 {
	 order: 9
  }

  .order-sm-10 {
	 order: 10
  }

  .order-sm-11 {
	 order: 11
  }

  .order-sm-12 {
	 order: 12
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-md-1>* {
	 flex: 0 0 100%;
	 max-width: 100%
  }

  .row-cols-md-2>* {
	 flex: 0 0 50%;
	 max-width: 50%
  }

  .row-cols-md-3>* {
	 flex: 0 0 33.33333%;
	 max-width: 33.33333%
  }

  .row-cols-md-4>* {
	 flex: 0 0 25%;
	 max-width: 25%
  }

  .row-cols-md-5>* {
	 flex: 0 0 20%;
	 max-width: 20%
  }

  .row-cols-md-6>* {
	 flex: 0 0 16.66667%;
	 max-width: 16.66667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-last {
	 order: 13
  }

  .order-md-0 {
	 order: 0
  }

  .order-md-1 {
	 order: 1
  }

  .order-md-2 {
	 order: 2
  }

  .order-md-3 {
	 order: 3
  }

  .order-md-4 {
	 order: 4
  }

  .order-md-5 {
	 order: 5
  }

  .order-md-6 {
	 order: 6
  }

  .order-md-7 {
	 order: 7
  }

  .order-md-8 {
	 order: 8
  }

  .order-md-9 {
	 order: 9
  }

  .order-md-10 {
	 order: 10
  }

  .order-md-11 {
	 order: 11
  }

  .order-md-12 {
	 order: 12
  }

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

  .offset-md-1 {
	 margin-left: 8.33333%
  }

  .offset-md-2 {
	 margin-left: 16.66667%
  }

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

  .offset-md-4 {
	 margin-left: 33.33333%
  }

  .offset-md-5 {
	 margin-left: 41.66667%
  }

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

  .offset-md-7 {
	 margin-left: 58.33333%
  }

  .offset-md-8 {
	 margin-left: 66.66667%
  }

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

  .offset-md-10 {
	 margin-left: 83.33333%
  }

  .offset-md-11 {
	 margin-left: 91.66667%
  }
}

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

  .row-cols-lg-1>* {
	 flex: 0 0 100%;
	 max-width: 100%
  }

  .row-cols-lg-2>* {
	 flex: 0 0 50%;
	 max-width: 50%
  }

  .row-cols-lg-3>* {
	 flex: 0 0 33.33333%;
	 max-width: 33.33333%
  }

  .row-cols-lg-4>* {
	 flex: 0 0 25%;
	 max-width: 25%
  }

  .row-cols-lg-5>* {
	 flex: 0 0 20%;
	 max-width: 20%
  }

  .row-cols-lg-6>* {
	 flex: 0 0 16.66667%;
	 max-width: 16.66667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-last {
	 order: 13
  }

  .order-lg-0 {
	 order: 0
  }

  .order-lg-1 {
	 order: 1
  }

  .order-lg-2 {
	 order: 2
  }

  .order-lg-3 {
	 order: 3
  }

  .order-lg-4 {
	 order: 4
  }

  .order-lg-5 {
	 order: 5
  }

  .order-lg-6 {
	 order: 6
  }

  .order-lg-7 {
	 order: 7
  }

  .order-lg-8 {
	 order: 8
  }

  .order-lg-9 {
	 order: 9
  }

  .order-lg-10 {
	 order: 10
  }

  .order-lg-11 {
	 order: 11
  }

  .order-lg-12 {
	 order: 12
  }

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

  .offset-lg-1 {
	 margin-left: 8.33333%
  }

  .offset-lg-2 {
	 margin-left: 16.66667%
  }

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

  .offset-lg-4 {
	 margin-left: 33.33333%
  }

  .offset-lg-5 {
	 margin-left: 41.66667%
  }

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

  .offset-lg-7 {
	 margin-left: 58.33333%
  }

  .offset-lg-8 {
	 margin-left: 66.66667%
  }

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

  .offset-lg-10 {
	 margin-left: 83.33333%
  }

  .offset-lg-11 {
	 margin-left: 91.66667%
  }
}

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

  .row-cols-xl-1>* {
	 flex: 0 0 100%;
	 max-width: 100%
  }

  .row-cols-xl-2>* {
	 flex: 0 0 50%;
	 max-width: 50%
  }

  .row-cols-xl-3>* {
	 flex: 0 0 33.33333%;
	 max-width: 33.33333%
  }

  .row-cols-xl-4>* {
	 flex: 0 0 25%;
	 max-width: 25%
  }

  .row-cols-xl-5>* {
	 flex: 0 0 20%;
	 max-width: 20%
  }

  .row-cols-xl-6>* {
	 flex: 0 0 16.66667%;
	 max-width: 16.66667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-last {
	 order: 13
  }

  .order-xl-0 {
	 order: 0
  }

  .order-xl-1 {
	 order: 1
  }

  .order-xl-2 {
	 order: 2
  }

  .order-xl-3 {
	 order: 3
  }

  .order-xl-4 {
	 order: 4
  }

  .order-xl-5 {
	 order: 5
  }

  .order-xl-6 {
	 order: 6
  }

  .order-xl-7 {
	 order: 7
  }

  .order-xl-8 {
	 order: 8
  }

  .order-xl-9 {
	 order: 9
  }

  .order-xl-10 {
	 order: 10
  }

  .order-xl-11 {
	 order: 11
  }

  .order-xl-12 {
	 order: 12
  }

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

  .offset-xl-1 {
	 margin-left: 8.33333%
  }

  .offset-xl-2 {
	 margin-left: 16.66667%
  }

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

  .offset-xl-4 {
	 margin-left: 33.33333%
  }

  .offset-xl-5 {
	 margin-left: 41.66667%
  }

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

  .offset-xl-7 {
	 margin-left: 58.33333%
  }

  .offset-xl-8 {
	 margin-left: 66.66667%
  }

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

  .offset-xl-10 {
	 margin-left: 83.33333%
  }

  .offset-xl-11 {
	 margin-left: 91.66667%
  }
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

@media (min-width: 576px) {
  .d-sm-none {
	 display:none !important
  }

  .d-sm-inline {
	 display: inline !important
  }

  .d-sm-inline-block {
	 display: inline-block !important
  }

  .d-sm-block {
	 display: block !important
  }

  .d-sm-table {
	 display: table !important
  }

  .d-sm-table-row {
	 display: table-row !important
  }

  .d-sm-table-cell {
	 display: table-cell !important
  }

  .d-sm-flex {
	 display: flex !important
  }

  .d-sm-inline-flex {
	 display: inline-flex !important
  }
}

@media (min-width: 768px) {
  .d-md-none {
	 display:none !important
  }

  .d-md-inline {
	 display: inline !important
  }

  .d-md-inline-block {
	 display: inline-block !important
  }

  .d-md-block {
	 display: block !important
  }

  .d-md-table {
	 display: table !important
  }

  .d-md-table-row {
	 display: table-row !important
  }

  .d-md-table-cell {
	 display: table-cell !important
  }

  .d-md-flex {
	 display: flex !important
  }

  .d-md-inline-flex {
	 display: inline-flex !important
  }
}

@media (min-width: 992px) {
  .d-lg-none {
	 display:none !important
  }

  .d-lg-inline {
	 display: inline !important
  }

  .d-lg-inline-block {
	 display: inline-block !important
  }

  .d-lg-block {
	 display: block !important
  }

  .d-lg-table {
	 display: table !important
  }

  .d-lg-table-row {
	 display: table-row !important
  }

  .d-lg-table-cell {
	 display: table-cell !important
  }

  .d-lg-flex {
	 display: flex !important
  }

  .d-lg-inline-flex {
	 display: inline-flex !important
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
	 display:none !important
  }

  .d-xl-inline {
	 display: inline !important
  }

  .d-xl-inline-block {
	 display: inline-block !important
  }

  .d-xl-block {
	 display: block !important
  }

  .d-xl-table {
	 display: table !important
  }

  .d-xl-table-row {
	 display: table-row !important
  }

  .d-xl-table-cell {
	 display: table-cell !important
  }

  .d-xl-flex {
	 display: flex !important
  }

  .d-xl-inline-flex {
	 display: inline-flex !important
  }
}

@media print {
  .d-print-none {
	 display: none !important
  }

  .d-print-inline {
	 display: inline !important
  }

  .d-print-inline-block {
	 display: inline-block !important
  }

  .d-print-block {
	 display: block !important
  }

  .d-print-table {
	 display: table !important
  }

  .d-print-table-row {
	 display: table-row !important
  }

  .d-print-table-cell {
	 display: table-cell !important
  }

  .d-print-flex {
	 display: flex !important
  }

  .d-print-inline-flex {
	 display: inline-flex !important
  }
}

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

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

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

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

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

.embed-responsive-4by3::before {
  padding-top: 75%
}

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

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

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

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

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

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

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

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

@media (min-width: 576px) {
  .flex-sm-row {
	 flex-direction:row !important
  }

  .flex-sm-column {
	 flex-direction: column !important
  }

  .flex-sm-row-reverse {
	 flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
	 flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
	 flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
	 flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
	 flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
	 flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
	 flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
	 flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
	 flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
	 flex-shrink: 1 !important
  }

  .justify-content-sm-start {
	 justify-content: flex-start !important
  }

  .justify-content-sm-end {
	 justify-content: flex-end !important
  }

  .justify-content-sm-center {
	 justify-content: center !important
  }

  .justify-content-sm-between {
	 justify-content: space-between !important
  }

  .justify-content-sm-around {
	 justify-content: space-around !important
  }

  .align-items-sm-start {
	 align-items: flex-start !important
  }

  .align-items-sm-end {
	 align-items: flex-end !important
  }

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

  .align-items-sm-baseline {
	 align-items: baseline !important
  }

  .align-items-sm-stretch {
	 align-items: stretch !important
  }

  .align-content-sm-start {
	 align-content: flex-start !important
  }

  .align-content-sm-end {
	 align-content: flex-end !important
  }

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

  .align-content-sm-between {
	 align-content: space-between !important
  }

  .align-content-sm-around {
	 align-content: space-around !important
  }

  .align-content-sm-stretch {
	 align-content: stretch !important
  }

  .align-self-sm-auto {
	 align-self: auto !important
  }

  .align-self-sm-start {
	 align-self: flex-start !important
  }

  .align-self-sm-end {
	 align-self: flex-end !important
  }

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

  .align-self-sm-baseline {
	 align-self: baseline !important
  }

  .align-self-sm-stretch {
	 align-self: stretch !important
  }
}

@media (min-width: 768px) {
  .flex-md-row {
	 flex-direction:row !important
  }

  .flex-md-column {
	 flex-direction: column !important
  }

  .flex-md-row-reverse {
	 flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
	 flex-direction: column-reverse !important
  }

  .flex-md-wrap {
	 flex-wrap: wrap !important
  }

  .flex-md-nowrap {
	 flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
	 flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
	 flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
	 flex-grow: 0 !important
  }

  .flex-md-grow-1 {
	 flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
	 flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
	 flex-shrink: 1 !important
  }

  .justify-content-md-start {
	 justify-content: flex-start !important
  }

  .justify-content-md-end {
	 justify-content: flex-end !important
  }

  .justify-content-md-center {
	 justify-content: center !important
  }

  .justify-content-md-between {
	 justify-content: space-between !important
  }

  .justify-content-md-around {
	 justify-content: space-around !important
  }

  .align-items-md-start {
	 align-items: flex-start !important
  }

  .align-items-md-end {
	 align-items: flex-end !important
  }

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

  .align-items-md-baseline {
	 align-items: baseline !important
  }

  .align-items-md-stretch {
	 align-items: stretch !important
  }

  .align-content-md-start {
	 align-content: flex-start !important
  }

  .align-content-md-end {
	 align-content: flex-end !important
  }

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

  .align-content-md-between {
	 align-content: space-between !important
  }

  .align-content-md-around {
	 align-content: space-around !important
  }

  .align-content-md-stretch {
	 align-content: stretch !important
  }

  .align-self-md-auto {
	 align-self: auto !important
  }

  .align-self-md-start {
	 align-self: flex-start !important
  }

  .align-self-md-end {
	 align-self: flex-end !important
  }

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

  .align-self-md-baseline {
	 align-self: baseline !important
  }

  .align-self-md-stretch {
	 align-self: stretch !important
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
	 flex-direction:row !important
  }

  .flex-lg-column {
	 flex-direction: column !important
  }

  .flex-lg-row-reverse {
	 flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
	 flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
	 flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
	 flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
	 flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
	 flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
	 flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
	 flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
	 flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
	 flex-shrink: 1 !important
  }

  .justify-content-lg-start {
	 justify-content: flex-start !important
  }

  .justify-content-lg-end {
	 justify-content: flex-end !important
  }

  .justify-content-lg-center {
	 justify-content: center !important
  }

  .justify-content-lg-between {
	 justify-content: space-between !important
  }

  .justify-content-lg-around {
	 justify-content: space-around !important
  }

  .align-items-lg-start {
	 align-items: flex-start !important
  }

  .align-items-lg-end {
	 align-items: flex-end !important
  }

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

  .align-items-lg-baseline {
	 align-items: baseline !important
  }

  .align-items-lg-stretch {
	 align-items: stretch !important
  }

  .align-content-lg-start {
	 align-content: flex-start !important
  }

  .align-content-lg-end {
	 align-content: flex-end !important
  }

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

  .align-content-lg-between {
	 align-content: space-between !important
  }

  .align-content-lg-around {
	 align-content: space-around !important
  }

  .align-content-lg-stretch {
	 align-content: stretch !important
  }

  .align-self-lg-auto {
	 align-self: auto !important
  }

  .align-self-lg-start {
	 align-self: flex-start !important
  }

  .align-self-lg-end {
	 align-self: flex-end !important
  }

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

  .align-self-lg-baseline {
	 align-self: baseline !important
  }

  .align-self-lg-stretch {
	 align-self: stretch !important
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
	 flex-direction:row !important
  }

  .flex-xl-column {
	 flex-direction: column !important
  }

  .flex-xl-row-reverse {
	 flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
	 flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
	 flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
	 flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
	 flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
	 flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
	 flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
	 flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
	 flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
	 flex-shrink: 1 !important
  }

  .justify-content-xl-start {
	 justify-content: flex-start !important
  }

  .justify-content-xl-end {
	 justify-content: flex-end !important
  }

  .justify-content-xl-center {
	 justify-content: center !important
  }

  .justify-content-xl-between {
	 justify-content: space-between !important
  }

  .justify-content-xl-around {
	 justify-content: space-around !important
  }

  .align-items-xl-start {
	 align-items: flex-start !important
  }

  .align-items-xl-end {
	 align-items: flex-end !important
  }

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

  .align-items-xl-baseline {
	 align-items: baseline !important
  }

  .align-items-xl-stretch {
	 align-items: stretch !important
  }

  .align-content-xl-start {
	 align-content: flex-start !important
  }

  .align-content-xl-end {
	 align-content: flex-end !important
  }

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

  .align-content-xl-between {
	 align-content: space-between !important
  }

  .align-content-xl-around {
	 align-content: space-around !important
  }

  .align-content-xl-stretch {
	 align-content: stretch !important
  }

  .align-self-xl-auto {
	 align-self: auto !important
  }

  .align-self-xl-start {
	 align-self: flex-start !important
  }

  .align-self-xl-end {
	 align-self: flex-end !important
  }

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

  .align-self-xl-baseline {
	 align-self: baseline !important
  }

  .align-self-xl-stretch {
	 align-self: stretch !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

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

  .float-sm-right {
	 float: right !important
  }

  .float-sm-none {
	 float: none !important
  }
}

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

  .float-md-right {
	 float: right !important
  }

  .float-md-none {
	 float: none !important
  }
}

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

  .float-lg-right {
	 float: right !important
  }

  .float-lg-none {
	 float: none !important
  }
}

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

  .float-xl-right {
	 float: right !important
  }

  .float-xl-none {
	 float: none !important
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:hover,.nav-link:focus {
  text-decoration: none
}

.nav-link.disabled {
  color: #959595;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 1px solid #d6d5d8
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #ebebeb #ebebeb #d6d5d8
}

.nav-tabs .nav-link.disabled {
  color: #959595;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
  color: #747474;
  background-color: #fff;
  border-color: #d6d5d8 #d6d5d8 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #03a57b
}

.nav-fill>.nav-link,.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified>.nav-link,.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
  text-decoration: none
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:hover,.navbar-toggler:focus {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto
}

@media (max-width: 575.98px) {
  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl {
    padding-right:0;
    padding-left: 0
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow:row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl {
    padding-right:0;
    padding-left: 0
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow:row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
    padding-right:0;
    padding-left: 0
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow:row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
    padding-right:0;
    padding-left: 0
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow:row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl {
  flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.m-auto {
  margin: auto !important
}

.mt-auto,.my-auto {
  margin-top: auto !important
}

.mr-auto,.mx-auto {
  margin-right: auto !important
}

.mb-auto,.my-auto {
  margin-bottom: auto !important
}

.ml-auto,.mx-auto {
  margin-left: auto !important
}

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

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

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

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

.w-auto {
  width: auto !important
}

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

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

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

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

.h-auto {
  height: auto !important
}

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

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

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

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

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

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

.m-0 {
  margin: 0 !important
}

.mt-0,.my-0 {
  margin-top: 0 !important
}

.mr-0,.mx-0 {
  margin-right: 0 !important
}

.mb-0,.my-0 {
  margin-bottom: 0 !important
}

.ml-0,.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1,.my-1 {
  margin-top: .25rem !important
}

.mr-1,.mx-1 {
  margin-right: .25rem !important
}

.mb-1,.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,.my-2 {
  margin-top: .5rem !important
}

.mr-2,.mx-2 {
  margin-right: .5rem !important
}

.mb-2,.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,.mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,.my-3 {
  margin-top: 1rem !important
}

.mr-3,.mx-3 {
  margin-right: 1rem !important
}

.mb-3,.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,.mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,.mx-4 {
  margin-right: 1.5rem !important
}

.mb-4,.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,.mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,.my-5 {
  margin-top: 3rem !important
}

.mr-5,.mx-5 {
  margin-right: 3rem !important
}

.mb-5,.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,.mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,.py-0 {
  padding-top: 0 !important
}

.pr-0,.px-0 {
  padding-right: 0 !important
}

.pb-0,.py-0 {
  padding-bottom: 0 !important
}

.pl-0,.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,.py-1 {
  padding-top: .25rem !important
}

.pr-1,.px-1 {
  padding-right: .25rem !important
}

.pb-1,.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,.py-2 {
  padding-top: .5rem !important
}

.pr-2,.px-2 {
  padding-right: .5rem !important
}

.pb-2,.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,.py-3 {
  padding-top: 1rem !important
}

.pr-3,.px-3 {
  padding-right: 1rem !important
}

.pb-3,.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,.px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,.px-4 {
  padding-right: 1.5rem !important
}

.pb-4,.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,.px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,.py-5 {
  padding-top: 3rem !important
}

.pr-5,.px-5 {
  padding-right: 3rem !important
}

.pb-5,.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,.px-5 {
  padding-left: 3rem !important
}

.m-n1 {
  margin: -.25rem !important
}

.mt-n1,.my-n1 {
  margin-top: -.25rem !important
}

.mr-n1,.mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1,.my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1,.mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.mt-n2,.my-n2 {
  margin-top: -.5rem !important
}

.mr-n2,.mx-n2 {
  margin-right: -.5rem !important
}

.mb-n2,.my-n2 {
  margin-bottom: -.5rem !important
}

.ml-n2,.mx-n2 {
  margin-left: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.mt-n3,.my-n3 {
  margin-top: -1rem !important
}

.mr-n3,.mx-n3 {
  margin-right: -1rem !important
}

.mb-n3,.my-n3 {
  margin-bottom: -1rem !important
}

.ml-n3,.mx-n3 {
  margin-left: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.mt-n4,.my-n4 {
  margin-top: -1.5rem !important
}

.mr-n4,.mx-n4 {
  margin-right: -1.5rem !important
}

.mb-n4,.my-n4 {
  margin-bottom: -1.5rem !important
}

.ml-n4,.mx-n4 {
  margin-left: -1.5rem !important
}

.m-n5 {
  margin: -3rem !important
}

.mt-n5,.my-n5 {
  margin-top: -3rem !important
}

.mr-n5,.mx-n5 {
  margin-right: -3rem !important
}

.mb-n5,.my-n5 {
  margin-bottom: -3rem !important
}

.ml-n5,.mx-n5 {
  margin-left: -3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,.my-auto {
  margin-top: auto !important
}

.mr-auto,.mx-auto {
  margin-right: auto !important
}

.mb-auto,.my-auto {
  margin-bottom: auto !important
}

.ml-auto,.mx-auto {
  margin-left: auto !important
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin:0 !important
  }

  .mt-sm-0,.my-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0,.mx-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0,.my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0,.mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1,.my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,.mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,.my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,.mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,.my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,.mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,.my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,.mx-sm-2 {
    margin-left: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .mt-sm-3,.my-sm-3 {
    margin-top: 1rem !important
  }

  .mr-sm-3,.mx-sm-3 {
    margin-right: 1rem !important
  }

  .mb-sm-3,.my-sm-3 {
    margin-bottom: 1rem !important
  }

  .ml-sm-3,.mx-sm-3 {
    margin-left: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .mt-sm-4,.my-sm-4 {
    margin-top: 1.5rem !important
  }

  .mr-sm-4,.mx-sm-4 {
    margin-right: 1.5rem !important
  }

  .mb-sm-4,.my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-4,.mx-sm-4 {
    margin-left: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .mt-sm-5,.my-sm-5 {
    margin-top: 3rem !important
  }

  .mr-sm-5,.mx-sm-5 {
    margin-right: 3rem !important
  }

  .mb-sm-5,.my-sm-5 {
    margin-bottom: 3rem !important
  }

  .ml-sm-5,.mx-sm-5 {
    margin-left: 3rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .pt-sm-0,.py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0,.px-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0,.py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0,.px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1,.py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,.px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,.py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,.px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,.py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,.px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,.py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,.px-sm-2 {
    padding-left: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .pt-sm-3,.py-sm-3 {
    padding-top: 1rem !important
  }

  .pr-sm-3,.px-sm-3 {
    padding-right: 1rem !important
  }

  .pb-sm-3,.py-sm-3 {
    padding-bottom: 1rem !important
  }

  .pl-sm-3,.px-sm-3 {
    padding-left: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .pt-sm-4,.py-sm-4 {
    padding-top: 1.5rem !important
  }

  .pr-sm-4,.px-sm-4 {
    padding-right: 1.5rem !important
  }

  .pb-sm-4,.py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-4,.px-sm-4 {
    padding-left: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .pt-sm-5,.py-sm-5 {
    padding-top: 3rem !important
  }

  .pr-sm-5,.px-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-5,.py-sm-5 {
    padding-bottom: 3rem !important
  }

  .pl-sm-5,.px-sm-5 {
    padding-left: 3rem !important
  }

  .m-sm-n1 {
    margin: -.25rem !important
  }

  .mt-sm-n1,.my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1,.mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .mb-sm-n1,.my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1,.mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2,.my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2,.mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .mb-sm-n2,.my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2,.mx-sm-n2 {
    margin-left: -.5rem !important
  }

  .m-sm-n3 {
    margin: -1rem !important
  }

  .mt-sm-n3,.my-sm-n3 {
    margin-top: -1rem !important
  }

  .mr-sm-n3,.mx-sm-n3 {
    margin-right: -1rem !important
  }

  .mb-sm-n3,.my-sm-n3 {
    margin-bottom: -1rem !important
  }

  .ml-sm-n3,.mx-sm-n3 {
    margin-left: -1rem !important
  }

  .m-sm-n4 {
    margin: -1.5rem !important
  }

  .mt-sm-n4,.my-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n4,.mx-sm-n4 {
    margin-right: -1.5rem !important
  }

  .mb-sm-n4,.my-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n4,.mx-sm-n4 {
    margin-left: -1.5rem !important
  }

  .m-sm-n5 {
    margin: -3rem !important
  }

  .mt-sm-n5,.my-sm-n5 {
    margin-top: -3rem !important
  }

  .mr-sm-n5,.mx-sm-n5 {
    margin-right: -3rem !important
  }

  .mb-sm-n5,.my-sm-n5 {
    margin-bottom: -3rem !important
  }

  .ml-sm-n5,.mx-sm-n5 {
    margin-left: -3rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mt-sm-auto,.my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto,.mx-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto,.my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto,.mx-sm-auto {
    margin-left: auto !important
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin:0 !important
  }

  .mt-md-0,.my-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0,.mx-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0,.my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0,.mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,.my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,.mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,.my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,.mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,.my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,.mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,.my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,.mx-md-2 {
    margin-left: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .mt-md-3,.my-md-3 {
    margin-top: 1rem !important
  }

  .mr-md-3,.mx-md-3 {
    margin-right: 1rem !important
  }

  .mb-md-3,.my-md-3 {
    margin-bottom: 1rem !important
  }

  .ml-md-3,.mx-md-3 {
    margin-left: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .mt-md-4,.my-md-4 {
    margin-top: 1.5rem !important
  }

  .mr-md-4,.mx-md-4 {
    margin-right: 1.5rem !important
  }

  .mb-md-4,.my-md-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-4,.mx-md-4 {
    margin-left: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .mt-md-5,.my-md-5 {
    margin-top: 3rem !important
  }

  .mr-md-5,.mx-md-5 {
    margin-right: 3rem !important
  }

  .mb-md-5,.my-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-5,.mx-md-5 {
    margin-left: 3rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .pt-md-0,.py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0,.px-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0,.py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0,.px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1,.py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,.px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,.py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,.px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,.py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,.px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,.py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,.px-md-2 {
    padding-left: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .pt-md-3,.py-md-3 {
    padding-top: 1rem !important
  }

  .pr-md-3,.px-md-3 {
    padding-right: 1rem !important
  }

  .pb-md-3,.py-md-3 {
    padding-bottom: 1rem !important
  }

  .pl-md-3,.px-md-3 {
    padding-left: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .pt-md-4,.py-md-4 {
    padding-top: 1.5rem !important
  }

  .pr-md-4,.px-md-4 {
    padding-right: 1.5rem !important
  }

  .pb-md-4,.py-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-4,.px-md-4 {
    padding-left: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .pt-md-5,.py-md-5 {
    padding-top: 3rem !important
  }

  .pr-md-5,.px-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-5,.py-md-5 {
    padding-bottom: 3rem !important
  }

  .pl-md-5,.px-md-5 {
    padding-left: 3rem !important
  }

  .m-md-n1 {
    margin: -.25rem !important
  }

  .mt-md-n1,.my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1,.mx-md-n1 {
    margin-right: -.25rem !important
  }

  .mb-md-n1,.my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1,.mx-md-n1 {
    margin-left: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2,.my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2,.mx-md-n2 {
    margin-right: -.5rem !important
  }

  .mb-md-n2,.my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2,.mx-md-n2 {
    margin-left: -.5rem !important
  }

  .m-md-n3 {
    margin: -1rem !important
  }

  .mt-md-n3,.my-md-n3 {
    margin-top: -1rem !important
  }

  .mr-md-n3,.mx-md-n3 {
    margin-right: -1rem !important
  }

  .mb-md-n3,.my-md-n3 {
    margin-bottom: -1rem !important
  }

  .ml-md-n3,.mx-md-n3 {
    margin-left: -1rem !important
  }

  .m-md-n4 {
    margin: -1.5rem !important
  }

  .mt-md-n4,.my-md-n4 {
    margin-top: -1.5rem !important
  }

  .mr-md-n4,.mx-md-n4 {
    margin-right: -1.5rem !important
  }

  .mb-md-n4,.my-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n4,.mx-md-n4 {
    margin-left: -1.5rem !important
  }

  .m-md-n5 {
    margin: -3rem !important
  }

  .mt-md-n5,.my-md-n5 {
    margin-top: -3rem !important
  }

  .mr-md-n5,.mx-md-n5 {
    margin-right: -3rem !important
  }

  .mb-md-n5,.my-md-n5 {
    margin-bottom: -3rem !important
  }

  .ml-md-n5,.mx-md-n5 {
    margin-left: -3rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mt-md-auto,.my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto,.mx-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto,.my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto,.mx-md-auto {
    margin-left: auto !important
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin:0 !important
  }

  .mt-lg-0,.my-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0,.mx-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0,.my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0,.mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,.my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,.mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,.my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,.mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,.my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,.mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,.my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,.mx-lg-2 {
    margin-left: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .mt-lg-3,.my-lg-3 {
    margin-top: 1rem !important
  }

  .mr-lg-3,.mx-lg-3 {
    margin-right: 1rem !important
  }

  .mb-lg-3,.my-lg-3 {
    margin-bottom: 1rem !important
  }

  .ml-lg-3,.mx-lg-3 {
    margin-left: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .mt-lg-4,.my-lg-4 {
    margin-top: 1.5rem !important
  }

  .mr-lg-4,.mx-lg-4 {
    margin-right: 1.5rem !important
  }

  .mb-lg-4,.my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-4,.mx-lg-4 {
    margin-left: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .mt-lg-5,.my-lg-5 {
    margin-top: 3rem !important
  }

  .mr-lg-5,.mx-lg-5 {
    margin-right: 3rem !important
  }

  .mb-lg-5,.my-lg-5 {
    margin-bottom: 3rem !important
  }

  .ml-lg-5,.mx-lg-5 {
    margin-left: 3rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .pt-lg-0,.py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0,.px-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0,.py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0,.px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1,.py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,.px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,.py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,.px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,.py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,.px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,.py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,.px-lg-2 {
    padding-left: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .pt-lg-3,.py-lg-3 {
    padding-top: 1rem !important
  }

  .pr-lg-3,.px-lg-3 {
    padding-right: 1rem !important
  }

  .pb-lg-3,.py-lg-3 {
    padding-bottom: 1rem !important
  }

  .pl-lg-3,.px-lg-3 {
    padding-left: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .pt-lg-4,.py-lg-4 {
    padding-top: 1.5rem !important
  }

  .pr-lg-4,.px-lg-4 {
    padding-right: 1.5rem !important
  }

  .pb-lg-4,.py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-4,.px-lg-4 {
    padding-left: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .pt-lg-5,.py-lg-5 {
    padding-top: 3rem !important
  }

  .pr-lg-5,.px-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-5,.py-lg-5 {
    padding-bottom: 3rem !important
  }

  .pl-lg-5,.px-lg-5 {
    padding-left: 3rem !important
  }

  .m-lg-n1 {
    margin: -.25rem !important
  }

  .mt-lg-n1,.my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1,.mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1,.my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1,.mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2,.my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2,.mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .mb-lg-n2,.my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2,.mx-lg-n2 {
    margin-left: -.5rem !important
  }

  .m-lg-n3 {
    margin: -1rem !important
  }

  .mt-lg-n3,.my-lg-n3 {
    margin-top: -1rem !important
  }

  .mr-lg-n3,.mx-lg-n3 {
    margin-right: -1rem !important
  }

  .mb-lg-n3,.my-lg-n3 {
    margin-bottom: -1rem !important
  }

  .ml-lg-n3,.mx-lg-n3 {
    margin-left: -1rem !important
  }

  .m-lg-n4 {
    margin: -1.5rem !important
  }

  .mt-lg-n4,.my-lg-n4 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n4,.mx-lg-n4 {
    margin-right: -1.5rem !important
  }

  .mb-lg-n4,.my-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n4,.mx-lg-n4 {
    margin-left: -1.5rem !important
  }

  .m-lg-n5 {
    margin: -3rem !important
  }

  .mt-lg-n5,.my-lg-n5 {
    margin-top: -3rem !important
  }

  .mr-lg-n5,.mx-lg-n5 {
    margin-right: -3rem !important
  }

  .mb-lg-n5,.my-lg-n5 {
    margin-bottom: -3rem !important
  }

  .ml-lg-n5,.mx-lg-n5 {
    margin-left: -3rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mt-lg-auto,.my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto,.mx-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto,.my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto,.mx-lg-auto {
    margin-left: auto !important
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin:0 !important
  }

  .mt-xl-0,.my-xl-0 {
    margin-top: 0 !important
  }

  .mr-xl-0,.mx-xl-0 {
    margin-right: 0 !important
  }

  .mb-xl-0,.my-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0,.mx-xl-0 {
    margin-left: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1,.my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,.mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,.my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,.mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,.my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,.mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,.my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,.mx-xl-2 {
    margin-left: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .mt-xl-3,.my-xl-3 {
    margin-top: 1rem !important
  }

  .mr-xl-3,.mx-xl-3 {
    margin-right: 1rem !important
  }

  .mb-xl-3,.my-xl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xl-3,.mx-xl-3 {
    margin-left: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .mt-xl-4,.my-xl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xl-4,.mx-xl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xl-4,.my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-4,.mx-xl-4 {
    margin-left: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .mt-xl-5,.my-xl-5 {
    margin-top: 3rem !important
  }

  .mr-xl-5,.mx-xl-5 {
    margin-right: 3rem !important
  }

  .mb-xl-5,.my-xl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xl-5,.mx-xl-5 {
    margin-left: 3rem !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .pt-xl-0,.py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0,.px-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0,.py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0,.px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1,.py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,.px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,.py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,.px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,.py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,.px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,.py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,.px-xl-2 {
    padding-left: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .pt-xl-3,.py-xl-3 {
    padding-top: 1rem !important
  }

  .pr-xl-3,.px-xl-3 {
    padding-right: 1rem !important
  }

  .pb-xl-3,.py-xl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xl-3,.px-xl-3 {
    padding-left: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .pt-xl-4,.py-xl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xl-4,.px-xl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xl-4,.py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-4,.px-xl-4 {
    padding-left: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .pt-xl-5,.py-xl-5 {
    padding-top: 3rem !important
  }

  .pr-xl-5,.px-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-5,.py-xl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xl-5,.px-xl-5 {
    padding-left: 3rem !important
  }

  .m-xl-n1 {
    margin: -.25rem !important
  }

  .mt-xl-n1,.my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1,.mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xl-n1,.my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1,.mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2,.my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2,.mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xl-n2,.my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2,.mx-xl-n2 {
    margin-left: -.5rem !important
  }

  .m-xl-n3 {
    margin: -1rem !important
  }

  .mt-xl-n3,.my-xl-n3 {
    margin-top: -1rem !important
  }

  .mr-xl-n3,.mx-xl-n3 {
    margin-right: -1rem !important
  }

  .mb-xl-n3,.my-xl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xl-n3,.mx-xl-n3 {
    margin-left: -1rem !important
  }

  .m-xl-n4 {
    margin: -1.5rem !important
  }

  .mt-xl-n4,.my-xl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n4,.mx-xl-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xl-n4,.my-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n4,.mx-xl-n4 {
    margin-left: -1.5rem !important
  }

  .m-xl-n5 {
    margin: -3rem !important
  }

  .mt-xl-n5,.my-xl-n5 {
    margin-top: -3rem !important
  }

  .mr-xl-n5,.mx-xl-n5 {
    margin-right: -3rem !important
  }

  .mb-xl-n5,.my-xl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xl-n5,.mx-xl-n5 {
    margin-left: -3rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto,.my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,.mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto,.my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,.mx-xl-auto {
    margin-left: auto !important
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

.banner-section>div,
.dnd-section[class*="force-full-width"]>div,  
.Banner-row-0-force-full-width-section > .row-fluid, .banner-section .dnd-section>.row-fluid,
.banner-section .dnd-section {
  padding: 0;
}

.blog_wrap .dnd-section,.blog_wrap .dnd-section .dnd-column {
  padding: 0;
}
body {
  line-height: 1.5;
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
  word-break: break-word;
}

/* Anchors */

a {
  text-decoration: none;
  transition: 0.3s;
}

/* Headings */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 0.5rem;
  line-height: 1.2;
}

h1, h2, h3, .h1, .h2, .h3 {
  letter-spacing: -0.1rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

::selection {
  background: #03a57b;
  color: #fff;
  text-shadow: none;
}
.button_parent a {
  font-weight: 400;
  color: #333;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  display: inline-flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
  font-size: 1rem;
  letter-spacing: 0.188rem;
  min-width: 12.5rem;
  font-weight: bold;
  cursor: pointer;
}

.button_parent.white a {
  color: #03a57b;
  background-color: #FFFFFF;
}

.button_parent.white a:hover {
  color: #025a43;
}

.button_parent.btn-gradient-danger a {
  background-image: linear-gradient(to right, #f3696a 39%, #ed5a5b 63%, #c33c54);
  border: none;
  color: #fff;
}

.button_parent.btn-gradient-danger a:hover {
  background-image: linear-gradient(to right, #f3696a, #ea4344 55%, #b0364c);
}

.button_parent.btn-outline-dark-green a {
  color: #018065;
  border-color: #018065;
}

.button_parent.btn-outline-dark-green a:hover {
  color: #fff;
  background-color: #018065;
  border-color: #018065;
}

.button_parent.btn-outline-dark-green a:focus,
.button_parent.btn-outline-dark-green.focus a {
  box-shadow: 0 0 0 0.2rem rgb(1 128 101 / 50%);
}

.button_parent.btn-new-blue a {
  color: #fff;
  background-image: linear-gradient(0deg,#1E60A6,#70B0E4);
  border-radius: 10px;
  padding: 20px 40px;


}

.button_parent.btn-new-blue a:hover {
    background-image: linear-gradient(0deg,#da0b2c,#ee4c47);
    border-radius: 10px;
    height: auto!important;
    padding: 20px 40px;


}

.button_parent.btn-gradient-primary a {
  background-image: linear-gradient(to right, #0ec394, #03a57b 52%, #039374);
  color: #fff;
}

.button_parent.btn-gradient-primary a:hover {
  background-image: linear-gradient(to right, #0ec394, #038c68 50%, #027a60);
}

.button_parent.btn-outline-light a {
  color: #f3f3f3;
  border-color: #f3f3f3;
}

.button_parent.btn-outline-light a:hover {
  color: #333;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.button_parent.btn-outline-white a {
  color: #03a57b;
  background-color: #fff;
}

.button_parent.btn-outline-white a:hover {
  color: #025a43;
}

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

.button_parent.btn-outline-danger a:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* Form fields */

.hs-form-field {
  margin: 0 0 1.25rem;
}

form h3:empty {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 15px 30px;
  background-color: #fff;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

form label:empty {
  dispaly: none;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input:not(.hs-button),
form select, form textarea,
.hs-input,
.hs-search-field__input,
form input[type="password"] {
  background-color: #FFF;
  border: 1px solid;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  height: 3.125rem;
  min-height: 3.125rem;
  border-radius: 0.25rem;
  background-color: #f3f3f3;
  font-size: 0.875rem;
  padding: 0.375rem 1.25rem;
  border: none;
  outline: none;
}

::placeholder {
  color: #959595;
  opacity: 1;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  width: auto;
  margin: 0;
  margin-right: 0.35rem;
  height: auto;
  min-height: auto;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  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,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

form .input {
  margin-right: 0 !important;
}

fieldset.form-columns-1 .hs-input:not([type="checkbox"]) {
  width: 100% !important;
}

form fieldset.form-columns-2 {
  margin: 0 -15px;
  max-width: none !important;
}

form fieldset.form-columns-2>div {
  padding-left: 15px;
  padding-right: 15px;
  width: 50% !important;
}

@media (max-width: 767px) {
  form fieldset.form-columns-2>div {
    width: 100% !important;
  }
}

.hs-error-msgs label,
.hs-error-msg {
  color: #dc3545;
  margin-top: 0.35rem;
}

/* Submit button */
.button,
.hs-button, .button--primary {
  margin: 20px 0 0;
  line-height: inherit;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  padding: 0.375rem 0.75rem;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.188rem;
  font-weight: bold;
  white-space: normal;
}

/* Captcha */
.hs_recaptcha {
  overflow: auto hidden;
}

.grecaptcha-badge {
  margin: 0;
}

@media (max-width: 400px), (min-device-width: 320px) {
  .hs-input:not([type="checkbox"]), .hs-search-field__input:not([type="checkbox"]), form input:not(.hs-button):not([type="checkbox"]), form input[type=password], form select, form textarea {
    width: 100% !important;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* 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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */

.slick-dots {
  position: static;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
}

.slick-dots li {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
  height: auto;
  width: auto;
  margin: 0;
  cursor: pointer;
}

.slick-dots li button {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  height: auto;
  width: auto;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
}

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

.slick-dots li button:hover:before, 
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  width: 6px;
  height: 6px;
  background-color: #03a57b;
  display: block;
  margin: 0 5px;
  border-radius: 5px;
  opacity: 0.2;
  position: relative;
  content: " ";
  font-size: 0;
  top: 3px;
}

.slick-dots li.slick-active button:before {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.green-logo {
  display: none;
}

.navbar {
  transition: all 0.3s ease-in;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.navbar.navbar-white {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.navbar a {
  transition: all 0.3s ease;
  padding-top: 0;
  color: rgba(0,0,0,0.9);
  display: inline-block;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  outline: medium none;
}

.navbar .navbar-collapse {
  transition: all 0.3s ease;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}

.navbar .navbar-toggler {
  border: none;
  cursor: pointer;
}

.navbar.navbar-white .navbar-toggler span.line {
  background-color: #fff;
}

.navbar .navbar-toggler span.line {
  height: 0.188rem;
  background-color: #03a57b;
  width: 1.875rem;
  transition: all 0.3s ease;
}

.navbar .navbar-toggler span.line+.line {
  margin-top: 0.375rem;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.custom-menu-primary .hs-menu-wrapper ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.custom-menu-primary .hs-menu-wrapper ul>li:nth-child(1) {
  transition-delay: 600ms;
}

.custom-menu-primary .hs-menu-wrapper ul>li {
  opacity: 1;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>a {
  padding-right: 2rem;
  white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper ul>li>a {
  color: #03a57b;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper ul>li>a {
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children>a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  /* border-top: 0.3em solid; */
  /* border-right: 0.3em solid transparent; */
  border-bottom: 0;
  /* border-left: 0.3em solid transparent; */
}

.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children>a:after {
  border-top: 0.525em solid;
  border-left: 0.35rem solid transparent;
  border-right: 0.35rem solid transparent;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 0;
  margin-right: 1rem;
  top: 0;
  margin-top: auto;
  bottom: 0;
  margin-bottom: auto;
}

.navbar .header-white-logo img {
  max-width: 157px;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0.25rem;
  background-color: #333;
  border: none;
  padding-bottom: 1.125rem;
  display:none;
}

.show .custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children>a:after{
  transform: rotate(180deg);
}

.custom-menu-primary .hs-menu-wrapper ul>li:nth-child(2) {
  transition-delay: 400ms;
}

.custom-menu-primary .hs-menu-wrapper ul ul>li>a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.custom-menu-primary .hs-menu-wrapper ul>li>a {
  display: block;
  padding: 0.5rem 1rem;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper ul>li:nth-child(3) {
  transition-delay: 200ms;
}

.navbar-right-menu a {
  display: block;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 0.25rem;
  min-width: 9.375rem;
  font-size: 0.875rem;
  position: relative;
  padding: 0.5rem 1rem;
  text-align: center;
  outline: medium none;
  margin: 0;
}

.navbar-right-menu a:hover {
  border-color: #ed5a5b;
  color: #ed5a5b;
}

.custom-menu-primary .hs-menu-wrapper ul>li a:hover {
  color: #ed5a5b;
}

body:not(.no-banner) header.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}


/* ==No Banner== */
.no-banner .header-white-logo {
  display: none;
}

.no-banner .green-logo {
  display: block;
}

.no-banner .navbar.navbar-white {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.no-banner .green-logo a img {
  width: auto !important;
}

.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #03a57b;
}

.no-banner .navbar-right-menu a {
  color: #03a57b;
  border: solid 1px #03a57b;
}

.no-banner .navbar-right-menu a:hover {
  border-color: #ed5a5b;
  color: #ed5a5b;
}

.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: #ed5a5b;
}

.header button.navbar-toggler {
  background: none;
}





.banner_wrap .header-white-logo {
  margin-bottom: 1.25rem;
}

.banner_wrap .header-white-logo a {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  text-align: center;
  display: block;
}

.banner_wrap .header-white-logo a img {
  max-width: 157px;
}

.no-banner .navbar.navbar-white .navbar-toggler span.line {
  background-color: #03a57b;
}

/*============== Header V2 ==============*/
.header-v2 .navbar-right-menu a {
  color: #03a57b;
  border: solid 1px #03a57b;
  border-radius: 0.25rem;
  min-width: 9.375rem;
  font-size: 0.875rem;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  background-image: none;
  letter-spacing: normal;
}

.header-v2 .logo a {
  padding-top: 0;
}

.header-v2 .hdr-btn2 {
  margin-top: 10px;
}

.custom-menu-primary .hs-menu-wrapper ul>li>a pre {
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  margin-bottom: 0.875rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  width: 2.625rem;
  font-weight: 700;
  height: 1rem;
  position: absolute;
  top: 0;
  margin-top: -0.5rem;
  display: inline-block;
  right: 0;
  margin-right: 1rem;
  line-height: 0.5rem;
  font-size: 0.5rem;
  letter-spacing: 0.063rem;
  padding: 0.312rem;
  border-radius: 0.125rem;
  color: #fff;
  background-color: #03a57b;
  text-transform: uppercase;
  font-family: inherit;
  overflow: hidden;
}

.header_v3 .navbar-right-menu a {
  background-image: none;
  font-family: inherit;
  letter-spacing: normal;
  font-weight: inherit;
  text-transform: none;
}


@media (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper ul {
	 flex-direction: row;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul {
	 position: absolute;
  }
  .mobile-menu {
	 display: none;
  }

  .header-v2 .hdr-btn2 {
	 display: none;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul {
	 display: none !important;
  }  

  .custom-menu-primary .hs-menu-wrapper ul li.child-open>ul {
	 display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children.child-open>a:after {
	 transform: rotate(180deg);
  }
}


@media (min-width: 768px) and (max-width: 991.98px){
  .navbar.navbar-white {
	 padding-top: 1rem;
	 padding-bottom: 1rem;
  }
  .navbar .navbar-collapse {
	 background-color: #333;
	 padding-top: 0.5rem;
	 padding-bottom: 1.5rem;
  }
  .navbar .navbar-right-menu {
	 padding-top: 1rem;
	 text-align: center;
  }
  .navbar-right-menu a {
	 padding-left: 1rem;
	 padding-right: 1rem;
	 display: inline-block;
	 margin: 0 auto;
  }

  .custom-menu-primary .hs-menu-wrapper ul>li>a pre {
	 margin-top: 0.375rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px){
  .navbar.navbar-white {
	 padding-top: 1rem;
	 padding-bottom: 1rem;
  }
  .navbar .navbar-collapse {
	 background-color: #333;
	 padding-top: 0.5rem;
	 padding-bottom: 1.5rem;
  }
  .navbar .navbar-right-menu {
	 padding-top: 1rem;
  }

  .header-v2 .navbar-nav > div {
	 padding-left: 1rem;
	 padding-right: 1rem;
  }
  .navbar .navbar-right-menu>* {
	 padding-left: 1rem;
	 padding-right: 1rem;
  }

  .navbar {
	 padding-left: 1rem;
	 padding-right: 1rem;
  }

  .custom-menu-primary .hs-menu-wrapper ul>li>a pre {
	 margin-top: 0.375rem;
  }
}

@media(max-width: 991px){
  .mobile-open .navbar .navbar-toggler[aria-expanded="true"] span.line {
	 background-color: #ed5a5b;
  }

  .mobile-open span.line.d-block.first {
	 transform: rotate(45deg);
  }

  .mobile-open span.line.d-block.middle {
	 display: none !important;
  }

  .mobile-open span.line.d-block.last {
	 transform: rotate(-45deg);
	 margin-top: -0.188rem;
  }
  .custom-menu-primary .hs-menu-wrapper ul>li>a {
	 text-align: center;
  }
  .desktop-menu {
	 display: none;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul {
	 position: static;
	 display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.child-open>ul {
	 display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children.child-open>a:after {
	 transform: rotate(180deg);
  }
  .navbar .navbar-collapse {
	 transition: none;
  }
}

@media (min-width: 577px){
  .banner_wrap .header-white-logo {
	 display: none;
  }
}

@media (max-width: 575.98px){
  .navbar.navbar-white {
	 padding-top: 1rem;
	 padding-bottom: 1rem;
  }
  .navbar .header-white-logo img {
	 visibility: hidden;
  }
  .navbar .navbar-collapse {
	 background-color: #333;
	 padding-top: 0.5rem;
	 padding-bottom: 1.5rem;
  }
  .navbar {
	 padding-left: 0;
	 padding-right: 0;
  }
  .navbar .navbar-right-menu {
	 padding-top: 1rem;
	 padding-left: 1rem;
	 padding-right: 1rem;
  }
  .header-v2 .logo {
	 visibility: hidden;
  }
  .header-v2 .navbar-nav > div {
	 padding-left: 1rem;
	 padding-right: 1rem;
  }
  .header-v2 .navbar .navbar-right-menu {
	 padding-left: 0;
	 padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper ul>li>a pre {
	 margin-top: 0.625rem;
  }
  
  .no-banner .navbar.navbar-white {
  padding-left: 1rem;
  padding-right: 1rem;
}
  
}
footer.footer {
  position: relative;
  z-index: 9;
}

.col-6 .tf_footer__blc h5 {
  color: #fff;
  letter-spacing: 0.25rem;
  font-weight: 800;
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
  font-family: "Lato",sans-serif;
  text-transform: uppercase;
  line-height: inherit;
  margin-top: 0;
}

.tf_footer .hs-menu-wrapper ul {
  flex-direction: column !important;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0; 
  list-style: none;
}



.tf_footer .tf_footer_social_nav .nav li.nav-item a {
  color: #fff;
  padding: 0.5rem 0.625rem;
  position: relative;
  font-weight: bold;
}

.nav li.nav-item a {
  display: block;
  padding: 0.5rem 1rem;
}

.tf_footer .tf_footer_social_nav .nav li.nav-item:nth-child(3) a {
  font-size: 1.312rem;
}

.bottom .tf_footer__logo a {
  margin-bottom: 1.25rem;
  display: inline-block !important;
  outline: medium none;
  color: #bbbbbb;
}

.bottom .font-italic {
  margin-top: 0.188rem;
  font-size: 1rem;
  color: #bbb;
  line-height: normal;
}

.footer-bottom-menu {
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.bottom .hs-menu-wrapper ul {
  flex-direction: row !important;
}




.tf_footer {
  background-color: #312e3d;
  padding: 5.375rem 0 2.375rem 0
}

.tf_footer.bottom {
  background-color: #1e1c25;
  padding: 2.125rem 0
}

.tf_footer.bottom .tf_footer__blc_link {
  margin-bottom: 0.625rem;
  margin-top: 0.5rem
}

.tf_footer .tf_footer__blc {
  margin-bottom: 3.125rem
}

.tf_footer .tf_footer__blc .tf_footer_blc_title {
  color: #fff;
  letter-spacing: 0.25rem;
  font-weight: 800;
  font-size: 0.813rem;
  margin-bottom: 1.25rem
}

.tf_footer .tf_footer__blc_link .nav.tf_footer_nav_h li.nav-item .nav-link {
  color: #fff;
  padding: 0.5rem 0.625rem
}

.tf_footer .tf_footer__blc_link .nav li.nav-item .nav-link {
  color: #d6d5d8;
  padding: 0.5rem 0rem;
  line-height: normal
}

.tf_footer .tf_footer__blc_link .nav li.nav-item .nav-link:hover {
  color: #03a57b;
  text-decoration: underline
}

.tf_footer .tf_footer_social_nav .nav li.nav-item {
  line-height: 1.25rem
}

.tf_footer .tf_footer_social_nav .nav li.nav-item:first-child a {
  padding-left: 0
}

.tf_footer .tf_footer_social_nav .nav li.nav-item .nav-link {
  color: #fff;
  padding: 0.5rem 0.625rem;
  position: relative;
  font-weight: bold
}

.tf_footer .tf_footer_social_nav .nav li.nav-item .nav-link.instagram {
  font-size: 1.312rem
}

.tf_footer .tf_footer_social_nav .nav li.nav-item .nav-link:hover {
  color: #03a57b
}

.tf_footer .tf_footer__logo .tf_logo_alogan .tf_logo_alogan_text {
  margin-top: 0.188rem;
  font-size: 1rem
}

.tf_footer .tf__terms {
  padding-top: 0.375rem
}

.tf_footer .tf__terms p {
  margin-bottom: 0;
  color: #d6d5d8
}

.tf_footer .tf__terms p+p {
  margin-top: 1rem
}

.tf_footer .hs-menu-wrapper ul>li a {
  color: #d6d5d8;
  padding: 0.5rem 0rem;
  line-height: normal;
}


.bottom .hs-menu-wrapper ul>li a {
  color: #fff;
  padding: 0.5rem 0.625rem;
}

.footer-bottom-social-icons ul.nav {
  justify-content: flex-end;
}

.tf_footer .hs-menu-wrapper ul>li a:hover {
  color: #03a57b;
  text-decoration: underline;
}

.tf_footer .tf_footer_social_nav .nav li.nav-item a:hover {
  color: #03a57b;
}



/*============================ Footer V2 ============================*/
footer.footer.footer-v2 {
  background-color: #fff;
}

.tf_footer-2.bottom {
  padding: 2.125rem 0;
}

.tf_footer-2.bottom .tf_footer_social_nav .nav {
  justify-content: center;
}

.tf_footer-2.bottom .nav li.nav-item a {
  color: #1F1F1F;
}

.tf_footer-2.bottom .nav li.nav-item a:hover {
  color: #025a43;
}

.tf_footer-2.bottom .tf__terms {
  max-width: 335px;
  margin: auto;
}

.tf_footer-2.bottom .tf__terms p {
  color: #747474;
}

.tf_footer-2.bottom .tf_footer__logo a {
  margin-bottom: 0.5rem;
}


.lp .footer .tf_footer__logo {
  min-height: 89.98px;
}





@media (min-width: 576px) and (max-width: 767.98px) {
  .tf_footer.bottom .tf_footer_social_nav .nav {
	 justify-content:center !important
  }

  .tf_footer.bottom .tf_footer__blc_link .tf_footer_nav_h {
	 justify-content: center !important
  }

  .tf_footer.bottom .tf_footer__blc_link .tf_footer_nav_h li.nav-item .nav-link {
	 padding-left: 0.312rem;
	 padding-right: 0.312rem
  }

  .tf_footer .tf_footer__blc_link .nav li.nav-item .nav-link {
	 font-size: 0.875rem
  }

  .tf_footer .tf_footer__logo {
	 margin-bottom: 0.5rem
  }

  .tf_footer .tf_footer__logo img {
	 display: block;
	 margin: 0 auto
  }

  .tf_footer .tf__terms p {
	 font-size: 0.875rem
  }
}

@media (max-width: 575.98px) {
  .tf_footer.bottom .tf_footer_social_nav .nav {
	 justify-content:center !important
  }

  .tf_footer.bottom .tf_footer__blc_link .tf_footer_nav_h {
	 justify-content: center !important
  }

  .tf_footer.bottom .tf_footer__blc_link .tf_footer_nav_h li.nav-item .nav-link {
	 padding-left: 0.312rem;
	 padding-right: 0.312rem
  }

  .tf_footer .tf_footer__blc_link .nav li.nav-item .nav-link {
	 font-size: 0.875rem
  }

  .tf_footer .tf_footer__logo {
	 margin-bottom: 0.5rem
  }

  .tf_footer .tf_footer__logo img {
	 display: block;
	 margin: 0 auto
  }

  .tf_footer .tf__terms p {
	 font-size: 0.875rem
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  .tf_footer.bottom .tf_footer__blc_link .tf_footer_nav_h li.nav-item .nav-link {
	 padding-left:0.625rem;
	 padding-right: 0.625rem
  }
}

@media (min-width: 576px) and (max-width: 767.98px){
  .footer-bottom-menu {
	 justify-content: center;
  }
  .bottom .hs-menu-wrapper ul>li a {
	 padding-left: 0.312rem;
	 padding-right: 0.312rem;
	 font-size: 0.875rem;
  }
  .tf_footer .hs-menu-wrapper ul>li a {
	 font-size: 0.875rem;
  }
}

@media (max-width: 575.98px){
  .bottom .hs-menu-wrapper ul>li a {
	 padding-left: 0.312rem;
	 padding-right: 0.312rem;
	 font-size: 0.875rem;
  }
  .footer-bottom-menu {
	 justify-content: center;
  }
  .tf_footer .hs-menu-wrapper ul>li a {
	 font-size: 0.875rem;
  }
  .col-6 .tf_footer__blc h5 {
	 font-size: 11px;
  }
}
img {
  vertical-align: middle;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.absolute_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.form-title:empty {
  display: none;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.188rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.badge-primary {
  color: #fff;
  background-color: #03a57b;
}
.badge {
  font-size: 0.618rem;
  letter-spacing: 0.22rem;
  margin-bottom: 0.875rem;
  padding: 0.375rem 0.5rem;
  line-height: normal;
}

.fade {
  transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #d6d5d8;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #d6d5d8;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width:500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg,.modal-xl {
    max-width:800px
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width:1140px
  }
}

.modal.tf_video__popup.mp4_only .modal-content video {
  height: 75vh
}

.modal.error__msg__popup .modal-content .modal-body {
  padding: 1.875rem;
  padding-top: 0.5rem
}

.modal.error__msg__popup .modal-content .modal-body .modal-header2 {
  margin-bottom: 1.25rem;
  line-height: normal
}

.modal .modal-content .modal-header .close {
  padding-top: .625rem;
  opacity: 1;
  background-color: #ebebeb;
  padding: 0.625rem 1rem;
  border-radius: 0.25rem;
  margin: 0;
  line-height: normal;
  font-size: 0.812rem;
  color: #747474 !important;
  letter-spacing: 0.063rem;
  text-shadow: none;
  cursor: pointer;
  font-weight: 700;
}

.modal .modal-content .modal-header .close:hover {
  color: #333
}

.modal .modal-content .modal-header .close span.tf_modal_close__label {
  padding-left: 0.125rem
}

.modal .modal-content .modal-header .close:focus {
  outline: none
}

.modal .modal-content .modal-header .close i {
  font-size: 0.75rem
}

.modal .modal-content .modal-header .CloseIcons {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0.375rem;
  background-position: center;
  width: 3.125rem;
  height: 3.125rem;
  background-size: 12px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9;
  border: none;
  background: transparent;
  text-align: center
}

.modal .modal-content .modal-header .CloseIcons:focus {
  outline: none
}

.modal .modal-content .modal-header .CloseIcons:after {
  content: '';
  position: absolute;
  width: 1.5px;
  height: 22px;
  background-color: #dc3545;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 0;
  margin-top: 10px
}

.modal .modal-content .modal-header .CloseIcons:before {
  content: '';
  position: absolute;
  width: 1.5px;
  height: 22px;
  background-color: #dc3545;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 0;
  margin-top: 10px
}

.modal .modal-content .modal-header2 {
  font-size: 1.875rem
}

.modal .modal-content .tf_modal__content {
  margin-bottom: 1.875rem
}

.modal .modal-content .tf_modal__content p {
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 0
}

.modal .modal-content .tf_modal__content p+p {
  margin-top: 1.5rem
}

.bg-black {
  background-color: #000 !important;
}

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

.modal-backdrop.show {
  opacity: 1;
}

.case_study_wrap .video_thumb__outer .play_vid__btn:before,
.banner_wrap .video_thumb__outer .play_vid__btn:before,
.video_lightbox_wrap .video_lightbox_inner .video_thumb__outer a:before {
  background-image: url(https://23398728.fs1.hubspotusercontent-na1.net/hubfs/23398728/raw_assets/public/TeamFloral_January_2023/images/icon-play-white.svg);
}
.video_lightbox_wrap .video_lightbox_inner:before {
  background-image: url(https://23398728.fs1.hubspotusercontent-na1.net/hubfs/23398728/raw_assets/public/TeamFloral_January_2023/images/hanging-plant.svg);
}
.banner_main_wrap.case-study-bnr .video_thumb__outer .video_thumb__inner .play_vid__btn:before,
.video_testimonial .play_vid__btn:before {
  background-image: url(https://23398728.fs1.hubspotusercontent-na1.net/hubfs/23398728/raw_assets/public/TeamFloral_January_2023/images/icon-play-button-green.svg);
}
.testimonial_one_wrap .testimonial_one_info:after {
  background-image: url(https://23398728.fs1.hubspotusercontent-na1.net/hubfs/23398728/raw_assets/public/TeamFloral_January_2023/images/corner-path.svg);
}

.hs_book_a_call_row3_grp .con_w_bg_image_wrap .section_blc__btn {
  margin: 0;
}

/* Website page v2 */
.hs_website_page_v2_page .dnd-section {
  padding: 2rem 0 5rem 0;
}

.hs_website_page_v2_page .widget-type-header {
  padding-top: 1.75rem;
  margin-bottom: 3.875rem;
}

.hs_website_page_v2_page .widget-type-header h1 {
  margin: 0;
}

.hs_website_page_v2_page .hs_cos_wrapper_type_rich_text p {
  line-height: normal;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

/* ==HomePage== */

.hs_home_row6_grp .video_lightbox_wrap .video_lightbox_inner {
  padding-top: 3rem;
}

.home-page-wrap .banner_main_wrap .banner_wrap {
  padding-top: 18.875rem;
  padding-bottom: 12.875rem;
}

.home-page-wrap .banner_main_wrap .banner_wrap .tf__banner_info__text p {
  font-size: 1.375rem;
  font-family: "Libre Baskerville",serif;
}

.home-page-wrap .banner_main_wrap .banner_wrap .button_parent.btn-gradient-danger a {
  height: 4.125rem;
  min-width: 16.25rem;
  border: 0;
}

.team-page-wrap .banner_main_wrap .banner_wrap {
  padding-bottom: 9.25rem;
}


/* ==book a call page== */
.book_a_call-page-wrap .banner_main_wrap .banner_wrap {
  padding-top: 12.5rem;
  padding-bottom: 3.5rem;
  min-height: 44rem;
}

.book_a_call-page-wrap .banner_main_wrap .tf__banner_info__blc .tf__banner_info__h {
  margin-bottom: 0;
}

.book_a_call-page-wrap .banner_main_wrap .tf__banner_info__text {
  margin-bottom: 1.625rem;
}


.call_benefits .con_w_top_image_wrap .row:first-child .con_w_top_image_info {
  padding: 2rem 0 !important;
}

.call_benefits .con_w_top_image_wrap .con_w_top_image_blc .con_w_top_image_thumb img {
  height: auto;
}

.call_benefits .con_w_top_image_wrap .con_w_top_image_blc .con_w_top_image_thumb {
  height: 6rem;
}

.call_benefits .con_w_top_image_wrap .con_w_top_image_blc .con_w_top_image_info h5 {
  font-size: 1.125rem;
  letter-spacing: 0.28rem;
  margin-bottom: 1rem;
}

.call_benefits .con_w_top_image_wrap .con_w_top_image_blc .con_w_top_image_info p {
  font-size: 1.125rem;
  padding: 0;
}

.call_benefits .con_w_top_image_wrap .con_w_top_image_blc {
  margin-bottom: 3.125rem;
}

.call_benefits .con_w_top_image_wrap .section_blc__btn {
  padding: 2rem 0 0;
}

.hs_book_a_call_inner_row6_grp .con_w_bg_image_wrap,
.hs_book_a_call_row2_grp .con_w_bg_image_wrap {
  padding-top: 3.75rem;
  padding-bottom: 3rem;
}

.hs_book_a_call_inner_row6_grp .con_w_bg_image_wrap .button_parent a,
.hs_book_a_call_row2_grp .con_w_bg_image_wrap .button_parent a {
  min-width: 14.75rem;
}

.hs_cos_wrapper_type_rich_text iframe {
  width: 100%;
  max-width: 100%;
}

.slick-slider *:focus {
  outline: none;
}


.hs_fullwidth_row9_grp .logos_slider_wrap img {
  margin: 0 auto;
}

.hs_fullwidth_row9_grp .logos_slider_wrap .item {
  margin-right: 10px;
  margin-left: 0;
}

.hs_fullwidth_page .mem_plans_wrap .tf_plan_pricing__blc .card-body .mem_plans__blc__info {
  padding-top: 2rem;
}

.hs_fullwidth_page .mem_plans_wrap .tf_plan_pricing__blc .card {
  margin: 0;
}

.hs_fullwidth_page .video_lightbox_wrap.style2 {
  padding-top: 3rem !important;
  margin-top: 3rem !important;
}

.hs_fullwidth_page .video_lightbox_wrap.style2 .video_lightbox_inner .video_lightbox_info {
  margin: 0;
  padding: 0;
}

.hs_fullwidth_page .tf_chart__area .tf_chart__report_blc {
  margin-bottom: 3rem;
}

.hs_fullwidth_page .tf_chart__area .chartjs-render-monitor {
  margin-left: -1rem;
}

.case-study-page-wrap .banner_main_wrap .banner_wrap {
  padding-top: 12rem;
  min-height: auto;
  height: 25rem;
  padding-bottom: 5rem;
}

.lp-page-v2-wrap .con-wt-chart .tf_chart__report_blc {
  margin-bottom: 3rem;
}

.lp-page-v2-wrap .con-wt-chart .tf_chart__report_blc canvas {
  margin-left: -1rem;
}


@media screen and (min-width: 1920px) and (max-width: 5000px) {
  .team-page-wrap .banner_main_wrap .banner_wrap {
    min-height: auto;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1800px) {
  .team-page-wrap .banner_main_wrap .banner_wrap {
    min-height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-page-wrap .banner_main_wrap .banner_wrap {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 767px) {

}

@media (min-width: 576px) and (max-width: 767.98px) {
  .home-page-wrap .banner_main_wrap .banner_wrap {
    padding-top: 10rem;
    padding-bottom: 8.5rem;
  }
}

@media (max-width: 575.98px) {
  .home-page-wrap .banner_main_wrap .banner_wrap {
    padding-top: 7rem;
    padding-bottom: 8.5rem;
  }

  .home-page-wrap .banner_main_wrap .banner_wrap .tf__banner_info__text p {
    font-size: 1.25rem;
  }

}

.hs_faq_page .bt_pane_wrap .section p {
  letter-spacing: 0.22rem;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem !important;
  line-height: 1.2;
}

.fullwidth-page-wrap .banner_main_wrap .banner_wrap {
  padding-bottom: 17.25rem;  
}

.fullwidth-page-wrap .con_w_bg_image_wrap {
  padding-top: 5rem;
  padding-bottom: 3.375rem;
  background-position: center;
}

.fullwidth-page-wrap .hs_fullwidth_row3_grp .con_w_bg_image_wrap h1 {
  margin-bottom: 2rem;
}

.fullwidth-page-wrap .con_w_top_image_wrap .con_w_top_image_blc .con_w_top_image_info h5 {
  letter-spacing: 0.312rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.fullwidth-page-wrap .con_w_top_image_wrap .con_w_top_image_blc .con_w_top_image_info p {
  font-size: 1.125rem;
  padding: 0 29px;
}

.fullwidth-page-wrap  .con_w_top_image_wrap .con_w_top_image_blc {
  margin-bottom: 3.125rem;
}

@media (max-width: 575.98px) {
  .fullwidth-page-wrap .banner_main_wrap .banner_wrap {
    min-height: 50.937rem;
  }
}

.hs_lp_v2_row2_grp .vertical_spacing.con_w_bg_image_wrap {
  padding: 5rem 0;
  background-position: unset;
}

.lp-btm-pane .button_parent a {
  min-width: 14.375rem;
}

.hs_lp_v2_row4_grp .con_w_top_image_wrap .item2 .con_w_top_image_blc .con_w_top_image_thumb img {
  height: 5.312rem;
}

.hs_lp_v2_row4_grp .con_w_top_image_wrap .item3 .con_w_top_image_blc .con_w_top_image_thumb img {
  height: 7.5rem;
}

.hs_lp_v2_row4_grp .con_w_top_image_wrap .item1 .con_w_top_image_blc .con_w_top_image_thumb img {
  height: 3.625rem;
}

.hs_lp_v2_row4_grp .con_w_top_image_wrap .con_w_top_image_blc .con_w_top_image_info h5 {
  letter-spacing: 0.312rem;
  color: #fa8788;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.hs_lp_v2_row4_grp .con_w_top_image_wrap .con_w_top_image_blc .con_w_top_image_info p {
  padding: 0 29px;
  font-size: 1.125rem;
}

.hs_lp_v2_row4_grp .con_w_top_image_wrap .con_w_top_image_blc {
  margin-bottom: 3.125rem;
}

.hs_lp_v2_row4_grp .con_w_top_image_wrap .section_blc__btn {
  margin-bottom: 1.875rem;
}


.hs_lp_v2_row6_grp .bt_pane_wrap .section h5 {
  margin-bottom: 1.5rem;
}


.hs_rank_scanner_row4_grp .mem_plans_wrap .section__blc_info {
  padding-bottom: 3rem;
}


.hs_rank_scanner_row3_grp .con_w_bg_image_wrap {
  background-position: unset;
  padding-top: 3.5rem;
  padding-bottom: 4.75rem;
}

.hs_rank_scanner_row3_grp .con_w_bg_image_wrap .button_parent a {
  min-width: 14.625rem;
}


.style-col-sec .span4,
.style-col-sec .span8{
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0 !important;
}

.style-col-sec .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: normal;
}

.style-col-sec .hs_cos_wrapper_type_rich_text h5 {
  font-size: 1.125rem;
  letter-spacing: 0.28rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "Lato",sans-serif;
}

.style-col-sec .hs_cos_wrapper_type_rich_text h1 {
  letter-spacing: -0.063rem;
}


.hs_rank_scanner_row2_grp .hs_cos_wrapper_type_rich_text h1 {
  font-weight: 700;
}
.style-col-sec .dnd-section > .row-fluid {
  padding: 0;
}

.style-col-sec .hs-button {
  align-items: center;
  background-color: transparent;
  border: 1px solid #018065;
  border-radius: 0.25rem;
  border-color: #018065;
  color: #018065;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 400;
  font-weight: 700;
  height: 3.125rem;
  justify-content: center;
  letter-spacing: .188rem;
  line-height: 1.5;
  min-width: 12.5rem;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-transform: uppercase;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  user-select: none;
  vertical-align: middle;
  background-image: none;
  margin-top: 0;
}

.style-col-sec .hs-button {
  border-color: #018065;
  color: #018065;
}


.style-col-sec .hs-button:hover {
  background-color: #018065;
  border-color: #018065;
  color: #fff;
}

.hs_local_search_row13_grp .con_w_bg_image_wrap {
  background-position: unset;
  padding-top: 3.5rem;
  padding-bottom: 4.75rem;
}

.hs_local_search_row13_grp .con_w_bg_image_wrap .button_parent a {
  min-width: 14.625rem;
}

.hs_local_search_row10_grp .con_w_top_image_wrap.two_column .row {
  align-items: unset !important;
}

.hs_local_search_row8_grp .mem_plans_wrap .section__blc_info {
  padding-bottom: 3rem;
}

.hs_local_search_row7_grp .con_w_top_image_wrap .con_w_top_image_blc .con_w_top_image_info p {
  font-size: 1.25rem;
  padding: 0;
}

.hs_local_search_row7_grp .con_w_top_image_wrap .con_w_top_image_blc .con_w_top_image_info h5 {
  letter-spacing: 0.28rem;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.hs_local_search_row7_grp .con_w_top_image_wrap .con_w_top_image_blc .con_w_top_image_thumb {
  margin-bottom: 1.25rem;
  height: 12.125rem;
}

.hs_local_search_row7_grp .con_w_top_image_wrap .con_w_top_image_blc {
  margin-bottom: 3.125rem;
}




.sec_style_diff .con_w_image.style2 {
  padding: 6.25rem 0;
}

.sec_style_diff .con_w_image.style2 .con_w_image_in__row {
  min-height: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.sec_style_diff .con_w_image.style2 .col-md-6 {
  padding-right: 15px;
  padding-left: 15px;
}


.sec_style_diff .con_w_image .con_w_image_info h1 {
  letter-spacing: -0.063rem;
  margin-bottom: 0.75rem;
}

.sec_style_diff .con_w_image .con_w_image_info p {
  margin-bottom: 1rem;
}

.sec_style_diff .con_w_image.style2 .con_w_image_info .con_w_image_btn {
  margin-bottom: 1.625rem;
}

.sec_style_diff .con_w_image.con_pos_right .con_w_image_thumb {
  padding-top: 0;
}

.sec_style_diff .con_w_image.con_pos_right .con_w_image_info {
  padding: 2rem 4.75rem 2rem 0 !important;
}



.hs_case_study_in_row2_grp .mem_plans_wrap .tf_plan_pricing__blc .row {
  justify-content: center ;
}


.hs_case_study_in_row2_grp .mem_plans_wrap .tf_plan_pricing__blc .card {
  margin: 0;
}

.hs_case_study_in_row2_grp .mem_plans_wrap .tf_plan_pricing__blc .card-body {
  padding-bottom: 0;
}

.hs_local_search_row6_grp .con_w_bg_image_wrap {
  padding: 5rem 0;
  background-position: unset;
}


.hs_rank_scanner_row1_grp .hs_rank_scanner_row1 {
  padding: 0;
}

.hs_local_search_row5_grp .vertical_spacing {
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
}


@media (min-width: 768px){
  .style-col-sec .span8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .style-col-sec .span4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
/* Menu and simple menu */
.hs-menu-wrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}