@font-face {
  font-family: "Maax Rounded";
  font-weight: normal;
  src: url("../../fonts/maax-rounded/maax-rounded-regular.woff2") format("woff2");
  src: url("../../fonts/maax-rounded/maax-rounded-regular.woff") format("woff");
}
@font-face {
  font-family: "Maax Rounded";
  font-style: italic;
  font-weight: normal;
  src: url("../../fonts/maax-rounded/maax-rounded-italic.woff2") format("woff2");
  src: url("../../fonts/maax-rounded/maax-rounded-italic.woff") format("woff");
}
@font-face {
  font-family: "Domaine";
  font-weight: normal;
  src: url("../../fonts/domaine/domaine-display-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Domaine";
  font-style: italic;
  font-weight: normal;
  src: url("../../fonts/domaine/domaine-display-italic.woff2") format("woff2");
}
@keyframes appear {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
}
@keyframes disappear {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

.resp-img {
  width: 100%;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
fieldset,
figure,
pre {
  margin: 0;
  padding-bottom: 1rem;
}

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

ul {
  list-style-type: none;
}

.align__c {
  text-align: center;
}
.align__l {
  text-align: left;
}
.align__r {
  text-align: right;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

html {
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

iframe {
  display: block;
}

hr {
  height: 1px;
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  background-color: #575757;
}

html {
  font-size: 16px;
}

body {
  color: #000000;
  font-family: "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

input,
select,
textarea,
button {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

p,
ol,
ul {
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
  padding-top: 1rem;
}
p a,
ol a,
ul a {
  color: #498cb3;
}

h1 {
  font-size: 2.25rem;
  color: #c7ad69;
  font-weight: 100;
}

h4 {
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 45.61px;
  color: #c7ad69;
}
h2.blue {
  color: #498cb3;
}
h2.dark-lila {
  color: #706294;
}
h2.green {
  color: #51a89d;
}
h2.gold {
  color: #c7ad69;
}
h2.lila {
  color: #a7a3c4;
}
h2.pink {
  color: #d28aad;
}

h3.subheading {
  margin-top: 1rem;
  padding-bottom: 2rem;
  color: #575757;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 100;
}

p {
  color: #575757;
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
  padding-bottom: 4rem;
}
@media (max-width: 960px) {
  p {
    padding-bottom: 1rem;
  }
}
p.small-copy {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 1.5rem;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 0.667rem 0.571rem;
  border: 1px solid #575757;
  background-color: #ffffff;
  color: #000000;
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d9d9d9;
  opacity: 1;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #d9d9d9;
  opacity: 1;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d9d9d9;
  opacity: 1;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d9d9d9;
  opacity: 1;
}
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: 0.65;
}

input {
  border-radius: 0.25rem;
}
input[type=checkbox], input[type=radio] {
  display: inline-block;
  width: 2rem !important;
  aspect-ratio: 1/1;
  height: 2rem !important;
  margin-right: 1.188rem;
  background-color: #ffffff;
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=checkbox]:focus, input[type=radio]:focus {
  outline: none;
}
input[type=checkbox] {
  border-radius: 0.25rem;
  border: 1px solid #dbdbdb;
}
input[type=checkbox]:checked {
  background-position: center center;
  background-size: 1rem 0.7rem;
  background-image: url("../../img/checkbox-tick.svg");
}

select {
  padding: 0.667rem 0.571rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

textarea {
  height: auto;
  min-height: 8rem;
  resize: vertical;
  border-radius: 0.25rem;
}

label {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 0.5rem;
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
}
label:last-child {
  padding-bottom: 0;
}
label span {
  display: inline-block;
  vertical-align: middle;
}

fieldset {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 0;
}

table {
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  text-align: left;
}
table th {
  font-weight: 700;
}
table tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}
table .centered {
  text-align: center;
}
table .right {
  text-align: right;
}

.wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: content-box;
}
.wrapper::after {
  display: table;
  clear: both;
  border-spacing: 0;
  content: "";
}
.wrapper.large {
  max-width: 1380px;
}
.wrapper.small {
  max-width: 794px;
}
.wrapper > .wrapper {
  padding-right: 0;
  padding-left: 0;
}

.btn {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  position: relative;
  padding: 1rem 2.375rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 0;
  border-radius: 1.75rem;
  background-color: #c7ad69;
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in-out;
}
.btn.big {
  min-height: 56px;
}
@media (max-width: 960px) {
  .btn.big {
    min-width: auto;
    width: 100%;
  }
}
.btn:hover {
  background-color: #c0a356;
  text-decoration: none;
}
.btn.secondary {
  background-color: #498cb3;
}
.btn--contained.blue {
  background-color: transparent;
  border: solid 1px #498cb3;
}
.btn--contained.dark-lila {
  background-color: transparent;
  border: solid 1px #706294;
}
.btn--contained.green {
  background-color: transparent;
  border: solid 1px #51a89d;
}
.btn--contained.gold {
  background-color: transparent;
  border: solid 1px #c7ad69;
}
.btn--contained.lila {
  background-color: transparent;
  border: solid 1px #a7a3c4;
}
.btn--contained.pink {
  background-color: transparent;
  border: solid 1px #d28aad;
}
.btn--contained.blue {
  color: #498cb3;
}
.btn--contained.dark-lila {
  color: #706294;
}
.btn--contained.green {
  color: #51a89d;
}
.btn--contained.gold {
  color: #c7ad69;
}
.btn--contained.lila {
  color: #a7a3c4;
}
.btn--contained.pink {
  color: #d28aad;
}
.btn--contained:hover {
  background-color: rgba(0, 0, 0, 0);
}

.btn--blue {
  background-color: #498cb3;
}
.btn--blue:hover {
  background-color: #427ea1;
}

.btn--pink {
  background-color: #d28aad;
}
.btn--pink:hover {
  background-color: #cb78a0;
}

.btn--lilac {
  background-color: #a7a3c4;
}
.btn--lilac:hover {
  background-color: #9893ba;
}

.btn--purple {
  background-color: #706294;
}
.btn--purple:hover {
  background-color: #645885;
}

.btn--green {
  background-color: #51a89d;
}
.btn--green:hover {
  background-color: #49978d;
}

.cms-toolbar label {
  width: auto !important;
}

.form-field__help-text {
  padding: 0.625rem 0 0;
  font-size: 1rem;
  line-height: 1.25;
}

.file-input {
  position: relative;
  padding: 0;
}
.file-input input {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  height: 100%;
  padding: 0;
  visibility: hidden;
}
.file-input label {
  display: block;
  padding: 0.667rem 0.571rem;
  border-radius: 0.25rem;
  border: 1px solid #575757;
  background-color: #ffffff;
  font-size: 1rem;
  color: #000000;
  cursor: pointer;
}

.errorlist {
  padding-left: 0;
  list-style: none;
  padding: 0.625rem 0 0;
  color: #ff0000;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-content {
  max-width: 80vw !important;
  max-height: 90vh !important;
  background: #ffffff;
}
.mfp-content iframe {
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 95%;
}
.mfp-content figure {
  padding: 0;
}
.mfp-content img {
  width: 100%;
  height: auto;
  padding: 0;
}
.mfp-content .mfp-figure::after {
  display: none;
}
.mfp-content .mfp-close {
  top: -1.389rem;
  right: -1.389rem;
  width: 2.778rem;
  height: 2.778rem;
  padding: 0;
  border-radius: 50%;
  background-position: center;
  background-image: url("../../img/close.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 0;
  cursor: pointer;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .mfp-content .mfp-close {
    top: -3rem;
    right: 0;
  }
}
.mfp-content .mfp-bottom-bar {
  margin: 0;
}
.mfp-content .mfp-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
.mfp-content .mfp-title p {
  padding: 0.625rem 1rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  font-family: "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.map {
  display: block;
  padding-bottom: 2.5rem;
}

.map__map {
  position: relative;
  min-height: 18.75rem;
}
.map__map::before {
  display: block;
  position: relative;
  content: "";
  padding-top: 75%;
}
.map__map .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.site-header {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  min-height: 8.75rem;
  padding: 1.5625rem 0;
}
@media screen and (max-width: 1120px) {
  .site-header {
    align-items: center;
  }
}
.site-header__logo-container {
  display: flex;
  max-height: 4.9rem;
  margin-right: auto;
  margin-left: 1.25rem;
}
.site-header__logo-container :last-child {
  padding-left: 0.823rem;
}
@media screen and (max-width: 768px) {
  .site-header__logo-container {
    max-width: 5rem;
  }
}
@media screen and (max-width: 374px) {
  .site-header__logo-container {
    max-width: 19%;
  }
}
.site-header__nav {
  display: flex;
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 auto;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}
.site-header__nav a {
  color: #575757;
  font-size: 16px;
}
@media screen and (max-width: 1120px) {
  .site-header__nav {
    display: none;
  }
}
.site-header__nav-items span {
  margin-right: 1.25rem;
}
.site-header__nav-items span:last-child {
  margin-right: 0;
}
.site-header__nav-items span img {
  cursor: pointer;
}
.site-header__nav-item {
  position: relative;
  padding-bottom: 0.75rem;
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-header__nav-item.has-children a {
  margin-right: 0.125rem;
}
.site-header__nav-item.has-children:hover {
  border-bottom: 2px solid #498cb3;
  text-decoration: none;
}
.site-header__nav-item.has-children:hover .arrow {
  animation: 0.7s transform_180 forwards;
}
.site-header__nav-item.has-children:hover .site-header__nav-container {
  display: block;
}
.site-header__nav-link-container a {
  display: block;
  margin: 0 0 1.875rem;
  line-height: 1.45;
  color: #575757;
}
.site-header__nav-link-container a:last-child {
  margin-bottom: 0;
}
.site-header__nav-container {
  display: none;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  z-index: 2;
  min-width: 17.5rem;
  top: calc(100% + 2px);
  padding: 1.25rem 1.875rem;
  border-top: 1px solid #f4f4f4;
  box-shadow: 0 0.375rem 0.5rem rgba(0, 0, 0, 0.25);
}
.site-header__actions {
  display: flex;
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .site-header__actions {
    margin: 0;
  }
}
.site-header__actions button {
  height: 2.25rem;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-header__actions .shop-desktop,
.site-header__actions .donate-desktop {
  padding: 0.5rem 1.125rem 0.438rem;
  font-size: 0.813rem;
  line-height: 1.462;
  text-transform: uppercase;
}
.site-header__actions .shop-desktop {
  margin-right: 0.625rem;
}
.site-header__search {
  margin-right: 20px;
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-header__search input {
  padding-left: 0;
  font-size: 0.813rem;
  line-height: 1.45;
}
.site-header__search input::-webkit-input-placeholder {
  color: #575757;
  opacity: 0.4;
}
.site-header__search input::-moz-placeholder {
  color: #575757;
  opacity: 0.4;
}
.site-header__search input:-moz-placeholder {
  color: #575757;
  opacity: 0.4;
}
.site-header__search input:-ms-input-placeholder {
  color: #575757;
  opacity: 0.4;
}
.site-header__buttons .btn {
  display: block;
  width: 100%;
}
.site-header__buttons .btn:first-child {
  margin-bottom: 0.5rem;
}
.site-header__utility-nav {
  display: flex;
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 auto;
  flex-direction: column;
  min-width: 5.85rem;
  margin-right: 1.25rem;
  margin-left: 1rem;
  padding-left: 1.25rem;
  border-left: 1px solid #c7ad69;
}
.site-header__utility-nav span {
  color: #575757;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-header__utility-nav span img {
  margin-right: 10.5px;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  .site-header__utility-nav {
    display: none;
  }
}
.site-header__nav-opener {
  order: 2;
  display: none;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  padding: 2rem;
  border-radius: 0.25rem;
  background-position: center;
  background-color: white;
  background-size: 1.75rem auto;
  background-repeat: no-repeat;
  background-image: url("../../img/menu-opener.svg");
  cursor: pointer;
}
@media screen and (max-width: 1120px) {
  .site-header__nav-opener {
    display: flex;
    align-items: center;
    justify-content: normal;
  }
}
@media screen and (max-width: 768px) {
  .site-header__nav-opener {
    order: 1;
  }
}
@media screen and (max-width: 374px) {
  .site-header__nav-opener {
    margin-left: 0;
  }
}

@keyframes transform_180 {
  100% {
    transform: rotate(180deg);
  }
}
.search-input {
  display: inline-block;
  height: 2.25rem;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 18px;
  overflow: hidden;
  vertical-align: middle;
}
.search-input button {
  position: relative;
  width: 2.5rem;
  padding: 0;
  float: left;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-radius: 0 0.25rem 0.25rem 0;
  background: #ffffff;
  cursor: pointer;
}
.search-input button img,
.search-input button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
}
.search-input input,
.search-input button {
  border: 0;
}
.search-input input {
  width: calc(180px - 2.5rem);
  height: 100%;
  padding-right: 0;
  float: left;
  border-left: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}

.hero__container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 40.125rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .hero__container {
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0.5rem 0 0;
    min-height: 0;
  }
}
.hero__container button {
  min-height: 56px;
  padding-right: 2rem;
  padding-left: 2rem;
  font-size: 1rem;
  text-transform: none;
}
.hero__container.small {
  min-height: 28.75rem;
}
@media screen and (max-width: 960px) {
  .hero__container.small {
    min-height: 0;
  }
}
.hero__container.small .hero__card {
  margin: 4.625rem auto 4.625rem 5.7rem;
  padding: 2rem 2.125rem 2.375rem 1.688rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .hero__container.small .hero__card {
    margin: 0;
    padding: 1.688rem 0 0;
  }
}
.hero__container.small .hero__card .hero__content {
  margin-top: auto !important;
  text-align: left;
}
.hero__container.small .hero__card .hero__content h1,
.hero__container.small .hero__card .hero__content h4 {
  text-align: left;
}
.hero__container.small .hero__card .hero__logo {
  display: none;
}
@media screen and (max-width: 960px) {
  .hero__image-container {
    position: relative;
    display: block;
    width: 100%;
  }
  .hero__image-container::before {
    display: block;
    position: relative;
    content: "";
    padding-top: 41.6666666667%;
  }
  .hero__image-container .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}
.hero__image.show {
  opacity: 1;
}
.hero__card {
  position: relative;
  width: 100%;
  padding: 3.5rem 1.188rem;
  max-width: 39.375rem;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .hero__card {
    margin: 0;
    padding: 1.688rem 0 0;
  }
}
.hero__card.transparent_low {
  background-color: rgba(255, 255, 255, 0.9);
}
.hero__card.transparent_medium {
  background-color: rgba(255, 255, 255, 0.8);
}
.hero__card.transparent_high {
  background-color: rgba(255, 255, 255, 0.7);
}
.hero__card.padding_small {
  width: initial;
  min-width: 350px;
}
.hero__card.padding_large {
  padding: 5.5rem 3.5rem;
}
.hero__logo {
  padding-bottom: 1.934rem;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .hero__logo {
    padding-bottom: 0.75rem;
  }
}
.hero__logo img {
  width: 54px;
  height: auto;
}
.hero__content {
  padding-bottom: 1rem;
  color: #c7ad69;
}
@media screen and (max-width: 960px) {
  .hero__content.no-cta {
    padding-bottom: 0;
  }
}
.hero__content h1 {
  padding-bottom: 0;
  font-size: 2.25rem;
  line-height: 3.313rem;
}
@media screen and (max-width: 960px) {
  .hero__content h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.hero__content h1 + h4 {
  padding-top: 0.313rem;
}
.hero__content h4 {
  padding-bottom: 0;
  color: #575757;
  font-size: 1.125rem;
  line-height: 2rem;
  font-family: "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hero__content h1,
.hero__content h4 {
  font-weight: 400;
  text-align: center;
}

.astrology .hero__content.blue {
  color: #498cb3;
}
.astrology .hero__content.dark-lila {
  color: #706294;
}
.astrology .hero__content.green {
  color: #51a89d;
}
.astrology .hero__content.gold {
  color: #c7ad69;
}
.astrology .hero__content.lila {
  color: #a7a3c4;
}
.astrology .hero__content.pink {
  color: #d28aad;
}
.astrology .hero__content h1,
.astrology .hero__content h4 {
  text-align: left;
}
.astrology .hero__content h1 {
  padding-left: 27px;
  padding-right: 27px;
}
.astrology .hero__content h4 {
  padding: 0 27px 38px;
}
.astrology .hero__card {
  height: auto;
  margin-bottom: 75px;
  margin-left: 90px;
  margin-top: 75px;
}
.astrology .hero__container {
  justify-content: flex-start;
  height: 460px;
}
.astrology .hero__container button {
  display: none;
}
.astrology .hero__logo {
  display: none;
}

.card__container {
  display: flex;
  width: 100%;
}
.card__container.left {
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .card__container {
    flex-direction: column-reverse;
    height: auto;
  }
  .card__container.left {
    flex-direction: column-reverse;
  }
}
.card__container.colour-blue h2 {
  color: #498cb3;
}
.card__container.colour-blue .btn {
  background-color: #498cb3;
}
.card__container.colour-rose h2 {
  color: #d28aad;
}
.card__container.colour-rose .btn {
  background-color: #d28aad;
}
.card__container.colour-lilac h2 {
  color: #a7a3c4;
}
.card__container.colour-lilac .btn {
  background-color: #a7a3c4;
}
.card__container.colour-indigo h2 {
  color: #706294;
}
.card__container.colour-indigo .btn {
  background-color: #706294;
}
.card__container.colour-mint h2 {
  color: #51a89d;
}
.card__container.colour-mint .btn {
  background-color: #51a89d;
}
.card__container + :not(.card__container) {
  margin-top: 2rem;
}
.card__image {
  width: 50%;
  max-height: 39.68rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .card__image {
    width: 100%;
    height: 20rem;
  }
}
.card__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 6rem;
}
@media (max-width: 960px) {
  .card__content {
    padding: 0 2rem;
  }
}
.card__content h2.blue {
  color: #498cb3;
}
.card__content h2.dark-lila {
  color: #706294;
}
.card__content h2.green {
  color: #51a89d;
}
.card__content h2.gold {
  color: #c7ad69;
}
.card__content h2.lila {
  color: #a7a3c4;
}
.card__content h2.pink {
  color: #d28aad;
}
.card__content a.blue {
  color: #498cb3;
}
.card__content a.dark-lila {
  color: #706294;
}
.card__content a.green {
  color: #51a89d;
}
.card__content a.gold {
  color: #c7ad69;
}
.card__content a.lila {
  color: #a7a3c4;
}
.card__content a.pink {
  color: #d28aad;
}
.card__content .btn {
  min-width: 16rem;
  width: auto;
}
@media (max-width: 960px) {
  .card__content .btn {
    min-width: 13rem;
  }
}
.card__content p {
  padding-bottom: 2rem;
}
.card__content-container {
  width: 50%;
}
@media (max-width: 960px) {
  .card__content {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .card__content-container {
    width: 100%;
    padding: 2rem 0;
  }
}
.card__content ol {
  padding-left: 1rem;
}
.card__content ul {
  padding-left: 1rem;
  list-style-type: disc;
}

.cta__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem 0 !important;
  padding: 7rem 0;
  background-color: #f1f1f1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta__container {
    margin: 2rem 0;
    padding: 3rem 0;
  }
}
.cta__container h1 {
  color: #c7ad69;
}
.cta__container p {
  color: #575757;
}
.cta__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
.cta__logo img {
  width: 54px;
}
.cta__content {
  max-width: 31.25rem;
}
.cta__content button {
  margin-top: 50px;
}
@media (max-width: 960px) {
  .cta__content {
    padding: 0 1rem;
  }
}

.site-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-footer button {
  margin-top: 38px;
  margin-bottom: 56px;
}
.site-footer__newsletter {
  display: flex;
}
.site-footer__newsletter a {
  margin-top: 38px;
  margin-bottom: 56px;
}
.site-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
.site-footer__logo img {
  width: 73.3px;
}
.site-footer__nav {
  display: flex;
  justify-content: space-around;
  width: 60%;
  max-width: 57.75rem;
  margin-top: 56px;
  color: #c7ad69;
}
.site-footer__nav a {
  font-size: 13px;
}
@media (max-width: 960px) {
  .site-footer__nav {
    flex-wrap: wrap;
    width: auto !important;
  }
  .site-footer__nav a {
    margin-right: 10px;
  }
}
.site-footer__social-media {
  display: flex;
  justify-content: space-around;
  width: 12%;
  max-width: 190px;
  margin-top: 33px;
}
@media (max-width: 960px) {
  .site-footer__social-media {
    width: 190px;
  }
}
.site-footer__social-media a {
  margin: 0 0.125rem;
}
.site-footer__social-media img {
  display: block;
}
.site-footer__social-media.spacing-btm {
  padding-bottom: 1.75rem;
}
.site-footer__policy {
  display: flex;
  padding-top: 2rem;
  border-top: 2px solid #575757;
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-footer__policy a,
.site-footer__policy p {
  color: #575757;
  font-size: 12px;
  line-height: 18px;
}
.site-footer__policy a {
  width: 30%;
}
.site-footer__policy p {
  width: 50%;
}
.site-footer__policy span {
  margin: 0 5px;
}
@media (max-width: 960px) {
  .site-footer__policy {
    flex-direction: column;
  }
  .site-footer__policy p {
    width: 100%;
  }
}
.site-footer__nav-policy {
  margin-left: auto;
}
.site-footer__nav-policy a {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .site-footer {
    padding: 0 1rem;
  }
}

.site-nav {
  display: none;
  width: 100%;
  margin-bottom: 3.75rem;
  transition: right 0.25s linear;
  background-color: #498cb3;
}
@media screen and (max-width: 1120px) {
  .site-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -101%;
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    font-size: 0;
    box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.25);
    z-index: 100;
    overflow: auto;
  }
  .site-nav.open {
    right: 0;
  }
  .site-nav .wrapper {
    padding: 0;
  }
}
.site-nav__selected-item {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
}
.site-nav__selected-item li.parent {
  background-color: #51a89d;
}
.site-nav__selected-item li.parent a {
  color: #ffffff;
}
.site-nav__selected-item a {
  display: flex;
  align-items: center;
  display: flex !important;
  height: 2rem;
  color: #000000;
}

.site-nav__closer {
  display: none;
  position: relative;
  width: 100%;
  padding: 1.625rem;
  background-position: right 1rem center;
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-image: url("../../img/close.svg");
  cursor: pointer;
}
@media screen and (max-width: 1120px) {
  .site-nav__closer {
    display: block;
  }
}

.site-nav__container {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .site-nav__container {
    display: block;
    min-height: calc(100vh - 4.125rem);
  }
}
.site-nav__container > ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  list-style: none;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1120px) {
  .site-nav__container > ul {
    display: block;
  }
}
.site-nav__container > ul li {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 1120px) {
  .site-nav__container > ul li.open .site-nav__dropdown {
    display: block;
    right: 0;
  }
  .site-nav__container > ul li ul a {
    color: #000000;
  }
}
.site-nav__container > ul li a {
  display: block;
  padding: 0.688rem 1.375rem 0.625rem;
  font-weight: 700;
  font-family: "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 1120px) {
  .site-nav__container > ul li a {
    padding: 1.375rem 1.875rem 1.313rem 1.434rem;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 1rem;
  }
  .site-nav__container > ul li a.has-children {
    background-position: right 0.75rem center;
    background-image: url("../../img/gold-arrow.svg");
    background-size: auto 1rem;
    background-repeat: no-repeat;
  }
  .site-nav__container > ul li a.has-children span {
    padding: 1.375rem 0 1.313rem;
  }
}
.site-nav__container > ul li:hover {
  background-color: #51a89d;
}
@media screen and (min-width: 1121px) {
  .site-nav__container > ul li:hover .site-nav__dropdown {
    display: flex;
  }
}
.site-nav__container > ul > li:last-child {
  margin-left: 10%;
}
@media screen and (max-width: 1120px) {
  .site-nav__container > ul > li:last-child {
    margin: 0;
  }
}

.site-nav__utility-nav ul {
  padding-top: 1.5rem;
}
.site-nav__utility-nav ul li a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: transparent;
}

.site-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1), visibility 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  .site-nav-overlay.show {
    opacity: 0.75;
    visibility: visible;
    z-index: 99;
  }
}

.contactForm {
  padding-bottom: 2rem;
}
.contactForm__spacer {
  padding-top: 2rem;
}
.contactForm__row {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .contactForm__row {
    display: block;
  }
}
.contactForm__row input[type=text], .contactForm__row input[type=email] {
  height: 3.5rem;
}
.contactForm__row .form-check {
  display: flex;
}
.contactForm__row .form-check.small label {
  font-size: 0.75rem !important;
}
.contactForm__row .form-check label {
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 0 auto;
  align-items: center;
  color: #575757;
  display: flex !important;
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  cursor: pointer;
}
.contactForm .checkbox_group {
  padding-bottom: 1.5rem;
}
.contactForm .checkbox_group .contactForm__row {
  margin-bottom: 1rem;
}
.contactForm .checkbox_group p {
  padding-bottom: 1rem;
}
.contactForm .big {
  min-width: 24rem;
}
@media (max-width: 960px) {
  .contactForm .big {
    min-width: auto;
  }
}
.contactForm label {
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 0;
  padding-left: 0.625rem;
}
.contactForm .form-field--checkbox label {
  padding-left: 0;
  font-size: 0;
  cursor: pointer;
}
.contactForm .form-field--checkbox label input,
.contactForm .form-field--checkbox label span {
  vertical-align: top;
}
.contactForm .form-field--checkbox label > span {
  width: calc(100% - 2rem - 1.188rem);
  font-size: 1rem;
}
.contactForm .form-field--multi-checkbox > label {
  padding-bottom: 0.625rem;
}
.contactForm .form-field--multi-checkbox ul {
  padding-bottom: 0;
}
.contactForm .form-field--multi-checkbox ul li:not(:last-child) {
  padding-bottom: 0.625rem;
}
.contactForm .form-field--radio label {
  padding-bottom: 0.625rem;
}
.contactForm .form-field--radio .container-radio-button {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: block;
  position: relative;
  min-height: 2.625rem;
  padding: 0 0 0.625rem;
  cursor: pointer;
  font-size: 1rem;
}
.contactForm .form-field--radio .container-radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.contactForm .form-field--radio .container-radio-button input:checked ~ .checkmark {
  background-color: #ffffff;
}
.contactForm .form-field--radio .container-radio-button input:checked ~ .checkmark::after {
  display: block;
}
.contactForm .form-field--radio .container-radio-button .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
}
.contactForm .form-field--radio .container-radio-button .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: calc(0.5rem - 1px);
  left: calc(0.5rem - 1px);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #575757;
}
.contactForm .form-field--radio .container-radio-button .text {
  padding-left: 3.188rem;
}
.contactForm .field p {
  padding-bottom: 2rem;
}
.contactForm .btn {
  margin-bottom: 1rem;
}

.col-row {
  display: flex;
}
@media (max-width: 960px) {
  .col-row {
    display: block;
  }
}

.col-half {
  flex-direction: row;
  padding-right: 0.625rem;
  width: 50%;
}
@media (max-width: 960px) {
  .col-half {
    margin-bottom: 2rem;
    padding: 0;
    width: 100%;
  }
}
.col-half + .col-half {
  padding-left: 0.625rem;
  padding-right: 0;
}
@media (max-width: 960px) {
  .col-half + .col-half {
    padding: 0;
    margin: 0;
  }
}

.col-full {
  width: 100%;
}

.newsCard__content-container,
.card2__content-container {
  border: solid 1px #d9d9d9;
}
.newsCard__content-container .btn,
.card2__content-container .btn {
  font-size: 16px;
  width: 100%;
}
.newsCard__content-container .btn.blue,
.card2__content-container .btn.blue {
  color: #498cb3;
}
.newsCard__content-container .btn.dark-lila,
.card2__content-container .btn.dark-lila {
  color: #706294;
}
.newsCard__content-container .btn.green,
.card2__content-container .btn.green {
  color: #51a89d;
}
.newsCard__content-container .btn.gold,
.card2__content-container .btn.gold {
  color: #c7ad69;
}
.newsCard__content-container .btn.lila,
.card2__content-container .btn.lila {
  color: #a7a3c4;
}
.newsCard__content-container .btn.pink,
.card2__content-container .btn.pink {
  color: #d28aad;
}
.newsCard__content-container .btn.blue,
.card2__content-container .btn.blue {
  background-color: transparent;
  border: solid 1px #498cb3;
}
.newsCard__content-container .btn.dark-lila,
.card2__content-container .btn.dark-lila {
  background-color: transparent;
  border: solid 1px #706294;
}
.newsCard__content-container .btn.green,
.card2__content-container .btn.green {
  background-color: transparent;
  border: solid 1px #51a89d;
}
.newsCard__content-container .btn.gold,
.card2__content-container .btn.gold {
  background-color: transparent;
  border: solid 1px #c7ad69;
}
.newsCard__content-container .btn.lila,
.card2__content-container .btn.lila {
  background-color: transparent;
  border: solid 1px #a7a3c4;
}
.newsCard__content-container .btn.pink,
.card2__content-container .btn.pink {
  background-color: transparent;
  border: solid 1px #d28aad;
}
.newsCard__content-container:hover,
.card2__content-container:hover {
  text-decoration: none;
}
.newsCard__content-container.link,
.card2__content-container.link {
  display: block;
}
.newsCard__content,
.card2__content {
  padding: 0 40px 43px;
}
.newsCard__content h2.blue,
.card2__content h2.blue {
  color: #498cb3;
}
.newsCard__content h2.dark-lila,
.card2__content h2.dark-lila {
  color: #706294;
}
.newsCard__content h2.green,
.card2__content h2.green {
  color: #51a89d;
}
.newsCard__content h2.gold,
.card2__content h2.gold {
  color: #c7ad69;
}
.newsCard__content h2.lila,
.card2__content h2.lila {
  color: #a7a3c4;
}
.newsCard__content h2.pink,
.card2__content h2.pink {
  color: #d28aad;
}
.newsCard__content p.date,
.card2__content p.date {
  font-size: 16px;
  line-height: 24px;
}
.newsCard__content p.date a,
.card2__content p.date a {
  text-decoration: underline;
}
.newsCard__content p.date a.blue,
.card2__content p.date a.blue {
  color: #498cb3;
}
.newsCard__content p.date a.dark-lila,
.card2__content p.date a.dark-lila {
  color: #706294;
}
.newsCard__content p.date a.green,
.card2__content p.date a.green {
  color: #51a89d;
}
.newsCard__content p.date a.gold,
.card2__content p.date a.gold {
  color: #c7ad69;
}
.newsCard__content p.date a.lila,
.card2__content p.date a.lila {
  color: #a7a3c4;
}
.newsCard__content p.date a.pink,
.card2__content p.date a.pink {
  color: #d28aad;
}
.newsCard__image,
.card2__image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 366px;
  margin-bottom: 36px;
  width: 100%;
}

.card2__image {
  width: 85%;
  margin-bottom: -4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .card2__image {
    width: 100%;
  }
}
.card2__content {
  padding-top: 6rem;
}

.col-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 0 2rem;
  grid-gap: 7vw;
}
@media screen and (max-width: 1024px) {
  .col-cards {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-cards {
    grid-template-columns: 1fr;
  }
}
.col-cards.stacked {
  display: block;
}
.col-cards.stacked .card2__container {
  padding-bottom: 1.5rem;
}
.col-cards.stacked .card2__container:last-child {
  padding-bottom: 0;
}

.pagination {
  align-items: center;
  display: flex;
}
.pagination ul {
  display: flex;
  margin: auto;
  padding: 0;
}
.pagination ul li {
  border: solid 1px #d9d9d9;
  border-radius: 8px;
  color: #575757;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  list-style-type: none;
  margin-right: 18px;
  text-align: center;
  width: 36px;
}
@media (max-width: 960px) {
  .pagination ul li {
    margin-right: 2px;
  }
}
.pagination ul li.active {
  background-color: #575757;
  color: #ffffff;
}
.pagination ul li.pag-l {
  background: url("../../img/pag-l.svg") no-repeat center center transparent;
  background-size: 8px auto;
}
.pagination ul li.pag-r {
  background: url("../../img/pag-r.svg") no-repeat center center transparent;
  background-size: 8px auto;
}
.pagination ul li a {
  display: block;
  height: 100%;
}

.events-header,
.news-header {
  display: flex;
  padding-bottom: 52px;
}
@media (max-width: 960px) {
  .events-header,
  .news-header {
    display: block;
    padding-bottom: 60px;
  }
}
.events-header .col-half,
.news-header .col-half {
  padding-right: 50px;
  width: 50%;
}
@media (max-width: 960px) {
  .events-header .col-half,
  .news-header .col-half {
    padding: 0;
    width: 100%;
  }
}
.events-header .col-half + .col-half,
.news-header .col-half + .col-half {
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 960px) {
  .events-header .col-half + .col-half,
  .news-header .col-half + .col-half {
    padding: 0;
  }
}
.events-header .col-half + .col-half select,
.news-header .col-half + .col-half select {
  height: 56px;
  width: 100%;
  border-radius: 4px;
}
.events-header .col-half .filter,
.news-header .col-half .filter {
  display: flex;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .events-header .col-half .filter,
  .news-header .col-half .filter {
    display: block;
  }
  .events-header .col-half .filter select,
  .news-header .col-half .filter select {
    margin-top: 0.625rem;
  }
}
.events-header .col-half .filter label,
.news-header .col-half .filter label {
  color: #575757;
  font-size: 19px;
  font-weight: normal;
  line-height: 48px;
}
@media (max-width: 768px) {
  .events-header .col-half .filter label,
  .news-header .col-half .filter label {
    margin-top: 0;
  }
}
.events-header .col-half .filter label,
.events-header .col-half .filter select,
.news-header .col-half .filter label,
.news-header .col-half .filter select {
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 1 50%;
}
.events-header .col-half .filter__multiple,
.news-header .col-half .filter__multiple {
  padding-top: 1.25rem;
}
.events-header .col-half .filter__multiple p,
.news-header .col-half .filter__multiple p {
  padding-bottom: 0.5rem;
}
.events-header .col-half .filter__multiple ul,
.news-header .col-half .filter__multiple ul {
  display: flex;
  padding-bottom: 1.25rem;
}
.events-header .col-half .filter__multiple ul input,
.news-header .col-half .filter__multiple ul input {
  margin-right: 0.5rem;
}
.events-header .col-half .filter__multiple ul label,
.news-header .col-half .filter__multiple ul label {
  line-height: 1;
  cursor: pointer;
}
.events-header .col-half .filter__multiple ul li,
.news-header .col-half .filter__multiple ul li {
  padding-right: 1.25rem;
}
.events-header .col-half .filter--search,
.news-header .col-half .filter--search {
  display: block;
}
.events-header .col-half .filter--search input::-webkit-input-placeholder,
.news-header .col-half .filter--search input::-webkit-input-placeholder {
  color: #575757;
  opacity: 1;
}
.events-header .col-half .filter--search input::-moz-placeholder,
.news-header .col-half .filter--search input::-moz-placeholder {
  color: #575757;
  opacity: 1;
}
.events-header .col-half .filter--search input:-moz-placeholder,
.news-header .col-half .filter--search input:-moz-placeholder {
  color: #575757;
  opacity: 1;
}
.events-header .col-half .filter--search input:-ms-input-placeholder,
.news-header .col-half .filter--search input:-ms-input-placeholder {
  color: #575757;
  opacity: 1;
}

.text-header h1 {
  font-size: 2.25rem;
  line-height: 1.45;
}
.text-header a {
  text-decoration: underline;
}
.text-header a.blue {
  color: #498cb3;
}
.text-header a.dark-lila {
  color: #706294;
}
.text-header a.green {
  color: #51a89d;
}
.text-header a.gold {
  color: #c7ad69;
}
.text-header a.lila {
  color: #a7a3c4;
}
.text-header a.pink {
  color: #d28aad;
}

.event-extra-info {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  padding-bottom: 65px;
}
@media (max-width: 960px) {
  .event-extra-info {
    justify-content: center;
  }
}
.event-extra-info li {
  display: flex;
  align-items: center;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  height: 1.5rem;
  color: #575757;
  font-size: 1rem;
  line-height: 16px;
  padding: 0 14px 0 25px;
}
.event-extra-info + .btn {
  margin-bottom: 2rem;
}

.btn.custom {
  width: 385px;
}
@media (max-width: 960px) {
  .btn.custom {
    margin-bottom: 50px;
    width: 100%;
  }
}

.image-carousel__container {
  padding-bottom: 4rem;
}
.image-carousel__controls {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .image-carousel__controls {
    flex-wrap: wrap;
  }
}
.image-carousel__controls button {
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 0;
  background-color: #575757;
  background-size: 0.5rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
}
.image-carousel__controls button:hover {
  background-color: #717171;
}
.image-carousel__controls-buttons {
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 0 6.75rem;
  width: 6.75rem;
  margin-left: auto;
  font-size: 0;
}
.image-carousel__controls p {
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 1 auto;
  padding: 0 1.25rem 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .image-carousel__controls p {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 0 100%;
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
.image-carousel__controls p:last-child {
  padding-bottom: 0;
}
.image-carousel__controls p span {
  display: block;
  font-size: 0.75rem;
}
.image-carousel__prev {
  background-image: url("../../img/prev.svg");
}
.image-carousel__next {
  margin-left: 0.75rem;
  background-image: url("../../img/next.svg");
}
.image-carousel__slides {
  bottom: -7px;
}
.image-carousel__image {
  position: relative;
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 2;
}
.image-carousel__image::before {
  display: block;
  position: relative;
  content: "";
  padding-top: 58.4337349398%;
}
.image-carousel__image .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 374px) {
  .image-carousel__image {
    margin-right: 1.111rem;
  }
}
.image-carousel__thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.625rem;
}
@media screen and (max-width: 374px) {
  .image-carousel__thumbnails {
    margin: 0 -0.5rem;
  }
}
.image-carousel__thumbnail {
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 1 calc(25% - 1.25rem);
  position: relative;
  margin: 0.625rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: zoom-in;
}
.image-carousel__thumbnail::before {
  display: block;
  position: relative;
  content: "";
  padding-top: 75%;
}
.image-carousel__thumbnail .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) and (min-width: 375px) {
  .image-carousel__thumbnail {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 calc(33% - 1.25rem);
  }
}
@media screen and (max-width: 374px) {
  .image-carousel__thumbnail {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 calc(50% - 1rem);
    margin: 0.5rem;
  }
}

.cta-no-image__container {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  width: 47%;
  border: 1px solid #d9d9d9;
  aspect-ratio: 2/1;
  margin-bottom: 4rem;
}
.cta-no-image__container button {
  margin-top: auto;
  width: 100%;
  color: #c7ad69;
  border: 1px solid currentColor;
  background-color: transparent;
}
.cta-no-image__container p {
  padding-bottom: 1rem;
}
.cta-no-image__container.green {
  background-color: #51a89d;
}
.cta-no-image__container.green h1,
.cta-no-image__container.green p {
  color: #ffffff;
}
.cta-no-image__container.green button {
  color: #ffffff;
}

.download-content__container {
  display: flex;
  margin-bottom: 2rem;
  padding: 1.25rem 2.25rem 1.25rem 1.25rem;
  border: 1px solid #d9d9d9;
}
.download-content__container.small {
  position: relative;
}
.download-content__content {
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 1 auto;
  padding: 1.563rem 0 1.563rem 3.563rem;
  min-width: 60%;
}
@media screen and (max-width: 768px) {
  .download-content__content {
    padding: 0;
    min-width: 0;
  }
}
.download-content__content h3 {
  font-size: 2.25rem;
  color: #c7ad69;
  font-weight: 100;
  line-height: 1.5;
}
.download-content__content p {
  padding-bottom: 1.5rem;
}
.download-content__content p.file-details {
  color: #575757;
  font-size: 0.875rem;
  line-height: 1.5;
}
.download-content__content .btn {
  display: block;
  max-width: 17.5rem;
  border: 1px solid #c7ad69;
  color: #c7ad69;
  background-color: transparent;
}
.download-content__content.small {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.download-content__content.no-img {
  width: 100%;
  padding: 0.5rem;
}
.download-content__image {
  width: 40%;
  max-width: 20.625rem;
}
@media screen and (max-width: 768px) {
  .download-content__image {
    display: none;
  }
}
.download-content__image.small {
  width: 25%;
  margin: 10px 0 0;
  position: absolute;
  left: -5rem;
}

.quote__container {
  margin-bottom: 2rem;
  padding: 2rem !important;
  background-color: #498cb3;
  background-image: url("../../../static/img/components/quote-back.svg");
  background-repeat: no-repeat;
  background-size: 32rem;
  background-position-y: calc(105% + 16rem);
  background-position-x: calc(100% + 16rem);
}
.quote__container span,
.quote__container p {
  color: #ffffff;
  font-style: italic;
}
.quote__container p {
  padding-bottom: 1.5rem;
}
.quote__container.secondary {
  background-image: none;
  background-color: #ffffff;
  border: 2px dashed #498cb3;
}
.quote__container.secondary span,
.quote__container.secondary p {
  color: #498cb3;
}

.video-component__container {
  position: relative;
  padding-bottom: 2.352rem;
}
.video-component__video a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-component__video img {
  width: 15%;
  z-index: 3;
}
.video-component__background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000;
  opacity: 65%;
  z-index: 2;
}

.breadcrumb {
  margin-bottom: 2rem;
  padding: 1rem;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 0;
    border-top: 0;
  }
}
.breadcrumb .separator {
  color: #c7ad69;
  margin-inline: 2rem;
}
.breadcrumb ul {
  display: flex;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .breadcrumb ul {
    display: none;
  }
}
.breadcrumb ul a {
  color: #498cb3;
}

.switch-button__container {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  margin-top: 2.5rem;
  margin-left: auto;
  background-color: #d9d9d9;
  padding: 0.2rem;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .switch-button__container {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.switch-button__container a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  height: 3.5rem;
  width: 50%;
  border-radius: 4px;
  color: #575757;
}
.switch-button__container a.active {
  background-color: #ffffff;
}

.event__container {
  position: relative;
  margin: 2rem 0 4rem 6vw;
  border: 2px solid #f4f4f4;
}
.event__container::after {
  display: table;
  clear: both;
  border-spacing: 0;
  content: "";
}
@media screen and (max-width: 960px) {
  .event__container {
    margin-left: 0;
  }
}
.event__container p {
  padding-bottom: 2rem;
}
.event__container ul {
  justify-content: flex-start;
  padding-bottom: 1rem;
}
.event__image {
  position: relative;
  width: 30%;
  float: left;
  margin: -2rem 0 2rem -6vw;
}
.event__image::before {
  display: block;
  position: relative;
  content: "";
  padding-top: 100%;
}
.event__image .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .event__image {
    margin: 1rem 0 1rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .event__image {
    display: none;
  }
}
.event__content-container {
  display: block;
  width: calc(70% + 6vw);
  padding: 2rem;
  float: right;
}
@media screen and (max-width: 960px) {
  .event__content-container {
    width: calc(70% - 1rem);
  }
}
@media screen and (max-width: 768px) {
  .event__content-container {
    width: 100%;
    float: none;
  }
}
.event__content-container:hover {
  text-decoration: none;
}

.highlight-text {
  margin-bottom: 2rem;
  padding: 4rem 0 2rem;
  background-color: #f1f1f1;
}
@media (max-width: 960px) {
  .highlight-text {
    padding: 2rem 0 1rem;
  }
}

.highlight-text__text p {
  padding-bottom: 1.5rem;
}
.highlight-text__text p .btn {
  margin: 0 1.5rem 1.5rem 0;
}
.highlight-text__text p .btn:last-child {
  margin: 0;
}
.highlight-text__text ul,
.highlight-text__text ol {
  padding: 0 0 2rem 1.325rem;
  padding-bottom: 2rem;
  color: #575757;
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
}
.highlight-text__text ul {
  list-style-type: disc;
}

.text-block {
  padding-bottom: 2rem;
}

.text-block__text:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.text-block__text p {
  padding-bottom: 1.5rem;
}
.text-block__text p:last-child {
  padding-bottom: 0;
}
.text-block__text p .btn {
  margin: 0 1.5rem 1.5rem 0;
}
.text-block__text p .btn:last-child {
  margin: 0;
}
.text-block__text ul,
.text-block__text ol {
  padding: 0 0 2rem 1.325rem;
  padding-bottom: 2rem;
  color: #575757;
  font-family: "Maax Rounded", "Domaine", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
}
.text-block__text ul {
  list-style-type: disc;
}

.search-results {
  display: block;
  padding-bottom: 3.333rem;
}
.search-results h3 a {
  text-decoration: underline;
}

.search-results__query {
  display: block;
  padding-bottom: 2.75rem;
}
.search-results__query p {
  padding: 0;
}

.search-results__result {
  display: block;
  margin-bottom: 2.75rem;
  color: #575757;
  text-decoration: none;
}
.search-results__result h3 {
  text-decoration: underline;
}
.search-results__result p {
  padding: 0;
  text-decoration: none;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (max-width: 570px) {
  .hide-small-mobile {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (min-width: 961px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hide-above-desktop {
    display: none !important;
  }
}

.show-mobile,
.show-tablet {
  display: none !important;
}

@media (max-width: 768px) {
  .show-mobile {
    display: block !important;
  }
}

@media (max-width: 960px) {
  .show-tablet {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .show-mobile-inline {
    display: inline-block !important;
  }
}

@media (max-width: 960px) {
  .show-tablet-inline {
    display: inline-block !important;
  }
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

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

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

.text-right {
  text-align: right !important;
}/*# sourceMappingURL=main.css.map */