/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.105.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.105.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.97.3_webpack@5.105.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./library/styles/scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/******************************************************************
*******************************************************************

	ORIGO: STYLESHEET - MAIN

	AUTHOR: Colluco

*******************************************************************
******************************************************************/
/******************************************************************
	IMPORT STYLES
******************************************************************/
html {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}
a {
  color: currentColor;
}
ol,
ul {
  list-style: none;
}
[type=button],
[type=color],
[type=date],
[type=datetime-local],
[type=email],
[type=file],
[type=month],
[type=number],
[type=password],
[type=range],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea,
button {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
::-moz-placeholder {
  color: currentColor;
  opacity: 0.5;
}
::placeholder {
  color: currentColor;
  opacity: 0.5;
}
table,
tr,
th,
td {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
/******************************************************************
*******************************************************************

	ORIGO: STYLESHEET - VARIABLES

	AUTHOR: Colluco

*******************************************************************
******************************************************************/
:root {
  /******************************************************************
      COLOURS
  ******************************************************************/
  --hex-primary: #033B5A;
  --hex-secondary: #7AA4C9;
  --hex-tertiary: #E03212;
  --hex-quaternary: #7AA4C9;
  --hex-white: #FFFFFF;
  --hex-eggshell: #F4F4F0;
  --hex-beige: #E9E8E1;
  --hex-black: #1A1818;
  --hex-true-black: #000;
  --hex-zandri-dust: #A39863;
  --hex-grey: #707070;
  --hex-grey-dark: #414141;
  --hex-grey-mid: #818F99;
  --hex-grey-light: var(--hex-grey);
  --hex-orange: #DF6421;
  --hex-alert-red: #b20000;
  --hex-alert-yellow: #f2c901;
  --hex-alert-green: #31b048;
  --hex-alert-blue: #0268bf;
  --wpex-accent: var(--hex-secondary);
  /******************************************************************
      TYPOGRAPHY
  ******************************************************************/
  --font-family-alpha: "miller-display", sans-serif;
  --font-family-beta: "proxima-nova", sans-serif;
  --font-family-gamma: var(--font-family-beta);
  --font-weight-alpha: 100;
  --font-weight-beta: 300;
  --font-weight-heading-beta: 400;
  --font-lineheight-alpha: 1.35;
  --font-lineheight-beta: 1.2;
  --font-letterspacing-alpha: 0px;
  --font-letterspacing-beta: 0px;
  --font-margin: 1em;
  /* Heading sizes */
  --font-size-h1: clamp(2.153rem, 6vw, 3.308rem);
  --font-size-h2: clamp(1.926rem, 5vw, 2.282rem);
  --font-size-h3: clamp(1.531rem, 4vw, 1.973rem);
  --font-size-h4: clamp(1.235rem, 3vw, 1.531rem);
  --font-size-h5: clamp(0.889rem, 2vw, 0.988rem);
  --font-size-h6: 0.889rem;
  --font-size-beta-xs: 0.813rem;
  --font-size-beta-sm: 0.9rem;
  --font-size-beta-norm: 1rem;
  --font-size-beta-lg: 18px;
  --font-size-beta-xl: 22px;
  --font-size-beta-xxl: 24px;
  --font-hex-alpha: #023B5A;
  --font-hex-beta: #023B5A;
  --font-hex-anchor: var(--hex-primary);
  --font-hex-anchor-hov: var(--secondary);
  /******************************************************************
      ANIMATION
  ******************************************************************/
  --ani-transition: 0.3s linear;
  --ani-transition-short: 0.15s linear;
  --ani-transition-medium: var(--ani-transition);
  --ani-transition-long: 0.45s linear;
  /******************************************************************
      ELEMENTS
  ******************************************************************/
  --elem-header-height-sm: 82px;
  --elem-header-height-sm-shrink: 50px;
  --elem-header-height-lg: 82px;
  --elem-header-height-lg-shrink: 50px;
  --header-bg-color: var(--hex-primary);
  --header-bg-color-overlap: rgba(26, 25, 25, 0.8);
  --header-bg-color-solid: var(--hex-primary);
  --elem-footer-hex-bg: var(--hex-white);
  /******************************************************************
      COMPONENTS
  ******************************************************************/
  --origo-input-border: var(--secondary);
  --origo-input-border-style: 1px solid;
  --origo-border-hex: var(--hex-black);
  --origo-border-style: 1px solid;
  --origo-border-radius: 0;
  --origo-border-radius-sm: 6px;
  --origo-border-radius-full: 400px;
  --origo-border-radius-md: 0;
  --origo-border-radius-lg: 20px;
  --origo-input-bg: transparent;
  --origo-input-bg-hov: var(--hex-white);
  --origo-input-border-hex: var(--hex-primary);
  --origo-input-border-style: var(--origo-border-style);
  --origo-input-min-height: 45px;
  --origo-input-padding: 0.6em 0;
  --origo-input-border-radius: 0;
  --origo-input-font-size: var(--font-size-beta-norm);
  --origo-checkrad-active: var(--hex-primary);
  --origo-checkrad-active-inner: var(--hex-white);
  --origo-checkrad-focus: 2px rgb(138 148 31 / 0.6);
  --origo-checkrad-border: var(--hex-grey-mid);
  --origo-checkrad-border-hover: var(--secondary);
  --origo-checkrad-border-radius: var(--origo-border-radius-sm);
  --origo-checkrad-border-radius-sm: 3px;
  --origo-checkrad-background: var(--hex-white);
  --origo-checkrad-disabled: var(--hex-grey-light);
  --origo-checkrad-disabled-inner: var(--hex-grey-mid);
  --origo-select-hex-txt: var(--hex-black);
  --origo-select-hex-bg: var(--origo-input-bg);
  --origo-select-hex-bg-list: var(--origo-input-bg);
  --origo-select-hex-bg-hov: var(--origo-input-bg-hov);
  --origo-select-hex-icon: var(--hex-black);
  --origo-select-height: var(--origo-input-height);
  --origo-select-padding: var(--origo-input-padding);
  --origo-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
  --origo-box-shadow-light: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  --origo-box-shadow-medium: var(--origo-box-shadow);
  --origo-box-shadow-dark: 0px 0px 8px 2px rgba(0, 0, 0, 0.4);
  --origo-bttn-font-family: var(--font-family-alpha);
  --origo-bttn-font-weight: 400;
  --origo-bttn-font-size: var(--font-size-beta-sm);
  --origo-bttn-font-transform: normal;
  --origo-bttn-line-height: 1;
  --origo-bttn-margin: var(--font-margin) var(--font-margin) 0 0;
  --origo-bttn-border: var(--origo-border-style);
  --origo-bttn-border-radius: var(--origo-border-radius-full, 0px);
  --origo-bttn-transition: color var(--ani-transition-short), background var(--ani-transition-short), border var(--ani-transition-short), filter var(--ani-transition-short);
  --origo-bttn-padding: 0.65em 1.25em 0.7em;
  --origo-bttn-height: auto;
  /******************************************************************
      GRID
  ******************************************************************/
  --origo-column-gap: 30px;
}
html:has(.header--sticky.header--overlap), :root:has(.header--sticky.header--overlap) {
  --header-bg-color: var(--header-bg-color-overlap);
}
html:has(.header--sticky.header--no-overlap), :root:has(.header--sticky.header--no-overlap) {
  --header-bg-color: var(--header-bg-color-solid);
}
/******************************************************************
*******************************************************************

	ORIGO: STYLESHEET - TYPOGRAPHY

	AUTHOR: Colluco

*******************************************************************
******************************************************************/
/******************************************************************
	FONTS
******************************************************************/
/******************************************************************
	HEADING STYLES
******************************************************************/
.module h1:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module .h1:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module h2:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module .h2:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module h3:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module .h3:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module h4:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module .h4:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module h5:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module .h5:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module h6:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module .h6:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset) {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .module h1:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module .h1:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module h2:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module .h2:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module h3:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module .h3:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module h4:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module .h4:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module h5:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module .h5:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module h6:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset), .module .h6:has(.bttn, input[type=submit], input[type=button], form button, .search-filter-reset) {
    flex-wrap: wrap;
  }
}
/* Shared heading base */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--font-hex-alpha);
  margin: 0 0 calc(0.5 * var(--font-margin));
  text-rendering: optimizelegibility;
  -ms-word-break: normal;
  word-break: normal;
  text-wrap: balance;
  gap: 30px;
  hyphens: none;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0px;
}
h1 .bttn, h1 input[type=submit], h1 input[type=button], h1 form button, form h1 button, h1 .search-filter-reset, .h1 .bttn, .h1 input[type=submit], .h1 input[type=button], .h1 form button, form .h1 button, .h1 .search-filter-reset, h2 .bttn, h2 input[type=submit], h2 input[type=button], h2 form button, form h2 button, h2 .search-filter-reset, .h2 .bttn, .h2 input[type=submit], .h2 input[type=button], .h2 form button, form .h2 button, .h2 .search-filter-reset, h3 .bttn, h3 input[type=submit], h3 input[type=button], h3 form button, form h3 button, h3 .search-filter-reset, .h3 .bttn, .h3 input[type=submit], .h3 input[type=button], .h3 form button, form .h3 button, .h3 .search-filter-reset, h4 .bttn, h4 input[type=submit], h4 input[type=button], h4 form button, form h4 button, h4 .search-filter-reset, .h4 .bttn, .h4 input[type=submit], .h4 input[type=button], .h4 form button, form .h4 button, .h4 .search-filter-reset, h5 .bttn, h5 input[type=submit], h5 input[type=button], h5 form button, form h5 button, h5 .search-filter-reset, .h5 .bttn, .h5 input[type=submit], .h5 input[type=button], .h5 form button, form .h5 button, .h5 .search-filter-reset, h6 .bttn, h6 input[type=submit], h6 input[type=button], h6 form button, form h6 button, h6 .search-filter-reset, .h6 .bttn, .h6 input[type=submit], .h6 input[type=button], .h6 form button, form .h6 button, .h6 .search-filter-reset {
  margin-top: 0 !important;
}
/* Serif headings: H1, H2, H3 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--font-family-alpha);
  font-weight: var(--font-weight-alpha);
  line-height: var(--font-lineheight-alpha);
  letter-spacing: var(--font-letterspacing-alpha);
}
/* Sans-serif headings: H5, H6 */
.h5--quote, .h6--quote {
  font-family: var(--font-family-beta);
  font-weight: var(--font-weight-heading-beta);
  line-height: var(--font-lineheight-beta);
  letter-spacing: var(--font-letterspacing-beta);
}
/* Heading sizes */
h1, .h1 {
  font-size: var(--font-size-h1);
}
h2, .h2 {
  font-size: var(--font-size-h2);
}
h3, .h3 {
  font-size: var(--font-size-h3);
}
h4, .h4 {
  font-size: var(--font-size-h4);
}
h5, .h5, .h5--quote {
  font-size: var(--font-size-h5);
}
h6, .h6, .h6--quote {
  font-size: var(--font-size-h6);
}
.p1, .p2, .p3, .p4, .p5, .p6 {
  line-height: var(--font-hex-alpha);
}
/******************************************************************
    TEXT STYLES
******************************************************************/
body {
  font-family: var(--font-family-beta);
  font-weight: var(--font-weight-beta);
  font-size: var(--font-size-beta-norm);
  color: var(--font-hex-beta);
  line-height: var(--font-lineheight-beta);
  text-rendering: optimizelegibility;
}
blockquote:not(.element--testimonial) {
  font-style: italic;
  background-color: var(--hex-grey-light);
  padding: 45px 30px 45px 75px;
  border-left: 3px solid var(--hex-secondary);
  position: relative;
  width: 94%;
  margin: var(--font-margin) auto;
  box-shadow: var(--origo-box-shadow-light);
  border-radius: var(--origo-border-radius);
}
blockquote:not(.element--testimonial) cite {
  font-style: normal;
  font-weight: bold;
  color: var(--hex-primary);
  margin-top: 15px;
  display: block;
}
blockquote:not(.element--testimonial):before {
  font-family: sans-serif;
  content: "“";
  color: var(--hex-primary);
  font-size: 100px;
  position: absolute;
  left: 15px;
  top: -15px;
  opacity: 1;
}
code, pre {
  display: block;
  font-family: monospace;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  white-space: pre;
  padding: 30px;
  border-radius: 5px;
  background-color: var(--hex-grey-light);
  color: var(--hex-primary);
  overflow: auto;
}
code br, pre br {
  display: none !important;
}
small {
  font-size: smaller;
}
strong, b {
  font-weight: bold;
}
em {
  font-style: italic;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
s, del {
  text-decoration: line-through;
}
ins {
  text-decoration: underline;
}
hr {
  width: 95%;
  height: 2px;
  border: 0;
  box-sizing: border-box;
  background: var(--hex-primary);
  margin: 30px auto;
}
hr.faded {
  width: 100%;
  background: none;
  background-image: linear-gradient(90deg, rgba(255, 0, 0, 0), var(--hex-primary) 30%, var(--hex-primary) 70%, rgba(255, 0, 0, 0) 100%);
  background-position: 50%;
}
p {
  font-size: var(--font-size-beta-norm);
  font-family: var(--font-family-beta);
  font-weight: var(--font-weight-beta);
  color: var(--font-hex-beta);
  line-height: var(--font-lineheight-beta);
  letter-spacing: var(--font-letterspacing-beta);
  text-rendering: optimizelegibility;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0 0 var(--font-margin);
  -ms-word-wrap: normal;
  word-break: normal;
  word-wrap: normal;
  hyphens: none;
  -webkit-hyphenate-before: 0;
  -webkit-hyphenate-after: 0;
  hyphenate-lines: 0;
}
p:last-child {
  margin: 0;
}
p.xs {
  font-size: var(--font-size-beta-xs);
}
p.sm {
  font-size: var(--font-size-beta-sm);
}
p.lg {
  font-size: var(--font-size-beta-lg);
}
p.xl {
  font-size: var(--font-size-beta-xl);
}
p.xxl {
  font-size: var(--font-size-beta-xxl);
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: clamp(20px, 4vw, 24px);
}
.fs-30 {
  font-size: clamp(22px, 5vw, 30px);
}
.fs-36 {
  font-size: clamp(24px, 6vw, 36px);
}
.fs-38 {
  font-size: clamp(26px, 6vw, 38px);
}
.fs-48 {
  font-size: clamp(28px, 8vw, 48px);
}
.fs-60 {
  font-size: clamp(32px, 10vw, 60px);
}
.fs-72 {
  font-size: clamp(36px, 12vw, 72px);
}
.p {
  font-size: var(--font-size-beta-norm);
  letter-spacing: var(--font-letterspacing-beta);
}
.p.big {
  font-size: var(--font-size-beta-lg);
}
h1.p, .h1.p,
h2.p, .h2.p,
h3.p, .h3.p,
h4.p, .h4.p,
h5.p, .h5.p,
h6.p, .h6.p {
  font-size: var(--font-size-beta-lg);
}
.hex-primary {
  color: var(--hex-primary) !important;
  fill: var(--hex-primary) !important;
}
.hex-secondary {
  color: var(--hex-secondary) !important;
  fill: var(--hex-secondary) !important;
}
.content ol:not(.select-options):not(.clean):not(.slick-dots):not(.page-numbers):not(form ul):not(.component--share__socials__links),
.content ul:not(.select-options):not(.clean):not(.slick-dots):not(.page-numbers):not(form ul):not(.component--share__socials__links) {
  padding-left: 0;
  margin: 0 0 var(--font-margin);
  list-style: none;
}
.content ol:not(.select-options):not(.clean):not(.slick-dots):not(.page-numbers):not(form ul):not(.component--share__socials__links) li,
.content ul:not(.select-options):not(.clean):not(.slick-dots):not(.page-numbers):not(form ul):not(.component--share__socials__links) li {
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: var(--font-lineheight-beta);
  font-size: var(--font-size-beta-norm);
  position: relative;
}
.content ol:not(.select-options):not(.clean):not(.slick-dots):not(.page-numbers):not(form ul):not(.component--share__socials__links) li i,
.content ul:not(.select-options):not(.clean):not(.slick-dots):not(.page-numbers):not(form ul):not(.component--share__socials__links) li i {
  margin-right: 5px;
}
.content ol:not(.select-options):not(.clean):not(.slick-dots):not(.page-numbers):not(form ul):not(.component--share__socials__links) li:last-child,
.content ul:not(.select-options):not(.clean):not(.slick-dots):not(.page-numbers):not(form ul):not(.component--share__socials__links) li:last-child {
  margin-bottom: 0px;
}
.content ol:not(.select-options):not(.clean):not(.slick-dots):not(.page-numbers):not(form ul):not(.component--share__socials__links) li:before,
.content ul:not(.select-options):not(.clean):not(.slick-dots):not(.page-numbers):not(form ul):not(.component--share__socials__links) li:before {
  position: absolute;
  left: 7.5px;
  line-height: var(--font-lineheight-beta);
}
.content ol.list-2col,
.content ul.list-2col {
  display: flex;
  flex-wrap: wrap;
}
.content ol.list-2col li,
.content ul.list-2col li {
  flex: 1 1 50%;
  max-width: 50%;
}
.content ol:not(.select-options):not(.clean):not(.slick-dots):not(.page-numbers):not(form ul):not(.component--share__socials__links) {
  counter-reset: listitem;
}
.content ol:not(.select-options):not(.clean):not(.slick-dots):not(.page-numbers):not(form ul):not(.component--share__socials__links) li:before {
  color: var(--font-hex-beta);
  counter-increment: listitem;
  content: counters(listitem, ".") ".";
  font-size: 14px;
  height: 30px;
  display: flex;
  align-items: center;
}
.content {
  /* Style for bullet lists */
}
.content ul:not(.select-options):not(.clean):not(.slick-dots):not(.page-numbers):not(form ul):not(.component--share__socials__links) li:before {
  content: "•";
  color: var(--font-hex-beta);
}
/******************************************************************
    ANCHOR STYLES
******************************************************************/
a {
  text-decoration: none;
  color: var(--font-hex-anchor);
  transition: color linear 0.3s;
  cursor: pointer;
  /* on click */
}
a:active {
  color: var(--font-hex-anchor-hov);
}
a:hover {
  color: var(--font-hex-anchor-hov);
}
/******************************************************************
*******************************************************************

	ORIGO: STYLESHEET - ALERTS

	AUTHOR: Colluco

*******************************************************************
******************************************************************/
/******************************************************************
	ALERTS AND NOTICES
******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  border-color: var(--hex-alert-yellow);
  background: var(--hex-alert-yellow);
}
.alert-info {
  border-color: var(--hex-alert-blue);
  background: var(--hex-alert-blue);
}
.alert-error {
  border-color: var(--hex-alert-red);
  background: var(--hex-alert-red);
}
.alert-success {
  border-color: var(--hex-alert-green);
  background: var(--hex-alert-green);
}
/******************************************************************
*******************************************************************

	ORIGO: STYLESHEET - BUTTONS

	AUTHOR: Colluco

*******************************************************************
******************************************************************/
/******************************************************************
	LINKS
******************************************************************/
.link {
  color: var(--hex-primary);
  transition: var(--ani-transition) all;
  font-weight: 700;
}
.link:hover {
  color: var(--hex-secondary);
}
.link i {
  margin-right: 10px;
}
.link.plus:after {
  font: var(--fa-font-solid);
  content: "+";
  display: inline-flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  font-size: 18px;
  color: var(--hex-primary);
  margin-left: 10px;
  height: 28px;
  width: 28px;
  border: 2px solid var(--hex-primary);
}
.link.minus:after {
  font: var(--fa-font-solid);
  content: "\f068";
  display: inline-flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  font-size: 18px;
  color: var(--hex-primary);
  margin-left: 10px;
  height: 28px;
  width: 28px;
  border: 2px solid var(--hex-primary);
}
.link.minus.ml0:after {
  margin-left: 0;
}
/******************************************************************
	BUTTONS
******************************************************************/
button {
  border: none;
  background: none;
}
.bttn.bttn--thin, input.bttn--thin[type=submit], input.bttn--thin[type=button], form button.bttn--thin, .bttn--thin.search-filter-reset {
  --origo-bttn-padding: 0.9em 1.85em 0.8em;
}
.bttn.bttn--large, input.bttn--large[type=submit], input.bttn--large[type=button], form button.bttn--large, .bttn--large.search-filter-reset {
  --origo-bttn-font-size: var(--font-size-beta-norm);
}
@media (min-width: 768px) {
  .bttn, input[type=submit], input[type=button], form button, .search-filter-reset {
    margin-right: calc(var(--font-margin) * 2);
  }
}
.bttn, input[type=submit], input[type=button], form button, .search-filter-reset {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--origo-bttn-font-family);
  font-weight: var(--origo-bttn-font-weight);
  font-size: var(--origo-bttn-font-size);
  text-transform: var(--origo-bttn-font-transform);
  line-height: var(--origo-bttn-line-height);
  margin: var(--origo-bttn-margin);
  border: var(--origo-bttn-border);
  border-radius: var(--origo-bttn-border-radius);
  transition: var(--origo-bttn-transition);
  padding: var(--origo-bttn-padding);
  height: var(--origo-bttn-height);
  background-color: var(--bttn-background);
  border-color: var(--bttn-background);
  color: var(--bttn-foreground);
  --bttn-arrow-color: var(--bttn-foreground);
}
.bttn--outline {
  background-color: transparent;
  color: var(--bttn-background);
  border-color: var(--bttn-background);
}
.bttn--outline:hover {
  background-color: var(--bttn-background);
  color: var(--bttn-foreground);
}
.bttn.menu-item, input.menu-item[type=submit], input.menu-item[type=button], form button.menu-item, .menu-item.search-filter-reset {
  margin-top: 0 !important;
}
.bttn:hover, input[type=submit]:hover, input[type=button]:hover, form button:hover, .search-filter-reset:hover, .bttn:focus, input[type=submit]:focus, input[type=button]:focus, form button:focus, .search-filter-reset:focus, .bttn:active, input[type=submit]:active, input[type=button]:active, form button:active, .search-filter-reset:active {
  text-decoration: none;
  outline: none;
}
.bttn:after, input[type=submit]:after, input[type=button]:after, form button:after, .search-filter-reset:after {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.15em;
  margin-left: 15px;
  background-color: var(--bttn-arrow-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 31.723 22.886%27%3E%3Cpath d=%27M25.5,76.093l-9.536,10.49A.953.953,0,1,1,14.552,85.3l8.086-8.9L-5.021,76.4a.953.953,0,0,1-.954-.954.953.953,0,0,1,.954-.954l27.66.007-8.086-8.9a.953.953,0,1,1,1.412-1.281L25.5,74.812A.952.952,0,0,1,25.5,76.093Z%27 transform=%27translate%285.975 -64.01%29%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 31.723 22.886%27%3E%3Cpath d=%27M25.5,76.093l-9.536,10.49A.953.953,0,1,1,14.552,85.3l8.086-8.9L-5.021,76.4a.953.953,0,0,1-.954-.954.953.953,0,0,1,.954-.954l27.66.007-8.086-8.9a.953.953,0,1,1,1.412-1.281L25.5,74.812A.952.952,0,0,1,25.5,76.093Z%27 transform=%27translate%285.975 -64.01%29%27/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  mask-position: right center;
  -webkit-mask-size: contain;
  mask-size: contain;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.2s ease-in, transform 0.2s ease-in;
}
.bttn:hover:after, input[type=submit]:hover:after, input[type=button]:hover:after, form button:hover:after, .search-filter-reset:hover:after {
  clip-path: inset(0 0 0 18.83%);
  transform: translateX(10px);
}
.bttn:last-child, input[type=submit]:last-child, input[type=button]:last-child, form button:last-child, .search-filter-reset:last-child {
  margin-right: 0px;
}
.bttn.bttn--mt, input.bttn--mt[type=submit], input.bttn--mt[type=button], form button.bttn--mt, .bttn--mt.search-filter-reset {
  margin-top: 0;
}
.bttn i, input[type=submit] i, input[type=button] i, form button i, .search-filter-reset i {
  margin-left: 10px;
}
.bttn, input[type=submit], input[type=button], form button, .search-filter-reset {
  --bttn-background: var(--hex-primary);
  --bttn-foreground: var(--hex-white);
}
.bttn.primary, input[type=submit], input[type=button], form button, .search-filter-reset, .bttn--primary {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--origo-bttn-font-family);
  font-weight: var(--origo-bttn-font-weight);
  font-size: var(--origo-bttn-font-size);
  text-transform: var(--origo-bttn-font-transform);
  line-height: var(--origo-bttn-line-height);
  margin: var(--origo-bttn-margin);
  border: var(--origo-bttn-border);
  border-radius: var(--origo-bttn-border-radius);
  transition: var(--origo-bttn-transition);
  padding: var(--origo-bttn-padding);
  height: var(--origo-bttn-height);
  background-color: var(--bttn-background);
  border-color: var(--bttn-background);
  color: var(--bttn-foreground);
  --bttn-arrow-color: var(--bttn-foreground);
}
.bttn.primary--outline, input.primary--outline[type=submit], input.primary--outline[type=button], form button.primary--outline, .primary--outline.search-filter-reset, .bttn--primary--outline {
  background-color: transparent;
  color: var(--bttn-background);
  border-color: var(--bttn-background);
}
.bttn.primary--outline:hover, input.primary--outline[type=submit]:hover, input.primary--outline[type=button]:hover, form button.primary--outline:hover, .primary--outline.search-filter-reset:hover, .bttn--primary--outline:hover {
  background-color: var(--bttn-background);
  color: var(--bttn-foreground);
}
.bttn.primary.menu-item, input.menu-item[type=submit], input.menu-item[type=button], form button.menu-item, .menu-item.search-filter-reset, .bttn--primary.menu-item {
  margin-top: 0 !important;
}
.bttn.primary:hover, input[type=submit]:hover, input[type=button]:hover, form button:hover, .search-filter-reset:hover, .bttn.primary:focus, input[type=submit]:focus, input[type=button]:focus, form button:focus, .search-filter-reset:focus, .bttn.primary:active, input[type=submit]:active, input[type=button]:active, form button:active, .search-filter-reset:active, .bttn--primary:hover, .bttn--primary:focus, .bttn--primary:active {
  text-decoration: none;
  outline: none;
}
.bttn.primary:after, input[type=submit]:after, input[type=button]:after, form button:after, .search-filter-reset:after, .bttn--primary:after {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.15em;
  margin-left: 15px;
  background-color: var(--bttn-arrow-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 31.723 22.886%27%3E%3Cpath d=%27M25.5,76.093l-9.536,10.49A.953.953,0,1,1,14.552,85.3l8.086-8.9L-5.021,76.4a.953.953,0,0,1-.954-.954.953.953,0,0,1,.954-.954l27.66.007-8.086-8.9a.953.953,0,1,1,1.412-1.281L25.5,74.812A.952.952,0,0,1,25.5,76.093Z%27 transform=%27translate%285.975 -64.01%29%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 31.723 22.886%27%3E%3Cpath d=%27M25.5,76.093l-9.536,10.49A.953.953,0,1,1,14.552,85.3l8.086-8.9L-5.021,76.4a.953.953,0,0,1-.954-.954.953.953,0,0,1,.954-.954l27.66.007-8.086-8.9a.953.953,0,1,1,1.412-1.281L25.5,74.812A.952.952,0,0,1,25.5,76.093Z%27 transform=%27translate%285.975 -64.01%29%27/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  mask-position: right center;
  -webkit-mask-size: contain;
  mask-size: contain;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.2s ease-in, transform 0.2s ease-in;
}
.bttn.primary:hover:after, input[type=submit]:hover:after, input[type=button]:hover:after, form button:hover:after, .search-filter-reset:hover:after, .bttn--primary:hover:after {
  clip-path: inset(0 0 0 18.83%);
  transform: translateX(10px);
}
.bttn.primary:last-child, input[type=submit]:last-child, input[type=button]:last-child, form button:last-child, .search-filter-reset:last-child, .bttn--primary:last-child {
  margin-right: 0px;
}
.bttn.primary.bttn--mt, input.bttn--mt[type=submit], input.bttn--mt[type=button], form button.bttn--mt, .bttn--mt.search-filter-reset, .bttn--primary.bttn--mt {
  margin-top: 0;
}
.bttn.primary i, input[type=submit] i, input[type=button] i, form button i, .search-filter-reset i, .bttn--primary i {
  margin-left: 10px;
}
.bttn.primary, input[type=submit], input[type=button], form button, .search-filter-reset, .bttn--primary {
  --bttn-background: var(--hex-primary);
  --bttn-foreground: var(--hex-white);
  --bttn-arrow-color: var(--hex-quaternary);
}
.bttn.secondary, input.secondary[type=submit], input.secondary[type=button], form button.secondary, .secondary.search-filter-reset, .bttn--secondary {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--origo-bttn-font-family);
  font-weight: var(--origo-bttn-font-weight);
  font-size: var(--origo-bttn-font-size);
  text-transform: var(--origo-bttn-font-transform);
  line-height: var(--origo-bttn-line-height);
  margin: var(--origo-bttn-margin);
  border: var(--origo-bttn-border);
  border-radius: var(--origo-bttn-border-radius);
  transition: var(--origo-bttn-transition);
  padding: var(--origo-bttn-padding);
  height: var(--origo-bttn-height);
  background-color: var(--bttn-background);
  border-color: var(--bttn-background);
  color: var(--bttn-foreground);
  --bttn-arrow-color: var(--bttn-foreground);
}
.bttn.secondary--outline, input.secondary--outline[type=submit], input.secondary--outline[type=button], form button.secondary--outline, .secondary--outline.search-filter-reset, .bttn--secondary--outline {
  background-color: transparent;
  color: var(--bttn-background);
  border-color: var(--bttn-background);
}
.bttn.secondary--outline:hover, input.secondary--outline[type=submit]:hover, input.secondary--outline[type=button]:hover, form button.secondary--outline:hover, .secondary--outline.search-filter-reset:hover, .bttn--secondary--outline:hover {
  background-color: var(--bttn-background);
  color: var(--bttn-foreground);
}
.bttn.secondary.menu-item, input.secondary.menu-item[type=submit], input.secondary.menu-item[type=button], form button.secondary.menu-item, .secondary.menu-item.search-filter-reset, .bttn--secondary.menu-item {
  margin-top: 0 !important;
}
.bttn.secondary:hover, input.secondary[type=submit]:hover, input.secondary[type=button]:hover, form button.secondary:hover, .secondary.search-filter-reset:hover, .bttn.secondary:focus, input.secondary[type=submit]:focus, input.secondary[type=button]:focus, form button.secondary:focus, .secondary.search-filter-reset:focus, .bttn.secondary:active, input.secondary[type=submit]:active, input.secondary[type=button]:active, form button.secondary:active, .secondary.search-filter-reset:active, .bttn--secondary:hover, .bttn--secondary:focus, .bttn--secondary:active {
  text-decoration: none;
  outline: none;
}
.bttn.secondary:after, input.secondary[type=submit]:after, input.secondary[type=button]:after, form button.secondary:after, .secondary.search-filter-reset:after, .bttn--secondary:after {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.15em;
  margin-left: 15px;
  background-color: var(--bttn-arrow-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 31.723 22.886%27%3E%3Cpath d=%27M25.5,76.093l-9.536,10.49A.953.953,0,1,1,14.552,85.3l8.086-8.9L-5.021,76.4a.953.953,0,0,1-.954-.954.953.953,0,0,1,.954-.954l27.66.007-8.086-8.9a.953.953,0,1,1,1.412-1.281L25.5,74.812A.952.952,0,0,1,25.5,76.093Z%27 transform=%27translate%285.975 -64.01%29%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 31.723 22.886%27%3E%3Cpath d=%27M25.5,76.093l-9.536,10.49A.953.953,0,1,1,14.552,85.3l8.086-8.9L-5.021,76.4a.953.953,0,0,1-.954-.954.953.953,0,0,1,.954-.954l27.66.007-8.086-8.9a.953.953,0,1,1,1.412-1.281L25.5,74.812A.952.952,0,0,1,25.5,76.093Z%27 transform=%27translate%285.975 -64.01%29%27/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  mask-position: right center;
  -webkit-mask-size: contain;
  mask-size: contain;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.2s ease-in, transform 0.2s ease-in;
}
.bttn.secondary:hover:after, input.secondary[type=submit]:hover:after, input.secondary[type=button]:hover:after, form button.secondary:hover:after, .secondary.search-filter-reset:hover:after, .bttn--secondary:hover:after {
  clip-path: inset(0 0 0 18.83%);
  transform: translateX(10px);
}
.bttn.secondary:last-child, input.secondary[type=submit]:last-child, input.secondary[type=button]:last-child, form button.secondary:last-child, .secondary.search-filter-reset:last-child, .bttn--secondary:last-child {
  margin-right: 0px;
}
.bttn.secondary.bttn--mt, input.secondary.bttn--mt[type=submit], input.secondary.bttn--mt[type=button], form button.secondary.bttn--mt, .secondary.bttn--mt.search-filter-reset, .bttn--secondary.bttn--mt {
  margin-top: 0;
}
.bttn.secondary i, input.secondary[type=submit] i, input.secondary[type=button] i, form button.secondary i, .secondary.search-filter-reset i, .bttn--secondary i {
  margin-left: 10px;
}
.bttn.secondary, input.secondary[type=submit], input.secondary[type=button], form button.secondary, .secondary.search-filter-reset, .bttn--secondary {
  --bttn-background: var(--hex-secondary);
  --bttn-foreground: var(--hex-white);
  --bttn-arrow-color: var(--hex-primary);
}
.bttn.secondary.menu-item a, input.secondary.menu-item[type=submit] a, input.secondary.menu-item[type=button] a, form button.secondary.menu-item a, .secondary.menu-item.search-filter-reset a, .bttn--secondary.menu-item a {
  color: var(--hex-primary);
}
.bttn.tertiary, input.tertiary[type=submit], input.tertiary[type=button], form button.tertiary, .tertiary.search-filter-reset, .bttn--tertiary {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--origo-bttn-font-family);
  font-weight: var(--origo-bttn-font-weight);
  font-size: var(--origo-bttn-font-size);
  text-transform: var(--origo-bttn-font-transform);
  line-height: var(--origo-bttn-line-height);
  margin: var(--origo-bttn-margin);
  border: var(--origo-bttn-border);
  border-radius: var(--origo-bttn-border-radius);
  transition: var(--origo-bttn-transition);
  padding: var(--origo-bttn-padding);
  height: var(--origo-bttn-height);
  background-color: var(--bttn-background);
  border-color: var(--bttn-background);
  color: var(--bttn-foreground);
  --bttn-arrow-color: var(--bttn-foreground);
}
.bttn.tertiary--outline, input.tertiary--outline[type=submit], input.tertiary--outline[type=button], form button.tertiary--outline, .tertiary--outline.search-filter-reset, .bttn--tertiary--outline {
  background-color: transparent;
  color: var(--bttn-background);
  border-color: var(--bttn-background);
}
.bttn.tertiary--outline:hover, input.tertiary--outline[type=submit]:hover, input.tertiary--outline[type=button]:hover, form button.tertiary--outline:hover, .tertiary--outline.search-filter-reset:hover, .bttn--tertiary--outline:hover {
  background-color: var(--bttn-background);
  color: var(--bttn-foreground);
}
.bttn.tertiary.menu-item, input.tertiary.menu-item[type=submit], input.tertiary.menu-item[type=button], form button.tertiary.menu-item, .tertiary.menu-item.search-filter-reset, .bttn--tertiary.menu-item {
  margin-top: 0 !important;
}
.bttn.tertiary:hover, input.tertiary[type=submit]:hover, input.tertiary[type=button]:hover, form button.tertiary:hover, .tertiary.search-filter-reset:hover, .bttn.tertiary:focus, input.tertiary[type=submit]:focus, input.tertiary[type=button]:focus, form button.tertiary:focus, .tertiary.search-filter-reset:focus, .bttn.tertiary:active, input.tertiary[type=submit]:active, input.tertiary[type=button]:active, form button.tertiary:active, .tertiary.search-filter-reset:active, .bttn--tertiary:hover, .bttn--tertiary:focus, .bttn--tertiary:active {
  text-decoration: none;
  outline: none;
}
.bttn.tertiary:after, input.tertiary[type=submit]:after, input.tertiary[type=button]:after, form button.tertiary:after, .tertiary.search-filter-reset:after, .bttn--tertiary:after {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.15em;
  margin-left: 15px;
  background-color: var(--bttn-arrow-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 31.723 22.886%27%3E%3Cpath d=%27M25.5,76.093l-9.536,10.49A.953.953,0,1,1,14.552,85.3l8.086-8.9L-5.021,76.4a.953.953,0,0,1-.954-.954.953.953,0,0,1,.954-.954l27.66.007-8.086-8.9a.953.953,0,1,1,1.412-1.281L25.5,74.812A.952.952,0,0,1,25.5,76.093Z%27 transform=%27translate%285.975 -64.01%29%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 31.723 22.886%27%3E%3Cpath d=%27M25.5,76.093l-9.536,10.49A.953.953,0,1,1,14.552,85.3l8.086-8.9L-5.021,76.4a.953.953,0,0,1-.954-.954.953.953,0,0,1,.954-.954l27.66.007-8.086-8.9a.953.953,0,1,1,1.412-1.281L25.5,74.812A.952.952,0,0,1,25.5,76.093Z%27 transform=%27translate%285.975 -64.01%29%27/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  mask-position: right center;
  -webkit-mask-size: contain;
  mask-size: contain;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.2s ease-in, transform 0.2s ease-in;
}
.bttn.tertiary:hover:after, input.tertiary[type=submit]:hover:after, input.tertiary[type=button]:hover:after, form button.tertiary:hover:after, .tertiary.search-filter-reset:hover:after, .bttn--tertiary:hover:after {
  clip-path: inset(0 0 0 18.83%);
  transform: translateX(10px);
}
.bttn.tertiary:last-child, input.tertiary[type=submit]:last-child, input.tertiary[type=button]:last-child, form button.tertiary:last-child, .tertiary.search-filter-reset:last-child, .bttn--tertiary:last-child {
  margin-right: 0px;
}
.bttn.tertiary.bttn--mt, input.tertiary.bttn--mt[type=submit], input.tertiary.bttn--mt[type=button], form button.tertiary.bttn--mt, .tertiary.bttn--mt.search-filter-reset, .bttn--tertiary.bttn--mt {
  margin-top: 0;
}
.bttn.tertiary i, input.tertiary[type=submit] i, input.tertiary[type=button] i, form button.tertiary i, .tertiary.search-filter-reset i, .bttn--tertiary i {
  margin-left: 10px;
}
.bttn.tertiary, input.tertiary[type=submit], input.tertiary[type=button], form button.tertiary, .tertiary.search-filter-reset, .bttn--tertiary {
  --bttn-background: var(--hex-tertiary);
  --bttn-foreground: var(--hex-white);
}
.bttn.grey, input.grey[type=submit], input.grey[type=button], form button.grey, .grey.search-filter-reset, .bttn--grey {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--origo-bttn-font-family);
  font-weight: var(--origo-bttn-font-weight);
  font-size: var(--origo-bttn-font-size);
  text-transform: var(--origo-bttn-font-transform);
  line-height: var(--origo-bttn-line-height);
  margin: var(--origo-bttn-margin);
  border: var(--origo-bttn-border);
  border-radius: var(--origo-bttn-border-radius);
  transition: var(--origo-bttn-transition);
  padding: var(--origo-bttn-padding);
  height: var(--origo-bttn-height);
  background-color: var(--bttn-background);
  border-color: var(--bttn-background);
  color: var(--bttn-foreground);
  --bttn-arrow-color: var(--bttn-foreground);
}
.bttn.grey--outline, input.grey--outline[type=submit], input.grey--outline[type=button], form button.grey--outline, .grey--outline.search-filter-reset, .bttn--grey--outline {
  background-color: transparent;
  color: var(--bttn-background);
  border-color: var(--bttn-background);
}
.bttn.grey--outline:hover, input.grey--outline[type=submit]:hover, input.grey--outline[type=button]:hover, form button.grey--outline:hover, .grey--outline.search-filter-reset:hover, .bttn--grey--outline:hover {
  background-color: var(--bttn-background);
  color: var(--bttn-foreground);
}
.bttn.grey.menu-item, input.grey.menu-item[type=submit], input.grey.menu-item[type=button], form button.grey.menu-item, .grey.menu-item.search-filter-reset, .bttn--grey.menu-item {
  margin-top: 0 !important;
}
.bttn.grey:hover, input.grey[type=submit]:hover, input.grey[type=button]:hover, form button.grey:hover, .grey.search-filter-reset:hover, .bttn.grey:focus, input.grey[type=submit]:focus, input.grey[type=button]:focus, form button.grey:focus, .grey.search-filter-reset:focus, .bttn.grey:active, input.grey[type=submit]:active, input.grey[type=button]:active, form button.grey:active, .grey.search-filter-reset:active, .bttn--grey:hover, .bttn--grey:focus, .bttn--grey:active {
  text-decoration: none;
  outline: none;
}
.bttn.grey:after, input.grey[type=submit]:after, input.grey[type=button]:after, form button.grey:after, .grey.search-filter-reset:after, .bttn--grey:after {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.15em;
  margin-left: 15px;
  background-color: var(--bttn-arrow-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 31.723 22.886%27%3E%3Cpath d=%27M25.5,76.093l-9.536,10.49A.953.953,0,1,1,14.552,85.3l8.086-8.9L-5.021,76.4a.953.953,0,0,1-.954-.954.953.953,0,0,1,.954-.954l27.66.007-8.086-8.9a.953.953,0,1,1,1.412-1.281L25.5,74.812A.952.952,0,0,1,25.5,76.093Z%27 transform=%27translate%285.975 -64.01%29%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 31.723 22.886%27%3E%3Cpath d=%27M25.5,76.093l-9.536,10.49A.953.953,0,1,1,14.552,85.3l8.086-8.9L-5.021,76.4a.953.953,0,0,1-.954-.954.953.953,0,0,1,.954-.954l27.66.007-8.086-8.9a.953.953,0,1,1,1.412-1.281L25.5,74.812A.952.952,0,0,1,25.5,76.093Z%27 transform=%27translate%285.975 -64.01%29%27/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  mask-position: right center;
  -webkit-mask-size: contain;
  mask-size: contain;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.2s ease-in, transform 0.2s ease-in;
}
.bttn.grey:hover:after, input.grey[type=submit]:hover:after, input.grey[type=button]:hover:after, form button.grey:hover:after, .grey.search-filter-reset:hover:after, .bttn--grey:hover:after {
  clip-path: inset(0 0 0 18.83%);
  transform: translateX(10px);
}
.bttn.grey:last-child, input.grey[type=submit]:last-child, input.grey[type=button]:last-child, form button.grey:last-child, .grey.search-filter-reset:last-child, .bttn--grey:last-child {
  margin-right: 0px;
}
.bttn.grey.bttn--mt, input.grey.bttn--mt[type=submit], input.grey.bttn--mt[type=button], form button.grey.bttn--mt, .grey.bttn--mt.search-filter-reset, .bttn--grey.bttn--mt {
  margin-top: 0;
}
.bttn.grey i, input.grey[type=submit] i, input.grey[type=button] i, form button.grey i, .grey.search-filter-reset i, .bttn--grey i {
  margin-left: 10px;
}
.bttn.grey, input.grey[type=submit], input.grey[type=button], form button.grey, .grey.search-filter-reset, .bttn--grey {
  --bttn-background: var(--hex-grey-mid);
  --bttn-foreground: var(--hex-white);
}
.bttn.white, input.white[type=submit], input.white[type=button], form button.white, .white.search-filter-reset, .bttn--white {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--origo-bttn-font-family);
  font-weight: var(--origo-bttn-font-weight);
  font-size: var(--origo-bttn-font-size);
  text-transform: var(--origo-bttn-font-transform);
  line-height: var(--origo-bttn-line-height);
  margin: var(--origo-bttn-margin);
  border: var(--origo-bttn-border);
  border-radius: var(--origo-bttn-border-radius);
  transition: var(--origo-bttn-transition);
  padding: var(--origo-bttn-padding);
  height: var(--origo-bttn-height);
  background-color: var(--bttn-background);
  border-color: var(--bttn-background);
  color: var(--bttn-foreground);
  --bttn-arrow-color: var(--bttn-foreground);
}
.bttn.white--outline, input.white--outline[type=submit], input.white--outline[type=button], form button.white--outline, .white--outline.search-filter-reset, .bttn--white--outline {
  background-color: transparent;
  color: var(--bttn-background);
  border-color: var(--bttn-background);
}
.bttn.white--outline:hover, input.white--outline[type=submit]:hover, input.white--outline[type=button]:hover, form button.white--outline:hover, .white--outline.search-filter-reset:hover, .bttn--white--outline:hover {
  background-color: var(--bttn-background);
  color: var(--bttn-foreground);
}
.bttn.white.menu-item, input.white.menu-item[type=submit], input.white.menu-item[type=button], form button.white.menu-item, .white.menu-item.search-filter-reset, .bttn--white.menu-item {
  margin-top: 0 !important;
}
.bttn.white:hover, input.white[type=submit]:hover, input.white[type=button]:hover, form button.white:hover, .white.search-filter-reset:hover, .bttn.white:focus, input.white[type=submit]:focus, input.white[type=button]:focus, form button.white:focus, .white.search-filter-reset:focus, .bttn.white:active, input.white[type=submit]:active, input.white[type=button]:active, form button.white:active, .white.search-filter-reset:active, .bttn--white:hover, .bttn--white:focus, .bttn--white:active {
  text-decoration: none;
  outline: none;
}
.bttn.white:after, input.white[type=submit]:after, input.white[type=button]:after, form button.white:after, .white.search-filter-reset:after, .bttn--white:after {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.15em;
  margin-left: 15px;
  background-color: var(--bttn-arrow-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 31.723 22.886%27%3E%3Cpath d=%27M25.5,76.093l-9.536,10.49A.953.953,0,1,1,14.552,85.3l8.086-8.9L-5.021,76.4a.953.953,0,0,1-.954-.954.953.953,0,0,1,.954-.954l27.66.007-8.086-8.9a.953.953,0,1,1,1.412-1.281L25.5,74.812A.952.952,0,0,1,25.5,76.093Z%27 transform=%27translate%285.975 -64.01%29%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 31.723 22.886%27%3E%3Cpath d=%27M25.5,76.093l-9.536,10.49A.953.953,0,1,1,14.552,85.3l8.086-8.9L-5.021,76.4a.953.953,0,0,1-.954-.954.953.953,0,0,1,.954-.954l27.66.007-8.086-8.9a.953.953,0,1,1,1.412-1.281L25.5,74.812A.952.952,0,0,1,25.5,76.093Z%27 transform=%27translate%285.975 -64.01%29%27/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  mask-position: right center;
  -webkit-mask-size: contain;
  mask-size: contain;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.2s ease-in, transform 0.2s ease-in;
}
.bttn.white:hover:after, input.white[type=submit]:hover:after, input.white[type=button]:hover:after, form button.white:hover:after, .white.search-filter-reset:hover:after, .bttn--white:hover:after {
  clip-path: inset(0 0 0 18.83%);
  transform: translateX(10px);
}
.bttn.white:last-child, input.white[type=submit]:last-child, input.white[type=button]:last-child, form button.white:last-child, .white.search-filter-reset:last-child, .bttn--white:last-child {
  margin-right: 0px;
}
.bttn.white.bttn--mt, input.white.bttn--mt[type=submit], input.white.bttn--mt[type=button], form button.white.bttn--mt, .white.bttn--mt.search-filter-reset, .bttn--white.bttn--mt {
  margin-top: 0;
}
.bttn.white i, input.white[type=submit] i, input.white[type=button] i, form button.white i, .white.search-filter-reset i, .bttn--white i {
  margin-left: 10px;
}
.bttn.white, input.white[type=submit], input.white[type=button], form button.white, .white.search-filter-reset, .bttn--white {
  --bttn-background: var(--hex-white);
  --bttn-foreground: var(--hex-black);
  --bttn-arrow-color: var(--hex-tertiary);
}
.bttn.black, input.black[type=submit], input.black[type=button], form button.black, .black.search-filter-reset, .bttn--black {
  --bttn-background: var(--hex-black);
  --bttn-foreground: var(--hex-white);
}
/******************************************************************
	VIDEO - PLAY PAUSE
******************************************************************/
.video-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-pause {
  position: absolute;
}
.play-pause input {
  opacity: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
  visibility: hidden !important;
  margin: 0 !important;
  border: none !important;
}
.play-pause label {
  pointer-events: none;
  display: grid;
  border: none;
  background-color: #FFFFFE;
  --w: 100px;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  place-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.play-pause .play_pause_icon {
  --w: 55%;
  width: var(--w);
  height: var(--w);
  background: #C6C5C5;
  translate: 0 0;
  transition: all 0.2s ease-in-out;
}
.play-pause:hover label {
  background-color: black;
}
.play-pause:hover .play_pause_icon {
  background-color: white;
}
.play-pause .play {
  clip-path: polygon(20% 0, 20% 100%, 90% 50%, 90% 50%, 90% 50%, 90% 50%, 90% 50%, 90% 50%, 90% 50%);
  translate: 6% 0;
}
.play-pause .container:has(input:checked) .play_pause_icon,
.play-pause .pause {
  clip-path: polygon(0 0, 0 100%, 33.33% 100%, 33.33% 0, 66.66% 0, 100% 0, 100% 100%, 66.66% 100%, 66.66% 0);
  translate: 0 0;
}
/******************************************************************
	HAMBURGER BUTTON
******************************************************************/
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--hex-white);
}
.hamburger-box {
  width: 40px;
  height: 26px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: var(--hex-white);
  border-radius: 0;
  position: absolute;
  transition: transform 0.15s linear, background-color 0.15s linear 0s;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -12px;
}
.hamburger-inner::after {
  bottom: -12px;
}
.shrink .hamburger-inner, .shrink .hamburger-inner::before, .shrink .hamburger-inner::after {
  background-color: var(--hex-white);
}
.hamburger--squeeze .hamburger-inner {
  transition: transform 0.075s linear cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.15s linear 0s;
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s linear, background-color 0.15s linear 0s, opacity 0.075s linear;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s linear, background-color 0.15s linear 0s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s linear, background-color 0.15s linear 0s, opacity 0.075s 0.12s linear;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s linear, background-color 0.15s linear 0s, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/******************************************************************
*******************************************************************

	ORIGO: STYLESHEET - FORMS

	AUTHOR: Colluco

*******************************************************************
******************************************************************/
/******************************************************************
	INPUTS
******************************************************************/
.forminator-input,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search]:not(.header__search__input),
input[type=tel],
input[type=color],
select,
textarea {
  display: block;
  padding: var(--origo-input-padding) !important;
  margin-bottom: var(--font-margin);
  font-size: var(--origo-input-font-size) !important;
  font-weight: var(--font-weight-beta) !important;
  color: var(--hex-black) !important;
  background: var(--origo-input-bg) !important;
  border-radius: var(--origo-input-border-radius) !important;
  vertical-align: middle;
  box-shadow: none;
  border: 0 !important;
  border-bottom: 1px solid var(--origo-input-border-hex) !important;
  width: 100%;
  font-family: var(--font-family-beta) !important;
  max-width: 100%;
  transition: 0.3s all linear;
}
.forminator-input:not(textarea),
input[type=text]:not(textarea),
input[type=password]:not(textarea),
input[type=datetime]:not(textarea),
input[type=datetime-local]:not(textarea),
input[type=date]:not(textarea),
input[type=month]:not(textarea),
input[type=time]:not(textarea),
input[type=week]:not(textarea),
input[type=number]:not(textarea),
input[type=email]:not(textarea),
input[type=url]:not(textarea),
input[type=search]:not(.header__search__input):not(textarea),
input[type=tel]:not(textarea),
input[type=color]:not(textarea),
select:not(textarea),
textarea:not(textarea) {
  min-height: var(--origo-input-height) !important;
}
.forminator-input:focus, .forminator-input:active,
input[type=text]:focus,
input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:not(.header__search__input):focus,
input[type=search]:not(.header__search__input):active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
}
.forminator-input:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=time]:hover,
input[type=week]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=search]:not(.header__search__input):hover,
input[type=tel]:hover,
input[type=color]:hover,
select:hover,
textarea:hover {
  background: var(--origo-input-bg-hov);
}
.forminator-input.error, .forminator-input.is-invalid,
input[type=text].error,
input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search]:not(.header__search__input).error,
input[type=search]:not(.header__search__input).is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid {
  color: var(--hex-alert-red);
  border-color: var(--hex-alert-red);
  background-color: var(--hex-white);
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: var(--hex-alert-red);
}
.forminator-input.success, .forminator-input.is-valid,
input[type=text].success,
input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search]:not(.header__search__input).success,
input[type=search]:not(.header__search__input).is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid {
  color: var(--hex-alert-green);
  border-color: var(--hex-alert-green);
  background-color: var(--hex-white);
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: var(--hex-alert-green);
}
.forminator-input[disabled], .forminator-input.is-disabled,
input[type=text][disabled],
input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search]:not(.header__search__input)[disabled],
input[type=search]:not(.header__search__input).is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled {
  cursor: not-allowed;
  border-color: var(--hex-grey);
  opacity: 0.6;
}
.forminator-input[disabled]:focus, .forminator-input[disabled]:active, .forminator-input.is-disabled:focus, .forminator-input.is-disabled:active,
input[type=text][disabled]:focus,
input[type=text][disabled]:active,
input[type=text].is-disabled:focus,
input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search]:not(.header__search__input)[disabled]:focus,
input[type=search]:not(.header__search__input)[disabled]:active,
input[type=search]:not(.header__search__input).is-disabled:focus,
input[type=search]:not(.header__search__input).is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active {
  background-color: var(--hex-alert-blue);
}
.forminator-input::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]:not(.header__search__input)::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=color]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--hex-primary);
  opacity: 1;
}
.forminator-input::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]:not(.header__search__input)::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--hex-primary);
  opacity: 1;
}
@media (min-width: 991px) {
  .cols-3 .forminator-field {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .cols-3 .forminator-field .forminator-label {
    grid-column: 1/span 3;
  }
}
select[data-attribute_name] {
  background-color: #F4F5F5 !important;
  border: 1px solid black !important;
  line-height: 1.3rem;
}
.column__main-fields {
  max-width: 40%;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-has_error .forminator-error-message {
  display: block;
  color: #b13a3a;
  background-color: #ffe3e3;
  border: 1px solid;
  line-height: 1.5em;
  padding: 5px 10px;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-response-message {
  margin: 0 0 20px;
  padding: 15px 20px 15px 22px;
  border-radius: 2px;
  text-align: left;
  color: var(--hex-primary);
  border: 2px solid;
  background: #000000;
}
.forminator-row-last .forminator-field {
  display: flex;
  justify-content: flex-start;
}
input[type=color] {
  max-width: 60px;
  min-height: var(--origo-input-min-height);
  padding: 10px;
}
input[type=password] {
  letter-spacing: 0.3em;
}
.forminator-description > span {
  font-size: 12px;
}
input[type=submit], input[type=button], form button, .search-filter-reset {
  padding-left: 45px;
  padding-right: 45px;
}
.forminator-ui {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.forminator-row {
  margin-bottom: 0px !important;
}
.forminator-row .forminator-col {
  margin-bottom: 0px !important;
}
.forminator-grouped-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hide-label .forminator-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.forminator-radio-label,
.forminator-label {
  font-weight: 400 !important;
  font-size: 1rem !important;
}
.forminator-required {
  color: inherit !important;
  margin-left: -0.25em;
}
.forminator-button {
  position: relative !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  outline: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
  font-family: var(--origo-bttn-font-family) !important;
  font-weight: var(--origo-bttn-font-weight) !important;
  font-size: var(--origo-bttn-font-size) !important;
  text-transform: var(--origo-bttn-font-transform) !important;
  line-height: var(--origo-bttn-line-height) !important;
  margin: var(--origo-bttn-margin) !important;
  border: var(--origo-bttn-border) !important;
  border-radius: var(--origo-bttn-border-radius) !important;
  transition: var(--origo-bttn-transition) !important;
  padding: var(--origo-bttn-padding) !important;
  height: var(--origo-bttn-height) !important;
  background-color: var(--hex-primary) !important;
  border-color: var(--hex-primary) !important;
  color: var(--hex-white) !important;
}
.forminator-button:hover {
  box-shadow: none !important;
  color: var(--hex-white) !important;
}
.forminator-description, .forminator-edit-module {
  display: none;
}
/******************************************************************
	PRETTY CHECKBOXES
******************************************************************/
.forminator-radio input:checked + .forminator-radio-bullet {
  border-color: var(--origo-checkrad-active) !important;
}
.forminator-radio .forminator-radio-bullet:before {
  background-color: var(--origo-checkrad-active) !important;
}
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 25px;
  width: 25px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 var(--font-margin);
  cursor: pointer;
  border: 1px solid var(--bc, var(--origo-checkrad-border));
  background: var(--b, var(--origo-checkrad-background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}
input[type=checkbox]:after,
input[type=radio]:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  --b: var(--origo-checkrad-active);
  --bc: var(--origo-checkrad-active);
  --d-o: .3s;
  --d-t: .6s;
  --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  --b: var(--origo-checkrad-disabled);
  cursor: not-allowed;
  opacity: 0.9;
}
input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
  --b: var(--origo-checkrad-disabled-inner);
  --bc: var(--origo-checkrad--border);
}
input[type=checkbox]:disabled + label:not(.element--accordion__tab__label),
input[type=radio]:disabled + label:not(.element--accordion__tab__label) {
  cursor: not-allowed;
}
input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
  --bc: var(--origo-checkrad-border-hover);
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  box-shadow: 0 0 0 var(--origo-checkrad-focus);
}
input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
  width: 25px;
}
input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
  opacity: var(--o, 0);
}
input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
  --o: 1;
}
input[type=checkbox] + label:not(.element--accordion__tab__label),
input[type=radio] + label:not(.element--accordion__tab__label) {
  font-size: 16px;
  line-height: var(--font-lineheight-beta);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0 0 var(--font-margin) 12.5px;
}
input[type=checkbox]:not(.switch) {
  border-radius: var(--origo-checkrad-border-radius);
}
input[type=checkbox]:not(.switch):after {
  width: 6px;
  height: 12px;
  border: 2px solid var(--origo-checkrad-active-inner);
  border-top: 0;
  border-left: 0;
  left: 9px;
  top: 4px;
  transform: rotate(var(--r, 20deg));
}
input[type=checkbox]:not(.switch):checked {
  --r: 43deg;
}
input[type=checkbox].switch {
  width: 50px;
  border-radius: var(--origo-checkrad-border-radius);
}
input[type=checkbox].switch:after {
  left: 3px;
  top: 3px;
  border-radius: var(--origo-checkrad-border-radius-sm);
  width: 21px;
  height: 17px;
  background: var(--ab, var(--origo-checkrad-active));
  transform: translateX(var(--x, 0));
}
input[type=checkbox].switch:checked {
  --ab: var(--origo-checkrad-active-inner);
  --x: 21px;
}
input[type=checkbox].switch:disabled:not(:checked):after {
  opacity: 0.6;
  background: var(--origo-checkrad-disabled-inner);
}
input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:after {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--origo-checkrad-active-inner);
  opacity: 0;
  transform: scale(var(--s, 0.7));
}
input[type=radio]:checked {
  --s: .5;
}
/******************************************************************
	PRETTY SELECTS
******************************************************************/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: var(--font-margin);
}
.sf-input-select > option {
  padding: 5px !important;
  color: var(--hex-primary) !important;
}
/******************************************************************
*******************************************************************

    ORIGO: STYLESHEET - ANIMATIONS

    AUTHOR: Colluco 

*******************************************************************
******************************************************************/
@keyframes accordion_bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container,
.container-wide {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: var(--origo-container-width);
}
.container-wide {
  max-width: var(--origo-container-wide-width);
}
@media (min-width: 576px) {
  html, :root {
    --origo-container-width: 95vw;
    --origo-container-wide-width: 95vw;
  }
}
@media (min-width: 992px) {
  html, :root {
    --origo-container-width: 960px;
    --origo-container-wide-width: 960px;
  }
}
@media (min-width: 1200px) {
  html, :root {
    --origo-container-width: 1140px;
    --origo-container-wide-width: 1140px;
  }
}
@media (min-width: 1300px) {
  html, :root {
    --origo-container-width: 1260px;
    --origo-container-wide-width: 1260px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--origo-column-gap);
       column-gap: var(--origo-column-gap);
}
.no-gutters {
  gap: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 calc(8.333333% - var(--origo-column-gap) * 0.916667);
}
.col-2 {
  flex: 0 0 calc(16.666667% - var(--origo-column-gap) * 0.833333);
}
.col-3 {
  flex: 0 0 calc(25% - var(--origo-column-gap) * 0.75);
}
.col-4 {
  flex: 0 0 calc(33.333333% - var(--origo-column-gap) * 0.666667);
}
.col-5 {
  flex: 0 0 calc(41.666667% - var(--origo-column-gap) * 0.583333);
}
.col-6 {
  flex: 0 0 calc(50% - var(--origo-column-gap) * 0.5);
}
.col-7 {
  flex: 0 0 calc(58.333333% - var(--origo-column-gap) * 0.416667);
}
.col-8 {
  flex: 0 0 calc(66.666667% - var(--origo-column-gap) * 0.333333);
}
.col-9 {
  flex: 0 0 calc(75% - var(--origo-column-gap) * 0.25);
}
.col-10 {
  flex: 0 0 calc(83.333333% - var(--origo-column-gap) * 0.166667);
}
.col-11 {
  flex: 0 0 calc(91.666667% - var(--origo-column-gap) * 0.083333);
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.column-in-center {
  float: none;
  margin: 0 auto;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 calc(8.333333% - var(--origo-column-gap) * 0.916667);
    max-width: calc(8.333333% - var(--origo-column-gap) * 0.916667);
  }
  .col-sm-2 {
    flex: 0 0 calc(16.666667% - var(--origo-column-gap) * 0.833333);
    max-width: calc(16.666667% - var(--origo-column-gap) * 0.833333);
  }
  .col-sm-3 {
    flex: 0 0 calc(25% - var(--origo-column-gap) * 0.75);
    max-width: calc(25% - var(--origo-column-gap) * 0.75);
  }
  .col-sm-4 {
    flex: 0 0 calc(33.333333% - var(--origo-column-gap) * 0.666667);
    max-width: calc(33.333333% - var(--origo-column-gap) * 0.666667);
  }
  .col-sm-5 {
    flex: 0 0 calc(41.666667% - var(--origo-column-gap) * 0.583333);
    max-width: calc(41.666667% - var(--origo-column-gap) * 0.583333);
  }
  .col-sm-6 {
    flex: 0 0 calc(50% - var(--origo-column-gap) * 0.5);
    max-width: calc(50% - var(--origo-column-gap) * 0.5);
  }
  .col-sm-7 {
    flex: 0 0 calc(58.333333% - var(--origo-column-gap) * 0.416667);
    max-width: calc(58.333333% - var(--origo-column-gap) * 0.416667);
  }
  .col-sm-8 {
    flex: 0 0 calc(66.666667% - var(--origo-column-gap) * 0.333333);
    max-width: calc(66.666667% - var(--origo-column-gap) * 0.333333);
  }
  .col-sm-9 {
    flex: 0 0 calc(75% - var(--origo-column-gap) * 0.25);
    max-width: calc(75% - var(--origo-column-gap) * 0.25);
  }
  .col-sm-10 {
    flex: 0 0 calc(83.333333% - var(--origo-column-gap) * 0.166667);
    max-width: calc(83.333333% - var(--origo-column-gap) * 0.166667);
  }
  .col-sm-11 {
    flex: 0 0 calc(91.666667% - var(--origo-column-gap) * 0.083333);
    max-width: calc(91.666667% - var(--origo-column-gap) * 0.083333);
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 calc(8.333333% - var(--origo-column-gap) * 0.916667);
    max-width: calc(8.333333% - var(--origo-column-gap) * 0.916667);
  }
  .col-md-2 {
    flex: 0 0 calc(16.666667% - var(--origo-column-gap) * 0.833333);
    max-width: calc(16.666667% - var(--origo-column-gap) * 0.833333);
  }
  .col-md-3 {
    flex: 0 0 calc(25% - var(--origo-column-gap) * 0.75);
    max-width: calc(25% - var(--origo-column-gap) * 0.75);
  }
  .col-md-4 {
    flex: 0 0 calc(33.333333% - var(--origo-column-gap) * 0.666667);
    max-width: calc(33.333333% - var(--origo-column-gap) * 0.666667);
  }
  .col-md-5 {
    flex: 0 0 calc(41.666667% - var(--origo-column-gap) * 0.583333);
    max-width: calc(41.666667% - var(--origo-column-gap) * 0.583333);
  }
  .col-md-6 {
    flex: 0 0 calc(50% - var(--origo-column-gap) * 0.5);
    max-width: calc(50% - var(--origo-column-gap) * 0.5);
  }
  .col-md-7 {
    flex: 0 0 calc(58.333333% - var(--origo-column-gap) * 0.416667);
    max-width: calc(58.333333% - var(--origo-column-gap) * 0.416667);
  }
  .col-md-8 {
    flex: 0 0 calc(66.666667% - var(--origo-column-gap) * 0.333333);
    max-width: calc(66.666667% - var(--origo-column-gap) * 0.333333);
  }
  .col-md-9 {
    flex: 0 0 calc(75% - var(--origo-column-gap) * 0.25);
    max-width: calc(75% - var(--origo-column-gap) * 0.25);
  }
  .col-md-10 {
    flex: 0 0 calc(83.333333% - var(--origo-column-gap) * 0.166667);
    max-width: calc(83.333333% - var(--origo-column-gap) * 0.166667);
  }
  .col-md-11 {
    flex: 0 0 calc(91.666667% - var(--origo-column-gap) * 0.083333);
    max-width: calc(91.666667% - var(--origo-column-gap) * 0.083333);
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 calc(8.333333% - var(--origo-column-gap) * 0.916667);
    max-width: calc(8.333333% - var(--origo-column-gap) * 0.916667);
  }
  .col-lg-2 {
    flex: 0 0 calc(16.666667% - var(--origo-column-gap) * 0.833333);
    max-width: calc(16.666667% - var(--origo-column-gap) * 0.833333);
  }
  .col-lg-3 {
    flex: 0 0 calc(25% - var(--origo-column-gap) * 0.75);
    max-width: calc(25% - var(--origo-column-gap) * 0.75);
  }
  .col-lg-4 {
    flex: 0 0 calc(33.333333% - var(--origo-column-gap) * 0.666667);
    max-width: calc(33.333333% - var(--origo-column-gap) * 0.666667);
  }
  .col-lg-5 {
    flex: 0 0 calc(41.666667% - var(--origo-column-gap) * 0.583333);
    max-width: calc(41.666667% - var(--origo-column-gap) * 0.583333);
  }
  .col-lg-6 {
    flex: 0 0 calc(50% - var(--origo-column-gap) * 0.5);
    max-width: calc(50% - var(--origo-column-gap) * 0.5);
  }
  .col-lg-7 {
    flex: 0 0 calc(58.333333% - var(--origo-column-gap) * 0.416667);
    max-width: calc(58.333333% - var(--origo-column-gap) * 0.416667);
  }
  .col-lg-8 {
    flex: 0 0 calc(66.666667% - var(--origo-column-gap) * 0.333333);
    max-width: calc(66.666667% - var(--origo-column-gap) * 0.333333);
  }
  .col-lg-9 {
    flex: 0 0 calc(75% - var(--origo-column-gap) * 0.25);
    max-width: calc(75% - var(--origo-column-gap) * 0.25);
  }
  .col-lg-10 {
    flex: 0 0 calc(83.333333% - var(--origo-column-gap) * 0.166667);
    max-width: calc(83.333333% - var(--origo-column-gap) * 0.166667);
  }
  .col-lg-11 {
    flex: 0 0 calc(91.666667% - var(--origo-column-gap) * 0.083333);
    max-width: calc(91.666667% - var(--origo-column-gap) * 0.083333);
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 calc(8.333333% - var(--origo-column-gap) * 0.916667);
    max-width: calc(8.333333% - var(--origo-column-gap) * 0.916667);
  }
  .col-xl-2 {
    flex: 0 0 calc(16.666667% - var(--origo-column-gap) * 0.833333);
    max-width: calc(16.666667% - var(--origo-column-gap) * 0.833333);
  }
  .col-xl-3 {
    flex: 0 0 calc(25% - var(--origo-column-gap) * 0.75);
    max-width: calc(25% - var(--origo-column-gap) * 0.75);
  }
  .col-xl-4 {
    flex: 0 0 calc(33.333333% - var(--origo-column-gap) * 0.666667);
    max-width: calc(33.333333% - var(--origo-column-gap) * 0.666667);
  }
  .col-xl-5 {
    flex: 0 0 calc(41.666667% - var(--origo-column-gap) * 0.583333);
    max-width: calc(41.666667% - var(--origo-column-gap) * 0.583333);
  }
  .col-xl-6 {
    flex: 0 0 calc(50% - var(--origo-column-gap) * 0.5);
    max-width: calc(50% - var(--origo-column-gap) * 0.5);
  }
  .col-xl-7 {
    flex: 0 0 calc(58.333333% - var(--origo-column-gap) * 0.416667);
    max-width: calc(58.333333% - var(--origo-column-gap) * 0.416667);
  }
  .col-xl-8 {
    flex: 0 0 calc(66.666667% - var(--origo-column-gap) * 0.333333);
    max-width: calc(66.666667% - var(--origo-column-gap) * 0.333333);
  }
  .col-xl-9 {
    flex: 0 0 calc(75% - var(--origo-column-gap) * 0.25);
    max-width: calc(75% - var(--origo-column-gap) * 0.25);
  }
  .col-xl-10 {
    flex: 0 0 calc(83.333333% - var(--origo-column-gap) * 0.166667);
    max-width: calc(83.333333% - var(--origo-column-gap) * 0.166667);
  }
  .col-xl-11 {
    flex: 0 0 calc(91.666667% - var(--origo-column-gap) * 0.083333);
    max-width: calc(91.666667% - var(--origo-column-gap) * 0.083333);
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1300px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 calc(8.333333% - var(--origo-column-gap) * 0.916667);
    max-width: calc(8.333333% - var(--origo-column-gap) * 0.916667);
  }
  .col-xxl-2 {
    flex: 0 0 calc(16.666667% - var(--origo-column-gap) * 0.833333);
    max-width: calc(16.666667% - var(--origo-column-gap) * 0.833333);
  }
  .col-xxl-3 {
    flex: 0 0 calc(25% - var(--origo-column-gap) * 0.75);
    max-width: calc(25% - var(--origo-column-gap) * 0.75);
  }
  .col-xxl-4 {
    flex: 0 0 calc(33.333333% - var(--origo-column-gap) * 0.666667);
    max-width: calc(33.333333% - var(--origo-column-gap) * 0.666667);
  }
  .col-xxl-5 {
    flex: 0 0 calc(41.666667% - var(--origo-column-gap) * 0.583333);
    max-width: calc(41.666667% - var(--origo-column-gap) * 0.583333);
  }
  .col-xxl-6 {
    flex: 0 0 calc(50% - var(--origo-column-gap) * 0.5);
    max-width: calc(50% - var(--origo-column-gap) * 0.5);
  }
  .col-xxl-7 {
    flex: 0 0 calc(58.333333% - var(--origo-column-gap) * 0.416667);
    max-width: calc(58.333333% - var(--origo-column-gap) * 0.416667);
  }
  .col-xxl-8 {
    flex: 0 0 calc(66.666667% - var(--origo-column-gap) * 0.333333);
    max-width: calc(66.666667% - var(--origo-column-gap) * 0.333333);
  }
  .col-xxl-9 {
    flex: 0 0 calc(75% - var(--origo-column-gap) * 0.25);
    max-width: calc(75% - var(--origo-column-gap) * 0.25);
  }
  .col-xxl-10 {
    flex: 0 0 calc(83.333333% - var(--origo-column-gap) * 0.166667);
    max-width: calc(83.333333% - var(--origo-column-gap) * 0.166667);
  }
  .col-xxl-11 {
    flex: 0 0 calc(91.666667% - var(--origo-column-gap) * 0.083333);
    max-width: calc(91.666667% - var(--origo-column-gap) * 0.083333);
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .xs--only {
    display: inline-block !important;
  }
  .xs--hide {
    display: none !important;
  }
  .sm--only {
    display: none !important;
  }
  .md--only {
    display: none !important;
  }
  .lg--only {
    display: none !important;
  }
  .xl--only {
    display: none !important;
  }
  .xxl--only {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sm--only {
    display: inline-block !important;
  }
  .xs--only {
    display: none !important;
  }
  .sm--hide {
    display: none !important;
  }
  .md--only {
    display: none !important;
  }
  .lg--only {
    display: none !important;
  }
  .xl--only {
    display: none !important;
  }
  .xxl--only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .md--only {
    display: inline-block !important;
  }
  .xs--only {
    display: none !important;
  }
  .sm--only {
    display: none !important;
  }
  .md--hide {
    display: none !important;
  }
  .lg--only {
    display: none !important;
  }
  .xl--only {
    display: none !important;
  }
  .xxl--only {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg--only {
    display: inline-block !important;
  }
  .xs--only {
    display: none !important;
  }
  .sm--only {
    display: none !important;
  }
  .md--only {
    display: none !important;
  }
  .lg--hide {
    display: none !important;
  }
  .xl--only {
    display: none !important;
  }
  .xxl--only {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .xl--only {
    display: inline-block !important;
  }
  .xs--only {
    display: none !important;
  }
  .sm--only {
    display: none !important;
  }
  .md--only {
    display: none !important;
  }
  .lg--only {
    display: none !important;
  }
  .xl--hide {
    display: none !important;
  }
  .xxl--only {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .xxl--only {
    display: inline-block !important;
  }
  .xs--only {
    display: none !important;
  }
  .sm--only {
    display: none !important;
  }
  .md--only {
    display: none !important;
  }
  .lg--only {
    display: none !important;
  }
  .xl--only {
    display: none !important;
  }
  .xxl--hide {
    display: none !important;
  }
}
/******************************************************************
*******************************************************************

	ORIGO: STYLESHEET - PAGINATION

	AUTHOR: Colluco

*******************************************************************
******************************************************************/
/******************************************************************
	ORIGO PAGINATION
******************************************************************/
.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.pagination ul {
  display: flex;
  background-color: var(--hex-white);
}
.pagination ul li {
  height: 30px;
  min-width: 30px;
  margin: 0 7.5px;
}
.pagination ul li .current {
  background-color: var(--hex-primary);
  color: var(--hex-white);
}
.pagination ul li a, .pagination ul li span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: var(--font-hex-beta);
  padding: 7.5px;
  transition: all var(--ani-transition);
}
.pagination ul li:hover a {
  background-color: var(--hex-grey);
  color: white;
}
/******************************************************************
*******************************************************************

	ORIGO: STYLESHEET - COMPONENTS

	AUTHOR: Colluco

*******************************************************************
******************************************************************/
/******************************************************************
	SOCIAL SHARE
******************************************************************/
.component--share.vertical .component--share__socials__links {
  flex-direction: column;
}
.component--share__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.component--share__socials {
  display: grid;
  grid-template-rows: 0fr;
  padding: 5px;
  overflow: hidden;
  transition: all 0.35s;
  transition: grid-template-rows 0.3s ease-in-out, padding 0.1s linear 0.2s, border 0.05s linear 0.25s;
}
.component--share__socials__links {
  display: flex;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.component--share__socials__links__bttn {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px !important;
  margin-bottom: 0 !important;
}
.component--share__socials__links__bttn:before {
  display: none;
}
.component--share__socials__links__bttn a {
  margin-bottom: 0 !important;
}
.component--share__socials__links__bttn a i {
  font-size: var(--font-size-beta-xl);
  color: var(--hex-grey-dark) !important;
  transition: all 0.3s ease-in-out;
}
.component--share__socials__links__bttn a:hover i {
  color: var(--hex-secondary) !important;
}
.component--share:hover .component--share__socials {
  grid-template-rows: 1fr;
  padding: 5px;
  transition: grid-template-rows 0.3s ease-in-out, padding 0.05s linear, border 0.1s linear;
}
/******************************************************************
	RATING STARS
******************************************************************/
.component--stars {
  display: flex;
  align-items: center;
}
.component--stars:after {
  position: relative;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-sharp-solid);
  color: var(--hex-tertiary);
  font-size: 20px;
}
.component--stars.star-1:after {
  content: "\f006";
}
.component--stars.star-2:after {
  content: "\f006  \f006";
}
.component--stars.star-3:after {
  content: "\f006  \f006  \f006";
}
.component--stars.star-4:after {
  content: "\f006  \f006  \f006  \f006";
}
.component--stars.star-5:after {
  content: "\f006  \f006  \f006  \f006  \f006";
}
.module__main {
  position: relative;
  z-index: 6;
}
.module .overlay-element {
  margin-top: -50px;
  position: relative;
  z-index: 11;
}
/******************************************************************
	READ MORE PARAGRAPH
******************************************************************/
.component--read-more {
  display: grid;
  overflow: hidden;
}
.component--read-more > p {
  transition: all var(--ani-transition-long);
}
.component--read-more.closed > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-height: calc(var(--font-size-beta-norm) * var(--font-lineheight-beta) * 5);
}
.component--read-more.open > p {
  overflow: visible;
  text-overflow: unset;
  -webkit-line-clamp: unset;
  max-height: 2000px;
}
/******************************************************************
	AWARD BADGES
******************************************************************/
.award-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: flex-start;
  max-width: 600px;
  margin-top: 50px;
}
.award-badges > br {
  display: none;
}
.award-badge {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 9px 7px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  gap: 15px;
  max-width: 100%;
}
.award-badge.trustpilot-badge {
  padding-top: 5px;
  padding-bottom: 5px;
}
.award-badge__image-container {
  flex-shrink: 0;
  max-width: 85px;
}
.award-badge__image-container img {
  display: block;
  height: auto;
  width: 100%;
}
.award-badge__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.award-badge__title {
  margin: 0 0 5px 0 !important;
  color: var(--hex-primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}
.award-badge__description {
  margin: 0 !important;
  color: var(--hex-primary);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}
@media only screen and (max-width: 576px) {
  .award-badge {
    padding: 10px 15px;
    gap: 15px;
    border-radius: 15px;
  }
  .award-badge__image-container {
    max-width: 80px;
  }
  .award-badge__title {
    font-size: 16px;
  }
  .award-badge__description {
    font-size: 14px;
  }
}
/******************************************************************
*******************************************************************

	HEADER STYLES

	AUTHOR: Colluco

*******************************************************************
******************************************************************/
.header {
  height: auto !important;
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 100vw;
  transition: 0.3s all linear;
  background-color: var(--hex-eggshell);
}
@media screen and (max-width: 991px) {
  .header {
    position: sticky;
    top: 0;
  }
  .admin-bar .header {
    top: 32px;
  }
}
@media screen and (max-width: 991px) and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
.header--sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.admin-bar .header--sticky {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header--sticky {
    top: 46px;
  }
}
.header--overlap {
  position: fixed;
  top: 0;
}
.header--no-overlap {
  position: sticky;
  top: 0;
  z-index: 110;
}
.header.shrink {
  height: var(--elem-header-height-sm-shrink);
  background-color: var(--header-bg-color, var(--hex-primary));
}
.header.shrink .header__branding {
  height: var(--elem-header-height-sm-shrink);
}
.header.shrink .header__navigation {
  height: var(--elem-header-height-sm-shrink);
}
.header .row {
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.header__topbar {
  background-color: var(--hex-secondary);
  width: 100%;
}
.header__topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  gap: 16px;
}
.header__topbar__social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__topbar__social a {
  color: var(--hex-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: white;
  transition: opacity var(--ani-transition), border-color var(--ani-transition);
}
.header__topbar__social a:hover {
  opacity: 0.75;
  border-color: var(--hex-white);
}
.header__topbar__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__topbar__phone {
  color: var(--hex-white);
  font-family: var(--font-family-alpha);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: opacity var(--ani-transition);
  white-space: nowrap;
}
.header__topbar__phone:hover {
  opacity: 0.75;
}
.header__topbar__hours {
  color: var(--hex-white);
  font-family: var(--font-family-beta);
  font-size: 14px;
  white-space: nowrap;
}
.header__main {
  background-color: var(--header-bg-color);
}
.header__main__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  padding: 0;
  gap: 16px;
}
.header__main__inner.logo-only {
  padding: 32px 0;
  display: flex;
  justify-content: center;
}
.header__main__left {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}
.header__main__right {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  min-width: 0;
}
.header__badges {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__badge {
  display: flex;
  align-items: center;
}
.header__badge img {
  height: 52px;
  width: auto;
  display: block;
}
.header__branding {
  grid-column: 1;
  grid-row: 1;
  justify-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 240px;
  height: var(--elem-header-height-sm);
  transition: 0.3s all linear;
  max-width: 180px;
  min-width: 180px;
}
.header__branding__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  width: 100%;
  transition: 0.3s all linear;
}
.header__branding__logo__sm, .header__branding__logo__lg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__branding__logo .logo {
  height: auto;
  width: 100%;
  max-width: 100%;
  transition: all var(--ani-transition);
  position: absolute;
  opacity: 1;
  visibility: visible;
}
.header__navigation {
  height: auto !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: 0.3s all linear;
  gap: 15px;
}
.header__navigation__search a {
  color: var(--hex-white);
  font-size: 16px;
  display: flex;
  align-items: center;
}
.header__navigation__nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  width: 100%;
  justify-content: flex-end;
}
.header__navigation__nav--btn {
  --origo-bttn-padding: 10px 18px;
}
.header__navigation__nav--btn .bttn, .header__navigation__nav--btn input[type=submit], .header__navigation__nav--btn input[type=button], .header__navigation__nav--btn form button, form .header__navigation__nav--btn button, .header__navigation__nav--btn .search-filter-reset {
  font-size: 1.2rem;
  max-width: 120px;
  text-align: center;
}
.header__navigation__nav > li {
  position: relative;
}
.header__navigation__nav > li.menu-item-has-children > a:before {
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  font-weight: 600;
  color: var(--hex-white);
  font-size: 0.9em;
  order: 3;
  margin-left: 10px;
}
.header__navigation__nav > li > a {
  display: block;
  padding: 0.5em 0.75em;
  color: var(--hex-white);
  font-family: var(--font-family-beta);
  font-weight: 400;
  font-size: 1.125rem;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1em;
  transition: color var(--ani-transition);
  order: 1;
}
.header__navigation__nav > li > a:after {
  content: ".";
  display: inline-block;
  color: var(--hex-tertiary);
  font-size: 1em;
  order: 2;
}
.header__navigation__nav > li > a:hover {
  color: var(--hex-secondary);
}
.header__navigation__nav > li.current-menu-item > a, .header__navigation__nav > li.current-menu-ancestor > a {
  color: var(--hex-secondary);
}
.header__navigation__nav > li > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--hex-white);
  min-width: 200px;
  box-shadow: var(--origo-box-shadow-light);
  z-index: 200;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.header__navigation__nav > li > .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: var(--hex-tertiary);
  font-family: var(--font-family-beta);
  font-size: 13px;
  text-decoration: none;
  transition: color var(--ani-transition), background-color var(--ani-transition);
}
.header__navigation__nav > li > .sub-menu li a:hover {
  color: var(--hex-white) !important;
  background-color: var(--hex-secondary);
}
.header__navigation__nav > li:hover > .sub-menu {
  display: block;
}
.header__navigation--sm {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
body.mobile-nav-active {
  background-color: var(--hex-eggshell);
  overflow: hidden;
}
.mobile-nav {
  height: auto;
  max-height: calc(100dvh - var(--elem-header-height-sm));
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: var(--hex-eggshell);
  transition: all var(--ani-transition);
  z-index: 105;
  position: fixed;
  top: calc(var(--wp-admin--admin-bar--height) + var(--elem-header-height-sm));
  left: 0;
  right: 0;
  overflow-y: auto;
}
.header-shrunk .mobile-nav {
  top: var(--elem-header-height-sm-shrink);
  max-height: calc(100dvh - var(--elem-header-height-sm-shrink));
}
.mobile-nav.is-active {
  opacity: 1;
  visibility: visible;
}
.mobile-nav__menu {
  width: 100%;
  height: auto;
  position: relative;
  background-color: var(--hex-primary);
  transition: right var(--ani-transition);
  padding-top: 20px;
  padding-bottom: 20px;
  overscroll-behavior: contain;
}
.mobile-nav__menu__content {
  height: auto;
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  position: relative;
}
.mobile-nav__menu__content__nav {
  line-height: 1.5;
  text-decoration: none;
  padding: 0;
  list-style: none;
  margin: 0;
  width: 100%;
  position: relative;
}
.mobile-nav__menu__content__nav li {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__menu__content__nav li a {
  position: relative;
  display: block;
  align-items: center;
  color: var(--hex-white);
  text-decoration: none;
  font-size: 1.125rem;
  padding: 25px 0;
  line-height: 1.2;
  -webkit-tap-highlight-color: transparent;
  font-weight: 400;
  font-family: var(--font-family-alpha);
}
.mobile-nav__menu__content__nav li a:after {
  content: ".";
  font-size: 1.5rem;
  color: var(--hex-tertiary);
  display: inline;
}
.mobile-nav__menu__content__nav li a:focus, .mobile-nav__menu__content__nav li a:hover {
  color: var(--hex-secondary);
}
.mobile-nav__menu__content__nav li:last-child {
  border-bottom: none;
}
.mobile-nav__menu__content__nav li.menu-item-has-children span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  transition: 0.3s linear all;
  color: var(--hex-white);
  height: 72px;
  width: 40px;
  font-weight: 500;
  z-index: 5;
}
.mobile-nav__menu__content__nav li.menu-item-has-children span i {
  transition: 0.3s linear all;
}
.mobile-nav__menu__content__nav li.menu-item-has-children a {
  transition: 0.3s linear all;
}
.mobile-nav__menu__content__nav li.menu-item-has-children > .sub-menu {
  font-size: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  transition: opacity 0.25s, font-size 0.5s 0.25s, margin 0.5s 0.25s, padding 0.5s 0.25s;
}
.mobile-nav__menu__content__nav li.menu-item-has-children > .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__menu__content__nav li.menu-item-has-children > .sub-menu li:last-child {
  border-bottom: none;
}
.mobile-nav__menu__content__nav li.menu-item-has-children > .sub-menu li a {
  transition: opacity 0.25s, font-size 0.5s 0.25s, margin 0.5s 0.25s, border-bottom 0.5s 0.25s, padding 0.5s 0.25s;
  font-size: 0;
  padding: 0;
  border-bottom: 0;
  font-weight: 300;
  text-transform: capitalize;
}
.mobile-nav__menu__content__nav li.menu-item-has-children > .sub-menu li a:after {
  font-size: 0;
}
.mobile-nav__menu__content__nav li.menu-item-has-children.open a {
  color: var(--hex-secondary);
}
.mobile-nav__menu__content__nav li.menu-item-has-children.open span i {
  transform: rotate(180deg);
  color: var(--hex-white);
}
.mobile-nav__menu__content__nav li.menu-item-has-children.open > .sub-menu {
  margin: 0;
  padding: 0 0 20px 0;
  opacity: 1;
  transition: font-size 0.25s, margin 0.25s, padding 0.25s, opacity 0.5s 0.25s;
}
.mobile-nav__menu__content__nav li.menu-item-has-children.open > .sub-menu li a {
  transition: font-size 0.25s, margin 0.25s, padding 0.25s, border-bottom 0.1s, opacity 0.5s 0.25s;
  padding: 15px 20px;
  font-size: 1.125rem;
  color: var(--hex-white);
  border-bottom: none;
}
.mobile-nav__menu__content__nav li.menu-item-has-children.open > .sub-menu li a:after {
  font-size: 1.5rem;
}
.mobile-nav__search {
  margin-bottom: 30px;
}
.mobile-nav__search .header__search__form {
  background-color: var(--hex-white);
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.mobile-nav__search .header__search__input {
  flex: 1;
  padding: 12px 15px;
  border: none;
  background: transparent;
  font-family: var(--font-family-beta);
  font-size: 16px;
  color: var(--hex-black);
  outline: none;
}
.mobile-nav__search .header__search__input::-moz-placeholder {
  color: var(--hex-black);
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mobile-nav__search .header__search__input::placeholder {
  color: var(--hex-black);
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mobile-nav__search .header__search__submit {
  background: transparent;
  border: none;
  padding: 0;
  color: var(--hex-black);
  display: flex;
  align-items: center;
}
.mobile-nav__search .header__search__submit svg {
  width: 20px;
  height: 20px;
}
.mobile-nav__bottom {
  padding: 60px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.mobile-nav__badges {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.mobile-nav__badges .mobile-nav__badge {
  display: block;
}
.mobile-nav__badges .mobile-nav__badge img {
  height: 60px;
  width: auto;
}
.mobile-nav .sub-nav-check:checked ~ .sub-menu-container {
  transform: translate(-100vw, 0);
  transition: transform var(--ani-transition);
}
.header-banner {
  padding: 10px 0;
  width: 100%;
  z-index: 100;
}
.header-banner--sticky {
  position: sticky;
  top: 0;
}
.header-banner__content p {
  margin: 0;
}
.header--sticky + .header-banner--sticky {
  top: calc(var(--elem-header-height-sm) - 5px);
}
.admin-bar .header--sticky + .header-banner--sticky {
  top: calc(var(--elem-header-height-sm) + 32px - 5px);
}
@media screen and (max-width: 782px) {
  .admin-bar .header--sticky + .header-banner--sticky {
    top: calc(var(--elem-header-height-sm) + 46px - 5px);
  }
}
.header-2.header--sticky + .header-banner--sticky {
  top: 103px;
}
.admin-bar .header-2.header--sticky + .header-banner--sticky {
  top: 135px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header-2.header--sticky + .header-banner--sticky {
    top: 149px;
  }
}
.header.shrink + .header-banner--sticky {
  top: calc(var(--elem-header-height-sm-shrink) - 1px);
}
.admin-bar .header.shrink + .header-banner--sticky {
  top: calc(var(--elem-header-height-sm-shrink) + 32px - 1px);
}
@media screen and (max-width: 782px) {
  .admin-bar .header.shrink + .header-banner--sticky {
    top: calc(var(--elem-header-height-sm-shrink) + 46px - 1px);
  }
}
@media only screen and (min-width: 576px) {
  body.modal-open .header {
    background-color: transparent !important;
  }
}
@media only screen and (min-width: 768px) {
  .header-2__inner--left {
    margin-bottom: 0;
    text-align: left;
  }
  .header-2__inner--right {
    text-align: right;
  }
  .header-3 .header__cta {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    transition: height var(--ani-transition), margin-top var(--ani-transition), background-color var(--ani-transition);
    height: calc(var(--elem-header-height-lg) + var(--elem-header-height-lg-top));
  }
  .header .row {
    justify-content: space-between;
    align-items: center;
  }
  .header .row > *:not(.header__branding):not(.header__navigation) {
    display: contents;
  }
  .header__branding {
    max-width: 240px;
    transition: 0.3s linear all;
  }
  .header__branding__logo img {
    transition: 0.3s linear all;
  }
  .header.shrink {
    height: var(--elem-header-height-lg-shrink);
  }
  .header.shrink .header__branding {
    height: var(--elem-header-height-lg-shrink);
  }
  .header.shrink .header__branding:before {
    height: var(--elem-header-height-lg-shrink);
  }
  .header.shrink .header__branding__logo img {
    max-height: calc(var(--elem-header-height-lg-shrink) - 30px);
  }
  .header.shrink .header__navigation {
    height: var(--elem-header-height-lg-shrink);
  }
  .header.shrink .header__navigation__nav > li {
    height: 100%;
  }
  .header.shrink .header__navigation__nav > li > .sub-menu {
    top: calc(var(--elem-header-height-lg-shrink) + 30px);
  }
  .header.shrink .header__navigation__nav > li:hover:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 35px;
    background: transparent;
  }
  .header.shrink .header__navigation__nav > li:hover > .sub-menu {
    top: var(--elem-header-height-lg-shrink);
  }
  .header.shrink .header__navigation__nav > li:not(:last-child) a {
    color: var(--hex-white);
  }
  .header__navigation {
    align-items: center;
    transition: 0.3s linear all;
    height: var(--elem-header-height-lg);
    position: unset;
    z-index: 120;
    display: flex;
    justify-content: flex-end;
    flex: 1;
  }
  .header__navigation__nav {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    height: 100%;
    position: unset;
  }
  .header__navigation__nav > .current-menu-item > a:before {
    width: 100%;
  }
  .header__navigation__nav > li {
    text-align: center;
    line-height: 1;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    transition-delay: 0.3s;
  }
  .header__navigation__nav > li a {
    font-family: var(--font-family-alpha);
    transition: all var(--ani-transition);
    position: relative;
    display: flex;
    color: var(--hex-white);
    font-weight: 500;
  }
  .header__navigation__nav > li:last-child:after {
    display: none;
  }
  .header__navigation__nav > li > .sub-menu {
    position: absolute;
    top: calc(var(--elem-header-height-lg) + 0px);
    opacity: 0;
    visibility: hidden;
    transition: 0.35s ease all;
    min-width: 280px;
    pointer-events: none;
    background-color: var(--hex-primary);
    padding: 0;
    left: 0;
    border-radius: var(--origo-border-radius-lg);
    overflow: clip;
  }
  .header__navigation__nav > li > .sub-menu li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgb(255, 255, 255);
    text-align: left;
  }
  .header__navigation__nav > li > .sub-menu li a {
    padding: 1em 1.4em;
    width: 100%;
    color: var(--hex-white);
    font-size: 1.125rem;
    text-transform: capitalize;
    font-family: var(--font-family-alpha);
    font-weight: var(--font-weight-alpha);
    line-height: var(--font-lineheight-alpha);
    letter-spacing: var(--font-letterspacing-alpha);
  }
  .header__navigation__nav > li > .sub-menu li a:after {
    display: none;
  }
  .header__navigation__nav > li > .sub-menu li a:before {
    display: none;
  }
  .header__navigation__nav > li > .sub-menu li:hover a {
    color: var(--hex-secondary);
  }
  .header__navigation__nav > li > .sub-menu li:last-child {
    border-bottom: none;
  }
  .header__navigation__nav > li:hover:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 45px;
    background: transparent;
  }
  .header__navigation__nav > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-nav {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .header__navigation__nav > li {
    padding-left: 0;
    margin-left: 0;
  }
  body.container--small .header-2 .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .header__topbar__inner {
    padding: 4px 0;
  }
  .header__topbar__hours, .header__topbar__phone {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .header__main__inner.logo-only {
    display: grid;
  }
  .header__branding .logo {
    max-height: 40px;
    width: auto;
  }
  .header .hamburger--container {
    display: flex;
    align-items: center;
  }
  .header__navigation--sm {
    padding: 0;
  }
  .header__navigation--sm .header__navigation__cart {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .header__topbar__phone {
    font-size: 12px;
  }
  .header__main__inner {
    padding: 6px 0;
  }
  .header__badge img {
    height: 38px;
  }
}
/******************************************************************
*******************************************************************

	ORIGO: STYLESHEET - MODAL

	AUTHOR: Colluco

*******************************************************************
******************************************************************/
/******************************************************************
	MODAL STYLES
******************************************************************/
.modal {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal__close {
  background-color: var(--hex-primary);
  color: var(--hex-white);
  height: 30px;
  width: 30px;
  font-size: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
  line-height: 1;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.modal__loader {
  z-index: 1;
  position: absolute;
}
.modal__loader i {
  color: var(--hex-white);
}
.modal__loader.hidden {
  display: none;
}
.modal__content {
  position: absolute;
  width: 95%;
  max-width: 900px;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
  max-height: 90%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
  z-index: 2;
}
.modal__content > div {
  flex-grow: 1;
  overflow: auto;
  min-height: 0;
  padding: 0px 15px;
}
.modal__content.active {
  opacity: 1;
  visibility: visible;
}
.modal__content.image {
  padding: 0;
}
.modal__content.image img {
  max-height: 80vh;
  max-width: 90vw;
}
.modal__content.team {
  padding: 0;
  position: relative;
  max-width: 92%;
}
.modal__content.team.active {
  background-color: var(--hex-white);
}
.modal__content.team > .row {
  padding: 0;
  margin: 0;
}
.modal__content.team .modal__content__img {
  padding: 0;
}
.modal__content.team .modal__content__img > div {
  background-size: cover;
  background-position: top 3% center;
  min-height: 300px;
}
.modal__content.team .modal__content__txt {
  padding: 0;
}
.modal__content.team .modal__content__txt > div {
  padding: 30px 15px;
}
.modal__content.team .modal__content__txt > div h3 {
  color: var(--hex-primary);
}
.modal__content.team .modal__content__txt > div h5 {
  font-weight: 600;
}
.modal__content.team .modal__content__txt > div .modal-close {
  margin-top: 25px;
  display: block;
}
@media (min-width: 576px) {
  .modal__content {
    width: 80%;
  }
  .modal__content.team {
    max-width: 90%;
  }
  .modal__content.team .modal__content__img > div {
    background-position: top 8% center;
    min-height: 350px;
  }
  .modal__content.team .modal__content__txt > div {
    padding: 30px;
  }
  .modal__content.team .modal__content__txt > div .modal-close {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .modal__content {
    flex-direction: row;
  }
  .modal__content__image {
    width: 100%;
    min-width: 300px;
    min-height: 450px;
  }
  .modal__content__desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .modal__content.team {
    max-height: 900px;
  }
  .modal__content.team .modal__content__img {
    position: relative;
  }
  .modal__content.team .modal__content__img > div {
    background-position: top center;
    max-height: 750px;
    height: 80vh;
    overflow: hidden;
  }
  .modal__content.team .modal__content__txt {
    position: relative;
    display: flex;
    align-items: center;
  }
  .modal__content.team .modal__content__txt > div {
    padding: 40px;
    max-height: 750px;
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .modal__content.team {
    max-width: 900px;
  }
  .modal__content.team .modal__content__img > div {
    max-height: 700px;
  }
  .modal__content.team .modal__content__txt > div {
    max-height: 700px;
  }
}
@media (min-width: 1200px) {
  .modal__content.team {
    max-width: 1000px;
  }
  .modal__content.team .modal__content__img > div {
    max-height: 650px;
  }
  .modal__content.team .modal__content__txt > div {
    max-height: 650px;
  }
}
/******************************************************************
    CHECKOUT STYLES
******************************************************************/
body.woocommerce-checkout {
  --origo-input-border-hex: var(--hex-true-black);
  --origo-input-border-style: 1px solid;
}
body.woocommerce-checkout .woocommerce-thankyou-order-received {
  font-size: var(--font-size-h3) !important;
  font-family: var(--font-family-alpha), sans-serif;
  text-align: center;
}
body.woocommerce-checkout .woocommerce-error, body.woocommerce-checkout .woocommerce-info, body.woocommerce-checkout .woocommerce-message {
  background-color: var(--hex-white);
}
body.woocommerce-checkout .woocommerce-error a, body.woocommerce-checkout .woocommerce-info a, body.woocommerce-checkout .woocommerce-message a {
  color: var(--hex-black);
  font-size: 1rem;
}
body.woocommerce-checkout .woocommerce-error a strong, body.woocommerce-checkout .woocommerce-info a strong, body.woocommerce-checkout .woocommerce-message a strong {
  font-weight: 600;
}
body.woocommerce-checkout h1 {
  margin-bottom: 2rem;
  font-size: 2rem;
}
@media (min-width: 992px) {
  body.woocommerce-checkout h1 {
    font-size: var(--font-size-h1);
    margin-bottom: 3.5rem;
  }
}
body.woocommerce-checkout .content--padded {
  padding-top: 0;
}
@media (min-width: 992px) {
  body.woocommerce-checkout .content--padded {
    padding-top: 60px;
  }
}
body.woocommerce-checkout .product-name-title {
  font-weight: 600;
  font-size: 1rem;
}
body.woocommerce-checkout .product-total {
  font-weight: 500;
  text-align: right;
}
body.woocommerce-checkout .product-total .tax_label {
  font-weight: 600 !important;
}
body.woocommerce-checkout .form-row-wide {
  width: 100% !important;
}
body.woocommerce-checkout input::-moz-placeholder {
  font-family: var(--font-family-beta), sans-serif;
  font-weight: 300;
  opacity: 1;
}
body.woocommerce-checkout input::placeholder {
  font-family: var(--font-family-beta), sans-serif;
  font-weight: 300;
  opacity: 1;
}
body.woocommerce-checkout .checkout-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  body.woocommerce-checkout .checkout-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 160px;
  }
}
body.woocommerce-checkout .checkout-layout__left {
  flex: 1;
}
body.woocommerce-checkout .checkout-layout__right {
  width: 100%;
  background-color: transparent;
}
@media (min-width: 992px) {
  body.woocommerce-checkout .checkout-layout__right {
    width: 400px;
    position: sticky;
    top: 100px;
  }
}
body.woocommerce-checkout h3 {
  font-family: var(--font-family-beta);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
  color: var(--hex-black);
}
body.woocommerce-checkout .form-row {
  margin-bottom: 20px;
  padding: 0;
}
body.woocommerce-checkout .form-row label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
  color: var(--hex-black);
}
body.woocommerce-checkout .form-row input[type=text],
body.woocommerce-checkout .form-row input[type=email],
body.woocommerce-checkout .form-row input[type=tel],
body.woocommerce-checkout .form-row input[type=password],
body.woocommerce-checkout .form-row select,
body.woocommerce-checkout .form-row textarea {
  width: 100%;
  border: 1px solid var(--origo-input-border-hex);
  background: transparent;
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 0;
  transition: border-color 0.2s;
}
body.woocommerce-checkout .form-row input[type=text]:focus,
body.woocommerce-checkout .form-row input[type=email]:focus,
body.woocommerce-checkout .form-row input[type=tel]:focus,
body.woocommerce-checkout .form-row input[type=password]:focus,
body.woocommerce-checkout .form-row select:focus,
body.woocommerce-checkout .form-row textarea:focus {
  border-color: var(--hex-primary);
}
body.woocommerce-checkout .manual-address-field {
  display: none !important;
}
body.woocommerce-checkout .manual-address-field.is-visible {
  display: block !important;
}
body.woocommerce-checkout .address-search-instruction {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--hex-black);
}
body.woocommerce-checkout .address-search-row label .optional {
  display: none;
}
body.woocommerce-checkout .address-search-row .woocommerce-input-wrapper {
  position: relative;
  display: block;
  background-color: var(--hex-white);
  border: 1px solid var(--hex-black);
}
body.woocommerce-checkout .address-search-row .woocommerce-input-wrapper gmp-place-autocomplete {
  width: 100%;
  display: block;
  height: 40px;
}
body.woocommerce-checkout .address-search-row .woocommerce-input-wrapper gmp-place-autocomplete:focus, body.woocommerce-checkout .address-search-row .woocommerce-input-wrapper gmp-place-autocomplete:focus-within, body.woocommerce-checkout .address-search-row .woocommerce-input-wrapper gmp-place-autocomplete:hover {
  outline: none !important;
}
body.woocommerce-checkout .address-search-row .woocommerce-input-wrapper gmp-place-autocomplete::part(input) {
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  width: 100%;
  display: block;
  height: auto !important;
  font-size: 16px;
  border-radius: 0;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
  color: var(--hex-black);
}
body.woocommerce-checkout .address-search-row .woocommerce-input-wrapper gmp-place-autocomplete::part(input):focus, body.woocommerce-checkout .address-search-row .woocommerce-input-wrapper gmp-place-autocomplete::part(input):hover {
  outline: none !important;
}
body.woocommerce-checkout .address-search-row .woocommerce-input-wrapper gmp-place-autocomplete::part(input)::-moz-placeholder {
  text-transform: none;
  color: var(--hex-black);
  opacity: 1;
}
body.woocommerce-checkout .address-search-row .woocommerce-input-wrapper gmp-place-autocomplete::part(input)::placeholder {
  text-transform: none;
  color: var(--hex-black);
  opacity: 1;
}
body.woocommerce-checkout .address-search-row input {
  padding: 12px 15px 12px 45px !important;
  border: 1px solid #707070 !important;
  background: #fff !important;
  text-transform: uppercase;
  width: 100%;
  display: block;
  height: auto;
  font-size: 16px;
}
body.woocommerce-checkout .address-search-row input::-moz-placeholder {
  text-transform: none;
  color: var(--hex-black);
  opacity: 1;
}
body.woocommerce-checkout .address-search-row input::placeholder {
  text-transform: none;
  color: var(--hex-black);
  opacity: 1;
}
body.woocommerce-checkout .form-row:not(.address-search-row) label {
  display: none;
}
body.woocommerce-checkout .enter-address-manually-wrap {
  display: block;
  text-align: right;
  margin-top: 10px;
}
body.woocommerce-checkout .enter-address-manually-wrap a {
  font-size: 1rem;
  color: var(--hex-black);
  text-decoration: none;
}
body.woocommerce-checkout .enter-address-manually-wrap a i {
  margin-right: 5px;
  color: #A39863;
}
body.woocommerce-checkout .woocommerce-checkout-payment-wrap {
  margin-top: 60px;
}
body.woocommerce-checkout #payment {
  background: transparent;
  border: none;
  padding: 0;
}
body.woocommerce-checkout #payment ul.payment_methods {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
body.woocommerce-checkout #payment ul.payment_methods li {
  width: 100% !important;
  margin-bottom: 15px;
  list-style: none;
}
body.woocommerce-checkout #payment ul.payment_methods li label {
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
}
body.woocommerce-checkout #payment ul.payment_methods li input[type=radio] {
  margin-right: 10px;
  accent-color: var(--hex-orange);
}
body.woocommerce-checkout #payment ul.payment_methods li .payment_box {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: var(--hex-black);
  width: 100%;
}
@media (min-width: 768px) {
  body.woocommerce-checkout #payment ul.payment_methods li .payment_box {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    padding-left: 30px;
  }
}
body.woocommerce-checkout #payment ul.payment_methods li .payment_box:before {
  display: none;
}
body.woocommerce-checkout #payment ul.payment_methods li .payment_box p {
  margin: 0;
}
body.woocommerce-checkout #payment .place-order {
  padding: 0;
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  body.woocommerce-checkout #payment .place-order {
    width: 35%;
  }
}
body.woocommerce-checkout #payment .place-order .button {
  background-color: #1A1818;
  color: #fff;
  font-family: var(--font-family-beta);
  font-size: 16px;
  font-weight: 400;
  padding: var(--origo-bttn-padding);
  border-radius: 0;
  text-transform: uppercase;
  transition: opacity 0.2s;
  width: auto;
  margin-top: 20px;
}
body.woocommerce-checkout #payment .place-order .button:hover {
  background-color: #000;
}
body.woocommerce-checkout #ship-to-different-address {
  margin-top: 40px;
  margin-bottom: 20px;
}
body.woocommerce-checkout #ship-to-different-address label {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  cursor: pointer;
}
body.woocommerce-checkout #ship-to-different-address label span {
  font-size: 18px;
  color: var(--hex-black);
}
body.woocommerce-checkout #ship-to-different-address label input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: auto;
  margin: 0 15px 0 0;
  min-height: 0 !important;
  width: 20px;
  height: 20px;
  border: 0 !important;
  border-radius: 0;
  background: none;
  accent-color: var(--hex-orange);
}
body.woocommerce-checkout #ship-to-different-address label input:after {
  content: none;
}
body.woocommerce-checkout__right h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 10px;
}
body.woocommerce-checkout__right .shop_table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
body.woocommerce-checkout__right .shop_table thead {
  display: none;
}
body.woocommerce-checkout__right .shop_table tr {
  border-bottom: none;
}
body.woocommerce-checkout__right .shop_table tr td, body.woocommerce-checkout__right .shop_table tr th {
  padding: 15px 0;
  background: transparent;
  border: none;
}
body.woocommerce-checkout__right .shop_table .cart_item .product-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
body.woocommerce-checkout__right .shop_table .cart_item .product-name .product-quantity {
  display: none;
}
body.woocommerce-checkout__right .shop_table .cart_item .product-name dl.variation {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #707070;
}
body.woocommerce-checkout__right .shop_table .cart_item .product-name dl.variation dt, body.woocommerce-checkout__right .shop_table .cart_item .product-name dl.variation dd {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
}
body.woocommerce-checkout__right .shop_table .cart_item .product-total {
  text-align: right;
  font-weight: 600;
  vertical-align: top;
}
body.woocommerce-checkout__right .shop_table .cart-subtotal th, body.woocommerce-checkout__right .shop_table .shipping th, body.woocommerce-checkout__right .shop_table .order-total th {
  text-align: left;
  font-weight: 400;
}
body.woocommerce-checkout__right .shop_table .cart-subtotal td, body.woocommerce-checkout__right .shop_table .shipping td, body.woocommerce-checkout__right .shop_table .order-total td {
  text-align: right;
}
body.woocommerce-checkout__right .shop_table .order-total th {
  font-weight: 600;
  text-align: left;
}
body.woocommerce-checkout__right .shop_table .order-total td {
  text-align: right;
  font-weight: 600;
}
body.woocommerce-checkout__right .shop_table tbody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.woocommerce-checkout__right .shop_table .order-total th, body.woocommerce-checkout__right .shop_table .order-total td {
  font-size: 18px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 5px;
}
body.woocommerce-checkout__right .shop_table .order-total .tax-included {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  margin-top: 5px;
}
body.woocommerce-checkout__right .shop_table .tax-total {
  display: none;
}
body.woocommerce-checkout__right .checkout-layout__right-total-note {
  text-align: right;
  font-size: 14px;
  color: #707070;
  margin-top: -5px;
  margin-bottom: 20px;
}
body.woocommerce-checkout__right .checkout-coupon-wrap {
  margin-top: 30px;
}
/******************************************************************
    THANK YOU PAGE STYLES
******************************************************************/
body.woocommerce-order-received {
  background-color: var(--hex-eggshell);
}
body.woocommerce-order-received .content--padded {
  padding-top: 40px;
}
@media (min-width: 992px) {
  body.woocommerce-order-received .content--padded {
    padding-top: 80px;
  }
}
body.woocommerce-order-received .woocommerce-order {
  max-width: 1200px;
  margin: 0 auto;
}
body.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-size: 1rem;
  margin-bottom: 2rem;
  background: transparent;
  padding: 0;
  border: none;
  color: var(--hex-black);
}
body.woocommerce-order-received .woocommerce-thankyou-order-received:before {
  display: none;
}
body.woocommerce-order-received section > p:first-of-type,
body.woocommerce-order-received .woocommerce-order > p:not(.woocommerce-thankyou-order-received) {
  font-size: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: center;
  color: var(--hex-black);
}
body.woocommerce-order-received .woocommerce-thankyou-order-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
  gap: 20px;
}
body.woocommerce-order-received .woocommerce-thankyou-order-details li:before {
  content: unset !important;
}
body.woocommerce-order-received .woocommerce-thankyou-order-details li {
  padding: 0 !important;
  margin: 0 20px 0px 0 !important;
  border-right: none;
  display: flex;
  flex-direction: column;
}
body.woocommerce-order-received .woocommerce-thankyou-order-details li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-thankyou-order-details li {
    width: 100%;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 15px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  }
  body.woocommerce-order-received .woocommerce-thankyou-order-details li:last-child {
    border-bottom: none;
  }
}
body.woocommerce-order-received .woocommerce-thankyou-order-details li .title {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  color: var(--hex-black);
  display: flex;
  align-items: center;
}
body.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
  font-family: var(--font-family-beta);
  font-size: var(--font-size-beta-xl);
  font-weight: 600;
  color: var(--hex-black);
}
body.woocommerce-order-received .woocommerce-thankyou-order-details li .detail-item {
  display: flex;
  flex-direction: column;
}
body.woocommerce-order-received .woocommerce-thankyou-order-details li .detail-item.payment-method {
  margin-top: 20px;
}
body.woocommerce-order-received .wc-item-meta {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}
body.woocommerce-order-received .wc-item-meta li {
  padding-left: 0 !important;
}
body.woocommerce-order-received .wc-item-meta li strong {
  font-weight: 400 !important;
  color: var(--hex-black) !important;
  font-family: var(--font-family-beta) !important;
}
body.woocommerce-order-received .wc-item-meta li:before {
  content: unset !important;
}
body.woocommerce-order-received .woocommerce-order-details {
  margin-top: 40px;
  max-width: 920px;
  margin: 0 auto;
}
body.woocommerce-order-received .woocommerce-order-details__title {
  font-family: var(--font-family-alpha);
  font-size: var(--font-size-h4);
  font-weight: 400;
  margin-bottom: 2rem;
  color: var(--hex-black);
}
body.woocommerce-order-received .woocommerce-order-details .shop_table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
body.woocommerce-order-received .woocommerce-order-details .shop_table thead {
  display: none;
}
body.woocommerce-order-received .woocommerce-order-details .shop_table tbody tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body.woocommerce-order-received .woocommerce-order-details .shop_table tbody tr:first-child {
  border-top: none;
}
body.woocommerce-order-received .woocommerce-order-details .shop_table tbody td {
  padding: 20px 0;
  vertical-align: top;
}
body.woocommerce-order-received .woocommerce-order-details .shop_table .product-name {
  font-family: var(--font-family-beta);
  font-size: var(--font-size-beta-lg);
  color: var(--hex-black);
  font-weight: 600 !important;
}
body.woocommerce-order-received .woocommerce-order-details .shop_table .product-name a, body.woocommerce-order-received .woocommerce-order-details .shop_table .product-name .product-quantity {
  color: inherit !important;
  text-decoration: none;
  font-family: inherit !important;
  font-weight: inherit !important;
}
body.woocommerce-order-received .woocommerce-order-details .shop_table .product-name .product-quantity {
  color: var(--hex-black);
  font-weight: 600;
  font-family: var(--font-family-beta);
}
body.woocommerce-order-received .woocommerce-order-details .shop_table .product-name .variation {
  margin-top: 10px;
  font-family: var(--font-family-beta);
  font-size: 1rem;
  color: var(--hex-black);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
body.woocommerce-order-received .woocommerce-order-details .shop_table .product-name .variation dt, body.woocommerce-order-received .woocommerce-order-details .shop_table .product-name .variation dd {
  display: inline;
  margin: 0;
  padding: 0;
}
body.woocommerce-order-received .woocommerce-order-details .shop_table .product-name .variation dt {
  font-weight: 600;
}
body.woocommerce-order-received .woocommerce-order-details .shop_table .product-name .variation dt:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--hex-black);
  border-radius: 50%;
  margin-right: 10px;
}
body.woocommerce-order-received .woocommerce-order-details .shop_table .product-total {
  text-align: right;
  font-size: 1.1rem;
  font-weight: 400;
  padding-top: 25px;
}
body.woocommerce-order-received .woocommerce-order-details .shop_table tfoot {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body.woocommerce-order-received .woocommerce-order-details .shop_table tfoot tr th, body.woocommerce-order-received .woocommerce-order-details .shop_table tfoot tr td {
  padding: 10px 0;
  border: none;
  vertical-align: top;
}
body.woocommerce-order-received .woocommerce-order-details .shop_table tfoot tr th {
  text-align: right;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-right: 40px;
}
body.woocommerce-order-received .woocommerce-order-details .shop_table tfoot tr td {
  text-align: right;
  font-weight: 400;
  width: 1%;
  white-space: nowrap;
}
body.woocommerce-order-received .woocommerce-order-details .shop_table tfoot tr.order-total th, body.woocommerce-order-received .woocommerce-order-details .shop_table tfoot tr.order-total td {
  padding-top: 20px;
  font-weight: 400;
  color: var(--hex-black);
}
body.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}
.woocommerce-form-coupon {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}
.woocommerce-form-coupon p {
  margin-bottom: 10px;
}
.woocommerce-form-coupon .form-row {
  position: relative;
  margin: 0;
}
.woocommerce-form-coupon .form-row input.input-text {
  width: 100%;
  border: 1px solid #707070;
  background: #fff;
  padding: 12px 15px;
  font-size: 14px;
  border-radius: 0;
  outline: none;
}
.woocommerce-form-coupon .form-row button.button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  color: transparent;
  border: none;
  width: 45px;
  cursor: pointer;
}
.woocommerce-form-coupon .form-row button.button:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--hex-black);
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce table.shop_table {
  border: 0 !important;
}
.woocommerce table.shop_table thead {
  display: none;
}
.woocommerce table.shop_table .cart-subtotal .amount {
  font-weight: 400;
}
.woocommerce table.shop_table strong {
  font-weight: 600 !important;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  padding: 0.25em 0;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody td {
  padding: 1em 0;
}
.woocommerce table.shop_table tbody > tr:not(:first-child):not(:last-child) th,
.woocommerce table.shop_table tbody > tr:not(:first-child):not(:last-child) td {
  border: 0 !important;
}
.woocommerce table.shop_table tbody > tr:first-child th,
.woocommerce table.shop_table tbody > tr:first-child td {
  border-bottom: 0;
  border-top: 1px solid #d9d9d9;
}
.woocommerce table.shop_table tbody > tr:last-child th,
.woocommerce table.shop_table tbody > tr:last-child td {
  border-bottom: 1px solid #d9d9d9;
  border-top: 0;
}
.woocommerce table.shop_table tfoot > tr:first-child th,
.woocommerce table.shop_table tfoot > tr:first-child td {
  padding-top: 1em;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 600 !important;
  border: 0 !important;
  font-size: 1rem !important;
}
.variation dt {
  font-size: 1rem;
}
.woocommerce table.shop_table tfoot tr:not(.order-total) th, .woocommerce table.shop_table tfoot tr:not(.order-total) td {
  font-weight: 400 !important;
}
.woocommerce table.shop_table tfoot td {
  text-align: right;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 400;
}
.woocommerce-shipping-methods li {
  list-style-type: none;
}
.woocommerce-shipping-methods li:before {
  content: none !important;
}
.woocommerce table.shop_table tfoot .tax_label {
  display: none;
}
.variations .label:has(label[for=pa_size]) {
  display: none !important;
}
.tax-included {
  display: block;
  width: 100%;
  text-align: right;
  font-weight: 400;
}
.product-type-variable .summary > .price {
  color: var(--hex-black) !important;
  font-size: 0.9rem !important;
  text-transform: uppercase;
}
.product-type-variable .summary > .price .price-suffix {
  text-transform: none;
}
.includes_tax {
  display: none;
}
/******************************************************************
*******************************************************************

	ORIGO: STYLESHEET - SINGLE POST REDESIGN

	AUTHOR: Colluco

*******************************************************************
******************************************************************/
.single-post-page {
  background-color: var(--hex-eggshell);
  padding-bottom: 80px;
}
.single-post-header {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-post-header__breadcrumbs {
  margin-bottom: 40px;
  font-size: 1rem;
}
.single-post-header__breadcrumbs .breadcrumbs {
  font-size: 14px;
  color: var(--hex-grey-dark);
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-post-header__breadcrumbs .breadcrumbs li {
  display: flex;
  align-items: center;
}
.single-post-header__breadcrumbs .breadcrumbs li.separator {
  margin: 0 10px;
}
.single-post-header__breadcrumbs .breadcrumbs li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-post-header__breadcrumbs .breadcrumbs li a:hover {
  color: var(--hex-primary);
}
.single-post-header__breadcrumbs .breadcrumbs li.breadcrumbs__item-current {
  color: var(--hex-zandri-dust);
}
.single-post-header__title h1 {
  font-family: var(--font-family-alpha);
  font-weight: 500;
  color: var(--hex-black);
  line-height: 1.1;
  text-transform: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-post-header__title h1 {
    font-size: 32px;
  }
}
.single-post-header__intro {
  font-size: 18px;
  line-height: 1.5;
  color: var(--hex-grey-dark);
  margin-bottom: 20px;
  margin-top: 30px;
}
.single-post-header__intro p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-post-header__intro {
    font-size: 16px;
  }
}
.single-post-banner {
  margin-bottom: 60px;
}
.single-post-banner img, .single-post-banner video, .single-post-banner iframe {
  width: 100%;
  height: auto;
  display: block;
}
.single-post-banner__image {
  aspect-ratio: 16/9;
}
.single-post-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post-banner__video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.single-post-banner__video iframe, .single-post-banner__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .single-post-main__sidebar {
    margin-bottom: 40px;
  }
}
.single-post-main__sidebar .element--post__date-pill {
  display: inline-block;
  background-color: var(--hex-zandri-dust);
  color: var(--hex-white);
  padding: 6px 16px;
  border-radius: var(--origo-border-radius-full);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.single-post-main__category, .single-post-main__podcast {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.single-post-main__category .label, .single-post-main__podcast .label {
  font-weight: 600;
  font-size: 1rem;
  color: var(--hex-black);
}
.single-post-main__category .value, .single-post-main__podcast .value {
  font-size: 1rem;
  color: var(--hex-grey-dark);
}
.single-post-main__content {
  font-size: 18px;
  line-height: 1.6;
  color: var(--hex-grey-dark);
}
.single-post-main__content strong {
  font-weight: 600;
}
.single-post-main__content p {
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .single-post-main__content {
    font-size: 16px;
  }
}
/******************************************************************
*******************************************************************

	ORIGO: STYLESHEET - TAXONOMY WORKS

	AUTHOR: Colluco

*******************************************************************
******************************************************************/
.term-hero {
  overflow-x: hidden;
  margin-top: 15px;
}
.term-hero__content {
  display: flex;
  padding-left: calc(20px + (100vw - var(--origo-container-wide-width)) / 2);
}
.term-hero__content-inner {
  width: 100%;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.term-hero__text {
  font-family: var(--font-family-beta);
  line-height: 1.6;
}
.term-hero__text p {
  margin-bottom: 1.5em;
  font-size: var(--font-size-beta-xl);
}
.term-hero__image {
  padding-left: 0;
  display: flex;
}
.term-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .term-hero__title {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .term-hero {
    padding: 0;
  }
  .term-hero__content {
    margin-bottom: 0px;
    display: block;
    padding-left: 15px;
  }
  .term-hero__content-inner {
    max-width: none;
    padding: 0 15px;
  }
  .term-hero__title {
    font-size: 40px;
  }
  .term-hero__image {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .term-hero {
    padding: 0;
  }
  .term-hero__content {
    margin-bottom: 0;
    display: block;
    padding-left: 15px;
  }
  .term-hero__content-inner {
    max-width: none;
    padding: 0 15px;
  }
  .term-hero__text p {
    margin-bottom: 1.5em;
    font-size: var(--font-size-beta-norm);
  }
  .term-hero__title {
    font-size: 40px;
  }
  .term-hero__image {
    padding: 0 15px;
  }
}
.taxonomy-works {
  padding: 80px 0;
}
.taxonomy-works__section {
  margin-bottom: 80px;
}
.taxonomy-works__section:last-child {
  margin-bottom: 0;
}
.taxonomy-works__section--even .taxonomy-works__content {
  padding-right: 60px;
}
.taxonomy-works__section--odd .taxonomy-works__content {
  padding-left: 60px;
}
.taxonomy-works__title {
  margin-bottom: 30px;
  font-weight: 300;
}
.taxonomy-works__text {
  font-family: var(--font-family-beta);
  font-size: 18px;
  line-height: 1.6;
}
.taxonomy-works__text p {
  margin-bottom: 1.5em;
}
.taxonomy-works__image img {
  width: 100%;
  height: auto;
  display: block;
}
.taxonomy-works__description {
  margin-top: 30px;
  font-family: var(--font-family-beta);
  font-size: 18px;
}
.works-grid__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 576px) {
  .works-grid__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .works-grid__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.works-grid__items--masonry {
  display: block;
  margin: 0 -12px;
}
.works-grid__items--masonry::after {
  content: "";
  display: table;
  clear: both;
}
.works-grid__items--masonry .work-item-wrapper {
  float: left;
  width: 100%;
  padding: 0 12px 24px 12px;
}
@media (min-width: 576px) {
  .works-grid__items--masonry .work-item-wrapper {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .works-grid__items--masonry .work-item-wrapper {
    width: 33.333%;
  }
}
@media (min-width: 576px) {
  .works-grid__items--masonry .work-item-wrapper--span-2 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .works-grid__items--masonry .work-item-wrapper--span-2 {
    width: 66.666%;
  }
}
.works-grid__items--masonry .work-item-wrapper--span-3 {
  width: 100%;
}
.works-grid__items--masonry .work-item {
  aspect-ratio: auto;
  height: auto;
}
.works-grid__items--masonry .work-item__image {
  height: auto;
}
.works-grid__items--masonry .work-item__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}
.works-grid .work-item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.works-grid .work-item__image {
  height: 100%;
  width: 100%;
}
.works-grid .work-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.works-grid .work-item:hover img {
  transform: scale(1.05);
}
.modal__content.work-modal {
  background-color: var(--hex-white);
  max-width: 900px;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal__content.work-modal .work-modal-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal__content.work-modal .work-modal-content__image {
  position: relative;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  flex-shrink: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 15px;
}
.modal__content.work-modal .work-modal-content__image img {
  max-width: 100%;
  max-height: 60vh;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.modal__content.work-modal .work-modal-content__details {
  padding: 40px;
  flex-grow: 1;
}
.modal__content.work-modal .work-modal-content__title {
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
}
.modal__content.work-modal .work-modal-content__meta {
  margin-bottom: 20px;
}
.modal__content.work-modal .work-modal-content__meta p {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.modal__content.work-modal .work-modal-content__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.modal__content.work-modal .work-modal-content__other {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
}
.modal__content.work-modal .work-modal-content__other p {
  margin-bottom: 15px;
}
.modal__content.work-modal .work-modal-content__other p:last-child {
  margin-bottom: 0;
}
.modal__content.work-modal .work-modal-content__tag {
  background-color: #000;
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
}
.modal__content.work-modal .work-modal-content__tag--term:hover {
  background-color: #333;
  color: #fff;
}
.modal__content.work-modal .work-modal-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}
.modal__content.work-modal .work-modal-nav button {
  pointer-events: auto;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 0.7;
}
.modal__content.work-modal .work-modal-nav button.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.modal__content.work-modal .work-modal-nav button.hidden {
  visibility: hidden;
  pointer-events: none;
}
.modal__content.work-modal .work-modal-nav button:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .modal__content.work-modal {
    max-height: 95%;
  }
  .modal__content.work-modal .work-modal-content__image {
    min-height: 200px;
  }
  .modal__content.work-modal .work-modal-content__image img {
    max-height: 50vh;
  }
  .modal__content.work-modal .work-modal-content__details {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .taxonomy-works {
    padding: 60px 0;
  }
  .taxonomy-works__section {
    margin-bottom: 60px;
  }
  .taxonomy-works__section--even .taxonomy-works__content, .taxonomy-works__section--odd .taxonomy-works__content {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .taxonomy-works__title {
    font-size: var(--font-size-h2);
  }
}
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: var(--hex-primary);
  clear: both;
}
.footer a {
  color: var(--hex-primary);
}
.footer a:hover {
  opacity: 0.8;
}
.footer__top .footer__logo img {
  max-width: 250px;
  height: auto;
}
.footer__top .footer__logo__tagline {
  margin: 0.75em 0;
}
.footer__top .footer__contact-social {
  font-size: 1.4rem;
  font-family: var(--font-family-beta);
}
.footer__top .footer__contact-social .footer__email-link, .footer__top .footer__contact-social .footer__phone-link {
  font-weight: 500;
  text-decoration: none;
  margin-right: 30px;
  font-family: var(--font-family-alpha);
}
.footer__top .footer__contact-social .footer__socials {
  gap: 10px;
}
.footer__top .footer__contact-social .footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #191818;
  font-size: 18px;
  text-decoration: none;
}
.footer__top .footer__contact-social .footer__socials a:hover {
  opacity: 0.8;
}
.footer__main {
  padding-bottom: 20px;
}
.footer__main .footer__menu .footer__menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__main .footer__menu .footer__menu__list li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.footer__awards {
  padding-bottom: 40px;
  display: flex;
}
.footer__awards .footer__award-badges {
  gap: 30px;
}
.footer__awards .footer__award-badge img {
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 150px;
}
.footer__built_by p {
  font-size: 0.9rem;
}
.footer__bottom {
  font-size: 1rem;
  color: var(--hex-primary);
}
.footer__bottom .footer__credit {
  width: 100%;
  margin-bottom: 1.5rem;
}
.footer__bottom .footer__credit p {
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
}
.footer__bottom .footer__policy__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__bottom .footer__policy__menu li {
  margin-right: 20px;
}
.footer__bottom .footer__policy__menu li:after {
  content: none !important;
}
.footer__bottom .footer__policy__menu li a {
  color: inherit;
  text-decoration: none;
}
.footer__bottom .footer__policy__menu li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
  .footer__logo img {
    margin: 0 auto 20px;
    display: block;
  }
  .footer__contact-social {
    justify-content: center !important;
    align-items: center !important;
    margin-top: 20px;
    gap: 10px;
    flex-direction: column;
  }
  .footer__contact-social .footer__email-link, .footer__contact-social .footer__phone-link {
    margin-right: 0 !important;
    font-size: 1.1rem;
  }
  .footer__contact-social .footer__socials {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
  .footer__main .footer__menu .footer__menu__list li {
    text-align: center;
  }
  .footer__main .footer__newsletter__title, .footer__main .footer__newsletter__intro {
    text-align: center;
  }
  .footer__main .footer__newsletter__form {
    margin-bottom: 30px;
  }
  .footer__main .footer__newsletter__form .forminator-row {
    flex-direction: column;
  }
  .footer__main .footer__newsletter__form .forminator-row .forminator-button {
    width: 100%;
  }
  .footer__main .footer__newsletter .footer__payment-icons {
    justify-content: center !important;
  }
  .footer__awards {
    margin-top: 2rem;
    justify-content: center;
  }
  .footer__awards .footer__award-badges {
    gap: 20px;
    justify-content: center !important;
  }
  .footer__bottom .footer__credit {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .footer__awards .footer__award-badges {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer__awards .footer__award-badges .footer__award-badge img {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .footer__built_by {
    text-align: right;
  }
}
.social-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}
.social-icons a {
  color: var(--hex-black);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  transition: opacity var(--ani-transition), border-color var(--ani-transition);
}
.social-icons a:hover {
  color: var(--hex-orange);
}
.element--accordion {
  color: var(--font-hex-beta);
  overflow: hidden;
}
.element--accordion__tab__label h5 {
  text-wrap: unset;
}
.element--accordion__tab__label h1, .element--accordion__tab__label h2, .element--accordion__tab__label h3, .element--accordion__tab__label h4, .element--accordion__tab__label h5, .element--accordion__tab__label h6 {
  font-family: var(--font-family-beta);
  font-weight: 600;
}
.element--accordion__tab input {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  opacity: 0;
  z-index: -1;
}
.element--accordion__tab input:checked + .element--accordion__tab__label:after {
  transform: rotate(180deg);
}
.element--accordion__tab input:checked ~ .element--accordion__tab__content {
  grid-template-rows: 1fr;
  padding: 15px 0;
  transition: grid-template-rows 0.3s ease-in-out, padding 0.05s linear, border 0.1s linear;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid var(--hex-primary);
}
@media (min-width: 768px) {
  .element--accordion__tab input:checked ~ .element--accordion__tab__content {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .element--accordion__tab__label {
    padding: 20px 40px;
    gap: 40px;
  }
}
.element--accordion__tab + .element--accordion__tab .element--accordion__tab__label {
  border-top: 0;
}
.element--accordion__tab input:checked + .element--accordion__tab__label {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.element--accordion__tab__label {
  display: flex;
  background: var(--hex-grey);
  cursor: pointer;
  padding: 30px 0;
  margin: 0;
  border-top: 1px solid var(--hex-primary);
  border-right: none;
  border-left: none;
  border-bottom: 1px solid var(--hex-primary);
  font-size: var(--font-size-beta-xl);
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.element--accordion__tab__label p {
  color: var(--font-hex-beta);
}
.element--accordion__tab__label:after {
  display: inline-flex;
  align-items: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f078";
  color: var(--hex-primary);
  font-size: 1.5rem !important;
  text-align: center;
  transition: all var(--ani-transition-short);
}
.element--accordion__tab__content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.35s;
  transition: grid-template-rows 0.3s ease-in-out, padding 0.1s linear 0.2s, border 0.05s linear 0.25s;
  background: var(--hex-grey);
}
.element--accordion__tab__content p {
  color: var(--font-hex-beta);
}
.element--accordion__tab__content > div {
  overflow: hidden;
}
.element--bullets {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.element--bullets__point {
  display: flex;
  padding: 0;
  margin-bottom: 15px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.element--bullets__point__icon i {
  font-size: var(--font-size-beta-lg);
}
.element--bullets__point.icon-left .element--bullets__point__icon {
  display: flex;
  justify-content: flex-start;
  width: calc(var(--font-size-beta-lg) * 1.5);
  padding-top: 0.5%;
}
.element--bullets__point.icon-left .element--bullets__point__txt {
  width: calc(100% - var(--font-size-beta-lg) * 1.5);
}
.element--bullets__point.icon-top {
  flex-direction: column;
}
.element--bullets__point.icon-top .element--bullets__point__icon {
  margin-bottom: var(--font-margin);
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 576px) {
  .element--bullets__point {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .element--bullets {
    -moz-column-count: 2;
         column-count: 2;
  }
  .element--bullets__point {
    margin-bottom: 45px;
    padding: 0 15px;
  }
  .element--bullets__point__icon i {
    font-size: var(--font-size-beta-xl);
  }
}
@media (min-width: 992px) {
  .element--bullets {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 7.5px 0 !important;
}
.breadcrumbs li {
  line-height: 1 !important;
  padding-left: 0 !important;
  color: var(--font-hex-beta);
  padding-right: 0px !important;
  margin-bottom: 0 !important;
  font-size: var(--font-size-beta-sm);
}
.breadcrumbs li.breadcrumbs__ellipsis {
  position: relative;
}
.breadcrumbs li[aria-current], .breadcrumbs li.breadcrumbs__item-current {
  color: #A39863;
}
.breadcrumbs li[aria-current] strong, .breadcrumbs li.breadcrumbs__item-current strong {
  font-size: var(--font-size-beta-sm);
}
.breadcrumbs li:last-child {
  padding-right: 0 !important;
}
.breadcrumbs li a {
  color: #333333;
  font-size: var(--font-size-beta-sm);
  font-weight: 500;
}
.breadcrumbs li a:hover {
  color: var(--hex-primary);
}
.breadcrumbs li:before {
  content: unset;
  display: none;
}
@media (max-width: 767px) { /* Adjust this media query as needed */
  .breadcrumbs:not(.breadcrumbs--yoast) li:not(.breadcrumbs__item-home):not(.breadcrumbs__item-current):not(.breadcrumbs__ellipsis):not(.separator) {
    display: none; /* Hide all breadcrumbs except home, current, and ellipsis */
  }
  .breadcrumbs:not(.breadcrumbs--yoast).expanded li {
    display: inline-block; /* Show all breadcrumbs when expanded */
  }
  .breadcrumbs:not(.breadcrumbs--yoast) li.breadcrumbs__ellipsis {
    display: inline-block; /* Ensure ellipsis is always shown */
  }
}
@media (min-width: 768px) {
  .breadcrumbs li a {
    font-size: var(--font-size-beta-sm);
  }
  .breadcrumbs li.breadcrumbs__item-current strong {
    font-size: var(--font-size-beta-sm);
  }
  .breadcrumbs li.breadcrumbs__ellipsis, .breadcrumbs li.separator-ellipsis {
    display: none;
  }
}
/******************************************************************
*******************************************************************

    ORIGO: STYLESHEET - CAROUSEL STYLES

    AUTHOR: Colluco 

*******************************************************************
******************************************************************/
.slick-slide {
  outline: none;
}
.slider-arrows {
  display: flex;
  gap: 0.75rem;
}
.slick-arrow,
.custom-slick-arrow {
  height: 42px;
  width: 42px;
  border: 2px solid var(--hex-primary);
  border-radius: 50%;
  background: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slick-arrow:before,
.custom-slick-arrow:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  color: var(--hex-primary);
  font-size: 22px;
  opacity: 1;
}
.slick-arrow.slick-disabled,
.custom-slick-arrow.slick-disabled {
  opacity: 0.6;
}
.slick-arrow.slick-disabled:before,
.custom-slick-arrow.slick-disabled:before {
  opacity: 0.6;
}
.slick-arrow.slick-next:before, .slick-arrow.custom-slick-next:before,
.custom-slick-arrow.slick-next:before,
.custom-slick-arrow.custom-slick-next:before {
  content: "\f061";
}
.slick-arrow.slick-prev:before, .slick-arrow.custom-slick-prev:before,
.custom-slick-arrow.slick-prev:before,
.custom-slick-arrow.custom-slick-prev:before {
  content: "\f060";
}
.slick-dots {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.slick-dots li {
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7.5px;
}
.slick-dots li button {
  line-height: 14px;
  height: 14px;
  width: 14px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all ease 0.35s;
}
.slick-dots li button:before {
  font: var(--fa-font-regular);
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 14px;
  content: "\e122";
  font-weight: 900;
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
  transform: scale(1.5);
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--hex-primary);
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
}
/******************************************************************
*******************************************************************

    ORIGO: STYLESHEET - CARD STYLES

    AUTHOR: Colluco 

*******************************************************************
******************************************************************/
.element--card {
  height: 100%;
  position: relative;
  display: flex !important;
  flex-direction: column;
  max-width: 350px;
  margin: 0 auto;
  border-radius: var(--origo-border-radius-lg);
  overflow: hidden;
  background-color: var(--card-bg, var(--hex-white));
}
@media (min-width: 768px) {
  .element--card {
    max-width: initial;
  }
}
.element--card--logo .element--card__content {
  padding: 55px !important;
}
@media (max-width: 768px) {
  .element--card--logo .element--card__content {
    padding: 30px !important;
  }
}
.element--card--logo .element--card__img {
  padding: 50px 50px 0 50px !important;
}
@media (max-width: 768px) {
  .element--card--logo .element--card__img {
    padding: 30px 30px 0 30px !important;
  }
}
.element--card__icon {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 30px;
}
@media (min-width: 768px) {
  .element--card__icon {
    font-size: 40px;
  }
}
.element--card__content {
  padding: 20px;
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .element--card__content {
    padding: 30px;
  }
}
.element--card__content__pretitle {
  margin-bottom: 15px;
}
.element--card__content__pretitle p {
  font-size: var(--font-size-beta-sm);
  font-weight: bold;
}
.element--card__content__title {
  margin-bottom: 15px;
}
.element--card__content__btn {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.element--card__content__download {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--card-text-color);
  display: block;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.element--card__content__download i {
  font-size: 1.5rem;
  margin-left: 1rem;
}
.element--card__content__txt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.element--card--txt-image--left, .element--card--txt-image--right {
  --card-img-width: 50%;
  max-width: unset !important;
}
@media (min-width: 768px) {
  .element--card--txt-image--left, .element--card--txt-image--right {
    --card-img-width: 175px;
  }
  .element--card--txt-image--left .element--card__img, .element--card--txt-image--right .element--card__img {
    width: var(--card-img-width);
    height: 100%;
    background-size: 105% auto;
    background-position: center;
    background-repeat: no-repeat;
    flex: 0 0 var(--card-img-width);
    transition: all 0.35s ease-in-out;
  }
}
.element--card--txt-image--left .element--card__img, .element--card--txt-image--right .element--card__img {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.35s ease-in-out;
  min-height: 300px;
}
@media (min-width: 768px) {
  .element--card--txt-image--left .element--card__img, .element--card--txt-image--right .element--card__img {
    width: 50%;
  }
}
.element--card--txt-image--left .element--card__content, .element--card--txt-image--right .element--card__content {
  width: 100%;
}
@media (min-width: 768px) {
  .element--card--txt-image--left .element--card__content, .element--card--txt-image--right .element--card__content {
    width: 50%;
  }
}
.element--card--txt-image--left .element--card__content__title h6, .element--card--txt-image--right .element--card__content__title h6 {
  font-weight: 500 !important;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {
  .element--card--txt-image--left {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .element--card--txt-image--right {
    flex-direction: row-reverse;
  }
}
.element--card--txt-image--top {
  --card-img-height: 200px;
}
@media (min-width: 768px) {
  .element--card--txt-image--top {
    --card-img-height: 225px;
  }
}
@media (min-width: 992px) {
  .element--card--txt-image--top {
    --card-img-height: 250px;
  }
}
@media (min-width: 1200px) {
  .element--card--txt-image--top {
    --card-img-height: 255px;
  }
}
.element--card--txt-image--top {
  flex-direction: column;
}
.element--card--txt-image--top .element--card__content {
  height: auto;
  flex-grow: 1;
}
.element--card--txt-image--top .element--card__img {
  height: var(--card-img-height);
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
}
.element--card--txt-image--top .element--card__img.element--card__img--logo {
  padding: 30px 30px 0 30px;
  height: auto;
}
.element--card--txt-image--top .element--card__img.element--card__img--logo img {
  max-height: 100px;
}
.element--img-card {
  --card-min-height: 300px;
  --card-padding: 0 15px 0 0;
  --card-content-padding: 10px 15px;
}
@media (min-width: 576px) {
  .element--img-card {
    --card-min-height: 320px;
  }
}
@media (min-width: 768px) {
  .element--img-card {
    --card-min-height: 330px;
    --card-padding: 0 30px 0 0;
    --card-content-padding: 15px 30px;
  }
}
@media (min-width: 992px) {
  .element--img-card {
    --card-min-height: 340px;
  }
}
@media (min-width: 1200px) {
  .element--img-card {
    --card-min-height: 350px;
  }
}
.element--img-card {
  min-height: var(--card-min-height);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: var(--card-padding);
}
.element--img-card__content {
  z-index: 2;
  padding: var(--card-content-padding);
  background-color: var(--hex-primary);
}
.element--img-card__content__title p {
  color: var(--hex-white);
  font-weight: 500;
}
.element--img-card__content__tax p {
  text-transform: uppercase;
  font-size: var(--font-size-beta-sm);
  color: var(--hex-tertiary);
  font-weight: 500;
}
.element--img-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all var(--ani-transition-long);
}
.element--img-card:hover .element--img-card__img {
  transform: scale(1.05);
}
/******************************************************************
*******************************************************************

	ORIGO: STYLESHEET - IMAGE MODULE STYLES

	AUTHOR: Colluco 

*******************************************************************
******************************************************************/
.element--gallery {
  --gallery-gap: 10px;
  --gallery-row-height: 20vw;
  --gallery-col-width: 15vw;
}
@media (min-width: 576px) {
  .element--gallery {
    --gallery-row-height: 120px;
    --gallery-col-width: 90px;
  }
}
@media (min-width: 768px) {
  .element--gallery {
    --gallery-row-height: 180px;
    --gallery-col-width: 120px;
  }
}
@media (min-width: 992px) {
  .element--gallery {
    --gallery-row-height: 220px;
    --gallery-col-width: 160px;
  }
}
@media (min-width: 1200px) {
  .element--gallery {
    --gallery-row-height: 250px;
    --gallery-col-width: 200px;
  }
}
.element--gallery--masonry > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--gallery-col-width), 1fr));
  grid-template-rows: repeat(auto-fit, minmax(var(--gallery-row-height), 1fr));
  grid-auto-rows: var(--gallery-row-height);
  grid-auto-flow: row dense;
  grid-gap: var(--gallery-gap);
  box-sizing: border-box;
}
.element--gallery--masonry .element--gallery__block {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.element--gallery--masonry .element--gallery__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all var(--ani-transition);
}
.element--gallery--masonry .element--gallery__block video {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  width: auto;
  height: 100%;
}
.element--gallery--masonry .element--gallery__block:hover img {
  transform: scale(1.1);
  cursor: pointer;
}
.element--gallery--masonry .element--gallery__block--1x1 {
  grid-column: span 1;
  grid-row: span 1;
  max-height: calc(var(--gallery-row-height) * 1);
}
.element--gallery--masonry .element--gallery__block--2x2 {
  grid-column: span 2;
  grid-row: span 2;
  max-height: calc(var(--gallery-row-height) * 2 + 10px);
}
.element--gallery--masonry .element--gallery__block--3x3 {
  grid-column: span 3;
  grid-row: span 3;
  max-height: calc(var(--gallery-row-height) * 3 + 20px);
}
.element--gallery--masonry .element--gallery__block--1x2 {
  grid-column: span 1;
  grid-row: span 2;
  max-height: calc(var(--gallery-row-height) * 2 + 10px);
}
.element--gallery--masonry .element--gallery__block--1x3 {
  grid-column: span 1;
  grid-row: span 3;
  max-height: calc(var(--gallery-row-height) * 3 + 20px);
}
.element--gallery--masonry .element--gallery__block--2x1 {
  grid-column: span 2;
  grid-row: span 1;
  max-height: calc(var(--gallery-row-height) * 1);
}
.element--gallery--masonry .element--gallery__block--2x3 {
  grid-column: span 2;
  grid-row: span 3;
  max-height: calc(var(--gallery-row-height) * 3 + 20px);
}
.element--gallery--masonry .element--gallery__block--3x1 {
  grid-column: span 3;
  grid-row: span 1;
  max-height: calc(var(--gallery-row-height) * 1);
}
.element--gallery--masonry .element--gallery__block--3x2 {
  grid-column: span 3;
  grid-row: span 2;
  max-height: calc(var(--gallery-row-height) * 2 + 10px);
}
.element--gallery--blocks {
  display: grid;
  place-items: center;
}
.element--gallery--blocks > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.element--gallery--blocks .element--gallery__block {
  flex: 1;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.2s ease-in-out;
  position: relative;
}
.element--gallery--blocks .element--gallery__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.35s ease;
}
.element--gallery--blocks .element--gallery__block video {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  width: auto;
  height: 100%;
}
.element--gallery--blocks .element--gallery__block:hover {
  flex: 2.25;
}
@media (min-width: 768px) {
  .element--gallery--blocks > div {
    flex-direction: row;
  }
  .element--gallery--blocks:has(.element--gallery__block:hover) .element--gallery__block:not(:hover) img {
    filter: grayscale(100%);
    opacity: 0.5;
  }
}
.element--image-comparison {
  --img-height: 600px;
  width: calc(100% - 30px);
  height: var(--img-height);
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
  border-radius: var(--origo-border-radius);
  box-shadow: var(--origo-box-shadow);
}
.element--image-comparison__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.element--image-comparison__img--after {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}
.element--image-comparison__slider {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--hex-primary);
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
  border: 5px solid var(--hex-white);
}
.element--image-comparison__slider:hover {
  opacity: 1;
}
.element--image-comparison__slider.scrolling {
  pointer-events: none;
  opacity: 1;
}
.element--image-comparison__slider__thumb {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.element--image-comparison__slider:before, .element--image-comparison__slider:after {
  content: " ";
  display: block;
  width: 5px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -2.5px;
  z-index: 30;
  transition: 0.1s;
  background: var(--hex-white);
}
.element--image-comparison__slider:before {
  top: 100%;
}
.element--image-comparison__slider:after {
  bottom: 100%;
}
/******************************************************************
*******************************************************************

	ORIGO: STYLESHEET - MAP STYLES

	AUTHOR: Colluco 

*******************************************************************
******************************************************************/
.element--map {
  height: 100%;
  min-height: 300px;
  width: 100%;
}
.element--map__gmap {
  height: 100%;
  min-height: 300px;
  width: 100%;
}
/******************************************************************
*******************************************************************

    ORIGO: STYLESHEET - CARD STYLES

    AUTHOR: Colluco 

*******************************************************************
******************************************************************/
.posts__post {
  margin-top: 15px;
  margin-bottom: 15px;
}
.posts-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .posts-grid--4-cols {
    grid-template-columns: repeat(4, 1fr);
  }
}
.posts-grid__item {
  margin-top: 0;
  margin-bottom: 0;
}
.element--post {
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.element--post__img {
  display: block;
  margin-bottom: 25px;
}
.element--post__img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.element--post__content {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.element--post__content__title {
  margin-bottom: 10px;
  font-weight: 700;
}
.element--post__content__title a {
  color: inherit;
  text-decoration: none;
}
.element--post__content__txt {
  margin-bottom: 25px;
}
.element--post__content__txt p {
  margin-bottom: 0;
}
.element--post__btn {
  margin-top: auto;
}
.element--post__btn .btn--black {
  background-color: #1a1a1a;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.element--post__btn .btn--black:hover {
  background-color: #333;
}
.element--post.card-design {
  background-color: var(--hex-white);
  border-radius: var(--origo-border-radius-lg);
  overflow: hidden;
  padding-bottom: 25px;
}
.element--post.card-design .element--post__img {
  margin-bottom: 20px;
}
.element--post.card-design .element--post__img img {
  border-radius: var(--origo-border-radius-lg) var(--origo-border-radius-lg) 0 0;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.element--post.card-design .element--post__content {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.element--post.card-design .element--post__content__title {
  font-family: var(--font-family-beta);
  font-size: var(--font-size-h5);
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 600;
}
.element--post.card-design .element--post__content__title a {
  color: var(--hex-black);
  text-decoration: none;
}
.element--post.card-design .element--post__content__title a:hover {
  color: var(--hex-primary);
}
.element--post.card-design .element--post__content__txt {
  font-size: var(--font-size-beta-xs);
  margin-bottom: 20px;
  color: var(--hex-grey-dark);
  line-height: var(--font-lineheight-beta);
}
.element--post.card-design .element--post__content__txt p {
  margin-bottom: 0;
  font-size: var(--font-size-beta-xs);
}
.element--post.card-design .element--post__date-pill {
  display: inline-block;
  background-color: var(--hex-zandri-dust);
  color: var(--hex-white);
  padding: 4px 12px;
  border-radius: var(--origo-border-radius-full);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  align-self: flex-start;
  letter-spacing: 0.5px;
}
.element--post.card-design .element--post__link {
  margin-top: auto;
}
.element--post.card-design .element--post__link a {
  color: #730B12;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.element--post.card-design .element--post__link a:hover {
  color: var(--hex-black);
}
.featured-post__label {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.featured-post__title {
  display: block;
  margin-bottom: 0px;
  font-weight: 700;
}
.featured-post__excerpt {
  margin-bottom: 30px;
}
.featured-post__excerpt p {
  margin-bottom: 0;
}
.featured-post__image img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
}
/******************************************************************
*******************************************************************

    ORIGO: STYLESHEET - TEAM STYLES

    AUTHOR: Colluco 

*******************************************************************
******************************************************************/
.element--team {
  --card-img-height: 380px;
}
@media (min-width: 768px) {
  .element--team {
    --card-img-height: 420px;
  }
}
@media (min-width: 992px) {
  .element--team {
    --card-img-height: 440px;
  }
}
@media (min-width: 1200px) {
  .element--team {
    --card-img-height: 460px;
  }
}
.element--team {
  background-color: var(--hex-white);
  box-shadow: var(--origo-box-shadow-light);
  border-radius: var(--origo-border-radius);
  overflow: hidden;
}
.element--team__img {
  min-height: var(--card-img-height);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.element--team__img > div {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
}
.element--team__content {
  padding: 30px;
}
.element--team__content__name {
  text-align: center;
}
.element--team__content__pos {
  text-align: center;
}
.element--team__content__pos p {
  font-size: var(--font-size-beta-sm);
  text-transform: uppercase;
  color: var(--hex-tertiary);
  font-weight: bold;
}
.element--team:hover .element--team__img > div {
  transform: scale(1.1);
}
.team-member__image {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .team-member__image {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .team-member__image--left {
    justify-content: flex-end;
    padding-right: 1em;
  }
}
@media (min-width: 768px) {
  .team-member__image--right {
    justify-content: flex-start;
    padding-left: 1em;
  }
}
.team-member__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  max-width: 300px;
}
.team-member__content h3 {
  margin-bottom: 25px;
  color: var(--hex-primary);
}
.team-member__description {
  -moz-columns: 1;
       columns: 1;
  -moz-column-gap: var(--origo-column-gap);
       column-gap: var(--origo-column-gap);
}
@media (min-width: 992px) {
  .team-member__description {
    -moz-columns: 2;
         columns: 2;
  }
}
.team-member__description p {
  margin-bottom: 20px;
}
.team-member__description p:last-child {
  margin-bottom: 0;
}
.team-member__divider {
  border: 0;
  background-color: var(--hex-tertiary);
  margin: 30px 0 20px;
}
.team-member__link .link.arrow {
  font-weight: 700;
  text-decoration: none;
  color: var(--hex-primary);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.team-member__link .link.arrow:before {
  content: "\f061";
  font-family: var(--fa-family-classic);
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--hex-tertiary);
}
/******************************************************************
*******************************************************************

    ORIGO: STYLESHEET - TESTIMONIAL STYLES

    AUTHOR: Colluco 

*******************************************************************
******************************************************************/
.element--testimonial {
  background-color: var(--hex-white);
  box-shadow: var(--origo-box-shadow-light);
  border-radius: var(--origo-border-radius);
  padding: 15px;
}
@media (min-width: 768px) {
  .element--testimonial {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .element--testimonial {
    padding: 45px;
  }
}
.element--testimonial__stars {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .element--testimonial__stars {
    margin-bottom: 30px;
  }
}
.element--testimonial__review {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .element--testimonial__review {
    margin-bottom: 30px;
  }
}
.element--testimonial__author h6 {
  margin-bottom: 0px;
}
.element--testimonial__author p {
  font-size: var(--font-size-beta-sm);
  text-transform: uppercase;
  color: var(--hex-tertiary);
  font-weight: bold;
}
.tooltip {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--ani-transition), visibility var(--ani-transition);
  background-color: white;
  border: var(--origo-border-style) var(--hex-grey-mid);
  border-radius: 5px;
  padding: 15px;
  z-index: 1000;
  top: 200%;
  left: calc(50% - 5px);
  transform: translateX(-50%);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  min-width: 200px;
}
.tooltip.active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.tooltip__item {
  margin-bottom: 10px;
}
.tooltip__item a {
  font-size: var(--font-size-beta-sm) !important;
  color: var(--font-hex-beta);
}
.tooltip__item a:hover {
  color: var(--hex-secondary);
}
.tooltip__item:last-child {
  margin-bottom: 0px;
}
.tooltip:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.tooltip:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.tooltip.top:before {
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 11px 14px 11px;
  border-color: transparent transparent var(--hex-grey-mid) transparent;
}
.tooltip.top:after {
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent var(--hex-white) transparent;
}
.tooltip.bottom:before {
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 14px 11px 0 11px;
  border-color: var(--hex-grey-mid) transparent transparent transparent;
}
.tooltip.bottom:after {
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px 10px 0 10px;
  border-color: var(--hex-white) transparent transparent transparent;
}
.tooltip.left:before {
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 11px 14px 11px 0;
  border-color: transparent var(--hex-grey-mid) transparent transparent;
}
.tooltip.left:after {
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 10px 12px 10px 0;
  border-color: transparent var(--hex-white) transparent transparent;
}
.tooltip.right:before {
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 11px 0 11px 14px;
  border-color: transparent transparent transparent var(--hex-grey-mid);
}
.tooltip.right:after {
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent var(--hex-white);
}
/******************************************************************
*******************************************************************

    ORIGO: STYLESHEET - SERVICES GRID

    AUTHOR: Colluco 

*******************************************************************
******************************************************************/
.services-grid {
  width: 100%;
}
.services-grid__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  width: 100%;
}
@media (min-width: 576px) {
  .services-grid__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .services-grid__row {
    grid-template-columns: repeat(var(--grid-cols, 4), 1fr);
  }
}
.services-grid__item {
  height: 100%;
}
@media (min-width: 992px) {
  .services-grid__item--span-1 {
    grid-column: span 1;
  }
  .services-grid__item--span-2 {
    grid-column: span 2;
  }
  .services-grid__item--span-3 {
    grid-column: span 3;
  }
  .services-grid--offset-first .services-grid__item:first-child {
    margin-top: -100px;
  }
}
.service-card {
  position: relative;
  height: 100%;
  min-height: 380px;
  padding: 1.75em;
  border-radius: var(--origo-border-radius-lg, 30px);
  background-color: var(--bg-color, var(--hex-white, #ffffff));
  color: var(--text-color, var(--hex-primary, #000000));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
  text-decoration: none !important;
  container-type: inline-size;
}
.service-card:hover {
  transform: translateY(-5px);
  color: var(--text-color, var(--hex-primary, #000000));
}
.service-card--has-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-card--has-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.service-card--has-image .service-card__content {
  justify-content: flex-end;
}
.service-card--has-image .service-card__title, .service-card--has-image .service-card__text {
  color: #ffffff;
}
.service-card--title .service-card__title {
  font-family: var(--font-family-beta);
  font-weight: bold;
  font-size: clamp(28px, 10cqw, 38px);
}
.service-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-card__title {
  margin-bottom: 20px;
  color: inherit;
}
.service-card__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: inherit;
  flex-grow: 1;
}
.service-card__text p {
  color: inherit;
  margin-bottom: 0;
}
.service-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--text-color, #ffffff);
  color: var(--bg-color, #000000);
  transition: all 0.3s ease;
  margin-top: auto;
  flex-shrink: 0;
}
.service-card__link:hover {
  background-color: var(--hex-secondary, #0056b3);
  color: #ffffff;
}
.service-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card__icon svg {
  width: 24px;
  height: 24px;
}
.service-image-card {
  position: relative;
  height: 100%;
  min-height: 380px;
  border-radius: var(--origo-border-radius-lg, 30px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.service-image-card:hover {
  transform: translateY(-5px);
}
/******************************************************************
	IMPORT BREAKPOINT STYLES
******************************************************************/
/******************************************************************
*******************************************************************

    ORIGO: STYLESHEET - BASE

    AUTHOR: Colluco 

*******************************************************************
******************************************************************/
.content-2col .module__after__wysiwyg {
  display: flex;
  padding-top: 1.5em;
  border-top: 1px solid var(--hex-tertiary);
  gap: 20px;
  align-items: flex-start;
}
.content-2col .module__after__wysiwyg:before {
  content: "\f061";
  font-family: var(--fa-family-classic);
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--hex-tertiary);
}
/******************************************************************
    BASE STYLES
******************************************************************/
.hex-tertiary {
  color: var(--hex-tertiary);
}
html {
  overflow-y: initial;
  scroll-behavior: smooth;
}
html, body {
  font-size: 18px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F4F4F0;
}
body.mobile-nav-active, body.modal-open {
  overflow: hidden;
}
img {
  max-width: 100%;
}
a {
  outline: none;
}
body.search-results {
  background-color: var(--hex-eggshell);
}
.search-results.content {
  padding: 60px 0;
}
body.single-post .content {
  background-color: var(--hex-eggshell);
}
body.single-post .content h1 {
  font-family: var(--font-family-beta);
  text-transform: none;
  font-weight: 500;
  font-size: var(--font-size-h3);
}
/******************************************************************
    FOOTER STYLES
******************************************************************/
.footer {
  text-align: center;
  font-family: var(--font-family-beta);
}
.footer a {
  text-decoration: none;
  transition: var(--ani-transition);
}
.footer a:hover {
  color: var(--hex-black);
  opacity: 0.7;
}
.footer__top {
  padding-top: 40px;
  padding-bottom: 10px;
}
.footer__logo img {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}
.footer__menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menu__list li {
  margin-bottom: 5px;
}
.footer__menu__list li a {
  font-size: 18px;
  font-weight: 300;
}
.footer__find-us {
  margin-bottom: 40px;
}
.footer__find-us__title {
  color: var(--hex-black);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.footer__address, .footer__email {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 1.2;
}
.footer__credit {
  font-size: 0.9rem;
  margin-top: 20px;
}
.footer__credit p {
  margin-bottom: 3px;
  font-size: 0.9rem;
  line-height: 1.4;
}
.footer__divider {
  height: 1px;
  background-color: var(--hex-white);
  margin-bottom: 30px;
  width: 100%;
  opacity: 0.5;
}
.footer__socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__socials {
    margin-bottom: 0;
  }
}
.footer__socials a {
  font-size: 24px;
}
.footer__policy__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.footer__policy__menu li {
  position: relative;
  display: flex;
  align-items: center;
}
.footer__policy__menu li:not(:last-child):after {
  content: "|";
  margin-left: 20px;
  font-size: 14px;
  opacity: 0.5;
}
.footer__policy__menu li a {
  font-size: 0.9rem;
  color: var(--hex-black);
}
.footer__bottom {
  padding-bottom: 40px;
}
/******************************************************************
    PAGE STYLES
******************************************************************/
body.wp-singular .content-area {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content {
  margin-top: 0;
}
.content--padded {
  padding-top: 60px;
  padding-bottom: 60px;
}
.module {
  clear: both;
  padding: 50px 0;
}
.module:not(.cpt-services):not(.cpt-testimonials) {
  overflow: hidden;
}
.alignleft, img.alignleft {
  margin-right: 25px;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 25px;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
/******************************************************************
    BLOG STYLES
******************************************************************/
.news, .arch {
  padding: 50px 0;
}
.news__posts .post {
  margin-bottom: 45px;
}
.news__posts .post * {
  transition: 0.25s linear all;
}
.news__posts .post span {
  display: block;
}
.news__posts .post > div {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.news__posts .post__img {
  background-size: cover;
  background-position: center;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.news__posts .post__content {
  padding: 15px 0 50px;
}
.news__posts .post__content__meta {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.news__posts .post__content__meta h6 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0px !important;
  font-size: 14px;
}
.news__posts .post__content__meta h6 .date {
  display: flex;
}
.news__posts .post__content__meta h6 .date span {
  margin-right: 5px;
}
.news__posts .post__content__meta h6 .divider {
  font-size: 28px;
  font-weight: 900;
  color: var(--hex-secondary);
}
.news__posts .post__content__title {
  padding-bottom: 10px;
}
.news__posts .post__content__title h6 {
  font-weight: 700;
}
.news__posts .post__content__excerpt p {
  font-size: 15px;
}
.news__posts .post__content__bttn {
  position: absolute;
  bottom: 0;
}
/******************************************************************
    POST STYLES
******************************************************************/
.single__img {
  width: 100%;
  margin-bottom: 30px;
}
.single__title {
  margin-bottom: 30px;
}
.single__title h1 {
  color: var(--hex-primary);
}
.single__content img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.single__related {
  padding: 50px 0;
}
.single__related__title {
  margin-bottom: 50px;
}
.single__related__title h3 {
  color: var(--hex-primary);
}
.mobile-call {
  position: fixed;
  z-index: 999999;
  bottom: 10px;
  right: 10px;
}
.mobile-call i {
  margin-right: 5px;
}
.mobile-call a {
  display: block;
  background: var(--hex-secondary);
  padding: 7.5px 20px;
  border-radius: 30px;
  color: var(--hex-white);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}
h1.bnr-title {
  width: 100%;
  display: block;
  background: rgba(26, 57, 99, 0.75);
  padding: 0 15px 10px;
}
hr {
  width: 100%;
  max-width: 100%;
  margin: 1rem 0;
  border: none !important;
  height: 1px;
  color: #d9d9d9;
  background-color: #000;
}
hr + h2 {
  margin-top: -1.5rem;
}
.wpforms-container .wpfcs-spinner {
  top: 50% !important;
}
.wpfcs-spinner:after {
  content: "Getting quotes... please wait";
  position: absolute;
  bottom: -80px;
  left: 0;
  transform: translateX(-50%);
  width: 250px;
  font-weight: 800;
  font-size: 18px;
  color: var(--hex-primary);
}
h1:has(span[style*=line-height]) {
  line-height: 0 !important;
}
body.woocommerce-checkout {
  background-color: var(--hex-eggshell);
}
@media only screen and (min-width: 576px) {
  /******************************************************************
  *******************************************************************

      ORIGO: STYLESHEET - 481px+

      AUTHOR: Colluco

  *******************************************************************
  ******************************************************************/
  /******************************************************************
  	BASE STYLES
  ******************************************************************/
  /******************************************************************
      FOOTER STYLES
  ******************************************************************/
  /******************************************************************
  	BLOG STYLES
  ******************************************************************/
  .news__posts .post__img {
    min-height: 180px;
  }
}
@media only screen and (min-width: 768px) {
  /******************************************************************
  *******************************************************************

      ORIGO: STYLESHEET - 768px+

      AUTHOR: Colluco

  *******************************************************************
  ******************************************************************/
  /******************************************************************
      FOOTER STYLES
  ******************************************************************/
  .footer {
    text-align: left;
  }
  .footer__socials {
    justify-content: flex-start;
  }
  .footer__find-us {
    text-align: right;
  }
  .footer__logo img {
    margin-left: 0;
  }
  .footer__policy__menu {
    justify-content: flex-start;
  }
  .inline-title {
    display: flex;
    align-items: flex-end;
  }
  .inline-title h2 {
    flex: 0 0 auto;
    margin-right: 30px;
    line-height: 1;
    margin-bottom: 0;
  }
  .inline-title p {
    line-height: 1.25;
    margin-bottom: 5px;
  }
  /******************************************************************
      PAGE STYLES
  ******************************************************************/
  .module {
    padding: 100px 0;
  }
  .content {
    margin-top: 0;
  }
  /******************************************************************
      BLOG STYLES
  ******************************************************************/
  .news, .arch {
    padding: 100px 0;
  }
  /******************************************************************
      POST STYLES
  ******************************************************************/
  .single__related {
    padding: 100px 0;
  }
  h1.bnr-title {
    min-width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  /******************************************************************
  *******************************************************************

      ORIGO: STYLESHEET - 992px+

      AUTHOR: Colluco

  *******************************************************************
  ******************************************************************/
  h1.bnr-title {
    min-width: 600px;
  }
}
@media only screen and (min-width: 1200px) {
  /******************************************************************
  *******************************************************************

  	ORIGO: STYLESHEET - 1240px+

  	AUTHOR: Colluco

  *******************************************************************
  ******************************************************************/
  h1.bnr-title {
    min-width: 700px;
  }
  /******************************************************************
  	FOOTER STYLES
  ******************************************************************/
  body.container--small .footer-3 .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1300px) {
  /******************************************************************
  *******************************************************************

  	ORIGO: STYLESHEET - 1300px+

  	AUTHOR: Colluco

  *******************************************************************
  ******************************************************************/
  /******************************************************************
      FOOTER STYLES
  ******************************************************************/
}

/*# sourceMappingURL=style-frontend.css.map*/