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

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
}

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

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

/* .dnd-section .dnd-column {
padding: 0 20px;
} */

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


}



.body-text {
  display: block;
  max-width: 720px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: urw-din, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  white-space: normal;
}

.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.body-text.centered {
  max-width: 720px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 300;
}

.body-text p {
  margin: 0;
}

.intro-heading {
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

[class=*"container"]:after {
  clear: both;
}

[class=*"container"]:before,
[class=*"container"]:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}


.hs_full_width_page .dnd-section>.row-fluid {
  max-width: 940px;
}
.hs_full_width_page {
  overflow-x: hidden;
}

.hs_full_width_page .cm_embedded_wrap {
  padding-bottom: 155px;
}

.hs_full_width_page .cm_embedded_wrap .cm_iframe_wrap {
  position: relative;
  display: block;
  overflow: scroll;
  margin-top: 5px;
  margin-right: -100px;
  margin-left: -100px;
  padding-top: 6px;
  padding-bottom: 0;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none #000;
  opacity: 0.9;
}

.hs_full_width_page .cm_embedded_wrap .cm_iframe_wrap iframe {
  width: 100%;
  height: 2000px;
}


main.body-container-wrapper .hs_web_v2_row1_grp .dnd-section {
  padding: 7em 10px 7em;
  font-size: 14px;
}

.hs_web_v2_page .dnd-section>.row-fluid {
  margin-top: 2em;
  max-width: 940px;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text h2 {
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 24px;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text h4 {
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text p {
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  max-width: none;
  margin-bottom: 40px;
  color: #111;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text ul {
  margin-top: 12px;
  padding-left: 40px;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  margin-bottom: 40px;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text ul li {
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}

.hs_web_v2_page .hs_privacy_row1_grp ul.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.hs_web_v2_page .hs_cos_wrapper_type_rich_text a {
  font-weight: 500;
}

.hs_privacy_page.hs_web_v2_page .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 34px;
}

.hs_faq_row1_grp .dnd-section {
  padding-bottom: 5em;
}

main.body-container-wrapper.hs_faq_page .dnd-section {
  padding-left: 0;
  padding-right: 0;
}



main.body-container-wrapper .hs_service_inner_row1_grp .dnd-section {
  padding: 2em 0 4em;
}

.hs_service_inner_row1_grp .dnd-section>.row-fluid {
  max-width: 800px;
  padding: 0 12px;
}

.hs_service_inner_row1_grp .hs_cos_wrapper_type_rich_text {
  font-size: 14px;
}

.hs_service_inner_row1_grp .hs_cos_wrapper_type_rich_text h3 {
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 500; 
  margin-top: 0;
  margin-bottom: 12px;
}

.hs_service_inner_row1_grp .hs_cos_wrapper_type_rich_text p {
  color: #111;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  max-width: 720px;
  margin-bottom: 10px;  
  margin-top: 0;
}

.hs_service_inner_row1_grp .hs_cos_wrapper_type_rich_text ul {
  margin-top: 12px;
  margin-bottom: 32px;
  padding-left: 40px;
  color: #000;
  font-size: 16px;
  line-height: 32px;
}

.hs_service_inner_row1_grp .hs_cos_wrapper_type_rich_text ul li {
  max-width: 800px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}

.hs_service_inner_row1_grp .hs_cos_wrapper_type_rich_text a {
  font-weight: 500;
}

strong {
  font-weight: bold;
}

main.body-container-wrapper .hs_service_inner_row2_grp .dnd-section {
  padding: 2em 0 5em;
}

.hs_service_inner_row2_grp .acc_wrap .internal-heading-container h1 {
  font-size: 35px;
  line-height: 40px;
}


.service_inner_banner .adv_banner_wrap .adv_banner_content .adv_banner_buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}



.hs_digi_pro_page .dnd-section>.row-fluid {
  max-width: 800px;
  padding-left: 12px;
  padding-right: 12px;
}

.hs_digi_pro_row1_grp .dnd-section {
  padding-top: 4em;
  padding-bottom: 4em;
}

.hs_digi_pro_page .hs_cos_wrapper_type_rich_text p {
  margin-top: 0;
  color: #111;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  max-width: 720px;
  margin-bottom: 10px;
}

main.body-container-wrapper.hs_digi_pro_page .dnd-section {
  padding-left: 0;
  padding-right: 0;
}

.hs_digi_pro_page .hs_cos_wrapper_type_rich_text figure {
  margin: 0 0 10px;
}

.hs_digi_pro_page .hs_cos_wrapper_type_rich_text figure>div {
  font-size: 0;
  color: transparent;
  width: 100%;
}

.hs_digi_pro_page .hs_cos_wrapper_type_rich_text figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  width: 100% !important;
  max-height: initial !important;
  min-width: auto !important;
}

.hs_digi_pro_row2_grp .dnd-section {
  padding-top: 4em;
  padding-bottom: 4em;
}

.hs_digi_pro_page .hs_cos_wrapper_type_rich_text h3 {
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 12px;
}

.hs_digi_pro_row2_grp .hs_cos_wrapper_type_rich_text, 
.hs_digi_pro_row2_grp .hs_cos_wrapper_type_rich_text h3,
.hs_digi_pro_row2_grp .hs_cos_wrapper_type_rich_text ul,
.hs_digi_pro_row2_grp .hs_cos_wrapper_type_rich_text ol, 
.hs_digi_pro_row2_grp .hs_cos_wrapper_type_rich_text p {
  color: #111;
}

.hs_digi_pro_row2_grp .dnd-section .span6:first-child {
  padding-right: 20px;
}

.hs_digi_pro_row2_grp .dnd-section .span6:nth-child(2) {
  padding-left: 20px;
  margin-left: 0;
}

.hs_digi_pro_row2_grp .dnd-section .span6 {
  width: 50%;
}

.hs_digi_pro_row2_grp .widget-type-rich_text {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.hs_digi_pro_page .hs_cos_wrapper_type_rich_text ul {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  margin-top: 12px;
  margin-bottom: 32px;
  padding-left: 40px;
  overflow: hidden;
}

.hs_digi_pro_page .hs_cos_wrapper_type_rich_text ul li {
  max-width: 800px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}

.hs_digi_pro_page .hs_cos_wrapper_type_rich_text a {
  font-weight: 500;
}

.hs_digi_pro_page .bg_image {
  height: 80vh;
  overflow: hidden;
  box-shadow: none;
}

.hs_digi_pro_page .dnd-section[class*="force"]>.row-fluid {
  padding: 0;
}

.hs_digi_pro_row4_grp .dnd-section {
  padding-top: 2em;
  padding-bottom: 4em;
}

.hs_digi_pro_row2_grp .widget-type-space {
  padding-top: 40px;
}

.hs_digi_pro_page .hs_cos_wrapper_type_rich_text h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-top: 80px;
  margin-bottom: 24px;
}

.hs_digi_pro_page .hs_cos_wrapper_type_rich_text h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #111;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hs_digi_pro_page .hs_cos_wrapper_type_rich_text h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.hs_digi_pro_page .hs_cos_wrapper_type_rich_text h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.container {
  margin: 0 auto;
}

.container.small-container {
  max-width: 940px;
}


.hs_services_row1_grp .dnd-section {
  padding-top: 2em;
  padding-bottom: 4em;
}

.hs_services_row1_grp h2 {
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hs_services_row1_grp .dnd-section>.row-fluid {
  padding: 10px 5px;
}

main.body-container-wrapper.hs_services_page .dnd-section {
  padding-left: 0;
  padding-right: 0;
}

.services_banner .banner-slider {
  height: 95vh;
}

.services_banner .banner-slider .abt-banner-wrap {
  height: 100vh;
  padding-top: 25%;
  padding-bottom: 25%;
}

.services_banner .banner-slider .abt-banner-wrap .abt-hero-container .sbt-her0-column h1 {
  margin-top: 40px;
  color: #fff;
}

.services_banner .banner-slider .slick-prev, 
.services_banner .banner-slider .slick-next {
  display: none !important;  
}

.hs_services_page .work-with-us-wrap .work-grid-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hs_services_page .work-with-us-wrap .work-grid-list .work-grid-item {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  display: flex;
}

.hs_services_page .work-with-us-wrap .work-grid-list:before,.hs_services_page .work-with-us-wrap .work-grid-list:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.hs_services_page .work-events-list-containers {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  white-space: pre;
  -o-object-fit: fill;
  object-fit: fill;
}

.hs_services_page .work-with-us-wrap .work-grid-list .work-grid-item a {
  display: inline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #b29e87;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  max-width: 100%;
  display: grid;
  width: 100%;
  flex-direction: column;
}

.hs_services_page .work-with-us-wrap .work-grid-list .work-grid-item p.work-with-us-txt {
  font-weight: 300;
  font-family: inherit;
  padding-top: 5px;
  white-space: pre-wrap;
  font-size: inherit;
  margin: 0;
}

.hs_services_page .work-with-us-wrap .events-list-heading h2 {
  margin-left: 18px;
}

.hs_services_page .featured-testimonials-slider {
  padding-top: 7em;
  padding-bottom: 4em;
}

.hs_services_page .featured-testimonials-slider .featured-testimonials-item .testimonial-list .testimonial-item {
  max-width: 650px;
  margin-bottom: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.services_banner .banner-slider .abt-banner-wrap .abt-hero-container .sbt-her0-column a {
  margin-top: 40px;
  margin-left: 0;
}

.services_banner .banner-slider .abt-banner-wrap .abt-hero-container .sbt-her0-column a {
  margin-left: 0;
}


@media screen and (max-width: 991px) {
  .container.small-container,
  .hs_full_width_page .dnd-section>.row-fluid {
	 max-width: 728px;
  }
  .intro-heading {
	 font-size: 30px;
	 line-height: 35px;
  }
  .hs_full_width_page .cm_embedded_wrap {
	 padding-bottom: 70px;
  }
  .hs_digi_pro_page .hs_cos_wrapper_type_rich_text h2,
  .hs_web_v2_page .hs_cos_wrapper_type_rich_text h2 {
	 font-size: 6.2vw;
	 line-height: 5.6vw;
  }
  .hs_privacy_page.hs_web_v2_page .hs_cos_wrapper_type_rich_text p {
	 font-size: 2.1vw;
	 line-height: 30px;
  }
  .hs_full_width_page .cm_embedded_wrap .cm_iframe_wrap {
	 position: relative;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 overflow: scroll;
	 margin-right: auto;
	 margin-left: auto;
	 padding-top: 0;
	 padding-right: 0;
	 padding-left: 0;
	 border-left-style: none;
	 border-left-width: 0;
  }

  main.body-container-wrapper .hs_service_inner_row2_grp .dnd-section,
  main.body-container-wrapper .hs_service_inner_row1_grp .dnd-section {
	 padding: 4em 0;
  }

  .hs_service_inner_row2_grp .acc_wrap .internal-heading-container h1 {
	 margin-bottom: 20px;
	 font-size: 30px;
	 line-height: 35px;
  }
  .hs_service_inner_row1_grp .hs_cos_wrapper_type_rich_text ul li {
	 font-size: 18px;
  }

  .hs_digi_pro_row2_grp .dnd-section .span6 {
	 width: 100%;
  }

  .hs_digi_pro_row2_grp .dnd-section .span6:first-child {
	 padding-bottom: 40px;
  }

  .hs_digi_pro_row2_grp .dnd-section .span6:nth-child(2) {
	 padding: 0;
  }
  .hs_digi_pro_page .bg_image {
	 height: 50vh;
  }
  .hs_digi_pro_row4_grp .dnd-section {
	 padding-top: 4em;
	 padding-bottom: 4em;
  }

  .hs_digi_pro_row2_grp .widget-type-space {
	 padding-top: 50px;
  }
  .hs_digi_pro_page .hs_cos_wrapper_type_rich_text h4 {
	 min-width: 0;
	 font-size: 2.3vw;
  }  
  .hs_faq_row1_grp .dnd-section {
	 padding-top: 162px;
  }
  .hs_services_page .bottom_pane_wrap {
	 padding: 4em 0 !important;
  }

  .hs_services_row1_grp .dnd-section {
	 padding-top: 4em;
	 padding-bottom: 4em;
  }

  .hs_services_row1_grp .dnd-section>.row-fluid {
	 margin-top: 50px;
  }
  .hs_web_v2_page .hs_cos_wrapper_type_rich_text h4 {
	 font-size: 2.3vw;
  }
  .hs_services_row1_grp h2 {
	 line-height: 35px;
  }
  .hs_digi_pro_row2_grp .row-number-6.dnd-row {
	 padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .body-text {
	 font-size: 16px;
	 line-height: 28px;
  }
  .body-text.centered {
	 padding-right: 10px;
	 padding-left: 10px;
  }
  .intro-heading {
	 line-height: 36px;
  }
  .hs_full_width_page .cm_embedded_wrap {
	 padding-bottom: 178px;
  }
  .hs_digi_pro_page .hs_cos_wrapper_type_rich_text h2,
  .hs_web_v2_page .hs_cos_wrapper_type_rich_text h2 {
	 font-size: 32px;
	 line-height: 36px;
  }
  main.body-container-wrapper .hs_web_v2_row1_grp .dnd-section {
	 padding-top: 2em;
  }
  .hs_web_v2_page .dnd-section>.row-fluid {
	 max-width: 100%;
	 margin-top: 0;
  }
  .hs_web_v2_page {
	 padding: 0 10px;
  }
  .hs_web_v2_page .hs_cos_wrapper_type_rich_text h4 {
	 font-size: 2.8vw;
  }
  .hs_web_v2_page .hs_cos_wrapper_type_rich_text ul li {
	 font-size: 18px;
	 line-height: 28px;
  }
  .hs_privacy_page.hs_web_v2_page .hs_cos_wrapper_type_rich_text p {
	 font-size: 2.8vw;
  }
  .hs_full_width_page .cm_embedded_wrap .cm_iframe_wrap {
	 position: relative;
	 overflow: hidden;
	 border-left-width: 0;
  }
  main.body-container-wrapper .hs_service_inner_row2_grp .dnd-section,
  main.body-container-wrapper .hs_service_inner_row1_grp .dnd-section {
	 padding-left: 10px;
	 padding-right: 10px;
  }
  .hs_service_inner_row1_grp .hs_cos_wrapper_type_rich_text ul li { 
	 line-height: 30px;
  }
  .hs_service_inner_row1_grp .dnd-section>.row-fluid {
	 padding: 0 10px;
  }
  main.body-container-wrapper.hs_digi_pro_page .dnd-section {
	 padding-left: 8px;
	 padding-right: 8px;
  }
  .hs_digi_pro_page .hs_cos_wrapper_type_rich_text ul li {
	 font-size: 18px;
	 line-height: 30px;
  }
  .hs_digi_pro_page .bg_image {
	 height: 40vh;
  }
  .hs_digi_pro_page .hs_cos_wrapper_type_rich_text h4 {
	 font-size: 2.8vw;
  }
  main.body-container-wrapper.hs_services_page .dnd-section,
  main.body-container-wrapper.hs_faq_page .dnd-section {
	 padding-left: 10px;
	 padding-right: 10px;
  }
  .hs_services_row1_grp h2 {
	 line-height: 36px;
  }
  .hs_services_page .featured-testimonials-slider {
	 padding-left: 10px;
	 padding-right: 10px;
  }
  .hs_services_page .featured-testimonials-slider .featured-testimonials-botm {
	 padding: 0 10px;
  }
  .services_banner .banner-slider .abt-banner-wrap .abt-hero-container .sbt-her0-column a {
	 margin-left: auto;
  }

  .hs_web_v2_page .hs_privacy_row1_grp .dnd-section {
	 padding-bottom: 0px !important;
  }
  .services_banner .banner-slider .abt-banner-wrap .abt-hero-container .sbt-her0-column a {
	 margin-left: auto;
  }
  .services_banner .banner-slider .abt-banner-wrap {
	 padding-left: 10px;
	 padding-right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .hs_digi_pro_page .hs_cos_wrapper_type_rich_text h2,
  .hs_web_v2_page .hs_cos_wrapper_type_rich_text h2 {
	 font-size: 24px;
	 line-height: 28px;
  }
  main.body-container-wrapper .hs_web_v2_row1_grp .dnd-section {
	 padding-bottom: 2em;
	 padding-right: 0;
	 padding-left: 0;
  }
  .hs_privacy_page.hs_web_v2_page .hs_cos_wrapper_type_rich_text p {
	 font-size: 16px;
	 line-height: 24px;
  }
  .hs_full_width_page .cm_embedded_wrap .cm_iframe_wrap {
	 position: static;
	 display: block;
	 overflow: scroll;
	 padding-right: 0px;
	 -o-object-fit: fill;
	 object-fit: fill;
  }
  .hs_digi_pro_page .hs_cos_wrapper_type_rich_text ul li,
  .hs_service_inner_row1_grp .hs_cos_wrapper_type_rich_text ul li {
	 line-height: 28px;
  }
  main.body-container-wrapper .hs_service_inner_row2_grp .dnd-section {
	 padding-top: 3em;
  }
  .hs_service_inner_row1_grp .hs-button {
	 display: block;
  }
  .service_inner_banner .adv_banner_wrap .adv_banner_content .adv_banner_buttons {
	 -ms-grid-columns: 1fr;
	 grid-template-columns: 1fr;
	 -ms-grid-rows: auto auto;
	 grid-template-rows: auto auto;
	 text-align: center;
  }
  .service_inner_banner .adv_banner_wrap .adv_banner_content .adv_banner_buttons a {
	 display: inline-block;
  }
  .service_inner_banner .adv_banner_wrap .adv_banner_content .adv_banner_buttons>div:last-child a {
	 width: 250px;
	 margin: 0;
  }
  .digi_pro_banner .adv_banner_wrap .adv_banner_content h1 {
	 font-size: 30px;
  }
  .hs_digi_pro_page .hs_cos_wrapper_type_rich_text h4 {
	 font-size: 16px;
  }
  .digi_pro_banner .adv_banner_wrap .adv_banner_content .adv_banner_buttons a {
	 width: 195px;
	 margin: 0;
	 padding-right: 35px;
	 padding-left: 35px;
  }
  .hs_digi_pro_page .bg_image {
	 height: 20vh;
  }
  .hs_digi_pro_row4_grp .hs-button {
	 display: block;
  }
  .hs_faq_row1_grp .dnd-section {
	 padding-top: 144px;
  }

  .hs_services_page .work-events-list-containers {
	 padding: 0;
	 margin: 0;
  }
  .hs_web_v2_page .hs_cos_wrapper_type_rich_text h4 {
	 font-size: 16px;
  }
  .hs_web_v2_page .hs_cos_wrapper_type_rich_text h4 {
	 font-size: 16px;
  }
  .services_banner .banner-slider .abt-banner-wrap {
	 padding-left: 10px;
	 padding-right: 10px;
	 padding: 4em 0;
  }

  .services_banner .banner-slider .abt-banner-wrap .abt-hero-container .sbt-her0-column a {
	 margin-top: 10px;
	 margin-bottom: 2em;
	 margin-left: auto;
  }

  .services_banner .banner-slider .abt-banner-wrap .abt-hero-container {
	 padding-top: 220px;
	 padding-bottom: 40px;
  }

  .services_banner .banner-slider .abt-banner-wrap .abt-hero-container .sbt-her0-column h1 {
	 margin-top: 0;
  }

  .hs_services_page .work-with-us-wrap .work-grid-list .work-grid-item {
	 padding-left: 0;
	 padding-right: 0;
  }
}

@media (max-width: 479px) and (max-height: 838px) {
  .services_banner .banner-slider .abt-banner-wrap .abt-hero-container {
	 padding-top: 0;
	 transform: none;
	 top: 0;
  }

  .services_banner .banner-slider .abt-banner-wrap {
	 display: flex;
	 align-items: center;
	 height: auto;
	 min-height: 100vh;
  }

  .services_banner .banner-slider {
	 height: auto;
  }
}
body {
  line-height: 1.12;
  word-break: break-word;
}

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

@font-face { 
  font-family: swiper-icons; 
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA"); font-style: normal; 
  font-weight: 400; 
}

@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/c939b6/00000000000000007735a828/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3) format("woff2"),url(https://use.typekit.net/af/c939b6/00000000000000007735a828/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3) format("woff"),url(https://use.typekit.net/af/c939b6/00000000000000007735a828/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3) format("opentype");
  font-weight:100;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/449383/00000000000000007735a82b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3) format("woff2"),url(https://use.typekit.net/af/449383/00000000000000007735a82b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3) format("woff"),url(https://use.typekit.net/af/449383/00000000000000007735a82b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i1&v=3) format("opentype");
  font-weight:100;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/eb1186/00000000000000007735a82f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3) format("woff2"),url(https://use.typekit.net/af/eb1186/00000000000000007735a82f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3) format("woff"),url(https://use.typekit.net/af/eb1186/00000000000000007735a82f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3) format("opentype");
  font-weight:200;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/bd6e52/00000000000000007735a831/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3) format("woff2"),url(https://use.typekit.net/af/bd6e52/00000000000000007735a831/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3) format("woff"),url(https://use.typekit.net/af/bd6e52/00000000000000007735a831/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3) format("opentype");
  font-weight:200;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/c3b3a1/00000000000000007735a834/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff2"),url(https://use.typekit.net/af/c3b3a1/00000000000000007735a834/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff"),url(https://use.typekit.net/af/c3b3a1/00000000000000007735a834/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("opentype");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/1814f5/00000000000000007735a837/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("woff2"),url(https://use.typekit.net/af/1814f5/00000000000000007735a837/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("woff"),url(https://use.typekit.net/af/1814f5/00000000000000007735a837/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3) format("opentype");
  font-weight:300;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/1f0265/00000000000000007735a839/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),url(https://use.typekit.net/af/1f0265/00000000000000007735a839/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),url(https://use.typekit.net/af/1f0265/00000000000000007735a839/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
  font-weight:400;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/f1d51b/00000000000000007735a83d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/f1d51b/00000000000000007735a83d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/f1d51b/00000000000000007735a83d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/5f44f1/00000000000000007735a840/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("woff2"),url(https://use.typekit.net/af/5f44f1/00000000000000007735a840/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("woff"),url(https://use.typekit.net/af/5f44f1/00000000000000007735a840/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("opentype");
  font-weight:500;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/d96df7/00000000000000007735a843/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"),url(https://use.typekit.net/af/d96df7/00000000000000007735a843/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"),url(https://use.typekit.net/af/d96df7/00000000000000007735a843/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/caf48f/00000000000000007735a846/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3) format("woff2"),url(https://use.typekit.net/af/caf48f/00000000000000007735a846/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3) format("woff"),url(https://use.typekit.net/af/caf48f/00000000000000007735a846/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3) format("opentype");
  font-weight:600;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/b8eeae/00000000000000007735a849/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff2"),url(https://use.typekit.net/af/b8eeae/00000000000000007735a849/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("woff"),url(https://use.typekit.net/af/b8eeae/00000000000000007735a849/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3) format("opentype");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/1c5092/00000000000000007735a84b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),url(https://use.typekit.net/af/1c5092/00000000000000007735a84b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),url(https://use.typekit.net/af/1c5092/00000000000000007735a84b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
  font-weight:700;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/cd97e9/00000000000000007735a84f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/cd97e9/00000000000000007735a84f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/cd97e9/00000000000000007735a84f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/fe2f02/00000000000000007735a851/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3) format("woff2"),url(https://use.typekit.net/af/fe2f02/00000000000000007735a851/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3) format("woff"),url(https://use.typekit.net/af/fe2f02/00000000000000007735a851/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3) format("opentype");
  font-weight:900;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/0fba77/00000000000000007735a855/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("woff2"),url(https://use.typekit.net/af/0fba77/00000000000000007735a855/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("woff"),url(https://use.typekit.net/af/0fba77/00000000000000007735a855/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("opentype");
  font-weight:900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:urw-din-condensed;
  src:url(https://use.typekit.net/af/b27e1e/00000000000000007735a83b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),url(https://use.typekit.net/af/b27e1e/00000000000000007735a83b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"), url(https://use.typekit.net/af/b27e1e/00000000000000007735a83b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
  font-weight:400;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:urw-din-condensed;
  src:url(https://use.typekit.net/af/ba5c17/00000000000000007735a83e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/ba5c17/00000000000000007735a83e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/ba5c17/00000000000000007735a83e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:urw-din-condensed;
  src:url(https://use.typekit.net/af/be96d8/00000000000000007735a84d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/be96d8/00000000000000007735a84d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/be96d8/00000000000000007735a84d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:urw-din-condensed;
  src:url(https://use.typekit.net/af/3f20e7/00000000000000007735a850/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),url(https://use.typekit.net/af/3f20e7/00000000000000007735a850/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),url(https://use.typekit.net/af/3f20e7/00000000000000007735a850/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
  font-weight:700;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:urw-din-semi-condensed;
  src:url(https://use.typekit.net/af/68a396/00000000000000007735a83c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/68a396/00000000000000007735a83c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/68a396/00000000000000007735a83c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:urw-din-semi-condensed;
  src:url(https://use.typekit.net/af/960873/00000000000000007735a83f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),url(https://use.typekit.net/af/960873/00000000000000007735a83f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),url(https://use.typekit.net/af/960873/00000000000000007735a83f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
  font-weight:400;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:urw-din-semi-condensed;
  src:url(https://use.typekit.net/af/f61b58/00000000000000007735a84e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/f61b58/00000000000000007735a84e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/f61b58/00000000000000007735a84e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:urw-din-semi-condensed;
  src:url(https://use.typekit.net/af/349829/00000000000000007735a852/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),url(https://use.typekit.net/af/349829/00000000000000007735a852/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),url(https://use.typekit.net/af/349829/00000000000000007735a852/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
  font-weight:700;
  font-style:italic;
  font-display:swap;
}

@font-face { 
  font-family: "webflow-icons"; 
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
}

@font-face { 
  font-family: urw-din; 
  src: url("https://use.typekit.net/af/cd97e9/00000000000000007735a84f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
	 url("https://use.typekit.net/af/cd97e9/00000000000000007735a84f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
	 url("https://use.typekit.net/af/cd97e9/00000000000000007735a84f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 700; 
  font-display:swap;
}

/* Paragraphs */


/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* 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 {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: urw-din, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 10px 0;
}


/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  margin-top: 5px;
  border-style: solid;
  -webkit-transition-duration: 200ms, 200ms, 200ms;
  transition-duration: 200ms, 200ms, 200ms;
  color: #111;
  font-size: 11px;
  text-align: center;
  border-width: 1px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  height: 55px;
  border-style: solid;
  border-width: 1px;
  color: #111;
  padding: 8px 12px;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  vertical-align: middle;
  border: 1px solid #cccccc;
  margin-bottom: 0;
  outline:none;
}

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;
  margin-right: 0.35rem;
}

/* 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,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  margin-top: 5px;
  border-style: solid;
  -webkit-transition-duration: 200ms, 200ms, 200ms;
  transition-duration: 200ms, 200ms, 200ms;
  color: #111;
  font-size: 11px;
  text-align: center;
  border-width: 1px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.hs-form .field .input a {
    margin-top: 20px;
}

ul.no-list.hs-error-msgs li label {
    color: #ff5e00;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(max-width:767px){
  .body-container-wrapper .custom_error_message form, .body-container-wrapper .widget-type-form, .body-container-wrapper .widget-type-blog_subscribe, .body-container-wrapper .widget-type-google_search, .body-container-wrapper .widget-type-password_prompt.custom_error_message, .body-container-wrapper .widget-type-email_simple_subscription, .hs-blog-post .body-container-wrapper .widget-type-blog_comments, .body-container-wrapper .hs-search-field__bar, .body-container-wrapper .submitted-message, .body-container-wrapper #hs_cos_wrapper_password_prompt, .body-container .submitted-message, .blog-comments form, .widget-type-email_simple_subscription, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_member_register, .hs_cos_wrapper_type_password_reset_request, .hs_cos_wrapper_type_password_reset, .widget-type-password_prompt {
    margin-bottom: 16px;
  }
}
/* 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;
}




/* ========================================custom pages css start form here=========================== */

.body-container-trainers {
    background-color: #f5f5f5;
    padding-top: 10em;
    padding-bottom: 7em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9)));
    background-image: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9));
}
.body-trainers__mid-section .dnd-section > .row-fluid {
    margin-top: 6em;
}
.body-trainers__bottom-section .dnd-section {
    margin-top: 4.65em;
    padding: 0;
}
.hs-myJournal-section .empty-state {
    padding: 10px;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #111;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.8)), to(rgba(17, 17, 17, 0.8))), url(https://20797375.fs1.hubspotusercontent-na1.net/hubfs/20797375/raw_assets/public/Motivny_October2021/images/5fc833eecf7d4f200309de50_empty.svg);
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0.8)), url(https://20797375.fs1.hubspotusercontent-na1.net/hubfs/20797375/raw_assets/public/Motivny_October2021/images/5fc833eecf7d4f200309de50_empty.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 32px 32px;
    background-repeat: repeat, no-repeat;
    color: #fff;
}
.body-login-section2 h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.body-login-section2 p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    color: #000;
}
.body-login-section2 .hs-button {
    border-color: #b29e87;
    background-color: #b29e87;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 19px 30px;
}
.body-login-section2 .hs-button:hover {
    border-color: #111;
    background-color: #111;
}
.body-login-section2 .dnd-section > .row-fluid {
    padding-bottom: 40px;
}
.body-login-section3 h2 {
    margin-bottom: 20px;
    margin-left: 18px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.body-login-section3 p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.body-login-section4 .dnd-section > .row-fluid {
    margin-top: 5em;
}
.body-login-section4 h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.body-login-section4 h5 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 8px;
}
.body-login-section4 p {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  color: #333;
  font-weight: 400;
}
.body-login-section4 h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
}
.body-login-section4 .dnd-section {
    background-image: linear-gradient( 180deg, #fff, #fff);
}
.body-login-section6 .page-header.section-header h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.body-login-section6 .page-header.section-header {
    display: block;
    padding-top: 3px;
}
.body-login-section6 .page-header.section-header p {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}
.body-login-section6 form {
    width: 500px;
    margin: 0 auto;
      max-width: 100%;
}
.body-login-section6 form label {
    margin-bottom: 0;
}
.body-login-section6 form textarea {
    height: 120px;
}
.body-login-section6 form .actions {
    text-align: center;
    padding-top: 10px;
}
.body-login-section6 form {
    padding-bottom: 15px;
}
.body-login-section6 form .hs-input::-webkit-input-placeholder {
    color: #999;
}
.body-login-section6 form .hs-input:-moz-placeholder {
    color: #999;
}
.body-login-section6 form .hs-input::-moz-placeholder {
    color: #999;
}
.body-login-section6 form .hs-input:-ms-input-placeholder {
    color: #999;
}




@media screen and (max-width: 991px) {
  .body-login-section1 .dnd-section {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .body-login-section2 h2,
  .body-login-section3 h2,
  .body-login-section4 h2,
  .body-login-section6 .page-header.section-header h2 {
    line-height: 35px;
  }
}


@media screen and (max-width: 767px) {
  .body-container-trainers {
      padding-left: 10px;
      padding-right: 10px;
  }
  .body-login-section2 h2,
  .body-login-section3 h2,
  .body-login-section4 h2,
  .body-login-section6 .page-header.section-header h2 {
    line-height: 36px;
  }
  .body-login-section2 p {
      font-size: 16px;
      line-height: 28px;
  }
  .body-login-section2 .hs-button {
    margin-top: 20px;
  }
  .body-login-section4 .dnd-section {
      padding-bottom: 4em !important;
  }
  .body-login-section6 .dnd-section {
      padding: 4em 10px !important;
  }
  .body-login-section6 .page-header.section-header p {
      font-size: 16px;
      line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .body-login-section2 p {
      padding-right: 20px;
      padding-left: 20px;
  }
  .body-login-section3 h2 {
      margin-left: 0;
  }
  .body-login-section4 .dnd-section {
      padding-top: 0 !important;
  }
  .body-login-section6 .page-header.section-header p {
    text-align: left;
  }
}
/* Header container */

.site-header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999999;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 15%);
}

.hs-home-layout .site-header {
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 65%);
}

.hs-about-layout .site-header {
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 30%);
}
.site-header .header_logo {
  margin-left: 30px;
}

.hs-home-layout .site-header .header_logo {
  margin-left: 40px;
}

.site-header .custom-menu-primary {
  position: relative;
  z-index: 999999;
  margin-right: 40px;
}

.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.navigation-primary .level-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.custom-menu-primary ul li a {
  text-decoration: none;
}

.navigation-primary .level-1>li .level-2 {
  position: absolute;
  left: 0%;
  top: 40px;
  right: 0%;
  bottom: auto;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  visibility: hidden;
  opacity: 0;
  min-width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -o-object-fit: fill;
  object-fit: fill;
}

.navigation-primary .level-1>li:hover .level-2 {
  visibility: visible;
  opacity: 1;
}

.navigation-primary .level-1>li .level-2>li>a {
  padding: 10px 20px;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}


.navigation-primary .level-1>li {
  height: 100%;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #111;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  position:relative;
}

.navigation-primary .level-1>li>a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navigation-primary .level-1>li:last-child>a {
  margin-right: 0px;
  margin-left: 10px;
  padding: 12px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border: 0.5px solid #000;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #000;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
}


.site-header .header_logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .header_logo a:after, .site-header .header_logo a:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.site-header .header_logo img {
  margin-top: 7px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
}

.navigation-primary .level-1>li:last-child {
  padding: 0;
  margin: 0;
}

.navigation-primary .level-1>li.has-submenu>a {
  padding: 20px 8px;
  white-space: nowrap;
  position:relative;
  margin-left:4px;
  margin-right:4px;
}

.navigation-primary .level-1>li.has-submenu>a:after {
  content: "\e603";
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="w-icon-"], [class*=" w-icon-"] {
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.progress {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: block;
  width: 0%;
  height: 5px;
  -ms-grid-row-align: auto;
  align-self: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #b29e87;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.landing-header {
  padding-bottom: 17px;
}

@media(min-width:992px){
  .cta-button-wrap {
    display: none;
  }

  .hamburger-icon {
    display: none;
  }

  .mobile-nav {
    display: none;
  }

}

@media screen and (max-width: 991px){
  .site-header .custom-menu-primary>div:first-child {
    display: none;
  }

  /* .mobile-nav {
  background-color: #fff;
  position: fixed;
  top: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*     overflow: hidden; */
  /*       overflow: visible !important;
  width: 100vw;
  max-height: 100%;
  display:none;
  max-width: 100%;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; 
}
  */


  .mobile-nav {
    background-color: #fff;
    position: fixed;
    top: 0px;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: flex; */
    /* overflow: visible !important; */
    width: 100vw;
    /* max-height: 100%; */
    /* display: none; */
    /* max-width: 100%; */
    /* padding-top: 0; */
    /* padding-bottom: 0; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    /* -webkit-flex-direction: column; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* -webkit-box-pack: center; */
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    height: 0;
    transition: height 0.6s ease;
    width: 100%;
  }

  .mobile-nav .mobile-nav-container {
    /* position: fixed; */
    /* left: 0; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* height: 100vh; */
    /* min-height: 100vh; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* background-color: #fff; */
    /* height: 0; */
    /* transition: height 0.5s ease; */
    /* width: 100%; */
  }

  /* .mobile-nav .mobile-nav-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
} */

  .mobile-open .mobile-nav .mobile-nav-container {
    height: 100vh;
    width: 100%;
  }

  .mobile-open .mobile-nav {
    height: 100%;
  }

  .mobile-nav .mobile-nav-column {
    visibility: hidden;
    opacity: 0;
  }

  .mobile-open .mobile-nav .mobile-nav-column {
    visibility: visible;
    opacity: 1;
  }

  .mobile-nav .mobile-nav-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    display: block;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1.75fr 1fr;
    grid-template-columns: 1.75fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mobile-nav .mobile-nav-column .hs-menu-wrapper {
    margin-top: 70px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 9999999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mobile-nav .mobile-nav-column .hs-menu-wrapper ul {
    width: 100%;
  }

  .mobile-nav .mobile-nav-column .hs-menu-wrapper ul>li>a {
    font-size: 20px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    align-items: flex-start;
  }
  .mobile-nav .mobile-nav-column .hs-menu-wrapper ul>li>a:hover{
    color: #ffffff;
  }


  .cta-button-wrap a.nav-button {
    margin-right: 0px;
    margin-left: 10px;
    padding: 12px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border: 0.5px solid #000;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border-color 200ms ease,background-color 200ms ease,color 200ms ease;
    transition: border-color 200ms ease,background-color 200ms ease,color 200ms ease;
    color: #000;
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
  }

  .hamburger-icon {
    display: block;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 40px;
    margin-top: 6px;
    margin-right: 12px;
    margin-left: 12px;
    cursor: pointer;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  .site-header .custom-menu-primary {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  .landing-header {
    padding-bottom: 13px;
  }
  /*--------*/
  .mobile-nav .mobile-nav-column .hs-menu-wrapper ul>li {
    transform: translate3d(0px , 20px , 0px ) scale3d(1, 1, 1) rotateX( 0deg) rotateY( 0deg) rotateZ( 0deg) skew( 0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 0;
    transition: all .5s;
  }

  .mobile-open .mobile-nav .mobile-nav-column .hs-menu-wrapper ul>li {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    will-change: opacity, transform;
    opacity: 1;
  }

  .mobile-nav .mobile-nav-column .hs-menu-wrapper ul>li:nth-child(1) {
    transition-delay: .1s;
  }

  .mobile-nav .mobile-nav-column .hs-menu-wrapper ul>li:nth-child(2) {
    transition-delay: .2s;
  }

  .mobile-nav .mobile-nav-column .hs-menu-wrapper ul>li:nth-child(3) {
    transition-delay: .3s;
  }

  .mobile-nav .mobile-nav-column .hs-menu-wrapper ul>li:nth-child(4) {
    transition-delay: .4s;
  }

  .mobile-nav .mobile-nav-column .hs-menu-wrapper ul>li:nth-child(5) {
    transition-delay: .5s;
  }


  .mobile-nav .mobile-nav-column .hs-menu-wrapper ul>li:nth-child(6) {
    transition-delay: .6s;
  }



}

@media(max-width:767px){
  .hamburger-icon {
    width: 32px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .site-header {
    align-items: center;
  }

  .landing-header {
    padding-bottom: 12px;
  }

  .mobile-nav .mobile-nav-column {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media screen and (max-width: 479px){
  .site-header .custom-menu-primary {
    margin-right: 0;
  }

  .cta-button-wrap a.nav-button {
    margin-right: 16px;
    margin-left: 16px;
    padding: 7px 14px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
  }

  .hamburger-icon {
    width: 28px;
    margin-right: 24px;
  }

  .site-header .header_logo * {
    background-attachment: scroll;
  }

  .site-header .header_logo img {
    margin-left: -35px;
  }

  .mobile-nav .mobile-nav-column .hs-menu-wrapper ul>li>a {
    font-size: 16px;
    font-weight: 500;
  }

}

/* note */
.banner-section .dnd-section {
  padding: 0;
}

.page-center {
  margin: 0 auto;
}

b, strong{
  font-weight:700;
}

.c-space .dnd-section {
  padding: 0px 0px;
  padding-left: 0 !important;
  padding-right: 0px !important;
}

.about-page-wrap .our-philosophy {
  padding-top: 2em;
  padding-bottom: 4.03em;
  background-color: #f5f5f5;
}

.about-page-wrap .our-philosophy>.page-center {
  padding: 10px 5px;
}

.about-page-wrap .our-philosophy h2 {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.about-page-wrap .our-philosophy img {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  position: relative;
  margin-top: 8px;
  top: 3.3px;
}

.about-page-wrap .our-philosophy h5 {
  max-width: 720px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 300;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: block;
  margin-top: 10px;
  font-family: urw-din, sans-serif;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: none;
  white-space: normal;
  color:#000;
}

.about-page-wrap .our-philosophy .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.about-page-wrap .our-founders {
  padding-top: 2em;
}

.about-page-wrap .our-founders>.page-center {
  padding-left: 12px;
  padding-right: 12px;
}

.about-page-wrap .meet-the-team {
  padding-bottom: 4em;
}

.about-page-wrap .meet-the-team>.page-center {
  padding-left: 12px;
  padding-right: 12px;
}

.about-page-wrap .work-with-us .dnd-section>.row-fluid {
  max-width: 100%;
}

.about-page-wrap .morning-person {
  padding-top: 2em;
  padding-bottom: 4em;
  background-color: #f5f5f5;
}

.about-page-wrap .morning-person>.page-centers {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.about-page-wrap .morning-person img {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10.5px;
  position: relative;
  top: 1px;
}

.about-page-wrap .morning-person .hs_cos_wrapper_type_rich_text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.about-page-wrap .morning-person p {
  max-width: 720px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 300;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: urw-din, sans-serif;
  color: #000;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: none;
  white-space: normal;
}

.about-page-wrap .morning-person .hs-button {
  position: relative;
  display: inline-block;
  margin: 40px auto 0em;
  padding: 20px 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  -webkit-transition-duration: 200ms, 200ms, 200ms;
  transition-duration: 200ms, 200ms, 200ms;
  color: #111;
  font-size: 11px;
  text-align: center;
  width: 250px;
  -webkit-transition: color 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, border-color 400ms ease, background-color 400ms ease;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 20px;
}

.about-page-wrap .morning-person .hs-button:hover {
  border-width: 1px;
  border-color: #b29e87;
  background-color: #b29e87;
  color: #fff;
}

/*----recovery-page-----*/

.recovery-page-wrap .give-your-body-wrap {
  padding-top: 2em;
  padding-bottom: 4em;
  background-color: #f5f5f5;
}

.recovery-page-wrap .give-your-body-wrap>.page-center {
  padding: 10px 5px;
}

.recovery-page-wrap .give-your-body-wrap h2 {
  margin-bottom: 20px;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.recovery-page-wrap .give-your-body-wrap img {
  margin-bottom: 16.5px;
  text-align: center;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.5px;
}

.recovery-page-wrap .give-your-body-wrap .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
}

.recovery-page-wrap .give-your-body-wrap h5.body-text.centered a {
  display: inline;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #b29e87;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.recovery-page-wrap .class-schedule-section-wrap {
  padding-top: 0.5em;
  padding-bottom: 7em;
}

.recovery-page-wrap .class-schedule-section-wrap>.page-center {
  padding: 10px 5px;
}

.recovery-page-wrap .class-schedule-section-wrap .dnd-section>.row-fluid {
  max-width: 940px;
}

.recovery-page-wrap .class-schedule-section-wrap iframe {
  width: 100%;
  /*     height: 800px; */
}

.recovery-page-wrap .classes-cta-section-wrap {
  background-color: #f5f5f5;
  padding-bottom: 7em;
  margin-top: 3px;
}

.recovery-page-wrap .classes-cta-section-wrap>.page-centeres {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.recovery-page-wrap .classes-cta-section-wrap .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
}

.recovery-page-wrap .classes-cta-section-wrap img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 27px;
  margin-top: 11.5px;
}

.recovery-page-wrap .classes-cta-section-wrap p {
  max-width: 720px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;
  line-height: 24px;
  white-space: normal;
  color:#000;
}

.recovery-page-wrap .classes-cta-section-wrap .hs-button {
  position: relative;
  display: inline-block;
  margin: 40px auto 0;
  padding: 20px 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  -webkit-transition-duration: 200ms,200ms,200ms;
  transition-duration: 200ms,200ms,200ms;
  color: #111;
  font-size: 11px;
  text-align: center;
  width: 250px;
  -webkit-transition: color 400ms ease,border-color 400ms ease,background-color 400ms ease;
  transition: color 400ms ease,border-color 400ms ease,background-color 400ms ease;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 20px;
}


.recovery-page-wrap .classes-cta-section-wrap .hs-button:hover {
  border-width: 1px;
  border-color: #b29e87;
  background-color: #b29e87;
  color: #fff;
}

.recovery-page-wrap .give-your-body-wrap hr {
  background-color: transparent;
  margin-top: 10px;
}

.recovery-page-wrap .give-your-body-wrap .hs-button {
  margin-top: 39px;
  padding: 10px 30px;
  -webkit-transition: color 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-style: solid;
  border-width: 0px;
  border-color: #b29e87;
  background-color: #b29e87;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  width: 200px;
}

.recovery-page-wrap .give-your-body-wrap .hs-button:hover {
  border-color: #111;
  background-color: #111;
}

.recovery-page-wrap .class-schedule-section-wrap .hs-button {
  margin-top: 40px;
  padding: 10px 30px;
  -webkit-transition: color 400ms ease,border-color 400ms ease,background-color 400ms ease;
  transition: color 400ms ease,border-color 400ms ease,background-color 400ms ease;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-style: solid;
  border-width: 0px;
  border-color: #b29e87;
  background-color: #b29e87;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  width: 200px;
  margin-right: 10px;
}

.recovery-page-wrap .class-schedule-section-wrap .hs-button:hover {
  border-color: #111;
  background-color: #111;
}


.recovery-page-wrap .class-schedule-section-wrap .widget_1635856578852-flexbox-positioning {
  display: block !important;
  text-align: right;
}

/*----home-page---*/

.hs-home-page .changing-the-game {
  margin-top: 0px;
  padding-top: 7em;
  padding-bottom: 7em;
  background-color: #f5f5f5;
}

.hs-home-page .changing-the-game .container-fluid.hs-game-section1 {
  margin-top: auto;
  padding: 10px 5px;
  text-align: center;
}

.hs-home-page .changing-the-game h2 {
  padding-bottom: 20px;
  text-align: center;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.hs-home-page .changing-the-game h5 {
  margin-top: 10px;
  max-width: 720px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 300;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: urw-din, sans-serif;
  line-height: 24px;
  color:#000;
}

.hs-button {
  position: relative;
  display: inline-block;
  margin: 40px auto 0;
  padding: 20px 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  -webkit-transition-duration: 200ms,200ms,200ms;
  transition-duration: 200ms,200ms,200ms;
  color: #111;
  font-size: 11px;
  text-align: center;
  width: 250px;
  -webkit-transition: color 400ms ease,border-color 400ms ease,background-color 400ms ease;
  transition: color 400ms ease,border-color 400ms ease,background-color 400ms ease;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 20px;
}

.hs-button:hover {
  border-width: 1px;
  border-color: #b29e87;
  background-color: #b29e87;
  color: #fff;
}

.hs-home-page .work-with-us .dnd-section>.row-fluid {
  max-width: 100%;
}

.hs-home-page .work-with-us .work-with-us-wrap .work-grid-list .work-grid-item .work-grid-heading-container {
  white-space: nowrap;
}

.hs-home-page .work-with-us .work-with-us-wrap .work-grid-list{
  padding-bottom:20px;
  margin-bottom:20px;
}

.hs-home-page .program-highlight {
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: #fffdfd;
}

.hs-home-page .program-highlight>.page-centerew {
  max-width: 980px;
  margin: 0 auto;
}

.hs-home-page .program-highlight>.page-centerew .program-highlight-colm {
  padding-left: 12px;
  padding-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.hs-home-page .program-highlight .highlight-colm-lft img {
  position: relative;
  width: 320px;
  margin-right: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  -webkit-transform: rotate( 4deg);
  -ms-transform: rotate(4deg);
  transform: rotate( 4deg);
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.hs-home-page .program-highlight .highlight-colm-rgt {
  padding: 12px 24px 12px 40px;
}

.hs-home-page .program-highlight .highlight-colm-rgt h6 {
  display: inline-block;
  padding: 4px 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-style: solid;
  border-width: 1px;
  border-color: #b29e87;
  background-color: rgba(255, 255, 255, 0);
  color: #b29e87;
  font-size: 11px;
  font-weight: 600;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hs-home-page .program-highlight .highlight-colm-rgt h2 {
  padding-bottom: 0px;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.hs-home-page .program-highlight .highlight-colm-rgt p.pp {
  margin: 0;
}

.hs-home-page .program-highlight .highlight-colm-rgt p.body-text {
  display: block;
  max-width: 720px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: urw-din, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  white-space: normal;
}

.hs-home-page .program-highlight .highlight-colm-rgt p a {
  display: inline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #b29e87;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.hs-home-page .program-highlight .highlight-colm-rgt .widget_1635915942025-flexbox-positioning {
  display: block !important;
}

.hs-home-page .program-highlight>.page-centerew .highlight-colm-lft {
  width: 53.5%;
}

.hs-home-page .program-highlight .highlight-colm-rgt p.pp {
  font-weight: 400;
}


.hs-home-page .journal-wrap .dnd-section>.row-fluid {
  max-width: 100%;
}

.hs-home-page .go-beyond-the-wrap {
  padding-top: 7em;
  padding-bottom: 0em;
}

.hs-home-page .go-beyond-the-wrap>.page-beyond {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding-left: 12px;
  padding-right: 12px;
}

.hs-home-page .go-beyond-the-wrap h2 {
  padding-bottom: 20px;
  text-align: center;
  margin: 0;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.hs-home-page .inatagram-feed-wrap .dnd-section>.row-fluid {
  max-width: 100%;
}

.hs-home-page .inatagram-feed-wrap {
  padding-bottom: 7em;
}


/*------community-page----*/

.hs-community-page .motivny-athletes {
  padding-top: 7em;
  padding-bottom: 2em;
}

.hs-community-page .motivny-athletes>.page-center {
  max-width: 940px;
  margin-bottom: 7em;
}


.hs-community-page .press-features-testimonail {
  padding-bottom: 4.8em;
  padding-top: 2em;
}

.hs-community-page .press-features-testimonail>.page-center {
  padding-left: 12px;
  padding-right: 12px;
}

.hs-community-page .journal-wrap .dnd-section>.row-fluid {
  max-width: 100%;
}

.hs-community-page .journal-wrap .journal-recent-posts-wrap {
  margin-top: 0;
  padding-top: 2em;
  padding-bottom: 4em;
}

.hs-community-page .go-beyond-the-wrap {
  padding-top: 7em;
}

.hs-community-page .go-beyond-the-wrap>.page-beyond {
  padding-right: 12px;
  padding-left: 12px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hs-community-page .go-beyond-the-wrap h2 {
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 0;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.hs-community-page .go-beyond-the-wrap p.body-tes {
  position: relative;
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-top: 0;
}

.hs-community-page .inatagram-feed-wrap {
  padding-bottom: 7em;
}

.hs-community-page .our-strategic-partners {
  padding-bottom: 7em;
}

/*------digital-workout-programs-page-----*/


.digital-workout-programs-page .changing-the-game {
  padding-top: 2em;
  padding-bottom: 4em;
}

.digital-workout-programs-page .changing-the-game .container-fluid.hs-game-section1 {
  margin-top: 0px;
}

.digital-workout-programs-page .changing-the-game h5 {
  margin-top: 20px;
}

.digital-workout-programs-page .program-highlight .highlight-colm-rgt .widget_1636085996462-flexbox-positioning {
  display: block !important;
}

.digital-workout-programs-page .work-with-us .work-events-list-containers {
  padding-top: 20px;
}

.digital-workout-programs-page .work-with-us-wrap .work-grid-list .work-grid-item .work-physical-theraphy {
  height: 375px;
}

.digital-workout-programs-page .work-with-us-wrap .work-grid-list .work-grid-item h4 {
  margin-top: 5px;
}

.digital-workout-programs-page .work-with-us .work-with-us-wrap .work-grid-list {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.digital-workout-programs-page .go-beyond-the-wrap {
  padding-bottom: 7em;
}

.digital-workout-programs-banner .hero-banner-wrap {
  background-position: 0px 0px , 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, scroll;
}

/*----polar-plunge-page----*/

.polar-plunge-banner .adv_banner_wrap {
  height: 95vh;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.84;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  min-height:auto;
}

.polar-plunge-banner .adv_banner_wrap .adv_banner_content p {
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 10px;
}

.polar-plunge-banner .adv_banner_wrap .adv_banner_content .adv_banner_buttons a {
  font-size: 11px;
  background-color: transparent;
  border-color: #fff;
}

.polar-plunge-banner .adv_banner_wrap .adv_banner_content .adv_banner_buttons a:hover {
  border-color: #b29e87 !important;
  background-color: #b29e87 !important;
}

.polar-plunge-banner .adv_banner_wrap .adv_banner_overlay {
  background: transparent;
}

.polar-plunge-page .polar-plunge-section {
  padding-top: 2em;
  padding-bottom: 4em;
  background-color: #f5f5f5;
}

.polar-plunge-page .polar-plunge-section>.page-center {
  max-width: 800px;
}

.polar-plunge-page .polar-plunge-section .hs-plunge-section1 {
  padding-left: 12px;
  padding-right: 12px;
}

.polar-plunge-page .polar-plunge-section p {
  font-size: 16px;
  display: block;
  max-width: 720px;
  margin-bottom: 10px;
  font-family: urw-din, sans-serif;
  color: #111;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  margin-top: 0;
}

.polar-plunge-page .polar-plunge-section p a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #b29e87;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

/*---new-patient-portal-page---*/

.new-patient-portal-page .page-center {
  max-width: 940px;
}

.new-patient-portal-page {
  padding-top: 7em;
  padding-bottom: 7em;
  font-size: 14px;
}

.new-patient-portal-page .movivny-portals-section {
}

.new-patient-portal-page .movivny-portals-section .movivny-top-sec h2 {
  margin-top: 80px;
  margin-bottom: 24px;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.new-patient-portal-page .movivny-portals-section .movivny-top-sec p {
  max-width: 720px;
  margin-bottom: 10px;
  font-family: urw-din, sans-serif;
  color: #111;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  margin-top: 0;
}

.new-patient-portal-page .movivny-portals-section .movivny-top-sec h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111;
}


.new-patient-portal-page .movivny-portals-section .movivny-botm-sec .hs_cos_wrapper_type_rich_text {
  grid-column-gap: 35px;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
}

.new-patient-portal-page .movivny-portals-section .movivny-botm-sec a.w-btn {
  width: auto;
  display: inline-block;
  margin-top: 40px;
  padding: 20px 30px;
  border-style: solid;
  border-width: 0px;
  border-color: #b29e87;
  background-color: #b29e87;
  -webkit-transition: color 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 0;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}


.new-patient-portal-page .movivny-portals-section .movivny-botm-sec a.w-btn:hover {
  border-color: #111;
  background-color: #111;
  outline: none;
}

.new-patient-portal-page .movivny-portals-section .movivny-botm-sec h4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #111;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.new-patient-portal-page .movivny-portals-section .movivny-botm-sec h6 {
  border-bottom: 1px solid #ececec;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.new-patient-portal-page .movivny-portals-section .movivny-botm-sec ul {
  margin-top: 12px;
  margin-bottom: 32px;
  padding-left: 40px;
  font-family: urw-din, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 32px;
}

.new-patient-portal-page .movivny-portals-section .movivny-botm-sec ul>li {
  max-width: 800px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}

.new-patient-portal-page .containerhr-9 {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #ececec;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.new-patient-portal-page .containerhr-9:before, .new-patient-portal-page .containerhr-9:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.new-patient-portal-page .accessing-your-section h4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #111;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.new-patient-portal-page .accessing-your-section p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  font-family: urw-din, sans-serif;
  color: #111;
  line-height: 28px;
  font-weight: 300;
  margin-top: 0;
}

.new-patient-portal-page .log-change-wrap .log-change-row {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.new-patient-portal-page .log-change-wrap>.page-center {
  padding-top: 20px;
  padding-bottom: 20px;
}

.new-patient-portal-page .log-change-wrap .log-change-row .log-change-colm {
  width: 50%;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.new-patient-portal-page .log-change-wrap .log-change-row .colm-lft h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.new-patient-portal-page .log-change-wrap .log-change-row .colm-lft p {
  font-size: 18px;
  line-height: 34px;
  display: block;
  max-width: 720px;
  margin-bottom: 10px;
  font-family: urw-din, sans-serif;
  color: #111;
  font-weight: 300;
  text-align: left;
  margin-top: 0;
}

.new-patient-portal-page .log-change-wrap .log-change-row .colm-rgt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new-patient-portal-page .log-change-wrap .log-change-row .colm-rgt .hs_cos_wrapper_type_rich_text {
  margin-top: 45px;
  padding-top: 53.61702127659574%;
  display: block;
  width: 100%;
  position: relative;
}


.new-patient-portal-page .using-the-app-section h4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #111;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.new-patient-portal-page .using-the-app-section p {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  margin-top: 0;
  margin-bottom:10px;
  color:#111111;
}

.new-patient-portal-page .w-video-wrap>.page-center {
  padding-top: 20px;
  padding-bottom: 20px;
}

.new-patient-portal-page .w-video-wrap .w-video-row {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.new-patient-portal-page .w-video-wrap .w-video-row .w-video-colm {
  width: 50%;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.new-patient-portal-page .w-video-wrap .w-video-row .w-video-colm .hs_cos_wrapper_type_rich_text {
  padding-top: 177.76595744680853%;
  width: 100%;
  position: relative;
  display: block;
}

.new-patient-portal-page .w-video-wrap .w-video-row .w-video-colm iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new-patient-portal-page .w-video-wrap .w-video-row .w-video-colm .hs_cos_wrapper_type_rich_text:before, .new-patient-portal-page .w-video-wrap .w-video-row .w-video-colm .hs_cos_wrapper_type_rich_text:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

/*---events-page----*/

.events-page .events-list-section {
  padding-top: 2em;
  padding-bottom: 4em;
  background-color: #f5f5f5;
}

.about-slider .abt-banner-wrap {
  background-position: 0px 0px ,50% 40% !important;
}

.journal-recent-posts-wrap .swiper-container-botm .swiper-listitem-wrap .blog-post-bg-image {
  background-image: url(https://20797375.fs1.hubspotusercontent-na1.net/hubfs/20797375/raw_assets/public/Motivny_October2021/images/background-image.svg);
}

.chs-button  .hs-button {
    background-color: rgba(214, 194, 171,1.0);
    color: #000000;
    font-size: 14px;
}
.chs-button  .hs-button:hover {
    background-color: #000000;
    color: rgba(214, 194, 171,1.0);
}
@media screen and (max-width: 991px){
  .about-page-wrap .our-philosophy {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .about-page-wrap .our-philosophy>.page-center {
    margin-top: 50px;
  }

  .about-page-wrap .our-philosophy h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .about-page-wrap .our-philosophy img {
    top: 3px;
    margin-top: 8px;
  }

  .about-page-wrap .our-founders {
    padding-top: 4em;
  }

  .about-page-wrap .morning-person {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .about-page-wrap .morning-person img {
    position: relative;
    top: 1px;
  }

  /*-----recovery-page-----*/

  .recovery-page-wrap .give-your-body-wrap {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .recovery-page-wrap .give-your-body-wrap>.page-center {
    margin-top: 50px;
  }

  .recovery-page-wrap .give-your-body-wrap h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .recovery-page-wrap .class-schedule-section-wrap {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .recovery-page-wrap .class-schedule-section-wrap>.page-center {
    margin-top: 50px;
  }

  .recovery-page-wrap .class-schedule-section-wrap .dnd-section>.row-fluid {
    max-width: 728px;
  }

  .recovery-page-wrap .classes-cta-section-wrap img {
    margin-top: 11px;
  }

  .hs-home-page .changing-the-game h2 {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 5.6vw;
  }

  .hs-home-page .work-with-us .work-with-us-wrap .work-grid-list {
    margin-bottom: 0px;
    padding-bottom: 0;
  }

  .hs-home-page .program-highlight {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-home-page .program-highlight>.page-centerew {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-home-page .program-highlight .highlight-colm-lft img {
    width: 240px;
    margin-right: 0px;
  }

  .hs-home-page .program-highlight>.page-centerew .highlight-colm-lft {
    width: auto;
  }

  .hs-home-page .program-highlight .highlight-colm-lft img {
    max-width: inherit !important;
  }

  .hs-home-page .program-highlight .highlight-colm-rgt h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .hs-home-page .go-beyond-the-wrap {
    padding-top: 4em;
  }

  .hs-home-page .go-beyond-the-wrap h2 {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 5.6vw;
  }

  .hs-home-page .go-beyond-the-wrap p.body-text.centered {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-community-page .motivny-athletes>.page-center {
    max-width: 728px;
  }

  .hs-community-page .press-features-testimonail {
    padding-top: 4em;
    padding-bottom: 4.8em;
  }

  .hs-community-page .journal-wrap .journal-recent-posts-wrap {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hs-community-page .journal-wrap .journal-recent-posts-wrap .journal-heading-container {
    padding-bottom: 5.5px;
  }

  .hs-community-page .go-beyond-the-wrap {
    padding-top: 4em;
  }

  .hs-community-page .go-beyond-the-wrap h2 {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 5.6vw;
  }

  .hs-community-page .inatagram-feed-wrap {
    padding-bottom: 4em;
  }

  /*------digital-workout-programs-page-----*/

  .digital-workout-programs-page .changing-the-game .container-fluid.hs-game-section1 {
    margin-top: 50px;
  }

  .digital-workout-programs-page .changing-the-game {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .digital-workout-programs-page .changing-the-game h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .digital-workout-programs-page .program-highlight>.page-centerew .highlight-colm-lft {
    width: 36.7%;
  }

  .digital-workout-programs-page .work-with-us-wrap .work-grid-list .work-grid-item h4 {
    height: 24px;
  }

  .digital-workout-programs-page .go-beyond-the-wrap {
    padding-bottom: 4em;
  }

  .polar-plunge-page .polar-plunge-section {
    padding-top: 4em;
  }

  .new-patient-portal-page .page-center {
    max-width: 728px;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-top-sec h2 {
    font-size: 6.2vw;
    line-height: 5.6vw;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec h4 {
    min-width: 0vw;
    font-size: 2.3vw;
  }

  .new-patient-portal-page .accessing-your-section h4 {
    min-width: 0vw;
    font-size: 2.3vw;
  }

  .new-patient-portal-page .using-the-app-section h4 {
    min-width: 0vw;
    font-size: 2.3vw;
  }

  .events-page .events-list-section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hs-home-page .changing-the-game .container-fluid.hs-game-section1 {
    margin-top: 50px;
  }


  .meet-the-team-wrap .grid-list-wrapper .cm-grid-list {
    -ms-grid-columns: 2fr 2fr;
    grid-template-columns: 2fr 2fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .meet-the-team-wrap .grid-list-wrapper .cm-grid-list .cm-grid-item .staff-name {
    min-width: 0vw;
    font-size: 2.3vw;
  }

  .meet-the-team-wrap .grid-list-wrapper .cm-grid-list .cm-grid-item {
    margin-bottom: 24px;
  }

}

@media screen and (max-width: 767px){
  .about-page-wrap .our-philosophy {
    padding: 4em 10px;
  }

  .about-page-wrap .our-philosophy h2 {
    line-height: 36px;
  }

  .about-page-wrap .our-philosophy .hs_cos_wrapper_type_rich_text {
    display: block;
    text-align: left;
  }

  .about-page-wrap .our-philosophy img {
    top: 3px;
    margin-top: 8px;
  }

  .about-page-wrap .our-philosophy h5 {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 28px;
  }

  .about-page-wrap .our-founders>.page-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-page-wrap .meet-the-team>.page-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-page-wrap .morning-person {
    padding: 4em 10px;
  }

  .about-page-wrap .morning-person p {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 28px;
  }

  /*----recovery-page-----*/

  .recovery-page-wrap .give-your-body-wrap {
    padding: 4em 10px;
  }

  .recovery-page-wrap .give-your-body-wrap h2 {
    line-height: 36px;
    text-align: center;
  }

  .recovery-page-wrap .give-your-body-wrap .hs_cos_wrapper_type_rich_text {
    text-align: left;
  }

  .recovery-page-wrap .class-schedule-section-wrap {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .recovery-page-wrap .classes-cta-section-wrap {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .recovery-page-wrap .classes-cta-section-wrap p {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 28px;
  }

  .recovery-page-wrap .give-your-body-wrap .widget_1635856459104-flexbox-positioning {
    display: block !important;
  }

  .recovery-page-wrap .give-your-body-wrap .hs-button {
    margin-top: 20px;
  }

  .recovery-page-wrap .class-schedule-section-wrap .hs-button {
    margin-top: 20px;
  }

  .hs-home-page .changing-the-game {
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-home-page .changing-the-game h2 {
    line-height: 36px;
  }

  .hs-home-page .changing-the-game h5 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 28px;
  }

  .hs-home-page .changing-the-game .widget_1635915039201-flexbox-positioning {
    display: block !important;
    text-align: left;
  }

  .hs-home-page .work-with-us .work-with-us-wrap>.page-center {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hs-home-page .program-highlight>.page-centerew .program-highlight-colm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-home-page .program-highlight .highlight-colm-rgt {
    margin-top: 12px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .hs-home-page .program-highlight .highlight-colm-rgt p.body-text {
    font-size: 16px;
    line-height: 28px;
  }

  .hs-home-page .go-beyond-the-wrap h2 {
    line-height: 36px;
  }

  .hs-community-page .motivny-athletes {
    padding-top: 4em;
  }


  .hs-community-page .motivny-athletes>.page-center {
    margin-bottom: 2em;
  }

  .hs-community-page .press-features-testimonail {
    padding: 4em 10px;
    padding-bottom: 4.8em;
  }

  .hs-community-page .journal-wrap .journal-recent-posts-wrap .journal-heading-container {
    padding-bottom: 5px;
  }

  .hs-community-page .go-beyond-the-wrap h2 {
    line-height: 36px;
  }

  .digital-workout-programs-page .changing-the-game .hs_cos_wrapper_type_rich_text {
    text-align: left;
    display: block;
  }

  .digital-workout-programs-page .program-highlight>.page-centerew .highlight-colm-lft {
    width: 100%;
  }

  .digital-workout-programs-page .work-with-us .work-with-us-wrap>.page-center {
    margin-left: 0px;
    margin-right: 0px;
  }

  .digital-workout-programs-page .work-with-us-wrap .work-grid-list .work-grid-item .work-grid-item-details {
    display: block;
    height: 100%;
    min-height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    padding-bottom: 20px;
  }

  .digital-workout-programs-page .work-with-us-wrap .work-grid-list .work-grid-item h4 {
    height: auto;
    line-height: 32px;
  }

  .digital-workout-programs-page .work-with-us .work-with-us-wrap .work-grid-list .work-grid-item .work-grid-heading-container {
    height: 32px;
    margin-top: 5px;
  }

  .digital-workout-programs-page .work-with-us-wrap .work-grid-list .work-grid-item h4 {
    position: relative;
    top: -10px;
  }

  .digital-workout-programs-page .go-beyond-the-wrap>.page-beyond {
    padding-left: 0px;
    padding-right: 0px;
  }

  .polar-plunge-banner .adv_banner_wrap .adv_banner_content p {
    line-height: 28px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .polar-plunge-page .polar-plunge-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .polar-plunge-page .polar-plunge-section .hs-plunge-section1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*-----*/

  .new-patient-portal-page {
    padding-top: 2em;
    padding-bottom: 4em;
    padding-right: 10px;
    padding-left: 10px;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-top-sec h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec .hs_cos_wrapper_type_rich_text {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec a.w-btn {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec a.w-btn:nth-child(2) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec a.w-btn:nth-child(1) {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec h4 {
    font-size: 2.8vw;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec h4+h4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec h6 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec h6+h6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec ul {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec ul+ul {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec ul+ul+h6 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec ul+ul+h6+h6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec ul+ul+h6+h6+ul {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec ul+ul+h6+h6+ul+ul {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 12;
    grid-row-start: 12;
    -ms-grid-row-span: 1;
    grid-row-end: 13;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec ul>li {
    font-size: 18px;
    line-height: 30px;
  }

  .new-patient-portal-page .accessing-your-section h4 {
    font-size: 2.8vw;
  }

  .new-patient-portal-page .log-change-wrap .log-change-row .log-change-colm {
    width: 100%;
  }

  .new-patient-portal-page .log-change-wrap .log-change-row {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .new-patient-portal-page .using-the-app-section h4 {
    font-size: 2.8vw;
  }

  .new-patient-portal-page .w-video-wrap .w-video-row {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
  }

  .new-patient-portal-page .w-video-wrap .w-video-row .w-video-colm {
    width: 100%;
  }

  .new-patient-portal-page .w-video-wrap .w-video-row .w-video-colm.colm-rgtt {
    margin-top: 20px;
  }

  .events-page .events-list-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-slider .abt-banner-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media screen and (max-width: 479px){
  .hs-home-page .program-highlight>.page-centerew .highlight-colm-lft {
    width: 100%;
  }

  .hs-home-page .program-highlight .highlight-colm-rgt p.body-text {
    text-align: center;
  }
  .about-page-wrap .our-philosophy .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }

  .about-slider .abt-banner-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  .about-page-wrap .our-founders {
    padding-top: 20px;
  }

  .about-page-wrap .our-philosophy>.page-center {
    margin-top: 40px;
    padding-top: 0px;
  }

  .about-page-wrap .our-founders {
    padding-top: 20px;
  }

  .about-page-wrap .meet-the-team {
    padding-bottom: 0;
  }

  /*---recovery-page----*/

  .recovery-page-wrap .give-your-body-wrap>.page-center {
    margin-top: 40px;
    padding-top: 0;
  }

  .recovery-page-wrap .give-your-body-wrap .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }

  .recovery-page-wrap .class-schedule-section-wrap {
    font-weight: 400;
    display: block;
  }

  .recovery-page-wrap .class-schedule-section-wrap>.page-center {
    margin-top: 40px;
    padding-top: 0;
  }

  .recovery-page-wrap .give-your-body-wrap hr {
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
    border-right-style: none;
    border-right-width: 0px;
    margin-top: 9px;
    margin-bottom: 21px;
  }

  .recovery-page-wrap .give-your-body-wrap .widget_1635856459104-flexbox-positioning {
    display: flex !important;
  }

  .recovery-page-wrap .give-your-body-wrap .hs-button {
    margin-top: 0px;
  }

  .recovery-page-wrap .class-schedule-section-wrap .hs-button {
    margin-top: 0px;
    margin-right: 0;
  }

  .hs-home-page .changing-the-game .container-fluid.hs-game-section1 {
    margin-top: 40px;
    padding-top: 0;
  }

  .hs-home-page .changing-the-game h2 {
    line-height: 35px;
  }

  .hs-home-page .changing-the-game .widget_1635915039201-flexbox-positioning {
    text-align: center;
  }

  .hs-home-page .work-with-us .work-with-us-wrap>.page-center {
    margin-left: 0;
    margin-right: 0;
  }

  .hs-home-page .program-highlight>.page-centerew .highlight-colm-lft {
    width: 100%;
  }

  .hs-home-page .program-highlight .highlight-colm-rgt p.body-text {
    text-align: center;
  }

  .hs-home-page .go-beyond-the-wrap h2 {
    line-height: 35px;
  }
  
  .hs-home-page .work-with-us-wrap .work-grid-list .work-grid-item h4 {
    padding-left: 0;
    height: auto;
}

.hs-home-page .work-with-us-wrap .work-grid-list .work-grid-item .work-grid-item-details {
    padding-left: 0;
    padding-right: 0;
}

.hs-home-page .work-with-us .work-with-us-wrap .work-grid-list .work-grid-item .work-grid-heading-container {
    white-space: initial;
    height: auto;
}

  .hs-community-page .journal-wrap .journal-recent-posts-wrap .journal-heading-container {
    padding-bottom: 2px;
  }

  .hs-community-page .go-beyond-the-wrap h2 {
    line-height: 35px;
  }

  .hs-community-page .our-strategic-partners {
    padding-bottom: 4em;
  }

  .digital-workout-programs-page .changing-the-game h2 {
    line-height: 36px;
  }

  .digital-workout-programs-page .changing-the-game .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }

  .digital-workout-programs-page .work-with-us-wrap .work-grid-list .work-grid-item h4 {
    line-height: 24px;
    top: 0;
  }

  .digital-workout-programs-page .work-with-us .work-with-us-wrap .work-grid-list .work-grid-item .work-grid-heading-container {
    height: auto;
    margin-top: 0;
  }

  .digital-workout-programs-page .work-with-us-wrap .work-grid-list .work-grid-item .work-grid-item-details {
    min-height: 130px;
  }

  .polar-plunge-banner .adv_banner_wrap .adv_banner_content h1 {
    font-size: 35px;
  }

  .polar-plunge-banner .adv_banner_wrap .adv_banner_content .adv_banner_buttons a {
    width: 250px;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-top-sec h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec h4 {
    font-size: 16px;
  }

  .new-patient-portal-page .movivny-portals-section .movivny-botm-sec ul>li {
    font-size: 18px;
    line-height: 28px;
  }

  .new-patient-portal-page .accessing-your-section h4 {
    font-size: 16px;
  }

  .new-patient-portal-page .using-the-app-section h4 {
    font-size: 16px;
  }

  .meet-the-team-wrap .grid-list-wrapper .cm-grid-list .cm-grid-item {
    height: auto;
    margin-bottom: 20px !important;
  }

  .meet-the-team-wrap .grid-list-wrapper .cm-grid-list .cm-grid-item .staff-name {
    height: 24px;
    padding-left: 8px;
    font-size: 20px !important;
    line-height: 24px;
  }

  .meet-the-team-wrap .grid-list-wrapper .cm-grid-list .cm-grid-item h6.trainer-title {
    margin-top: 5px;
  }

  .meet-the-team-wrap .grid-list-wrapper .cm-grid-list .cm-grid-item p.trainer-description {
    position: static;
    overflow: visible;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .meet-the-team-wrap .grid-list-wrapper .cm-grid-list .cm-grid-item .team-grid-item-details {
    padding-bottom: 10px;
  }

  .about-page-wrap .meet-the-team {
    padding-bottom: 0;
  }

  .recovery-page-wrap .classes-cta-section-wrap img {
    position: relative;
    top: 0.5px;
}

.hs-community-page .our-strategic-partners {
    padding-left: 10px;
    padding-right: 10px;
}

}


@media(max-width:390px){
  .hs-content-id-58860706685 .hero-banner-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}
  
 .hs-content-id-58860706685 .hero-banner-wrap {
  height: auto;
  display: flex;
  align-items: center;
}

.hs-content-id-58860706685 .hero-banner-wrap .hero-container {
  position: static;
  transform: none;
  top: 0;
}
  
}
.site-footer {
    position: relative;
    padding-top: 6em;
    padding-bottom: 16em;
}

.site-footer .footer-row-tablet {
    display: none;
}

.site-footer .mailing-list-form-wrapper {
    display: block;
    max-width: 600px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}

.site-footer .mailing-list-form-wrapper:after, .site-footer .mailing-list-form-wrapper:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.site-footer .mailing-list-form-wrapper h3.heading-6 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 1px;
}

.site-footer .mailing-list-form-wrapper .form-block {
    display: block;
    margin-bottom: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.site-footer .mailing-list-form-wrapper .form-block form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.site-footer .mailing-list-form-wrapper .form-block form .hs-email {
    display: block;
    margin-bottom: 0;
    width: 66.3%;
}

.site-footer .mailing-list-form-wrapper .form-block form .hs-submit {
   width: 187.7px;
}

.site-footer .mailing-list-form-wrapper .form-block form .hs-email>label {
    display: none;
}

.site-footer .mailing-list-form-wrapper .form-block form .hs_error_rollup {
    display: none;
}

.footer-socials>a img.footer-icon:hover {
    opacity: 0.5;
}

.site-footer .mailing-list-form-wrapper .form-block form .hs-input {
    display: block;
    margin-top: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-style: solid;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-width: 1px;
    border-color: rgba(178, 158, 135, 0.65);
}

.site-footer .mailing-list-form-wrapper .form-block form input[type=submit] {
    margin-top: 0px;
    margin-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-width: 0.5px;
    border-color: #fff;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    -webkit-transition-duration: 200ms, 200ms, 200ms;
    transition-duration: 200ms, 200ms, 200ms;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: normal;
    border-style: solid;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 37.6px;
    width: 100%;
}


.site-footer .events-list-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.site-footer .events-list-container .footer-column {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
    position: relative;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 12px;
}

.site-footer .events-list-container .footer-column:first-child a {
    position: relative;
    z-index: 999999;
    margin-left: 20px;
    padding: 0px 10px;
    display: block;
    text-align: right;
}

.site-footer .events-list-container .footer-column:first-child a img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.site-footer .events-list-container .footer-menu .hs-menu-wrapper>ul>li>a {
    margin-right: 4px;
    margin-bottom: 12px;
    margin-left: 4px;
    padding-right: 8px;
    padding-left: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    pointer-events: none;
    line-height: 20px;
}

.site-footer .footer-row-tablet {
    display: none;
}

.site-footer .events-list-container .footer-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li>a {
    display: block;
    height: auto;
    margin-bottom: 8px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
}

.footer-socials>a {
    margin-right: 12px;
    max-width: 100%;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    color: #b29e87;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}

.footer-socials>a img.footer-icon {
    width: 24px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.footer-socials>a img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.site-footer .legal-footer {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-footer .legal-footer .legal-container {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 720px;
    margin-right: 160px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.site-footer .legal-footer .legal-container .automatic-copyright {
    padding-right: 20px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-family: urw-din, sans-serif;
}

.site-footer .mailing-list-form-wrapper .form-block form .hs-input::placeholder {
  color: #999;
   -ms-color: #333;
  -moz-color: #333;
}

.site-footer .mailing-list-form-wrapper .form-block form .hs-input::-moz-input-placeholder {
 color: #333;

}

.landing-footer {
    padding-bottom: 60px !important;
    padding-top: 50px !important;
}

.site-footer .legal-footer .legal-container .automatic-copyright {
    font-weight: 400;
}

:-moz-placeholder { color: #BABABA; opacity:1; }
::-moz-placeholder { color: #BABABA; opacity:1; }
::-webkit-input-placeholder { color: #BABABA; }
:-moz-placeholder { color: #BABABA; }
::-moz-placeholder { color: #BABABA; }
:-ms-input-placeholder { color: #BABABA; }

@media screen and (max-width: 991px){
  .site-footer .footer-row-desktop {
    display: none;
}

.events-list-container.footer-container.footer-row-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 88%;
    max-width: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

.site-footer .footer-row-tablet {
    display: block;
}

.events-list-container.footer-container.footer-row-tablet .column.footer-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
}

.events-list-container.footer-container.footer-row-tablet .column.footer-column .hs-menu-wrapper ul>li>a {
    text-align: center;
    display: block;
    height: auto;
    margin-bottom: 8px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    font-size: 11px;
    margin-right: 4px;
    margin-left: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.site-footer {
    padding-top: 4em;
    padding-bottom: 12em;
}
  
.site-footer .top-logo a {
    display: block;
    text-decoration: none;
}

.site-footer .top-logo a img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

}

@media screen and (max-width: 767px){
  .site-footer {
    padding-top: 2em;
    padding-bottom: 12.67em;
    padding-left: 10px;
    padding-right: 10px;
}
  
.site-footer .mailing-list-form-wrapper {
    max-width: 500px;
    margin-bottom: 20px;
}
  
.site-footer .legal-footer .legal-container {
    margin-bottom: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.site-footer .legal-footer .legal-container .automatic-copyright {
    width: 94%;
    max-width: 480px;
    text-align: center;
    margin-bottom: 24px;
}
  
.site-footer .mailing-list-form-wrapper .form-block form .hs-submit {
    width: 35.5%;
}
  
.site-footer .mailing-list-form-wrapper .form-block form .hs-email {
    width: 61.5%;
}

.events-list-container.footer-container.footer-row-tablet {
    width: 88%;
    max-width: 500px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
  
.landing-footer .legal-footer .legal-container .automatic-copyright {
    width: 100%;
}
  
.events-list-container.footer-container.footer-row-tablet .column.footer-column {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}

.site-footer .top-logo a {
    margin-bottom: 24px;
}
  
 .site-footer {
    padding-bottom: 14em;
}
  
}

@media(max-width:481px){
  
.site-footer .mailing-list-form-wrapper .form-block form .hs-email {
    width: 59.3%;
}
  
.site-footer .mailing-list-form-wrapper .form-block form .hs-submit {
    width: 172px;
}
  

  
}

@media screen and (max-width: 479px){
  .site-footer .mailing-list-form-wrapper .form-block form .hs-email {
    width: 100%;
}

.site-footer .mailing-list-form-wrapper .form-block form .hs-submit {
    width: 100%;
}

.site-footer .mailing-list-form-wrapper .form-block form {
    flex-wrap: wrap;
}

.site-footer .mailing-list-form-wrapper .form-block form input[type=submit] {
    margin-left: 0;
    margin-right: 0;
}
 

.site-footer .mailing-list-form-wrapper {
    max-width: 250px;
    margin-bottom: 30px;
}

.site-footer .mailing-list-form-wrapper h3.heading-6 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.site-footer .legal-footer .legal-container {
    max-width: 2800px;
    margin-right: auto;
    align-items: center;
}

.site-footer {
    padding-top: 2em;
    padding-bottom: 9em;
}

.events-list-container.footer-container.footer-row-tablet .column.footer-column .hs-menu-wrapper ul>li>a {
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}

.footer-socials>a:last-child {
    margin-right: 0;
}

.site-footer .legal-footer .legal-container .automatic-copyright {
    padding-right: 0;
    max-width: 320px;
}

.site-footer .mailing-list-form-wrapper .form-block form input[type=submit] {
    margin-bottom: 22px;
    margin-top: 0;
}

.site-footer .top-logo {
    margin-bottom: 24px !important;
}
  
.events-list-container.footer-container.footer-row-tablet {
    max-width: 500px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 88%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
      margin-bottom: 0.5px;
}

.events-list-container.footer-container.footer-row-tablet .column.footer-column {
    width: 70%;
    padding-right: 0px;
    padding-left: 0px;
}
  
.footer-socials {
    left: 0.2px;
    position: relative;
}
  
.site-footer .top-logo a {
    margin-bottom: 0px;
}
  
}
/* Menu and simple menu */

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

/* Horizontal menu */


main.body-container-wrapper .dnd-section, .content-wrapper--vertical-spacing {
    padding-left: 12px;
    padding-right: 12px;
}

@media(max-width:767px){
  main.body-container-wrapper .dnd-section, .content-wrapper--vertical-spacing {
    padding-left: 10px;
    padding-right: 10px;
}
}