/* Theme base styles */

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/* Sticky Footer */
html,
body {
  height: 100%;
}

.body-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
}

div[data-global-resource-path*="header"] {
  grid-row-start: 1;
  grid-row-end: 2;
  min-width: 0; /* Fixes width issues on smaller screens */
}

div[data-global-resource-path*="footer"] {
  grid-row-start: 3;
  grid-row-end: 4;
  min-width: 0; /* Fixes width issues on smaller screens */
}

.body-container-wrapper {
  grid-row-start: 2;
  grid-row-end: 3;
  min-width: 0; /* Fixes width issues on smaller screens */
}

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:after {
  clear: both;
  content: '';
  display: table;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix:after {
  clear: both;
  content: '';
  display: table;
}

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

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

.dnd-section .dnd-module.widget-span {
  padding: 0 50px;
}

.dnd-section[class*="force-full-width-section"] > .row-fluid,
.dnd-section[class*="force-full-width-section"] .dnd-module.widget-span {
  padding: 0;
}

@media (max-width: 1440px) {
  .content-wrapper {
    margin: 0 auto;
    padding: 0 6.9449%;
  }

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

  .dnd-section .dnd-module.widget-span {
    padding: 0 3.7319%;
  }
}

@media (max-width: 1024px) {
  .content-wrapper {
    padding: 0 40px;
  }

  .dnd-section > .row-fluid,
  .dnd-section .dnd-module.widget-span {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .content-wrapper {
    padding: 0 30px;
  }

  .dnd-section > .row-fluid,
  .dnd-section .dnd-module.widget-span {
    padding: 0 15px;
  }
}

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

@font-face {
  font-family: 'FogtwoNo5';
  src: local('FogtwoNo5'),
      url("https://22355127.fs1.hubspotusercontent-na1.net/hubfs/22355127/raw_assets/public/sleepy-hollow-v2/fonts/FogtwoNo5.woff2") format('woff2'),
      url("https://22355127.fs1.hubspotusercontent-na1.net/hubfs/22355127/raw_assets/public/sleepy-hollow-v2/fonts/FogtwoNo5.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Thin'), local('ProximaNova-Thin'),
      url("https://22355127.fs1.hubspotusercontent-na1.net/hubfs/22355127/raw_assets/public/sleepy-hollow-v2/fonts/ProximaNova-Thin.woff2") format('woff2'),
      url("https://22355127.fs1.hubspotusercontent-na1.net/hubfs/22355127/raw_assets/public/sleepy-hollow-v2/fonts/ProximaNova-Thin.woff") format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Light'), local('ProximaNova-Light'),
      url("https://22355127.fs1.hubspotusercontent-na1.net/hubfs/22355127/raw_assets/public/sleepy-hollow-v2/fonts/ProximaNova-Light.woff2") format('woff2'),
      url("https://22355127.fs1.hubspotusercontent-na1.net/hubfs/22355127/raw_assets/public/sleepy-hollow-v2/fonts/ProximaNova-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
      url("https://22355127.fs1.hubspotusercontent-na1.net/hubfs/22355127/raw_assets/public/sleepy-hollow-v2/fonts/ProximaNova-Regular.woff2") format('woff2'),
      url("https://22355127.fs1.hubspotusercontent-na1.net/hubfs/22355127/raw_assets/public/sleepy-hollow-v2/fonts/ProximaNova-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
      url("https://22355127.fs1.hubspotusercontent-na1.net/hubfs/22355127/raw_assets/public/sleepy-hollow-v2/fonts/ProximaNova-Bold.woff2") format('woff2'),
      url("https://22355127.fs1.hubspotusercontent-na1.net/hubfs/22355127/raw_assets/public/sleepy-hollow-v2/fonts/ProximaNova-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: local('Avenir Book'), local('Avenir-Book'),
      url("https://22355127.fs1.hubspotusercontent-na1.net/hubfs/22355127/raw_assets/public/sleepy-hollow-v2/fonts/Avenir-Book.woff2") format('woff2'),
      url("https://22355127.fs1.hubspotusercontent-na1.net/hubfs/22355127/raw_assets/public/sleepy-hollow-v2/fonts/Avenir-Book.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NanumMyeongjo';
  src: local('NanumMyeongjo'),
      url("https://22355127.fs1.hubspotusercontent-na1.net/hubfs/22355127/raw_assets/public/sleepy-hollow-v2/fonts/NanumMyeongjo.woff2") format('woff2'),
      url("https://22355127.fs1.hubspotusercontent-na1.net/hubfs/22355127/raw_assets/public/sleepy-hollow-v2/fonts/NanumMyeongjo.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  background-color: #FDF9F6;
  font-family: 'Proxima Nova', sans-serif;
  line-height: 167%;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.67em;
}

p:last-child {
  margin-bottom: 0 !important;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.15s linear;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'FogtwoNo5';
  line-height: 160%;
  margin: 0 0 1em;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0 !important;
}

/* Lists */

ul,
ol {
  margin: 0 0 25px;
  padding-left: 25px;
}

ul:last-child,
ol:last-child {
  margin-bottom: 0 !important;
}

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 25px;
  quotes: "\201C" "\201D";
  text-align: center;
}

blockquote:last-child {
  margin-bottom: 0 !important;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

/* Horizontal rules */

hr {
  border: 0;
  border-bottom: 1px solid #CCC;
  margin: 25px 0;
}

hr:first-child {
  margin-top: 0;
}

hr:last-child {
  margin-bottom: 0 !important;
}

/* Image alt text */

img {
  font-size: 9px;
  height: auto;
  max-width: 100%;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-family: 'FogtwoNo5';
  line-height: 105.6%;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

a.button {
  text-decoration: none;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 26px;
  position: relative;
}

/* Labels */

form label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 140%;
}

.hs-form-field:not(.hs-fieldtype-radio) > label {
  color: rgba(0, 0, 0, 0.4);
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(0px);
  transition: transform 0.1s linear;
}

.hs-form-field:not(.hs-fieldtype-radio).freeze > label,
.hs-form-field:not(.hs-fieldtype-radio):focus-within > label {
  transform: translateY(-16px);
}

/* Help text */

form legend {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 140%;
}

/* 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 {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 0 0 1px;
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 140%;
  padding: 0 0 5px;
  width: 100%;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #000;
  outline: 0;
}

form select {
  padding-bottom: 5px;
}

form textarea {
  height: 112px;
  resize: none;
}

form fieldset {
  margin: 0 -17.5px !important;
  max-width: none !important;
}

form fieldset .hs-form-field {
  padding: 0 17.5px;
}

form fieldset .hs-form-field > label {
  padding: 0 17.5px;
}

form fieldset.form-columns-1 .input,
form fieldset.form-columns-1 .hs-input:not([type="checkbox"]):not([type="radio"]),
form fieldset.form-columns-2 .input,
form fieldset.form-columns-2 .hs-input:not([type="checkbox"]):not([type="radio"]),
form fieldset.form-columns-3 .input,
form fieldset.form-columns-3 .hs-input:not([type="checkbox"]):not([type="radio"]) {
  margin-right: 0 !important;
  width: 100% !important;
}

form fieldset.form-columns-2 .hs-form-field {
  width: 50% !important;
}

form fieldset.form-columns-3 .hs-form-field {
  width: 33.33% !important;
}

@media (max-width: 767px) {
  form fieldset.form-columns-2 .hs-form-field,
  form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 5px 0 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 5px;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-button,
.fn-date-picker .pika-next,
.fn-date-picker .pika-prev {
  border-radius: 0;
  min-width: auto;
}

.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 */

.hs_cos_wrapper_type_form .form-title {
  color: #433C2C;
  font-size: 49.8462px;
  line-height: 106.3271%;
  margin: 0;
  padding-bottom: 71px;
  text-align: center;
  text-transform: capitalize;
}

.hs_cos_wrapper_type_form .form-title:after {
	background-color: #000000;
	content: "";
	display: block;
	height: 1px;
	margin: 36px auto 0;
	max-width: 218px;
	opacity: 0.2;
	width: 100%;
}

.hs_cos_wrapper_type_form .hs-richtext,
.hs_cos_wrapper_type_form .hs-richtext p {
  font-size: 14px;
  margin: 0 0 22px;
}

.hs_cos_wrapper_type_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: 1em !important;
}

/* Validation */

.hs_error_rollup {
  color: red;
  display: none;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 140%;
  margin-bottom: 25px;
}

.hs-form-required {
  color: red;
}

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

.hs-error-msg {
  color: red;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 140%;
  margin-top: 5px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 118.1818%;
  padding: 10px 23px 9px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s linear;
  white-space: normal;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #829F89;
  border-color: #829F89;
  color: #FFF;
}

/* Captcha */

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

table {
  border-collapse: collapse;
  margin-bottom: 25px;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.animate {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}
/* Sticky Header */

.main-header {
  transition: background 0.2s linear;
  width: 100%;
  z-index: 999;
}

html.sticky-header .main-header {
  background-color: #F8F2EE;
  position: fixed;
  top: 0;
  left: 0;
}

html.nav-opened {
  overflow: hidden;
}

/* Header Info */

.header__info {
  background-color: #161616;
  color: #FFFFFF;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 220%;
  padding-bottom: 4px;
  padding-top: 4px;
  text-align: right;
  text-transform: uppercase;
}

.header__info a {
  color: inherit;
}

.header__info a:hover,
.header__info a:focus {
  color: inherit;
}

/* Header Container */

.header__container {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr auto 1fr;
  margin-bottom: -1px;
  padding-bottom: 37px;
  padding-top: 32px;
  position: relative;
}

.header__container:after {
  background-color: #000;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin: 0 6.9449%;
  opacity: 0.3;
  position: absolute;
  right: 0;
}

html.sticky-header .header__container {
  padding-bottom: 21px;
  padding-top: 21px;
  position: static;
}

html.sticky-header .header__container:after {
  background-color: #B8AA9B;
}

.main-header--w-links .header__container {
  padding-bottom: 41px;
  padding-top: 41px;
}

html.sticky-header .main-header--w-links .header__container {
  padding-bottom: 21px;
  padding-top: 21px;
}

html.sticky-header .header__container:after {
  margin: 0;
}

.main-header--no-navigation .header__container {
  display: flex;
  justify-content: center;
}

/* Navigation Skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Navigation */

.header__navigation_wrapper {
  display: none;
}

.header__navigation_wrapper.open {
  background-color: #FDF9F6;
  display: block;
  height: 100vh;
  left: 0;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header__navigation_wrapper.animate {
  animation-duration: 0.5s;
}

.header__navigation_wrapper > .content-wrapper {
  display: grid;
  grid-template-columns: 0.9591fr 1fr;
  min-height: 100%;
  padding-right: 0;
  position: relative;
}

.header__navigation_open,
.header__navigation_close {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: #000;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 999;
}

.header__navigation_open:hover,
.header__navigation_open:focus,
.header__navigation_close:hover,
.header__navigation_close:focus {
  background-color: transparent;
  border: 0;
  color: #000;
}

.header__navigation_open:focus,
.header__navigation_close:focus {
  outline: 0;
}

.header__navigation_open svg,
.header__navigation_close svg {
  display: block;
}

.header__navigation_open {
  display: block;
}

.header__navigation_open.hide {
  display: none;
}

.header__navigation_open span {
  display: inline-block;
  vertical-align: middle;
}

.header__navigation_open svg {
  width: 22px;
}

.header__navigation_open .icon {
  border: 1px solid #000000;
  padding: 14px 9px 13px;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
}

.header__navigation_open:hover .icon,
.header__navigation_open:focus .icon {
  background-color: #829F89;
  border-color: #829F89;
  color: #FFF;
}

.header__navigation_open .text {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 121.4%;
  margin-left: 15px;
  text-transform: uppercase;
}

.header__navigation_close {
  display: none;
  left: 7.59%;
  position: absolute;
  top: 78px;
}

.header__navigation_close:hover,
.header__navigation_close:focus {
  color: #829F89;
}

.header__navigation_close.show {
  display: block;
}

.header__navigation_close svg {
  width: 30px;
}

.header__navigation-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 103px;
  padding-right: 13.72%;
  padding-top: 108px;
}

#hs_cos_wrapper_nav_logo {
  margin-bottom: 69px;
}

#hs_cos_wrapper_nav_button .button {
  font-family: 'Proxima Nova', sans-serif;
  letter-spacing: .03em;
  line-height: 121.4%;
  margin-top: 69px;
  text-transform: uppercase;
}

.header__navigation-widget {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#hs_cos_wrapper_sign_up,
#hs_cos_wrapper_insider_form {
  width: 100%;
}

#hs_cos_wrapper_insider_form {
  display: none;
  height: 100%;
}

#hs_cos_wrapper_insider_form .insider-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}

.header__logo img {
  display: block;
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 18px;
}

#hs_cos_wrapper_header_logo {
  line-height: 0;
  text-align: center;
}

.main-header--w-links .header__logo {
  display: none;
}

html.sticky-header .main-header--w-links .header__logo {
  display: block;
}

/* Header Links */

html.sticky-header .header__links {
  display: none;
}

#hs_cos_wrapper_header_links {
  font-family: 'FogtwoNo5';
  font-size: 23.5714px;
  letter-spacing: 0.03em;
  line-height: 106.1%;
  text-align: center;
}

#hs_cos_wrapper_header_links ul {
  gap: 80px;
  justify-content: center;
}

#hs_cos_wrapper_header_links a {
  color: #000;
}

#hs_cos_wrapper_header_links a:hover,
#hs_cos_wrapper_header_links a:focus,
#hs_cos_wrapper_header_links li.active a,
#hs_cos_wrapper_header_links li.active-branch a {
  color: #829F89;
  text-decoration: none;
}

/* Button */

.header__button .button {
  font-family: 'Proxima Nova', sans-serif;
  letter-spacing: 0.03em;
  line-height: 121.4%;
  text-transform: uppercase;
}

.main-header--w-links .header__button .button {
  line-height: 122.2%;
}
.main-footer {
  background-color: #F8F2EE;
}

.main-footer .dnd-section,
.main-footer .content-wrapper--vertical-spacing {
  padding-bottom: 17.5px;
  padding-top: 17.5px;
}

.main-footer .dnd-section:first-child,
.main-footer .content-wrapper--vertical-spacing:first-child {
  padding-top: 0;
}

.main-footer .dnd-section:last-child,
.main-footer .content-wrapper--vertical-spacing:last-child {
  padding-bottom: 0;
}

.main-footer .dnd-section > .row-fluid,
.main-footer .dnd-section .dnd-module.widget-span {
  padding: 0 17.5px;
}

.main-footer h1,
.main-footer h2,
.main-footer h3,
.main-footer h4,
.main-footer h5,
.main-footer h6 {
  letter-spacing: 0.03em;
  line-height: 154.1%;
  margin: 0;
}

.main-footer a {
  color: inherit;
}

.main-footer a:hover,
.main-footer a:focus {
  text-decoration: none;
}

.footer-svg-title:after,
.footer-info > .content-wrapper:before {
  background-color: #000;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin: 0 6.9449%;
  opacity: 0.2;
  position: absolute;
  right: 0;
}

.footer-svg-title {
  margin-bottom: 75px;
  padding-bottom: 90px;
  padding-top: 100px;
  position: relative;
}

.footer-svg-title:after {
  bottom: -1px;
}

.footer-svg-title svg {
  display: block;
  margin: 0 auto;
  max-width: 457px;
  width: 100%;
}

.main-footer-content {
  align-items: start;
  display: grid;
  gap: 0 1px;
  grid-template-columns: 1fr 0.9171fr 1fr;
  margin-bottom: 57px;
}

.main-footer-content.content-wrapper {
  padding: 0 156px;
}

@media (max-width: 1440px) {
  .main-footer-content.content-wrapper {
    padding: 0 10.8338%;
  }
}

#hs_cos_wrapper_footer_form {
  margin-top: 10px;
  padding-right: 18.914%;
}

#hs_cos_wrapper_footer_form .hs-form-field {
  margin-bottom: 35px;
}

#hs_cos_wrapper_footer_form .hs-form-field > label {
  color: rgba(0, 0, 0, 0.6);
  left: 0;
  padding: 0;
  transform: translateY(0);
}

#hs_cos_wrapper_footer_form .hs-form-field.freeze > label,
#hs_cos_wrapper_footer_form .hs-form-field:focus-within > label {
  background-color: transparent;
  transform: translateY(-21px);
}

#hs_cos_wrapper_footer_form form label,
#hs_cos_wrapper_footer_form form legend,
#hs_cos_wrapper_footer_form form input[type=text],
#hs_cos_wrapper_footer_form form input[type=email],
#hs_cos_wrapper_footer_form form input[type=password],
#hs_cos_wrapper_footer_form form input[type=tel],
#hs_cos_wrapper_footer_form form input[type=number],
#hs_cos_wrapper_footer_form form input[type=file],
#hs_cos_wrapper_footer_form form select,
#hs_cos_wrapper_footer_form form textarea,
#hs_cos_wrapper_footer_form .hs_error_rollup,
#hs_cos_wrapper_footer_form .hs-error-msg {
  letter-spacing: 0.04em;
}

#hs_cos_wrapper_footer_form form input[type=text],
#hs_cos_wrapper_footer_form form input[type=email],
#hs_cos_wrapper_footer_form form input[type=password],
#hs_cos_wrapper_footer_form form input[type=tel],
#hs_cos_wrapper_footer_form form input[type=number],
#hs_cos_wrapper_footer_form form input[type=file],
#hs_cos_wrapper_footer_form form select,
#hs_cos_wrapper_footer_form form textarea {
  border-width: 0 0 1px;
  padding: 0 0 5px;
}

#hs_cos_wrapper_footer_form form select {
  padding-bottom: 5px;
  padding-top: 0;
}

#hs_cos_wrapper_footer_form .form-title {
  font-size: 64px;
  line-height: 107.4%;
  padding-bottom: 35px;
}

#hs_cos_wrapper_footer_form form input[type=submit],
#hs_cos_wrapper_footer_form form .hs-button {
  background-color: transparent;
  border: 0.74px solid #000000;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 118.2%;
  margin-top: 0;
  padding: 10px 23px 9px 24px;
}

#hs_cos_wrapper_footer_form form input[type=submit]:hover,
#hs_cos_wrapper_footer_form form input[type=submit]:focus,
#hs_cos_wrapper_footer_form form .hs-button:hover,
#hs_cos_wrapper_footer_form form .hs-button:focus {
  background-color: #829F89;
  border-color: #829F89;
  color: #FFF;
}

.main-footer-links {
  margin-top: 27px;
  padding: 0 20px;
  position: relative;
  text-align: center;
}

.main-footer-links:before,
.main-footer-links:after {
  background-color: #000000;
  content: '';
  display: block;
  height: 231px;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.main-footer-links:before {
  left: -1px;
}

.main-footer-links:after {
  right: -1px;
}

#hs_cos_wrapper_footer_primary_links,
#hs_cos_wrapper_footer_secondary_links {
  font-family: 'FogtwoNo5';
  letter-spacing: 0.03em;
  line-height: 134.1%;
}

#hs_cos_wrapper_footer_primary_links li.active a,
#hs_cos_wrapper_footer_primary_links li.active-branch a,
#hs_cos_wrapper_footer_secondary_links li.active a,
#hs_cos_wrapper_footer_secondary_links li.active-branch a {
  color: #829F89;
}

#hs_cos_wrapper_footer_primary_links {
  font-size: 26.9437px;
  /* margin-bottom: 36px; */
}

#hs_cos_wrapper_footer_secondary_links {
  font-size: 20.2077px;
}

.main-footer-details {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 154.1%;
  padding-left: 23.577%;
}

.main-footer-details > .row-fluid-wrapper {
  margin: 0 -35px;
}

.main-footer-details .gallery-logos {
  padding-top: 9px;
}

.footer-info {
  font-family: 'Avenir', sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 133.3%;
}

.footer-info > .content-wrapper {
  align-items: center;
  display: grid;
  flex-wrap: wrap;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  padding-bottom: 24px;
  padding-top: 24px;
  position: relative;
}

.footer-info > .content-wrapper:before {
  top: -1px;
}

.footer-info p {
  margin: 0;
}

#hs_cos_wrapper_footer_tertiary_links {
  text-transform: uppercase;
}

.footer-info .website-by {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 21px;
  justify-content: end;
  letter-spacing: 0.02em;
  text-align: right;
}
/* Logo */

.hs_cos_wrapper_type_logo,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_logo a {
  display: inline-block;
  vertical-align: top;
}

/* Menu and simple menu */

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

/* Horizontal menu */

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Images */

.hs_cos_wrapper_type_linked_image,
.hs-image-widget  {
  display: inline-block;
  vertical-align: top;
}

/* Section Heading */

.section-header {
  text-align: center;
}

.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
  color: #433C2C;
  font-size: 48px;
  line-height: 106.3%;
  margin: 0 auto 32px;
  max-width: 455px;
}

.section-header small {
  display: block;
  font-size: 36px;
  line-height: 108.3%;
}

.section-header .secondary-header {
  color: #4F4F4F;
  font-size: 18px;
  line-height: 167%;
  margin: 0 auto;
  max-width: 660px;
}

.section-header .secondary-header:before {
  background-color: #000000;
  content: '';
  display: block;
  height: 1px;
  margin: 0 auto 26px;
  opacity: 0.2;
  width: 218px;
}

.section-header .secondary-header p {
  margin-bottom: 1.67em;
}

/* Page Heading */

#hs_cos_wrapper_page_header {
  margin-bottom: 150px;
  margin-top: 93px;
}

#hs_cos_wrapper_page_header .section-header h1,
#hs_cos_wrapper_page_header .section-header h2,
#hs_cos_wrapper_page_header .section-header h3,
#hs_cos_wrapper_page_header .section-header h4,
#hs_cos_wrapper_page_header .section-header h5,
#hs_cos_wrapper_page_header .section-header h6 {
  color: #000000;
  font-size: 96px;
  letter-spacing: 0.02em;
  line-height: 92%;
  margin: 0 auto 35px;
  max-width: 660px;
}

#hs_cos_wrapper_page_header .section-header .secondary-header:before {
  content: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__navigation-links {
    justify-content: flex-start;
    padding: 124px 40px 85px 70px;
  }

  #hs_cos_wrapper_nav_logo {
    margin-bottom: 47px;
  }

  #hs_cos_wrapper_nav_button .button {
    margin-top: 47px;
  }
}

@media (max-width: 1024px) {
  .header__info {
    text-align: center;
  }

  .header__container {
    padding-bottom: 21px;
    padding-top: 21px;
  }

  html.sticky-header .header__container {
    padding-bottom: 21px;
    padding-top: 21px;
  }

  .main-header--w-links .header__container {
    grid-template-columns: auto 1fr auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  html.sticky-header .main-header--w-links .header__container {
    grid-template-columns: 1fr auto 1fr;
    padding-bottom: 19.55px;
    padding-top: 18px;
  }

  .header__container:after {
    margin: 0 40px;
  }

  .header__navigation_wrapper > .content-wrapper {
    grid-template-columns: 1fr 1.1162fr;
  }

  .header__navigation_close {
    left: 40px;
    top: 55px;
  }

  .header__navigation_close svg {
    width: 21px;
  }

  #hs_cos_wrapper_header_links {
    font-size: 16px;
    line-height: 106.3%;
  }

  #hs_cos_wrapper_header_links ul {
    gap: 40px;
  }

  .main-header--w-links #hs_cos_wrapper_header_button .button {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 143%;
    padding: 13px 18px 10px !important;
  }

  .main-footer .dnd-section,
  .main-footer .content-wrapper--vertical-spacing {
    padding-bottom: 22.5px;
    padding-top: 22.5px;
  }

  .main-footer h1,
  .main-footer h2,
  .main-footer h3,
  .main-footer h4,
  .main-footer h5,
  .main-footer h6 {
    margin: 0 0 6px;
  }

  .main-footer h4 {
    font-size: 20px;
  }

  .footer-svg-title:after,
  .footer-info > .content-wrapper:before {
    margin: 0 40px;
  }

  .footer-svg-title {
    margin-bottom: 71px;
    padding-bottom: 89px;
    padding-top: 89px;
  }

  .footer-svg-title svg {
    max-width: 319.42px;
  }

  .main-footer-content {
    gap: 0;
    grid-template-columns: 35.756% 29.653% 34.591%;
    margin-bottom: 90px;
  }

  .main-footer-content.content-wrapper {
    padding: 0 40px;
  }

  #hs_cos_wrapper_footer_form {
    margin-top: 7px;
    padding-right: 46px;
  }

  #hs_cos_wrapper_footer_form .hs-form-field {
    margin-bottom: 25px;
  }

  #hs_cos_wrapper_footer_form .form-title {
    font-size: 40px;
    padding-bottom: 30px;
  }

  #hs_cos_wrapper_footer_form form input[type=submit],
  #hs_cos_wrapper_footer_form form .hs-button {
    margin-top: 12px;
  }

  .main-footer-links {
    margin-top: 3px;
  }

  .main-footer-links:before,
  .main-footer-links:after {
    height: 174px;
    margin-top: 12px;
  }

  #hs_cos_wrapper_footer_primary_links,
  #hs_cos_wrapper_footer_secondary_links {
    line-height: 160%;
  }

  #hs_cos_wrapper_footer_primary_links {
    font-size: 22px;
    /* margin-bottom: 35px; */
  }

  #hs_cos_wrapper_footer_secondary_links {
    font-size: 16px;
  }

  .main-footer-details {
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 154.1%;
    padding-left: 43px;
  }

  .main-footer-details .hs_cos_wrapper_type_module {
    margin-right: -13px;
  }

  .main-footer-details .gallery-logos {
    margin-top: -23px;
    padding-top: 0;
  }

  .main-footer-details .gallery-logo-1 {
    max-width: 114px;
  }

  .main-footer-details .gallery-logo-2 {
    max-width: 55px;
  }

  .footer-info > .content-wrapper {
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .footer-info .website-by a:last-child {
    display: block;
  }

  #hs_cos_wrapper_page_header {
    margin-bottom: 90px;
    margin-top: 85px;
  }

  #hs_cos_wrapper_page_header .section-header h1,
  #hs_cos_wrapper_page_header .section-header h2,
  #hs_cos_wrapper_page_header .section-header h3,
  #hs_cos_wrapper_page_header .section-header h4,
  #hs_cos_wrapper_page_header .section-header h5,
  #hs_cos_wrapper_page_header .section-header h6 {
    font-size: 80px;
    margin: 0 auto 34px;
  }

  #hs_cos_wrapper_page_header .section-header .secondary-header {
    max-width: 569px;
  }
}
@media (max-width: 767px) {
  .hs_cos_wrapper_type_form .form-title {
    font-size: 50px;
    line-height: 112%;
    padding-bottom: 46px;
  }

  .header__container {
    gap: 45px;
    grid-template-columns: auto auto 1fr;
    padding: 43px 20px;
  }

  .main-header--w-links .header__container {
    grid-template-columns: auto 1fr;
  }

  html.sticky-header .main-header--w-links .header__container {
    grid-template-columns: auto auto 1fr;
  }

  .header__container:after {
    margin: 0 20px;
  }

  .header__navigation_wrapper > .content-wrapper {
    display: block;
    padding-right: 35px;
  }

  .header__navigation_open .text {
    display: none;
  }

  .header__navigation_close {
    left: 35px;
    top: 35px;
  }

  .header__navigation_close svg {
    width: 30px;
  }

  .header__navigation-links {
    padding: 103px 0 55px;
  }

  #hs_cos_wrapper_sign_up .sign-up {
    margin: 0 -35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  #hs_cos_wrapper_sign_up .sign-up-image {
    margin: 0 -35px -55px;
  }

  #hs_cos_wrapper_insider_form .insider-form {
    margin: 0 -35px;
  }

  .header__links {
    display: none;
  }

  #hs_cos_wrapper_header_button .button {
    padding: 14px 18px 12px !important;
  }

  .main-footer .dnd-section,
  .main-footer .content-wrapper--vertical-spacing {
    padding-bottom: 11px;
    padding-top: 11px;
  }

  .main-footer h1,
  .main-footer h2,
  .main-footer h3,
  .main-footer h4,
  .main-footer h5,
  .main-footer h6 {
    margin: 0 0 1px;
  }

  .main-footer h4 {
    font-size: 28px;
  }

  .footer-svg-title:after,
  .footer-info > .content-wrapper:before {
    margin: 0 35px;
  }

  .footer-svg-title {
    margin-bottom: 74px;
    padding-bottom: 80px;
    padding-top: 80.59px;
  }

  .footer-svg-title svg {
    max-width: 278.42px;
  }

  .main-footer-content {
    display: block;
    margin-bottom: 80px;
  }

  .main-footer-content.content-wrapper {
    padding: 0 35px;
  }

  #hs_cos_wrapper_footer_form {
    margin-top: 0;
    padding-right: 0;
  }

  #hs_cos_wrapper_footer_form .form-title {
    padding-bottom: 26px;
  }

  #hs_cos_wrapper_footer_form form input[type=submit],
  #hs_cos_wrapper_footer_form form .hs-button {
    margin-top: 12px;
  }

  .main-footer-links {
    padding-bottom: 70px;
    padding-top: 69px;
    margin-top: 80px;
  }

  .main-footer-links:before,
  .main-footer-links:after {
    height: 1px;
    margin-top: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
  }

  .main-footer-links:before {
    left: 0;
  }

  .main-footer-links:after {
    bottom: 0;
    top: auto;
    right: 0;
  }

  #hs_cos_wrapper_footer_primary_links,
  #hs_cos_wrapper_footer_secondary_links {
    line-height: 160%;
  }

  #hs_cos_wrapper_footer_primary_links {
    font-size: 28px;
    /* margin-bottom: 37px; */
  }

  #hs_cos_wrapper_footer_secondary_links {
    font-size: 20px;
  }

  .main-footer-details {
    font-size: 16px;
    padding-left: 0;
    margin-top: 70px;
  }

  .main-footer-details .hs_cos_wrapper_type_module {
    margin-right: 0;
  }

  .main-footer-details .gallery-logos {
    margin-top: 6px;
    padding-top: 0;
  }

  .main-footer-details .gallery-logo-1 {
    max-width: 151px;
  }

  .main-footer-details .gallery-logo-2 {
    max-width: 73px;
  }

  .footer-info > .content-wrapper {
    display: block;
    padding-bottom: 18px;
    padding-top: 23px;
  }

  #hs_cos_wrapper_footer_tertiary_links {
    margin-bottom: 16px;
  }

  #hs_cos_wrapper_footer_tertiary_links .hs-menu-wrapper ul {
    justify-content: center;
  }

  .footer-info .website-by {
    justify-content: center;
    margin-top: 15.31px;
  }

  .footer-info .website-by a:last-child {
    display: inline-block;
  }

  .section-header h1,
  .section-header h2,
  .section-header h3,
  .section-header h4,
  .section-header h5,
  .section-header h6 {
    font-size: 46px;
    line-height: 106.5%;
    margin: 0 auto 29px;
    max-width: 100%;
  }

  .section-header .secondary-header {
    max-width: 100%;
  }

  .section-header .secondary-header:before {
    margin: 0 auto 33px;
  }

  #hs_cos_wrapper_page_header {
    margin-bottom: 60px;
    margin-top: 33px;
  }

  #hs_cos_wrapper_page_header .section-header h1,
  #hs_cos_wrapper_page_header .section-header h2,
  #hs_cos_wrapper_page_header .section-header h3,
  #hs_cos_wrapper_page_header .section-header h4,
  #hs_cos_wrapper_page_header .section-header h5,
  #hs_cos_wrapper_page_header .section-header h6 {
    font-size: 70px;
    letter-spacing: 0;
    line-height: 107.1%;
    margin: 0 auto 16px;
  }

  #hs_cos_wrapper_page_header .section-header .secondary-header {
    max-width: 100%;
  }

  #hs_cos_wrapper_page_breadcrumb {
    margin: 0 -10px;
  }
}

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

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

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

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