/*********************
 Project Variables
 *********************/
:root {
  /***** Color Palette *****/
  --color_primary-300: #fdfbf6;
  /* 90% tint */
  --color_primary-400: #f4e9d3;
  /* 50% tint */
  --color_primary-500: #e8d3a6;
  /* Primary */
  --color_primary-600: #d1be95;
  /* 10% shade */
  --color_primary-700: #a29474;
  /* 30% shade */
  --color_primary-800: #5d5442;
  /* 60% shade */
  --color_primary-900: #2e2a21;
  /* 80% shade */
  /*
   --color_secondary-500: #70ADB5;
   --color_secondary-500: #F5C7A4;
   --color_secondary-500: #70ADB5;
   --color_secondary-500: #516B9C;*/
  --color_secondary-300: #e3eaeb;
  /* 80% tint */
  --color_secondary-400: #c8d5d6;
  /* 60% tint */
  --color_secondary-500: #759599;
  /* Secondary */
  --color_secondary-600: #52686b;
  /* 30% shade */
  --color_secondary-700: #2f3c3d;
  /* 60% shade */
  --color_secondary-800: #171e1f;
  /* 80% shade */
  --color_headings: #171511;
  --color_body-light: #595959;
  --color_body-dark: #484b51;
  /***** Typography *****/
  /* Headings */
  --headings_font: 'Prata', serif;
  --headings_margin: 0.694em;
  /* Body */
  --body_font: 'Manrope', sans-serif;
  /***** Dimensions *****/
  /* Top Bar */
  --height_top-bar: 53px;
  /* Header */
  --height_header: 148px; }
/*********************
 Root Variables (Desktop)
 *********************/
:root {
  /***** Spacing *****/
  --comp-spacing: 108px;
  --spacing_xs-5: 12px;
  --spacing_xs-4: 16px;
  --spacing_xs-3: 24px;
  --spacing_xs-2: 30px;
  --spacing_xs-1: 36px;
  --spacing_xs: 48px;
  --spacing_sm: 72px;
  --spacing_md: 96px;
  --spacing_lg: 108px;
  /***** Breakpoints *****/
  --breakpoint_sm: 480px;
  --breakpoint_md: 991px;
  --breakpoint_lg: 1140px;
  --breakpoint_xl: 1280px;
  /***** Width *****/
  --w_1-12: 8.333%;
  --w_2-12: 16.666%;
  --w_3-12: 25%;
  --w_4-12: 33.333%;
  --w_5-12: 41.666%;
  --w_6-12: 50%;
  --w_7-12: 58.333%;
  --w_8-12: 66.666%;
  --w_9-12: 75%;
  --w_10-12: 83.333%;
  --w_11-12: 91.666%;
  --w_12-12: 100%;
  /***** Type Scale - Absolute *****/
  --type-scale_xs-5: 0.279rem;
  --type-scale_xs-4: 0.335rem;
  --type-scale_xs-3: 0.402rem;
  --type-scale_xs-2: 0.482rem;
  --type-scale_xs-1: 0.579rem;
  --type-scale_xs: 0.694rem;
  --type-scale_sm: 0.833rem;
  --type-scale_md: 1rem;
  --type-scale_lg: 1.2rem;
  --type-scale_xl: 1.44rem;
  --type-scale_xl-1: 1.728rem;
  --type-scale_xl-2: 2.074rem;
  --type-scale_xl-3: 2.488rem;
  --type-scale_xl-4: 2.986rem;
  --type-scale_xl-5: 3.583rem;
  --type-scale_xl-6: 4.3rem;
  /***** Type Scale - Relative *****/
  --type-scale-rel_xs-5: 0.279em;
  --type-scale-rel_xs-4: 0.335em;
  --type-scale-rel_xs-3: 0.402em;
  --type-scale-rel_xs-2: 0.482em;
  --type-scale-rel_xs-1: 0.579em;
  --type-scale-rel_xs: 0.694em;
  --type-scale-rel_sm: 0.833em;
  --type-scale-rel_md: 1em;
  --type-scale-rel_lg: 1.2em;
  --type-scale-rel_xl: 1.44em;
  --type-scale-rel_xl-1: 1.728em;
  --type-scale-rel_xl-2: 2.074em;
  --type-scale-rel_xl-3: 2.488em;
  --type-scale-rel_xl-4: 2.986em;
  --type-scale-rel_xl-5: 3.583em;
  --type-scale-rel_xl-6: 4.3em;
  /***** Font Weight *****/
  --font-weight_hairline: 100;
  --font-weight_extra-light: 200;
  --font-weight_light: 300;
  --font-weight_regular: 400;
  --font-weight_book: 500;
  --font-weight_medium: 600;
  --font-weight_bold: 700;
  --font-weight_black: 800;
  --font-weight_heavy: 900;
  /***** Effects *****/
  --shadow_sm: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02);
  --shadow_md: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 10px rgba(0, 0, 0, 0.08);
  --shadow_lg: 0 2px 20px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.08);
  --shadow_xl: 0 8px 20px rgba(0, 0, 0, 0.06), 0 24px 60px rgba(0, 0, 0, 0.12);
  /***** Borders *****/
  --border-radius_sm: 2px;
  --border-radius_md: 6px;
  --border-radius_lg: 36px; }
/*********************
 Root Variables (Tablet)
 *********************/
@media only screen and (max-width: 991px) {
  /***** Spacing *****/
    :root {
      --comp-spacing: 96px;
      /***** Dimensions *****/
      /* Top Bar */
      --height_top-bar: 48px;
      /* Header */
      --height_header: 108px; } }
/*********************
 Root Variables (Mobile)
 *********************/
@media only screen and (max-width: 480px) {
  /***** Spacing *****/
    :root {
      --comp-spacing: 72px;
      /***** Dimensions *****/
      /* Top Bar */
      --height_top-bar: 47px;
      /* Header */
      --height_header: 84px; } }
/*********************
 Layout
 *********************/
/***** Container *****/
.yls_container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing_xs-4);
  padding-right: var(--spacing_xs-4); }

@media only screen and (max-width: 480px) {
  .yls_container {
    padding-left: var(--spacing_xs-3);
    padding-right: var(--spacing_xs-3); } }

@media only screen and (min-width: 544px) {
  .yls_container {
    max-width: 576px; }

  .yls_container.wide {
    max-width: 100%;
    padding: 0 var(--spacing_xs); } }

@media only screen and (min-width: 768px) {
  .yls_container {
    max-width: 720px; }

  .yls_container.narrow {
    max-width: 720px; }

  .yls_container.wide {
    max-width: 100%;
    padding: 0 var(--spacing_xs); } }

@media only screen and (min-width: 992px) {
  .yls_container {
    max-width: calc(var(--breakpoint_md) - var(--spacing_xs)); }

  .yls_container.wide {
    max-width: 100%;
    padding: 0 var(--spacing_sm); } }

@media only screen and (min-width: 1200px) {
  .yls_container {
    max-width: var(--breakpoint_lg); } }

@media only screen and (min-width: 1280px) {
  .yls_container.wide {
    max-width: 1600px;
    padding: 0 var(--spacing_sm); } }
/***** Row *****/
.yls_row {
  margin: 0 calc(var(--spacing_xs-4) * -1); }
/***** Columns *****/
div[class*="yls_col"] {
  padding: 0 var(--spacing_xs-4); }

.yls_col-lg-12 {
  width: 100%; }
/***** Position *****/
.static {
  position: static; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.sticky {
  position: sticky;
  top: calc(var(--height_top-bar) + 36px);
  left: 0; }
/***** Aspect Ratio *****/
.aspect__square {
  aspect-ratio: 1; }

.aspect__minor-third-h {
  aspect-ratio: 1.2; }

.aspect__minor-third-v {
  aspect-ratio: 0.83333; }

.aspect__tv {
  aspect-ratio: 1.33333; }

.aspect__video {
  aspect-ratio: 1.77778; }

.aspect__golden-h {
  aspect-ratio: 1.618; }

.aspect__golden-v {
  aspect-ratio: 0.61805; }

.aspect__profile {
  aspect-ratio: 0.75; }
/*********************
 Flex
 *********************/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
/***** Flex Direction *****/
.flex__row {
  flex-direction: row; }

.flex__row-reverse {
  flex-direction: row-reverse; }

.flex__col {
  flex-direction: column; }

.flex__col-reverse {
  flex-direction: column-reverse; }
/***** Flex Wrap *****/
.flex__wrap {
  flex-wrap: wrap; }

.flex__nowrap {
  flex-wrap: nowrap; }
/***** Flex Grow *****/
.flex__grow {
  flex-grow: 1; }

.flex__grow-0 {
  flex-grow: 0; }
/***** Flex Auto *****/
.flex__auto > div {
  flex-basis: 0;
  flex-grow: 1; }
/***** Justify Content *****/
.justify__start {
  justify-content: flex-start; }

.justify__end {
  justify-content: flex-end; }

.justify__center {
  justify-content: center; }

.justify__between {
  justify-content: space-between; }

.justify__around {
  justify-content: space-around; }

.justify__evenly {
  justify-content: space-evenly; }

@media only screen and (max-width: 991px) {
  .md_justify__start {
    justify-content: flex-start; }

  .md_justify__end {
    justify-content: flex-end; }

  .md_justify__center {
    justify-content: center; }

  .md_justify__between {
    justify-content: space-between; }

  .md_justify__around {
    justify-content: space-around; }

  .md_justify__evenly {
    justify-content: space-evenly; } }

@media only screen and (max-width: 991px) {
  .sm_justify__start {
    justify-content: flex-start; }

  .sm_justify__end {
    justify-content: flex-end; }

  .sm_justify__center {
    justify-content: center; }

  .sm_justify__between {
    justify-content: space-between; }

  .sm_justify__around {
    justify-content: space-around; }

  .sm_justify__evenly {
    justify-content: space-evenly; } }
/***** Align Items *****/
.align-items__start {
  align-items: flex-start; }

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

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

.align-items__stretch {
  align-items: stretch; }
/***** Gap - Absolute *****/
/* Gap - Horizontal */
[class*="gap-x"] {
  column-gap: var(--gap-x); }

.gap-x__8 {
  --gap-x: 8px; }

.gap-x__12 {
  --gap-x: 12px; }

.gap-x__16 {
  --gap-x: 16px; }

.gap-x__30 {
  --gap-x: 30px; }

.gap-x__32 {
  --gap-x: 32px; }

.gap-x__48 {
  --gap-x: 48px; }
/* Gap - Vertical */
[class*="gap-y"] {
  row-gap: var(--gap-y); }

.gap-y__6 {
  --gap-y: 8px; }

.gap-y__8 {
  --gap-y: 8px; }

.gap-y__16 {
  --gap-y: 16px; }

.gap-y__30 {
  --gap-y: 30px; }

.gap-y__36 {
  --gap-y: 36px; }

.gap-y__48 {
  --gap-y: 48px; }

.gap-y__72 {
  --gap-y: 72px; }

[class*="gap-y"] > h2, [class*="gap-y"] > h3, [class*="gap-y"] > h4, [class*="gap-y"] > h5, [class*="gap-y"] > h6 {
  margin-bottom: calc(var(--headings_margin) - var(--gap-y)); }
/***** Gap - Relative *****/
.gap-x__xs-3 {
  column-gap: 0.402em; }

.gap-x__xs-2 {
  column-gap: 0.482em; }

.gap-x__xs-1 {
  column-gap: 0.579em; }

.gap-x__xs {
  column-gap: 0.694em; }

.gap-x__sm {
  column-gap: 0.833em; }

.gap-x__md {
  column-gap: 1em; }
/*********************
 Dimensions
 *********************/
/***** Width *****/
.w_1-12 {
  width: var(--w_1-12); }

.w_2-12 {
  width: var(--w_2-12); }

.w_3-12 {
  width: var(--w_3-12); }

.w_4-12 {
  width: var(--w_4-12); }

.w_5-12 {
  width: var(--w_5-12); }

.w_6-12 {
  width: var(--w_6-12); }

.w_7-12 {
  width: var(--w_7-12); }

.w_8-12 {
  width: var(--w_8-12); }

.w_9-12 {
  width: var(--w_9-12); }

.w_10-12 {
  width: var(--w_10-12); }

.w_11-12 {
  width: var(--w_11-12); }

.w_12-12 {
  width: var(--w_12-12); }
/***** Height *****/
.h_100 {
  height: 100%; }
/*********************
 Spacing
 *********************/
.yls_comp {
  padding: var(--comp-spacing) 0; }

.yls_spacer {
  padding: 0 var(--spacing_xs-4); }
/***** Margin *****/
.margin__0 {
  margin: 0; }
/* Horizontal */
.margin-x__0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.margin-l__0 {
  margin-left: 0 !important; }

.margin-r__0 {
  margin-left: 0 !important; }
/* Vertical */
.margin-y__0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.margin-t__0 {
  margin-top: 0 !important; }

.margin-b__0 {
  margin-bottom: 0 !important; }
/*********************
 Typography
 *********************/
/***** Body *****/
body {
  font-family: var(--body_font);
  color: var(--color_body-dark);
  font-weight: var(--font-weight_book); }

.yls_text.small {
  font-size: var(--type-scale-rel_sm); }
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
  font-family: var(--headings_font);
  font-weight: normal;
  color: var(--color_headings);
  line-height: 1.2;
  margin-bottom: var(--type-scale-rel_xs); }

h1 strong {
  font-weight: normal;
  color: var(--color_secondary-500); }

h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: normal;
  color: var(--color_primary-600);
  color: var(--color_secondary-500); }

h1 {
  font-size: var(--type-scale_xl-4); }

h2 {
  font-size: var(--type-scale_xl-2); }

@media only screen and (max-width: 480px) {
  h1 {
    font-size: var(--type-scale_xl-3); }

  h2 {
    font-size: var(--type-scale_xl-1); } }
/***** Text Alignment *****/
.text__left {
  text-align: left; }

.text__center {
  text-align: center; }

.text__right {
  text-align: right; }
/***** Charachter Limit Per Line *****/
.max-ch__narrow {
  max-width: 50ch; }

.max-ch__medium {
  max-width: 65ch; }

.max-ch__wide {
  max-width: 80ch; }
/***** List Style Type *****/
.list_none {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0; }

.list_none li {
  display: inline-block; }
/***** Line Clamp *****/
[class*="line-clamp"] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.line-clamp__1 {
  -webkit-line-clamp: 1; }

.line-clamp__2 {
  -webkit-line-clamp: 2; }

.line-clamp__3 {
  -webkit-line-clamp: 3; }

.line-clamp__4 {
  -webkit-line-clamp: 4; }
/***** Fixes *****/
.yls_text p:last-child {
  margin-bottom: 0 !important; }
/*********************
 Transitions & Animation
 *********************/
a, a *, [class*="yls_btn"], button, button *, input, input *, svg, form.yls_form .s-radio__label, .transition-default {
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
/*********************
 Buttons
 *********************/
/***** Button List *****/
.yls_btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px; }
/***** Global Button Settings *****/
/* Typography */
[class*="yls_btn"]:not([class*="label"]) {
  font-size: var(--type-scale_md); }

[class*="yls_btn"]:not([class*="label"]).small {
  font-size: var(--type-scale_sm); }
/* Dimensions */
[class*="yls_btn"]:not([class*="label"]).wide {
  width: 100%; }
/* Icons */
[class*="yls_btn"]:not([class*="label"]) i {
  font-size: var(--type-scale-rel_xs);
  vertical-align: middle;
  margin-top: 0.1em; }

[class*="yls_btn"]:not([class*="label"]) i:first-child {
  margin-right: 0.579em; }

[class*="yls_btn"]:not([class*="label"]) i:last-child {
  margin-left: 0.579em; }
/***** Primary Button *****/
.yls_btn-primary {
  /* Variables */
  --padding-h: 26px;
  --padding-v: 18px;
  --border-thickness: 0;
  /* Reset */
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  /* Behavior */
  position: relative;
  cursor: pointer;
  /* Button Style */
  padding: calc(var(--padding-v) * 0.8) var(--padding-h) var(--padding-v) var(--padding-h);
  background: var(--color_primary-500);
  border-radius: var(--border-radius_md);
  border: var(--border-thickness) solid var(--color_primary-500); }
/* Label */
.yls_btn-primary__label {
  color: var(--color_headings);
  font-weight: var(--font-weight_bold); }
/* Icon */
.yls_btn-primary i {
  color: var(--color_primary-700); }
/* Light Mode */
.yls_btn-primary.light {
  background: var(--color_primary-300); }
/* Hover */
.yls_btn-primary:hover {
  background: var(--color_primary-600); }
/***** Secondary Button *****/
.yls_btn-secondary {
  /* Variables */
  --padding-h: 26px;
  --padding-v: 18px;
  --border-thickness: 0;
  /* Reset */
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  /* Behavior */
  position: relative;
  cursor: pointer;
  /* Button Style */
  padding: calc(var(--padding-v) * 0.8) var(--padding-h) var(--padding-v) var(--padding-h);
  background: var(--color_secondary-300);
  border-radius: var(--border-radius_md);
  border: var(--border-thickness) solid var(--color_secondary-500); }
/* Label */
.yls_btn-secondary__label {
  color: var(--color_headings);
  font-weight: var(--font-weight_bold); }
/* Icon */
.yls_btn-secondary i {
  color: var(--color_secondary-500); }
/* Hover */
.yls_btn-secondary:hover {
  background: var(--color_secondary-400); }
/***** Link *****/
.yls_btn-link {
  /* Reset */
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  /* Behavior */
  position: relative;
  cursor: pointer; }
/* Label Style */
.yls_btn-link__label {
  color: var(--color_headings);
  font-weight: var(--font-weight_bold); }

.yls_btn-link i {
  color: var(--color_primary-700); }
/* Light Mode */
.yls_btn-link.light i {
  color: var(--color_primary-700); }

.yls_btn-link:hover .yls_btn-link__label {
  color: var(--color_primary-600); }
/* Hover */
/***** Inline Links *****/
.yls_text a, a.inline-link__subtle, button.inline-link__subtle {
  color: var(--color_body-light);
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.2);
  text-underline-offset: 0.1em;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

a.inline-link__subtle.small, button.inline-link__subtle.small {
  font-size: var(--type-scale-rel_sm); }

.yls_text a {
  font-weight: var(--font-weight_bold); }

.yls_text a:hover, a.inline-link__subtle:hover, button.inline-link__subtle:hover {
  color: var(--color_primary-600);
  text-decoration-color: var(--color_primary-600); }
/*********************
 Images
 *********************/
.img__cover {
  position: relative;
  overflow: hidden; }

.img__cover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover; }
/*********************
 Forms
 *********************/
form.yls_form {
  --border_width: 1px;
  --border_color: rgba(0, 0, 0, 0.1);
  --background_color: #fff;
  --options_gap-x: 12px;
  --options_gap-y: 16px; }
/***** SiteManager Form Settings *****/
form.yls_form .s-field__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 4px; }

form.yls_form .s-field__wrapper.s-field__submit {
  flex-direction: row;
  justify-content: flex-start; }

form.yls_form .s-field__wrapper .s-label {
  margin: 0;
  font-size: var(--type-scale_sm);
  line-height: 1; }
/***** Input (Text, Email, Number & Textarea) *****/
form.yls_form input[type="text"], form.yls_form input[type="email"], form.yls_form input[type="number"], form.yls_form textarea {
  box-shadow: var(--shadow_sm);
  padding: var(--type-scale-rel_xs-2);
  outline: 0;
  border: var(--border_width) solid var(--border_color);
  background: var(--background_color);
  border-radius: var(--border-radius_md); }
/***** Input (Radio Buttons) *****/
form.yls_form .s-radio__opts.s-flexdir--col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: var(--options_gap-y); }

form.yls_form .s-field__optin input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0; }

form.yls_form input.s-radio__input {
  display: none;
  visibility: hidden;
  opacity: 0; }

form.yls_form .s-radio__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  column-gap: var(--options_gap-x);
  margin: 0;
  cursor: pointer;
  line-height: var(--type-scale-rel_xl); }

form.yls_form input:not(:checked) + .s-radio__label {
  opacity: 0.8; }

form.yls_form .s-radio__indicator {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid var(--color_primary-700);
  flex-shrink: 0;
  border-radius: 50%;
  margin-top: calc((1em - var(--type-scale-rel_xl)) / -2); }

form.yls_form .s-radio__indicator svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  opacity: 0;
  fill: var(--color_primary-700); }

form.yls_form input:checked + .s-radio__label .s-radio__indicator svg {
  opacity: 1; }
/***** Input (Upload) *****/
form.yls_form .s-upload__info::before {
  content: attr(data-btn); }

form.yls_form .s-upload__info::after {
  content: attr(data-upload); }
/*********************
 Effects
 *********************/
/***** Opacity *****/
.opacity_0 {
  opacity: 0; }

.opacity_5 {
  opacity: 0.05; }

.opacity_10 {
  opacity: 0.1; }

.opacity_20 {
  opacity: 0.2; }

.opacity_30 {
  opacity: 0.3; }

.opacity_40 {
  opacity: 0.4; }

.opacity_50 {
  opacity: 0.5; }

.opacity 60 {
  opacity: 0.6; }

.opacity_70 {
  opacity: 0.7; }

.opacity_80 {
  opacity: 0.8; }

.opacity_90 {
  opacity: 0.9; }

.opacity_100 {
  opacity: 1; }
/*********************
 Divider
 *********************/
[class*="yls_divider"] {
  height: 1px;
  background: var(--color_secondary-500);
  opacity: 0.4; }

.yls_divider__sm {
  width: 120px;
  margin: var(--spacing_xs-4) 0; }

.yls_divider__lg {
  width: 100%;
  margin: var(--spacing_xs-3) auto; }
/*********************
 Database label
 *********************/
.label-text {
  font-size: var(--type-scale-rel_sm);
  line-height: 1; }
/*********************
 Database label with an icon
 *********************/
.label-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  column-gap: 6px;
  font-size: var(--type-scale_md);
  line-height: var(--type-scale-rel_lg); }

.label-icon.small {
  font-size: var(--type-scale_sm);
  line-height: var(--type-scale-rel_lg); }

.label-icon .icon {
  width: 10px;
  height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; }

.label-icon i {
  font-style: normal;
  vertical-align: middle;
  color: var(--color_secondary-500); }

.label-icon i[class*="fa"] {
  font-size: var(--type-scale-rel_xs);
  line-height: inherit;
  margin-top: 0.235em; }

.label-icon.small i[class*="fa"] {
  margin-top: 0; }
/*********************
 Date
 *********************/
.date-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  align-items: flex-start; }

.date-cont .date-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.date-cont .date-location {
  font-size: var(--type-scale_sm);
  padding-left: 16px;
  line-height: 1; }
/*********************
 Location
 *********************/
.location-cont i[class*="fa"] {
  margin-top: 0.5em; }

.location-cont .location {
  line-height: var(--type-scale_xl); }
/*********************
 Connector
 *********************/
.connector {
  flex-basis: 0;
  flex-grow: 1;
  height: 1px;
  background: var(--color_secondary-500);
  margin-top: 0.5rem; }
/*********************
 Feature List
 *********************/
.yls_feature-list {
  display: grid;
  gap: var(--spacing_xs-2);
  grid-template-columns: repeat(3, 1fr); }

.yls_feature-list .feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.yls_feature-list .feature {
  background: #fff;
  padding: var(--spacing_xs-1);
  box-shadow: var(--shadow_lg);
  border-radius: var(--border-radius_md);
  border: 1px solid var(--color_primary-500); }

.yls_feature-list .feature h3 {
  font-size: var(--type-scale_lg); }

@media only screen and (max-width: 991px) {
  .yls_feature-list {
    grid-template-columns: repeat(1, 1fr); } }
/*********************
 DEFAULT CLASSES
 *********************/
html, body {
  scroll-behavior: smooth; }

body {
  overflow-x: hidden; }

.hide, .hidden, .s-hidden {
  display: none !important; }

.no-scroll {
  height: 100%;
  overflow-y: hidden; }

div[data-anchor="true"]:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0; }

@media only screen and (min-width: 992px) {
  .xl-align-left {
    justify-content: flex-start; }

  .xl-align-center {
    justify-content: center; }

  .xl-align-right {
    justify-content: flex-end; }

  .xl-align-distribute {
    justify-content: space-between; } }

@media only screen and (min-width: 481px) and (max-width: 991px) {
  .md-align-left {
    justify-content: flex-start;
    text-align: left; }

  .md-align-center {
    justify-content: center; }

  .md-align-right {
    justify-content: flex-end; }

  .md-align-distribute {
    justify-content: space-between; } }

@media only screen and (max-width: 480px) {
  .xs-align-left {
    justify-content: flex-start;
    text-align: left; }

  .xs-align-center {
    justify-content: center; }

  .xs-align-right {
    justify-content: flex-end; }

  .xs-align-distribute {
    justify-content: space-between; } }
/*********************
 TYPOGRAPHY
 *********************/
.s-text > h2:not(:first-child), .s-text > div:not(:first-child) > h2, .s-text > h3:not(:first-child), .s-text > div:not(:first-child) > h3, .s-text > h4:not(:first-child), .s-text > div:not(:first-child) > h4, .s-text > h5:not(:first-child), .s-text > div:not(:first-child) > h5 {
  margin-top: 1em; }

#sw_content .s-text p:last-child {
  margin-bottom: 0 !important; }

body .s-text b, body .s-text strong {
  font-weight: bold; }
/*********************
 LINK IN TEXT
 *********************/
body .s-text a {
  text-decoration-color: transparent !important;
  background-position-y: 0%;
  background-size: auto 175%;
  font-weight: inherit;
  color: inherit; }

body .s-text a:hover {
  background-position-y: 100%; }
/*********************
 TRANSITIONS
 *********************/
a, a:before, a:after, a *, i, input, textarea, button, button *, button:before, button:after, .s-btn *, .s-btn-alt *, .s-link *, .sw_alink, .sw_alink > div, .sm-file-control:before, .s-tile *, .tile * {
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
/*********************
 BUTTONS
 *********************/
body .s-btn, body .s-btn-alt, body .s-button-list .s-link {
  overflow: hidden !important;
  position: relative;
  will-change: transform;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body .s-btn:before, body .s-btn-alt:before, body .s-button-list .s-link:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  will-change: transform; }

body .s-btn:hover:before, body .s-btn-alt:hover:before, body .s-button-list .s-link:hover:before {
  opacity: 1; }

body .s-btn > div, body .s-btn-alt > div, body .s-button-list .s-link > div {
  position: relative;
  z-index: 10;
  /*padding-bottom: 0.2em;*/ }

body .s-btn i, body .s-btn-alt i, body .s-button-list .s-link i {
  font-size: 0.579em;
  vertical-align: middle;
  margin: 0 0 0 0.694em;
  color: inherit; }
/*********************
 LISTS
 *********************/
#sw_content .s-text ul li:last-child, #sw_content .s-text ol li:last-child {
  margin-bottom: 0 !important; }

#sw_content .s-text ul:first-child, #sw_content .s-text ol:first-child {
  margin-top: 0 !important; }

#sw_content .s-text ul:last-child, #sw_content .s-text ol:last-child {
  margin-bottom: 0 !important; }

#sw_content .s-text ol :first-child {
  counter-reset: ol-counter; }

#sw_content .s-text ol li {
  counter-increment: ol-counter; }

#sw_content .s-text ol li:before {
  content: counters(ol-counter, ".") ""; }
/*********************
 BLOCKQUOTE
 *********************/
body blockquote p {
  margin-bottom: 0; }
/****************************
 EMBED/IFRAME
 ****************************/
body embed, body iframe {
  width: 100% !important; }
/*********************
 RESPONSIVE COLUMNS
 *********************/
@media only screen and (min-width: 1200px) {
  body .col-xl-12 {
    width: 100%; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .col-xl-12:not(.col-md-12), body .col-lg-12 {
    width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .col-xl-12:not(.col-md-12), body .col-lg-12:not(.col-md-12), body .col-md-12, body div[class*="col-lg"]:not([class*="col-md"]) {
    width: 100%; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body .col-lg-12:not(.col-sm-12), body .col-md-12:not(.col-sm-12), body .col-sm-12, body div[class*="col-md"]:not([class*="col-sm"]) {
    width: 100%; } }

@media only screen and (max-width: 575px) {
  body .col-lg-12:not(.col-xs-12), body .col-md-12:not(.col-xs-12), body .col-sm-12:not(.col-xs-12), body .col-xs-12, body div[class*="col-md"]:not([class*="col-xs"]) {
    width: 100%; } }

html, body {
  font-family: 'Manrope', sans-serif, sans-serif; }

html, body {
  font-size: 17px; }

html, body {
  line-height: 1.728; }

body h3 {
  margin: 0px 0px 0.694em 0px; }

body h4 {
  font-size: 1.44rem; }

body h4 {
  font-weight: bold; }

body h4 {
  color: #171511; }

body h4 {
  line-height: 1.2; }

body h4 {
  margin: 0px 0px 0.694em 0px; }

body h5 {
  font-size: 1.2rem; }

body h5 {
  font-weight: bold; }

body h5 {
  color: #171511; }

body h5 {
  line-height: 1.2; }

body h5 {
  margin: 0px 0px 0.694em 0px; }

body h6 {
  font-size: 0.833rem; }

body h6 {
  font-weight: bold; }

body h6 {
  color: rgba(23, 21, 17, 0.3); }

body h6 {
  line-height: 1.2; }

body h6 {
  letter-spacing: 0.065em; }

body h6 {
  text-transform: uppercase; }

body h6 {
  margin: 0px 0px 0.694em 0px; }

body h6 {
  padding: 0px 0.112em 0px 0.112em; }

body h6 {
  opacity: 1; }

.s-body .s-text a {
  text-decoration: none; }

.s-body .s-text a {
  padding: 0.135em 0.135em 0.135em 0.135em; }

.s-body .s-text a {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #e8d3a6 50%); }

.s-body .s-text a:hover {
  color: #fff; }

.s-body .s-text a:hover {
  text-decoration: none; }

body h1 {
  font-family: 'Prata', sans-serif, sans-serif; }

body h1 span, body h2 span, body h3 span, body h4 span, body h5 span {
  color: #759599; }

.s-body .s-text ul {
  margin: 30px 0px 30px 0px; }

.s-body .s-text ul {
  padding: 0px 0px 0px 0px; }

.s-body .s-text ul > * {
  margin: 0px 0px 15px 0px; }

.s-body .s-text ul > * {
  padding: 0px 0px 0px 30px; }

.s-body .s-text ul li {
  position: relative; }

.s-body .s-text ul {
  list-style-type: none; }

.s-body .s-text ul li:before {
  content: ''; }

body .s-text ul li:before {
  background-color: #696d77; }

.s-body .s-text ul li:before {
  -webkit-border-radius: 99px 99px 99px 99px;
  border-radius: 99px 99px 99px 99px; }

body .s-text ul li:before {
  width: 6px; }

body .s-text ul li:before {
  height: 6px; }

body .s-text ul li:before {
  margin: 0px 12px 0px 0px; }

body .s-text ul li:before {
  opacity: 0.5; }

.s-body .s-text ul li:before {
  display: block; }

.s-body .s-text ul li:before {
  position: absolute; }

.s-body .s-text ul li:before {
  top: 12px; }

.s-body .s-text ul li:before {
  left: 0px; }

.s-body .s-text ul ul li:before {
  content: ''; }

.s-body .s-text ul ul li:before {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0); }

.s-body .s-text ul ul li:before {
  border: 1px solid #696d77; }

body .s-text ol {
  margin: 30px 0px 30px 0px; }

body .s-text ol {
  padding: 0px 0px 0px 0px; }

body .s-text ol > * {
  margin: 0px 0px 15px 0px; }

body .s-text ol > * {
  padding: 0px 0px 0px 30px; }

body .s-text ol li {
  position: relative; }

body .s-text ol {
  list-style-type: none; }

body .s-text ol li:before {
  content: ''; }

body .s-text ol li:before {
  display: block; }

body .s-text ol li:before {
  position: absolute; }

body .s-text ol li:before {
  top: 0px; }

body .s-text ol li:before {
  left: 0px; }

body .s-text ol ol li:before {
  content: ''; }

body .s-text ol ol li:before {
  font-size: 1em; }

body .s-text ol ol li:before {
  line-height: 1.728; }

body .s-text ol li:before {
  font-size: 1.44em; }

body .s-text ol li:before {
  font-weight: bold; }

body .s-text ol li:before {
  color: rgba(105, 109, 119, 0.4); }

body .s-text ol li:before {
  line-height: 1.2; }

body .s-button-list {
  margin: -4px -4px -4px -4px; }

body .s-button-list {
  display: flex !important;
  flex-direction: row; }

body .s-btn {
  font-size: 1rem; }

body .s-btn {
  color: #fff; }

body .s-btn {
  text-align: center; }

body .s-btn {
  line-height: 1; }

body .s-btn {
  text-decoration: none; }

body .s-btn {
  background-color: #e8d3a6; }

body .s-btn {
  box-shadow: 0px 0px 12px 0px rgba(232, 211, 166, 0.3);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(232, 211, 166, 0.3); }

body .s-btn {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

body .s-btn {
  margin: 4px 4px 4px 4px; }

body .s-btn {
  padding: 1.2em 2.074em 1.2em 2.074em; }

body .s-btn {
  position: relative; }

body .s-btn:before {
  background-color: #d1be95; }

body .s-btn:hover {
  box-shadow: 0px 0px 12px 0px rgba(209, 190, 149, 0.3);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(209, 190, 149, 0.3); }

body .s-btn:hover {
  -ms-transform: translate3d(0px, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

body .s-btn-alt {
  font-size: 1rem; }

body .s-btn-alt {
  color: #696d77; }

body .s-btn-alt {
  text-align: center; }

body .s-btn-alt {
  line-height: 100%; }

body .s-btn-alt {
  text-decoration: none; }

body .s-btn-alt {
  background-color: #fdfbf6; }

body .s-btn-alt {
  box-shadow: 0px 0px 12px 0px rgba(244, 233, 211, 0.3);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(244, 233, 211, 0.3); }

body .s-btn-alt {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

body .s-btn-alt {
  border: 0px solid #e8d3a6; }

body .s-btn-alt {
  margin: 4px 4px 4px 4px; }

body .s-btn-alt {
  padding: 1.2em 2.074em 1.2em 2.074em; }

body .s-btn-alt {
  position: relative; }

body .s-btn-alt:before {
  background-color: #f4e9d3; }

body .s-btn-alt:hover {
  -ms-transform: translate3d(0px, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

body .s-link {
  font-size: 1rem; }

body .s-link {
  color: #696d77; }

body .s-link {
  text-align: center; }

body .s-link {
  line-height: 1; }

body .s-link {
  text-decoration: none; }

body .s-link {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

body .s-link {
  margin: 4px 4px 4px 4px; }

body .s-link {
  padding: 1.2em 2.074em 1.2em 2.074em; }

body .s-link:hover {
  color: #e8d3a6; }

body hr {
  background-color: #696d77; }

body hr {
  border: 0px solid #e3eaeb; }

body hr {
  width: 100%; }

body hr {
  height: 1px; }

body hr {
  margin: 96px 0px 96px 0px; }

body hr {
  opacity: 0.1; }

.s-body .s-tile {
  background-color: #fff; }

.s-body .s-tile {
  box-shadow: 0px 0px 15px 0px rgba(23, 21, 17, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(23, 21, 17, 0.1); }

.s-body .s-tile {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-body .s-tile {
  width: 100%; }

.s-body .s-tile {
  margin: 0px 0px 0px 0px; }

.s-body .s-tile {
  padding: 2.986em 2.986em 2.986em 2.986em; }

.s-body .s-tile {
  display: inline-block; }

blockquote {
  font-size: 1.2rem; }

blockquote {
  background-color: #fdfbf6; }

blockquote {
  border-left: 4px solid #696d77; }

blockquote {
  margin: 36px 0px 36px 0px; }

blockquote {
  padding: 1.44em 1.44em 1.44em 1.44em; }

@media (max-width: 768px) {
  .s-body .s-tile {
    padding: 2.488em 2.488em 2.488em 2.488em; } }

@media (max-width: 480px) {
  html, body {
    font-size: 16px; }

  body h4 {
    font-size: 1.2rem; }

  body h5 {
    font-size: 1rem; }

  body hr {
    margin: 72px 0px 72px 0px; }

  .s-body .s-tile {
    padding: 2.074em 1.728em 2.074em 1.728em; } }

/****************/
/* Cookie Modal */
/****************/
/* Add custom CSS here */
/*******************/
/* SiteManager CSS */
/*******************/
/* General */
.s-cookie__modal76 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100001;
  display: none;
  align-items: center;
  justify-content: center; }
/* Banner Main */
.s-cookie__modal76 .s-banner {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100002;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

@media (max-width: 991px) {
  .s-cookie__modal76 .s-banner {
    flex-direction: column; } }
/* Banner Content */
.s-cookie__modal76 .s-banner .s-action__list {
  display: flex;
  align-items: center; }

.s-cookie__modal76 .s-banner .s-action__list .s-settings__btn, .s-cookie__modal76 .s-banner .s-action__list .s-accept__btn {
  cursor: pointer; }

.s-cookie__modal76 .s-banner .s-action__list .s-accept__btn {
  background: var(--color_primary-500); }

.s-cookie__modal76 .s-banner .s-action__list .s-accept__btn div {
  color: var(--color_headings);
  font-weight: var(--font-weight_bold); }

.s-cookie__modal76 .s-banner .s-btn:before {
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

@media (max-width: 576px) {
  .s-cookie__modal76 .s-banner .s-action__list {
    flex-direction: column; } }
/* Modal Main */
.s-cookie__modal76 .s-modal {
  position: relative;
  z-index: 100001;
  overflow: auto !important;
  max-height: 100%; }

.s-cookie__modal76 .s-modal .s-btn--reset {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  outline: none; }
/* Modal Header */
.s-cookie__modal76 .s-modal__header {
  display: flex;
  align-items: center; }

.s-cookie__modal76 .s-modal__header .s-logo[src*="placehold.it"], .s-cookie__modal76 .s-modal__header .s-logo[src=""] {
  display: none; }

.s-cookie__modal76 .s-modal__header .s-close__btn {
  display: flex;
  margin-left: auto !important;
  flex-shrink: 0; }

.s-cookie__modal76 .s-modal__header .s-close__btn svg {
  height: 100%;
  width: 100%; }
/* Modal Content */
.s-cookie__modal76 .s-modal__content .s-group__list {
  display: flex;
  flex-direction: column; }

.s-cookie__modal76 .s-modal__content .s-group__actions {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.s-cookie__modal76 .s-modal__content .s-group__actions .s-group__title {
  display: flex;
  align-items: center;
  cursor: pointer; }

.s-cookie__modal76 .s-modal__content .s-group__actions .s-group__title svg {
  flex-shrink: 0;
  vertical-align: middle;
  margin-top: 0.12em !important;
  margin-left: 0.694em !important;
  height: 0.482em !important;
  width: calc(0.482em * 1.52) !important; }

.s-cookie__modal76 .s-modal__content .s-group__actions .s-switch {
  position: relative;
  display: block;
  overflow: hidden;
  flex-shrink: 0; }

.s-cookie__modal76 .s-modal__content .s-group__actions .s-switch .s-switch__indicator {
  position: relative;
  display: block;
  pointer-events: 'none';
  left: 0% !important;
  height: 100%; }

.s-cookie__modal76 .s-modal__content .s-group__actions .s-switch.s-active .s-switch__indicator {
  left: 100% !important;
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important; }

.s-cookie__modal76 .s-modal__content .s-group__actions .s-switch.s-disabled {
  pointer-events: none;
  opacity: 0.4 !important; }

.s-cookie__modal76 .s-modal__content .s-group__accordion {
  overflow: hidden !important;
  max-height: 0; }

.s-cookie__modal76 .s-modal__content .s-action__list {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.s-cookie__modal76 .s-modal__content .s-action__list .s-save__btn, .s-cookie__modal76 .s-modal__content .s-action__list .s-decline__btn {
  cursor: pointer; }

.s-cookie__modal76 .s-modal__content .s-action__list .s-save__btn {
  background: var(--color_primary-500); }

.s-cookie__modal76 .s-modal__content .s-action__list .s-save__btn div {
  color: var(--color_headings);
  font-weight: var(--font-weight_bold); }

.s-cookie__modal76 .s-modal__content .s-action__list .s-save__btn:before, .s-cookie__modal76 .s-modal__content .s-action__list .s-decline__btn:before {
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

@media only screen and (max-width: 768px) {
  .s-cookie__modal76 .s-modal__content .s-action__list {
    flex-direction: column; } }

.s-cookie__modal76 {
  background-color: rgba(19, 22, 27, 0.6); }

.s-cookie__modal76 {
  padding: 0px 0px 0px 0px; }

.s-cookie__modal76 .s-modal {
  background-color: #fff; }

.s-cookie__modal76 .s-modal {
  box-shadow: 0px 0px 15px 0px rgba(19, 22, 27, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(19, 22, 27, 0.1); }

.s-cookie__modal76 .s-modal {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-cookie__modal76 .s-modal {
  width: 100%; }

.s-cookie__modal76 .s-modal {
  min-width: auto;
  max-width: 750px; }

.s-cookie__modal76 .s-modal {
  min-height: auto;
  max-height: 100%; }

.s-cookie__modal76 .s-modal .s-modal__header {
  background-color: #f7f7f7; }

.s-cookie__modal76 .s-modal .s-modal__header {
  padding: 30px 30px 30px 30px; }

.s-cookie__modal76 .s-modal .s-modal__header .s-logo {
  min-width: auto;
  max-width: 50px; }

.s-cookie__modal76 .s-modal .s-modal__header .s-title {
  font-size: 24px; }

.s-cookie__modal76 .s-modal .s-modal__header .s-title {
  line-height: 1; }

.s-cookie__modal76 .s-modal .s-modal__header .s-close__btn {
  width: 20px; }

.s-cookie__modal76 .s-modal .s-modal__header .s-close__btn {
  height: 20px; }

.s-cookie__modal76 .s-modal .s-modal__header .s-close__btn {
  fill: #e8d3a6; }

.s-cookie__modal76 .s-modal .s-modal__content {
  padding: 24px 30px 24px 30px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-text {
  font-size: 14px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-text {
  line-height: 1.44; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list {
  margin: 0px 0px -0.833em 0px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list {
  padding: 24px 0px 0px 0px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group {
  padding: 0px 0px 0.833em 0px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch {
  background-color: #fff; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch {
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch {
  border: 2px solid rgba(19, 22, 27, 0.2); }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch {
  width: 40px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch {
  height: 20px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch {
  padding: 2px 2px 2px 2px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch .s-switch__indicator {
  background-color: rgba(19, 22, 27, 0.2); }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch .s-switch__indicator {
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch .s-switch__indicator {
  border: 0px solid rgba(23, 21, 17, 0.1); }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch.s-active {
  background-color: #e8d3a6; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch.s-active {
  border: 2px solid #e8d3a6; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch.s-active .s-switch__indicator {
  background-color: #fff; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch.s-active .s-switch__indicator {
  border: 0px solid #fff; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-switch .s-switch__indicator {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-group__title {
  font-size: 14px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-group__title {
  font-weight: bold; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-group__title svg {
  margin: 0px 0px 0px 0.694em; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-group__title svg {
  fill: rgba(19, 22, 27, 0.2); }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-group__info {
  font-size: 14px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-group__info {
  line-height: 1.44; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-group__info {
  margin: 0.279em 0px 0px 0px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-group__info {
  min-width: 0px;
  max-width: 600px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-group__list .s-cookie__group .s-group__info {
  -webkit-transition: all 0.38s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
  transition: all 0.38s 0.895, 0.03, 0.685, 0.22 0s; }

.s-cookie__modal76 .s-modal .s-modal__content .s-action__list .s-btn {
  font-size: 14px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-action__list .s-btn {
  line-height: 1; }

.s-cookie__modal76 .s-modal .s-modal__content .s-action__list .s-btn:hover {
  -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-cookie__modal76 .s-modal .s-modal__content .s-action__list .s-link {
  font-size: 14px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-action__list .s-link {
  color: rgba(19, 22, 27, 0.4); }

.s-cookie__modal76 .s-modal .s-modal__content .s-action__list .s-link {
  text-decoration: none; }

.s-cookie__modal76 .s-modal .s-modal__content .s-action__list .s-link {
  margin: 0px 15px 0px 0px; }

.s-cookie__modal76 .s-modal .s-modal__content .s-action__list .s-link:hover {
  color: #d1be95; }

.s-cookie__modal76 .s-modal .s-modal__content .s-action__list .s-link:hover {
  -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-cookie__modal76 .s-modal .s-modal__content .s-action__list {
  padding: 24px 0px 0px 0px; }

.s-cookie__modal76 .s-banner {
  background-color: #fff; }

.s-cookie__modal76 .s-banner {
  padding: 20px 30px 20px 30px; }

.s-cookie__modal76 .s-banner .s-text {
  font-size: 14px; }

.s-cookie__modal76 .s-banner .s-text {
  color: rgba(105, 109, 119, 0.8); }

.s-cookie__modal76 .s-banner .s-text {
  text-align: left; }

.s-cookie__modal76 .s-banner .s-text {
  line-height: 1.44; }

.s-cookie__modal76 .s-banner .s-text {
  width: 50%; }

.s-cookie__modal76 .s-banner .s-text {
  min-width: 0px;
  max-width: 600px; }

.s-cookie__modal76 .s-banner .s-action__list {
  padding: 0px 0px 0px 0px; }

.s-cookie__modal76 .s-banner .s-action__list .s-btn {
  font-size: 14px; }

.s-cookie__modal76 .s-banner .s-action__list .s-btn {
  line-height: 1; }

.s-cookie__modal76 .s-banner .s-action__list .s-btn:hover {
  -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-cookie__modal76 .s-banner .s-action__list .s-btn {
  -webkit-transition: all 0.38s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
  transition: all 0.38s 0.895, 0.03, 0.685, 0.22 0s; }

.s-cookie__modal76 .s-banner .s-action__list .s-btn-alt:hover {
  -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-cookie__modal76 .s-banner .s-action__list .s-btn-alt {
  -webkit-transition: all 0.38s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
  transition: all 0.38s 0.895, 0.03, 0.685, 0.22 0s; }

.s-cookie__modal76 .s-banner .s-action__list .s-link {
  font-size: 14px; }

.s-cookie__modal76 .s-banner .s-action__list .s-link {
  font-weight: bold; }

.s-cookie__modal76 .s-banner .s-action__list .s-link {
  color: rgba(19, 22, 27, 0.4); }

.s-cookie__modal76 .s-banner .s-action__list .s-link {
  line-height: 1; }

.s-cookie__modal76 .s-banner .s-action__list .s-link {
  text-decoration: none; }

.s-cookie__modal76 .s-banner .s-action__list .s-link {
  margin: 0px 20px 0px 0px; }

.s-cookie__modal76 .s-banner .s-action__list .s-link:hover {
  color: #d1be95; }

.s-cookie__modal76 .s-banner .s-action__list .s-link:hover {
  -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-cookie__modal76 .s-banner .s-action__list .s-link {
  -webkit-transition: all 0.38s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
  transition: all 0.38s 0.895, 0.03, 0.685, 0.22 0s; }

@media (max-width: 768px) {
  .s-cookie__modal76 .s-banner .s-text {
    text-align: center; }

  .s-cookie__modal76 .s-banner .s-text {
    width: 100%; }

  .s-cookie__modal76 .s-banner .s-action__list {
    padding: 20px 0px 0px 0px; } }

@media (max-width: 480px) {
  .s-cookie__modal76 {
    padding: 15px 15px 15px 15px; }

  .s-cookie__modal76 .s-modal .s-modal__header {
    padding: 15px 15px 15px 15px; }

  .s-cookie__modal76 .s-modal .s-modal__header .s-logo {
    min-width: auto;
    max-width: 30px; }

  .s-cookie__modal76 .s-modal .s-modal__header .s-title {
    font-size: 22px; }

  .s-cookie__modal76 .s-modal .s-modal__content {
    padding: 24px 15px 24px 15px; }

  .s-cookie__modal76 .s-banner {
    padding: 20px 15px 20px 15px; }

  .s-cookie__modal76 .s-banner .s-text {
    text-align: center; }

  .s-cookie__modal76 .s-banner .s-text {
    width: 100%; }

  .s-cookie__modal76 .s-banner .s-action__list {
    padding: 15px 0px 0px 0px; }

  .s-cookie__modal76 .s-banner .s-action__list .s-link {
    margin: 0px 0px 20px 0px; } }

.yls_top-bar {
  --color_text: #fff;
  --font-size: 0.833rem;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: var(--color_primary-800);
  box-shadow: var(--shadow_md);
  padding: var(--spacing_xs-5) 0; }

@media only screen and (max-width: 991px) {
  .yls_top-bar .yls_col {
    flex-grow: 1;
    max-width: 100%; } }
/****************************
 Message
 ****************************/
.yls_top-bar__message {
  font-size: var(--font-size); }

.yls_top-bar__message-icon {
  color: var(--color_primary-400);
  font-size: inherit; }

.yls_top-bar__message-text {
  color: var(--color_text);
  font-size: inherit;
  white-space: nowrap; }

@media only screen and (max-width: 991px) {
  .yls_top-bar__message {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    overscroll-behavior-block: none; }

  .yls_top-bar__message::-webkit-scrollbar {
    display: none; } }
/****************************
 Navigation
 ****************************/
.yls_top-bar__navigation-link {
  color: var(--color_primary-400);
  font-size: var(--font-size);
  text-decoration: none; }

.yls_top-bar__navigation-link:hover {
  color: var(--color_primary-600);
  text-decoration: none; }

@media only screen and (max-width: 991px) {
  .yls_top-bar__navigation {
    display: none; } }

.footer73 {
  background: var(--color_primary-800); }

@media only screen and (min-width: 1280px) {
  .footer73 .container {
    max-width: 1600px;
    padding: 0 72px; } }
/**************************
 TEXT
 **************************/
.footer73 .s-text u {
  text-decoration: none; }
/**************************
 SITEMAP
 **************************/
.footer73 .sitemap.columns-1 {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1; }

.footer73 .sitemap.columns-2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2; }

.footer73 .sitemap.columns-3 {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3; }

.footer73 .sitemap.columns-4 {
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4; }

.footer73 .sitemap .sitemap-link {
  padding: 0 15px;
  line-height: 100%; }

@media only screen and (max-width: 991px) {
  .footer73 .sitemap {
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    columns: 1 !important; }

  .footer73 .sitemap .sitemap-link {
    text-align: center; } }
/**************************
 SOCIAL MEDIA
 **************************/
.footer73 .social-media .social-media-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -4px; }

.footer73 .social-media .social-media-link {
  margin: 4px; }

@media only screen and (max-width: 991px) {
  .footer73 .social-media .social-media-list {
    justify-content: center; } }
/**************************
 BUTTON LIST
 **************************/
.footer73 .s-button-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

@media only screen and (max-width: 991px) {
  .footer73 .s-button-list {
    flex-direction: column;
    align-content: center;
    text-align: center; } }
/**************************
 LOGO LIST
 **************************/
.footer73 .logo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.footer73 .logo-list.columns-1 .logo {
  width: 100%; }

.footer73 .logo-list.columns-2 .logo {
  width: 50%; }

.footer73 .logo-list.columns-3 .logo {
  width: 33.333%; }

.footer73 .logo-list.columns-4 .logo {
  width: 25%; }

.footer73 .logo-list .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.footer73 .logo-list .logo img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  filter: grayscale(100%); }

.footer73 .logo-list .logo a:hover img {
  filter: grayscale(0%); }

@media only screen and (max-width: 991px) {
  .footer73 .logo-list {
    flex-direction: column;
    align-content: center; }

  .footer73 .logo-list .logo img {
    max-width: 15vw;
    max-height: 5vh; } }

@media only screen and (max-width: 480px) {
  .footer73 .logo-list .logo img {
    max-width: 30vw;
    max-height: 10vh; } }
/**************************
 YOOLS REFERENCE
 **************************/
.footer73 .yools-reference img {
  filter: grayscale(100%) invert(50%);
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.footer73 .yools-reference:hover img {
  filter: grayscale(0%) invert(0%);
  opacity: 1; }

.footer73 {
  padding: 72px 0px 72px 0px; }

.footer73 {
  position: relative; }

.footer73 h2 {
  font-size: 1rem; }

.footer73 h2 {
  color: #fff; }

.footer73 h2 {
  text-align: left; }

.footer73 h2 {
  margin: 0px 0px 0.833em 0px; }

.footer73 .s-text {
  font-size: 0.833rem; }

.footer73 .s-text {
  color: #fff; }

.footer73 .s-text {
  text-align: left; }

.footer73 .s-text {
  line-height: 173%; }

.footer73 .s-text {
  margin: 0px 0px 0px 0px; }

.footer73 .s-text a, .footer73 .sitemap-link a, .footer73 .s-link {
  font-size: 0.833rem; }

.footer73 .s-text a, .footer73 .sitemap-link a, .footer73 .s-link {
  font-weight: normal; }

.footer73 .s-text a, .footer73 .sitemap-link a, .footer73 .s-link {
  color: #fff; }

.footer73 .s-text a, .footer73 .sitemap-link a, .footer73 .s-link {
  text-decoration: none; }

.footer73 .s-text a:hover, .footer73 .sitemap-link a:hover, .footer73 .s-link:hover {
  color: #e8d3a6; }

.footer73 .sitemap {
  margin: 0px -15px 0px -15px; }

.footer73 .sitemap .sitemap-link a {
  padding: 6px 0px 6px 0px; }

.footer73 .sitemap .sitemap-link a {
  display: inline-block; }

.footer73 .social-media {
  margin: 0px 0px 0px 0px; }

.footer73 .social-media .social-media-link a {
  background-color: rgba(255, 255, 255, 0.1); }

.footer73 .social-media .social-media-link a {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.footer73 .social-media .social-media-link a {
  width: 30px; }

.footer73 .social-media .social-media-link a {
  height: 30px; }

.footer73 .social-media .social-media-link a {
  display: inline-block; }

.footer73 .social-media .social-media-link a {
  position: relative; }

.footer73 .social-media .social-media-link a i {
  font-size: 0.833rem; }

.footer73 .social-media .social-media-link a i {
  font-weight: normal; }

.footer73 .social-media .social-media-link a i {
  color: #fff; }

.footer73 .social-media .social-media-link a i {
  -ms-transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.footer73 .social-media .social-media-link a i {
  position: absolute; }

.footer73 .social-media .social-media-link a i {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto; }

.footer73 .social-media .social-media-link a img {
  height: 0.833em; }

.footer73 .social-media .social-media-link a img {
  -ms-transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.footer73 .social-media .social-media-link a img {
  position: absolute; }

.footer73 .social-media .social-media-link a img {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto; }

.footer73 .social-media .social-media-link a:hover {
  background-color: #e8d3a6; }

.footer73 .social-media .social-media-link a:hover {
  -ms-transform: translate3d(0px, -3px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, -3px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, -3px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.footer73 .s-button-list {
  margin: -4px -4px -4px -4px; }

.footer73 .s-button-list .s-btn {
  font-size: 0.833rem; }

.footer73 .s-button-list .s-btn {
  width: 100%; }

.footer73 .s-button-list .s-btn {
  margin: 4px 4px 4px 4px; }

.footer73 .s-button-list .s-btn {
  padding: 0.833em 1.73em 0.833em 1.73em; }

.footer73 .s-button-list .s-btn-alt {
  font-size: 0.833rem; }

.footer73 .s-button-list .s-btn-alt {
  width: 100%; }

.footer73 .s-button-list .s-btn-alt {
  margin: 4px 4px 4px 4px; }

.footer73 .s-button-list .s-btn-alt {
  padding: 0.833em 1.73em 0.833em 1.73em; }

.footer73 .s-button-list .s-link {
  line-height: 100%; }

.footer73 .s-button-list .s-link {
  margin: 4px 4px 4px 4px; }

.footer73 .s-button-list .s-link {
  padding: 4px 0px 4px 0px; }

.footer73 .logo-list {
  margin: 0px -15px 0px -15px; }

.footer73 .logo-list .logo {
  height: 2.986em; }

.footer73 .logo-list .logo {
  margin: 0px 0px 0px 0px; }

.footer73 .logo-list .logo {
  padding: 0px 15px 0px 15px; }

.footer73 .yools-reference {
  background-color: rgba(255, 255, 255, 0.1); }

.footer73 .yools-reference {
  -webkit-border-radius: 99px 99px 0px 0px;
  border-radius: 99px 99px 0px 0px; }

.footer73 .yools-reference {
  width: 120px; }

.footer73 .yools-reference {
  height: 36px; }

.footer73 .yools-reference {
  -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.footer73 .yools-reference {
  position: absolute; }

.footer73 .yools-reference {
  top: auto;
  bottom: 0px;
  left: auto;
  right: 15px; }

.footer73 .yools-reference img {
  min-width: 0px;
  max-width: 60%; }

.footer73 .yools-reference img {
  min-height: 0px;
  max-height: 55%; }

.footer73 .yools-reference img {
  opacity: 0.7; }

.footer73 .yools-reference img {
  -ms-transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.footer73 .yools-reference img {
  position: absolute; }

.footer73 .yools-reference img {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto; }

@media (max-width: 768px) {
  .footer73 {
    padding: 72px 0px 36px 0px; }

  .footer73 h2 {
    text-align: center; }

  .footer73 h2 {
    margin: 0px 0px 0.579em 0px; }

  .footer73 .s-text {
    text-align: center; }

  .footer73 .s-text {
    margin: 0px 0px 36px 0px; }

  .footer73 .sitemap {
    margin: 0px -15px 36px -15px; }

  .footer73 .social-media {
    margin: 0px 0px 36px 0px; }

  .footer73 .s-button-list {
    margin: -4px -4px 32px -4px; }

  .footer73 .s-button-list .s-btn {
    width: auto; }

  .footer73 .s-button-list .s-btn-alt {
    width: auto; }

  .footer73 .logo-list {
    margin: 0px -15px 21px -15px; }

  .footer73 .logo-list .logo {
    height: 2.074em; }

  .footer73 .logo-list .logo {
    margin: 15px 0px 15px 0px; }

  .footer73 .yools-reference {
    -ms-transform: translate3d(-50%, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

  .footer73 .yools-reference {
    top: auto;
    bottom: 0px;
    left: 50%;
    right: auto; } }

@media (max-width: 480px) {
  .footer73 {
    padding: 72px 0px 36px 0px; }

  .footer73 h2 {
    font-size: 0.833rem; }

  .footer73 h2 {
    text-align: center; }

  .footer73 h2 {
    margin: 0px 0px 0.833em 0px; }

  .footer73 .s-text {
    text-align: center; }

  .footer73 .s-text {
    margin: 0px 0px 36px 0px; }

  .footer73 .sitemap {
    margin: 0px -15px 36px -15px; }

  .footer73 .social-media {
    margin: 0px 0px 36px 0px; }

  .footer73 .s-button-list {
    margin: -4px -4px -4px -4px; }

  .footer73 .s-button-list .s-btn {
    width: auto; }

  .footer73 .s-button-list .s-btn-alt {
    width: auto; }

  .footer73 .logo-list {
    margin: 0px -15px 21px -15px; }

  .footer73 .logo-list .logo {
    height: 2.986em; }

  .footer73 .logo-list .logo {
    margin: 0px 0px 0px 0px; }

  .footer73 .yools-reference {
    -ms-transform: translate3d(-50%, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
    -webkit-transform: translate3d(-50%, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

  .footer73 .yools-reference {
    top: auto;
    bottom: 0px;
    left: 50%;
    right: auto; } }

/* Default css from Loader */
:root {
  --sm-loader-color-smC11783SmSn1p3T8-style: var(--sm-loader-color);
  --sm-loader-display-smC11783SmSn1p3T8-style: none; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style {
  display: var(--sm-loader-display-smC11783SmSn1p3T8-style);
  opacity: 1;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition-delay: 0.38s !important; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style.s-loader__inactive {
  /*visibility: hidden;*/
  opacity: 0;
  pointer-events: none; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style.s-loader__active {
  display: flex;
  /*visibility: visible;*/
  opacity: 1;
  pointer-events: auto; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style.s-loader__hidden {
  /*display: none;*/
  /*visibility: hidden;*/
  opacity: 0;
  pointer-events: none; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader-plane, .s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader-chase-dot:before, .s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader-bounce-dot, .s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader-wave-rect, .s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader-pulse, .s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader-flow-dot, .s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader-swing-dot, .s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader-circle-dot:before, .s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader-circle-fade-dot:before, .s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader-grid-cube, .s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader-fold-cube:before, .s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader-wander-cube {
  background-color: var(--sm-loader-color-smC11783SmSn1p3T8-style); }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader-chase-line {
  border-color: var(--sm-loader-color-smC11783SmSn1p3T8-style) transparent transparent transparent; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader-spinner {
  border-color: var(--sm-loader-color-smC11783SmSn1p3T8-style) transparent transparent var(--sm-loader-color-smC11783SmSn1p3T8-style); }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style {
  background-color: #fff; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style {
  width: 100vw; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style {
  height: 100vh; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style {
  z-index: 100000; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style {
  position: fixed; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

:root {
  --sm-loader-color-smC11783SmSn1p3T8-style: #e8d3a6;
  border-color: #e8d3a6; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style .sm-loader__inner {
  width: 80px;
  height: 80px; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style {
  flex-direction: row; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style {
  justify-content: center; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style {
  align-items: center; }

.s-laycomp79 .s-loader.smC11783SmSn1p3T8-style {
  -webkit-transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0s 0.165, 0.84, 0.44, 1 0s; }



.s-header-1 {
  background: var(--color_primary-400); }

@media only screen and (min-width: 1280px) {
  .s-header-1 .container {
    max-width: 1600px;
    padding: 0 var(--spacing_sm); } }

.s-header-1 .header-row {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between; }
/*
 .s-header-1 .logo {
 padding: 0 15px;
 }
 */
.s-header-1 .header-nav {
  /*padding: 0 16px;*/
  display: flex;
  align-items: center;
  align-self: center; }

@media only screen and (min-width: 992px) {
  .s-header-1 .hide-on-desktop {
    display: none !important; } }

@media only screen and (max-width: 991px) {
  .s-header-1 .container {
    max-width: 100%;
    padding: 0 var(--spacing_xs); } }

@media only screen and (max-width: 480px) {
  .s-header-1 .container {
    padding: 0 var(--spacing_xs-3); } }
/********************
 DESKTOP
 ********************/
.s-header-1 .header-nav#desktop ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.s-header-1 .header-nav#desktop > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: -16px !important;
  margin-right: -16px !important; }

.s-header-1 .header-nav#desktop ul li {
  padding: 0 16px;
  position: relative;
  white-space: nowrap; }

.s-header-1 .header-nav#desktop ul > li > ul {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 0;
  padding: 0;
  margin: 0;
  transform: translate(0, 100%);
  display: inline-block;
  display: none; }

.s-header-1 .header-nav#desktop ul > li:hover > ul {
  display: block; }

.s-header-1 .header-nav#desktop ul > li > ul > li {
  white-space: nowrap;
  padding: 0; }

.s-header-1 .header-nav#desktop ul > li > ul > li > a {
  display: inline-block; }

.s-header-1 .header-nav#desktop ul ul ul {
  display: none !important; }

@media only screen and (min-width: 991px) {
  .s-header-1 .header-nav#mobile {
    display: none; } }
/********************
 MOBILE
 ********************/
@media only screen and (max-width: 991px) {
  .s-header-1 .header-nav#desktop {
    display: none; } }

.s-header-1 #mobile .mobile-overlay {
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(0, -100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }

.s-header-1 #mobile.mobile-active .mobile-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.s-header-1 #mobile.mobile-active .mobile-overlay {
  transform: translate(0, 0);
  height: 100vh;
  z-index: 20000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.s-header-1 #mobile .mobile-overlay > ul {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-header-1 #mobile .mobile-overlay > ul.has-sub {
  transform: translate(-100%, 0); }

.s-header-1 #mobile .mobile-overlay > ul li {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0; }

.s-header-1 #mobile .mobile-overlay > ul li a {
  display: inline-block;
  background: transparent; }

.s-header-1 .header-nav#mobile ul > li > ul {
  display: none;
  margin: 0;
  padding: 0 0 0 1em;
  width: 100%;
  position: absolute;
  right: -100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 320px;
  padding: 0;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-header-1 .header-nav#mobile ul > li > ul.sub-visible {
  display: block; }

.s-header-1 .header-nav#mobile ul > li > ul > li {
  padding: 0;
  text-align: right; }

.s-header-1 .header-nav#mobile ul > li > ul > li a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.s-header-1 #mobile .mobile-overlay > ul ul {
  list-style: none;
  padding-left: 1em; }
/********************
 MOBILE MENU BUTTON
 ********************/
.mobile-nav-btn {
  border-top: 2px solid;
  background-color: transparent !important;
  height: 15px;
  width: 28px;
  z-index: 200001;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.mobile-nav-btn:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  border: 0 !important;
  top: 50%;
  transform: translate(0, calc(-50% - 0.5px));
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.mobile-nav-btn:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.mobile-active .mobile-nav-btn {
  border-color: transparent !important;
  height: auto;
  padding-bottom: 100%; }

.mobile-active .mobile-nav-btn:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%; }

.mobile-active .mobile-nav-btn:after {
  -webkit-transform: rotate(135deg) translate(0, -50%);
  -moz-transform: rotate(135deg) translate(0, -50%);
  -khtml-transform: rotate(135deg) translate(0, -50%);
  -o-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
  bottom: 50%;
  width: 100%; }
/********************
 MOBILE SUBMENU BUTTON
 ********************/
.mobile-subnav-btn {
  z-index: 200001;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.mobile-subnav-btn.back-visible {
  opacity: 1; }

.s-header-1 {
  width: 100%; }

.s-header-1 {
  padding: 24px 0px 24px 0px; }

.s-header-1 {
  z-index: 20000; }

.s-header-1 {
  visibility: visible; }

.s-header-1 {
  position: relative; }

.s-header-1 .logo img {
  min-width: 0px;
  max-width: 250px; }

.s-header-1 .logo img {
  min-height: 30px;
  max-height: 100px; }

.s-header-1 .header-nav ul > li a {
  font-size: 1rem; }

.s-header-1 .header-nav ul > li a {
  font-weight: bold; }

.s-header-1 .header-nav ul > li a {
  color: #171511; }

.s-header-1 .header-nav ul > li a {
  text-decoration: none; }

.s-header-1 .header-nav ul > li a.active {
  color: #171511; }

.s-header-1 .header-nav#desktop ul > li > ul {
  background-color: #759599; }

.s-header-1 .header-nav#desktop ul > li > ul {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-header-1 .header-nav ul > li > ul > li > a {
  font-size: 13px; }

.s-header-1 .header-nav ul > li > ul > li > a {
  color: #fff; }

.s-header-1 .header-nav ul > li > ul > li > a {
  padding: 8px 15px 8px 15px; }

.s-header-1 .header-nav ul > li a:hover {
  text-decoration: none; }

.mobile-nav-btn, .mobile-nav-btn:before, .mobile-nav-btn:after {
  background-color: #171511;
  border-color: #171511; }

.mobile-active .mobile-nav-btn, .mobile-active .mobile-nav-btn:before, .mobile-active .mobile-nav-btn:after {
  background-color: #171511;
  border-color: #171511; }

.s-header-1 #mobile.mobile-active .mobile-overlay {
  background-color: #f4e9d3; }

.s-header-1 #mobile.mobile-active .mobile-overlay {
  padding: 30px 30px 30px 30px; }

.s-header-1 #mobile .mobile-overlay > ul li a {
  color: #171511; }

.s-header-1 #mobile .mobile-overlay > ul li a {
  padding: 12px 0px 12px 0px; }

.mobile-subnav-btn {
  -ms-transform: translate3d(0px, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.mobile-subnav-btn {
  position: absolute; }

.mobile-subnav-btn {
  top: 50%;
  bottom: auto;
  left: 30px;
  right: auto; }

.mobile-subnav-btn i {
  font-size: 14px; }

.mobile-subnav-btn i {
  font-weight: normal; }

.mobile-subnav-btn i {
  color: #fff; }

@media (max-width: 768px) {
  .s-header-1 .logo img {
    min-height: 30px;
    max-height: 60px; }

  .s-header-1 #mobile.mobile-active .mobile-overlay {
    padding: 30px 15% 30px 15%; } }

@media (max-width: 480px) {
  .s-header-1 {
    padding: 12px 0px 12px 0px; }

  .s-header-1 .logo img {
    min-width: 0px;
    max-width: 50vw; }

  .s-header-1 .logo img {
    min-height: 20px;
    max-height: 60px; }

  .s-header-1 .header-nav ul > li > ul > li > a {
    font-size: 15px; }

  .s-header-1 #mobile.mobile-active .mobile-overlay {
    padding: 30px 15% 30px 15%; } }

/* Default css from To Top */
.s-laycomp82 .s-to__top.smC16908SmSn1p3T7i189-style {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius_md); }

.s-laycomp82 .s-to__top.smC16908SmSn1p3T7i189-style[aria-hidden='true'] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.s-laycomp82 .s-to__top {
  background: var(--color_secondary-400);
  text-decoration: none; }

.s-laycomp82 .s-to__top i {
  color: var(--color_secondary-500); }

.s-laycomp82 .s-to__top:hover {
  background: var(--color_secondary-500); }

.s-laycomp82 .s-to__top:hover i {
  color: var(--color_secondary-300); }

.s-laycomp82 .s-to__top.smC16908SmSn1p3T7i189-style svg {
  width: 60%; }

.s-laycomp82 .s-to__top.smC16908SmSn1p3T7i189-style svg {
  height: 60%; }

.s-laycomp82 .s-to__top.smC16908SmSn1p3T7i189-style {
  width: 50px; }

.s-laycomp82 .s-to__top.smC16908SmSn1p3T7i189-style {
  height: 50px; }

.s-laycomp82 .s-to__top.smC16908SmSn1p3T7i189-style {
  z-index: 9999; }

.s-laycomp82 .s-to__top.smC16908SmSn1p3T7i189-style {
  -ms-transform: translate3d(0px, 20px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 20px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 20px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-laycomp82 .s-to__top.smC16908SmSn1p3T7i189-style {
  position: fixed; }

.s-laycomp82 .s-to__top.smC16908SmSn1p3T7i189-style {
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px; }

.s-laycomp82 .s-to__top.smC16908SmSn1p3T7i189-style[aria-hidden='false'] {
  -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

