@charset "utf-8";
/* 
	global.less
	
*/
/*------ imports ------*/
/*
	core.less

*/
/*------ responsive ------*/
/*------ imports ------*/
/* 
	mixins.less

*/
/*------ utilities ------*/
/*------ typography ------*/
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extrabold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.strikethrough {
  text-decoration: line-through;
}
.underline {
  text-decoration: underline;
}
/*------ forms ------*/
/*------ display ------*/
.full {
  width: 100%;
}
.half {
  width: 50%;
}
.auto {
  width: auto;
}
.auto-width {
  width: auto !important;
}
.auto-height {
  height: auto !important;
}
.sr-only {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  background: none;
  overflow: hidden;
}
.f_right {
  float: right;
  display: block;
}
.f_left {
  float: left;
  display: block;
}
.clear {
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.hidden {
  display: none !important;
}
@media all and (max-width: 480px) {
  .show-tablet-p {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .show-tablet-l {
    display: none !important;
  }
}
@media all and (max-width: 1024px) {
  .show-notebook {
    display: none !important;
  }
}
@media all and (max-width: 1366px) {
  .show-desktop {
    display: none !important;
  }
}
@media all and (max-width: 1920px) {
  .show-widescreen {
    display: none !important;
  }
}
@media all and (min-width: 481px) {
  .hide-tablet-p {
    display: none !important;
  }
}
@media all and (min-width: 769px) {
  .hide-tablet-l {
    display: none !important;
  }
}
@media all and (min-width: 1025px) {
  .hide-notebook {
    display: none !important;
  }
}
@media all and (min-width: 1367px) {
  .hide-desktop {
    display: none !important;
  }
}
@media all and (min-width: 1921px) {
  .hide-widescreen {
    display: none !important;
  }
}
.noborder {
  border: 0 !important;
}
.nobg {
  background: none !important;
}
.nomargin {
  margin: 0 !important;
}
.nomargin-v,
.nomargin-t {
  margin-top: 0 !important;
}
.nomargin-h,
.nomargin-r {
  margin-right: 0 !important;
}
.nomargin-v,
.nomargin-b {
  margin-bottom: 0 !important;
}
.nomargin-h,
.nomargin-l {
  margin-left: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.nopadding-v,
.nopadding-t {
  padding-top: 0 !important;
}
.nopadding-h,
.nopadding-r {
  padding-right: 0 !important;
}
.nopadding-v,
.nopadding-b {
  padding-bottom: 0 !important;
}
.nopadding-h,
.nopadding-l {
  padding-left: 0 !important;
}
/*------ gradients ------*/
/*------ flexbox ------*/
/*------ columns ------*/
/* For elements within a .multi-column element. Prevents elements from breaking into multiple columns */
/*------ filters ------*/
/*------ transformations ------*/
/*------ animations ------*/
/*------ reset ------*/
* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
  text-align: left;
}
main,
article,
aside,
details,
figcaption,
figure,
picture,
footer,
header,
hgroup,
menu,
nav,
section,
label {
  display: block;
}
input,
select,
textarea,
button {
  color: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input,
select,
textarea,
button,
th,
td {
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  letter-spacing: inherit;
}
th,
td {
  text-align: inherit;
  line-height: inherit;
}
button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s;
}
select {
  background: none;
  text-overflow: ellipsis;
}
fieldset {
  padding: 0;
  border: 0;
}
/*------ typography ------*/
body,
input,
select,
textarea,
button,
th,
td {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p,
ul,
ol {
  padding: 0 0 20px;
  margin: 0;
}
ul,
ol {
  margin: 0 0 0 40px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding-bottom: 0;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
}
h1 {
  margin: 0;
}
h2 {
  margin: 0 0 30px;
}
h3 {
  margin: 0 0 25px;
}
h4 {
  margin: 0 0 20px;
}
h5 {
  margin: 0 0 15px;
}
h6 {
  margin: 0 0 10px;
}
p + h2,
ul + h2,
ol + h2,
table + h2,
blockquote + h2 {
  margin-top: 20px;
}
p + h3,
ul + h3,
ol + h3,
table + h3,
blockquote + h3 {
  margin-top: 15px;
}
p + h4,
ul + h4,
ol + h4,
table + h4,
blockquote + h4 {
  margin-top: 10px;
}
p + h5,
ul + h5,
ol + h5,
table + h5,
blockquote + h5 {
  margin-top: 5px;
}
small {
  display: inline-block;
}
blockquote p {
  padding: 0;
}
/*------ interface ------*/
img,
a.embed-media {
  display: inline-block;
  border: 0;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
img:where([width][height]) {
  height: auto;
}
iframe {
  max-width: 100%;
}
hr {
  height: 0;
  margin: 0 0 20px 0;
  padding: 0;
  border: 1px solid;
  border-width: 1px 0 0;
}
table {
  border-collapse: collapse;
  border-style: solid;
  margin: 10px 0 30px;
}
table tbody,
table thead,
table tr,
table th,
table td {
  text-align: inherit;
  border-color: inherit;
  border-style: inherit;
  border-collapse: inherit;
  border-width: inherit;
}
table:where(:not([border])) {
  border-width: 1px;
}
table.responsive .table-header {
  display: none;
  margin: 0;
}
table.column {
  width: calc(100% + 20px) !important;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}
table.column,
table.column td,
table.column th {
  background-color: transparent !important;
  height: auto !important;
}
table.column:not(.mce-item-table) td,
table.column:not(.mce-item-table) th,
table.column {
  border: none !important;
}
table.column td {
  padding: 0;
  vertical-align: top;
}
@media all and (min-width: 769px) {
  table.column:not(.mce-item-table) {
    margin: 0 -10px;
  }
  table.column td {
    padding: 0 10px;
  }
}
@media all and (max-width: 768px) {
  table.column ul:only-child,
  table.column ol:only-child {
    padding-bottom: 0px;
  }
  table.column td:last-child ul:only-child,
  table.column td:last-child ol:only-child {
    padding-bottom: 20px;
  }
  table {
    width: 100% !important;
    border: 1px solid;
  }
  table.responsive tr.header-row,
  table.responsive th {
    display: none;
  }
  table.responsive tr:not(:last-child) td:last-child,
  table.responsive tr:not(:last-child) th:last-child {
    border-bottom-width: 0px;
  }
  table.responsive td {
    display: block;
    width: auto !important;
    text-align: left;
  }
  table.responsive .table-header {
    display: inline-block;
  }
}
/*---- embed media ----*/
a.embed-media {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
a.embed-media img {
  display: block;
}
a.embed-media .play {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  line-height: 1;
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
a.embed-media .play::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f04b";
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
a.embed-media:hover .play {
  background-color: rgba(0, 0, 0, 0.5);
}
iframe.embed-media {
  display: inline-block;
  background-color: #0f0f0f;
}
/*---- dialog ----*/
.ui-dialog {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  top: 0;
  left: 0;
}
/*---- light gallery ----*/
.lg-outer img {
  -o-object-fit: cover;
     object-fit: cover;
}
/*---- page structure ----*/
#page-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
#seo-wrapper {
  position: relative;
  z-index: 1;
}
#sitemap .menu-header {
  display: none;
}
.panel-text:after {
  content: "";
  display: table;
  clear: both;
}
.panel-text > :where(:last-child) {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* 
	definitions.less
	
*/
:root {
  --text-wrap: 773px;
  --container-width: 930px;
  --container-margin: max(0px, (100% - var(--container-width) - var(--container-padding)*2) / 2);
  --container-width-lg: 1243px;
  --container-margin-lg: max(0px, (100% - var(--container-width-lg) - var(--container-padding)*2) / 2);
  --container-width-xl: 1582px;
  --container-margin-xl: max(0px, (100% - var(--container-width-xl) - var(--container-padding)*2) / 2);
  --container-padding: 20px;
  --container-padding: clamp(20px, 3.90625vw - 10px, 30px);
  --font-h1: 40px;
  --font-h1: clamp(40px, 3.50584vw + 13.07513px, 61px);
  --font-h2: 32px;
  --font-h2: clamp(32px, 2.83806vw + 10.20367px, 49px);
  --font-h3: 28px;
  --font-h3: clamp(28px, 1.83639vw + 13.89649px, 39px);
  --font-h4: 24px;
  --font-h4: clamp(24px, 1.16861vw + 15.02504px, 31px);
  --font-h5: 20px;
  --font-h5: clamp(20px, 0.83472vw + 13.58932px, 25px);
  --font-h6: 18px;
  --font-h6: clamp(18px, 0.33389vw + 15.43573px, 20px);
  --font-paragraph: 15px;
  --font-caption: 13px;
  --font-footnote: 11px;
  --line-height-thin: 1.2;
  --line-height-normal: 1.4;
  --line-height-thick: 1.7;
}
@media all and (min-width: 769px) {
  :root {
    --font-paragraph: 16px;
  }
}
/*------ typography ------*/
body {
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  color: #333;
  line-height: var(--line-height-thick);
  letter-spacing: -0.02em;
}
.font-footnote {
  font-size: var(--font-footnote);
}
.font-caption,
small,
.button.simple {
  font-size: var(--font-caption);
}
.font-paragraph,
body,
.button {
  font-size: var(--font-paragraph);
}
.font-h6,
h6,
blockquote {
  font-size: var(--font-h6);
}
.font-h5,
h5 {
  font-size: var(--font-h5);
}
.font-h4,
h4 {
  font-size: var(--font-h4);
}
.font-h3,
h3 {
  font-size: var(--font-h3);
}
.font-h2,
h2 {
  font-size: var(--font-h2);
}
.font-h1,
h1 {
  font-size: var(--font-h1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  word-break: break-word;
}
h1,
h2,
h3,
h4 {
  font-family: 'Krona One', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
h1 {
  color: #fff;
  line-height: var(--line-height-thin);
}
h2 {
  color: #231F20;
  line-height: var(--line-height-thin);
}
h3 {
  color: #88212B;
  text-transform: none;
  line-height: var(--line-height-thin);
}
h4 {
  color: #231F20;
  text-transform: none;
  line-height: var(--line-height-normal);
}
h5 {
  color: #231F20;
  font-weight: 700;
  font-style: italic;
  line-height: var(--line-height-normal);
}
h6 {
  color: #88212B;
  font-style: italic;
  line-height: var(--line-height-normal);
}
small {
  color: #666;
}
/*------ interface ------*/
:target {
  scroll-margin-top: 100px;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
hr {
  border-color: #DDD;
}
a {
  color: #88212B;
  word-break: break-word;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #081322;
}
blockquote {
  position: relative;
  margin-top: 20px;
  margin-left: 10px;
  margin-left: clamp(0px, -3.90625vw + 40px, 10px);
  margin-bottom: 20px;
  line-height: var(--line-height-normal);
  z-index: 0;
  font-style: italic;
  max-width: 550px;
  letter-spacing: -0.02em;
  font-weight: 700;
}
blockquote small {
  font-weight: 400;
  font-style: normal;
}
blockquote::before {
  content: '"';
  position: absolute;
  top: -25px;
  left: -25px;
  display: block;
  padding-right: 10px;
  font-size: 150px;
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  line-height: 0.7;
  z-index: -1;
  color: #DF8E96;
  opacity: 0.25;
}
table th,
table td {
  color: #333;
  padding: 10px 20px;
}
table.responsive .table-header,
table th {
  color: #88212B;
  font-weight: 700;
}
.button {
  --text: #fff;
  --text-hover: #fff;
  --bg: #081322;
  --bg-hover: #BF1E2E;
  --border: var(--bg);
  --border-hover: var(--bg-hover);
  position: relative;
  display: inline-block;
  width: auto;
  color: var(--text);
  background-color: var(--bg);
  border: 1px solid var(--border);
  border-radius: 3px;
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: var(--line-height-thin);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  padding: 15px 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, opacity 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, opacity 0.3s ease 0s, color 0.3s ease 0s;
}
.button .fa,
.button .far,
.button .fab,
.button .fas,
.button span.mailto::before,
.button span.phone::before {
  line-height: 1;
  margin-right: 8px;
}
.button span.phone::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f3cd";
}
.button span.mailto::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0e0";
}
.button.simple {
  --bg: transparent;
  --text: #231F20;
  --border: #231F20;
  font-weight: 700;
  text-transform: none;
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  padding-block: 10px;
  padding-block: clamp(10px, 0vw + 10px, 10px);
  padding-inline: 15px;
  padding-inline: clamp(15px, 0.83472vw + 8.58932px, 20px);
}
.button.outline {
  --bg: transparent;
  --border: #081322;
}
.button.outline-light {
  --bg: transparent;
  --border: rgba(255, 255, 255, 0.5);
}
.button.outline-theme1 {
  --bg: transparent;
  --border: #BF1E2E;
}
.button.outline-theme2 {
  --bg: transparent;
  --text: #081322;
  --border: rgba(8, 19, 34, 0.5);
}
.button.hover-light {
  --bg-hover: #fff;
  --text-hover: #BF1E2E;
}
.button:hover {
  color: var(--text-hover);
  background-color: var(--bg-hover);
  border-color: var(--border-hover);
}
.button:disabled {
  background-color: #F7F8F9;
  border-color: #F7F8F9;
  color: #DDD;
  cursor: default;
}
.gradient-text {
  color: #BF1E2E;
  background-clip: text;
  background-size: 200% auto;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#BF1E2E), color-stop(#231F20), to(#BF1E2E));
  background-image: linear-gradient(to right, #BF1E2E, #231F20, #BF1E2E);
  padding-bottom: 0.15ch;
}
.panel-text {
  word-break: break-word;
  max-width: var(--text-wrap, 100%);
}
:where(.panel-text) .button {
  margin: 10px 10px 0 0;
}
:where(.panel-text [style*="text-align: center;"], .panel-text .center) .button {
  margin-inline: 5px;
}
:where(.panel-text [style*="text-align: right;"], .panel-text .right) .button {
  margin-right: 0;
  margin-left: 10px;
}
/*------ email template ------*/
body.email-template {
  background: #EEE;
  max-width: none;
}
body.email-template #email-wrapper {
  margin: 0 auto;
  border: 10px solid #EEE;
}
body.email-template #email-wrapper #email-header,
body.email-template #email-wrapper #email-content,
body.email-template #email-wrapper #email-footer {
  border: 0;
}
body.email-template #email-wrapper #email-header {
  padding: 30px 0;
  background: none;
}
body.email-template #email-wrapper #email-header img {
  display: block;
}
body.email-template #email-wrapper #email-content {
  padding: 0 0 30px;
  background: none;
}
body.email-template #email-wrapper #email-content #email-content-inner {
  padding: 30px 30px 10px;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
}
body.email-template #email-wrapper #email-content #email-content-inner h2,
body.email-template #email-wrapper #email-content #email-content-inner h3 {
  font-weight: 700;
  font-size: 24px;
}
body.email-template #email-wrapper #email-footer {
  padding: 20px 0;
  background: none;
  border-top: 1px solid #DDD;
  text-align: center;
}
