/* 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 auto 1fr auto;
  min-height: 100%;
}

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

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

.body-container-wrapper {
  grid-row-start: 3;
  grid-row-end: 4;
  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 92px;
}

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

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

@media (max-width: 1024px) {
  .content-wrapper {
    margin: 0 auto;
    padding: 0 80px;
  }
  
  .dnd-section > .row-fluid {
    margin: 0 auto;
    padding: 0 40px;
  }
  
  .dnd-section .dnd-module.widget-span {
    padding: 0 40px;
  }
}

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

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

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

@font-face {
  font-family: 'GascogneTS-XLight';
  src: local('GascogneTS-XLight'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/gascogne/GascogneTS-XLight.woff2") format('woff2'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/gascogne/GascogneTS-XLight.woff") format('woff'),
      url("") format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GascogneTS';
  src: local('GascogneTS-Light'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/gascogne/GascogneTS-Light.woff2") format('woff2'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/gascogne/GascogneTS-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GascogneTS';
  src: local('GascogneTS-Regular'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/gascogne/GascogneTS-Regular.woff2") format('woff2'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/gascogne/GascogneTS-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GascogneTS Medium';
  src: local('GascogneTS-Medium'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/gascogne/GascogneTS-Medium.woff2") format('woff2'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/gascogne/GascogneTS-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GascogneTS Bold';
  src: local('GascogneTS-Bold'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/gascogne/GascogneTS-Bold.woff2") format('woff2'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/gascogne/GascogneTS-Bold.woff") format('woff'),
      url("") format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: local('Sweet Sans Pro'), local('SweetSansPro-Regular'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/sweet-sans-pro/SweetSansPro-Regular.woff2") format('woff2'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/sweet-sans-pro/SweetSansPro-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: local('Sweet Sans Pro Extra Light'), local('SweetSansPro-ExLight'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/sweet-sans-pro/SweetSansPro-ExLight.woff2") format('woff2'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/sweet-sans-pro/SweetSansPro-ExLight.woff") format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: local('Sweet Sans Pro Medium'), local('SweetSansPro-Medium'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/sweet-sans-pro/SweetSansPro-Medium.woff2") format('woff2'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/sweet-sans-pro/SweetSansPro-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: local('Sweet Sans Pro Bold'), local('SweetSansPro-Bold'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/sweet-sans-pro/SweetSansPro-Bold.woff2") format('woff2'),
      url("https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/fonts/sweet-sans-pro/SweetSansPro-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  background-color: #E2CBB426;
  color: #1B2A17;
  font-family: 'Sweet Sans Pro', sans-serif;
  line-height: 1.6;
  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.6em;
}

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

/* 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, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 160%;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin: 0 0 0.5em;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 1em;
}

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

/* Lists */

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

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

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

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

/* Image alt text */

img {
  font-size: 9px;
  height: auto;
  max-width: 100%;
  word-break: normal;
}

/* Page Header */

#hs_cos_wrapper_page_header {
  margin-bottom: 39px;
  margin-top: 148px;
  position: relative;
}

#hs_cos_wrapper_page_header h1,
#hs_cos_wrapper_page_header h2,
#hs_cos_wrapper_page_header h3,
#hs_cos_wrapper_page_header h4,
#hs_cos_wrapper_page_header h5,
#hs_cos_wrapper_page_header h6 {
  font-family: 'GascogneTS-XLight';
  font-size: 64px;
  font-weight: 100;
  line-height: 1.016em;
  margin-bottom: 0;
  text-align: center;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.462;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* 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: 21px;
}

.hs-form-field > label {
  margin-bottom: 9px;
}

/* Labels */

form label {
  font-family: 'Work Sans', sans-serif;
  color: #000000;
  display: block;
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 160%;
  opacity: 0.4;
}

/* Placeholders */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Work Sans', sans-serif;
  color: #000000;
  display: block;
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 160%;
  opacity: 0.4;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Work Sans', sans-serif;
  color: #000000;
  display: block;
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 160%;
  opacity: 0.4;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Work Sans', sans-serif;
  color: #000000;
  display: block;
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 160%;
  opacity: 0.4;
}
::-ms-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  color: #000000;
  display: block;
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 160%;
  opacity: 0.4;
}
::placeholder {
  font-family: 'Work Sans', sans-serif;
  color: #000000;
  display: block;
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 160%;
  opacity: 0.4;
}

textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  position: absolute;
  bottom: 9px;
  left: 0;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  position: absolute;
  bottom: 9px;
  left: 0;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  position: absolute;
  bottom: 9px;
  left: 0;
}
textarea::-ms-input-placeholder {
  position: absolute;
  bottom: 9px;
  left: 0;
}
textarea::placeholder {
  position: absolute;
  bottom: 9px;
  left: 0;
}

/* Help text */

form legend {
  font-family: 'Work Sans', sans-serif;
  color: #000000;
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 160%;
  opacity: 0.4;
}

/* 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-radius: 0;
  border: 0;
  border-bottom: 1px solid #4F4F4F;
  display: block;
  line-height: 160%;
  padding: 2px 0 9px;
  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: 13px;
  padding-top: 6px;
}

form textarea {
  min-height: 65px;
  position: relative;
  resize: none;
}

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

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

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

form fieldset.form-columns-1 .input,
form fieldset.form-columns-2 .input,
form fieldset.form-columns-3 .input,
form fieldset.form-columns-1 .hs-input,
form fieldset.form-columns-2 .hs-input,
form fieldset.form-columns-3 .hs-input {
  margin-right: 0 !important;
  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-today .pika-button {
  color: #E63F2E !important;
}

.fn-date-picker td.is-selected .pika-button {
  background: #E63F2E;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  background: #21342F !important;
  border-radius: 0 !important;
  color: #FFF !important;
}

/* 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: #000000;
  font-family: 'GascogneTS-XLight';
  font-size: 48px;
  font-weight: 100;
  letter-spacing: -0.03em;
  line-height: 144%;
  margin: 0 0 13px;
}

form .hs-richtext {
  font-size: 14px;
  margin: 0 0 23px;
  padding: 0 9px;
}

form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: 'GascogneTS-XLight';
  font-weight: 100;
  letter-spacing: -0.03em;
}

form .hs-richtext h1,
form .hs-richtext h2 {
  font-size: 28px;
  line-height: 1.106;
}

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 {
  margin-bottom: 30px;
}

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

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

.hs-error-msg {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  opacity: 1;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 35 35'%3E%3Cpath fill='%23E63F2E' d='M35 17.5C35 7.835 27.165 0 17.5 0S0 7.835 0 17.5 7.835 35 17.5 35 35 27.165 35 17.5Z'/%3E%3Cpath fill='%23FFFFFF' d='m19.472 24.587-.895-.868 5.411-5.634H10.002v-1.204h13.986l-5.411-5.66.895-.809 6.805 7.088-6.805 7.087Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 35px 35px;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 8px 0 8px 59px;
  text-decoration: none;
  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 {
  color: #E63F2E;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hs_cos_wrapper_type_form .form-title {
    font-size: 38px;
    margin: 0 0 15px;
  }
}
/* 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
*/

/* Sticky Header */
.main-header {
  background-color: #21342F;
  color: #FFFFFF;
  left: 0;
  position: relative;
  top: 0;
  -webkit-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  width: 100%;
  z-index: 999;
}

.floating-header .main-header {
  background-color: rgba(33, 52, 47, 0);
  position: absolute;
}

.sticky-header .main-header {
  background-color: #21342F;
  position: fixed;
  top: 0 !important; /* Overrides top when there's an inline css */
}

/* Header container */

.header__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "headerNav headerLogo headerSpace";
  padding: 75px 100px;
}

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

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

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-area: headerLogo;
  max-width: 262px;
  line-height: 1;
}

html:not(.sticky-header) .header__logo {
  max-height: 63.86px;
}

.body-wrapper:not(.floating-header) .header__logo {
  -webkit-transition: max-width 0.25s ease;
  -o-transition: max-width 0.25s ease;
  transition: max-width 0.25s ease;
}

.sticky-header .header__logo {
  margin-top: 2px;
  max-width: 162px;
}

html.nav-opened .header__logo {
  position: relative;
  z-index: 9999;
}

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

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

#hs_cos_wrapper_header_logo_2,
#hs_cos_wrapper_header_logo_black {
  display: none;
}

/* Button */

.floating-header .header__button {
  display: none;
}

.sticky-header .floating-header .header__button {
  display: block;
}

html.nav-opened .header__button {
  position: relative;
  z-index: 9999;
}

/* Navigation */

html.nav-opened {
  overflow: hidden;
}

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

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

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

.header__navigation_open {
  vertical-align: middle;
}

.header__navigation_open svg {
  width: 42px;
}

.header__navigation_close {
  display: block;
  margin-bottom: 88px;
  margin-left: -9px;
}

.header__navigation_close:hover,
.header__navigation_close:focus {
  color: #FF6555;
}

.header__navigation_close svg {
  width: 22px;
}

.sticky-header .header__navigation_open {
  margin-bottom: 0;
}

#hs_cos_wrapper_navigation_buttons {
  display: none;
  margin-top: 33px;
}

.header__navigation_wrapper {
  display: none;
  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.open {
  display: block;
}

.header__navigation_wrapper .header__navigation_row {
  background-color: #21342F;
  color: #F4F3E3;
  display: grid;
  grid-template-columns: 0.61799fr 1fr;
  min-height: 100vh;
}

.header__navigation_wrapper .header__navigation_links {
  margin-left: auto;
  max-width: 550px;
  padding: 53px 0 87px 109px;
  width: 100%;
}

.header__navigation_wrapper .menu > .menu__wrapper {
  display: block;
}

.header__navigation_wrapper .menu .menu__item {
  display: block;
  padding: 0;
}

.header__navigation_wrapper .menu__link {
  color: inherit;
}

.header__navigation_wrapper .menu__link:hover,
.header__navigation_wrapper .menu__link:focus {
  color: #E63F2E;
}

#hs_cos_wrapper_navigation_primary_v2 {
  /* border-bottom: 1px solid rgba(244, 243, 227, 0.3); */
  font-family: 'GascogneTS';
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 100%;
  /* margin-bottom: 85px; */
  padding: 0 40px 95px 0;
}

#hs_cos_wrapper_navigation_primary_v2 .menu__item {
  margin-top: 47px;
}

#hs_cos_wrapper_navigation_primary_v2 .menu__item:first-child {
  margin-top: 0;
}

#hs_cos_wrapper_navigation_secondary_v2 {
  font-family: 'GascogneTS';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 240%;
  margin-top: 85px;
  text-transform: uppercase;
}

#hs_cos_wrapper_navigation_secondary_v2 .menu__item {
  padding: 6px 0;
}

#hs_cos_wrapper_navigation_instagram_link .instagram-link {
  margin-top: 156px;
}

#hs_cos_wrapper_navigation_instagram_link a:hover,
#hs_cos_wrapper_navigation_instagram_link a:focus {
  color: #E63F2E;
}

#hs_cos_wrapper_navigation_social_follow {
  margin-top: 156px;
}

#hs_cos_wrapper_navigation_social_follow .social-links {
  justify-content: flex-start;
}

#hs_cos_wrapper_navigation_social_follow .social-links__link {
  color: inherit;
}

#hs_cos_wrapper_navigation_social_follow .social-links__link:hover,
#hs_cos_wrapper_navigation_social_follow .social-links__link:focus {
  color: #E63F2E;
}

#hs_cos_wrapper_navigation_social_follow .social-links__icon {
  height: 30px;
  width: 30px;
}

#hs_cos_wrapper_navigation_social_follow .social-links__icon svg {
  height: 30px;
}

#hs_cos_wrapper_header_form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  position: relative;
}

#hs_cos_wrapper_header_form,
#hs_cos_wrapper_sign_up {
  background-color: #F4F3E3;
  color: #1B2A17;
  min-height: 100%;
}

#hs_cos_wrapper_sign_up .sign-up-offer {
  padding: 40px;
}

#hs_cos_wrapper_sign_up .sign-up-offer.show-step-two {
  border: 0;
}

#hs_cos_wrapper_sign_up .sign-up-offer .step-one {
  margin: 0 auto;
  max-width: 512px;
}

#hs_cos_wrapper_sign_up .sign-up-offer-logo {
  margin-bottom: 35px;
}

#hs_cos_wrapper_sign_up .sign-up-offer-title {
  font-family: 'GascogneTS';
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 100%;
  margin-bottom: 79px;
  text-transform: uppercase;
}

#hs_cos_wrapper_sign_up .sign-up-offer-content {
  font-size: 19px;
  letter-spacing: 0.02em;
  line-height: 160%;
  text-align: center;
  text-transform: none;
  max-width: 100%;
}

#hs_cos_wrapper_sign_up .sign-up-offer .button-wrapper {
  margin-top: 83px;
}

#hs_cos_wrapper_sign_up .sign-up-offer-button {
  background-color: transparent;
  padding: 8px 0 8px 59px;
}

#hs_cos_wrapper_sign_up .sign-up-offer-button:hover,
#hs_cos_wrapper_sign_up .sign-up-offer-button:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 35 35'%3E%3Cpath fill='%23E63F2E' d='M35 17.5C35 7.835 27.165 0 17.5 0S0 7.835 0 17.5 7.835 35 17.5 35 35 27.165 35 17.5Z'/%3E%3Cpath fill='%23FFFFFF' d='m19.472 24.587-.895-.868 5.411-5.634H10.002v-1.204h13.986l-5.411-5.66.895-.809 6.805 7.088-6.805 7.087Z'/%3E%3C/svg%3E");
}

#hs_cos_wrapper_sign_up .step-two .sign-up-offer-logo {
  margin-bottom: 68px;
}

#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}

#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form .form-title {
  text-align: center;
}

#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form .hs-form-field,
#hs_cos_wrapper_sign_up .hs_cos_wrapper_type_form .hs-form-field {
  margin-bottom: 44px;
  padding-top: 0;
}

#hs_cos_wrapper_header_form ::-webkit-input-placeholder,
#hs_cos_wrapper_sign_up ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1B2A17;
  font-family: 'GascogneTS-XLight';
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.01em;
  line-height: 150%;
  opacity: 1;
}
#hs_cos_wrapper_header_form ::-moz-placeholder,
#hs_cos_wrapper_sign_up ::-moz-placeholder { /* Firefox 19+ */
  color: #1B2A17;
  font-family: 'GascogneTS-XLight';
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.01em;
  line-height: 150%;
  opacity: 1;
}
#hs_cos_wrapper_header_form :-ms-input-placeholder,
#hs_cos_wrapper_sign_up :-ms-input-placeholder { /* IE 10+ */
  color: #1B2A17;
  font-family: 'GascogneTS-XLight';
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.01em;
  line-height: 150%;
  opacity: 1;
}
#hs_cos_wrapper_header_form ::-ms-input-placeholder,
#hs_cos_wrapper_sign_up ::-ms-input-placeholder {
  color: #1B2A17;
  font-family: 'GascogneTS-XLight';
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.01em;
  line-height: 150%;
  opacity: 1;
}
#hs_cos_wrapper_header_form ::placeholder,
#hs_cos_wrapper_sign_up ::placeholder {
  color: #1B2A17;
  font-family: 'GascogneTS-XLight';
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.01em;
  line-height: 150%;
  opacity: 1;
}

#hs_cos_wrapper_header_form .sign-up-offer form input[type=text],
#hs_cos_wrapper_header_form .sign-up-offer form input[type=email],
#hs_cos_wrapper_header_form .sign-up-offer form input[type=password],
#hs_cos_wrapper_header_form .sign-up-offer form input[type=tel],
#hs_cos_wrapper_header_form .sign-up-offer form input[type=number],
#hs_cos_wrapper_header_form .sign-up-offer form input[type=file],
#hs_cos_wrapper_header_form .sign-up-offer form select,
#hs_cos_wrapper_header_form .sign-up-offer form textarea,
#hs_cos_wrapper_sign_up .sign-up-offer form input[type=text],
#hs_cos_wrapper_sign_up .sign-up-offer form input[type=email],
#hs_cos_wrapper_sign_up .sign-up-offer form input[type=password],
#hs_cos_wrapper_sign_up .sign-up-offer form input[type=tel],
#hs_cos_wrapper_sign_up .sign-up-offer form input[type=number],
#hs_cos_wrapper_sign_up .sign-up-offer form input[type=file],
#hs_cos_wrapper_sign_up .sign-up-offer form select,
#hs_cos_wrapper_sign_up .sign-up-offer form textarea {
  border-color: #B8AA9B;
  color: #1B2A17;
  font-family: 'GascogneTS-XLight';
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.01em;
  line-height: 150%;
  padding: 0 0 13px;
}

#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form form input[type=submit],
#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form form .hs-button,
#hs_cos_wrapper_sign_up .hs_cos_wrapper_type_form form input[type=submit],
#hs_cos_wrapper_sign_up .hs_cos_wrapper_type_form form .hs-button {
  font-family: 'Sweet Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 123.1%;
  margin-top: 15px;
  min-width: 175px;
  padding: 22px 58px;
}

#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form .hs-submit {
  text-align: center;
}

#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form form input[type=submit],
#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form form .hs-button {
  background-color: #e63f2e;
  background-image: none;
  border-color: #e63f2e;
  color: #fff;
}

#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form form input[type=submit]:hover,
#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form form input[type=submit]:focus,
#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form form .hs-button:hover,
#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form form .hs-button:focus {
  background-color: #aa2c20;
  border-color: #aa2c20;
  color: #fff;
}

#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form .hs-richtext h1,
#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form .hs-richtext h2,
#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form .hs-richtext h3,
#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form .hs-richtext h4,
#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form .hs-richtext h5,
#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form .hs-richtext h6,
#hs_cos_wrapper_sign_up .hs_cos_wrapper_type_form .hs-richtext h1,
#hs_cos_wrapper_sign_up .hs_cos_wrapper_type_form .hs-richtext h2,
#hs_cos_wrapper_sign_up .hs_cos_wrapper_type_form .hs-richtext h3,
#hs_cos_wrapper_sign_up .hs_cos_wrapper_type_form .hs-richtext h4,
#hs_cos_wrapper_sign_up .hs_cos_wrapper_type_form .hs-richtext h5,
#hs_cos_wrapper_sign_up .hs_cos_wrapper_type_form .hs-richtext h6 {
  font-family: 'GascogneTS-XLight';
  font-size: 40px;
  font-weight: 100;
  line-height: 100%;
  text-transform: uppercase;
}

#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form .hs-richtext,
#hs_cos_wrapper_sign_up .hs_cos_wrapper_type_form .hs-richtext {
  margin-bottom: 44px;
}

#hs_cos_wrapper_header_form .hs_cos_wrapper_type_form .hs-richtext {
  text-align: center;
}

#hs_cos_wrapper_sign_up .hs_cos_wrapper_type_form .submitted-message {
  margin: 0 auto;
  max-width: 600px;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .header__container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header__logo {
    max-width: 200px;
  }

  html:not(.sticky-header) .header__logo {
    max-height: 48.75px;
  }
}

@media (max-width: 1024px) {
  .header__container {
    padding: 44px 40px;
  }

  .sticky-header .header__container {
    gap: 24px;
    grid-template-columns: auto auto 1fr;
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .header__logo {
    max-width: 229px;
  }

  html:not(.sticky-header) .header__logo {
    max-height: 55.82px;
  }

  .header__navigation_open svg {
    width: 30px;
  }

  .header__navigation_wrapper .header__navigation_row {
    grid-template-columns: repeat(2, 1fr);
  }

  .header__navigation_wrapper .header__navigation_links {
    padding: 48px 0 44px 49px;
  }

  .header__navigation_wrapper .header__navigation_close {
    margin-bottom: 68px;
    margin-left: 0;
  }

  .header__navigation_wrapper .header__navigation_signup {
    min-height: 896px;
  }

  #hs_cos_wrapper_sign_up .sign-up-offer .step-one {
    max-width: 93.75%;
  }

  #hs_cos_wrapper_sign_up .sign-up-offer-logo {
    margin-bottom: 49px;
    width: 95px;
  }

  #hs_cos_wrapper_sign_up .sign-up-offer-title {
    margin-bottom: 38px;
  }

  #hs_cos_wrapper_sign_up .sign-up-offer-content {
    font-size: 15px;
  }

  #hs_cos_wrapper_sign_up .sign-up-offer .button-wrapper {
    margin-top: 42px;
  }

  #hs_cos_wrapper_sign_up .step-two .sign-up-offer-logo {
    margin-bottom: 46px;
    width: 90px;
  }

  #hs_cos_wrapper_sign_up .hs_cos_wrapper_type_form form input[type=submit],
  #hs_cos_wrapper_sign_up .hs_cos_wrapper_type_form form .hs-button {
    margin-top: 4px;
    min-width: 146px;
    padding: 17px 40px;
  }

  #hs_cos_wrapper_sign_up .hs_cos_wrapper_type_form .hs-richtext {
    margin-bottom: 47px;
  }

  #hs_cos_wrapper_navigation_buttons {
    display: block;
  }
}

@media (max-width: 767px) {
  .header__container {
    grid-template-columns: 1fr auto;
    padding: 40px 35px;
  }

  .sticky-header .header__container,
  .nav-opened .header__container {
    gap: 9px;
    grid-template-columns: auto auto 1fr;
    padding: 9px 8px 9px 15px;
  }

  .header__logo {
    max-width: 262px;
  }

  html:not(.sticky-header) .header__logo {
    max-height: 63.86px;
  }

  .sticky-header .header__logo,
  .nav-opened .header__logo {
    max-width: 104px;
  }

  .header__navigation_wrapper .header__navigation_row {
    grid-template-columns: 1fr;
  }

  .header__navigation_wrapper .header__navigation_links {
    padding-left: 44px;
    padding-right: 30px;
    max-width: 100%;
  }

  #hs_cos_wrapper_navigation_primary_v2 {
    /* margin-bottom: 65px; */
    padding-bottom: 75px;
  }

  #hs_cos_wrapper_navigation_secondary_v2 {
    margin-top: 65px;
  }

  #hs_cos_wrapper_navigation_instagram_link .instagram-link,
  #hs_cos_wrapper_navigation_social_follow {
    margin-top: 107px;
  }

  #hs_cos_wrapper_sign_up .sign-up-offer .step-one {
    max-width: 85.33%;
  }

  .sticky-header .header__navigation_open svg {
    height: 16px;
  }

  .header__navigation_close svg {
    height: 21.81px;
  }

  .nav-opened .floating-header .header__button {
    display: block;
  }

  #hs_cos_wrapper_header_buttons .button {
    font-size: 8.50394px;
    line-height: 12px;
  }

  #hs_cos_wrapper_navigation_buttons {
    margin-top: 56px;
  }
}
.main-footer {
  background-color: #E2CBB4;
}

.footer-content > .content-wrapper {
  display: grid;
  /* grid-template-columns: auto 1fr 31.5529%; */
  grid-template-columns: 14.7299% 1fr 36%;
  max-width: 1569px;
}

.footer-logo {
  padding-bottom: 218.01px;
  padding-top: 217.5px;
}

.footer-logo a {
  display: inline-block;
  vertical-align: top;
}

.footer-logo svg {
  display: block;
  width: 100%;
}

#hs_cos_wrapper_footer_form {
  /* padding: 183px 103px 183px 118.12px; */
  padding: 183px 16.66% 183px 19.1%;
}

#hs_cos_wrapper_footer_form .hs_cos_wrapper_type_form {
  display: block;
  margin: 0 auto;
  max-width: 422px;
}

.main-footer-links {
  border-left: 2px solid #7C6C3C0D;
  padding: 230px 0 177px 19.91%;
}

#hs_cos_wrapper_footer_links {
  font-family: 'GascogneTS-XLight';
  font-size: 48px;
  letter-spacing: -0.03em;
  line-height: 144%;
}

#hs_cos_wrapper_footer_links a {
  color: #000000;
  text-decoration: none;
}

#hs_cos_wrapper_footer_links a:hover,
#hs_cos_wrapper_footer_links a:focus {
  color: #E63F2E;
  text-decoration: none;
}

.copyright a {
  color: inherit;
}

#hs_cos_wrapper_footer_richtext {
  display: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 160%;
}

#hs_cos_wrapper_footer_richtext h1,
#hs_cos_wrapper_footer_richtext h2,
#hs_cos_wrapper_footer_richtext h3,
#hs_cos_wrapper_footer_richtext h4,
#hs_cos_wrapper_footer_richtext h5,
#hs_cos_wrapper_footer_richtext h6 {
  font-family: 'GascogneTS-XLight';
  font-weight: 100;
  letter-spacing: -0.03em;
  line-height: 144%;
  margin: 0 0 9px;
}

#hs_cos_wrapper_footer_richtext a {
  color: inherit;
}

#hs_cos_wrapper_footer_richtext a:hover,
#hs_cos_wrapper_footer_richtext a:focus {
  color: #E63F2E;
  text-decoration: none;
}

#hs_cos_wrapper_footer_richtext a[href*="instagram.com"] {
  display: inline-block;
  position: relative;
}

#hs_cos_wrapper_footer_richtext a[href*="instagram.com"]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 19 19'%3E%3Cpath fill='%23000' d='M9.567 1.7c2.52 0 2.815.01 3.812.055a5.219 5.219 0 0 1 1.748.325 3.124 3.124 0 0 1 1.79 1.79c.207.56.317 1.151.325 1.748.046.995.055 1.293.055 3.812 0 2.52-.01 2.816-.055 3.813a5.22 5.22 0 0 1-.325 1.747 3.125 3.125 0 0 1-1.79 1.79 5.22 5.22 0 0 1-1.748.325c-.995.046-1.293.056-3.812.056-2.52 0-2.815-.01-3.812-.056a5.22 5.22 0 0 1-1.748-.325 3.124 3.124 0 0 1-1.79-1.79 5.22 5.22 0 0 1-.325-1.747c-.046-.995-.055-1.293-.055-3.813 0-2.519.01-2.815.055-3.812a5.221 5.221 0 0 1 .325-1.747 3.124 3.124 0 0 1 1.79-1.79 5.22 5.22 0 0 1 1.748-.326C6.75 1.71 7.048 1.7 9.567 1.7Zm0-1.7C7.005 0 6.684.01 5.678.057a6.923 6.923 0 0 0-2.29.44 4.824 4.824 0 0 0-2.76 2.758 6.926 6.926 0 0 0-.438 2.29C.144 6.551.134 6.872.134 9.435c0 2.561.01 2.883.056 3.888.016.783.164 1.557.439 2.29a4.824 4.824 0 0 0 2.759 2.76 6.925 6.925 0 0 0 2.29.438c1.006.046 1.327.056 3.889.056s2.883-.01 3.889-.056a6.925 6.925 0 0 0 2.29-.439 4.824 4.824 0 0 0 2.76-2.759 6.922 6.922 0 0 0 .438-2.29c.046-1.005.056-1.327.056-3.889s-.01-2.883-.056-3.889a6.922 6.922 0 0 0-.439-2.29A4.824 4.824 0 0 0 15.746.496a6.923 6.923 0 0 0-2.29-.439C12.45.012 12.129 0 9.567 0Z'/%3E%3Cpath fill='%23000' d='M9.567 4.589a4.844 4.844 0 1 0 0 9.688 4.844 4.844 0 0 0 0-9.688Zm0 7.989a3.144 3.144 0 1 1 0-6.29 3.144 3.144 0 0 1 0 6.29ZM14.602 5.53a1.132 1.132 0 1 0 0-2.264 1.132 1.132 0 0 0 0 2.264Z'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  height: 19px;
  margin-right: 15px;
  transition: background 0.15s linear;
  vertical-align: middle;
  width: 19px;
}

#hs_cos_wrapper_footer_richtext a[href*="instagram.com"]:hover:before,
#hs_cos_wrapper_footer_richtext a[href*="instagram.com"]:focus:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 19 19'%3E%3Cpath fill='%23E63F2E' d='M9.567 1.7c2.52 0 2.815.01 3.812.055a5.219 5.219 0 0 1 1.748.325 3.124 3.124 0 0 1 1.79 1.79c.207.56.317 1.151.325 1.748.046.995.055 1.293.055 3.812 0 2.52-.01 2.816-.055 3.813a5.22 5.22 0 0 1-.325 1.747 3.125 3.125 0 0 1-1.79 1.79 5.22 5.22 0 0 1-1.748.325c-.995.046-1.293.056-3.812.056-2.52 0-2.815-.01-3.812-.056a5.22 5.22 0 0 1-1.748-.325 3.124 3.124 0 0 1-1.79-1.79 5.22 5.22 0 0 1-.325-1.747c-.046-.995-.055-1.293-.055-3.813 0-2.519.01-2.815.055-3.812a5.221 5.221 0 0 1 .325-1.747 3.124 3.124 0 0 1 1.79-1.79 5.22 5.22 0 0 1 1.748-.326C6.75 1.71 7.048 1.7 9.567 1.7Zm0-1.7C7.005 0 6.684.01 5.678.057a6.923 6.923 0 0 0-2.29.44 4.824 4.824 0 0 0-2.76 2.758 6.926 6.926 0 0 0-.438 2.29C.144 6.551.134 6.872.134 9.435c0 2.561.01 2.883.056 3.888.016.783.164 1.557.439 2.29a4.824 4.824 0 0 0 2.759 2.76 6.925 6.925 0 0 0 2.29.438c1.006.046 1.327.056 3.889.056s2.883-.01 3.889-.056a6.925 6.925 0 0 0 2.29-.439 4.824 4.824 0 0 0 2.76-2.759 6.922 6.922 0 0 0 .438-2.29c.046-1.005.056-1.327.056-3.889s-.01-2.883-.056-3.889a6.922 6.922 0 0 0-.439-2.29A4.824 4.824 0 0 0 15.746.496a6.923 6.923 0 0 0-2.29-.439C12.45.012 12.129 0 9.567 0Z'/%3E%3Cpath fill='%23E63F2E' d='M9.567 4.589a4.844 4.844 0 1 0 0 9.688 4.844 4.844 0 0 0 0-9.688Zm0 7.989a3.144 3.144 0 1 1 0-6.29 3.144 3.144 0 0 1 0 6.29ZM14.602 5.53a1.132 1.132 0 1 0 0-2.264 1.132 1.132 0 0 0 0 2.264Z'/%3E%3C/svg%3E");
}

#hs_cos_wrapper_footer_richtext_ > *:first-child {
  margin-top: 32px;
}

#hs_cos_wrapper_footer_info_richtext {
  color: #FFFFFF;
  margin-left: auto;
}

#hs_cos_wrapper_footer_info_richtext a {
  color: inherit;
}

#hs_cos_wrapper_footer_info_richtext a:hover,
#hs_cos_wrapper_footer_info_richtext a:focus {
  color: #E63F2E;
}

#hs_cos_wrapper_footer_info_links ul {
  padding-left: 0;
}

#hs_cos_wrapper_footer_info_links a {
  color: #DFC8B1;
}

#hs_cos_wrapper_footer_info_links a:hover,
#hs_cos_wrapper_footer_info_links a:focus {
  color: #E63F2E;
  text-decoration: none;
}

#hs_cos_wrapper_footer_info_links .hs-menu-item {
  margin-left: 33px;
}

.footer-info {
  background-color: #21342F;
  color: #DFC8B1;
  font-family: 'Arial', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 13px;
  padding: 29px 0;
  text-transform: uppercase;
}

.footer-info p {
  margin: 0;
}

.footer-info .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1592px;
}

@media (max-width: 1024px) {
  .footer-content > .content-wrapper {
    display: block;
    grid-template-columns: none;
  }

  .footer-logo {
    padding-bottom: 0;
    padding-top: 103px;
    text-align: center;
  }

  .footer-logo svg {
    width: 180.38px;
  }

  #hs_cos_wrapper_footer_form {
    padding: 92.51px 0 100px;
  }

  #hs_cos_wrapper_footer_form .hs_cos_wrapper_type_form {
    max-width: 448px;
  }

  .main-footer-links {
    border-left: 0;
    border-top: 2px solid #7C6C3C0D;
    margin: 0 -80px;
    padding: 88px 80px 95px;
  }

  #hs_cos_wrapper_footer_links_ {
    display: block;
    margin: 0 auto;
    max-width: 448px;
  }

  .footer-info {
    padding: 34px 0 32px;
  }

  .footer-info .content-wrapper {
    flex-flow: column-reverse wrap;
  }

  .footer-info .copyright {
    text-align: center;
  }

  #hs_cos_wrapper_footer_info_richtext {
    margin-bottom: 16px;
    margin-left: 0;
    text-align: center;
  }

  #hs_cos_wrapper_footer_info_links {
    /* margin-bottom: 16px; */
  }

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

  #hs_cos_wrapper_footer_info_links .hs-menu-item {
    margin-left: 16.5px;
    margin-right: 16.5px;
  }
}

@media (max-width: 767px) {
  .footer-logo {
    padding-top: 74px;
  }

  .footer-logo svg {
    width: 107.69px;
  }

  #hs_cos_wrapper_footer_form {
    padding: 64px 0 70px;
  }

  .main-footer-links {
    margin: 0 -35px;
    padding: 60px 35px 64px;
  }

  #hs_cos_wrapper_footer_links {
    font-size: 38px;
  }

  #hs_cos_wrapper_footer_richtext h1,
  #hs_cos_wrapper_footer_richtext h2,
  #hs_cos_wrapper_footer_richtext h3,
  #hs_cos_wrapper_footer_richtext h4,
  #hs_cos_wrapper_footer_richtext h5,
  #hs_cos_wrapper_footer_richtext h6 {
    margin: 0 0 4px;
  }

  #hs_cos_wrapper_footer_richtext h3 {
    font-size: 26px;
  }

  #hs_cos_wrapper_footer_richtext_ > *:first-child {
    margin-top: 18px;
  }

  .footer-info {
    padding: 22px 0 32px;
  }

  #hs_cos_wrapper_footer_info_richtext {
    margin-bottom: 31px;
  }

  #hs_cos_wrapper_footer_info_links {
    /* margin-bottom: 31px; */
  }

  #hs_cos_wrapper_footer_info_links .hs-menu-wrapper .hs-menu-children-wrapper,
  #hs_cos_wrapper_footer_info_links .hs-menu-wrapper ul {
    flex-direction: column;
  }

  #hs_cos_wrapper_footer_info_links .hs-menu-wrapper ul {
    align-items: center;
  }

  #hs_cos_wrapper_footer_info_links .hs-menu-item {
    margin: 11px 0 0;
  }
}
/* 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;
}

/* Popup Form */

.popup-form--bg-1 {
  background-image: url(https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/images/bg-form-1.jpg);
  background-size: 438px 451px;
  height: 451px;
  right: -170px;
  top: -182px;
  width: 438px;
}

.popup-form--bg-2 {
  background-image: url(https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/images/bg-form-2.jpg);
  background-size: 333px 540px;
  height: 540px;
  left: -67px;
  top: 40px;
  width: 333px;
}

.popup-form--bg-3 {
  background-image: url(https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/the-quoin/images/bg-form-3.jpg);
  background-size: 374px 625px;
  height: 625px;
  right: -97px;
  bottom: -165px;
  width: 374px;
}

/* Page Links */

#hs_cos_wrapper_page_links {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 160%;
  margin-bottom: 69px;
  position: relative;
  text-transform: uppercase;
}

#hs_cos_wrapper_page_links ul {
  justify-content: center;
  margin: 0 -39px;
}

#hs_cos_wrapper_page_links li {
  margin: 0 39px 78px;
  text-align: center;
}

#hs_cos_wrapper_page_links a {
  color: #E63F2E;
}

#hs_cos_wrapper_page_links a:hover,
#hs_cos_wrapper_page_links a:focus {
  color: #E63F2E;
  text-decoration: underline;
}

/* Hero Banner */

#hs_cos_wrapper_hero-banner .hero-banner-content {
  align-items: flex-end;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 214px 68px 47px 78px;
}

#hs_cos_wrapper_hero-banner .hero-banner-title {
  text-align: left;
  width: auto;
}

#hs_cos_wrapper_hero-banner .hero-banner-buttons {
  margin: 0 -5px 0 auto;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  width: auto;
}

#hs_cos_wrapper_hero-banner .button {
  margin: 10px 5px 0;
  min-width: 175px;
}

#hs_cos_wrapper_hero-banner .button:hover,
#hs_cos_wrapper_hero-banner .button:focus {
  border-color: #AA2C20;
  background-color: #AA2C20;
  color: #fff;
}

#hs_cos_wrapper_hero-banner .button:first-child:not(:last-child) {
  border-color: #21342f;
  background-color: #21342f;
  color: #fff;
}

#hs_cos_wrapper_hero-banner .button:first-child:not(:last-child):hover,
#hs_cos_wrapper_hero-banner .button:first-child:not(:last-child):focus {
  border-color: #2e4942;
  background-color: #2e4942;
  color: #fff;
}

.sticky-header #hs_cos_wrapper_hero-banner .hero-banner-buttons {
  opacity: 0;
}
@media (max-width: 1024px) {
  #hs_cos_wrapper_hero-banner .hero-banner-content {
    padding: 214px 40px 40px;
  }

  #hs_cos_wrapper_hero-banner .hero-banner-buttons {
    margin: 0 -4px 0 auto;
  }

  #hs_cos_wrapper_hero-banner .button {
    font-size: 12px;
    line-height: 116.7%;
    margin: 8px 4px 0;
    min-width: 145px;
    padding: 19px 19px 15px;
  }

  #hs_cos_wrapper_page_header {
    margin-bottom: 48px;
    margin-top: 118px;
  }

  #hs_cos_wrapper_page_header h1,
  #hs_cos_wrapper_page_header h2,
  #hs_cos_wrapper_page_header h3,
  #hs_cos_wrapper_page_header h4,
  #hs_cos_wrapper_page_header h5,
  #hs_cos_wrapper_page_header h6 {
    font-size: 56px;
    line-height: 1.018em;
  }

  #hs_cos_wrapper_page_links {
    margin-bottom: 20px;
  }

  #hs_cos_wrapper_page_links ul {
    margin: 0 -50px;
  }

  #hs_cos_wrapper_page_links li {
    margin: 0 22.5px 19px;
  }
}
@media (max-width: 767px) {
  #hs_cos_wrapper_header_buttons .grouped-buttons {
    gap: 9px;
  }

  #hs_cos_wrapper_hero-banner .hero-banner-content {
    align-items: center;
    flex-flow: column wrap;
    justify-content: flex-end;
    padding: 214px 35px 35px;
  }

  #hs_cos_wrapper_hero-banner .hero-banner-buttons {
    margin: 0 -4px;
  }

  #hs_cos_wrapper_page_header {
    margin-top: 99px;
  }

  #hs_cos_wrapper_page_links {
    font-size: 17px;
    letter-spacing: 0.02em;
    margin-bottom: 26.5px;
  }

  #hs_cos_wrapper_page_links ul {
    flex-flow: column wrap;
    margin: 0;
  }

  #hs_cos_wrapper_page_links li {
    margin: 0 0 13px;
  }
}

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