
/*!*************************************!*\
  !*** ./resources/styles/theme.scss ***!
  \*************************************/
:root {
  --heading-one-font-size: 4.8rem;
  --heading-one-line-height: 4rem;
  --heading-one-letter-spacing: -0.25rem;
  --heading-one-word-spacing: -1.1rem;
  --heading-one-font-style: normal;
  --heading-one-font-weight: bold;
  --heading-one-text-transform: normal;
}
@media screen and (min-width: 768px) {
  :root {
    --heading-one-font-size: 6.2rem;
    --heading-one-line-height: 5.2rem;
    --heading-one-letter-spacing: -0.323rem;
    --heading-one-word-spacing: -1.1rem;
    --heading-one-font-style: normal;
    --heading-one-font-weight: bold;
    --heading-one-text-transform: normal;
  }
}
:root {
  --heading-one-font:
    var(--heading-one-font-style)
    var(--heading-one-font-weight)
    var(--heading-one-font-size) / var(--heading-one-line-height)
    var(--font-family);
}

:root {
  --heading-two-font-size: 3.8rem;
  --heading-two-line-height: 3.2rem;
  --heading-two-letter-spacing: -.198rem;
  --heading-two-word-spacing: -.9rem;
  --heading-two-font-style: normal;
  --heading-two-font-weight: bold;
  --heading-two-text-transform: normal;
}
@media screen and (min-width: 768px) {
  :root {
    --heading-two-font-size: 4.8rem;
    --heading-two-line-height: 4rem;
    --heading-two-letter-spacing: -.25rem;
    --heading-two-word-spacing: -.9rem;
    --heading-two-font-style: normal;
    --heading-two-font-weight: bold;
    --heading-two-text-transform: normal;
  }
}
:root {
  --heading-two-font:
    var(--heading-two-font-style)
    var(--heading-two-font-weight)
    var(--heading-two-font-size)/var(--heading-two-line-height)
    var(--font-family);
}

:root {
  --heading-three-font-size: 3.2rem;
  --heading-three-line-height: 4rem;
  --heading-three-letter-spacing: 0;
  --heading-three-font-style: normal;
  --heading-three-font-weight: normal;
  --heading-three-text-transform: normal;
}
@media screen and (min-width: 768px) {
  :root {
    --heading-three-font-size: 3.8rem;
    --heading-three-line-height: 4.7rem;
    --heading-three-letter-spacing: 0;
    --heading-three-font-style: normal;
    --heading-three-font-weight: normal;
    --heading-three-text-transform: normal;
  }
}
:root {
  --heading-three-font:
    var(--heading-three-font-style)
    var(--heading-three-font-weight)
    var(--heading-three-font-size) / var(--heading-three-line-height)
    var(--alt-font-family);
}

:root {
  --heading-four-font-size: 2.2rem;
  --heading-four-line-height: 2.3rem;
  --heading-four-letter-spacing: -0.146rem;
  --heading-four-word-spacing: -.9rem;
  --heading-four-font-style: normal;
  --heading-four-font-weight: bold;
  --heading-four-text-transform: normal;
}
@media screen and (min-width: 768px) {
  :root {
    --heading-four-font-size: 3.2rem;
    --heading-four-line-height: 2.6rem;
    --heading-four-letter-spacing: -0.167rem;
    --heading-four-word-spacing: -.9rem;
    --heading-four-font-style: normal;
    --heading-four-font-weight: bold;
    --heading-four-text-transform: normal;
  }
}
:root {
  --heading-four-font:
    var(--heading-four-font-style)
    var(--heading-four-font-weight)
    var(--heading-four-font-size) / var(--heading-four-line-height)
    var(--font-family);
}

:root {
  --heading-five-font-size: 2.4rem;
  --heading-five-line-height: 2rem;
  --heading-five-letter-spacing: -0.125rem;
  --heading-five-word-spacing: -.3rem;
  --heading-five-font-style: normal;
  --heading-five-font-weight: bold;
  --heading-five-text-transform: normal;
}
@media screen and (min-width: 768px) {
  :root {
    --heading-five-font-size: 2.8rem;
    --heading-five-line-height: 2.3rem;
    --heading-five-letter-spacing: -0.146rem;
    --heading-five-word-spacing: -.3rem;
    --heading-five-font-style: normal;
    --heading-five-font-weight: bold;
    --heading-five-text-transform: normal;
  }
}
:root {
  --heading-five-font:
    var(--heading-five-font-style)
    var(--heading-five-font-weight)
    var(--heading-five-font-size) / var(--heading-five-line-height)
    var(--font-family);
}

:root {
  --heading-six-font-size: 2.2rem;
  --heading-six-line-height: 1.8rem;
  --heading-six-letter-spacing: -0.115rem;
  --heading-six-word-spacing: -.2rem;
  --heading-six-font-style: normal;
  --heading-six-font-weight: bold;
  --heading-six-text-transform: normal;
}
@media screen and (min-width: 768px) {
  :root {
    --heading-six-font-size: 2.2rem;
    --heading-six-line-height: 1.8rem;
    --heading-six-letter-spacing: -0.115rem;
    --heading-six-word-spacing: -.2rem;
    --heading-six-font-style: normal;
    --heading-six-font-weight: bold;
    --heading-six-text-transform: normal;
  }
}
:root {
  --heading-six-font:
    var(--heading-six-font-style)
    var(--heading-six-font-weight)
    var(--heading-six-font-size) / var(--heading-six-line-height)
    var(--font-family);
}

:root {
  --paragraph-font-size: 1.6rem;
  --paragraph-line-height: 2.4rem;
  --paragraph-letter-spacing: 0;
  --paragraph-font-style: normal;
  --paragraph-font-weight: 300;
  --paragraph-text-transform: normal;
}
@media screen and (min-width: 768px) {
  :root {
    --paragraph-font-size: 1.8rem;
    --paragraph-line-height: 2.4rem;
    --paragraph-letter-spacing: 0;
    --paragraph-font-style: normal;
    --paragraph-font-weight: 300;
    --paragraph-text-transform: normal;
  }
}
:root {
  --paragraph-font:
    var(--paragraph-font-style)
    var(--paragraph-font-weight)
    var(--paragraph-font-size) / var(--paragraph-line-height)
    var(--body-font-family);
}

:root {
  --small-paragraph-font-size: 1.4rem;
  --small-paragraph-line-height: 1.9rem;
  --small-paragraph-letter-spacing: 0;
  --small-paragraph-font-style: normal;
  --small-paragraph-font-weight: 600;
  --small-paragraph-text-transform: normal;
}
@media screen and (min-width: 768px) {
  :root {
    --small-paragraph-font-size: 1.4rem;
    --small-paragraph-line-height: 1.9rem;
    --small-paragraph-letter-spacing: 0;
    --small-paragraph-font-style: normal;
    --small-paragraph-font-weight: 600;
    --small-paragraph-text-transform: normal;
  }
}
:root {
  --small-paragraph-font:
    var(--small-paragraph-font-style)
    var(--small-paragraph-font-weight)
    var(--small-paragraph-font-size) / var(--small-paragraph-line-height)
    var(--body-font-family);
}

/*
 * Ninja Forms - Form Display Structure
 */
.nf-form-cont {
  width: 100%;
}
.nf-form-cont .ninja-forms-form-wrap *,
.nf-form-cont .ninja-forms-form-wrap *:after,
.nf-form-cont .ninja-forms-form-wrap *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.nf-form-cont .nf-form-fields-required {
  display: none !important;
}
.nf-form-cont .nf-multi-cell .nf-cell {
  padding: 0;
}
.nf-form-cont nf-rows-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.nf-form-cont .nf-row {
  width: 100%;
  container-name: nf-row;
  container-type: inline-size;
}
.nf-form-cont .nf-row nf-cells {
  display: flex;
  column-gap: 1rem;
}
.nf-form-cont .nf-row nf-cells .nf-cell {
  float: none;
  flex: 1;
}
@container nf-row (width < 460px) {
  .nf-form-cont .nf-row nf-cells {
    width: 100% !important;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 0;
  }
  .nf-form-cont .nf-row nf-cells .nf-cell {
    width: 100%;
    flex: 1 0 100%;
  }
}
.nf-form-cont .nf-input-limit {
  display: none !important;
}
.nf-form-cont .nf-field-container .field-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.nf-form-cont .nf-field-container .field-wrap .nf-field-label {
  display: flex;
  justify-content: flex-start;
}
.nf-form-cont .nf-field-container.label-above .nf-field-label {
  margin-bottom: 0;
}
.nf-form-cont .nf-response-msg {
  display: none;
}
.nf-form-cont .nf-field-container,
.nf-form-cont #ninja_forms_required_items {
  clear: both;
  position: relative;
  margin-bottom: 0;
}
.nf-form-cont .nf-field-container::after,
.nf-form-cont #ninja_forms_required_items::after {
  display: none;
}
.nf-form-cont .nf-field-container.hidden-container, .nf-form-cont .nf-field-container.hr-container,
.nf-form-cont #ninja_forms_required_items.hidden-container,
.nf-form-cont #ninja_forms_required_items.hr-container {
  margin: 0;
  height: auto;
}
.nf-form-cont .nf-field-container.hidden-container .nf-field-label, .nf-form-cont .nf-field-container.hr-container .nf-field-label,
.nf-form-cont #ninja_forms_required_items.hidden-container .nf-field-label,
.nf-form-cont #ninja_forms_required_items.hr-container .nf-field-label {
  display: none;
}
.nf-form-cont .nf-field-container.html-container .nf-field-label,
.nf-form-cont #ninja_forms_required_items.html-container .nf-field-label {
  display: none;
}
.nf-form-cont .nf-field-label {
  line-height: 1.8rem;
}
.nf-form-cont .nf-field-label .nf-label-span,
.nf-form-cont .nf-field-label label {
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: var(--tertiary-text);
  font-size: 1.8rem;
}
.nf-form-cont .nf-field-label .nf-label-span .ninja-forms-req-symbol,
.nf-form-cont .nf-field-label label .ninja-forms-req-symbol {
  color: var(--secondary-text);
}
.nf-form-cont .nf-field-element {
  position: relative;
}
.nf-form-cont .nf-field-element input,
.nf-form-cont .nf-field-element select,
.nf-form-cont .nf-field-element textarea {
  font: var(--paragraph-font);
  letter-spacing: var(--paragraph-letter-spacing);
  text-transform: var(--paragraph-text-transform);
  margin: 0;
  width: 100%;
  height: auto;
  vertical-align: inherit;
  border: 0.1rem solid var(--border);
  border-radius: 0.4rem;
  color: var(--tertiary-text);
  font-family: var(--body-font-family), sans-serif;
  padding: 0.9rem 1.5rem 0.9rem;
}
.nf-form-cont .nf-field-element input::placeholder,
.nf-form-cont .nf-field-element select::placeholder,
.nf-form-cont .nf-field-element textarea::placeholder {
  color: var(--tertiary-text);
  opacity: 0.5;
}
.nf-form-cont .nf-field-element select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font: var(--paragraph-font);
  letter-spacing: var(--paragraph-letter-spacing);
  text-transform: var(--paragraph-text-transform);
  background-color: #FFFFFF;
  border: 0.1rem solid var(--border);
  border-radius: 0.4rem;
  width: 100%;
  color: var(--tertiary-text);
  padding: 1rem 4.3rem 0.9rem 1.5rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 20"><path fill="%23CDB46D" d="M1.4,8.3c-.8-.8-.8-2,0-2.8s2-.8,2.8,0l5.7,5.7,5.7-5.7c.8-.8,2-.8,2.8,0s.8,2,0,2.8l-7.1,7.1c-.7.7-1.9.8-2.7.1h-.1c0-.1-7.1-7.2-7.1-7.2Z"/></svg>');
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.5rem) 50%;
}
.nf-form-cont .nf-field-element textarea {
  height: 200px;
}
.nf-form-cont .nf-after-field .nf-error-wrap {
  margin-top: 0.4rem;
}
.nf-form-cont .nf-after-field .nf-error-wrap .nf-error-msg {
  font-size: 1.3rem;
  line-height: 1.2rem;
}
.nf-form-cont .nf-field-description p:last-child {
  margin: 0;
}
.nf-form-cont .nf-help {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.nf-form-cont .nf-input-limit {
  font-size: 12px;
  margin-top: 5px;
}
.nf-form-cont .nf-static {
  padding: 0 10px;
}
.nf-form-cont .nf-after-field .nf-error-msg {
  margin-right: 10px;
}
.nf-form-cont .nf-after-form-content {
  display: none !important;
}
.nf-form-cont {
  /* ---------------------------------
  CHECKBOX FIELD
  ----------------------------------*/
}
.nf-form-cont .listcheckbox-container .nf-field-element .nf-element {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.nf-form-cont .listcheckbox-container .nf-field-element .nf-element + label {
  font-weight: 600;
  margin: 0;
  padding: 0 0 0 3rem;
  color: var(--tertiary-text);
  font-size: 1.8rem;
  position: relative;
  cursor: pointer;
}
.nf-form-cont .listcheckbox-container .nf-field-element .nf-element + label:before {
  content: "";
  flex: 0 0 2rem;
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 29"><rect fill-rule="evenodd" fill="%23FFFBEE" y="5" width="24" height="24" rx="8" ry="8"/><path id="tickbox" fill-rule="evenodd" fill="transparent" d="M28.4726,1.3454c-.2848-.18-.8814.215-1.0641.4891-2.4024,3.492-4.6717,7.0741-7.1534,10.5124-1.1219,1.5532-2.8605,3.1682-3.8709,4.1531-.4891.4783-1.6486,1.6231-2.8323,2.8793-.8398-.6543-2.0786-1.6137-2.8901-2.5797-2.0127-2.3956-4.4675-4.54-6.4197-6.9908-.1478-.1935-.6234-.4205-.8451-.2311-.2217.1908-.4541.8035-.3843,1.0346.4394,1.5236.8263,3.0943,1.4833,4.4648,1.4323,2.9667,3.4343,5.4201,5.6982,7.6653.1102.1035.2136.1868.3198.2795-.0188.0309-.0497.0699-.0658.0981-.5778.9822-.0484,1.5478,1.3382,1.6217.3238.0161.7685-.1088,1.2576-.2942.5818.1236,1.1327.0981,1.6782-.039,1.091-.2741,2.2344-1.0507,1.7628-1.7547-.0269-.0403-.0551-.0752-.082-.1156,1.4229-1.0104,2.839-2.2169,3.8226-3.3335,2.8041-3.3133,5.2696-6.8201,7.0029-10.8214.7941-1.8475,1.2428-3.8763,1.7588-5.8581.0806-.301-.2298-.9996-.5146-1.1797"/></svg>');
  background-size: 2rem;
}
.nf-form-cont .listcheckbox-container .nf-field-element .nf-element:checked + label:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 29"><rect fill-rule="evenodd" fill="%23FFFBEE" y="5" width="24" height="24" rx="8" ry="8"/><path id="tickbox" fill-rule="evenodd" fill="%23CDB46D" d="M28.4726,1.3454c-.2848-.18-.8814.215-1.0641.4891-2.4024,3.492-4.6717,7.0741-7.1534,10.5124-1.1219,1.5532-2.8605,3.1682-3.8709,4.1531-.4891.4783-1.6486,1.6231-2.8323,2.8793-.8398-.6543-2.0786-1.6137-2.8901-2.5797-2.0127-2.3956-4.4675-4.54-6.4197-6.9908-.1478-.1935-.6234-.4205-.8451-.2311-.2217.1908-.4541.8035-.3843,1.0346.4394,1.5236.8263,3.0943,1.4833,4.4648,1.4323,2.9667,3.4343,5.4201,5.6982,7.6653.1102.1035.2136.1868.3198.2795-.0188.0309-.0497.0699-.0658.0981-.5778.9822-.0484,1.5478,1.3382,1.6217.3238.0161.7685-.1088,1.2576-.2942.5818.1236,1.1327.0981,1.6782-.039,1.091-.2741,2.2344-1.0507,1.7628-1.7547-.0269-.0403-.0551-.0752-.082-.1156,1.4229-1.0104,2.839-2.2169,3.8226-3.3335,2.8041-3.3133,5.2696-6.8201,7.0029-10.8214.7941-1.8475,1.2428-3.8763,1.7588-5.8581.0806-.301-.2298-.9996-.5146-1.1797"/></svg>');
}
.nf-form-cont {
  /* ---------------------------------
  RADIO & CHECKBOX LISTS
  ----------------------------------*/
}
.nf-form-cont .list-radio-wrap .nf-field-element ul, .nf-form-cont .list-radio-wrap .nf-field-element li,
.nf-form-cont .list-checkbox-wrap .nf-field-element ul,
.nf-form-cont .list-checkbox-wrap .nf-field-element li,
.nf-form-cont .list-image-wrap .nf-field-element ul,
.nf-form-cont .list-image-wrap .nf-field-element li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nf-form-cont .list-radio-wrap .nf-field-element ul input, .nf-form-cont .list-radio-wrap .nf-field-element li input,
.nf-form-cont .list-checkbox-wrap .nf-field-element ul input,
.nf-form-cont .list-checkbox-wrap .nf-field-element li input,
.nf-form-cont .list-image-wrap .nf-field-element ul input,
.nf-form-cont .list-image-wrap .nf-field-element li input {
  margin-right: 5px;
}
.nf-form-cont .list-radio-wrap .nf-field-element li,
.nf-form-cont .list-checkbox-wrap .nf-field-element li,
.nf-form-cont .list-image-wrap .nf-field-element li {
  padding-left: 10px;
  margin: 0 0 5px !important;
  text-indent: initial !important;
}
.nf-form-cont .list-radio-wrap .nf-field-element li label,
.nf-form-cont .list-checkbox-wrap .nf-field-element li label,
.nf-form-cont .list-image-wrap .nf-field-element li label {
  display: block;
  float: initial;
  width: auto;
  margin-left: 1.5em;
}
.nf-form-cont .list-radio-wrap .nf-field-element li input,
.nf-form-cont .list-checkbox-wrap .nf-field-element li input,
.nf-form-cont .list-image-wrap .nf-field-element li input {
  width: auto !important;
  float: left;
  margin-top: 0.25em;
}
.nf-form-cont .listimage-wrap li {
  width: 100%;
  height: 100%;
  display: inline-grid;
}
.nf-form-cont .listimage-wrap li label {
  padding: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.nf-form-cont .listimage-wrap li label.nf-checked-label {
  border-width: 2px;
  border-style: solid;
  border-color: #007acc;
  transition: all 0.5s;
}
.nf-form-cont .listimage-wrap li label img {
  display: block;
}
.nf-form-cont .listimage-wrap li input {
  display: none;
}
.nf-form-cont .recaptcha-container .nf-field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.nf-form-cont {
  /* ---------------------------------
  PRODUCT FIELD
  ----------------------------------*/
}
.nf-form-cont .product-wrap > div input {
  width: 80px !important;
}
.nf-form-cont .product-wrap > div .nf-product-field span {
  padding: 0 5px;
}
.nf-form-cont {
  /* ---------------------------------
  STAR RATING
  ----------------------------------*/
}
.nf-form-cont .starrating-wrap .star {
  border-bottom: 0;
}
.nf-form-cont {
  /* ---------------------------------
  HONEYPOT
  ----------------------------------*/
}
.nf-form-cont .nf-form-hp {
  position: absolute;
  visibility: hidden;
}
.nf-form-cont {
  /* ---------------------------------
  SELECT LIST
  ----------------------------------*/
}
.nf-form-cont .list-select-wrap div div {
  display: none;
}
.nf-form-cont {
  /* ---------------------------------
  Submit
  ----------------------------------*/
}
.nf-form-cont .submit-wrap .nf-field-label {
  display: none !important;
}
.nf-form-cont .submit-wrap .nf-field-element {
  margin-bottom: -1rem;
}
.nf-form-cont {
  /* ---------------------------------
  COLORS
  As minimal as possible
  ----------------------------------*/
}
.nf-form-cont .ninja-forms-req-symbol,
.nf-form-cont .nf-error-msg {
  color: #E80000;
}
.nf-form-cont .nf-error .ninja-forms-field {
  border: 1px solid #E80000;
}
.nf-form-cont .nf-error.listimage-wrap .nf-field-element ul {
  border: 1px solid #E80000;
}
.nf-form-cont .nf-field-submit-error {
  padding: 15px;
}
.nf-form-cont .ninja-forms-noscript-message {
  background: #f1f1f1;
  border: 4px dashed #ccc;
  color: #333;
  display: block;
  font-size: 20px;
  margin: 20px 0;
  padding: 40px;
  text-align: center;
}

/* ---------------------------------
HELPER CLASSES
----------------------------------*/
.two-col-list ul li {
  float: left;
  width: 50%;
}

.three-col-list ul li {
  float: left;
  width: 33.33%;
}

.four-col-list ul li {
  float: left;
  width: 25%;
}

.five-col-list ul li {
  float: left;
  width: 20%;
}

.six-col-list ul li {
  float: left;
  width: 16.66%;
}

body .pika-label {
  background: transparent;
}

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.nf-form-cont .five-sixths,
.nf-form-cont .four-sixths,
.nf-form-cont .one-fourth,
.nf-form-cont .one-half,
.nf-form-cont .one-sixth,
.nf-form-cont .one-third,
.nf-form-cont .three-fourths,
.nf-form-cont .three-sixths,
.nf-form-cont .two-fourths,
.nf-form-cont .two-sixths,
.nf-form-cont .two-thirds {
  clear: initial;
  float: left;
  margin-left: 2.5641025641%;
}
.nf-form-cont .five-sixths .inside,
.nf-form-cont .four-sixths .inside,
.nf-form-cont .one-fourth .inside,
.nf-form-cont .one-half .inside,
.nf-form-cont .one-sixth .inside,
.nf-form-cont .one-third .inside,
.nf-form-cont .three-fourths .inside,
.nf-form-cont .three-sixths .inside,
.nf-form-cont .two-fourths .inside,
.nf-form-cont .two-sixths .inside,
.nf-form-cont .two-thirds .inside {
  padding: 20px;
}
.nf-form-cont .five-sixths::after,
.nf-form-cont .four-sixths::after,
.nf-form-cont .one-fourth::after,
.nf-form-cont .one-half::after,
.nf-form-cont .one-sixth::after,
.nf-form-cont .one-third::after,
.nf-form-cont .three-fourths::after,
.nf-form-cont .three-sixths::after,
.nf-form-cont .two-fourths::after,
.nf-form-cont .two-sixths::after,
.nf-form-cont .two-thirds::after {
  clear: both;
  content: "";
  display: block;
}
.nf-form-cont .one-half,
.nf-form-cont .three-sixths,
.nf-form-cont .two-fourths {
  width: 48.7179487179%;
}
.nf-form-cont .one-third,
.nf-form-cont .two-sixths {
  width: 31.6239316239%;
}
.nf-form-cont .four-sixths,
.nf-form-cont .two-thirds {
  width: 65.811965812%;
}
.nf-form-cont .one-fourth {
  width: 23.0769230769%;
}
.nf-form-cont .three-fourths {
  width: 74.358974359%;
}
.nf-form-cont .one-sixth {
  width: 14.5299145299%;
}
.nf-form-cont .five-sixths {
  width: 82.905982906%;
}
.nf-form-cont .first {
  clear: both;
  margin-left: 0;
}

.flow-row {
  grid-auto-flow: row;
}

.flow-row-dense {
  grid-auto-flow: row dense;
}

.flow-column {
  grid-auto-flow: column;
}

.flow-column-dense {
  grid-auto-flow: column dense;
}

.align-start {
  align-items: start;
}

.align-end {
  align-items: end;
}

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

.align-self-stretch {
  align-self: stretch;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.grid-bleed {
  gap: 0;
}

.grid-bleed-x {
  row-gap: 0;
}

.grid-bleed-y {
  column-gap: 0;
}

.container,
.container-full {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}
.container.container--small,
.container-full.container--small {
  max-width: calc(var(--grid-xlg) + var(--container-gutter) * 2);
}
.container.container--half,
.container-full.container--half {
  max-width: calc(var(--grid-md) + var(--container-gutter) * 2);
}

@media (min-width: 576px) {
  .container {
    max-width: var(--grid-xs);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: var(--grid-sm);
  }
}
@media (min-width: 992px) {
  .container {
    max-width: var(--grid-md);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: var(--grid-lg);
  }
}
@media (min-width: 1420px) {
  .container {
    max-width: var(--grid-xlg);
  }
}

.grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 0;
  row-gap: 0;
  padding: 0;
  margin: 0 auto;
  position: relative;
  white-space: normal;
}
.grid.gutter-sm {
  padding-left: var(--grid-gutter-md);
  padding-right: var(--grid-gutter-md);
}
.grid.gutter-md {
  padding-left: var(--grid-gutter-md);
  padding-right: var(--grid-gutter-md);
}
.grid.gutter-lg {
  padding-left: var(--grid-gutter-lg);
  padding-right: var(--grid-gutter-lg);
}
.grid.gutter-xlg {
  padding-left: var(--grid-gutter-xlg);
  padding-right: var(--grid-gutter-xlg);
}
.grid.vgutter-sm {
  padding-top: var(--grid-vgutter-md);
  padding-bottom: var(--grid-vgutter-md);
}
.grid.vgutter-md {
  padding-top: var(--grid-vgutter-md);
  padding-bottom: var(--grid-vgutter-md);
}
.grid.vgutter-lg {
  padding-top: var(--grid-vgutter-lg);
  padding-bottom: var(--grid-vgutter-lg);
}
.grid.vgutter-xlg {
  padding-top: var(--grid-vgutter-xlg);
  padding-bottom: var(--grid-vgutter-xlg);
}
.grid.gap-sm {
  gap: var(--grid-gap-sm);
}
.grid.gap-md {
  gap: var(--grid-gap-md);
}
.grid.gap-lg {
  gap: var(--grid-gap-lg);
}
.grid.gap-xlg {
  gap: var(--grid-gap-xlg);
}
.grid.gap-y-sm {
  column-gap: var(--grid-gap-sm);
}
.grid.gap-y-md {
  column-gap: var(--grid-gap-md);
}
.grid.gap-y-lg {
  column-gap: var(--grid-gap-lg);
}
.grid.gap-y-xlg {
  column-gap: var(--grid-gap-xlg);
}
.grid.gap-x-sm {
  row-gap: var(--grid-gap-sm);
}
.grid.gap-x-md {
  row-gap: var(--grid-gap-md);
}
.grid.gap-x-lg {
  row-gap: var(--grid-gap-lg);
}
.grid.gap-x-xlg {
  row-gap: var(--grid-gap-xlg);
}

[class*=col-] {
  box-sizing: border-box;
  white-space: normal;
  grid-column: auto/span 12;
  container-type: inline-size;
}

.col-12 {
  grid-column: auto/span 12;
}

.col-11 {
  grid-column: auto/span 11;
}

.col-10 {
  grid-column: auto/span 10;
}

.col-9 {
  grid-column: auto/span 9;
}

.col-8 {
  grid-column: auto/span 8;
}

.col-7 {
  grid-column: auto/span 7;
}

.col-6 {
  grid-column: auto/span 6;
}

.col-5 {
  grid-column: auto/span 5;
}

.col-4 {
  grid-column: auto/span 4;
}

.col-3 {
  grid-column: auto/span 3;
}

.col-2 {
  grid-column: auto/span 2;
}

.col-1 {
  grid-column: auto/span 1;
}

@media (min-width: 576px) {
  .col-xs-12 {
    grid-column: auto/span 12;
  }
  .col-xs-11 {
    grid-column: auto/span 11;
  }
  .col-xs-10 {
    grid-column: auto/span 10;
  }
  .col-xs-9 {
    grid-column: auto/span 9;
  }
  .col-xs-8 {
    grid-column: auto/span 8;
  }
  .col-xs-7 {
    grid-column: auto/span 7;
  }
  .col-xs-6 {
    grid-column: auto/span 6;
  }
  .col-xs-5 {
    grid-column: auto/span 5;
  }
  .col-xs-4 {
    grid-column: auto/span 4;
  }
  .col-xs-3 {
    grid-column: auto/span 3;
  }
  .col-xs-2 {
    grid-column: auto/span 2;
  }
  .col-xs-1 {
    grid-column: auto/span 1;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    grid-column: auto/span 12;
  }
  .col-sm-11 {
    grid-column: auto/span 11;
  }
  .col-sm-10 {
    grid-column: auto/span 10;
  }
  .col-sm-9 {
    grid-column: auto/span 9;
  }
  .col-sm-8 {
    grid-column: auto/span 8;
  }
  .col-sm-7 {
    grid-column: auto/span 7;
  }
  .col-sm-6 {
    grid-column: auto/span 6;
  }
  .col-sm-5 {
    grid-column: auto/span 5;
  }
  .col-sm-4 {
    grid-column: auto/span 4;
  }
  .col-sm-3 {
    grid-column: auto/span 3;
  }
  .col-sm-2 {
    grid-column: auto/span 2;
  }
  .col-sm-1 {
    grid-column: auto/span 1;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    grid-column: auto/span 12;
  }
  .col-md-11 {
    grid-column: auto/span 11;
  }
  .col-md-10 {
    grid-column: auto/span 10;
  }
  .col-md-9 {
    grid-column: auto/span 9;
  }
  .col-md-8 {
    grid-column: auto/span 8;
  }
  .col-md-7 {
    grid-column: auto/span 7;
  }
  .col-md-6 {
    grid-column: auto/span 6;
  }
  .col-md-5 {
    grid-column: auto/span 5;
  }
  .col-md-4 {
    grid-column: auto/span 4;
  }
  .col-md-3 {
    grid-column: auto/span 3;
  }
  .col-md-2 {
    grid-column: auto/span 2;
  }
  .col-md-1 {
    grid-column: auto/span 1;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    grid-column: auto/span 12;
  }
  .col-lg-11 {
    grid-column: auto/span 11;
  }
  .col-lg-10 {
    grid-column: auto/span 10;
  }
  .col-lg-9 {
    grid-column: auto/span 9;
  }
  .col-lg-8 {
    grid-column: auto/span 8;
  }
  .col-lg-7 {
    grid-column: auto/span 7;
  }
  .col-lg-6 {
    grid-column: auto/span 6;
  }
  .col-lg-5 {
    grid-column: auto/span 5;
  }
  .col-lg-4 {
    grid-column: auto/span 4;
  }
  .col-lg-3 {
    grid-column: auto/span 3;
  }
  .col-lg-2 {
    grid-column: auto/span 2;
  }
  .col-lg-1 {
    grid-column: auto/span 1;
  }
}
@media (min-width: 1420px) {
  .col-xlg-12 {
    grid-column: auto/span 12;
  }
  .col-xlg-11 {
    grid-column: auto/span 11;
  }
  .col-xlg-10 {
    grid-column: auto/span 10;
  }
  .col-xlg-9 {
    grid-column: auto/span 9;
  }
  .col-xlg-8 {
    grid-column: auto/span 8;
  }
  .col-xlg-7 {
    grid-column: auto/span 7;
  }
  .col-xlg-6 {
    grid-column: auto/span 6;
  }
  .col-xlg-5 {
    grid-column: auto/span 5;
  }
  .col-xlg-4 {
    grid-column: auto/span 4;
  }
  .col-xlg-3 {
    grid-column: auto/span 3;
  }
  .col-xlg-2 {
    grid-column: auto/span 2;
  }
  .col-xlg-1 {
    grid-column: auto/span 1;
  }
}
.col-auto {
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    width: auto;
  }
}
@media (min-width: 1420px) {
  .col-xlg-auto {
    width: auto;
  }
}
.order-12 {
  order: 12;
}

.order-11 {
  order: 11;
}

.order-10 {
  order: 10;
}

.order-9 {
  order: 9;
}

.order-8 {
  order: 8;
}

.order-7 {
  order: 7;
}

.order-6 {
  order: 6;
}

.order-5 {
  order: 5;
}

.order-4 {
  order: 4;
}

.order-3 {
  order: 3;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-0 {
  order: 0;
}

@media (min-width: 576px) {
  .order-xs-12 {
    order: 12;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .order-sm-12 {
    order: 12;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .order-md-12 {
    order: 12;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .order-lg-12 {
    order: 12;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-0 {
    order: 0;
  }
}
@media (min-width: 1420px) {
  .order-xlg-12 {
    order: 12;
  }
  .order-xlg-11 {
    order: 11;
  }
  .order-xlg-10 {
    order: 10;
  }
  .order-xlg-9 {
    order: 9;
  }
  .order-xlg-8 {
    order: 8;
  }
  .order-xlg-7 {
    order: 7;
  }
  .order-xlg-6 {
    order: 6;
  }
  .order-xlg-5 {
    order: 5;
  }
  .order-xlg-4 {
    order: 4;
  }
  .order-xlg-3 {
    order: 3;
  }
  .order-xlg-2 {
    order: 2;
  }
  .order-xlg-1 {
    order: 1;
  }
  .order-xlg-0 {
    order: 0;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1419px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1419px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1420px) {
  .hidden-xlg {
    display: none !important;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-sm {
    gap: 1rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-y-sm {
    column-gap: 1rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-x-sm {
    row-gap: 1rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-md {
    gap: 2rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-y-md {
    column-gap: 2rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-x-md {
    row-gap: 2rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-lg {
    gap: 3rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-y-lg {
    column-gap: 3rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-x-lg {
    row-gap: 3rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-xlg {
    gap: 6rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-y-xlg {
    column-gap: 6rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-x-xlg {
    row-gap: 6rem;
  }
}

@media (min-width: 576px) {
  .vp-xs-up-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-xs-up-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (max-width: 767px) {
  .vp-xs-down-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-xs-down-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .vp-xs-gap-sm {
    gap: 1rem;
  }
}
@media (min-width: 576px) {
  .vp-xs-up-gap-x-md {
    row-gap: 2rem;
  }
  .vp-xs-up-gap-y-md {
    column-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .vp-xs-down-gap-x-md {
    row-gap: 2rem;
  }
  .vp-xs-down-gap-y-md {
    column-gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .vp-xs-gap-md {
    gap: 2rem;
  }
}
@media (min-width: 576px) {
  .vp-xs-up-gap-x-lg {
    row-gap: 3rem;
  }
  .vp-xs-up-gap-y-lg {
    column-gap: 3rem;
  }
}
@media (max-width: 767px) {
  .vp-xs-down-gap-x-lg {
    row-gap: 3rem;
  }
  .vp-xs-down-gap-y-lg {
    column-gap: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .vp-xs-gap-lg {
    gap: 3rem;
  }
}
@media (min-width: 576px) {
  .vp-xs-up-gap-x-xlg {
    row-gap: 6rem;
  }
  .vp-xs-up-gap-y-xlg {
    column-gap: 6rem;
  }
}
@media (max-width: 767px) {
  .vp-xs-down-gap-x-xlg {
    row-gap: 6rem;
  }
  .vp-xs-down-gap-y-xlg {
    column-gap: 6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .vp-xs-gap-xlg {
    gap: 6rem;
  }
}
@media (min-width: 768px) {
  .vp-sm-up-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-sm-up-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (max-width: 991px) {
  .vp-sm-down-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-sm-down-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vp-sm-gap-sm {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .vp-sm-up-gap-x-md {
    row-gap: 2rem;
  }
  .vp-sm-up-gap-y-md {
    column-gap: 2rem;
  }
}
@media (max-width: 991px) {
  .vp-sm-down-gap-x-md {
    row-gap: 2rem;
  }
  .vp-sm-down-gap-y-md {
    column-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vp-sm-gap-md {
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .vp-sm-up-gap-x-lg {
    row-gap: 3rem;
  }
  .vp-sm-up-gap-y-lg {
    column-gap: 3rem;
  }
}
@media (max-width: 991px) {
  .vp-sm-down-gap-x-lg {
    row-gap: 3rem;
  }
  .vp-sm-down-gap-y-lg {
    column-gap: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vp-sm-gap-lg {
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .vp-sm-up-gap-x-xlg {
    row-gap: 6rem;
  }
  .vp-sm-up-gap-y-xlg {
    column-gap: 6rem;
  }
}
@media (max-width: 991px) {
  .vp-sm-down-gap-x-xlg {
    row-gap: 6rem;
  }
  .vp-sm-down-gap-y-xlg {
    column-gap: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vp-sm-gap-xlg {
    gap: 6rem;
  }
}
@media (min-width: 992px) {
  .vp-md-up-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-md-up-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (max-width: 1199px) {
  .vp-md-down-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-md-down-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vp-md-gap-sm {
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .vp-md-up-gap-x-md {
    row-gap: 2rem;
  }
  .vp-md-up-gap-y-md {
    column-gap: 2rem;
  }
}
@media (max-width: 1199px) {
  .vp-md-down-gap-x-md {
    row-gap: 2rem;
  }
  .vp-md-down-gap-y-md {
    column-gap: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vp-md-gap-md {
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .vp-md-up-gap-x-lg {
    row-gap: 3rem;
  }
  .vp-md-up-gap-y-lg {
    column-gap: 3rem;
  }
}
@media (max-width: 1199px) {
  .vp-md-down-gap-x-lg {
    row-gap: 3rem;
  }
  .vp-md-down-gap-y-lg {
    column-gap: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vp-md-gap-lg {
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  .vp-md-up-gap-x-xlg {
    row-gap: 6rem;
  }
  .vp-md-up-gap-y-xlg {
    column-gap: 6rem;
  }
}
@media (max-width: 1199px) {
  .vp-md-down-gap-x-xlg {
    row-gap: 6rem;
  }
  .vp-md-down-gap-y-xlg {
    column-gap: 6rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vp-md-gap-xlg {
    gap: 6rem;
  }
}
@media (min-width: 1200px) {
  .vp-lg-up-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-lg-up-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (max-width: 1419px) {
  .vp-lg-down-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-lg-down-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1419px) {
  .vp-lg-gap-sm {
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .vp-lg-up-gap-x-md {
    row-gap: 2rem;
  }
  .vp-lg-up-gap-y-md {
    column-gap: 2rem;
  }
}
@media (max-width: 1419px) {
  .vp-lg-down-gap-x-md {
    row-gap: 2rem;
  }
  .vp-lg-down-gap-y-md {
    column-gap: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1419px) {
  .vp-lg-gap-md {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .vp-lg-up-gap-x-lg {
    row-gap: 3rem;
  }
  .vp-lg-up-gap-y-lg {
    column-gap: 3rem;
  }
}
@media (max-width: 1419px) {
  .vp-lg-down-gap-x-lg {
    row-gap: 3rem;
  }
  .vp-lg-down-gap-y-lg {
    column-gap: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1419px) {
  .vp-lg-gap-lg {
    gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .vp-lg-up-gap-x-xlg {
    row-gap: 6rem;
  }
  .vp-lg-up-gap-y-xlg {
    column-gap: 6rem;
  }
}
@media (max-width: 1419px) {
  .vp-lg-down-gap-x-xlg {
    row-gap: 6rem;
  }
  .vp-lg-down-gap-y-xlg {
    column-gap: 6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1419px) {
  .vp-lg-gap-xlg {
    gap: 6rem;
  }
}
@media (min-width: 1420px) {
  .vp-xlg-gap-sm {
    gap: 1rem;
  }
  .vp-xlg-gap-y-sm {
    column-gap: 1rem;
  }
  .vp-xlg-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-xlg-gap-md {
    gap: 2rem;
  }
  .vp-xlg-gap-y-md {
    column-gap: 2rem;
  }
  .vp-xlg-gap-x-md {
    row-gap: 2rem;
  }
  .vp-xlg-gap-lg {
    gap: 3rem;
  }
  .vp-xlg-gap-y-lg {
    column-gap: 3rem;
  }
  .vp-xlg-gap-x-lg {
    row-gap: 3rem;
  }
  .vp-xlg-gap-xlg {
    gap: 6rem;
  }
  .vp-xlg-gap-y-xlg {
    column-gap: 6rem;
  }
  .vp-xlg-gap-x-xlg {
    row-gap: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .grid {
    column-gap: 0.5rem !important;
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

:root {
  --primary-text: #282C46;
  --secondary-text: #cdb46d;
  --secondary-button: #E6D9B6;
  --tertiary-text: #535358;
  --label-text: rgba(83, 83, 88, 0.5);
  --primary-bg: #FFFBEE;
  --secondary-bg: #BACEF1;
  --primary-highlight: #3DAC42;
  --link: #658bcf;
  --border: #DDDDDE;
  --box-shadow: 0 15px 40px -15px rgba(0, 18, 70, 0.2);
  --overlay: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 9.4rem, rgba(48, 55, 79, 0.85) 100%);
  --navbar-top: #42476a;
  --navbar-top-link: #fff;
  --navbar-top-link-hover: #fff;
  --navbar-top-icon: #cdb46d;
  --navbar-bottom: #081332;
  --navbar-link: #ffffff;
  --navbar-link-hover: #BACEF1;
  --navbar-link-active: #E6D9B6;
  --navbar-dropdown-bg: #30374f;
  --navbar-dropdown-subtitle: #E6D9B6;
  --navbar-dropdown-link: #fff;
  --navbar-dropdown-link-hover: #BACEF1;
  --footer-bg: #081332;
  --footer-text: #fff;
  --footer-accent: #E6D9B6;
  --modal-bg: #fff;
  --seasonality-off-season: #ddddde;
  --seasonality-available: #bacef1;
  --seasonality-in-season: #081332;
  --seasonality-star-buy: #cdb46d;
  --headings: h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6;
  --font-family: KickingHorse, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --alt-font-family: Cashrole, serif;
  --body-font-family: Nunito, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --grid-visibility-helpers: true;
  --grid-gap-helpers: true;
  --grid-columns: 12;
  --grid-xs: 576px;
  --grid-sm: 768px;
  --grid-md: 992px;
  --grid-lg: 1200px;
  --grid-xlg: 1420px;
  --grid-xxs-max: 575px;
  --grid-xs-max: 767px;
  --grid-sm-max: 991px;
  --grid-md-max: 1199px;
  --grid-lg-max: 1419px;
  --grid-grid-spacing: 1.5rem;
  --grid-gutter-sm: 1rem;
  --grid-gutter-md: 2rem;
  --grid-gutter-lg: 3rem;
  --grid-gutter-xlg: 6rem;
  --grid-vgutter-sm: 1rem;
  --grid-vgutter-md: 2rem;
  --grid-vgutter-lg: 3rem;
  --grid-vgutter-xlg: 6rem;
  --grid-gap-sm: 1rem;
  --grid-gap-md: 2rem;
  --grid-gap-lg: 3rem;
  --grid-gap-xlg: 6rem;
  --container-gutter: 4rem;
  --section-padding-sm: 5rem;
  --section-padding-md: 8rem;
  --section-padding-lg: 10rem;
  --section-padding-xlg: 15rem;
  --tablet-section-padding-sm: 2.5rem;
  --tablet-section-padding-md: 4rem;
  --tablet-section-padding-lg: 5rem;
  --tablet-section-padding-xlg: 7.5rem;
}
@media screen and (max-width: 767px) {
  :root {
    --container-gutter: 2rem;
  }
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --heading-one-font-size: 4.8rem;
  --heading-one-line-height: 4rem;
  --heading-one-letter-spacing: -0.25rem;
  --heading-one-word-spacing: -1.1rem;
  --heading-one-font-style: normal;
  --heading-one-font-weight: bold;
  --heading-one-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-one-font-size: 6.2rem;
    --heading-one-line-height: 5.2rem;
    --heading-one-letter-spacing: -0.323rem;
    --heading-one-word-spacing: -1.1rem;
    --heading-one-font-style: normal;
    --heading-one-font-weight: bold;
    --heading-one-text-transform: normal;
  }
}
:root {
  --heading-one-font:
    var(--heading-one-font-style)
    var(--heading-one-font-weight)
    var(--heading-one-font-size) / var(--heading-one-line-height)
    var(--font-family);
}

:root {
  --heading-two-font-size: 3.8rem;
  --heading-two-line-height: 3.2rem;
  --heading-two-letter-spacing: -.198rem;
  --heading-two-word-spacing: -.9rem;
  --heading-two-font-style: normal;
  --heading-two-font-weight: bold;
  --heading-two-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-two-font-size: 4.8rem;
    --heading-two-line-height: 4rem;
    --heading-two-letter-spacing: -.25rem;
    --heading-two-word-spacing: -.9rem;
    --heading-two-font-style: normal;
    --heading-two-font-weight: bold;
    --heading-two-text-transform: normal;
  }
}
:root {
  --heading-two-font:
    var(--heading-two-font-style)
    var(--heading-two-font-weight)
    var(--heading-two-font-size)/var(--heading-two-line-height)
    var(--font-family);
}

:root {
  --heading-three-font-size: 3.2rem;
  --heading-three-line-height: 4rem;
  --heading-three-letter-spacing: 0;
  --heading-three-font-style: normal;
  --heading-three-font-weight: normal;
  --heading-three-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-three-font-size: 3.8rem;
    --heading-three-line-height: 4.7rem;
    --heading-three-letter-spacing: 0;
    --heading-three-font-style: normal;
    --heading-three-font-weight: normal;
    --heading-three-text-transform: normal;
  }
}
:root {
  --heading-three-font:
    var(--heading-three-font-style)
    var(--heading-three-font-weight)
    var(--heading-three-font-size) / var(--heading-three-line-height)
    var(--alt-font-family);
}

:root {
  --heading-four-font-size: 2.2rem;
  --heading-four-line-height: 2.3rem;
  --heading-four-letter-spacing: -0.146rem;
  --heading-four-word-spacing: -.9rem;
  --heading-four-font-style: normal;
  --heading-four-font-weight: bold;
  --heading-four-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-four-font-size: 3.2rem;
    --heading-four-line-height: 2.6rem;
    --heading-four-letter-spacing: -0.167rem;
    --heading-four-word-spacing: -.9rem;
    --heading-four-font-style: normal;
    --heading-four-font-weight: bold;
    --heading-four-text-transform: normal;
  }
}
:root {
  --heading-four-font:
    var(--heading-four-font-style)
    var(--heading-four-font-weight)
    var(--heading-four-font-size) / var(--heading-four-line-height)
    var(--font-family);
}

:root {
  --heading-five-font-size: 2.4rem;
  --heading-five-line-height: 2rem;
  --heading-five-letter-spacing: -0.125rem;
  --heading-five-word-spacing: -.3rem;
  --heading-five-font-style: normal;
  --heading-five-font-weight: bold;
  --heading-five-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-five-font-size: 2.8rem;
    --heading-five-line-height: 2.3rem;
    --heading-five-letter-spacing: -0.146rem;
    --heading-five-word-spacing: -.3rem;
    --heading-five-font-style: normal;
    --heading-five-font-weight: bold;
    --heading-five-text-transform: normal;
  }
}
:root {
  --heading-five-font:
    var(--heading-five-font-style)
    var(--heading-five-font-weight)
    var(--heading-five-font-size) / var(--heading-five-line-height)
    var(--font-family);
}

:root {
  --heading-six-font-size: 2.2rem;
  --heading-six-line-height: 1.8rem;
  --heading-six-letter-spacing: -0.115rem;
  --heading-six-word-spacing: -.2rem;
  --heading-six-font-style: normal;
  --heading-six-font-weight: bold;
  --heading-six-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-six-font-size: 2.2rem;
    --heading-six-line-height: 1.8rem;
    --heading-six-letter-spacing: -0.115rem;
    --heading-six-word-spacing: -.2rem;
    --heading-six-font-style: normal;
    --heading-six-font-weight: bold;
    --heading-six-text-transform: normal;
  }
}
:root {
  --heading-six-font:
    var(--heading-six-font-style)
    var(--heading-six-font-weight)
    var(--heading-six-font-size) / var(--heading-six-line-height)
    var(--font-family);
}

:root {
  --paragraph-font-size: 1.6rem;
  --paragraph-line-height: 2.4rem;
  --paragraph-letter-spacing: 0;
  --paragraph-font-style: normal;
  --paragraph-font-weight: 300;
  --paragraph-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --paragraph-font-size: 1.8rem;
    --paragraph-line-height: 2.4rem;
    --paragraph-letter-spacing: 0;
    --paragraph-font-style: normal;
    --paragraph-font-weight: 300;
    --paragraph-text-transform: normal;
  }
}
:root {
  --paragraph-font:
    var(--paragraph-font-style)
    var(--paragraph-font-weight)
    var(--paragraph-font-size) / var(--paragraph-line-height)
    var(--body-font-family);
}

:root {
  --small-paragraph-font-size: 1.4rem;
  --small-paragraph-line-height: 1.9rem;
  --small-paragraph-letter-spacing: 0;
  --small-paragraph-font-style: normal;
  --small-paragraph-font-weight: 600;
  --small-paragraph-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --small-paragraph-font-size: 1.4rem;
    --small-paragraph-line-height: 1.9rem;
    --small-paragraph-letter-spacing: 0;
    --small-paragraph-font-style: normal;
    --small-paragraph-font-weight: 600;
    --small-paragraph-text-transform: normal;
  }
}
:root {
  --small-paragraph-font:
    var(--small-paragraph-font-style)
    var(--small-paragraph-font-weight)
    var(--small-paragraph-font-size) / var(--small-paragraph-line-height)
    var(--body-font-family);
}

html {
  font-size: 0.625em;
  overflow-x: hidden;
}

body {
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: normal;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--body-font-family), sans-serif;
  color: var(--tertiary-text);
  opacity: 1;
  transition: opacity 0.25s;
}

@starting-style {
  body {
    opacity: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}

picture img {
  object-fit: cover;
  width: 100%;
}

button, input, optgroup, select, textarea {
  font-family: var(--font-family), sans-serif;
}

.wp-block-embed__wrapper,
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper object, .wp-block-embed__wrapper embed, .wp-block-embed__wrapper video,
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 650px) {
  #page-content {
    margin-top: 8rem;
  }
}
.rounded-image {
  border-radius: 1rem;
  overflow: hidden;
}

[data-animation=CardGrid] [data-animation-item],
[data-animation=FadeIn] {
  transition: all 0.34s ease-out;
}

@starting-style {
  [data-animation=CardGrid] [data-animation-item],
  [data-animation=FadeIn] {
    opacity: 0;
    transform: translateY(3rem);
  }
}
[data-animation=CardGrid] [data-animation-item],
[data-animation=CurtainOpen] {
  transition: all 0.34s ease-out;
}

@starting-style {
  [data-animation=CardGrid] [data-animation-item],
  [data-animation=CurtainOpen] {
    clip-path: polygon(20% 0px, 80% 0px, 80% 100%, 20% 100%);
  }
}
:root {
  --heading-one-font-size: 4.8rem;
  --heading-one-line-height: 4rem;
  --heading-one-letter-spacing: -0.25rem;
  --heading-one-word-spacing: -1.1rem;
  --heading-one-font-style: normal;
  --heading-one-font-weight: bold;
  --heading-one-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-one-font-size: 6.2rem;
    --heading-one-line-height: 5.2rem;
    --heading-one-letter-spacing: -0.323rem;
    --heading-one-word-spacing: -1.1rem;
    --heading-one-font-style: normal;
    --heading-one-font-weight: bold;
    --heading-one-text-transform: normal;
  }
}
:root {
  --heading-one-font:
    var(--heading-one-font-style)
    var(--heading-one-font-weight)
    var(--heading-one-font-size) / var(--heading-one-line-height)
    var(--font-family);
}

:root {
  --heading-two-font-size: 3.8rem;
  --heading-two-line-height: 3.2rem;
  --heading-two-letter-spacing: -.198rem;
  --heading-two-word-spacing: -.9rem;
  --heading-two-font-style: normal;
  --heading-two-font-weight: bold;
  --heading-two-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-two-font-size: 4.8rem;
    --heading-two-line-height: 4rem;
    --heading-two-letter-spacing: -.25rem;
    --heading-two-word-spacing: -.9rem;
    --heading-two-font-style: normal;
    --heading-two-font-weight: bold;
    --heading-two-text-transform: normal;
  }
}
:root {
  --heading-two-font:
    var(--heading-two-font-style)
    var(--heading-two-font-weight)
    var(--heading-two-font-size)/var(--heading-two-line-height)
    var(--font-family);
}

:root {
  --heading-three-font-size: 3.2rem;
  --heading-three-line-height: 4rem;
  --heading-three-letter-spacing: 0;
  --heading-three-font-style: normal;
  --heading-three-font-weight: normal;
  --heading-three-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-three-font-size: 3.8rem;
    --heading-three-line-height: 4.7rem;
    --heading-three-letter-spacing: 0;
    --heading-three-font-style: normal;
    --heading-three-font-weight: normal;
    --heading-three-text-transform: normal;
  }
}
:root {
  --heading-three-font:
    var(--heading-three-font-style)
    var(--heading-three-font-weight)
    var(--heading-three-font-size) / var(--heading-three-line-height)
    var(--alt-font-family);
}

:root {
  --heading-four-font-size: 2.2rem;
  --heading-four-line-height: 2.3rem;
  --heading-four-letter-spacing: -0.146rem;
  --heading-four-word-spacing: -.9rem;
  --heading-four-font-style: normal;
  --heading-four-font-weight: bold;
  --heading-four-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-four-font-size: 3.2rem;
    --heading-four-line-height: 2.6rem;
    --heading-four-letter-spacing: -0.167rem;
    --heading-four-word-spacing: -.9rem;
    --heading-four-font-style: normal;
    --heading-four-font-weight: bold;
    --heading-four-text-transform: normal;
  }
}
:root {
  --heading-four-font:
    var(--heading-four-font-style)
    var(--heading-four-font-weight)
    var(--heading-four-font-size) / var(--heading-four-line-height)
    var(--font-family);
}

:root {
  --heading-five-font-size: 2.4rem;
  --heading-five-line-height: 2rem;
  --heading-five-letter-spacing: -0.125rem;
  --heading-five-word-spacing: -.3rem;
  --heading-five-font-style: normal;
  --heading-five-font-weight: bold;
  --heading-five-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-five-font-size: 2.8rem;
    --heading-five-line-height: 2.3rem;
    --heading-five-letter-spacing: -0.146rem;
    --heading-five-word-spacing: -.3rem;
    --heading-five-font-style: normal;
    --heading-five-font-weight: bold;
    --heading-five-text-transform: normal;
  }
}
:root {
  --heading-five-font:
    var(--heading-five-font-style)
    var(--heading-five-font-weight)
    var(--heading-five-font-size) / var(--heading-five-line-height)
    var(--font-family);
}

:root {
  --heading-six-font-size: 2.2rem;
  --heading-six-line-height: 1.8rem;
  --heading-six-letter-spacing: -0.115rem;
  --heading-six-word-spacing: -.2rem;
  --heading-six-font-style: normal;
  --heading-six-font-weight: bold;
  --heading-six-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-six-font-size: 2.2rem;
    --heading-six-line-height: 1.8rem;
    --heading-six-letter-spacing: -0.115rem;
    --heading-six-word-spacing: -.2rem;
    --heading-six-font-style: normal;
    --heading-six-font-weight: bold;
    --heading-six-text-transform: normal;
  }
}
:root {
  --heading-six-font:
    var(--heading-six-font-style)
    var(--heading-six-font-weight)
    var(--heading-six-font-size) / var(--heading-six-line-height)
    var(--font-family);
}

:root {
  --paragraph-font-size: 1.6rem;
  --paragraph-line-height: 2.4rem;
  --paragraph-letter-spacing: 0;
  --paragraph-font-style: normal;
  --paragraph-font-weight: 300;
  --paragraph-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --paragraph-font-size: 1.8rem;
    --paragraph-line-height: 2.4rem;
    --paragraph-letter-spacing: 0;
    --paragraph-font-style: normal;
    --paragraph-font-weight: 300;
    --paragraph-text-transform: normal;
  }
}
:root {
  --paragraph-font:
    var(--paragraph-font-style)
    var(--paragraph-font-weight)
    var(--paragraph-font-size) / var(--paragraph-line-height)
    var(--body-font-family);
}

:root {
  --small-paragraph-font-size: 1.4rem;
  --small-paragraph-line-height: 1.9rem;
  --small-paragraph-letter-spacing: 0;
  --small-paragraph-font-style: normal;
  --small-paragraph-font-weight: 600;
  --small-paragraph-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --small-paragraph-font-size: 1.4rem;
    --small-paragraph-line-height: 1.9rem;
    --small-paragraph-letter-spacing: 0;
    --small-paragraph-font-style: normal;
    --small-paragraph-font-weight: 600;
    --small-paragraph-text-transform: normal;
  }
}
:root {
  --small-paragraph-font:
    var(--small-paragraph-font-style)
    var(--small-paragraph-font-weight)
    var(--small-paragraph-font-size) / var(--small-paragraph-line-height)
    var(--body-font-family);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.4em;
}

h1, .heading-1, .h1 {
  color: var(--primary-text);
  font: var(--heading-one-font);
  letter-spacing: var(--heading-one-letter-spacing);
  text-transform: var(--heading-one-text-transform);
  text-box: trim-both ex alphabetic;
}

h2, .heading-2, .h2 {
  color: var(--primary-text);
  font: var(--heading-two-font);
  letter-spacing: var(--heading-two-letter-spacing);
  text-transform: var(--heading-two-text-transform);
  text-box: trim-both ex alphabetic;
}

h3, .heading-3, .h3 {
  color: var(--primary-text);
  font: var(--heading-three-font);
  letter-spacing: var(--heading-three-letter-spacing);
  text-transform: var(--heading-three-text-transform);
}

h4, .heading-4, .h4 {
  color: var(--primary-text);
  font: var(--heading-four-font);
  letter-spacing: var(--heading-four-letter-spacing);
  text-transform: var(--heading-four-text-transform);
  text-box: trim-both ex alphabetic;
}

h5, .heading-5, .h5 {
  color: var(--primary-text);
  font: var(--heading-five-font);
  letter-spacing: var(--heading-five-letter-spacing);
  text-transform: var(--heading-five-text-transform);
  text-box: trim-both ex alphabetic;
}

h6, .heading-6, .h6 {
  color: var(--primary-text);
  font: var(--heading-six-font);
  letter-spacing: var(--heading-six-letter-spacing);
  text-transform: var(--heading-six-text-transform);
}

p {
  margin-top: 0;
  margin-bottom: 0.5em;
  font: var(--paragraph-font);
  letter-spacing: var(--paragraph-letter-spacing);
  text-transform: var(--paragraph-text-transform);
}

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

@media screen and (min-width: 992px) {
  p {
    margin-bottom: 1em;
  }
}
small {
  font: var(--small-paragraph-font);
  letter-spacing: var(--small-paragraph-letter-spacing);
  text-transform: var(--small-paragraph-text-transform);
}

strong {
  font-weight: bold;
}

.heading-font {
  font-family: KickingHorse, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.alt-heading-font {
  font-family: Cashrole, serif;
}

.body-font {
  font-family: Nunito, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

:root {
  --heading-one-font-size: 4.8rem;
  --heading-one-line-height: 4rem;
  --heading-one-letter-spacing: -0.25rem;
  --heading-one-word-spacing: -1.1rem;
  --heading-one-font-style: normal;
  --heading-one-font-weight: bold;
  --heading-one-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-one-font-size: 6.2rem;
    --heading-one-line-height: 5.2rem;
    --heading-one-letter-spacing: -0.323rem;
    --heading-one-word-spacing: -1.1rem;
    --heading-one-font-style: normal;
    --heading-one-font-weight: bold;
    --heading-one-text-transform: normal;
  }
}
:root {
  --heading-one-font:
    var(--heading-one-font-style)
    var(--heading-one-font-weight)
    var(--heading-one-font-size) / var(--heading-one-line-height)
    var(--font-family);
}

:root {
  --heading-two-font-size: 3.8rem;
  --heading-two-line-height: 3.2rem;
  --heading-two-letter-spacing: -.198rem;
  --heading-two-word-spacing: -.9rem;
  --heading-two-font-style: normal;
  --heading-two-font-weight: bold;
  --heading-two-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-two-font-size: 4.8rem;
    --heading-two-line-height: 4rem;
    --heading-two-letter-spacing: -.25rem;
    --heading-two-word-spacing: -.9rem;
    --heading-two-font-style: normal;
    --heading-two-font-weight: bold;
    --heading-two-text-transform: normal;
  }
}
:root {
  --heading-two-font:
    var(--heading-two-font-style)
    var(--heading-two-font-weight)
    var(--heading-two-font-size)/var(--heading-two-line-height)
    var(--font-family);
}

:root {
  --heading-three-font-size: 3.2rem;
  --heading-three-line-height: 4rem;
  --heading-three-letter-spacing: 0;
  --heading-three-font-style: normal;
  --heading-three-font-weight: normal;
  --heading-three-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-three-font-size: 3.8rem;
    --heading-three-line-height: 4.7rem;
    --heading-three-letter-spacing: 0;
    --heading-three-font-style: normal;
    --heading-three-font-weight: normal;
    --heading-three-text-transform: normal;
  }
}
:root {
  --heading-three-font:
    var(--heading-three-font-style)
    var(--heading-three-font-weight)
    var(--heading-three-font-size) / var(--heading-three-line-height)
    var(--alt-font-family);
}

:root {
  --heading-four-font-size: 2.2rem;
  --heading-four-line-height: 2.3rem;
  --heading-four-letter-spacing: -0.146rem;
  --heading-four-word-spacing: -.9rem;
  --heading-four-font-style: normal;
  --heading-four-font-weight: bold;
  --heading-four-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-four-font-size: 3.2rem;
    --heading-four-line-height: 2.6rem;
    --heading-four-letter-spacing: -0.167rem;
    --heading-four-word-spacing: -.9rem;
    --heading-four-font-style: normal;
    --heading-four-font-weight: bold;
    --heading-four-text-transform: normal;
  }
}
:root {
  --heading-four-font:
    var(--heading-four-font-style)
    var(--heading-four-font-weight)
    var(--heading-four-font-size) / var(--heading-four-line-height)
    var(--font-family);
}

:root {
  --heading-five-font-size: 2.4rem;
  --heading-five-line-height: 2rem;
  --heading-five-letter-spacing: -0.125rem;
  --heading-five-word-spacing: -.3rem;
  --heading-five-font-style: normal;
  --heading-five-font-weight: bold;
  --heading-five-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-five-font-size: 2.8rem;
    --heading-five-line-height: 2.3rem;
    --heading-five-letter-spacing: -0.146rem;
    --heading-five-word-spacing: -.3rem;
    --heading-five-font-style: normal;
    --heading-five-font-weight: bold;
    --heading-five-text-transform: normal;
  }
}
:root {
  --heading-five-font:
    var(--heading-five-font-style)
    var(--heading-five-font-weight)
    var(--heading-five-font-size) / var(--heading-five-line-height)
    var(--font-family);
}

:root {
  --heading-six-font-size: 2.2rem;
  --heading-six-line-height: 1.8rem;
  --heading-six-letter-spacing: -0.115rem;
  --heading-six-word-spacing: -.2rem;
  --heading-six-font-style: normal;
  --heading-six-font-weight: bold;
  --heading-six-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-six-font-size: 2.2rem;
    --heading-six-line-height: 1.8rem;
    --heading-six-letter-spacing: -0.115rem;
    --heading-six-word-spacing: -.2rem;
    --heading-six-font-style: normal;
    --heading-six-font-weight: bold;
    --heading-six-text-transform: normal;
  }
}
:root {
  --heading-six-font:
    var(--heading-six-font-style)
    var(--heading-six-font-weight)
    var(--heading-six-font-size) / var(--heading-six-line-height)
    var(--font-family);
}

:root {
  --paragraph-font-size: 1.6rem;
  --paragraph-line-height: 2.4rem;
  --paragraph-letter-spacing: 0;
  --paragraph-font-style: normal;
  --paragraph-font-weight: 300;
  --paragraph-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --paragraph-font-size: 1.8rem;
    --paragraph-line-height: 2.4rem;
    --paragraph-letter-spacing: 0;
    --paragraph-font-style: normal;
    --paragraph-font-weight: 300;
    --paragraph-text-transform: normal;
  }
}
:root {
  --paragraph-font:
    var(--paragraph-font-style)
    var(--paragraph-font-weight)
    var(--paragraph-font-size) / var(--paragraph-line-height)
    var(--body-font-family);
}

:root {
  --small-paragraph-font-size: 1.4rem;
  --small-paragraph-line-height: 1.9rem;
  --small-paragraph-letter-spacing: 0;
  --small-paragraph-font-style: normal;
  --small-paragraph-font-weight: 600;
  --small-paragraph-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --small-paragraph-font-size: 1.4rem;
    --small-paragraph-line-height: 1.9rem;
    --small-paragraph-letter-spacing: 0;
    --small-paragraph-font-style: normal;
    --small-paragraph-font-weight: 600;
    --small-paragraph-text-transform: normal;
  }
}
:root {
  --small-paragraph-font:
    var(--small-paragraph-font-style)
    var(--small-paragraph-font-weight)
    var(--small-paragraph-font-size) / var(--small-paragraph-line-height)
    var(--body-font-family);
}

.header {
  --padding-top: 5rem !important;
  --padding-bottom: 5rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 31.7rem;
  background-color: var(--navbar-dropdown-bg);
}

.header .header__inner {
  max-width: 94rem;
  z-index: 10;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  opacity: 1;
  transition: 0.25s linear 0.125s;
}

.header .header__inner .header__subtitle {
  color: var(--secondary-text);
}

.header .header__inner .header__title {
  color: white;
  margin-bottom: 0;
}

@starting-style {
  .header .header__inner {
    opacity: 0;
  }
}
.header .header__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header .header__background img, .header .header__background video {
  object-fit: cover;
  object-position: center;
}

.header .header__background > * {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.header .header__background:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: #081332;
  opacity: 0.5;
}

.header .header__back {
  display: inline-flex;
  margin-bottom: 0.5rem;
}

.header .header__back.btn--transparent {
  color: white;
}

.header .header__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.header .header__actions .btn--transparent {
  color: white;
}

.header.header--home {
  --padding-top: 7.5rem !important;
  --padding-bottom: 7.5rem !important;
  min-height: 46rem;
}

@media screen and (max-width: 767px) {
  .header.header--home {
    --padding-top: 5rem !important;
    --padding-bottom: 5rem !important;
  }
}
.header.bg-type--nobg {
  background-color: transparent;
  color: var(--primary-text);
}

.header.bg-type--nobg .header__inner h1, .header.bg-type--nobg .header__inner .h1, .header.bg-type--nobg .header__inner h2, .header.bg-type--nobg .header__inner .h2, .header.bg-type--nobg .header__inner h3, .header.bg-type--nobg .header__inner .h3, .header.bg-type--nobg .header__inner h4, .header.bg-type--nobg .header__inner .h4, .header.bg-type--nobg .header__inner h5, .header.bg-type--nobg .header__inner .h5, .header.bg-type--nobg .header__inner h6, .header.bg-type--nobg .header__inner .h6,
.header.bg-type--nobg .header__inner .header__title, .header.bg-type--nobg .header__inner .header__content p {
  color: var(--primary-text);
}

.single-fish .header {
  min-height: 31.7rem;
}

@media screen and (max-width: 767px) {
  .header {
    min-height: 0 !important;
  }
}
.pill {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  font-family: var(--body-font-family), sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.2rem 0.6rem 0.3rem;
  background-color: var(--primary-text);
  color: white;
  border: none;
  cursor: pointer;
}

.pill.pill--primary {
  background-color: var(--primary-text);
  color: white;
}

.pill.pill--secondary {
  background-color: var(--secondary-text);
  color: var(--primary-text);
}

.pill.pill--pale-primary {
  background-color: var(--primary-bg);
  color: var(--primary-text);
}

.pill.pill--pale-secondary {
  background-color: var(--secondary-bg);
  color: var(--primary-text);
}

.pill.pill--off-season {
  color: var(--seasonality-off-season);
  background-color: white;
  padding: 0.1rem 0.5rem 0.2rem;
  border: 0.1rem solid var(--seasonality-off-season);
}

.pill.pill--available {
  color: var(--primary-text);
  background-color: var(--seasonality-available);
}

.pill.pill--in-season {
  color: white;
  background-color: var(--seasonality-in-season);
}

.pill.pill--star-buy {
  color: var(--primary-text);
  background-color: var(--seasonality-star-buy);
}

.pill {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
  font-weight: 600;
  text-decoration: none;
}

.pill .pill__text {
  position: relative;
  top: 0.1rem;
}

.pill .pill__icon {
  display: block;
  height: 1.4rem;
  width: 1.4rem;
  fill: currentColor;
}

:root {
  --heading-one-font-size: 4.8rem;
  --heading-one-line-height: 4rem;
  --heading-one-letter-spacing: -0.25rem;
  --heading-one-word-spacing: -1.1rem;
  --heading-one-font-style: normal;
  --heading-one-font-weight: bold;
  --heading-one-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-one-font-size: 6.2rem;
    --heading-one-line-height: 5.2rem;
    --heading-one-letter-spacing: -0.323rem;
    --heading-one-word-spacing: -1.1rem;
    --heading-one-font-style: normal;
    --heading-one-font-weight: bold;
    --heading-one-text-transform: normal;
  }
}
:root {
  --heading-one-font:
    var(--heading-one-font-style)
    var(--heading-one-font-weight)
    var(--heading-one-font-size) / var(--heading-one-line-height)
    var(--font-family);
}

:root {
  --heading-two-font-size: 3.8rem;
  --heading-two-line-height: 3.2rem;
  --heading-two-letter-spacing: -.198rem;
  --heading-two-word-spacing: -.9rem;
  --heading-two-font-style: normal;
  --heading-two-font-weight: bold;
  --heading-two-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-two-font-size: 4.8rem;
    --heading-two-line-height: 4rem;
    --heading-two-letter-spacing: -.25rem;
    --heading-two-word-spacing: -.9rem;
    --heading-two-font-style: normal;
    --heading-two-font-weight: bold;
    --heading-two-text-transform: normal;
  }
}
:root {
  --heading-two-font:
    var(--heading-two-font-style)
    var(--heading-two-font-weight)
    var(--heading-two-font-size)/var(--heading-two-line-height)
    var(--font-family);
}

:root {
  --heading-three-font-size: 3.2rem;
  --heading-three-line-height: 4rem;
  --heading-three-letter-spacing: 0;
  --heading-three-font-style: normal;
  --heading-three-font-weight: normal;
  --heading-three-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-three-font-size: 3.8rem;
    --heading-three-line-height: 4.7rem;
    --heading-three-letter-spacing: 0;
    --heading-three-font-style: normal;
    --heading-three-font-weight: normal;
    --heading-three-text-transform: normal;
  }
}
:root {
  --heading-three-font:
    var(--heading-three-font-style)
    var(--heading-three-font-weight)
    var(--heading-three-font-size) / var(--heading-three-line-height)
    var(--alt-font-family);
}

:root {
  --heading-four-font-size: 2.2rem;
  --heading-four-line-height: 2.3rem;
  --heading-four-letter-spacing: -0.146rem;
  --heading-four-word-spacing: -.9rem;
  --heading-four-font-style: normal;
  --heading-four-font-weight: bold;
  --heading-four-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-four-font-size: 3.2rem;
    --heading-four-line-height: 2.6rem;
    --heading-four-letter-spacing: -0.167rem;
    --heading-four-word-spacing: -.9rem;
    --heading-four-font-style: normal;
    --heading-four-font-weight: bold;
    --heading-four-text-transform: normal;
  }
}
:root {
  --heading-four-font:
    var(--heading-four-font-style)
    var(--heading-four-font-weight)
    var(--heading-four-font-size) / var(--heading-four-line-height)
    var(--font-family);
}

:root {
  --heading-five-font-size: 2.4rem;
  --heading-five-line-height: 2rem;
  --heading-five-letter-spacing: -0.125rem;
  --heading-five-word-spacing: -.3rem;
  --heading-five-font-style: normal;
  --heading-five-font-weight: bold;
  --heading-five-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-five-font-size: 2.8rem;
    --heading-five-line-height: 2.3rem;
    --heading-five-letter-spacing: -0.146rem;
    --heading-five-word-spacing: -.3rem;
    --heading-five-font-style: normal;
    --heading-five-font-weight: bold;
    --heading-five-text-transform: normal;
  }
}
:root {
  --heading-five-font:
    var(--heading-five-font-style)
    var(--heading-five-font-weight)
    var(--heading-five-font-size) / var(--heading-five-line-height)
    var(--font-family);
}

:root {
  --heading-six-font-size: 2.2rem;
  --heading-six-line-height: 1.8rem;
  --heading-six-letter-spacing: -0.115rem;
  --heading-six-word-spacing: -.2rem;
  --heading-six-font-style: normal;
  --heading-six-font-weight: bold;
  --heading-six-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-six-font-size: 2.2rem;
    --heading-six-line-height: 1.8rem;
    --heading-six-letter-spacing: -0.115rem;
    --heading-six-word-spacing: -.2rem;
    --heading-six-font-style: normal;
    --heading-six-font-weight: bold;
    --heading-six-text-transform: normal;
  }
}
:root {
  --heading-six-font:
    var(--heading-six-font-style)
    var(--heading-six-font-weight)
    var(--heading-six-font-size) / var(--heading-six-line-height)
    var(--font-family);
}

:root {
  --paragraph-font-size: 1.6rem;
  --paragraph-line-height: 2.4rem;
  --paragraph-letter-spacing: 0;
  --paragraph-font-style: normal;
  --paragraph-font-weight: 300;
  --paragraph-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --paragraph-font-size: 1.8rem;
    --paragraph-line-height: 2.4rem;
    --paragraph-letter-spacing: 0;
    --paragraph-font-style: normal;
    --paragraph-font-weight: 300;
    --paragraph-text-transform: normal;
  }
}
:root {
  --paragraph-font:
    var(--paragraph-font-style)
    var(--paragraph-font-weight)
    var(--paragraph-font-size) / var(--paragraph-line-height)
    var(--body-font-family);
}

:root {
  --small-paragraph-font-size: 1.4rem;
  --small-paragraph-line-height: 1.9rem;
  --small-paragraph-letter-spacing: 0;
  --small-paragraph-font-style: normal;
  --small-paragraph-font-weight: 600;
  --small-paragraph-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --small-paragraph-font-size: 1.4rem;
    --small-paragraph-line-height: 1.9rem;
    --small-paragraph-letter-spacing: 0;
    --small-paragraph-font-style: normal;
    --small-paragraph-font-weight: 600;
    --small-paragraph-text-transform: normal;
  }
}
:root {
  --small-paragraph-font:
    var(--small-paragraph-font-style)
    var(--small-paragraph-font-weight)
    var(--small-paragraph-font-size) / var(--small-paragraph-line-height)
    var(--body-font-family);
}

.btn {
  color: var(--primary-text);
  font: var(--heading-six-font);
  letter-spacing: var(--heading-six-letter-spacing);
  text-transform: var(--heading-six-text-transform);
  line-height: 2rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 1.1rem 1.5rem 1.3rem;
  border-radius: 0.4rem;
  transition: all 0.15s ease-in-out;
  position: relative;
  color: white;
  outline: none;
  border: none;
  opacity: 1;
  background-color: var(--primary-text);
}

.btn:hover {
  background-color: rgb(61.8181818182, 68, 108.1818181818);
}

.btn.btn--secondary {
  color: var(--primary-text);
  background-color: var(--secondary-button);
  top: 0;
}

.btn.btn--secondary:hover {
  background-color: rgb(214.2346938776, 193.0367346939, 135.9653061224);
  box-shadow: 0 7px 20px -7px rgba(0, 18, 70, 0.2);
}

.btn.btn--transparent {
  color: var(--primary-text);
  background-color: transparent;
  padding: 0.3rem 0;
}

.btn.btn--transparent:hover {
  background-color: transparent;
}

.btn.btn--white {
  background-color: white;
  color: var(--primary-text);
}

.btn.btn--white:hover {
  background-color: rgb(231.8181818182, 231.8181818182, 231.8181818182);
}

.btn.btn--highlight {
  color: white;
  background-color: var(--primary-highlight);
}

.btn.btn--highlight:hover {
  background-color: rgb(61, 154.8, 65.2252252252);
}

.btn.btn--arrow.btn--white:after, .btn.btn--arrow.btn--transparent:after, .btn.btn--arrow:after {
  content: "";
  display: block;
  position: relative;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  left: 0;
  transition: all 0.15s ease-in-out;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path  fill="%23CDB46D" d="M15.4142136,5.75735931 L18.2426407,8.58578644 C19.0236893,9.36683502 19.0236893,10.633165 18.2426407,11.4142136 L15.4142136,14.2426407 C14.633165,15.0236893 13.366835,15.0236893 12.5857864,14.2426407 C11.9792419,13.6360962 11.843726,12.736892 12.1792388,11.9995737 L3,12 C1.8954305,12 1,11.1045695 1,10 C1,8.8954305 1.8954305,8 3,8 L12.1792388,8.00042626 C11.843726,7.26310805 11.9792419,6.36390384 12.5857864,5.75735931 C13.366835,4.97631073 14.633165,4.97631073 15.4142136,5.75735931 Z" /></svg>');
  background-size: 2rem;
}

.btn.btn--arrow.btn--secondary:after {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path  fill="%23282C46" d="M15.4142136,5.75735931 L18.2426407,8.58578644 C19.0236893,9.36683502 19.0236893,10.633165 18.2426407,11.4142136 L15.4142136,14.2426407 C14.633165,15.0236893 13.366835,15.0236893 12.5857864,14.2426407 C11.9792419,13.6360962 11.843726,12.736892 12.1792388,11.9995737 L3,12 C1.8954305,12 1,11.1045695 1,10 C1,8.8954305 1.8954305,8 3,8 L12.1792388,8.00042626 C11.843726,7.26310805 11.9792419,6.36390384 12.5857864,5.75735931 C13.366835,4.97631073 14.633165,4.97631073 15.4142136,5.75735931 Z" /></svg>');
}

.scheme--secondary .btn.btn--arrow.btn--transparent:after, .scheme--secondary .btn.btn--arrow:after {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path  fill="%23FFFBEE" d="M15.4142136,5.75735931 L18.2426407,8.58578644 C19.0236893,9.36683502 19.0236893,10.633165 18.2426407,11.4142136 L15.4142136,14.2426407 C14.633165,15.0236893 13.366835,15.0236893 12.5857864,14.2426407 C11.9792419,13.6360962 11.843726,12.736892 12.1792388,11.9995737 L3,12 C1.8954305,12 1,11.1045695 1,10 C1,8.8954305 1.8954305,8 3,8 L12.1792388,8.00042626 C11.843726,7.26310805 11.9792419,6.36390384 12.5857864,5.75735931 C13.366835,4.97631073 14.633165,4.97631073 15.4142136,5.75735931 Z" /></svg>');
}

.btn.btn--action {
  display: inline-flex;
  color: var(--primary-bg);
}

.btn.btn--action .btn__icon {
  width: 1.8rem;
  height: 1.8rem;
  fill: var(--secondary-text);
}

.btn:disabled {
  opacity: 0.3;
}

.panel {
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 1rem 4rem 0 rgba(0, 18, 70, 0.2);
  padding: 4rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .panel {
    padding: 2.5rem;
  }
}
[data-custom-controls-video] {
  position: relative;
}

[data-custom-controls-video] [data-custom-control] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 10;
  right: 1.5rem;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  height: 4.8rem;
  width: 4.8rem;
}

[data-custom-controls-video] [data-custom-control] span {
  display: none;
}

[data-custom-controls-video] [data-custom-control][data-custom-control-play] {
  bottom: 1.5rem;
}

[data-custom-controls-video] [data-custom-control][data-custom-control-mute] {
  top: 1.5rem;
}

[data-custom-controls-video] [data-custom-control]:before {
  content: "";
  height: 3.2rem;
  width: 3.2rem;
}

[data-custom-controls-video][data-play-state=true] [data-custom-control-play]:before {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 5V19M16 5V19" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

[data-custom-controls-video][data-play-state=false] [data-custom-control-play]:before {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.6582 9.28638C18.098 10.1862 18.8178 10.6361 19.0647 11.2122C19.2803 11.7152 19.2803 12.2847 19.0647 12.7878C18.8178 13.3638 18.098 13.8137 16.6582 14.7136L9.896 18.94C8.29805 19.9387 7.49907 20.4381 6.83973 20.385C6.26501 20.3388 5.73818 20.0469 5.3944 19.584C5 19.053 5 18.1108 5 16.2264V7.77357C5 5.88919 5 4.94701 5.3944 4.41598C5.73818 3.9531 6.26501 3.66111 6.83973 3.6149C7.49907 3.5619 8.29805 4.06126 9.896 5.05998L16.6582 9.28638Z" stroke="%23000000" stroke-width="2" stroke-linejoin="round"/></svg>');
}

[data-custom-controls-video][data-mute-state=true] [data-custom-control-mute]:before {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.2071 7.20711C18.5976 6.81658 18.5976 6.18342 18.2071 5.79289C17.8166 5.40237 17.1834 5.40237 16.7929 5.79289L5.79289 16.7929C5.40237 17.1834 5.40237 17.8166 5.79289 18.2071C6.18342 18.5976 6.81658 18.5976 7.20711 18.2071L18.2071 7.20711Z" fill="%23000000"/><path d="M10.8639 8.6L15.3 5.87158L10.5716 10.6H8V13.1716L6.33126 14.8403C6.12404 14.5831 6 14.256 6 13.9V10.1C6 9.27157 6.67157 8.6 7.5 8.6H10.8639Z" fill="%23000000"/><path d="M16 16.2109L12.6673 14.1611L11.2135 15.615L15.7142 18.3831C16.7136 18.9978 18 18.2788 18 17.1055V8.82844L16 10.8284V16.2109Z" fill="%23000000"/></svg>');
}

[data-custom-controls-video][data-mute-state=false] [data-custom-control-mute]:before {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 9V9C19.2111 10.8167 19.2111 13.1833 18 15V15" stroke="%23000000" stroke-width="2" stroke-linecap="round" /><path d="M8.4172 8.65233L11.5397 6.05023C12.5167 5.23607 14 5.93081 14 7.20256V16.7974C14 18.0692 12.5167 18.7639 11.5397 17.9498L8.4172 15.3477C8.14763 15.123 7.80783 15 7.45693 15H5.5C4.67157 15 4 14.3284 4 13.5V10.5C4 9.67157 4.67157 9 5.5 9H7.45693C7.80783 9 8.14763 8.87698 8.4172 8.65233Z" stroke="%23000000" stroke-width="2" /></svg>');
}

.faq {
  padding: 3rem 5.5rem 3rem 3rem;
}

.faq::details-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.5s ease-out;
  content-visibility: visible !important;
}

.faq .faq__title {
  cursor: pointer;
  list-style: none;
  position: relative;
  color: var(--primary-text);
  font: var(--heading-four-font);
  letter-spacing: var(--heading-four-letter-spacing);
  text-transform: var(--heading-four-text-transform);
  text-box: trim-both ex alphabetic;
  color: var(--primary-text);
}

.faq .faq__title::-webkit-details-marker {
  display: none;
}

.faq .faq__title:after {
  content: "";
  width: 2rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 20"><path fill="%23BACEF1" d="M10,0c1.1,0,2,.9,2,2v6h6c1.1,0,2,.9,2,2s-.9,2-2,2h-6v6c0,1.1-.9,2-2,2s-2-.9-2-2v-6H2c-1.1,0-2-.9-2-2s.9-2,2-2h6V2c0-1.1.9-2,2-2Z"/></svg>');
  background-size: 2rem;
  background-position: center;
  height: 2rem;
  display: block;
  top: 0;
  bottom: 0;
  right: -2.7rem;
  margin: auto;
  position: absolute;
  transform: rotate(0);
  transition: transform 0.2s linear;
}

.faq .faq__content {
  min-height: 0;
  transition: visibility 1s;
  visibility: hidden;
}

.faq .faq__content > *:first-child {
  margin-top: 2rem;
}

.faq[open]::details-content {
  grid-template-rows: 1fr;
}

.faq[open] .faq__title:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 20"><path fill="%23BACEF1" d="M2,8h16c1.1,0,2,.9,2,2h0c0,1.1-.9,2-2,2H2c-1.1,0-2-.9-2-2h0c0-1.1.9-2,2-2Z" /></svg>');
  background-size: 2rem;
}

.faq[open] .faq__content {
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 1.5rem 4rem 1.5rem 1.5rem;
  }
  .faq .faq__content > *:first-child {
    margin-top: 1.5rem;
  }
}
.testimonial {
  position: relative;
  padding-top: 4.5rem;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}

.testimonial:before {
  content: "";
  width: 3.4rem;
  height: 2.7rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 27"><path fill="%23CDB46D" d="M10.62,15.35c-1.1-1.0099-2.49-1.5699-4.18-1.68.11-.97.32-1.98.62-3.04.5-1.83,1.39-3.61,2.67-5.35.82-1.09,1.18-2.05,1.09-2.8701-.09-.8199-.41-1.46-.96-1.92C9.32.03,8.63-.1,7.81.08s-1.65.77-2.47,1.78c-1.1801,1.55-2.21,3.29-3.08,5.21-.87,1.91-1.46,3.85-1.78,5.82-.32,1.96-.48,3.81-.48,5.55,0,2.55.57,4.49,1.71,5.82,1.14,1.32,2.67,1.99,4.59,1.99,1.83,0,3.31-.6,4.45-1.79,1.15-1.18,1.72-2.69,1.72-4.52,0-1.91-.62-3.44-1.85-4.59ZM33.43,19.94c0,1.83-.57,3.34-1.71,4.52-1.15,1.19-2.6299,1.79-4.46,1.79-1.92,0-3.44-.67-4.59-1.99-1.14-1.33-1.71-3.27-1.71-5.82,0-1.74.16-3.59.48-5.55.32-1.97.91-3.91,1.78-5.82.8701-1.92,1.9-3.66,3.08-5.21.83-1.01,1.65-1.6,2.47-1.78s1.51-.05,2.06.41c.54.46.86,1.1.95,1.92.1.82-.27,1.78-1.09,2.8701-1.28,1.74-2.17,3.52-2.67,5.35-.3,1.06-.51,2.07-.62,3.04,1.69.11,3.09.67,4.18,1.68,1.23,1.15,1.85,2.6801,1.85,4.59Z"/></svg>');
  background-size: 3.4rem 2.7rem;
  font-weight: normal;
  font-family: Nunito, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #535358;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial .testimonial__content p {
  font-size: 3.2rem;
  line-height: 4.3rem;
  font-weight: 300;
}

.testimonial .testimonial__citation {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.testimonial .testimonial__citation .testimonial__name {
  margin-bottom: 0;
}

.testimonial .testimonial__citation .testimonial__job {
  font: var(--paragraph-font);
  letter-spacing: var(--paragraph-letter-spacing);
  text-transform: var(--paragraph-text-transform);
}

@media screen and (max-width: 767px) {
  .testimonial {
    row-gap: 1.5rem;
  }
  .testimonial .testimonial__content p {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .testimonial .testimonial__citation {
    row-gap: 0.4rem;
  }
}
.swiper-pagination {
  display: flex;
  justify-content: flex-start;
  column-gap: 1.4rem;
  margin-top: 3rem;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 50%;
  transition: background-color 0.2s;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23BACEF1" d="M12,23.917c-.6978,0-1.3579-.167-1.8887-.3008l-.2402-.0596c-.2407-.0586-.4688-.1143-.6753-.1582-.7842-.166-1.6553-.5469-2.355-.8525l-.2178-.0947c-1.6226-.7002-2.5005-1.3271-3.6108-2.583-.9131-1.0303-1.6372-2.2012-2.1499-3.4766-.5723-1.4219-.8623-2.9268-.8623-4.4741,0-.8901.2734-1.5737.4546-2.0259l.0693-.1772c.1201-.3154.2397-.6318.3379-.9644.0825-.2783.1411-.6567.1924-1.0244.0151-.2988.0498-.8916.3853-1.5117.9399-1.7368,2.3296-2.6572,3.5557-3.4692l1.0674-.7202c1.3184-.9019,2.9595-2.0244,5.9375-2.0244,2.6377,0,3.6816.2085,4.2383.3652,1.835.5166,3.0537,1.4492,4.0977,2.3804l.5645.5034.1904.7324c.1631.6235.2568.9541.3848,1.2642.2246.542.5039.9453.8828,1.4194.584.7339.9873,1.2407,1.2188,2.0811.2812,1.0327.4229,2.0977.4229,3.1714,0,.7432-.0732,3.3022-1.0195,5.0347-.7139,1.3105-1.2158,1.9541-1.9111,2.8467-.9941,1.2773-2.083,1.7295-2.8779,2.0596l-.2471.1035c-.333.1416-.6768.2891-1.0449.4609l-.8477.4092c-.9805.4834-2.2012,1.085-4.0518,1.085ZM5.0005,11.9946c.0093.877.1777,1.728.5005,2.5308.2988.7441.7212,1.4258,1.2549,2.0283.6265.708.8857.8916,1.8491,1.3066l.2373.1035c.3584.1562,1.104.4824,1.3975.5449.2524.0537.5225.1191.8057.1875l.2896.0723c.2227.0557.5596.1406.6836.1484.6392,0,1.0215-.1748,1.8232-.5703l.9307-.4492c.4385-.2051.8369-.376,1.2148-.5361l.2861-.1201c.5967-.248.6807-.2959.8125-.4648.6699-.8594.9863-1.2656,1.5049-2.2188.1982-.3613.4092-1.5088.4092-2.6401,0-.5767-.0693-1.1479-.2061-1.7002-.0791-.1074-.1846-.2329-.3223-.4058-.5439-.6826-1.1406-1.5054-1.6152-2.6538-.1602-.3862-.2822-.7554-.3945-1.1445-.5078-.4023-.9639-.6616-1.5801-.8354-.0654-.0181-.6943-.1777-2.8818-.1777-1.4316,0-1.9937.3848-3.1143,1.1514l-1.1294.7617c-.8413.5571-1.3877.9326-1.7368,1.3965-.0039.0356-.0083.0698-.0127.1035-.0786.5625-.1748,1.1616-.3501,1.7549-.1353.4565-.2949.8911-.4575,1.3188l-.1025.2617c-.0327.0815-.0698.1611-.0962.2461Z"/></svg>');
  background-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23BACEF1" d="M12,23.9175c2.1415,0,3.3588-.7731,4.9023-1.4958,1.7293-.8098,2.9521-1.0609,4.1122-2.5521.7856-1.0097,1.2498-1.6034,1.9667-2.9175.7169-1.3141,1.0189-3.6382,1.0189-5.0346,0-1.0964-.1471-2.1585-.4226-3.1676-.431-1.5789-1.4935-2.0327-2.1008-3.5027-.3919-.9485-.3919-1.8198-.8694-2.2561-1.36-1.2424-2.5467-2.1123-4.3697-2.626-1.037-.2922-3.1072-.3651-4.2377-.3651-3.2488,0-4.6651,1.1751-6.5752,2.4584-1.6126,1.0834-3.0562,2.0388-3.9852,3.7552-.3914.7231-.3402,1.7333-.5777,2.5362-.3198,1.0809-.8619,1.983-.8619,3.1676,0,1.5815.306,3.0916.8619,4.4743.5163,1.2841,1.2483,2.4583,2.151,3.4778,1.1615,1.3116,1.9104,1.8482,3.5419,2.5521.7128.3076,1.8691.8124,2.6454.9777.8102.1726,1.9382.5181,2.7998.5181Z"/></svg>');
  background-size: 1.8rem;
}

.swiper-pagination.swiper-pagination-lock {
  display: none;
}

.swiper-pagination:empty {
  display: none !important;
}

.scheme--secondary .swiper-pagination-bullet {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23FFFBEE" d="M12,23.917c-.6978,0-1.3579-.167-1.8887-.3008l-.2402-.0596c-.2407-.0586-.4688-.1143-.6753-.1582-.7842-.166-1.6553-.5469-2.355-.8525l-.2178-.0947c-1.6226-.7002-2.5005-1.3271-3.6108-2.583-.9131-1.0303-1.6372-2.2012-2.1499-3.4766-.5723-1.4219-.8623-2.9268-.8623-4.4741,0-.8901.2734-1.5737.4546-2.0259l.0693-.1772c.1201-.3154.2397-.6318.3379-.9644.0825-.2783.1411-.6567.1924-1.0244.0151-.2988.0498-.8916.3853-1.5117.9399-1.7368,2.3296-2.6572,3.5557-3.4692l1.0674-.7202c1.3184-.9019,2.9595-2.0244,5.9375-2.0244,2.6377,0,3.6816.2085,4.2383.3652,1.835.5166,3.0537,1.4492,4.0977,2.3804l.5645.5034.1904.7324c.1631.6235.2568.9541.3848,1.2642.2246.542.5039.9453.8828,1.4194.584.7339.9873,1.2407,1.2188,2.0811.2812,1.0327.4229,2.0977.4229,3.1714,0,.7432-.0732,3.3022-1.0195,5.0347-.7139,1.3105-1.2158,1.9541-1.9111,2.8467-.9941,1.2773-2.083,1.7295-2.8779,2.0596l-.2471.1035c-.333.1416-.6768.2891-1.0449.4609l-.8477.4092c-.9805.4834-2.2012,1.085-4.0518,1.085ZM5.0005,11.9946c.0093.877.1777,1.728.5005,2.5308.2988.7441.7212,1.4258,1.2549,2.0283.6265.708.8857.8916,1.8491,1.3066l.2373.1035c.3584.1562,1.104.4824,1.3975.5449.2524.0537.5225.1191.8057.1875l.2896.0723c.2227.0557.5596.1406.6836.1484.6392,0,1.0215-.1748,1.8232-.5703l.9307-.4492c.4385-.2051.8369-.376,1.2148-.5361l.2861-.1201c.5967-.248.6807-.2959.8125-.4648.6699-.8594.9863-1.2656,1.5049-2.2188.1982-.3613.4092-1.5088.4092-2.6401,0-.5767-.0693-1.1479-.2061-1.7002-.0791-.1074-.1846-.2329-.3223-.4058-.5439-.6826-1.1406-1.5054-1.6152-2.6538-.1602-.3862-.2822-.7554-.3945-1.1445-.5078-.4023-.9639-.6616-1.5801-.8354-.0654-.0181-.6943-.1777-2.8818-.1777-1.4316,0-1.9937.3848-3.1143,1.1514l-1.1294.7617c-.8413.5571-1.3877.9326-1.7368,1.3965-.0039.0356-.0083.0698-.0127.1035-.0786.5625-.1748,1.1616-.3501,1.7549-.1353.4565-.2949.8911-.4575,1.3188l-.1025.2617c-.0327.0815-.0698.1611-.0962.2461Z"/></svg>');
}

.scheme--secondary .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23FFFBEE" d="M12,23.9175c2.1415,0,3.3588-.7731,4.9023-1.4958,1.7293-.8098,2.9521-1.0609,4.1122-2.5521.7856-1.0097,1.2498-1.6034,1.9667-2.9175.7169-1.3141,1.0189-3.6382,1.0189-5.0346,0-1.0964-.1471-2.1585-.4226-3.1676-.431-1.5789-1.4935-2.0327-2.1008-3.5027-.3919-.9485-.3919-1.8198-.8694-2.2561-1.36-1.2424-2.5467-2.1123-4.3697-2.626-1.037-.2922-3.1072-.3651-4.2377-.3651-3.2488,0-4.6651,1.1751-6.5752,2.4584-1.6126,1.0834-3.0562,2.0388-3.9852,3.7552-.3914.7231-.3402,1.7333-.5777,2.5362-.3198,1.0809-.8619,1.983-.8619,3.1676,0,1.5815.306,3.0916.8619,4.4743.5163,1.2841,1.2483,2.4583,2.151,3.4778,1.1615,1.3116,1.9104,1.8482,3.5419,2.5521.7128.3076,1.8691.8124,2.6454.9777.8102.1726,1.9382.5181,2.7998.5181Z"/></svg>');
}

.image-grid {
  display: grid;
  gap: 2rem;
}

.image-grid picture img {
  width: 100%;
  height: 100%;
}

.image-grid[data-count="2"] {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}

.image-grid[data-count="2"] [data-index="1"] {
  grid-area: 1/1/2/2;
}

.image-grid[data-count="2"] [data-index="2"] {
  grid-area: 1/2/2/4;
}

@media screen and (max-width: 991px) {
  .image-grid[data-count="2"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
  .image-grid[data-count="2"] [data-index] {
    max-width: 46.5rem;
  }
  .image-grid[data-count="2"] [data-index] img {
    aspect-ratio: 465/330 !important;
    width: 100%;
    height: 100%;
  }
  .image-grid[data-count="2"] [data-index="1"] {
    grid-area: 1/1/2/2;
  }
  .image-grid[data-count="2"] [data-index="2"] {
    grid-area: 1/2/2/3;
  }
}
@media screen and (max-width: 500px) {
  .image-grid[data-count="2"] {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    column-gap: 0;
    row-gap: 2rem;
  }
  .image-grid[data-count="2"] [data-index="1"] {
    grid-area: 1/1/2/2;
  }
  .image-grid[data-count="2"] [data-index="2"] {
    grid-area: 2/1/3/2;
  }
}
.image-grid[data-count="3"] {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}

.image-grid[data-count="3"] [data-index="1"] {
  grid-area: 1/1/2/2;
}

.image-grid[data-count="3"] [data-index="2"] {
  grid-area: 1/2/2/3;
}

.image-grid[data-count="3"] [data-index="3"] {
  grid-area: 1/3/2/4;
}

@media screen and (max-width: 560px) {
  .image-grid[data-count="3"] {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    justify-items: center;
    column-gap: 0;
    row-gap: 2rem;
  }
  .image-grid[data-count="3"] [data-index] {
    max-width: 46rem;
  }
  .image-grid[data-count="3"] [data-index] img {
    aspect-ratio: 460/330 !important;
  }
  .image-grid[data-count="3"] [data-index="1"] {
    grid-area: 1/1/2/2;
  }
  .image-grid[data-count="3"] [data-index="2"] {
    grid-area: 2/1/3/2;
  }
  .image-grid[data-count="3"] [data-index="3"] {
    grid-area: 3/1/4/2;
  }
}
.image-grid[data-count="4"] {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
}

.image-grid[data-count="4"] [data-index="1"] {
  grid-area: 1/1/2/2;
}

.image-grid[data-count="4"] [data-index="2"] {
  grid-area: 1/2/2/3;
}

.image-grid[data-count="4"] [data-index="3"] {
  grid-area: 1/3/3/4;
}

.image-grid[data-count="4"] [data-index="3"] img {
  height: 100%;
}

.image-grid[data-count="4"] [data-index="4"] {
  grid-area: 2/1/3/3;
}

.image-grid[data-count="4"][data-orientation=left] [data-index="1"] {
  grid-area: 1/1/3/2;
}

.image-grid[data-count="4"][data-orientation=left] [data-index="1"] img {
  height: 100%;
}

.image-grid[data-count="4"][data-orientation=left] [data-index="2"] {
  grid-area: 1/2/2/3;
}

.image-grid[data-count="4"][data-orientation=left] [data-index="3"] {
  grid-area: 1/3/2/4;
}

.image-grid[data-count="4"][data-orientation=left] [data-index="4"] {
  grid-area: 2/2/3/4;
}

@media screen and (max-width: 767px) {
  .image-grid[data-count="4"][data-orientation=right], .image-grid[data-count="4"][data-orientation=left] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
  .image-grid[data-count="4"][data-orientation=right] picture, .image-grid[data-count="4"][data-orientation=left] picture {
    max-height: 49.5rem;
  }
  .image-grid[data-count="4"][data-orientation=right] [data-index="1"], .image-grid[data-count="4"][data-orientation=left] [data-index="1"] {
    grid-area: 1/1/2/2;
  }
  .image-grid[data-count="4"][data-orientation=right] [data-index="1"] img, .image-grid[data-count="4"][data-orientation=left] [data-index="1"] img {
    aspect-ratio: 160/115 !important;
  }
  .image-grid[data-count="4"][data-orientation=right] [data-index="2"], .image-grid[data-count="4"][data-orientation=left] [data-index="2"] {
    grid-area: 1/2/2/3;
  }
  .image-grid[data-count="4"][data-orientation=right] [data-index="2"] img, .image-grid[data-count="4"][data-orientation=left] [data-index="2"] img {
    aspect-ratio: 160/115 !important;
  }
  .image-grid[data-count="4"][data-orientation=right] [data-index="3"], .image-grid[data-count="4"][data-orientation=left] [data-index="3"] {
    grid-area: 2/1/3/3;
  }
  .image-grid[data-count="4"][data-orientation=right] [data-index="3"] img, .image-grid[data-count="4"][data-orientation=left] [data-index="3"] img {
    aspect-ratio: 335/115 !important;
  }
  .image-grid[data-count="4"][data-orientation=right] [data-index="4"], .image-grid[data-count="4"][data-orientation=left] [data-index="4"] {
    grid-area: 3/1/6/3;
  }
  .image-grid[data-count="4"][data-orientation=right] [data-index="4"] img, .image-grid[data-count="4"][data-orientation=left] [data-index="4"] img {
    aspect-ratio: 335/495 !important;
  }
}
.image-grid-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

@keyframes marqueeLeft {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.marquee {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
  white-space: nowrap;
  display: flex;
  position: relative;
  column-gap: 2rem;
  overflow: hidden;
}

.marquee:first-child {
  margin-top: 0;
}

.marquee:last-child {
  margin-bottom: 0;
}

.marquee .marquee__element {
  display: flex;
  column-gap: 2rem;
  align-items: center;
  min-width: min-content;
  text-align: center;
  margin-bottom: 0;
  flex: 1 0 min-content;
  max-width: none;
  animation: 42s linear 0s infinite reverse both running marqueeLeft;
}

@media screen and (max-width: 991px) {
  .marquee .marquee__text {
    font-size: 10rem;
    line-height: 11.5rem;
    letter-spacing: -0.08rem;
  }
}
@media screen and (max-width: 600px) {
  .marquee {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .marquee .marquee__text {
    font-size: 5.2rem;
    line-height: 6.2rem;
    letter-spacing: -0.02rem;
  }
}
.selling-point {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}

.selling-point .selling-point__icon {
  width: 2.6rem;
  height: 2.4rem;
  fill: var(--secondary-text);
}

.selling-point .selling-point__icon #rectangle {
  fill: #fff;
}

.selling-point .selling-point__text {
  fill: var(--primary-text);
}

.card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
}

.card .card__image {
  position: relative;
  width: 100%;
  object-fit: cover;
}

.card .card__image img {
  width: 100%;
}

.card .card__image:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: var(--overlay);
  z-index: 1;
}

.card .card__title {
  color: white;
  padding: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-decoration: none;
  column-gap: 0.8rem;
}

.card .card__title svg {
  fill: var(--secondary-text);
  width: 2.1rem;
  height: 2rem;
  top: 0.3rem;
  position: relative;
  display: inline-flex;
}

.card.card--featured {
  text-decoration: none;
}

.card.card--featured .card__image img {
  aspect-ratio: 700/600 !important;
  object-fit: cover;
}

.card.card--featured .card__content {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2rem;
  z-index: 10;
  color: white;
}

.card.card--featured .card__content .card__title {
  position: relative;
  left: auto;
  bottom: auto;
  padding: 0;
}

.card.card--link .card__image img {
  transition: 0.7s ease-out 0.2s;
  transform: scale(1.04);
}

.card.card--link .card__content {
  padding: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  row-gap: 3rem;
  z-index: 2;
}

.card.card--link .card__content .card__title {
  position: relative;
  left: auto;
  bottom: auto;
  padding: 0;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.39s ease-out 0.1s;
}

.card.card--link .card__content .card__copy {
  position: relative;
  color: #fff;
  left: auto;
  bottom: auto;
  padding: 0;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.39s ease-out 0.05s;
}

.card.card--link .card__content .btn {
  transform: translateY(0);
  transition: transform 0.39s ease-out 0s;
}

.card.card--link:hover .card__image img {
  transform: scale(1);
  transition-delay: 0s;
}

.card.card--link:hover .card__content .card__title {
  transform: translateY(-1rem);
  transition-delay: 0s;
}

.card.card--link:hover .card__content .card__copy {
  transform: translateY(-1rem);
  transition-delay: 0.05s;
}

.card.card--link:hover .card__content .btn {
  transform: translateY(-1rem);
  transition-delay: 0.1s;
}

.card.card--panel {
  background-color: white;
  box-shadow: 0 15px 40px -15px rgba(0, 18, 70, 0.2);
  text-decoration: none;
}

.card.card--panel .card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 1.5rem;
  padding: 1.5rem 2rem;
  flex: 1;
}

.card.card--panel .card__content .card__title {
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0;
  color: var(--primary-text);
}

.card.card--panel .card__content .card__time {
  color: var(--tertiary-text);
  text-box: trim-both cap alphabetic;
}

.card.card--recipe .card__image {
  height: 13.4rem;
  flex: 0 0 13.4rem;
  width: auto;
}

.card.card--recipe .card__content {
  row-gap: 1.3rem;
}

.card.card--recipe .card__content .card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card.card--post {
  height: 100%;
  flex-direction: column;
}

.card.card--post .card__image {
  position: relative;
  transition: all 0.235s ease-in-out;
  height: 24.4rem;
}

.card.card--post .card__image img {
  transition: all 0.235s ease-in-out;
  transform: scale(1.04);
  height: 100%;
}

.card.card--post .card__image:before {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  font-family: var(--body-font-family), sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.2rem 0.6rem 0.3rem;
  background-color: var(--primary-text);
  color: white;
  border: none;
  cursor: pointer;
}

.card.card--post .card__image:before.pill--primary {
  background-color: var(--primary-text);
  color: white;
}

.card.card--post .card__image:before.pill--secondary {
  background-color: var(--secondary-text);
  color: var(--primary-text);
}

.card.card--post .card__image:before.pill--pale-primary {
  background-color: var(--primary-bg);
  color: var(--primary-text);
}

.card.card--post .card__image:before.pill--pale-secondary {
  background-color: var(--secondary-bg);
  color: var(--primary-text);
}

.card.card--post .card__image:before.pill--off-season {
  color: var(--seasonality-off-season);
  background-color: white;
  padding: 0.1rem 0.5rem 0.2rem;
  border: 0.1rem solid var(--seasonality-off-season);
}

.card.card--post .card__image:before.pill--available {
  color: var(--primary-text);
  background-color: var(--seasonality-available);
}

.card.card--post .card__image:before.pill--in-season {
  color: white;
  background-color: var(--seasonality-in-season);
}

.card.card--post .card__image:before.pill--star-buy {
  color: var(--primary-text);
  background-color: var(--seasonality-star-buy);
}

.card.card--post .card__image:before {
  content: attr(data-category);
  position: absolute;
  display: inline-flex;
  bottom: 2rem;
  left: 2rem;
  z-index: 4;
  transform: translateY(0);
  transition: all 0.235s ease-in-out;
  transition-delay: 0.05s;
}

.card.card--post .card__image:after {
  backdrop-filter: sepia(8%);
  transition: all 0.235s ease-in-out;
}

.card.card--post .card__content {
  flex-grow: 1;
  align-items: flex-start;
  row-gap: 1.5rem;
  padding: 2rem;
}

.card.card--post .card__content .card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  flex-grow: 1;
  min-height: 7.33rem;
}

.card.card--post:hover .card__image {
  height: 23.7rem;
}

.card.card--post:hover .card__image img {
  transform: scale(1);
}

.card.card--post:hover .card__image:before {
  transform: translateY(-0.3rem);
  transition-delay: 0s;
}

.card.card--post:hover .card__image:after {
  backdrop-filter: sepia(0%);
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.feature .feature__icon {
  height: 8rem;
  width: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.feature .feature__icon > * {
  object-fit: contain;
  width: 100%;
}

.feature .feature__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature .feature__content .feature__title {
  display: block;
  margin-bottom: 1rem;
}

.feature.feature--fish .feature__icon {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  max-width: 28rem;
}

.feature.feature--fish .feature__icon img {
  aspect-ratio: 280/133;
}

.feature.feature--fish .feature__seasonality {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-bottom: 2rem;
}

.feature.feature--fish .feature__seasonality .timeframe {
  font: var(--small-paragraph-font);
  letter-spacing: var(--small-paragraph-letter-spacing);
  text-transform: var(--small-paragraph-text-transform);
  color: var(--tertiary-text);
}

.feature.feature--fish .feature__content {
  align-items: center;
}

.feature.feature--fish .feature__content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 1rem;
}

.feature.feature--fish .feature__content .btn--transparent {
  padding: 0;
}

.feature.feature--large {
  max-width: none;
}

.feature.feature--large .feature__icon {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.feature.feature--large .feature__content .feature__title {
  margin-bottom: 1.5rem;
}

.feature.feature--large .feature__content p:last-of-type {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 561px) and (max-width: 1199px) {
  .feature.feature--large {
    max-width: 74.7rem;
    flex-direction: row;
    align-items: center;
    column-gap: 2rem;
  }
  .feature.feature--large .feature__icon {
    flex: 0 0 30rem;
    margin-bottom: 0;
  }
  .feature.feature--large .feature__content {
    align-items: flex-start;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .feature.feature--large .feature__icon {
    flex: 0 0 25rem;
  }
}
@media screen and (max-width: 560px) {
  .feature.feature--large {
    max-width: 46rem;
    margin: 0 auto;
  }
}
.features {
  display: grid;
  grid-gap: 4rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
}

@media screen and (max-width: 991px) {
  .features {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .features {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
  }
}
.features.features--threecol {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
  .features.features--threecol {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .features.features--threecol {
    grid-template-columns: repeat(1, 1fr);
  }
}
.features.features--sixcol {
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 1199px) {
  .features.features--sixcol {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .features.features--sixcol {
    grid-template-columns: repeat(2, 1fr);
  }
}
.features.features--large {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1199px) {
  .features.features--large {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3rem;
  }
}
.socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 2rem;
}

.socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials li a svg {
  height: 3rem;
  width: 3rem;
  fill: var(--secondary-bg);
}

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

.nav .feature {
  align-items: flex-start;
  text-align: left;
  color: white;
}

.nav .feature .feature__content {
  align-items: flex-start;
}

.nav .feature .feature__content .feature__title {
  color: var(--navbar-dropdown-subtitle);
}

.nav .feature .feature__content .feature__link {
  color: white;
}

.nav > li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.nav > li:first-child {
  padding-left: 0.5rem;
}

.nav > li:last-child {
  padding-right: 0.5rem;
}

.nav > li > a {
  color: var(--primary-text);
  font: var(--heading-six-font);
  letter-spacing: var(--heading-six-letter-spacing);
  text-transform: var(--heading-six-text-transform);
  color: var(--navbar-link, #ffffff);
  transition: all 0.2s linear;
  text-decoration: none;
}

.nav > li > a:focus, .nav > li > a:hover {
  color: var(--navbar-link-hover, #ffffff);
}

.nav > li.dropdown-open > a, .nav > li.current-menu-item > a {
  color: var(--navbar-link-active);
  position: relative;
}

.nav > li.dropdown-open > a:after, .nav > li.current-menu-item > a:after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 0.4rem);
  left: 0;
  width: 100%;
  height: 0.54rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 940 7" preserveAspectRatio="none"><path fill-rule="evenodd" fill="%23E6D9B6" d="M.2544,4.8983c-.0926-.4209,317.7021-1.5143,461.0004-1.697,143.1787-.1826,320.5017-2.4735,390.3329-2.1348s88.2466.3418,88.3294.4331.1555.2993-.062.3026-138.94,2.1678-224.4169,2.4867-191.3365.4735-221.3937.4987-142.3395.2013-180.6321.5522-126.3221,1.0571-150.4913,1.0457-127.3979-.5864-145.1828-.8248S-.5815,5.1523.2544,4.8983Z"/></svg>');
  background-size: 100% 0.54rem;
  background-repeat: no-repeat;
  background-position: center;
}

.nav > li.menu-item-has-children > .dropdown {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 11;
  left: 0;
  top: calc(100% - 1px);
  padding: 5rem 0;
  background-color: var(--navbar-dropdown-bg);
}

.nav > li.menu-item-has-children > .dropdown .submenu-title {
  margin-bottom: 1.5rem;
  display: block;
  color: var(--navbar-dropdown-subtitle, #ffffff);
}

.nav > li.menu-item-has-children > .dropdown .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.nav > li.menu-item-has-children > .dropdown .submenu li a {
  text-decoration: none;
  color: var(--navbar-dropdown-link, #fff);
}

.nav > li.menu-item-has-children > .dropdown .submenu li a:hover {
  color: var(--navbar-dropdown-link-hover, #ffffff);
}

.nav > li.menu-item-has-children > .dropdown > .container-full,
.nav > li.menu-item-has-children > .dropdown > .container {
  display: grid;
  grid-gap: 1rem;
  grid-auto-flow: dense;
  grid-auto-rows: auto;
  grid-template-columns: repeat(4, 1fr);
}

.nav > li.menu-item-has-children > .dropdown > .container-full .sidebar,
.nav > li.menu-item-has-children > .dropdown > .container .sidebar {
  grid-area: 1/4/2/5;
}

.nav > li.menu-item-has-children:hover > .dropdown {
  display: block;
}

#secondary-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#secondary-navigation #secondary-navigation__account,
#secondary-navigation #secondary-navigation__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 4rem;
}

.breakout-logo #secondary-navigation #secondary-navigation__actions {
  padding-left: 16rem;
}

#secondary-navigation .btn {
  font-size: 1.7rem;
}

#secondary-navigation .btn .btn__icon {
  width: 1.5rem;
  height: 1.5rem;
}

#secondary-navigation .btn.btn--transparent {
  color: var(--navbar-top-link, #ffffff);
}

#secondary-navigation .btn.btn--transparent .btn__icon {
  fill: var(--navbar-top-icon, #ffffff);
}

#secondary-navigation .btn.btn--transparent:hover {
  color: var(--navbar-top-link-hover, #ffffff);
}

#page-navigation {
  position: relative;
}

#page-navigation > .container-full,
#page-navigation > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  min-height: 8rem;
}

#page-navigation #page-navigation__links {
  align-self: stretch;
}

#page-navigation #page-navigation__links ul {
  height: 100%;
}

#page-navigation #page-navigation__actions {
  flex: 0 0 26rem;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  #page-navigation #page-navigation__actions {
    flex: 0 0 auto;
  }
}
#page-navigation #page-navigation__logo {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  flex: 0 0 26rem;
}

#page-navigation #page-navigation__logo a {
  display: flex;
  max-width: 15.64rem;
}

#page-navigation #page-navigation__logo a img, #page-navigation #page-navigation__logo a svg {
  aspect-ratio: 540/124;
  width: 100%;
}

.breakout-logo #page-navigation #page-navigation__logo {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
  z-index: 2;
}

.breakout-logo #page-navigation #page-navigation__logo a {
  max-width: 18rem;
}

@media screen and (max-width: 650px) {
  .breakout-logo #page-navigation #page-navigation__logo {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 12rem;
  }
}
@media screen and (max-width: 1199px) {
  #page-navigation {
    position: relative;
  }
  #page-navigation #page-navigation__links {
    order: 4;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--navbar-dropdown-bg);
    color: var(--navbar-dropdown-subtitle);
    width: 100%;
    display: none;
    padding: 2rem var(--container-gutter) 3rem;
    z-index: 20;
  }
  #page-navigation #page-navigation__links .feature {
    display: none !important;
  }
  #page-navigation #page-navigation__links > .nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
  }
  #page-navigation #page-navigation__links > .nav > li {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
  }
  #page-navigation #page-navigation__links > .nav > li > a {
    color: var(--navbar-dropdown-link, #ffffff);
  }
  #page-navigation #page-navigation__links > .nav > li > .dropdown {
    display: none;
    background-color: transparent;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin-top: 2rem;
  }
  #page-navigation #page-navigation__links > .nav > li > .dropdown .submenu {
    color: var(--navbar-dropdown-link, #ffffff);
  }
  #page-navigation #page-navigation__links > .nav > li > .dropdown .explore {
    color: var(--navbar-dropdown-link, #ffffff);
    margin-bottom: 1.5rem;
  }
  #page-navigation #page-navigation__links > .nav > li > .dropdown .container,
  #page-navigation #page-navigation__links > .nav > li > .dropdown .container-full,
  #page-navigation #page-navigation__links > .nav > li > .dropdown .dropdown__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #page-navigation #page-navigation__links > .nav > li.current-menu-item > a:after {
    display: none;
  }
  #page-navigation #page-navigation__links > .nav > li.dropdown-open a {
    color: var(--navbar-dropdown-subtitle, #ffffff);
  }
  #page-navigation #page-navigation__links > .nav > li.dropdown-open a:after {
    display: block;
  }
  #page-navigation #page-navigation__links > .nav > li.dropdown-open > .dropdown {
    display: flex;
  }
  #page-navigation #page-navigation__links > .actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.5rem;
    margin-top: auto;
    margin-bottom: 0;
  }
  #page-navigation #page-navigation__links a:not(.btn--highlight, .btn--primary, .btn--secondary) {
    color: inherit;
  }
  #page-navigation #page-navigation__links .btn--action {
    color: var(--navbar-dropdown-subtitle);
  }
  .menu-open #page-navigation #page-navigation__links {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  #page-navigation {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    transition: transform 300ms linear;
    transform: translateY(0);
  }
  #page-navigation.hidden {
    transform: translateY(calc(-100% - 15rem));
  }
}
.navbar .navbar__top {
  background-color: var(--navbar-top, #42476a);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.navbar .navbar__bottom {
  background-color: var(--navbar-bottom, #081332);
}

@media screen and (max-width: 650px) {
  .navbar .navbar__top {
    display: none;
  }
}
.menu-toggle {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0;
}

.menu-toggle .menu-toggle__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.menu-toggle .menu-toggle__icon {
  width: 2.6rem;
  height: 2.6rem;
  fill: #fff;
}

@media screen and (max-width: 1199px) {
  .menu-open {
    overflow: hidden;
  }
  .menu-open #page-navigation #page-navigation__links {
    height: calc(100svh - 13.1rem);
    overflow-x: scroll;
  }
}
@media screen and (max-width: 650px) {
  .menu-open {
    overflow: hidden;
  }
  .menu-open #page-navigation #page-navigation__links {
    height: calc(100svh - 8rem);
  }
}
.footer-details {
  color: var(--footer-text);
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.footer-details a {
  color: inherit;
  text-decoration: none;
}

.footer-details > * {
  display: flex;
  padding-left: 3.6rem;
  position: relative;
}

.footer-details > *:before {
  content: "";
  height: 2.6rem;
  width: 2.6rem;
  display: block;
  background-size: 2.6rem;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-details .footer-details__address {
  display: flex;
  flex-direction: column;
}

.footer-details .footer-details__address address {
  font-style: normal;
}

.footer-details .footer-details__address:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><path fill="%23FFFFFF" d="M9.5896,6.7086c-.376,0-.6823.3062-.6823.6823v1.3637c0,.3769.3062.6823.6823.6823h1.3645c.376,0,.6814-.3054.6814-.6823v-1.3637c0-.376-.3054-.6823-.6814-.6823h-1.3645ZM4.1323,6.7086c-.376,0-.6814.3062-.6814.6823v1.3637c0,.3769.3054.6823.6814.6823h1.3645c.376,0,.6823-.3054.6823-.6823v-1.3637c0-.376-.3062-.6823-.6823-.6823h-1.3645ZM9.5896,11.6198c-.376,0-.6823.3054-.6823.6823v1.3637c0,.3769.3062.6823.6823.6823h1.3645c.376,0,.6814-.3054.6814-.6823v-1.3637c0-.3769-.3054-.6823-.6814-.6823h-1.3645ZM4.1323,11.6198c-.376,0-.6814.3054-.6814.6823v1.3637c0,.3769.3054.6823.6814.6823h1.3645c.376,0,.6823-.3054.6823-.6823v-1.3637c0-.3769-.3062-.6823-.6823-.6823h-1.3645ZM9.5896,16.5311c-.376,0-.6823.3054-.6823.6823v1.3637c0,.376.3062.6823.6823.6823h1.3645c.376,0,.6814-.3062.6814-.6823v-1.3637c0-.3769-.3054-.6823-.6814-.6823h-1.3645ZM4.1323,16.5311c-.376,0-.6814.3054-.6814.6823v1.3637c0,.376.3054.6823.6814.6823h1.3645c.376,0,.6823-.3062.6823-.6823v-1.3637c0-.3769-.3062-.6823-.6823-.6823h-1.3645ZM12.1815,2.8884c1.2055,0,2.1831.9775,2.1831,2.1831v15.825c0,1.2055-.9775,2.1831-2.1831,2.1831H2.9049c-1.2055,0-2.1831-.9775-2.1831-2.1831V5.0715c0-1.2055.9775-2.1831,2.1831-2.1831h9.2766ZM19.9576,13.8024c-.376,0-.6823.3062-.6823.6823v1.3637c0,.3769.3062.6823.6823.6823h1.3645c.376,0,.6814-.3054.6814-.6823v-1.3637c0-.376-.3054-.6823-.6814-.6823h-1.3645ZM16.0012,10.7865c0-1.553,1.5774-2.6104,3.0142-2.019l4.9113,2.0232c.8177.3365,1.3511,1.134,1.3511,2.0173v8.0887c0,1.2047-.9767,2.1822-2.1822,2.1822h-1.092v-3.1379c0-.376-.3054-.6814-.6814-.6814h-1.3645c-.376,0-.6823.3054-.6823.6814v3.1379h-1.0911c-1.2055,0-2.1831-.9775-2.1831-2.1822v-10.1103Z"/></svg>');
}

.footer-details .footer-details__phone:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><path fill="%23FFFFFF" d="M2.1706,8.0149c-.1368-2.4628,3.3296-7.3809,4.6899-5.3811.0046.0055.0074.0111.0111.0176l2.8361,4.5633c.037.061.3087.5766.3225.6469.219,1.1709-.9398,2.29-1.8196,3.5819-.11.1626-.2061.4325-.109.6025.7864,1.3705,1.4943,2.2114,2.5672,3.2843,1.0738,1.0738,1.9148,1.7817,3.2852,2.5681.17.098.4399.0009.6016-.11,1.2928-.8779,2.4129-2.0386,3.5828-1.8187.0693.0139.5868.2846.6469.3225l4.5633,2.8361c.0074.0037.0111.0065.0176.0111,1.9998,1.3603-2.9184,4.8267-5.3811,4.689-3.5662-.1987-7.4197-2.3694-10.4323-5.3821-3.0135-3.0108-5.1834-6.8653-5.3821-10.4314Z"/></svg>');
}

.footer-details .footer-details__email:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><path fill="%23FFFFFF" d="M24.3824,6.6319l-1.4777,1.1057-8.4188,6.3146c-.4371.33-.966.4954-1.4854.4954-.5203,0-1.0483-.1654-1.4863-.4954L3.0953,7.7376l-1.4777-1.1057c-.1149.2803-.1731.5863-.1731.9v11.5551c0,1.362,1.1143,2.4763,2.4763,2.4763h18.1585c1.362,0,2.4763-1.1143,2.4763-2.4763V7.5319c0-.3137-.0574-.6197-.1731-.9ZM23.3007,5.377l-1.7743,1.3294-8.0306,6.0248c-.2897.2151-.702.2151-.9909,0L4.4735,6.7065l-1.7743-1.3294c.3634-.2057.7843-.3214,1.2214-.3214h18.1585c.438,0,.8589.1157,1.2223.3214h-.0009Z"/></svg>');
}

@media screen and (max-width: 991px) {
  .footer-details {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  .footer-details > * {
    padding-left: 2.8rem;
  }
  .footer-details > *:before {
    height: 1.8rem;
    width: 1.8rem;
    background-size: 1.8rem;
  }
}
#footer {
  background-color: var(--footer-bg);
  color: var(--footer-text);
  padding-top: 6rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
  z-index: 4;
}

#footer .container,
#footer .container-full {
  position: relative;
  z-index: 5;
}

#footer #footer-logo {
  max-width: 20rem;
}

#footer #footer__illustration {
  max-width: 40rem;
  width: 100%;
  position: absolute;
  right: -6rem;
  bottom: -6rem;
  opacity: 0.2;
  z-index: 1;
}

#footer #footer__content {
  display: flex;
  align-items: flex-start;
  column-gap: 8rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#footer #footer__content #footer__branding {
  flex: 0 0 28rem;
}

#footer #footer__content #footer__menus {
  display: grid;
  grid-gap: 2rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
}

#footer #footer__content #footer__social {
  margin-top: 3rem;
}

#footer #footer__content #footer__social ul {
  justify-content: center;
}

#footer #footer__copyright {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #fff;
  text-align: center;
  margin-top: 3rem;
}

#footer #footer__links {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 3rem auto 0;
}

#footer #footer__links > * + *:before {
  content: "|";
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

#footer #footer__links a {
  color: inherit;
  text-decoration: none;
}

#footer #footer__links .class-link a {
  color: var(--secondary-text);
  font-weight: 600;
}

#footer .divider {
  fill: var(--footer-accent);
  display: block;
  width: 100%;
  height: 0.36rem;
}

#footer .footer-menu {
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--footer-accent);
}

#footer .footer-menu li a {
  text-decoration: none;
}

#footer .footer-menu.small li a {
  font-size: 1.4rem;
}

@media screen and (max-width: 1199px) {
  #footer #footer__content {
    flex-wrap: wrap;
    padding-top: 3rem;
    padding-bottom: 3rem;
    row-gap: 3rem;
  }
  #footer #footer__content #footer__branding {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer #footer__content #footer__branding #footer-logo {
    display: inline-flex;
  }
}
@media screen and (max-width: 991px) {
  #footer #footer__content #footer__menus {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 3rem;
  }
  #footer #footer__content #footer__menus > * {
    max-width: 42rem;
  }
  #footer #footer__content #footer__menus > .footer-details {
    max-width: 24rem;
    text-align: left;
  }
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.alert.alert--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert.alert--warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert.alert--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2rem;
}

.form .form__label {
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: var(--tertiary-text);
  font-size: 1.8rem;
}

.form .form__label sup {
  color: var(--secondary-text);
}

.form .form__label.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.form .form__group {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  width: 100%;
}

.form .form__extra {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  row-gap: 0.4rem;
}

.form .form__extra a {
  text-decoration: none;
  color: var(--link);
  font-weight: 600;
}

.form input,
.form select,
.form textarea {
  font: var(--paragraph-font);
  letter-spacing: var(--paragraph-letter-spacing);
  text-transform: var(--paragraph-text-transform);
  margin: 0;
  width: 100%;
  height: auto;
  vertical-align: inherit;
  border: 0.1rem solid var(--border);
  border-radius: 0.4rem;
  color: var(--tertiary-text);
  font-family: var(--body-font-family), sans-serif;
  padding: 0.9rem 1.5rem 0.9rem;
}

.form input::placeholder,
.form select::placeholder,
.form textarea::placeholder {
  color: var(--tertiary-text);
  opacity: 0.5;
}

.form.inline {
  flex-direction: row;
  align-items: flex-end;
  column-gap: 1rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}

.form.inline .alert {
  flex: 1 0 100%;
}

.form.inline .form__group {
  flex-grow: 1;
  width: auto;
}

@media screen and (max-width: 650px) {
  .form.inline {
    flex-direction: column;
    align-items: center;
  }
  .form.inline .form__group {
    width: 100%;
  }
}
.radio-button label {
  color: var(--primary-text);
  font: var(--heading-six-font);
  letter-spacing: var(--heading-six-letter-spacing);
  text-transform: var(--heading-six-text-transform);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 1.2rem 1.5rem 1.4rem;
  border-radius: 0.6rem;
  transition: all 0.15s ease-in-out;
  position: relative;
  outline: none;
  border: none;
  color: var(--primary-text);
  background-color: transparent;
}

.radio-button input[type=radio],
.radio-button input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.radio-button input[type=radio]:checked + label,
.radio-button input[type=checkbox]:checked + label {
  color: white;
  background-color: var(--primary-text);
}

.radio-buttons {
  padding: 0.4rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  background-color: #fff;
  display: inline-flex;
  column-gap: 0.4rem;
}

.radio-pills {
  border-radius: 1rem;
  background-color: #fff;
  display: inline-flex;
  column-gap: 2rem;
}

.radio-pills .radio-pill label {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  font-family: var(--body-font-family), sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.2rem 0.6rem 0.3rem;
  background-color: var(--primary-text);
  color: white;
  border: none;
  cursor: pointer;
}

.radio-pills .radio-pill label.pill--primary {
  background-color: var(--primary-text);
  color: white;
}

.radio-pills .radio-pill label.pill--secondary {
  background-color: var(--secondary-text);
  color: var(--primary-text);
}

.radio-pills .radio-pill label.pill--pale-primary {
  background-color: var(--primary-bg);
  color: var(--primary-text);
}

.radio-pills .radio-pill label.pill--pale-secondary {
  background-color: var(--secondary-bg);
  color: var(--primary-text);
}

.radio-pills .radio-pill label.pill--off-season {
  color: var(--seasonality-off-season);
  background-color: white;
  padding: 0.1rem 0.5rem 0.2rem;
  border: 0.1rem solid var(--seasonality-off-season);
}

.radio-pills .radio-pill label.pill--available {
  color: var(--primary-text);
  background-color: var(--seasonality-available);
}

.radio-pills .radio-pill label.pill--in-season {
  color: white;
  background-color: var(--seasonality-in-season);
}

.radio-pills .radio-pill label.pill--star-buy {
  color: var(--primary-text);
  background-color: var(--seasonality-star-buy);
}

.radio-pills .radio-pill label {
  border: 0.1rem solid var(--border);
  background-color: white;
  color: var(--primary-text);
  padding: 0.3rem 0.7rem 0.4rem;
}

.radio-pills .radio-pill input[type=radio],
.radio-pills .radio-pill input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.radio-pills .radio-pill input[type=radio]:checked + label,
.radio-pills .radio-pill input[type=checkbox]:checked + label {
  box-shadow: 0 0 0 10px var(--primary-bg);
}

.radio-pills .radio-pill.radio-pill--in-season label {
  border-color: var(--seasonality-in-season);
  background-color: var(--seasonality-in-season);
  color: white;
}

.radio-pills .radio-pill.radio-pill--star-buy label {
  border-color: var(--seasonality-star-buy);
  background-color: var(--seasonality-star-buy);
  color: var(--primary-text);
}

.radio-pills .radio-pill.radio-pill--available label {
  border-color: var(--seasonality-available);
  background-color: var(--seasonality-available);
  color: var(--primary-text);
}

.radio-pills .radio-pill.radio-pill--off-season label {
  border-color: var(--seasonality-off-season);
  background-color: white;
  color: var(--seasonality-off-season);
}

.seasonality-graph,
.seasonality-chart__popup {
  column-gap: 0.2rem;
}

.seasonality-graph .month,
.seasonality-chart__popup .month {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  background-color: currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seasonality-graph .month .month__label,
.seasonality-chart__popup .month .month__label {
  display: none;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 600;
  position: absolute;
  color: var(--seasonality-off-season);
  bottom: calc(100% + 1.6rem);
}

.seasonality-graph .month:before,
.seasonality-chart__popup .month:before {
  content: attr(data-numeric-month);
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 600;
  position: absolute;
  color: var(--seasonality-off-season);
  bottom: 100%;
}

.seasonality-graph .month:first-child,
.seasonality-chart__popup .month:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.seasonality-graph .month:first-child .month__label,
.seasonality-chart__popup .month:first-child .month__label {
  left: -0.5rem;
}

.seasonality-graph .month:last-child,
.seasonality-chart__popup .month:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.seasonality-graph .month:last-child .month__label,
.seasonality-chart__popup .month:last-child .month__label {
  right: -0.5rem;
}

.seasonality-graph .month.month--off-season,
.seasonality-chart__popup .month.month--off-season {
  color: var(--seasonality-off-season);
}

.seasonality-graph .month.month--available,
.seasonality-chart__popup .month.month--available {
  color: var(--seasonality-available);
}

.seasonality-graph .month.month--in-season,
.seasonality-chart__popup .month.month--in-season {
  color: var(--seasonality-in-season);
}

.seasonality-graph .month.month--star-buy,
.seasonality-chart__popup .month.month--star-buy {
  color: var(--seasonality-star-buy);
}

.seasonality-graph .month.month--current,
.seasonality-chart__popup .month.month--current {
  background-color: var(--primary-bg);
  border-radius: 0.5rem;
}

.seasonality-graph .month.month--current .month__label, .seasonality-graph .month.month--current:before,
.seasonality-chart__popup .month.month--current .month__label,
.seasonality-chart__popup .month.month--current:before {
  display: block;
  color: var(--primary-text);
}

.seasonality-graph .month.month--current:after,
.seasonality-chart__popup .month.month--current:after {
  content: "";
  display: block;
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 0.3rem;
  background-color: currentColor;
}

.seasonality-graph {
  display: inline-flex;
  padding: 1.5rem 0.7rem 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 0.2rem solid #dddddd;
}

.seasonality-graph .month {
  width: 1.5rem;
  height: 1.5rem;
}

.seasonality-graph .month:before {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: var(--seasonality-off-season);
  bottom: calc(100% + 0.2rem);
}

.seasonality-chart {
  position: relative;
}

.seasonality-chart .seasonality-chart__popup {
  display: none;
  padding: 4rem 2rem 2rem;
  box-shadow: var(--box-shadow);
  border-radius: 0.5rem;
  position: absolute;
  max-width: 36.2rem;
  bottom: calc(100% + 0.4rem);
  left: -20rem;
  right: -20rem;
  margin: auto;
  background-color: #fff;
}

.seasonality-chart .seasonality-chart__button {
  display: inline-flex;
  cursor: pointer;
  user-select: none;
}

.seasonality-chart.open .seasonality-chart__popup {
  display: inline-flex;
}

.pagination {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  padding: 4rem 0 0;
}

.pagination .page-numbers {
  font-weight: 600;
  color: var(--link);
  text-decoration: none;
}

.pagination .page-numbers.current, .pagination .page-numbers.dots {
  color: var(--tertiary-text);
}

/* Closed state of the .modal   */
.modal {
  opacity: 0;
  transform: translateY(15px);
  width: 100%;
  max-width: min(100vw - var(--container-gutter) * 2, 76rem);
  border: none;
  border-radius: 1rem;
  padding: 5rem;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete;
}

.modal__close {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0.5rem;
}

.modal__close svg {
  height: 1.7rem;
  width: 1.7rem;
}

.modal__header {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 2rem;
}

.modal__subtitle {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--secondary-text);
}

.modal__content {
  margin-top: 3rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__content:first-child {
  margin-top: 0;
}

.modal__content:last-child {
  margin-bottom: 0;
}

.modal::backdrop {
  background-color: transparent;
  transition: display 0.3s allow-discrete, overlay 0.3s allow-discrete, background-color 0.3s;
}

.modal:open {
  opacity: 1;
  transform: translateY(0px);
}

.modal:open::backdrop {
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  background-color: rgba(255, 255, 255, 0.5);
}

.modal #login-form {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
  align-items: center;
}

@media screen and (max-width: 650px) {
  .modal {
    padding: 6rem 2rem 2rem;
  }
  .modal__header {
    row-gap: 0.5rem;
  }
}
@starting-style {
  .modal:open {
    opacity: 0;
    transform: translateY(15px);
  }
}
@starting-style {
  .modal:open::backdrop {
    background-color: transparent;
  }
}
.star {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
}

.star:disabled {
  opacity: 0.7;
}

.star svg {
  height: 2rem;
  width: 2rem;
  fill: var(--secondary-text);
  pointer-events: none;
}

.stars {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stars .label {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  color: var(--primary-text);
  margin-right: 0.6rem;
  top: 0.1rem;
  position: relative;
}

.stars .star {
  padding: 0 0.2rem;
}

.stars.interactive .star:hover ~ .star svg {
  fill: var(--secondary-bg);
}

.stars.average[data-average="0"] .star svg {
  fill: var(--secondary-bg);
}

.stars.average[data-average="1"] .star:nth-child(1) ~ .star svg {
  fill: var(--secondary-bg);
}

.stars.average[data-average="2"] .star:nth-child(2) ~ .star svg {
  fill: var(--secondary-bg);
}

.stars.average[data-average="3"] .star:nth-child(3) ~ .star svg {
  fill: var(--secondary-bg);
}

.stars.average[data-average="4"] .star:nth-child(4) ~ .star svg {
  fill: var(--secondary-bg);
}

.stars.average[data-average="5"] .star svg {
  fill: var(--secondary-text);
}

.rating-wrapper .rating-wrapper__total {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
}

.rating-wrapper .rating-wrapper__enter {
  display: none;
}

.rating-wrapper .rating-wrapper__toggle {
  column-gap: 1rem;
}

.rating-wrapper .rating-wrapper__toggle .btn__text {
  color: var(--primary-text);
}

.rating-wrapper.active .rating-wrapper__total {
  display: none;
}

.rating-wrapper.active .rating-wrapper__enter {
  display: flex;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.stamp {
  background-color: var(--primary-bg);
  z-index: 1;
  border-radius: 19rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 19rem;
  height: 19rem;
  will-change: transform;
  overflow: visible;
  position: relative;
}

.stamp .stamp__icon {
  position: absolute;
  width: 8.8rem;
  height: 7.4rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.stamp .stamp__icon svg {
  width: 100%;
  height: 100%;
  fill: var(--secondary-text);
}

.stamp .stamp__text {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  transform-origin: center;
  animation: spin 20s linear infinite;
  will-change: transform;
}

.stamp .stamp__text .stamp__path {
  letter-spacing: 0.2rem;
  font-family: var(--body-font-family), sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: bold;
  color: var(--primary-text);
}

.section--main-card-grid .stamp, .section--call-to-action .stamp {
  position: absolute;
  right: calc((6rem - var(--container-gutter)) * -1);
  top: -6rem;
  z-index: 10;
}

.section--main-card-grid .stamp.stamp--left, .section--call-to-action .stamp.stamp--left {
  right: auto;
  left: calc((6rem - var(--container-gutter)) * -1);
}

.section--main-card-grid .stamp {
  right: 0;
}

.section--main-card-grid .stamp.stamp--left {
  left: 0;
}

.wcc-consent-container {
  width: 100% !important;
  max-width: 57rem !important;
}

.wcc-consent-container .wcc-notice-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.wcc-preference-center .wcc-prefrence-btn-wrapper {
  gap: 1rem;
}

.wcc-consent-container .wcc-btn,
.wcc-preference-center .wcc-btn {
  color: var(--primary-text);
  font: var(--heading-six-font);
  letter-spacing: var(--heading-six-letter-spacing);
  text-transform: var(--heading-six-text-transform);
  margin: 0;
  padding: 1.2rem 1.5rem 1.4rem;
  border-radius: 0.4rem;
}

.section .container,
.section .container-full {
  z-index: 4;
}

.section .section__illustration {
  position: relative;
  z-index: 1 !important;
}

@media screen and (max-width: 650px) {
  .section .section__illustration {
    max-width: 28rem !important;
    max-height: 28rem !important;
  }
}
.header,
.section {
  --padding-top: var(--section-padding-md);
  --padding-bottom: var(--section-padding-md);
  position: relative;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}

.header .section__content,
.section .section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 3rem;
  transition: opacity 0.3s linear 0.4s;
}

@starting-style {
  .header .section__content,
  .section .section__content {
    opacity: 0;
  }
}
.header .section__content .section__subtitle,
.section .section__content .section__subtitle {
  color: var(--secondary-text);
}

.header .section__content .section__title,
.section .section__content .section__title {
  color: var(--primary-text);
  margin-top: -1rem;
  margin-bottom: 0;
}

.header .section__content .section__title:first-child,
.section .section__content .section__title:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .header .section__content .section__title:first-child,
  .section .section__content .section__title:first-child {
    margin-top: 1rem !important;
  }
}
.header .section__content a:not(.btn),
.section .section__content a:not(.btn) {
  color: var(--link);
  font-weight: 600;
  text-decoration: none;
}

.header .section__content .section__actions,
.section .section__content .section__actions {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.header.scheme--primary,
.section.scheme--primary {
  background-color: var(--primary-bg);
}

.header.scheme--secondary,
.section.scheme--secondary {
  background-color: var(--secondary-bg);
}

.header.scheme--secondary .section__subtitle,
.section.scheme--secondary .section__subtitle {
  color: var(--primary-text);
}

.header.pd-top-none,
.section.pd-top-none {
  --padding-top: 0;
}

.header.pd-bot-none,
.section.pd-bot-none {
  --padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .header,
  .section {
    --padding-top: calc(var(--section-padding-md) / 2);
    --padding-bottom: calc(var(--section-padding-md) / 2);
  }
}
@media screen and (max-width: 560px) {
  .header,
  .section {
    --padding-top: calc(var(--section-padding-md) / 3.25);
    --padding-bottom: calc(var(--section-padding-md) / 3.25);
  }
}
.header.pd-top-sm,
.section.pd-top-sm {
  --padding-top: var(--section-padding-sm);
}

@media screen and (max-width: 991px) {
  .header.pd-top-sm,
  .section.pd-top-sm {
    --padding-top: calc(var(--section-padding-sm) / 2);
  }
}
@media screen and (max-width: 560px) {
  .header.pd-top-sm,
  .section.pd-top-sm {
    --padding-top: calc(var(--section-padding-sm) / 3.25);
  }
}
.header.pd-bot-sm,
.section.pd-bot-sm {
  --padding-bottom: var(--section-padding-sm);
}

@media screen and (max-width: 991px) {
  .header.pd-bot-sm,
  .section.pd-bot-sm {
    --padding-bottom: calc(var(--section-padding-sm) / 2);
  }
}
@media screen and (max-width: 560px) {
  .header.pd-bot-sm,
  .section.pd-bot-sm {
    --padding-bottom: calc(var(--section-padding-sm) / 3.25);
  }
}
.header.pd-top-lg,
.section.pd-top-lg {
  --padding-top: var(--section-padding-lg);
}

@media screen and (max-width: 991px) {
  .header.pd-top-lg,
  .section.pd-top-lg {
    --padding-top: calc(var(--section-padding-lg) / 2);
  }
}
@media screen and (max-width: 560px) {
  .header.pd-top-lg,
  .section.pd-top-lg {
    --padding-top: calc(var(--section-padding-lg) / 3.25);
  }
}
.header.pd-bot-lg,
.section.pd-bot-lg {
  --padding-bottom: var(--section-padding-lg);
}

@media screen and (max-width: 991px) {
  .header.pd-bot-lg,
  .section.pd-bot-lg {
    --padding-bottom: calc(var(--section-padding-lg) / 2);
  }
}
@media screen and (max-width: 560px) {
  .header.pd-bot-lg,
  .section.pd-bot-lg {
    --padding-bottom: calc(var(--section-padding-lg) / 3.25);
  }
}
.header.pd-top-xlg,
.section.pd-top-xlg {
  --padding-top: var(--section-padding-xlg);
}

@media screen and (max-width: 991px) {
  .header.pd-top-xlg,
  .section.pd-top-xlg {
    --padding-top: calc(var(--section-padding-xlg) / 2);
  }
}
@media screen and (max-width: 560px) {
  .header.pd-top-xlg,
  .section.pd-top-xlg {
    --padding-top: calc(var(--section-padding-xlg) / 3.25);
  }
}
.header.pd-bot-xlg,
.section.pd-bot-xlg {
  --padding-bottom: var(--section-padding-xlg);
}

@media screen and (max-width: 991px) {
  .header.pd-bot-xlg,
  .section.pd-bot-xlg {
    --padding-bottom: calc(var(--section-padding-xlg) / 2);
  }
}
@media screen and (max-width: 560px) {
  .header.pd-bot-xlg,
  .section.pd-bot-xlg {
    --padding-bottom: calc(var(--section-padding-xlg) / 3.25);
  }
}
@media screen and (max-width: 767px) {
  .header .section__content,
  .section .section__content {
    row-gap: 2rem;
  }
  .header .section__content .section__title,
  .section .section__content .section__title {
    margin-top: -1.5rem;
  }
}
.app-links {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
  z-index: 10;
}

.app-links a {
  display: flex;
  max-width: calc(35% - 2rem);
}

.app-links a img {
  max-height: 6.9rem;
  max-width: 100%;
}

.section--media-copy {
  position: relative;
}

.section--media-copy .grid {
  position: relative;
  z-index: 2;
}

.section--media-copy .section__content {
  position: relative;
}

.section--media-copy .section__content > * {
  position: relative;
  z-index: 2;
}

.section--media-copy .section__content .section__illustration {
  position: absolute;
  left: calc(100% - 30rem);
  top: calc(100% - 25rem);
  max-width: 56rem;
  z-index: 1;
}

.section--media-copy .section__media {
  border-radius: 1rem;
  overflow: hidden;
  max-height: 57.4rem;
  position: relative;
}

.section--media-copy .section__media .app-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: min(5rem, 10%);
}

.section--media-copy .section__media picture {
  height: 100%;
}

.section--media-copy .section__media picture img {
  height: 100%;
}

.section--media-copy.media--right .section__content .section__illustration {
  backface-visibility: visible;
  transform: scaleX(-1);
  right: calc(100% - 30rem);
  top: calc(100% - 25rem);
  left: auto;
}

@media screen and (min-width: 1481px) {
  .section--media-copy .section__media {
    margin-left: calc(var(--container-gutter) * -1);
    border-radius: 0 1rem 1rem 0;
    height: 57.4rem;
  }
  .section--media-copy .section__content {
    padding-right: 0;
    padding-left: var(--container-gutter);
  }
  .section--media-copy.media--right .section__media {
    margin-right: calc(var(--container-gutter) * -1);
    overflow: hidden;
    border-radius: 1rem 0 0 1rem;
  }
  .section--media-copy.media--right .section__content {
    padding-left: 0;
    padding-right: var(--container-gutter);
  }
  .section--media-copy.media-type--embed .section__media, .section--media-copy.media-type--video .section__media {
    height: auto;
  }
}
@media screen and (max-width: 651px) and (max-width: 1480px) {
  .section--media-copy .section__content .section__illustration {
    left: calc(100% - 32rem);
    top: calc(100% - 23rem);
    max-width: 46rem;
  }
  .section--media-copy.media--right .section__content .section__illustration {
    right: calc(100% - 32rem);
    top: calc(100% - 23rem);
  }
}
@media screen and (max-width: 767px) {
  .section--media-copy .section__media picture img {
    aspect-ratio: 767/425 !important;
  }
}
@media screen and (max-width: 650px) {
  .section--media-copy .section__content .section__illustration {
    right: 0;
    bottom: calc(var(--padding-top) * 2 * -1);
    transform: translateX(9rem) !important;
  }
  .section--media-copy.media--right .section__content .section__illustration {
    left: 0;
    bottom: calc(var(--padding-top) * 2 * -1);
    transform: scaleX(-1) translateX(9rem) !important;
  }
}
.section--video-copy .section__media {
  position: relative;
  z-index: 10;
  margin-top: 9%;
  margin-bottom: 9%;
}

.section--video-copy .section__media .embed-container {
  position: relative;
  z-index: 2;
}

.section--video-copy .section__media iframe, .section--video-copy .section__media object, .section--video-copy .section__media embed, .section--video-copy .section__media video {
  border-radius: 2rem;
  overflow: hidden;
}

.section--video-copy .section__media:before {
  content: "";
  display: block;
  background-color: var(--primary-bg);
  border-radius: 2rem;
  position: absolute;
  height: 132%;
  width: calc(100% - 4rem);
  left: -8rem;
  top: -16%;
}

.section--video-copy .section__media .section__illustration {
  position: absolute;
  max-width: 56rem;
  z-index: 1;
  backface-visibility: visible;
  transform: scaleX(-1);
  right: calc(100% - 35rem);
  top: calc(100% - 32.5rem);
  left: auto;
}

.section--video-copy.media--right .section__media:before {
  left: auto;
  right: -8rem;
}

.section--video-copy.media--right .section__media .section__illustration {
  transform: scaleX(1);
  right: auto;
  left: calc(100% - 35rem);
  top: calc(100% - 32.5rem);
}

@media screen and (max-width: 991px) {
  .section--video-copy.media--right .section__media:before {
    right: -2rem;
  }
}
@media screen and (max-width: 991px) {
  .section--video-copy .section__media:before {
    left: -2rem;
  }
  .section--video-copy .section__media .section__illustration {
    max-width: 28rem !important;
    max-height: 28rem !important;
    bottom: calc(var(--padding-top) * 2 * -1);
    top: auto;
    left: 0;
    right: auto;
    transform: scaleX(-1) translateX(9rem);
  }
  .section--video-copy.media--right .section__media .section__illustration {
    transform: scaleX(1) translateX(9rem);
    right: 0;
    top: auto;
    left: auto;
    bottom: calc(var(--padding-top) * 2 * -1);
  }
}
@media screen and (max-width: 767px) {
  .section--video-copy .section__media {
    margin-bottom: 4.5%;
  }
  .section--video-copy .section__media:before {
    height: 116%;
    top: -8%;
  }
}
@media screen and (max-width: 767px) {
  .section--video-copy .section__media:before {
    width: calc(100% - 2rem);
  }
}
.section--centered-copy .container-full,
.section--centered-copy .container {
  position: relative;
}

.section--centered-copy .cover-image {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  z-index: 5;
  margin-bottom: 3rem;
}

.section--centered-copy .cover-image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section--centered-copy .cover-image img {
    aspect-ratio: 768/420 !important;
  }
}
.section--centered-copy .section__illustration {
  position: absolute;
  left: calc(100% - 14rem);
  top: -10rem;
  max-width: 56rem;
}

.section--centered-copy .section__illustration.left {
  left: auto;
  right: calc(100% - 14rem);
  transform: scaleX(-1);
}

.section--centered-copy .section__content {
  text-align: center;
  align-items: center;
  position: relative;
}

.section--centered-copy .section__content .section__copy h3 {
  font-family: var(--font-family), sans-serif;
  word-spacing: -1rem;
}

@media screen and (max-width: 650px) {
  .section--centered-copy .section__illustration {
    top: calc(var(--padding-top) * 2 * -1);
    left: 0;
    right: auto;
    transform: scaleX(-1) translateX(-9rem);
  }
  .section--centered-copy .section__illustration.right {
    left: auto;
    right: 0;
    transform: scaleX(1) translateX(9rem);
  }
}
.section--media-card {
  background-color: var(--primary-bg);
}

.section--media-card .panel {
  max-width: 70rem;
}

.section--media-card .section__media {
  position: relative;
}

.section--media-card .section__media picture {
  position: relative;
  z-index: 5;
}

.section--media-card .section__illustration {
  position: absolute;
  bottom: -17rem;
  max-width: 53rem;
}

.section--media-card .section__content {
  z-index: 10;
  position: relative;
}

.section--media-card.media--left .section__illustration {
  left: -17rem;
  transform: scaleX(-1);
}

.section--media-card.media--left .section__content {
  margin-left: -30rem;
}

.section--media-card.media--right .section__illustration {
  right: -17rem;
}

.section--media-card.media--right .section__content {
  margin-right: -30rem;
}

@media screen and (max-width: 991px) {
  .section--media-card .section__media picture img {
    aspect-ratio: 850/650 !important;
  }
  .section--media-card .section__illustration {
    bottom: -11rem;
  }
  .section--media-card.media--right .section__content {
    margin-right: -40rem;
  }
  .section--media-card.media--left .section__content {
    margin-left: -40rem;
  }
}
@media screen and (max-width: 767px) {
  .section--media-card .section__media picture img {
    aspect-ratio: 768/360 !important;
  }
  .section--media-card .section__content {
    max-width: 94%;
    margin: 0 auto -14rem;
  }
  .section--media-card.media--right .section__content {
    margin-right: auto;
  }
  .section--media-card.media--left .section__content {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .section--media-card .section__media {
    position: absolute;
    top: calc(var(--padding-top) * -1);
    left: calc(var(--container-gutter) * -1);
    width: calc(100% + var(--container-gutter) * 2);
    height: calc(100% + var(--padding-top) * 2);
    z-index: 0;
  }
  .section--media-card .section__media picture {
    height: 100%;
    border-radius: 0;
  }
  .section--media-card .section__media picture img {
    height: 100%;
  }
  .section--media-card.media--left .section__illustration, .section--media-card .section__illustration {
    bottom: calc(var(--padding-top) * 2 * -1);
    left: auto;
    right: 0;
    transform: scale(1) translateX(9rem);
    z-index: 5 !important;
  }
  .section--media-card .section__content {
    max-width: 100%;
    margin: 0 auto;
  }
  .section--media-card.media--right .section__content {
    margin-bottom: -2rem;
  }
  .section--media-card.media--left .section__content {
    margin-top: -2rem;
  }
}
:root {
  --heading-one-font-size: 4.8rem;
  --heading-one-line-height: 4rem;
  --heading-one-letter-spacing: -0.25rem;
  --heading-one-word-spacing: -1.1rem;
  --heading-one-font-style: normal;
  --heading-one-font-weight: bold;
  --heading-one-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-one-font-size: 6.2rem;
    --heading-one-line-height: 5.2rem;
    --heading-one-letter-spacing: -0.323rem;
    --heading-one-word-spacing: -1.1rem;
    --heading-one-font-style: normal;
    --heading-one-font-weight: bold;
    --heading-one-text-transform: normal;
  }
}
:root {
  --heading-one-font:
    var(--heading-one-font-style)
    var(--heading-one-font-weight)
    var(--heading-one-font-size) / var(--heading-one-line-height)
    var(--font-family);
}

:root {
  --heading-two-font-size: 3.8rem;
  --heading-two-line-height: 3.2rem;
  --heading-two-letter-spacing: -.198rem;
  --heading-two-word-spacing: -.9rem;
  --heading-two-font-style: normal;
  --heading-two-font-weight: bold;
  --heading-two-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-two-font-size: 4.8rem;
    --heading-two-line-height: 4rem;
    --heading-two-letter-spacing: -.25rem;
    --heading-two-word-spacing: -.9rem;
    --heading-two-font-style: normal;
    --heading-two-font-weight: bold;
    --heading-two-text-transform: normal;
  }
}
:root {
  --heading-two-font:
    var(--heading-two-font-style)
    var(--heading-two-font-weight)
    var(--heading-two-font-size)/var(--heading-two-line-height)
    var(--font-family);
}

:root {
  --heading-three-font-size: 3.2rem;
  --heading-three-line-height: 4rem;
  --heading-three-letter-spacing: 0;
  --heading-three-font-style: normal;
  --heading-three-font-weight: normal;
  --heading-three-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-three-font-size: 3.8rem;
    --heading-three-line-height: 4.7rem;
    --heading-three-letter-spacing: 0;
    --heading-three-font-style: normal;
    --heading-three-font-weight: normal;
    --heading-three-text-transform: normal;
  }
}
:root {
  --heading-three-font:
    var(--heading-three-font-style)
    var(--heading-three-font-weight)
    var(--heading-three-font-size) / var(--heading-three-line-height)
    var(--alt-font-family);
}

:root {
  --heading-four-font-size: 2.2rem;
  --heading-four-line-height: 2.3rem;
  --heading-four-letter-spacing: -0.146rem;
  --heading-four-word-spacing: -.9rem;
  --heading-four-font-style: normal;
  --heading-four-font-weight: bold;
  --heading-four-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-four-font-size: 3.2rem;
    --heading-four-line-height: 2.6rem;
    --heading-four-letter-spacing: -0.167rem;
    --heading-four-word-spacing: -.9rem;
    --heading-four-font-style: normal;
    --heading-four-font-weight: bold;
    --heading-four-text-transform: normal;
  }
}
:root {
  --heading-four-font:
    var(--heading-four-font-style)
    var(--heading-four-font-weight)
    var(--heading-four-font-size) / var(--heading-four-line-height)
    var(--font-family);
}

:root {
  --heading-five-font-size: 2.4rem;
  --heading-five-line-height: 2rem;
  --heading-five-letter-spacing: -0.125rem;
  --heading-five-word-spacing: -.3rem;
  --heading-five-font-style: normal;
  --heading-five-font-weight: bold;
  --heading-five-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-five-font-size: 2.8rem;
    --heading-five-line-height: 2.3rem;
    --heading-five-letter-spacing: -0.146rem;
    --heading-five-word-spacing: -.3rem;
    --heading-five-font-style: normal;
    --heading-five-font-weight: bold;
    --heading-five-text-transform: normal;
  }
}
:root {
  --heading-five-font:
    var(--heading-five-font-style)
    var(--heading-five-font-weight)
    var(--heading-five-font-size) / var(--heading-five-line-height)
    var(--font-family);
}

:root {
  --heading-six-font-size: 2.2rem;
  --heading-six-line-height: 1.8rem;
  --heading-six-letter-spacing: -0.115rem;
  --heading-six-word-spacing: -.2rem;
  --heading-six-font-style: normal;
  --heading-six-font-weight: bold;
  --heading-six-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-six-font-size: 2.2rem;
    --heading-six-line-height: 1.8rem;
    --heading-six-letter-spacing: -0.115rem;
    --heading-six-word-spacing: -.2rem;
    --heading-six-font-style: normal;
    --heading-six-font-weight: bold;
    --heading-six-text-transform: normal;
  }
}
:root {
  --heading-six-font:
    var(--heading-six-font-style)
    var(--heading-six-font-weight)
    var(--heading-six-font-size) / var(--heading-six-line-height)
    var(--font-family);
}

:root {
  --paragraph-font-size: 1.6rem;
  --paragraph-line-height: 2.4rem;
  --paragraph-letter-spacing: 0;
  --paragraph-font-style: normal;
  --paragraph-font-weight: 300;
  --paragraph-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --paragraph-font-size: 1.8rem;
    --paragraph-line-height: 2.4rem;
    --paragraph-letter-spacing: 0;
    --paragraph-font-style: normal;
    --paragraph-font-weight: 300;
    --paragraph-text-transform: normal;
  }
}
:root {
  --paragraph-font:
    var(--paragraph-font-style)
    var(--paragraph-font-weight)
    var(--paragraph-font-size) / var(--paragraph-line-height)
    var(--body-font-family);
}

:root {
  --small-paragraph-font-size: 1.4rem;
  --small-paragraph-line-height: 1.9rem;
  --small-paragraph-letter-spacing: 0;
  --small-paragraph-font-style: normal;
  --small-paragraph-font-weight: 600;
  --small-paragraph-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --small-paragraph-font-size: 1.4rem;
    --small-paragraph-line-height: 1.9rem;
    --small-paragraph-letter-spacing: 0;
    --small-paragraph-font-style: normal;
    --small-paragraph-font-weight: 600;
    --small-paragraph-text-transform: normal;
  }
}
:root {
  --small-paragraph-font:
    var(--small-paragraph-font-style)
    var(--small-paragraph-font-weight)
    var(--small-paragraph-font-size) / var(--small-paragraph-line-height)
    var(--body-font-family);
}

.accordion {
  display: flex;
  flex-direction: column;
}

.accordion .accordion__item {
  display: none;
}

.accordion .accordion__item:first-child {
  padding-top: 0;
}

.accordion .accordion__item.active {
  display: block;
}

.accordion .accordion__item + .accordion__item {
  position: relative;
  padding-top: 4rem;
}

.accordion .accordion__item.active ~ .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.5rem;
  left: 0;
  aspect-ratio: 940/7;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 940 7"><path fill="%23CDB46D" fill-rule="evenodd" d="M.2544,4.8983c-.0926-.4209,317.7021-1.5143,461.0004-1.697,143.1787-.1826,320.5017-2.4735,390.3329-2.1348s88.2466.3418,88.3294.4331.1555.2993-.062.3026-138.94,2.1678-224.4169,2.4867-191.3365.4735-221.3937.4987-142.3395.2013-180.6321.5522-126.3221,1.0571-150.4913,1.0457-127.3979-.5864-145.1828-.8248S-.5815,5.1523.2544,4.8983Z"/></svg>');
  background-size: cover;
  background-position: center;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .accordion .accordion__item:first-child {
    padding-top: 4rem;
  }
  .accordion .accordion__item.active ~ .active:before {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .accordion .accordion__item + .accordion__item {
    padding-top: 2.2rem;
  }
  .accordion .accordion__item:first-child {
    padding-top: 1.5rem;
  }
}
select.styled-select,
select[data-category-selector] {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font: var(--paragraph-font);
  letter-spacing: var(--paragraph-letter-spacing);
  text-transform: var(--paragraph-text-transform);
  background-color: #FFFFFF;
  border: 0.1rem solid #DDDDDE;
  border-radius: 0.4rem;
  width: 100%;
  color: #535358;
  padding: 1rem 4.3rem 0.9rem 1.5rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 20"><path fill="%23CDB46D" d="M1.4,8.3c-.8-.8-.8-2,0-2.8s2-.8,2.8,0l5.7,5.7,5.7-5.7c.8-.8,2-.8,2.8,0s.8,2,0,2.8l-7.1,7.1c-.7.7-1.9.8-2.7.1h-.1c0-.1-7.1-7.2-7.1-7.2Z"/></svg>');
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.5rem) 50%;
}

.section--accordion select[data-category-selector] {
  margin-bottom: 2rem;
}

.section--accordion .section__content {
  display: flex;
  flex-direction: column;
}

.section--accordion .section__content > * {
  order: 2;
}

.section--accordion .section__content select {
  order: 1;
  margin-bottom: 0;
}

.section--accordion .section__header {
  margin-bottom: 2rem;
}

.section--accordion .section__header:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section--accordion .section__content select {
    order: 4;
  }
}
.scroll-parallax {
  position: relative;
}

.scroll-parallax .scroll-parallax__inner {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

@media screen and (max-width: 991px) {
  .scroll-parallax .scroll-parallax__inner {
    flex-direction: row;
    column-gap: 2rem;
    justify-content: center;
  }
  .scroll-parallax .scroll-parallax__inner picture {
    flex: 0 0 24rem;
  }
}
.scroll-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 76rem;
  overflow: hidden;
  background-color: var(--primary-bg);
  box-shadow: var(--box-shadow);
  border-radius: 1rem;
  column-gap: 2rem;
  z-index: 3;
  position: relative;
}

.scroll-cta .scroll-cta__parallax {
  flex: 1 1 auto;
  max-width: 46rem;
}

.scroll-cta .scroll-cta__parallax[data-scroll-parallax-direction=up] {
  align-self: flex-start;
}

.scroll-cta .scroll-cta__parallax[data-scroll-parallax-direction=down] {
  align-self: flex-end;
}

.scroll-cta .scroll-cta__content {
  flex: 0 0 42rem;
  text-align: center;
  align-items: center;
}

.scroll-cta .scroll-cta__content .section__actions {
  justify-content: center;
}

.scheme--primary .scroll-cta,
.scheme--secondary {
  background-color: white;
}

@media screen and (max-width: 991px) {
  .scroll-cta {
    flex-direction: column;
    row-gap: 5rem;
    max-height: none;
  }
  .scroll-cta .scroll-cta__parallax,
  .scroll-cta .scroll-cta__content {
    width: 100%;
    max-width: 100%;
  }
  .scroll-cta .scroll-cta__content {
    flex: 0 0 auto;
    max-width: 46rem;
    align-self: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.section--call-to-action {
  position: relative;
}

.section--call-to-action .container-full,
.section--call-to-action .container {
  position: relative;
  max-width: calc(var(--grid-xlg) + var(--container-gutter) * 2);
}

.section--call-to-action .section__actions {
  justify-content: center;
}

.section--call-to-action .section__illustration {
  position: absolute;
  transform: scaleX(-1);
  top: auto;
  left: -21rem;
  right: auto;
  bottom: -21rem;
  max-width: 56rem;
  z-index: 1;
}

@media screen and (max-width: 650px) {
  .section--call-to-action .section__illustration {
    left: 0;
    bottom: calc(var(--padding-top) * 2 * -1);
    transform: scaleX(-1) translateX(9rem);
  }
}
.section--form-media {
  background-color: var(--primary-bg);
}

.section--form-media .container,
.section--form-media .container-full {
  z-index: 0;
}

.section--form-media .panel {
  max-width: 88rem;
}

.section--form-media .section__illustration {
  position: absolute;
  bottom: -17rem;
  max-width: 53rem;
}

.section--form-media .section__media {
  position: relative;
  z-index: 2;
}

.section--form-media .section__media picture {
  position: relative;
}

.section--form-media .section__content {
  z-index: 10;
  position: relative;
}

.section--form-media.media--left .section__illustration {
  left: -17rem;
  transform: scaleX(-1);
}

.section--form-media.media--left .section__content {
  margin-left: -56.5rem;
}

.section--form-media.media--right .section__illustration {
  right: -17rem;
}

.section--form-media.media--right .section__content {
  margin-right: -56.5rem;
}

@media screen and (max-width: 991px) {
  .section--form-media .section__media picture img {
    aspect-ratio: 850/650 !important;
  }
  .section--form-media .section__illustration {
    bottom: -11rem;
  }
  .section--form-media.media--right .section__content {
    margin-right: -40rem;
  }
  .section--form-media.media--left .section__content {
    margin-left: -40rem;
  }
}
@media screen and (max-width: 767px) {
  .section--form-media .section__media picture img {
    aspect-ratio: 768/360 !important;
  }
  .section--form-media .section__content {
    max-width: 94%;
    margin: 0 auto -14rem;
  }
  .section--form-media.media--right .section__content {
    margin-right: auto;
  }
  .section--form-media.media--left .section__content {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .section--form-media .section__media {
    position: absolute;
    top: calc(var(--padding-top) * -1);
    left: calc(var(--container-gutter) * -1);
    width: calc(100% + var(--container-gutter) * 2);
    height: calc(100% + var(--padding-top) * 2);
    z-index: 0;
  }
  .section--form-media .section__media picture {
    height: 100%;
    border-radius: 0;
  }
  .section--form-media .section__media picture img {
    height: 100%;
  }
  .section--form-media.media--left .section__illustration, .section--form-media .section__illustration {
    bottom: calc(var(--padding-top) * 2 * -1);
    left: auto;
    right: 0;
    transform: scale(1) translateX(9rem);
    z-index: 5 !important;
  }
  .section--form-media .section__content {
    max-width: 100%;
    margin: 0 auto;
  }
  .section--form-media.media--right .section__content {
    margin-bottom: -2rem;
  }
  .section--form-media.media--left .section__content {
    margin-top: -2rem;
  }
}
.section--testimonials .section__media {
  position: relative;
}

.section--testimonials .section__media .testimonial,
.section--testimonials .section__media .testimonial-swiper {
  position: relative;
  z-index: 2;
}

.section--testimonials .section__media .testimonial-swiper .swiper-pagination {
  padding-left: 1.5rem;
}

.section--testimonials .section__media .testimonial-swiper .testimonial {
  pointer-events: none;
}

.section--testimonials .section__media .section__illustration {
  position: absolute;
  left: calc(100% - 35rem);
  bottom: -20rem;
  max-width: 56rem;
}

@media screen and (max-width: 991px) {
  .section--testimonials .section__media .section__illustration {
    left: calc(100% - 32rem);
    bottom: -20rem;
    max-width: 46rem;
  }
}
@media screen and (max-width: 650px) {
  .section--testimonials .section__media .section__illustration {
    bottom: calc(var(--padding-top) * 2 * -1);
    left: auto;
    right: 0;
    transform: translateX(9rem);
  }
}
.content-card {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}

.content-card .content-card__content {
  flex: 0 1 58rem;
}

.content-card .content-card__image {
  max-width: 37rem;
  flex: 0 0 37rem;
}

@media screen and (max-width: 1199px) {
  .content-card .content-card__image {
    max-width: 30.6rem;
    flex: 0 0 30.6rem;
    max-height: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .content-card {
    flex-direction: column;
    row-gap: 2rem;
    column-gap: 0;
  }
  .content-card .content-card__image {
    width: 100%;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: none;
  }
  .content-card .content-card__image img {
    width: 100%;
    aspect-ratio: 727/280 !important;
  }
  .content-card .content-card__content {
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .content-card .content-card__content {
    padding-right: 0;
  }
  .content-card .content-card__image img {
    aspect-ratio: 520/245 !important;
  }
}
.content-card-slider {
  overflow: visible;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.content-card-slider .swiper-wrapper .swiper-slide {
  max-width: 94rem;
}

.content-card-slider .swiper-wrapper .swiper-slide .content-card__content {
  transition: opacity 0.35s linear;
  will-change: opacity, transform;
  opacity: 0;
}

.content-card-slider .swiper-wrapper .swiper-slide .content-card__image {
  position: relative;
  z-index: 2;
  transition: transform 0.75s ease-out;
  will-change: transform;
}

.content-card-slider .swiper-wrapper .swiper-slide.swiper-slide-active .content-card__content {
  opacity: 1;
  transition-delay: 0.2s;
}

.content-card-slider .swiper-wrapper .swiper-slide.swiper-slide-active .content-card__image {
  transform: translateX(0) scale(1);
}

.content-card-slider .swiper-wrapper .swiper-slide.swiper-slide-prev .content-card__image {
  transform: translateX(58rem) scale(0.9);
  transition-delay: 0.14s;
}

@media screen and (max-width: 1199px) {
  .content-card-slider .swiper-wrapper .swiper-slide.swiper-slide-prev .content-card__image {
    transform: translateX(65rem) scale(0.9);
  }
}
@media screen and (max-width: 991px) {
  .content-card-slider .swiper-wrapper .swiper-slide.swiper-slide-prev .content-card__image {
    transform: translateX(0rem) scale(1);
  }
}
.content-card-slider .swiper-wrapper .swiper-slide.swiper-slide-next .content-card__image {
  transform: translateX(-2rem) scale(0.9);
}

@media screen and (max-width: 991px) {
  .content-card-slider .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: translateX(0rem) scale(1);
  }
}
.section--content-slider .swiper-pagination {
  margin-top: 5rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .section--content-slider .swiper-pagination {
    margin-top: 3rem;
  }
}
.full-width-image-swiper .swiper-slide {
  max-width: min(70rem, 100% - 8rem);
}

.section--image-slider .section__content {
  max-width: min(90rem, 100% - 4rem);
  margin: 0 auto 5rem;
  text-align: center;
  align-items: center;
}

.section--image-slider .section__content .section__actions {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .section--image-slider .section__content {
    margin-bottom: 3rem;
  }
}
.section--image-grid .section__content {
  max-width: min(90rem, 100% - 4rem);
  margin: 0 auto 5rem;
  text-align: center;
  align-items: center;
}

.section--image-grid .section__content .section__actions {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .section--image-grid .section__content {
    margin-bottom: 3rem;
  }
}
.logo-wrapper {
  height: 12.4rem;
  width: 12.4rem;
  flex: 0 0 12.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-wrapper > * {
  object-fit: contain;
  width: 100%;
}

.logo-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.logo-grid > * {
  flex: 0 0 12.4rem;
}

.section--logo-grid .section__content {
  max-width: min(90rem, 100% - 4rem);
  margin: 0 auto 5rem;
  text-align: center;
  align-items: center;
}

.section--logo-grid .section__content .section__actions {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .section--logo-grid .section__content {
    margin-bottom: 3rem;
  }
}
.ticker {
  padding: 3.8rem 0;
}

.ticker .marquee__element {
  column-gap: 4rem;
}

.ticker .marquee__element:first-child {
  margin-right: 4rem;
}

.section--ticker {
  background-color: var(--primary-bg);
}

[data-main-card-grid] .main-card-grid .section__content {
  padding: 2rem;
}

[data-main-card-grid] .main-card-grid .card {
  height: 100%;
}

[data-main-card-grid] .main-card-grid .card picture,
[data-main-card-grid] .main-card-grid .card picture img {
  height: 100%;
  width: 100%;
}

[data-main-card-grid] .main-card-grid .card img {
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

[data-main-card-grid] .main-card-grid .card:hover img {
  transform: scale(1.04);
}

[data-main-card-grid] .section__illustration {
  position: absolute;
  bottom: -17rem;
  left: calc(100% - 36rem);
  max-width: 53rem;
}

@media screen and (max-width: 650px) {
  [data-main-card-grid] .section__illustration {
    bottom: calc(var(--padding-top) * 2 * -1);
    left: auto;
    right: 0;
    transform: translateX(9rem);
  }
}
@media screen and (min-width: 1200px) {
  [data-main-card-grid] .main-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    grid-auto-rows: auto; /* height of one row */
    grid-gap: 2rem;
  }
  [data-main-card-grid] .main-card-grid .main-card-grid__item[data-index="1"] {
    grid-area: 1/1/2/2;
  }
  [data-main-card-grid] .main-card-grid .main-card-grid__item[data-index="2"] {
    grid-area: 1/2/2/3;
  }
  [data-main-card-grid] .main-card-grid .main-card-grid__item[data-index="3"] {
    grid-area: 1/3/3/4;
  }
  [data-main-card-grid] .main-card-grid .main-card-grid__item[data-index="4"] {
    grid-area: 2/1/3/3;
  }
  [data-main-card-grid] .main-card-grid .main-card-grid__item[data-index="5"] {
    grid-area: 3/1/4/2;
  }
  [data-main-card-grid] .main-card-grid .main-card-grid__item[data-index="6"] {
    grid-area: 3/2/4/4;
  }
  [data-main-card-grid] .main-card-grid.alternate .main-card-grid__item[data-index="1"] {
    grid-area: 1/1/2/2;
  }
  [data-main-card-grid] .main-card-grid.alternate .main-card-grid__item[data-index="2"] {
    grid-area: 1/2/2/4;
  }
  [data-main-card-grid] .main-card-grid.alternate .main-card-grid__item[data-index="3"] {
    grid-area: 2/1/3/3;
  }
  [data-main-card-grid] .main-card-grid.alternate .main-card-grid__item[data-index="4"] {
    grid-area: 2/3/3/4;
  }
  [data-main-card-grid] .main-card-grid.alternate .main-card-grid__item[data-index="5"] {
    grid-area: 3/1/4/2;
  }
  [data-main-card-grid] .main-card-grid.alternate .main-card-grid__item[data-index="6"] {
    grid-area: 3/2/4/4;
  }
}
@media screen and (max-width: 1199px) {
  [data-main-card-grid] .main-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
  [data-main-card-grid] .main-card-grid .section__content {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  [data-main-card-grid] .main-card-grid .main-card-grid__item[data-index="1"] {
    order: 2;
  }
  [data-main-card-grid] .main-card-grid .main-card-grid__item[data-index="2"] {
    order: 1;
  }
  [data-main-card-grid] .main-card-grid .main-card-grid__item[data-index="3"] {
    order: 3;
  }
  [data-main-card-grid] .main-card-grid .main-card-grid__item[data-index="4"] {
    order: 4;
  }
  [data-main-card-grid] .main-card-grid .main-card-grid__item[data-index="5"] {
    order: 5;
  }
  [data-main-card-grid] .main-card-grid .main-card-grid__item[data-index="6"] {
    order: 6;
  }
  [data-main-card-grid] .main-card-grid .main-card-grid__item picture img {
    aspect-ratio: 355/254 !important;
  }
}
@media screen and (max-width: 650px) {
  [data-main-card-grid] .main-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1199px) {
  .section--main-card-grid .section__content {
    max-width: min(90rem, 100% - 4rem);
    margin: 0 auto 5rem;
    text-align: center;
    align-items: center;
  }
  .section--main-card-grid .section__content .section__actions {
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .section--main-card-grid .section__content {
    margin-bottom: 3rem;
  }
}
.section--main-card-grid .container,
.section--main-card-grid .container-full {
  position: relative;
}

.card-link-swiper {
  margin-left: calc(var(--container-gutter) * -1);
  margin-right: calc(var(--container-gutter) * -1);
}

.card-link-swiper .swiper-wrapper {
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}

.card-link-swiper .swiper-slide {
  max-width: min(46rem, 100% - 8rem);
}

.card-link-swiper .swiper-slide .card {
  height: 100%;
}

.section--link-card-row .section__content {
  max-width: min(90rem, 100% - 4rem);
  margin: 0 auto 5rem;
  text-align: center;
  align-items: center;
}

.section--link-card-row .section__content .section__actions {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .section--link-card-row .section__content {
    margin-bottom: 3rem;
  }
}
.section--link-card-row .grid {
  z-index: 10;
}

.section--link-card-row .container-full {
  position: relative;
}

.section--link-card-row .container-full .section__illustration {
  position: absolute;
  bottom: -17rem;
  left: calc(100% - 36rem);
  max-width: 53rem;
}

@media screen and (max-width: 991px) {
  .section--link-card-row .container-full .section__illustration {
    bottom: -13rem;
    left: calc(100% - 31rem);
    max-width: 38rem;
  }
}
[data-link-card-grid] {
  position: relative;
}

[data-link-card-grid] .link-card-grid {
  position: relative;
  z-index: 5;
}

[data-link-card-grid] .link-card-grid .link-card-grid__item,
[data-link-card-grid] .link-card-grid .link-card-grid__item .card,
[data-link-card-grid] .link-card-grid .link-card-grid__item .card picture,
[data-link-card-grid] .link-card-grid .link-card-grid__item .card picture img {
  height: 100%;
}

@media screen and (max-width: 1200px) {
  [data-link-card-grid] .link-card-grid .link-card-grid__item {
    height: auto;
  }
}
[data-link-card-grid] .section__illustration {
  position: absolute;
  bottom: -17rem;
  left: calc(100% - 36rem);
  max-width: 53rem;
}

@media screen and (max-width: 650px) {
  [data-link-card-grid] .section__illustration {
    bottom: calc(var(--padding-top) * 2 * -1);
    left: auto;
    right: 0;
    transform: translateX(9rem);
  }
}
[data-link-card-grid][data-count=many] .link-card-grid .card,
[data-link-card-grid][data-count=many] .link-card-grid .card__image img,
[data-link-card-grid][data-count=many] .link-card-grid .card__image {
  width: 100%;
}

@media screen and (min-width: 1201px) {
  [data-link-card-grid][data-count=many] .link-card-grid {
    display: grid;
    grid-gap: 2rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto; /* height of one row */
    align-items: center;
  }
}
@media screen and (min-width: 1301px) {
  [data-link-card-grid][data-count=many] .link-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1301px) {
  [data-link-card-grid][data-count=many][data-intro-size=large] .link-card-grid .section__content {
    grid-area: 1/1/2/3;
  }
}
@media screen and (min-width: 1201px) {
  [data-link-card-grid][data-count=many][data-intro-size=large] .link-card-grid .section__content {
    grid-area: 1/1/2/3;
  }
}
@media screen and (max-width: 1199px) {
  [data-link-card-grid][data-count=many] .link-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
  [data-link-card-grid][data-count=many] .link-card-grid .section__content {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    order: 1;
  }
  [data-link-card-grid][data-count=many] .link-card-grid .link-card-grid__item[data-index="1"] {
    order: 2;
  }
  [data-link-card-grid][data-count=many] .link-card-grid .link-card-grid__item[data-index="2"] {
    order: 3;
  }
  [data-link-card-grid][data-count=many] .link-card-grid .link-card-grid__item[data-index="3"] {
    order: 4;
  }
  [data-link-card-grid][data-count=many] .link-card-grid .link-card-grid__item[data-index="4"] {
    order: 5;
  }
  [data-link-card-grid][data-count=many] .link-card-grid .link-card-grid__item[data-index="5"] {
    order: 6;
  }
  [data-link-card-grid][data-count=many] .link-card-grid .link-card-grid__item[data-index="6"] {
    order: 7;
  }
  [data-link-card-grid][data-count=many] .link-card-grid .link-card-grid__item[data-index="7"] {
    order: 8;
  }
  [data-link-card-grid][data-count=many] .link-card-grid .link-card-grid__item picture img {
    aspect-ratio: 355/254 !important;
  }
}
@media screen and (max-width: 650px) {
  [data-link-card-grid][data-count=many] .link-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
[data-link-card-grid][data-count="1"] .link-card-grid, [data-link-card-grid][data-count="2"] .link-card-grid {
  display: grid;
  grid-gap: 2rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto; /* height of one row */
  align-items: center;
}

@media screen and (max-width: 1199px) {
  [data-link-card-grid][data-count="1"] .link-card-grid, [data-link-card-grid][data-count="2"] .link-card-grid {
    display: flex;
    flex-wrap: wrap;
  }
  [data-link-card-grid][data-count="1"] .link-card-grid .section__content, [data-link-card-grid][data-count="2"] .link-card-grid .section__content {
    flex: 1 0 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
  }
  [data-link-card-grid][data-count="1"] .link-card-grid .section__content .section__actions, [data-link-card-grid][data-count="2"] .link-card-grid .section__content .section__actions {
    justify-content: center;
  }
  [data-link-card-grid][data-count="1"] .link-card-grid > *:not(.section__content), [data-link-card-grid][data-count="2"] .link-card-grid > *:not(.section__content) {
    flex: 0 0 calc(50% - 1rem);
  }
  [data-link-card-grid][data-count="1"] .link-card-grid > *:not(.section__content) .card, [data-link-card-grid][data-count="2"] .link-card-grid > *:not(.section__content) .card {
    max-width: min(46rem, 100vw - 8rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  [data-link-card-grid][data-count="1"] .link-card-grid .section__content, [data-link-card-grid][data-count="2"] .link-card-grid .section__content {
    max-width: min(46rem, 100%);
    margin: 0 auto;
  }
  [data-link-card-grid][data-count="1"] .link-card-grid > *:not(.section__content), [data-link-card-grid][data-count="2"] .link-card-grid > *:not(.section__content) {
    flex: 0 0 100%;
  }
  [data-link-card-grid][data-count="1"] .link-card-grid > *:not(.section__content) .card, [data-link-card-grid][data-count="2"] .link-card-grid > *:not(.section__content) .card {
    max-width: min(46rem, 100%);
  }
}
.section--features .section__content {
  max-width: min(90rem, 100% - 4rem);
  margin: 0 auto 5rem;
  text-align: center;
  align-items: center;
}

.section--features .section__content .section__actions {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .section--features .section__content {
    margin-bottom: 3rem;
  }
}
.section--features .section__content {
  max-width: min(70rem, 100% - 4rem);
  margin: 0 auto 5rem;
  text-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .section--features .section__content {
    margin-bottom: 3rem;
  }
}
.section--features-large .section__content {
  max-width: min(90rem, 100% - 4rem);
  margin: 0 auto 5rem;
  text-align: center;
  align-items: center;
}

.section--features-large .section__content .section__actions {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .section--features-large .section__content {
    margin-bottom: 3rem;
  }
}
.related-posts-swiper {
  padding: 4rem;
  margin: -4rem;
}

.related-posts-swiper .swiper-slide {
  max-width: calc((100vw - var(--container-gutter) * 2) / 4 - 2rem);
  height: auto;
  margin-right: 2rem;
}

.related-posts-swiper .swiper-slide:nth-child(2) {
  transition-delay: 0.04s;
}

.related-posts-swiper .swiper-slide:nth-child(3) {
  transition-delay: 0.08s;
}

.related-posts-swiper .swiper-slide:nth-child(4) {
  transition-delay: 0.12s;
}

.related-posts-swiper .swiper-pagination {
  justify-content: center;
}

.related-posts-swiper.swiper-initialized .swiper-slide {
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .related-posts-swiper .swiper-slide {
    max-width: 38rem;
  }
}
.section--related-posts {
  --scheme: #fff;
  --gradient-size: calc(var(--padding-bottom) + 4.4rem + 4rem + 24rem);
  background: var(--scheme);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) calc(100% - var(--gradient-size)), var(--scheme) calc(100% - var(--gradient-size)), var(--scheme) 100%);
}

.section--related-posts .section__content {
  max-width: min(90rem, 100% - 4rem);
  margin: 0 auto 5rem;
  text-align: center;
  align-items: center;
}

.section--related-posts .section__content .section__actions {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .section--related-posts .section__content {
    margin-bottom: 3rem;
  }
}
.section--related-posts .section__actions {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}

.section--related-posts.scheme--primary {
  --scheme: var(--primary-bg);
}

.section--related-posts.scheme--secondary {
  --scheme: var(--secondary-bg);
}

.section--related-posts.scheme--secondary .section__subtitle {
  color: var(--secondary-text);
}

.section--related-posts.variant--recipe {
  --gradient-size: calc(var(--padding-bottom) + 4.4rem + 4rem + 6.9rem);
}

.section--related-posts.variant--recipe.rows--2 {
  --gradient-size: calc(var(--padding-bottom) + 4.4rem + 4rem + 6.9rem + (15.9rem * 1));
}

@media screen and (max-width: 991px) {
  .section--related-posts.variant--recipe.rows--2 {
    --gradient-size: calc(var(--padding-bottom) + 4.4rem + 4rem + 6.9rem + (15.9rem * 2));
  }
}
.section--related-posts.variant--recipe.rows--3 {
  --gradient-size: calc(var(--padding-bottom) + 4.4rem + 4rem + 6.9rem + (15.9rem * 2));
}

@media screen and (max-width: 991px) {
  .section--related-posts.variant--recipe.rows--3 {
    --gradient-size: calc(var(--padding-bottom) + 4.4rem + 4rem + 6.9rem + (15.9rem * 4));
  }
}
.section--related-posts.variant--recipe.rows--4 {
  --gradient-size: calc(var(--padding-bottom) + 4.4rem + 4rem + 6.9rem + (15.9rem * 3));
}

@media screen and (max-width: 991px) {
  .section--related-posts.variant--recipe.rows--4 {
    --gradient-size: calc(var(--padding-bottom) + 4.4rem + 4rem + 6.9rem + (15.9rem * 6));
  }
}
.fish-glossary .fish-glossary__filters {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  align-items: center;
  margin-bottom: 3rem;
}

.fish-glossary .fish-glossary__mobile-filters {
  display: flex;
  column-gap: 2rem;
  margin-bottom: 3rem;
}

.fish-glossary .fish-glossary__mobile-filters .form__group {
  flex: 0 0 calc(50% - 1rem);
}

@media screen and (max-width: 560px) {
  .fish-glossary .fish-glossary__mobile-filters {
    flex-wrap: wrap;
    gap: 1rem 0;
  }
  .fish-glossary .fish-glossary__mobile-filters .form__group {
    flex: 0 0 100%;
  }
}
.fish-glossary .fish-glossary__items {
  row-gap: 5rem;
}

.fish-glossary .fish-glossary__items .hidden {
  display: none !important;
}

.section--fish-glossary .section__content {
  max-width: min(90rem, 100% - 4rem);
  margin: 0 auto 5rem;
  text-align: center;
  align-items: center;
}

.section--fish-glossary .section__content .section__actions {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .section--fish-glossary .section__content {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .section--related-ingredients .section__content {
    max-width: min(70rem, 100% - 4rem);
    margin: 0 auto 5rem;
    text-align: center;
    align-items: center;
  }
  .section--related-ingredients .section__content .section__actions {
    justify-content: center;
  }
}
.featured-recipes .card {
  transition: all 0.29s ease-out;
  opacity: 1;
  transform: translateY(0);
}

@starting-style {
  .featured-recipes .card {
    opacity: 0;
    transform: translateY(4rem);
  }
}
.featured-recipes .card.card--featured {
  max-height: 59.6rem;
}

.featured-recipes .others {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 2rem;
}

.featured-recipes .others .card:nth-child(1) {
  transition-delay: 0.07s;
}

.featured-recipes .others .card:nth-child(2) {
  transition-delay: 0.14s;
}

.featured-recipes .others .card:nth-child(3) {
  transition-delay: 0.21s;
}

.featured-recipes .others .card:nth-child(4) {
  transition-delay: 0.28s;
}

.post-type-archive-recipe .header--main {
  padding-bottom: calc(var(--padding-bottom) + 9rem);
  min-height: 46rem;
}

.post-type-archive-recipe .header--main + .section--featured-news {
  padding-top: 0;
  margin-top: -9rem;
  z-index: 3;
  position: relative;
}

.overview {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}

.overview .overview__item {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.overview .overview__item svg {
  fill: var(--primary-text);
  height: 2.1rem;
  width: 2.1rem;
  position: relative;
  top: -0.1rem;
}

.instruction {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.instruction:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 940 7" preserveAspectRatio="none"><path fill-rule="evenodd"  fill="%23CDB46D" d="M.2544,4.8983c-.0926-.4209,317.7021-1.5143,461.0004-1.697,143.1787-.1826,320.5017-2.4735,390.3329-2.1348s88.2466.3418,88.3294.4331.1555.2993-.062.3026-138.94,2.1678-224.4169,2.4867-191.3365.4735-221.3937.4987-142.3395.2013-180.6321.5522-126.3221,1.0571-150.4913,1.0457-127.3979-.5864-145.1828-.8248S-.5815,5.1523.2544,4.8983Z"/></svg>');
  position: absolute;
  bottom: -0.3rem;
  left: 0;
}

.instruction label {
  position: relative;
  padding-left: 3.5rem;
  display: flex;
  line-height: 2.5rem;
  padding-top: 0.4rem;
  cursor: pointer;
}

.instruction label:before {
  content: "";
  height: 2.4rem;
  width: 2.4rem;
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23BACEF1" d="M12,23.917c-.6978,0-1.3579-.167-1.8887-.3008l-.2402-.0596c-.2407-.0586-.4688-.1143-.6753-.1582-.7842-.166-1.6553-.5469-2.355-.8525l-.2178-.0947c-1.6226-.7002-2.5005-1.3271-3.6108-2.583-.9131-1.0303-1.6372-2.2012-2.1499-3.4766-.5723-1.4219-.8623-2.9268-.8623-4.4741,0-.8901.2734-1.5737.4546-2.0259l.0693-.1772c.1201-.3154.2397-.6318.3379-.9644.0825-.2783.1411-.6567.1924-1.0244.0151-.2988.0498-.8916.3853-1.5117.9399-1.7368,2.3296-2.6572,3.5557-3.4692l1.0674-.7202c1.3184-.9019,2.9595-2.0244,5.9375-2.0244,2.6377,0,3.6816.2085,4.2383.3652,1.835.5166,3.0537,1.4492,4.0977,2.3804l.5645.5034.1904.7324c.1631.6235.2568.9541.3848,1.2642.2246.542.5039.9453.8828,1.4194.584.7339.9873,1.2407,1.2188,2.0811.2812,1.0327.4229,2.0977.4229,3.1714,0,.7432-.0732,3.3022-1.0195,5.0347-.7139,1.3105-1.2158,1.9541-1.9111,2.8467-.9941,1.2773-2.083,1.7295-2.8779,2.0596l-.2471.1035c-.333.1416-.6768.2891-1.0449.4609l-.8477.4092c-.9805.4834-2.2012,1.085-4.0518,1.085ZM5.0005,11.9946c.0093.877.1777,1.728.5005,2.5308.2988.7441.7212,1.4258,1.2549,2.0283.6265.708.8857.8916,1.8491,1.3066l.2373.1035c.3584.1562,1.104.4824,1.3975.5449.2524.0537.5225.1191.8057.1875l.2896.0723c.2227.0557.5596.1406.6836.1484.6392,0,1.0215-.1748,1.8232-.5703l.9307-.4492c.4385-.2051.8369-.376,1.2148-.5361l.2861-.1201c.5967-.248.6807-.2959.8125-.4648.6699-.8594.9863-1.2656,1.5049-2.2188.1982-.3613.4092-1.5088.4092-2.6401,0-.5767-.0693-1.1479-.2061-1.7002-.0791-.1074-.1846-.2329-.3223-.4058-.5439-.6826-1.1406-1.5054-1.6152-2.6538-.1602-.3862-.2822-.7554-.3945-1.1445-.5078-.4023-.9639-.6616-1.5801-.8354-.0654-.0181-.6943-.1777-2.8818-.1777-1.4316,0-1.9937.3848-3.1143,1.1514l-1.1294.7617c-.8413.5571-1.3877.9326-1.7368,1.3965-.0039.0356-.0083.0698-.0127.1035-.0786.5625-.1748,1.1616-.3501,1.7549-.1353.4565-.2949.8911-.4575,1.3188l-.1025.2617c-.0327.0815-.0698.1611-.0962.2461Z"/></svg>');
  background-size: cover;
  background-position: center;
}

.instruction input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.instruction input[type=checkbox]:checked + label {
  text-decoration: line-through;
  color: rgba(83, 83, 88, 0.5);
}

.instruction input[type=checkbox]:checked + label:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path id="background" fill="%23CDB46D" d="M12,23.9175c2.1415,0,3.3588-.7731,4.9023-1.4958,1.7293-.8098,2.9521-1.0609,4.1122-2.5521.7856-1.0097,1.2498-1.6034,1.9667-2.9175.7169-1.3141,1.0189-3.6382,1.0189-5.0346,0-1.0964-.1471-2.1585-.4226-3.1676-.431-1.5789-1.4935-2.0327-2.1008-3.5027-.3919-.9485-.3919-1.8198-.8694-2.2561-1.36-1.2424-2.5467-2.1123-4.3697-2.626-1.037-.2922-3.1072-.3651-4.2377-.3651-3.2488,0-4.6651,1.1751-6.5752,2.4584-1.6126,1.0834-3.0562,2.0388-3.9852,3.7552-.3914.7231-.3402,1.7333-.5777,2.5362-.3198,1.0809-.8619,1.983-.8619,3.1676,0,1.5815.306,3.0916.8619,4.4743.5163,1.2841,1.2483,2.4583,2.151,3.4778,1.1615,1.3116,1.9104,1.8482,3.5419,2.5521.7128.3076,1.8691.8124,2.6454.9777.8102.1726,1.9382.5181,2.7998.5181Z"/><path id="tick" fill="%23FFFBEE"  d="M23.5943,1.0349c-.2191-.1385-.678.1654-.8186.3762-1.848,2.6862-3.5936,5.4416-5.5026,8.0864-.863,1.1948-2.2004,2.4371-2.9776,3.1947-.3762.3679-1.2682,1.2485-2.1787,2.2149-.646-.5033-1.5989-1.2413-2.2232-1.9844-1.5482-1.8428-3.4365-3.4923-4.9383-5.3775-.1137-.1488-.4796-.3235-.6501-.1778-.1705.1468-.3493.6181-.2956.7958.338,1.172.6356,2.3802,1.141,3.4345,1.1018,2.2821,2.6417,4.1693,4.3833,5.8964.0848.0796.1643.1437.246.215-.0145.0238-.0382.0537-.0506.0754-.4444.7555-.0372,1.1906,1.0294,1.2475.2491.0124.5912-.0837.9674-.2263.4475.0951.8713.0754,1.2909-.03.8392-.2108,1.7188-.8082,1.356-1.3498-.0207-.031-.0424-.0579-.063-.0889,1.0945-.7772,2.1839-1.7053,2.9404-2.5642,2.157-2.5487,4.0536-5.2463,5.3868-8.3242.6108-1.4211.956-2.9818,1.3529-4.5062.062-.2315-.1767-.769-.3958-.9075"/></svg>');
}

.instruction:last-child {
  margin-bottom: 0;
}

.instruction-group {
  display: flex;
  flex-direction: column;
}

.instruction-group .instruction-group__title {
  margin-bottom: 2rem;
}

.ingredient-group {
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
}

.ingredient-group .ingredient-group__items div {
  display: flex;
  align-items: flex-start;
}

.ingredient-group .ingredient-group__items div:before {
  content: "";
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 50%;
  background-color: var(--secondary-bg);
  margin-right: 0.7rem;
  position: relative;
  top: 1.1rem;
}

.ingredient-group .ingredient-group__items div dt {
  flex: 1;
}

.ingredient-group .ingredient-group__items div dt a {
  color: var(--link);
  text-decoration: none;
  font-weight: 600;
}

.ingredient-group .ingredient-group__items div dd {
  flex: 0 0 13rem;
  text-align: right;
}

.recipe {
  background: white;
  background: linear-gradient(180deg, var(--primary-bg) 0%, var(--primary-bg) 50.6rem, white 50.6rem, white 100%);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.recipe .recipe__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 193px) 80px repeat(3, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.recipe .recipe__image {
  min-height: 10rem;
  grid-area: 1/1/4/6;
  align-self: flex-start;
  opacity: 1;
  transform: scale(1);
  transition: all 0.256s ease-out;
}

@starting-style {
  .recipe .recipe__image {
    opacity: 0;
    transform: scale(0.98);
  }
}
@media screen and (min-width: 992px) {
  .recipe .recipe__image {
    height: 100%;
  }
  .recipe .recipe__image img {
    height: 100%;
  }
}
.recipe .recipe__header {
  min-height: 10rem;
  grid-area: 1/6/3/13;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  row-gap: 3rem;
  opacity: 1;
  transition: all 0.256s ease-out;
}

@starting-style {
  .recipe .recipe__header {
    opacity: 0;
  }
}
.recipe .recipe__header .recipe__title {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.recipe .recipe__sidebar {
  min-height: 10rem;
  grid-area: 4/1/7/6;
  opacity: 1;
  transform: translateY(-1rem);
  transition: all 0.256s ease-out 0.1s;
}

@starting-style {
  .recipe .recipe__sidebar {
    opacity: 0;
    transform: translateY(0);
  }
}
.recipe .recipe__sidebar .recipe__ingredients {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.recipe .recipe__content {
  min-height: 10rem;
  grid-area: 3/6/7/13;
  padding: 10rem 0;
  opacity: 1;
  transform: translateY(-4rem);
  transition: all 0.256s ease-out 0.2s;
}

@starting-style {
  .recipe .recipe__content {
    opacity: 0;
    transform: translateY(0);
  }
}
.recipe .recipe__content > .heading-2 {
  margin-bottom: 3rem;
}

.recipe .recipe__content .recipe__instructions {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}

@media screen and (max-width: 991px) {
  .recipe .recipe__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 0;
    grid-row-gap: 5rem;
  }
  .recipe .recipe__inner .recipe__header {
    grid-area: 1/1/2/2;
    padding-top: 0;
  }
  .recipe .recipe__inner .recipe__image {
    grid-area: 2/1/3/2;
    max-width: 76rem;
    margin: 0 auto;
  }
  .recipe .recipe__inner .recipe__image img {
    width: revert-layer;
    aspect-ratio: 850/650 !important;
  }
  .recipe .recipe__inner .recipe__sidebar {
    grid-area: 3/1/4/2;
  }
  .recipe .recipe__inner .recipe__content {
    grid-area: 4/1/5/2;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 560px) {
  .recipe .recipe__inner {
    grid-row-gap: 3rem;
  }
  .recipe .recipe__inner .recipe__overview {
    column-gap: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .recipe .recipe__inner .recipe__header .recipe__overview {
    flex-direction: column;
    row-gap: 0.5rem;
    column-gap: 0;
  }
}
:root {
  --heading-one-font-size: 4.8rem;
  --heading-one-line-height: 4rem;
  --heading-one-letter-spacing: -0.25rem;
  --heading-one-word-spacing: -1.1rem;
  --heading-one-font-style: normal;
  --heading-one-font-weight: bold;
  --heading-one-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-one-font-size: 6.2rem;
    --heading-one-line-height: 5.2rem;
    --heading-one-letter-spacing: -0.323rem;
    --heading-one-word-spacing: -1.1rem;
    --heading-one-font-style: normal;
    --heading-one-font-weight: bold;
    --heading-one-text-transform: normal;
  }
}
:root {
  --heading-one-font:
    var(--heading-one-font-style)
    var(--heading-one-font-weight)
    var(--heading-one-font-size) / var(--heading-one-line-height)
    var(--font-family);
}

:root {
  --heading-two-font-size: 3.8rem;
  --heading-two-line-height: 3.2rem;
  --heading-two-letter-spacing: -.198rem;
  --heading-two-word-spacing: -.9rem;
  --heading-two-font-style: normal;
  --heading-two-font-weight: bold;
  --heading-two-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-two-font-size: 4.8rem;
    --heading-two-line-height: 4rem;
    --heading-two-letter-spacing: -.25rem;
    --heading-two-word-spacing: -.9rem;
    --heading-two-font-style: normal;
    --heading-two-font-weight: bold;
    --heading-two-text-transform: normal;
  }
}
:root {
  --heading-two-font:
    var(--heading-two-font-style)
    var(--heading-two-font-weight)
    var(--heading-two-font-size)/var(--heading-two-line-height)
    var(--font-family);
}

:root {
  --heading-three-font-size: 3.2rem;
  --heading-three-line-height: 4rem;
  --heading-three-letter-spacing: 0;
  --heading-three-font-style: normal;
  --heading-three-font-weight: normal;
  --heading-three-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-three-font-size: 3.8rem;
    --heading-three-line-height: 4.7rem;
    --heading-three-letter-spacing: 0;
    --heading-three-font-style: normal;
    --heading-three-font-weight: normal;
    --heading-three-text-transform: normal;
  }
}
:root {
  --heading-three-font:
    var(--heading-three-font-style)
    var(--heading-three-font-weight)
    var(--heading-three-font-size) / var(--heading-three-line-height)
    var(--alt-font-family);
}

:root {
  --heading-four-font-size: 2.2rem;
  --heading-four-line-height: 2.3rem;
  --heading-four-letter-spacing: -0.146rem;
  --heading-four-word-spacing: -.9rem;
  --heading-four-font-style: normal;
  --heading-four-font-weight: bold;
  --heading-four-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-four-font-size: 3.2rem;
    --heading-four-line-height: 2.6rem;
    --heading-four-letter-spacing: -0.167rem;
    --heading-four-word-spacing: -.9rem;
    --heading-four-font-style: normal;
    --heading-four-font-weight: bold;
    --heading-four-text-transform: normal;
  }
}
:root {
  --heading-four-font:
    var(--heading-four-font-style)
    var(--heading-four-font-weight)
    var(--heading-four-font-size) / var(--heading-four-line-height)
    var(--font-family);
}

:root {
  --heading-five-font-size: 2.4rem;
  --heading-five-line-height: 2rem;
  --heading-five-letter-spacing: -0.125rem;
  --heading-five-word-spacing: -.3rem;
  --heading-five-font-style: normal;
  --heading-five-font-weight: bold;
  --heading-five-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-five-font-size: 2.8rem;
    --heading-five-line-height: 2.3rem;
    --heading-five-letter-spacing: -0.146rem;
    --heading-five-word-spacing: -.3rem;
    --heading-five-font-style: normal;
    --heading-five-font-weight: bold;
    --heading-five-text-transform: normal;
  }
}
:root {
  --heading-five-font:
    var(--heading-five-font-style)
    var(--heading-five-font-weight)
    var(--heading-five-font-size) / var(--heading-five-line-height)
    var(--font-family);
}

:root {
  --heading-six-font-size: 2.2rem;
  --heading-six-line-height: 1.8rem;
  --heading-six-letter-spacing: -0.115rem;
  --heading-six-word-spacing: -.2rem;
  --heading-six-font-style: normal;
  --heading-six-font-weight: bold;
  --heading-six-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-six-font-size: 2.2rem;
    --heading-six-line-height: 1.8rem;
    --heading-six-letter-spacing: -0.115rem;
    --heading-six-word-spacing: -.2rem;
    --heading-six-font-style: normal;
    --heading-six-font-weight: bold;
    --heading-six-text-transform: normal;
  }
}
:root {
  --heading-six-font:
    var(--heading-six-font-style)
    var(--heading-six-font-weight)
    var(--heading-six-font-size) / var(--heading-six-line-height)
    var(--font-family);
}

:root {
  --paragraph-font-size: 1.6rem;
  --paragraph-line-height: 2.4rem;
  --paragraph-letter-spacing: 0;
  --paragraph-font-style: normal;
  --paragraph-font-weight: 300;
  --paragraph-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --paragraph-font-size: 1.8rem;
    --paragraph-line-height: 2.4rem;
    --paragraph-letter-spacing: 0;
    --paragraph-font-style: normal;
    --paragraph-font-weight: 300;
    --paragraph-text-transform: normal;
  }
}
:root {
  --paragraph-font:
    var(--paragraph-font-style)
    var(--paragraph-font-weight)
    var(--paragraph-font-size) / var(--paragraph-line-height)
    var(--body-font-family);
}

:root {
  --small-paragraph-font-size: 1.4rem;
  --small-paragraph-line-height: 1.9rem;
  --small-paragraph-letter-spacing: 0;
  --small-paragraph-font-style: normal;
  --small-paragraph-font-weight: 600;
  --small-paragraph-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --small-paragraph-font-size: 1.4rem;
    --small-paragraph-line-height: 1.9rem;
    --small-paragraph-letter-spacing: 0;
    --small-paragraph-font-style: normal;
    --small-paragraph-font-weight: 600;
    --small-paragraph-text-transform: normal;
  }
}
:root {
  --small-paragraph-font:
    var(--small-paragraph-font-style)
    var(--small-paragraph-font-weight)
    var(--small-paragraph-font-size) / var(--small-paragraph-line-height)
    var(--body-font-family);
}

figure figcaption {
  text-align: center;
  margin-top: 1.5rem;
}

.article .article__header {
  padding: 8rem 0;
  background-color: var(--primary-bg);
}

.article .article__header .container-full,
.article .article__header .container {
  max-width: calc(124rem + var(--container-gutter) * 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 3rem;
  opacity: 1;
  transition: all 0.34s ease-out;
}

@starting-style {
  .article .article__header .container-full,
  .article .article__header .container {
    opacity: 0;
  }
}
.article .article__header .article__categories {
  padding: 0;
  margin: 0;
  list-style: none;
}

.article .article__header .article__title {
  margin-bottom: 0;
}

.article .article__header .article__image {
  max-width: 84rem;
  margin: 6rem auto -53.5rem;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.34s ease-out;
}

.article .article__header .article__image img {
  aspect-ratio: 840/600;
}

@starting-style {
  .article .article__header .article__image {
    opacity: 0;
    transform: translateY(3rem);
  }
}
.article .article__content {
  padding: 5rem 0;
  text-align: center;
  opacity: 1;
  transition: all 0.34s ease-out;
}

@starting-style {
  .article .article__content {
    opacity: 0;
  }
}
.article .article__content .container-full,
.article .article__content .container {
  max-width: calc(116rem + var(--container-gutter) * 2);
}

.article .article__content .container-full > *:first-child,
.article .article__content .container > *:first-child {
  margin-top: 0;
}

.article .article__content .container-full > *:last-child,
.article .article__content .container > *:last-child {
  margin-bottom: 0;
}

.article .article__content .section {
  margin: 8rem auto;
  padding: 0;
}

.article .article__content picture, .article .article__content img {
  border-radius: 1rem;
  overflow: hidden;
}

.article .article__content a {
  color: var(--link);
  font-weight: 600;
  text-decoration: none;
}

.article .article__content h1, .article .article__content .h1, .article .article__content h2, .article .article__content .h2, .article .article__content h3, .article .article__content .h3, .article .article__content h4, .article .article__content .h4, .article .article__content h5, .article .article__content .h5, .article .article__content h6, .article .article__content .h6 {
  margin: 0.8em auto 0.4em;
}

.article .article__content p {
  margin: 0 auto 0.75rem;
}

.article .article__content ol, .article .article__content ul {
  text-align: left;
}

.article .article__content ul li::marker {
  color: var(--secondary-bg);
}

.article .article__content ul, .article .article__content ol,
.article .article__content .wp-block-list {
  display: inline-flex;
  flex-direction: column;
}

.article .article__content .wp-block-image {
  margin: 3rem auto;
}

.article .article__content .wp-block-image img {
  margin: 0 auto;
}

.article .article__content .wp-block-video {
  max-width: 90rem;
  margin: 3rem auto;
  border-radius: 1rem;
  overflow: hidden;
}

.article .article__content .wp-block-embed {
  max-width: 90rem;
  margin: 3rem auto;
  border-radius: 1rem;
  overflow: hidden;
}

.article .article__content .wp-block-quote {
  position: relative;
  margin: 3rem auto;
  padding-top: 4.5rem;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.article .article__content .wp-block-quote:before {
  content: "";
  width: 3.4rem;
  height: 2.7rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 27"><path fill="%23CDB46D" d="M10.62,15.35c-1.1-1.0099-2.49-1.5699-4.18-1.68.11-.97.32-1.98.62-3.04.5-1.83,1.39-3.61,2.67-5.35.82-1.09,1.18-2.05,1.09-2.8701-.09-.8199-.41-1.46-.96-1.92C9.32.03,8.63-.1,7.81.08s-1.65.77-2.47,1.78c-1.1801,1.55-2.21,3.29-3.08,5.21-.87,1.91-1.46,3.85-1.78,5.82-.32,1.96-.48,3.81-.48,5.55,0,2.55.57,4.49,1.71,5.82,1.14,1.32,2.67,1.99,4.59,1.99,1.83,0,3.31-.6,4.45-1.79,1.15-1.18,1.72-2.69,1.72-4.52,0-1.91-.62-3.44-1.85-4.59ZM33.43,19.94c0,1.83-.57,3.34-1.71,4.52-1.15,1.19-2.6299,1.79-4.46,1.79-1.92,0-3.44-.67-4.59-1.99-1.14-1.33-1.71-3.27-1.71-5.82,0-1.74.16-3.59.48-5.55.32-1.97.91-3.91,1.78-5.82.8701-1.92,1.9-3.66,3.08-5.21.83-1.01,1.65-1.6,2.47-1.78s1.51-.05,2.06.41c.54.46.86,1.1.95,1.92.1.82-.27,1.78-1.09,2.8701-1.28,1.74-2.17,3.52-2.67,5.35-.3,1.06-.51,2.07-.62,3.04,1.69.11,3.09.67,4.18,1.68,1.23,1.15,1.85,2.6801,1.85,4.59Z"/></svg>');
  background-size: 3.4rem 2.7rem;
  font-weight: normal;
  font-family: Nunito, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #535358;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.article .article__content .wp-block-quote p {
  font-size: 3.2rem;
  line-height: 4.3rem;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .article .article__content .wp-block-quote p {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.article .article__content .wp-block-quote cite {
  color: var(--primary-text);
  font: var(--heading-five-font);
  letter-spacing: var(--heading-five-letter-spacing);
  text-transform: var(--heading-five-text-transform);
  text-box: trim-both ex alphabetic;
}

.article.has-featured-image .article__header {
  margin-bottom: 45.5rem;
}

.section--news-grid {
  padding-bottom: 0;
}

.section--news-grid .card {
  transition: all 0.3s ease-out;
}

@starting-style {
  .section--news-grid .card {
    transform: translateY(3rem);
    opacity: 0;
  }
}
.section--news-grid .card--featured {
  max-height: 59.6rem;
}

.section--news-grid:last-child {
  padding-bottom: var(--padding-bottom);
}

.blog .header--main {
  padding-top: calc(3rem + var(--padding-top));
  padding-bottom: calc(12rem + var(--padding-bottom));
}

.blog .header--main + .section--news-grid {
  margin-top: -10rem;
  z-index: 3;
  position: relative;
}

.search-item {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.search-item .search-item__url {
  font-size: 1.8rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--link);
  text-decoration: none;
}

.search-item .search-item__title {
  color: var(--primary-text);
  text-decoration: none;
  font-size: 32px;
  font-weight: 300;
}

.search-item .search-item__title:last-child {
  margin-bottom: 0;
}

.search-item .search-item__excerpt {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: var(--tertiary-text);
}

.search-item .search-highlight {
  background: var(--navbar-dropdown-subtitle);
}

.search #page-content {
  padding-bottom: 10rem;
}

.search #inner-header.search__header {
  min-height: 40rem;
}

.search .search__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.search .search__list li + li {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 0.1rem solid var(--secondary-text);
}

.search .search__notfound {
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .search #inner-header.search__header {
    min-height: 0;
  }
  .search .search__list li + li {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .search .search__list .search-item .search-item__excerpt {
    line-height: 2rem;
  }
}
font[size="1"] {
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  justify-self: center;
}

font[size="1"] + br {
  display: none;
}

.xdebug-error {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  color: #000000;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 120rem;
  border-radius: 0;
  border: none;
  margin-bottom: 2rem;
  line-height: normal;
  letter-spacing: normal;
  word-spacing: normal;
}

.xdebug-error a {
  color: inherit;
  border: none;
  text-decoration: underline;
}

.xdebug-error a:before, .xdebug-error a:after {
  content: none;
}

.xdebug-error td {
  padding: 0.05rem 0.5rem;
}

.xdebug-error th {
  padding: 0.15rem 0.5rem;
}

.xdebug-error pre {
  margin: 0;
  padding: 0.15rem 0.5rem;
}

.xdebug-error + br {
  display: none;
}

/*# sourceMappingURL=main.css.map*/