/* External Library Includes */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Modules */
/*
  UTILITIES
*/
body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.7;
  font-family: 'Poppins', Arial, sans-serif;
  color: #050608;
  background-color: #f2f7f8;
}
hr {
  clear: both;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-style: none;
  border-width: 0;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #5f6266;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}
header {
  top: -1px;
}
.center {
  margin-right: auto;
  margin-left: auto;
}
.fade {
  transition: opacity 0.15s linear;
}
.show + .layer {
  display: block;
  opacity: 0.4;
}
@media screen and (min-width: 64em) {
  html {
    scroll-padding-top: 10rem;
  }
}
/*
	BOX SIZING  
*/
html,
body,
div,
article,
aside,
section,
main,
nav,
footer,
header,
form,
fieldset,
legend,
pre,
code,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
figcaption,
figure,
textarea,
table,
td,
th,
tr,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
.border-box {
  box-sizing: border-box;
}
/*
ASPECT RATIOS
*/
.aspect-ratio {
  height: 0;
  position: relative;
}
.aspect-ratio:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.aspect-ratio--16x9 {
  padding-bottom: 56.25%;
}
/*
.aspect-ratio--9x16   { padding-bottom: 177.77%; } 
.aspect-ratio--4x3    { padding-bottom: 75%; } 
.aspect-ratio--3x4    { padding-bottom: 133.33%; } 
.aspect-ratio--6x4    { padding-bottom: 66.6%; } 
.aspect-ratio--4x6    { padding-bottom: 150%; } 
.aspect-ratio--8x5    { padding-bottom: 62.5%; } 
.aspect-ratio--5x8    { padding-bottom: 160%; } 
.aspect-ratio--7x5    { padding-bottom: 71.42%; } 
.aspect-ratio--5x7    { padding-bottom: 140%; } 
.aspect-ratio--1x1    { padding-bottom: 100%; } 
*/
.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (min-width: 36em) {
  .aspect-ratio-s {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-s {
    padding-bottom: 56.25%;
  }
  /*
	.aspect-ratio--9x16-s   { padding-bottom: 177.77%; } 
	.aspect-ratio--4x3-s    { padding-bottom: 75%; } 
	.aspect-ratio--3x4-s    { padding-bottom: 133.33%; } 
	.aspect-ratio--6x4-s    { padding-bottom: 66.6%; } 
	.aspect-ratio--4x6-s    { padding-bottom: 150%; } 
	.aspect-ratio--8x5-s    { padding-bottom: 62.5%; } 
	.aspect-ratio--5x8-s    { padding-bottom: 160%; } 
	.aspect-ratio--7x5-s    { padding-bottom: 71.42%; } 
	.aspect-ratio--5x7-s    { padding-bottom: 140%; } 
	.aspect-ratio--1x1-s    { padding-bottom: 100%; } 
	*/
  .aspect-ratio--object-s {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}
@media screen and (min-width: 50em) {
  .aspect-ratio-m {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-m {
    padding-bottom: 56.25%;
  }
  /*
	.aspect-ratio--9x16-m   { padding-bottom: 177.77%; } 
	.aspect-ratio--4x3-m    { padding-bottom: 75%; } 
	.aspect-ratio--3x4-m    { padding-bottom: 133.33%; } 
	.aspect-ratio--6x4-m    { padding-bottom: 66.6%; } 
	.aspect-ratio--4x6-m    { padding-bottom: 150%; } 
	.aspect-ratio--8x5-m    { padding-bottom: 62.5%; } 
	.aspect-ratio--5x8-m    { padding-bottom: 160%; } 
	.aspect-ratio--7x5-m    { padding-bottom: 71.42%; } 
	.aspect-ratio--5x7-m    { padding-bottom: 140%; } 
	.aspect-ratio--1x1-m    { padding-bottom: 100%; } 
	*/
  .aspect-ratio--object-m {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}
@media screen and (min-width: 64em) {
  .aspect-ratio-l {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-l {
    padding-bottom: 56.25%;
  }
  /*
	.aspect-ratio--9x16-l   { padding-bottom: 177.77%; } 
	.aspect-ratio--4x3-l    { padding-bottom: 75%; } 
	.aspect-ratio--3x4-l    { padding-bottom: 133.33%; } 
	.aspect-ratio--6x4-l    { padding-bottom: 66.6%; } 
	.aspect-ratio--4x6-l    { padding-bottom: 150%; } 
	.aspect-ratio--8x5-l    { padding-bottom: 62.5%; } 
	.aspect-ratio--5x8-l    { padding-bottom: 160%; } 
	.aspect-ratio--7x5-l    { padding-bottom: 71.42%; } 
	.aspect-ratio--5x7-l    { padding-bottom: 140%; } 
	.aspect-ratio--1x1-l    { padding-bottom: 100%; } 
	*/
  .aspect-ratio--object-l {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}
/*
   IMAGES
*/
/* Responsive images! */
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.img-cover {
  object-fit: cover;
}
.img-contain {
  object-fit: contain;
}
.square {
  aspect-ratio: 1 / 1;
  max-height: 100%;
  width: 100%;
  place-content: center;
}
.alignleft {
  float: left;
  max-width: 30%;
  margin-right: 2rem;
}
.alignright {
  float: right;
  max-width: 50%;
  margin-left: 2rem;
}
.aligncenter,
.alignnone {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.aligncenter img,
.alignnone img {
  margin-right: auto;
  margin-left: auto;
}
.blog-single img,
figure img {
  width: initial;
  border-radius: 0.5rem;
}
figure {
  margin: 0;
}
figure img {
  margin-bottom: 2rem;
}
figure figcaption {
  margin: 0.5rem;
  margin-top: calc(-1 * 1rem);
  font-size: 0.8rem;
  color: #5f6266;
}
@media screen and (min-width: 64em) {
  section.img-offset {
    overflow: hidden;
  }
  .img-offset .img-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 920px;
    min-height: 450px;
  }
  .img-offset .flex-row-reverse-m .img-box {
    left: 0;
  }
  .hero-blog-single {
    height: 600px;
  }
}
/* Gallery */
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * 0.5rem);
  margin-right: calc(-1 * 0.5rem);
  list-style-type: none;
  padding: 0;
}
.gallery li {
  width: 50%;
  padding: 0.5rem;
}
@media screen and (min-width: 50em) {
  .gallery-columns-2 li {
    width: 50%;
  }
  .gallery-columns-3 li {
    width: calc(100% / 3);
  }
  .gallery-columns-4 li {
    width: 25%;
  }
}
/* BROWSER BG FOR IMAGES */
.bg-browser {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
  padding-top: 2rem;
  background-color: #f2f7f8;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e8e8;
  border-radius: 0.5rem;
  box-shadow: 0px 6px 16px 10px rgba(0, 0, 0, 0.2);
}
.bg-browser:before {
  content: "\2022 \2022 \2022";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2rem;
  line-height: 2rem;
  padding-left: 1rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #e5e8e8;
  background-color: #e5e8e8;
  font-size: 1.75rem;
  font-weight: 700;
  color: #5f6266;
}
.bg-browser img {
  border-radius: 0;
}
.bg-browser .frame {
  margin: 0;
}
.bg-root {
  background-image: url(../img/backgrounds/bg-root.svg);
  background-repeat: no-repeat;
  background-position-x: 110%;
  background-position-y: -5vw;
  background-size: clamp(20%, 40vw, 40%);
}
.bg-hero-listing {
  background-image: url(../img/backgrounds/bg-shape-orange.svg);
  background-repeat: no-repeat;
  background-position: 140% -400px;
  background-size: 54%;
}
.bg-image {
  position: absolute;
  overflow: hidden;
  top: 3rem;
  right: 0;
  width: 43%;
  height: 100%;
  background-image: url(../img/backgrounds/bg-body.svg);
  background-position: right 4rem;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -999999;
}
.bg-image-1 {
  background-image: url(../img/backgrounds/bg-cta-banner-black-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-quote {
  background-image: url(../img/backgrounds/bg-quote.svg);
  background-position: top right;
  background-repeat: no-repeat;
}
.bg-shape-orange {
  background-image: url(../img/backgrounds/bg-shape-orange.svg);
  background-repeat: no-repeat;
  background-position: 130% -225px;
  background-size: 50%;
}
.bg-shape-icon-percentage {
  background-image: url(../img/backgrounds/bg-shape-icon-percentage.svg);
  background-repeat: no-repeat;
  width: 9rem;
  height: 9rem;
}
.post-category .bg-shape-yellow {
  background-image: url(../img/backgrounds/bg-shape-yellow.svg);
  background-repeat: no-repeat;
  background-position: 65% 0;
  background-size: 52%;
}
/*
   BACKGROUND SIZE
*/
.cover {
  background-size: cover!important;
}
.contain {
  background-size: contain!important;
}
/*
@media @breakpoint-small {
	.cover-s    { background-size: cover!important; }
	.contain-s  { background-size: contain!important; }
}

@media @breakpoint-medium {
	.cover-m    { background-size: cover!important; }
	.contain-m  { background-size: contain!important; }
}

@media @breakpoint-large {
	.cover-l    { background-size: cover!important; }
	.contain-l  { background-size: contain!important; }
}
*/
/*
 BACKGROUND POSITION
*/
.bg-right {
  background-repeat: no-repeat;
  background-position: center right;
}
/*
.bg-center      { background-repeat: no-repeat; background-position: center center; } 
.bg-top         { background-repeat: no-repeat; background-position: top center; } 
.bg-top-left    { background-repeat: no-repeat; background-position: top left; } 
.bg-bottom      { background-repeat: no-repeat; background-position: bottom center; } 
.bg-bottom-left { background-repeat: no-repeat; background-position: bottom left; } 
.bg-left        { background-repeat: no-repeat; background-position: center left; } 

@media @breakpoint-small { 
	.bg-center-s { background-repeat: no-repeat; background-position: center center; }
	.bg-top-s    { background-repeat: no-repeat; background-position: top center; }
	.bg-right-s  { background-repeat: no-repeat; background-position: center right; }
	.bg-bottom-s { background-repeat: no-repeat; background-position: bottom center; }
	.bg-left-s   { background-repeat: no-repeat; background-position: center left; }
 }

@media @breakpoint-medium { 
	.bg-center-m  { background-repeat: no-repeat; background-position: center center; }
	.bg-top-m     { background-repeat: no-repeat; background-position: top center; }
	.bg-right-m   { background-repeat: no-repeat; background-position: center right; }
	.bg-bottom-m  { background-repeat: no-repeat; background-position: bottom center; }
	.bg-left-m    { background-repeat: no-repeat; background-position: center left; }
 }

@media @breakpoint-large { 
	.bg-center-l { background-repeat: no-repeat; background-position: center center; }
	.bg-top-l    { background-repeat: no-repeat; background-position: top center; }
	.bg-right-l  { background-repeat: no-repeat; background-position: center right; }
	.bg-bottom-l { background-repeat: no-repeat; background-position: bottom center; }
	.bg-left-l   { background-repeat: no-repeat; background-position: center left; }
 }
 */
/*
   FORMS
*/
.ss-main,
button,
input,
optgroup,
select,
textarea {
  background-color: #fff;
}
.ss-main,
.btn,
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(86, 110, 115, 0.4);
  border-radius: 0.5rem;
  outline: none;
  color: #00282e;
  min-height: 2.75rem;
}
textarea {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.ss-main:focus,
input:focus,
select:focus {
  border-color: #ff6633;
  outline: 0;
}
select,
.ss-main,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  justify-content: flex-start;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* BUTTONS */
.btn,
.button,
button {
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-orange {
  color: #fff;
  background-color: #ff6633;
  border-color: #ff6633;
}
.btn-orange:hover {
  color: #fff;
  background-color: #ff5319;
  border-color: #ff5319;
}
.btn-orange-outline {
  color: #ff6633;
  background-color: #fff;
  border-color: #ff6633;
}
.btn-orange-outline:hover {
  background-color: rgba(254, 220, 213, 0.6);
}
.btn-orange-outline.active {
  color: #fff;
  background-color: #ff6633;
  border-color: #ff6633;
}
.btn-orange-outline.active:hover {
  color: #fff;
  background-color: #ff5319;
  border-color: #ff5319;
}
.btn-white {
  color: #ff6633;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #fff;
  background-color: #ff5319;
  border-color: #ff5319;
}
.btn-s {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8rem;
  min-height: initial;
}
/*
.btn-l {
	.pv3;
	.ph4;
	.f4;
	//.fw4;
}
*/
/* ACTIVE */
.btn.active {
  color: #fff;
  background-color: #ff6633;
}
/* DISABLED */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}
.agency_list_add_btn {
  cursor: pointer;
}
input.input-orange {
  background-color: #ff5319;
  border-color: #ff5319;
  font-weight: 400;
  color: #fff;
}
input.input-orange:focus {
  color: #fff;
}
input.input-orange:active {
  color: #fff;
}
input:focus {
  outline: none;
  box-shadow: none;
  border-color: #ff6633;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border-style: none;
  border-width: 0;
  clip: rect(0 0 0 0);
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-width: 0.125rem;
  border-color: rgba(86, 110, 115, 0.4);
  background-color: #fff;
  color: #fff;
}
input[type="radio"] + label::before {
  margin-top: 2px;
}
.wpcf7-form-control input + span::before,
.wpcf7-form-control input + span::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  top: 2px;
  margin-right: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-width: 0.125rem;
  border-color: rgba(86, 110, 115, 0.4);
  background-color: #fff;
  color: #fff;
}
.wpcf7-form-control input[type="checkbox"] + span::before,
.wpcf7-form-control input[type="checkbox"] + span::after,
input[type="checkbox"] + label::before {
  border-radius: 3px;
}
.wpcf7-form-control input[type="radio"] + span::before,
.wpcf7-form-control input[type="radio"] + span::after,
input[type="radio"] + label::before {
  border-radius: 50%;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before,
.wpcf7-form-control input:checked + span::before,
.wpcf7-form-control input:checked + span::after,
input:checked + label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #5f6266;
}
.wpcf7-form-control input:checked + span::after {
  visibility: visible;
}
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  border: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #ebf0f0;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #ebf0f0;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border: 0;
  border-radius: 50%;
  border: 6px solid #ff6633;
  background-color: #fff;
}
input[type=range]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  margin-top: -8px;
  border: 0;
  border-radius: 50%;
  border: 6px solid #ff6633;
  background-color: #fff;
}
select {
  position: relative;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0' y='0' version='1.1' viewBox='0 0 10 15' xml:space='preserve'%3E%3Cdefs/%3E%3Cpath d='M9 5.8c-.2 0-.4-.1-.5-.2L5 2.1 1.5 5.5c-.3.3-.8.3-1.1 0s-.3-.8 0-1.1l4-4c.3-.3.8-.3 1.1 0l4 4c.3.3.3.8 0 1.1-.1.2-.3.3-.5.3zM5 14.8c-.2 0-.4-.1-.5-.2l-4-4c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0L5 12.9l3.5-3.5c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-4 4c-.2.2-.4.3-.6.3z' /%3E%3C/svg%3E");
}
.wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 2rem;
}
label {
  display: block;
  position: relative;
  margin-left: 0.5rem;
  margin-bottom: 0.25rem;
  font-weight: 300;
}
label.check {
  display: flex;
}
.wpcf7-form-control label {
  margin-right: 1rem;
}
.wpcf7-form label {
  margin-left: 0;
  cursor: pointer;
}
.ss-main.no-styles {
  font-size: 0.75rem;
  border: none !important;
  background-color: transparent !important;
}
.ss-content.no-styles {
  font-size: 0.75rem;
}
/* PLACEHOLDER */
input.input-orange::placeholder {
  color: #fff;
}
.input-orange::-webkit-input-placeholder {
  color: #fff;
}
.input-orange::-moz-placeholder {
  color: #fff;
}
.input-orange:-ms-input-placeholder {
  color: #fff;
}
.input-orange:-moz-placeholder {
  color: #fff;
}
::placeholder {
  color: #5f6266;
  font-weight: 300;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f6266;
  font-weight: 300;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f6266;
  font-weight: 300;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f6266;
  font-weight: 300;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #5f6266;
  font-weight: 300;
}
.has-error input,
input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.error + label::before {
  border: 2px solid #ff0033;
}
.has-error .help-block,
.wpcf7-not-valid-tip {
  color: #ff0033;
  font-weight: 600;
}
.wpcf7-list-item {
  display: inline-block;
}
.wpcf7-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * 0.5rem);
  margin-right: calc(-1 * 0.5rem);
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 3rem;
  padding: 2rem;
  border: 2px solid #00a0d2;
  /* Blue */
  border-radius: 0.5rem;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}
.wpcf7-form-control-wrap {
  position: relative;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
/*
	&:root {
		--ss-animation-timing: 0.2s;
		--ss-bg-color: #ffffff;
		--ss-border-color: @color0;
		--ss-border-radius: 4px;
		--ss-content-height: 300px;
		--ss-disabled-color: @color0;
		--ss-error-color: #dc3545;
		--ss-font-color: #4d4d4d;
		--ss-font-placeholder-color: #8d8d8d;
		--ss-highlight-color: #fffb8c;
		--ss-main-height: 30px;
		--ss-primary-color: #5897fb;
		--ss-spacing-l: 7px;
		--ss-spacing-m: 5px;
		--ss-spacing-s: 3px;
		--ss-success-color: #00b755;
	}
*/
.ss-hide {
  display: none !important;
}
.ss-main {
  position: relative;
  display: flex;
  flex-direction: row;
  outline: 0;
  overflow: hidden;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition: background-color 0.2s;
  user-select: none;
  cursor: pointer;
}
.ss-main .ss-values {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 1 1 100%;
  gap: 0.25rem;
  line-height: 1;
  margin-right: 0.25rem;
}
.ss-main .ss-values .ss-placeholder {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  color: #5f6266;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ss-main .ss-values .ss-max {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #ff6633;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  padding: 0.5rem;
  width: fit-content;
  user-select: none;
}
.ss-main .ss-values .ss-single {
  display: flex;
  font-weight: 300;
  margin: auto 0px auto var(--ss-spacing-s);
}
.ss-main .ss-values .ss-value {
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: rgba(254, 220, 213, 0.6);
  border-radius: 0.25rem;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-name: ss-valueIn;
  animation-timing-function: ease-out;
  user-select: none;
  color: #ff6633;
}
.ss-main .ss-values .ss-value .ss-value-text {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
}
.ss-main .ss-values .ss-value .ss-value-delete {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem;
}
.ss-main .ss-values .ss-value .ss-value-delete svg {
  width: 0.5rem;
  height: 0.5rem;
}
.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 18;
  stroke: #00282e;
}
.ss-main .ss-values .ss-value.ss-value-out {
  animation-duration: 0.2s;
  animation-name: ss-valueOut;
  animation-timing-function: ease-out;
}
.ss-main .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 1rem;
  height: 1rem;
  margin: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}
.ss-main .ss-deselect svg {
  width: 1rem;
  height: 1rem;
}
.ss-main .ss-deselect svg path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 20;
  stroke: var(#fff);
}
.ss-main .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 0.75rem;
  height: 0.75rem;
}
.ss-main .ss-arrow path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 14;
  stroke: #00282e;
  transition-timing-function: ease-out;
  transition: 0.2s;
}
.ss-main.ss-disabled {
  background-color: #f7f7f7;
  cursor: not-allowed;
  opacity: 0.5;
}
.ss-main.ss-disabled .ss-values {
  color: #5f6266;
}
.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}
.ss-main.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ss-main.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ss-content {
  overflow: hidden;
  position: absolute;
  opacity: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(86, 110, 115, 0.4);
  border-radius: 0.5rem;
  font-size: 0.8rem;
  top: 0;
  height: auto;
  max-height: 400px;
  transform-origin: center top;
  transform: scaleY(0);
  transition: transform 0.2s, opacity 0.2s;
  width: auto;
  z-index: 10000;
}
.ss-content .ss-search {
  display: flex;
  flex-direction: row;
  flex: 0 1 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ss-content .ss-addable {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(86, 110, 115, 0.4);
  cursor: pointer;
  height: auto;
  margin: 0 0 0 0.5rem;
}
.ss-content .ss-addable svg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto 0.75rem;
}
.ss-content .ss-addable svg path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 18;
  stroke: #ebf0f0;
}
.ss-content .ss-list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.ss-content .ss-list .ss-error {
  color: #ff0033;
  padding: 1rem;
}
.ss-content .ss-list .ss-searching {
  color: #ebf0f0;
  padding: 1rem;
}
.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  display: none !important;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  flex: 1 1 auto;
  color: #ebf0f0;
  font-weight: 700;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  gap: 0.25rem;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  cursor: pointer;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
  opacity: 0.5;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  font-size: calc(100% * 0.6);
  padding: 0 0.25rem 0 0;
  text-align: center;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
  flex: 0 1 auto;
  height: 13px;
  width: 13px;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #27ae60;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
  stroke-width: 5;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
  stroke-width: 11;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
  stroke: #ff0033;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
  display: flex;
  flex-direction: row;
  flex: 0 1 auto;
  cursor: pointer;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
  flex: 1 1 auto;
  height: 8px;
  width: 8px;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 14;
  stroke: #5f6266;
  transition-timing-function: ease-out;
  transition: 0.2s;
}
.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 0.5rem;
}
.ss-content .ss-list .ss-option {
  line-height: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  cursor: pointer;
  user-select: none;
}
.ss-content .ss-list .ss-option:hover {
  color: #fff;
  background-color: #ff6633;
}
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background-color: rgba(254, 220, 213, 0.6);
  color: #ff6633;
}
.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: rgba(254, 220, 213, 0.6);
}
.ss-content .ss-list .ss-option.ss-highlighted {
  color: #fff;
  background-color: #ff6633;
}
.ss-content .ss-list .ss-option.ss-disabled {
  background-color: #ebf0f0;
  cursor: not-allowed;
}
.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: #5f6266;
}
.ss-content.ss-relative {
  position: relative;
  height: 100%;
}
.ss-content.ss-open-above {
  flex-direction: column-reverse;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  opacity: 1;
  transform-origin: center bottom;
  transform: scaleY(1);
}
.ss-content.ss-open-below {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  opacity: 1;
  transform-origin: center top;
  transform: scaleY(1);
}
/*
    BORDERS
*/
.b--dashed {
  border-style: dashed;
  border-width: 1px;
}
.ba {
  border-style: solid;
  border-width: 1px;
}
.bt {
  border-top-style: solid;
  border-top-width: 1px;
}
.br {
  border-right-style: solid;
  border-right-width: 1px;
}
.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.bl {
  border-left-style: solid;
  border-left-width: 1px;
}
.bn {
  border-style: none;
  border-width: 0;
}
/*
@media @breakpoint-small {
	.ba-s { border-style       : solid; border-width       : 1px; }
	.bt-s { border-top-style   : solid; border-top-width   : 1px; }
	.br-s { border-right-style : solid; border-right-width : 1px; }
	.bb-s { border-bottom-style: solid; border-bottom-width: 1px; }
	.bl-s { border-left-style  : solid; border-left-width  : 1px; }
	.bn-s { border-style       : none; border-width        : 0; }
}

@media @breakpoint-medium {
	.ba-m { border-style       : solid; border-width       : 1px; }
	.bt-m { border-top-style   : solid; border-top-width   : 1px; }
	.br-m { border-right-style : solid; border-right-width : 1px; }
	.bb-m { border-bottom-style: solid; border-bottom-width: 1px; }
	.bl-m { border-left-style  : solid; border-left-width  : 1px; }
	.bn-m { border-style       : none; border-width        : 0; }
}

@media @breakpoint-large {
	.ba-l { border-style       : solid; border-width       : 1px; }
	.bt-l { border-top-style   : solid; border-top-width   : 1px; }
	.br-l { border-right-style : solid; border-right-width : 1px; }
	.bb-l { border-bottom-style: solid; border-bottom-width: 1px; }
	.bl-l { border-left-style  : solid; border-left-width  : 1px; }
	.bn-l { border-style       : none; border-width        : 0; }
}
*/
/*
^BORDER RADIUS
*/
.br0 {
  border-radius: 0;
}
.br1 {
  border-radius: 0.125rem;
}
.br2 {
  border-radius: 0.25rem;
}
.br3 {
  border-radius: 0.5rem;
}
.br4 {
  border-radius: 1rem;
}
.br-100 {
  border-radius: 100%;
}
.br-pill {
  border-radius: 10rem;
}
.br--bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.br--top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.br--right {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.br--left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media screen and (min-width: 36em) {
  .br2-s {
    border-radius: 0.25rem;
  }
  /*
    .br0-s     { border-radius: 0; } 
    .br1-s     { border-radius: .125rem; } 
    .br3-s     { border-radius: .5rem; } 
    .br4-s     { border-radius: 1rem; } 
    .br-100-s  { border-radius: 100%; } 
    .br-pill-s { border-radius: 9999px; } 
    
    .br--bottom-s { border-top-left-radius   : 0; border-top-right-radius   : 0; } 
    .br--top-s    { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } 
    .br--right-s  { border-top-left-radius   : 0; border-bottom-left-radius : 0; } 
    .br--left-s   { border-top-right-radius  : 0; border-bottom-right-radius: 0; } 
    */
}
/*
@media @breakpoint-medium { 
    .br0-m     { border-radius: 0; } 
    .br1-m     { border-radius: .125rem; } 
    .br2-m     { border-radius: .25rem; } 
    .br3-m     { border-radius: .5rem; } 
    .br4-m     { border-radius: 1rem; } 
    .br-100-m  { border-radius: 100%; } 
    .br-pill-m { border-radius: 9999px; } 
    
    .br--bottom-m { border-top-left-radius   : 0; border-top-right-radius   : 0; } 
    .br--top-m    { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } 
    .br--right-m  { border-top-left-radius   : 0; border-bottom-left-radius : 0; } 
    .br--left-m   { border-top-right-radius  : 0; border-bottom-right-radius: 0; } 
}

@media @breakpoint-large { 
    .br0-l      { border-radius: 0; } 
    .br1-l     { border-radius: .125rem; } 
    .br2-l     { border-radius: .25rem; } 
    .br3-l     { border-radius: .5rem; } 
    .br4-l     { border-radius: 1rem; } 
    .br-100-l  { border-radius: 100%; } 
    .br-pill-l { border-radius: 9999px; } 
    
    .br--bottom-l { border-top-left-radius   : 0; border-top-right-radius   : 0; } 
    .br--top-l    { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } 
    .br--right-l  { border-top-left-radius   : 0; border-bottom-left-radius : 0; } 
    .br--left-l { border-top-right-radius: 0; border-bottom-right-radius: 0; } 
}
*/
/*
   BORDER WIDTHS
*/
.bw0 {
  border-width: 0;
}
.bw1 {
  border-width: 0.125rem;
}
.bw2 {
  border-width: 0.25rem;
}
.bw3 {
  border-width: 0.5rem;
}
/*
.bw4 { border-width: 1rem; }
.bw5 { border-width: 2rem; }

.bt-0 { border-top-width   : 0; }
.br-0 { border-right-width : 0; }
.bb-0 { border-bottom-width: 0; }
.bl-0 { border-left-width  : 0; }

@media @breakpoint-small {
	.bw0-s  { border-width       : 0; }
	.bw1-s  { border-width       : .125rem; }
	.bw2-s  { border-width       : .25rem; }
	.bw3-s  { border-width       : .5rem; }
	.bw4-s  { border-width       : 1rem; }
	.bw5-s  { border-width       : 2rem; }
	.bt-0-s { border-top-width   : 0; }
	.br-0-s { border-right-width : 0; }
	.bb-0-s { border-bottom-width: 0; }
	.bl-0-s { border-left-width  : 0; }
}

@media @breakpoint-medium {
	.bw0-m  { border-width       : 0; }
	.bw1-m  { border-width       : .125rem; }
	.bw2-m  { border-width       : .25rem; }
	.bw3-m  { border-width       : .5rem; }
	.bw4-m  { border-width       : 1rem; }
	.bw5-m  { border-width       : 2rem; }
	.bt-0-m { border-top-width   : 0; }
	.br-0-m { border-right-width : 0; }
	.bb-0-m { border-bottom-width: 0; }
	.bl-0-m { border-left-width  :  0; }
}

@media @breakpoint-large {
	.bw0-l  { border-width       : 0; }
	.bw1-l  { border-width       : .125rem; }
	.bw2-l  { border-width       : .25rem; }
	.bw3-l  { border-width       : .5rem; }
	.bw4-l  { border-width       : 1rem; }
	.bw5-l  { border-width       : 2rem; }
	.bt-0-l { border-top-width   : 0; }
	.br-0-l { border-right-width : 0; }
	.bb-0-l { border-bottom-width: 0; }
	.bl-0-l { border-left-width  :  0; }
}
*/
/*
	BOX-SHADOW
*/
.shadow-n {
  box-shadow: none;
}
.shadow-1 {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.shadow-2 {
  box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.16);
}
.shadow-3 {
  box-shadow: 0px 6px 16px 10px rgba(0, 0, 0, 0.2);
}
/*
@media @breakpoint-small {
  .shadow-n-s { box-shadow: none; }
  .shadow-1-s   { box-shadow: 0px 0px 2px 1px rgba( 0, 0, 0, 0.2 ); }
  .shadow-2-s { box-shadow: 0px 0px 8px 2px rgba( 0, 0, 0, 0.2 ); }
  .shadow-3-s { box-shadow: 2px 2px 4px 2px rgba( 0, 0, 0, 0.2 ); }
  .shadow-4-s { box-shadow: 2px 2px 8px 0px rgba( 0, 0, 0, 0.2 ); }
  .shadow-5-s { box-shadow: 4px 4px 8px 0px rgba( 0, 0, 0, 0.2 ); }
}

@media @breakpoint-medium {
  .shadow-n-m   { box-shadow: none; }
  .shadow-1-m   { box-shadow: 0px 0px 2px 1px rgba( 0, 0, 0, 0.2 ); }
  .shadow-2-m { box-shadow: 0px 0px 8px 2px rgba( 0, 0, 0, 0.2 ); }
  .shadow-3-m { box-shadow: 2px 2px 4px 2px rgba( 0, 0, 0, 0.2 ); }
  .shadow-4-m { box-shadow: 2px 2px 8px 0px rgba( 0, 0, 0, 0.2 ); }
  .shadow-5-m { box-shadow: 4px 4px 8px 0px rgba( 0, 0, 0, 0.2 ); }
}

@media @breakpoint-large {
  .shadow-n-l   { box-shadow: none; }
  .shadow-1-l   { box-shadow: 0px 0px 2px 1px rgba( 0, 0, 0, 0.2 ); }
  .shadow-2-l { box-shadow: 0px 0px 8px 2px rgba( 0, 0, 0, 0.2 ); }
  .shadow-3-l { box-shadow: 2px 2px 4px 2px rgba( 0, 0, 0, 0.2 ); }
  .shadow-4-l { box-shadow: 2px 2px 8px 0px rgba( 0, 0, 0, 0.2 ); }
  .shadow-5-l { box-shadow: 4px 4px 8px 0px rgba( 0, 0, 0, 0.2 ); }
}
*/
/*
	COORDINATES
*/
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.top-050 {
  top: 0.5rem;
}
.right-050 {
  right: 0.5rem;
}
.bottom-050 {
  bottom: 0.5rem;
}
.left-050 {
  left: 0.5rem;
}
.top-1 {
  top: 1rem;
}
.right-1 {
  right: 1rem;
}
.bottom-1 {
  bottom: 1rem;
}
.left-1 {
  left: 1rem;
}
.top-2 {
  top: 2rem;
}
.right-2 {
  right: 2rem;
}
.bottom-2 {
  bottom: 2rem;
}
.left-2 {
  left: 2rem;
}
.top-3 {
  top: 3rem;
}
.right-3 {
  right: 3rem;
}
.bottom-3 {
  bottom: 3rem;
}
.left-3 {
  left: 3rem;
}
.top-4 {
  top: 4rem;
}
.right-4 {
  right: 4rem;
}
.bottom-4 {
  bottom: 4rem;
}
.left-4 {
  left: 4rem;
}
.top--1 {
  top: -1rem;
}
.right--1 {
  right: -1rem;
}
.bottom--1 {
  bottom: -1rem;
}
.left--1 {
  left: -1rem;
}
.top--2 {
  top: -2rem;
}
.right--2 {
  right: -2rem;
}
.bottom--2 {
  bottom: -2rem;
}
.left--2 {
  left: -2rem;
}
.top--3 {
  top: -3rem;
}
.right--3 {
  right: -3rem;
}
.bottom--3 {
  bottom: -3rem;
}
.left--3 {
  left: -3rem;
}
.top--4 {
  top: -4rem;
}
.right--4 {
  right: -4rem;
}
.bottom--4 {
  bottom: -4rem;
}
.left--4 {
  left: -4rem;
}
.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*
@media @breakpoint-small {
	.top-0-s     { top   : 0; }
	.left-0-s    { left  : 0; }
	.right-0-s   { right : 0; }
	.bottom-0-s  { bottom: 0; }

	.top-1-s     { top   : 1rem; }
	.left-1-s    { left  : 1rem; }
	.right-1-s   { right : 1rem; }
	.bottom-1-s  { bottom: 1rem; }

	.top-2-s     { top   : 2rem; }
	.left-2-s    { left  : 2rem; }
	.right-2-s   { right : 2rem; }
	.bottom-2-s  { bottom: 2rem; }

	.top-3-s     { top   : 3rem; }
	.left-3-s    { left  : 3rem; }
	.right-3-s   { right : 3rem; }
	.bottom-3-s  { bottom: 3rem; }

	.top-4-s     { top   : 4rem; }
	.left-4-s    { left  : 4rem; }
	.right-4-s   { right : 4rem; }
	.bottom-4-s  { bottom: 4rem; }

	.top--1-s    { top   : -1rem; }
	.right--1-s  { right : -1rem; }
	.bottom--1-s { bottom: -1rem; }
	.left--1-s   { left  : -1rem; }

	.top--2-s    { top   : -2rem; }
	.right--2-s  { right : -2rem; }
	.bottom--2-s { bottom: -2rem; }
	.left--2-s   { left  : -2rem; }

	.top--3-s    { top   : -3rem; }
	.right--3-s  { right : -3rem; }
	.bottom--3-s { bottom: -3rem; }
	.left--3-s   { left  : -3rem; }

	.top--4-s    { top   : -4rem; }
	.right--4-s  { right : -4rem; }
	.bottom--4-s { bottom: -4rem; }
	.left--4-s   { left  : -4rem; }

  .absolute--fill-s {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media @breakpoint-medium {
	.top-0-m     { top   : 0; }
	.left-0-m    { left  : 0; }
	.right-0-m   { right : 0; }
	.bottom-0-m  { bottom: 0; }

	.top-1-m     { top   : 1rem; }
	.left-1-m    { left  : 1rem; }
	.right-1-m   { right : 1rem; }
	.bottom-1-m  { bottom: 1rem; }

	.top-2-m     { top   : 2rem; }
	.left-2-m    { left  : 2rem; }
	.right-2-m   { right : 2rem; }
	.bottom-2-m  { bottom: 2rem; }

	.top-3-m     { top   : 3rem; }
	.left-3-m    { left  : 3rem; }
	.right-3-m   { right : 3rem; }
	.bottom-3-m  { bottom: 3rem; }

	.top-4-m     { top   : 4rem; }
	.left-4-m    { left  : 4rem; }
	.right-4-m   { right : 4rem; }
	.bottom-4-m  { bottom: 4rem; }

	.top--1-m    { top   : -1rem; }
	.right--1-m  { right : -1rem; }
	.bottom--1-m { bottom: -1rem; }
	.left--1-m   { left  : -1rem; }

	.top--2-m    { top   : -2rem; }
	.right--2-m  { right : -2rem; }
	.bottom--2-m { bottom: -2rem; }
	.left--2-m   { left  : -2rem; }

	.top--3-m    { top   : -3rem; }
	.right--3-m  { right : -3rem; }
	.bottom--3-m { bottom: -3rem; }
	.left--3-m   { left  : -3rem; }

	.top--4-m    { top   : -4rem; }
	.right--4-m  { right : -4rem; }
	.bottom--4-m { bottom: -4rem; }
	.left--4-m   { left  : -4rem; }

  .absolute--fill-m {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media @breakpoint-large {
	.top-0-l     { top   : 0; }
	.left-0-l    { left  : 0; }
	.right-0-l   { right : 0; }
	.bottom-0-l  { bottom: 0; }

	.top-1-l     { top   : 1rem; }
	.left-1-l    { left  : 1rem; }
	.right-1-l   { right : 1rem; }
	.bottom-1-l  { bottom: 1rem; }

	.top-2-l     { top   : 2rem; }
	.left-2-l    { left  : 2rem; }
	.right-2-l   { right : 2rem; }
	.bottom-2-l  { bottom: 2rem; }

	.top-3-l     { top   : 3rem; }
	.left-3-l    { left  : 3rem; }
	.right-3-l   { right : 3rem; }
	.bottom-3-l  { bottom: 3rem; }

	.top-4-l     { top   : 4rem; }
	.left-4-l    { left  : 4rem; }
	.right-4-l   { right : 4rem; }
	.bottom-4-l  { bottom: 4rem; }

	.top--1-l    { top   : -1rem; }
	.right--1-l  { right : -1rem; }
	.bottom--1-l { bottom: -1rem; }
	.left--1-l   { left  : -1rem; }

	.top--2-l    { top   : -2rem; }
	.right--2-l  { right : -2rem; }
	.bottom--2-l { bottom: -2rem; }
	.left--2-l   { left  : -2rem; }

	.top--3-l    { top   : -3rem; }
	.right--3-l  { right : -3rem; }
	.bottom--3-l { bottom: -3rem; }
	.left--3-l   { left  : -3rem; }

	.top--4-l    { top   : -4rem; }
	.right--4-l  { right : -4rem; }
	.bottom--4-l { bottom: -4rem; }
	.left--4-l   { left  : -4rem; }

  .absolute--fill-l {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
*/
/*
  FLEXBOX
*/
.flex-1 {
  flex: 1;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: initial;
}
.flex-none {
  flex: none;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.self-center {
  align-self: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.content-start {
  align-content: flex-start;
}
.order-2 {
  order: 2;
}
.order-last {
  order: 99999;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
@media screen and (min-width: 36em) {
  .flex-1-s {
    flex: 1;
  }
  .flex-auto-s {
    flex: 1 1 auto;
  }
  .flex-initial-s {
    flex: initial;
  }
  .flex-none-s {
    flex: none;
  }
  .flex-column-s {
    flex-direction: column;
  }
  .flex-row-s {
    flex-direction: row;
  }
  .flex-wrap-s {
    flex-wrap: wrap;
  }
  .flex-nowrap-s {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-s {
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-s {
    flex-direction: column-reverse;
  }
  .flex-row-reverse-s {
    flex-direction: row-reverse;
  }
  .flex-center-s {
    align-items: center;
    justify-content: center;
  }
  .items-start-s {
    align-items: flex-start;
  }
  .items-end-s {
    align-items: flex-end;
  }
  .items-center-s {
    align-items: center;
  }
  .items-baseline-s {
    align-items: baseline;
  }
  .items-stretch-s {
    align-items: stretch;
  }
  .justify-start-s {
    justify-content: flex-start;
  }
  .justify-end-s {
    justify-content: flex-end;
  }
  .justify-center-s {
    justify-content: center;
  }
  .justify-between-s {
    justify-content: space-between;
  }
  .justify-around-s {
    justify-content: space-around;
  }
  .flex-grow-0-s {
    flex-grow: 0;
  }
  .flex-grow-1-s {
    flex-grow: 1;
  }
  .flex-shrink-0-s {
    flex-shrink: 0;
  }
  .flex-shrink-1-s {
    flex-shrink: 1;
  }
}
@media screen and (min-width: 50em) {
  .flex-1-m {
    flex: 1;
  }
  .flex-auto-m {
    flex: 1 1 auto;
  }
  .flex-initial-m {
    flex: initial;
  }
  .flex-none-m {
    flex: none;
  }
  .flex-column-m {
    flex-direction: column;
  }
  .flex-row-m {
    flex-direction: row;
  }
  .flex-wrap-m {
    flex-wrap: wrap;
  }
  .flex-nowrap-m {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-m {
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-m {
    flex-direction: column-reverse;
  }
  .flex-row-reverse-m {
    flex-direction: row-reverse;
  }
  .flex-center-m {
    align-items: center;
    justify-content: center;
  }
  .items-start-m {
    align-items: flex-start;
  }
  .items-end-m {
    align-items: flex-end;
  }
  .items-center-m {
    align-items: center;
  }
  .items-baseline-m {
    align-items: baseline;
  }
  .items-stretch-m {
    align-items: stretch;
  }
  .justify-start-m {
    justify-content: flex-start;
  }
  .justify-end-m {
    justify-content: flex-end;
  }
  .justify-center-m {
    justify-content: center;
  }
  .justify-between-m {
    justify-content: space-between;
  }
  .justify-around-m {
    justify-content: space-around;
  }
  .order-0-m {
    order: 0;
  }
  .flex-grow-0-m {
    flex-grow: 0;
  }
  .flex-grow-1-m {
    flex-grow: 1;
  }
  .flex-shrink-0-m {
    flex-shrink: 0;
  }
  .flex-shrink-1-m {
    flex-shrink: 1;
  }
}
@media screen and (min-width: 64em) {
  .flex-1-l {
    flex: 1;
  }
  .flex-auto-l {
    flex: 1 1 auto;
  }
  .flex-initial-l {
    flex: initial;
  }
  .flex-none-l {
    flex: none;
  }
  .flex-column-l {
    flex-direction: column;
  }
  .flex-row-l {
    flex-direction: row;
  }
  .flex-wrap-l {
    flex-wrap: wrap;
  }
  .flex-nowrap-l {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-l {
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-l {
    flex-direction: column-reverse;
  }
  .flex-row-reverse-l {
    flex-direction: row-reverse;
  }
  .flex-center-l {
    align-items: center;
    justify-content: center;
  }
  .items-start-l {
    align-items: flex-start;
  }
  .items-end-l {
    align-items: flex-end;
  }
  .items-center-l {
    align-items: center;
  }
  .items-baseline-l {
    align-items: baseline;
  }
  .items-stretch-l {
    align-items: stretch;
  }
  .justify-start-l {
    justify-content: flex-start;
  }
  .justify-end-l {
    justify-content: flex-end;
  }
  .justify-center-l {
    justify-content: center;
  }
  .justify-between-l {
    justify-content: space-between;
  }
  .justify-around-l {
    justify-content: space-around;
  }
  .flex-grow-0-l {
    flex-grow: 0;
  }
  .flex-grow-1-l {
    flex-grow: 1;
  }
  .flex-shrink-0-l {
    flex-shrink: 0;
  }
  .flex-shrink-1-l {
    flex-shrink: 1;
  }
}
/*
	COLUMNS
*/
.cc2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.cg1 {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
/*
@media @breakpoint-small {
	.cc2-s { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
	.cg0-s { -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0; }
	.cg1-s { -webkit-column-gap: 2rem; -moz-column-gap: 2rem; column-gap: 2rem; }
}
*/
@media screen and (min-width: 50em) {
  .cc2-m {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
/*
@media @breakpoint-large {
	.cc2-l { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
	//.cg0-l { -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0; }
	//.cg1-l { -webkit-column-gap: 2rem; -moz-column-gap: 2rem; column-gap: 2rem; }
}
*/
/*
   DISPLAY
*/
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dbi {
  display: block !important;
}
.dib {
  display: inline-block;
}
.df {
  display: flex;
}
.dif {
  display: inline-flex;
}
/*
  This will set table to full width and then
  all cells will be equal width
*/
@media screen and (min-width: 36em) {
  .dn-s {
    display: none;
  }
  .di-s {
    display: inline;
  }
  .db-s {
    display: block;
  }
  .dbi-s {
    display: block !important;
  }
  .dib-s {
    display: inline-block;
  }
  .df-s {
    display: flex;
  }
  .dif-s {
    display: inline-flex;
  }
}
@media screen and (min-width: 50em) {
  .dn-m {
    display: none;
  }
  .di-m {
    display: inline;
  }
  .db-m {
    display: block;
  }
  .dbi-m {
    display: block !important;
  }
  .dib-m {
    display: inline-block;
  }
  .df-m {
    display: flex;
  }
  .dif-m {
    display: inline-flex;
  }
}
@media screen and (min-width: 64em) {
  .dn-l {
    display: none;
  }
  .di-l {
    display: inline;
  }
  .db-l {
    display: block;
  }
  .dbi-l {
    display: block !important;
  }
  .dib-l {
    display: inline-block;
  }
  .df-l {
    display: flex;
  }
  .dif-l {
    display: inline-flex;
  }
}
.filter-gray {
  filter: saturate(0%);
}
/*
	FLOATS
*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
/* å */
/*
   FONT FAMILY
*/
@font-face {
  font-family: 'CleverReach-Black';
  src: url('../fonts/cleverreach-black.eot');
  src: url('../fonts/cleverreach-black.eot?#iefix') format('embedded-opentype'), url('../fonts/cleverreach-black.woff2') format('woff2'), url('../fonts/cleverreach-black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ambit-Regular';
  src: url('../fonts/ambit-regular.eot');
  src: url('../fonts/ambit-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ambit-regular.woff2') format('woff2'), url('../fonts/ambit-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-300.eot');
  src: url('../fonts/poppins-300.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-300.woff2') format('woff2'), url('../fonts/poppins-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular.eot');
  src: url('../fonts/poppins-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-regular.woff2') format('woff2'), url('../fonts/poppins-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-500.eot');
  src: url('../fonts/poppins-500.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-500.woff2') format('woff2'), url('../fonts/poppins-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-600.eot');
  src: url('../fonts/poppins-600.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-600.woff2') format('woff2'), url('../fonts/poppins-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-700.eot');
  src: url('../fonts/poppins-700.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-700.woff2') format('woff2'), url('../fonts/poppins-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.svg#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
   FONT FAMILY GROUPS
*/
.sans-serif {
  font-family: 'Poppins', Arial, sans-serif;
}
.serif {
  font-family: georgia, serif;
}
.system-sans-serif {
  font-family: sans-serif;
}
.system-serif {
  font-family: serif;
}
.ff-cr {
  font-family: 'CleverReach-Black', Arial, sans-serif;
}
.ff-subline {
  font-family: 'Ambit-Regular', Arial, sans-serif;
}
/* Monospaced Typefaces (for code) */
code,
.code {
  font-family: consolas, monaco, monospace;
}
/*
   FONT WEIGHT
*/
.normal {
  font-weight: normal;
}
.b {
  font-weight: bold;
}
.fw3 {
  font-weight: 300;
}
.fw4 {
  font-weight: 400;
}
.fw5 {
  font-weight: 500;
}
.fw6 {
  font-weight: 600;
}
.fw7 {
  font-weight: 700;
}
@media screen and (min-width: 36em) {
  .normal-s {
    font-weight: normal;
  }
  .b-s {
    font-weight: bold;
  }
  .fw3-s {
    font-weight: 300;
  }
  .fw4-s {
    font-weight: 400;
  }
  .fw5-s {
    font-weight: 500;
  }
  .fw6-s {
    font-weight: 600;
  }
  .fw7-s {
    font-weight: 700;
  }
}
@media screen and (min-width: 50em) {
  .normal-m {
    font-weight: normal;
  }
  .b-m {
    font-weight: bold;
  }
  .fw3-m {
    font-weight: 300;
  }
  .fw4-m {
    font-weight: 400;
  }
  .fw5-m {
    font-weight: 500;
  }
  .fw6-m {
    font-weight: 600;
  }
  .fw7-m {
    font-weight: 700;
  }
}
@media screen and (min-width: 64em) {
  .normal-l {
    font-weight: normal;
  }
  .b-l {
    font-weight: bold;
  }
  .fw3-l {
    font-weight: 300;
  }
  .fw4-l {
    font-weight: 400;
  }
  .fw5-l {
    font-weight: 500;
  }
  .fw6-l {
    font-weight: 600;
  }
  .fw7-l {
    font-weight: 700;
  }
}
/*
   HEIGHTS
*/
/* Height Scale */
.h025 {
  height: 0.25rem;
}
.h050 {
  height: 0.5rem;
}
.h075 {
  height: 0.75rem;
}
.h1 {
  height: 1rem;
}
.h2 {
  height: 2rem;
}
.h3 {
  height: 3rem;
}
.h4 {
  height: 4rem;
}
.h5 {
  height: 5rem;
}
.h6 {
  height: 6rem;
}
.h7 {
  height: 7rem;
}
.h8 {
  height: 8rem;
}
.h9 {
  height: 9rem;
}
.h10 {
  height: 10rem;
}
.h12 {
  height: 12rem;
}
.h14 {
  height: 14rem;
}
.h16 {
  height: 16rem;
}
/* Height Percentages - Based off of height of parent */
.h-100 {
  height: 100%;
}
/* Screen Height Percentage */
.vh-75 {
  height: 75vh;
}
.vh-90 {
  height: 90vh;
}
.vh-100 {
  height: 100vh;
}
.min-vh-100 {
  min-height: 100vh;
}
/* String Properties */
@media screen and (min-width: 36em) {
  .h025-s {
    height: 0.25rem;
  }
  .h050-s {
    height: 0.5rem;
  }
  .h075-s {
    height: 0.75rem;
  }
  .h1-s {
    height: 1rem;
  }
  .h2-s {
    height: 2rem;
  }
  .h3-s {
    height: 3rem;
  }
  .h4-s {
    height: 4rem;
  }
  .h5-s {
    height: 5rem;
  }
  .h6-s {
    height: 5rem;
  }
  .h8-s {
    height: 8rem;
  }
  .h10-s {
    height: 10rem;
  }
  .h12-s {
    height: 12rem;
  }
  .h16-s {
    height: 16rem;
  }
  .h-75-s {
    height: 75%;
  }
  .h-100-s {
    height: 100%;
  }
  .vh-50-s {
    height: 50vh;
  }
  .vh-75-s {
    height: 75vh;
  }
  .vh-100-s {
    height: 100vh;
  }
  .min-vh-100-s {
    min-height: 100vh;
  }
  .h-auto-s {
    height: auto;
  }
  .h-inherit-s {
    height: inherit;
  }
}
@media screen and (min-width: 50em) {
  .h025-m {
    height: 0.25rem;
  }
  .h050-m {
    height: 0.5rem;
  }
  .h075-m {
    height: 0.75rem;
  }
  .h1-m {
    height: 1rem;
  }
  .h2-m {
    height: 2rem;
  }
  .h3-m {
    height: 3rem;
  }
  .h4-m {
    height: 4rem;
  }
  .h5-m {
    height: 5rem;
  }
  .h6-m {
    height: 6rem;
  }
  .h8-m {
    height: 8rem;
  }
  .h10-m {
    height: 10rem;
  }
  .h12-m {
    height: 12rem;
  }
  .h16-m {
    height: 16rem;
  }
  .h-75-m {
    height: 75%;
  }
  .h-100-m {
    height: 100%;
  }
  .vh-50-m {
    height: 50vh;
  }
  .vh-75-m {
    height: 75vh;
  }
  .vh-100-m {
    height: 100vh;
  }
  .min-vh-100-m {
    min-height: 100vh;
  }
  .h-auto-m {
    height: auto;
  }
  .h-inherit-m {
    height: inherit;
  }
}
@media screen and (min-width: 64em) {
  .h025-l {
    height: 0.25rem;
  }
  .h050-l {
    height: 0.5rem;
  }
  .h075-l {
    height: 0.75rem;
  }
  .h1-l {
    height: 1rem;
  }
  .h2-l {
    height: 2rem;
  }
  .h3-l {
    height: 3rem;
  }
  .h4-l {
    height: 4rem;
  }
  .h5-l {
    height: 5rem;
  }
  .h6-l {
    height: 6rem;
  }
  .h8-l {
    height: 8rem;
  }
  .h10-l {
    height: 10rem;
  }
  .h12-l {
    height: 12rem;
  }
  .h16-l {
    height: 16rem;
  }
  .h-25-l {
    height: 25%;
  }
  .h-50-l {
    height: 50%;
  }
  .h-75-l {
    height: 75%;
  }
  .h-100-l {
    height: 100%;
  }
  .min-h-100-l {
    min-height: 100%;
  }
  .vh-25-l {
    height: 25vh;
  }
  .vh-50-l {
    height: 50vh;
  }
  .vh-75-l {
    height: 75vh;
  }
  .vh-90-l {
    height: 90vh;
  }
  .vh-100-l {
    height: 100vh;
  }
  .min-vh-100-l {
    min-height: 100vh;
  }
  .h-auto-l {
    height: auto;
  }
  .h-inherit-l {
    height: inherit;
  }
}
/*
	LINE HEIGHT / LEADING
*/
.f1 {
  line-height: 1;
}
h1.f5 {
  line-height: 1.2;
}
.lh-solid {
  line-height: 1;
}
.lh-title {
  line-height: 1;
}
.lh125 {
  line-height: 1.25;
}
.lh130 {
  line-height: 1.3;
}
.lh-copy {
  line-height: 1.7;
}
/*
@media @breakpoint-small {
	.lh-solid-s { line-height: 1; }
	.lh-title-s { line-height: 1.25; }
	.lh-copy-s  { line-height: 1.7; }
}

@media @breakpoint-medium {
	.lh-solid-m { line-height: 1; }
	.lh-title-m { line-height: 1.25; }
	.lh-copy-m  { line-height: 1.7; }
}

@media @breakpoint-large {
	.lh-solid-l { line-height: 1; }
	.lh-title-l { line-height: 1.25; }
	.lh-copy-l  { line-height: 1.7; }
}
*/
/*
	LINKS
*/
html {
  -webkit-tap-highlight-color: transparent;
}
a,
a:focus,
a:active {
  outline: none;
}
a {
  color: #ff6633;
  text-decoration: none;
}
a:hover {
  color: #992600;
}
a:focus-visible {
  outline: 1px dashed #ff6633;
}
/*
.nav-link {
	text-decoration: none;
	transition: color .15s ease-in;
}
*/
/*
.link {
	text-decoration: underline;

	&.white:hover {
		color: @white;
	}
	//transition: color .15s ease-in;
}

.link:link,
.link:visited {
	transition: color .15s ease-in;
}

.link:hover {
	color: darken(@orange, 30%);
	transition: color .15s ease-in;
	//text-decoration: underline;
}

.link:active {
	transition: color .15s ease-in;
}

.link:focus {
	transition: color .15s ease-in;
	//outline: 1px dotted currentColor;
}
*/
.pointer {
  cursor: pointer;
}
/*
   LISTS
*/
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 2rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
ul.nav {
  list-style-type: none;
}
.lst-n,
.li-st-n {
  list-style-type: none;
  padding: 0;
}
.list-icon {
  list-style-type: none;
  padding: 0;
}
.list-icon li {
  line-height: 1;
  display: flex;
  margin-bottom: 1rem;
}
.li-icon li {
  display: inline-flex;
  align-items: center;
}
.li-icon i {
  font-size: 1.75rem;
}
.li-services {
  list-style-type: none;
  padding: 0;
  margin-left: calc(-1 * 1rem);
  margin-right: calc(-1 * 1rem);
  line-height: 1;
  font-weight: 500;
}
.li-services li {
  display: flex;
  padding: 1rem;
}
.li-services li i {
  font-size: 0.9rem;
}
.agency_quick_list_item:nth-of-type(n+6) {
  background-color: #f7f7f7;
  opacity: 0.8;
}
.agency_quick_list_item:nth-of-type(n+6) h6,
.agency_quick_list_item:nth-of-type(n+6) a {
  color: #5f6266;
}
.agency_quick_list_item:nth-of-type(n+6) a:hover {
  color: #000;
}
.li-pipe {
  list-style-type: none;
  padding: 0;
}
.li-pipe li {
  display: inline-flex;
}
.li-pipe li:after {
  content: "|";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.li-pipe li:last-child:after {
  content: '';
}
.list-arrow-right-before li:before {
  font-family: 'iconfont';
  content: '\e902';
  display: block;
  margin-right: 0.75rem;
  color: #ff6633;
}
.list-star-before li:before {
  font-family: 'iconfont';
  content: '\e92f';
  display: block;
  margin-right: 0.75rem;
  color: #ffb74d;
}
.list-checkmark-circle-after li {
  justify-content: space-between;
}
.list-checkmark-circle-after li:after {
  font-family: 'iconfont';
  content: '\e90d';
  display: block;
  margin-left: 0.75rem;
}
.premium.list-checkmark-circle-after li:after {
  color: #27ae60;
}
.list-checkmark-circle-before {
  list-style: none;
  padding-left: 1.5em;
}
.list-checkmark-circle-before li {
  font-weight: 500;
  line-height: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.list-checkmark-circle-before li:before {
  font-family: 'iconfont';
  content: '\e90d ';
  position: relative;
  top: 1px;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  color: #ff6633;
}
.list-checkmark-cr {
  list-style: none;
  padding-left: 80px;
}
.list-checkmark-cr li {
  position: relative;
  margin-bottom: 2rem;
}
.list-checkmark-cr li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -80px;
  height: 36px;
  width: 47px;
  background-size: contain;
  background-image: url(/wp-content/themes/cleverpress/assets/img/icons/icon-checkmark-cr.svg);
}
@media screen and (min-width: 50em) {
  .li-services li {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .li-services li {
    width: calc(100% / 3);
  }
}
/*
   MAX WIDTHS
*/
/* Max Width Percentages */
.mw-30 {
  max-width: 30%;
}
.mw-50 {
  max-width: 50%;
}
.mw-100 {
  max-width: 100%;
}
.mw4 {
  max-width: 28rem;
}
.mw5 {
  max-width: 32rem;
}
.mw6 {
  max-width: 38rem;
}
.mw7 {
  max-width: 48rem;
}
.mw8 {
  max-width: 64rem;
}
.mw9 {
  max-width: 80rem;
}
/* Max Width String Properties */
@media screen and (min-width: 36em) {
  .mw5-s {
    max-width: 32rem;
  }
  .mw6-s {
    max-width: 38rem;
  }
  .mw7-s {
    max-width: 48rem;
  }
}
@media screen and (min-width: 64em) {
  .mw7-l {
    max-width: 48rem;
  }
  .mw8-l {
    max-width: 64rem;
  }
  .mw9-l {
    max-width: 80rem;
  }
}
/*
   WIDTHS
*/
.w025 {
  width: 0.25rem;
}
.w050 {
  width: 0.5rem;
}
.w075 {
  width: 0.75rem;
}
.w1 {
  width: 1rem;
}
.w2 {
  width: 2rem;
}
.w250 {
  width: 2.5rem;
}
.w3 {
  width: 3rem;
}
.w4 {
  width: 4rem;
}
.w5 {
  width: 5rem;
}
.w6 {
  width: 6rem;
}
.w7 {
  width: 7rem;
}
.w8 {
  width: 8rem;
}
.w9 {
  width: 9rem;
}
.w10 {
  width: 10rem;
}
.w12 {
  width: 12rem;
}
.w14 {
  width: 14rem;
}
.w16 {
  width: 16rem;
}
.w18 {
  width: 18rem;
}
.w-05 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: calc(100% / 6);
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: calc(100% / 3);
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-66 {
  width: calc(100% / 1.5);
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-initial {
  width: initial;
}
@media screen and (min-width: 36em) {
  .w025-s {
    width: 0.25rem;
  }
  .w050-s {
    width: 0.5rem;
  }
  .w075-s {
    width: 0.75rem;
  }
  .w1-s {
    width: 1rem;
  }
  .w2-s {
    width: 2rem;
  }
  .w3-s {
    width: 3rem;
  }
  .w4-s {
    width: 4rem;
  }
  .w5-s {
    width: 5rem;
  }
  .w6-s {
    width: 6rem;
  }
  .w7-s {
    width: 7rem;
  }
  .w8-s {
    width: 8rem;
  }
  .w9-s {
    width: 9rem;
  }
  .w10-s {
    width: 10rem;
  }
  .w12-s {
    width: 12rem;
  }
  .w14-s {
    width: 14rem;
  }
  .w16-s {
    width: 16rem;
  }
  .w18-s {
    width: 18rem;
  }
  .w-05-s {
    width: 5%;
  }
  .w-10-s {
    width: 10%;
  }
  .w-15-s {
    width: 15%;
  }
  .w-16-s {
    width: calc(100% / 6);
  }
  .w-20-s {
    width: 20%;
  }
  .w-25-s {
    width: 25%;
  }
  .w-30-s {
    width: 30%;
  }
  .w-33-s {
    width: calc(100% / 3);
  }
  .w-40-s {
    width: 40%;
  }
  .w-45-s {
    width: 45%;
  }
  .w-50-s {
    width: 50%;
  }
  .w-55-s {
    width: 55%;
  }
  .w-60-s {
    width: 60%;
  }
  .w-66-s {
    width: calc(100% / 1.5);
  }
  .w-70-s {
    width: 70%;
  }
  .w-75-s {
    width: 75%;
  }
  .w-80-s {
    width: 80%;
  }
  .w-85-s {
    width: 85%;
  }
  .w-90-s {
    width: 90%;
  }
  .w-100-s {
    width: 100%;
  }
  .w-auto-s {
    width: auto;
  }
  .w-initial-s {
    width: initial;
  }
}
@media screen and (min-width: 50em) {
  .w025-m {
    width: 0.25rem;
  }
  .w050-m {
    width: 0.5rem;
  }
  .w075-m {
    width: 0.75rem;
  }
  .w1-m {
    width: 1rem;
  }
  .w2-m {
    width: 2rem;
  }
  .w3-m {
    width: 3rem;
  }
  .w4-m {
    width: 4rem;
  }
  .w5-m {
    width: 5rem;
  }
  .w6-m {
    width: 6rem;
  }
  .w7-m {
    width: 7rem;
  }
  .w8-m {
    width: 8rem;
  }
  .w9-m {
    width: 9rem;
  }
  .w10-m {
    width: 10rem;
  }
  .w12-m {
    width: 12rem;
  }
  .w14-m {
    width: 14rem;
  }
  .w16-m {
    width: 16rem;
  }
  .w18-m {
    width: 18rem;
  }
  .w-05-m {
    width: 5%;
  }
  .w-10-m {
    width: 10%;
  }
  .w-15-m {
    width: 15%;
  }
  .w-16-m {
    width: calc(100% / 6);
  }
  .w-20-m {
    width: 20%;
  }
  .w-25-m {
    width: 25%;
  }
  .w-30-m {
    width: 30%;
  }
  .w-33-m {
    width: calc(100% / 3);
  }
  .w-40-m {
    width: 40%;
  }
  .w-45-m {
    width: 45%;
  }
  .w-50-m {
    width: 50%;
  }
  .w-55-m {
    width: 55%;
  }
  .w-60-m {
    width: 60%;
  }
  .w-66-m {
    width: calc(100% / 1.5);
  }
  .w-70-m {
    width: 70%;
  }
  .w-75-m {
    width: 75%;
  }
  .w-80-m {
    width: 80%;
  }
  .w-85-m {
    width: 85%;
  }
  .w-90-m {
    width: 90%;
  }
  .w-95-m {
    width: 95%;
  }
  .w-100-m {
    width: 100%;
  }
  .w-auto-m {
    width: auto;
  }
  .w-initial-m {
    width: initial;
  }
}
@media screen and (min-width: 64em) {
  .w025-l {
    width: 0.25rem;
  }
  .w050-l {
    width: 0.5rem;
  }
  .w075-l {
    width: 0.75rem;
  }
  .w1-l {
    width: 1rem;
  }
  .w2-l {
    width: 2rem;
  }
  .w3-l {
    width: 3rem;
  }
  .w4-l {
    width: 4rem;
  }
  .w5-l {
    width: 5rem;
  }
  .w6-l {
    width: 6rem;
  }
  .w7-l {
    width: 7rem;
  }
  .w8-l {
    width: 8rem;
  }
  .w9-l {
    width: 9rem;
  }
  .w10-l {
    width: 10rem;
  }
  .w12-l {
    width: 12rem;
  }
  .w14-l {
    width: 14rem;
  }
  .w16-l {
    width: 16rem;
  }
  .w18-l {
    width: 18rem;
  }
  .w-05-l {
    width: 5%;
  }
  .w-10-l {
    width: 10%;
  }
  .w-15-l {
    width: 15%;
  }
  .w-16-l {
    width: calc(100% / 6);
  }
  .w-20-l {
    width: 20%;
  }
  .w-25-l {
    width: 25%;
  }
  .w-30-l {
    width: 30%;
  }
  .w-33-l {
    width: calc(100% / 3);
  }
  .w-40-l {
    width: 40%;
  }
  .w-45-l {
    width: 45%;
  }
  .w-50-l {
    width: 50%;
  }
  .w-55-l {
    width: 55%;
  }
  .w-60-l {
    width: 60%;
  }
  .w-66-l {
    width: calc(100% / 1.5);
  }
  .w-70-l {
    width: 70%;
  }
  .w-75-l {
    width: 75%;
  }
  .w-80-l {
    width: 80%;
  }
  .w-85-l {
    width: 85%;
  }
  .w-90-l {
    width: 90%;
  }
  .w-100-l {
    width: 100%;
  }
  .w-auto-l {
    width: auto;
  }
  .w-initial-l {
    width: initial;
  }
}
/*
    OVERFLOW
 */
.overflow-visible {
  overflow: visible;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
/*
@media @breakpoint-small {
	.overflow-visible-s   { overflow  : visible; }
	.overflow-hidden-s    { overflow  : hidden; }
	.overflow-scroll-s    { overflow  : scroll; }
	.overflow-auto-s      { overflow  : auto; }
	.overflow-x-visible-s { overflow-x: visible; }
	.overflow-x-hidden-s  { overflow-x: hidden; }
	.overflow-x-scroll-s  { overflow-x: scroll; }
	.overflow-x-auto-s    { overflow-x: auto; }

	.overflow-y-visible-s { overflow-y: visible; }
	.overflow-y-hidden-s  { overflow-y: hidden; }
	.overflow-y-scroll-s  { overflow-y: scroll; }
	.overflow-y-auto-s    { overflow-y: auto; }
}

@media @breakpoint-medium {
	.overflow-visible-m   { overflow  : visible; }
	.overflow-hidden-m    { overflow  : hidden; }
	.overflow-scroll-m    { overflow  : scroll; }
	.overflow-auto-m      { overflow  : auto; }

	.overflow-x-visible-m { overflow-x: visible; }
	.overflow-x-hidden-m  { overflow-x: hidden; }
	.overflow-x-scroll-m  { overflow-x: scroll; }
	.overflow-x-auto-m    { overflow-x: auto; }

	.overflow-y-visible-m { overflow-y: visible; }
	.overflow-y-hidden-m  { overflow-y: hidden; }
	.overflow-y-scroll-m  { overflow-y: scroll; }
	.overflow-y-auto-m    { overflow-y: auto; }
}

@media @breakpoint-large {
	.overflow-visible-l   { overflow  : visible; }
	.overflow-hidden-l    { overflow  : hidden; }
	.overflow-scroll-l    { overflow  : scroll; }
	.overflow-auto-l      { overflow  : auto; }

	.overflow-x-visible-l { overflow-x: visible; }
	.overflow-x-hidden-l  { overflow-x: hidden; }
	.overflow-x-scroll-l  { overflow-x: scroll; }
	.overflow-x-auto-l    { overflow-x: auto; }

	.overflow-y-visible-l { overflow-y: visible; }
	.overflow-y-hidden-l  { overflow-y: hidden; }
	.overflow-y-scroll-l  { overflow-y: scroll; }
	.overflow-y-auto-l    { overflow-y: auto; }
}
*/
/*
	POSITIONING
*/
.static {
  position: static;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
/*
@media @breakpoint-small {
	//.static-s    { position: static; }
	//.relative-s  { position: relative; }
	//.absolute-s  { position: absolute; }
	//.fixed-s     { position: fixed; }
	//.sticky-s    { position: sticky; }
}

@media @breakpoint-medium {
	//.static-m    { position: static; }
	//.relative-m  { position: relative; }
	//.absolute-m  { position: absolute; }
	//.fixed-m     { position: fixed; }
	//.sticky-m    { position: sticky; }
}
*/
@media screen and (min-width: 64em) {
  .relative-l {
    position: relative;
  }
  .absolute-l {
    position: absolute;
  }
  .sticky-l {
    position: sticky;
  }
}
/*
    OPACITY
*/
.o-100 {
  opacity: 1;
}
.o-90 {
  opacity: 0.9;
}
.o-80 {
  opacity: 0.8;
}
.o-70 {
  opacity: 0.7;
}
.o-60 {
  opacity: 0.6;
}
.o-50 {
  opacity: 0.5;
}
.o-40 {
  opacity: 0.4;
}
.o-30 {
  opacity: 0.3;
}
.o-20 {
  opacity: 0.2;
}
.o-10 {
  opacity: 0.1;
}
.o-05 {
  opacity: 0.05;
}
.o-025 {
  opacity: 0.025;
}
.o-0 {
  opacity: 0;
}
/*
  ROTATIONS
*/
.rotate-45 {
  transform: rotate(45deg);
}
/*
.rotate-90  { transform: rotate(90deg); }
.rotate-135 { transform: rotate(135deg); }
.rotate-180 { transform: rotate(180deg); }
.rotate-225 { transform: rotate(225deg); }
.rotate-270 { transform: rotate(270deg); }
.rotate-315 { transform: rotate(315deg); }

@media @breakpoint-small {
	.rotate-45-s  { transform: rotate(45deg); }
	.rotate-90-s  { transform: rotate(90deg); }
	.rotate-135-s { transform: rotate(135deg); }
	.rotate-180-s { transform: rotate(180deg); }
	.rotate-225-s { transform: rotate(225deg); }
	.rotate-270-s { transform: rotate(270deg); }
	.rotate-315-s { transform: rotate(315deg); }
}

@media @breakpoint-medium {
	.rotate-45-m  { transform: rotate(45deg); }
	.rotate-90-m  { transform: rotate(90deg); }
	.rotate-135-m { transform: rotate(135deg); }
	.rotate-180-m { transform: rotate(180deg); }
	.rotate-225-m { transform: rotate(225deg); }
	.rotate-270-m { transform: rotate(270deg); }
	.rotate-315-m { transform: rotate(315deg); }
}

@media @breakpoint-large {
	.rotate-45-l  { transform: rotate(45deg); }
	.rotate-90-l  { transform: rotate(90deg); }
	.rotate-135-l { transform: rotate(135deg); }
	.rotate-180-l { transform: rotate(180deg); }
	.rotate-225-l { transform: rotate(225deg); }
	.rotate-270-l { transform: rotate(270deg); }
	.rotate-315-l { transform: rotate(315deg); }
}
*/
/*
   SKINS
*/
.whitescaled {
  filter: invert(100%) sepia(94%) saturate(2%) hue-rotate(63deg) brightness(108%) contrast(100%);
}
.grayscaled {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.2s ease;
  /* Fade to color for Chrome and Safari */
  opacity: 0.6;
}
.grayscaled:hover,
.grayscaled:focus {
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
/* Text colors */
.color-inherit {
  color: inherit;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
.red {
  color: #ff0033;
}
.orange {
  color: #ff6633;
}
.orange-dark {
  color: #ff5319;
}
.orange-light {
  color: rgba(254, 220, 213, 0.6);
}
.yellow,
.gold {
  color: #ffb74d;
}
.blue-dark {
  color: #00282e;
}
.petrol {
  color: #00282e;
}
.green {
  color: #27ae60;
}
.aqua {
  color: #85ebdb;
}
.gray-light {
  color: #f2f7f8;
}
.gray {
  color: #ebf0f0;
}
.gray-medium {
  color: #848c91;
}
.gray-dark,
.silber {
  color: #5f6266;
}
.gray-darkest {
  color: #050608;
}
/* Background colors */
.bg-none {
  background: none;
}
.bg-transparent {
  background-color: transparent;
}
.bg-inherit {
  background-color: inherit;
}
.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-red {
  background-color: #ff0033;
}
.bg-red-dark {
  background-color: #8c0032;
}
.bg-purple {
  background-color: #d287c6;
}
.bg-orange-light {
  background-color: rgba(254, 220, 213, 0.6);
}
.bg-orange {
  background-color: #ff6633;
}
.bg-orange-dark {
  background-color: #ff5319;
}
.bg-yellow,
.bg-gold {
  background-color: #ffb74d;
}
.bg-aqua {
  background-color: #85ebdb;
}
.bg-blue-dark {
  background-color: #00282e;
}
.bg-petrol {
  background-color: #00282e;
}
.bg-gray-light {
  background-color: #f2f7f8;
}
.bg-gray {
  background-color: #ebf0f0;
}
.bg-gray-dark,
.bg-silber {
  background-color: #5f6266;
}
.bg-gray-05 {
  background-color: #f2f2f2;
}
.bg-gray-025 {
  background-color: #f7f7f7;
}
.bg-gray-0125 {
  background-color: #fcfcfc;
}
main.agency .bg-switch:nth-child(even) {
  background-color: #fff;
}
main.agency .bg-switch:nth-child(odd) {
  background-color: #f2f7f8;
}
@media screen and (min-width: 50em) {
  .bg-transparent-m {
    background-color: transparent;
  }
  .bg-gray-light-m {
    background-color: #f2f7f8;
  }
}
@media screen and (min-width: 64em) {
  .bg-none-l {
    background: none;
  }
  .bg-transparent-l {
    background-color: transparent;
  }
  .bg-gray-light-l {
    background-color: #f2f7f8;
  }
  .bg-orange-light-l {
    background-color: rgba(254, 220, 213, 0.6);
  }
}
/* Border colors */
.b--transparent {
  border-color: transparent;
}
.b--inherit {
  border-color: inherit;
}
.b--white {
  border-color: #fff;
}
.b--gray-light {
  border-color: #f2f7f8;
}
.b--gray {
  border-color: #ebf0f0;
}
.b--gray-medium {
  border-color: #848c91;
}
.b--gray-dark {
  border-color: #5f6266;
}
.b--gray-border-form {
  border-color: rgba(86, 110, 115, 0.4);
}
.b--orange-light {
  border-color: rgba(254, 220, 213, 0.6);
}
.b--orange {
  border-color: #ff6633;
}
.b--orange-dark {
  border-color: #ff5319;
}
.b--blue-dark {
  border-color: #00282e;
}
.bt--trans {
  border-top-color: transparent;
}
.bb--trans {
  border-bottom-color: transparent;
}
.bt--orange-light {
  border-top-color: rgba(254, 220, 213, 0.6);
}
.bb--orange-light {
  border-bottom-color: rgba(254, 220, 213, 0.6);
}
.bt--white {
  border-top-color: #fff;
}
.bb--white {
  border-bottom-color: #fff;
}
.bt--gray {
  border-top-color: #ebf0f0;
}
.bb--gray {
  border-bottom-color: #ebf0f0;
}
/*
  SKINS:PSEUDO
  Customize the color of an element when
  it is focused or hovered over.
*/
.hover-bg-white:hover,
.hover-bg-white:focus {
  background-color: #fff;
}
/*
  SPACING
*/
.pa0 {
  padding: 0;
}
.pa025 {
  padding: 0.25rem;
}
.pa050 {
  padding: 0.5rem;
}
.pa075 {
  padding: 0.75rem;
}
.pa1 {
  padding: 1rem;
}
.pa150 {
  padding: 1.5rem;
}
.pa2 {
  padding: 2rem;
}
.pa3 {
  padding: 3rem;
}
.pa4 {
  padding: 4rem;
}
.pl1 {
  padding-left: 1rem;
}
.pl2 {
  padding-left: 2rem;
}
.pl3 {
  padding-left: 3rem;
}
.pl4 {
  padding-left: 4rem;
}
.pr050 {
  padding-right: 0.5rem;
}
.pr1 {
  padding-right: 1rem;
}
.pr2 {
  padding-right: 2rem;
}
.pr3 {
  padding-right: 3rem;
}
.pr5 {
  padding-right: 5rem;
}
.pr6 {
  padding-right: 6rem;
}
.pb0 {
  padding-bottom: 0;
}
.pb050 {
  padding-bottom: 0.5rem;
}
.pb1 {
  padding-bottom: 1rem;
}
.pb3 {
  padding-bottom: 3rem;
}
.pb4 {
  padding-bottom: 4rem;
}
.pb5 {
  padding-bottom: 5rem;
}
.pb6 {
  padding-bottom: 6rem;
}
.pt1 {
  padding-top: 1rem;
}
.pt2 {
  padding-top: 2rem;
}
.pt3 {
  padding-top: 3rem;
}
.pt4 {
  padding-top: 4rem;
}
.pt8 {
  padding-top: 8rem;
}
.pv025 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pv050 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pv075 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pv1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pv2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pv3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pv4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pv5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.ph0 {
  padding-left: 0;
  padding-right: 0;
}
.ph050 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ph075 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.ph1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.ph2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ph3 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.ph4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.m-auto {
  margin: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.ma0 {
  margin: 0;
}
.ma025 {
  margin: 0.25rem;
}
.ma050 {
  margin: 0.5rem;
}
.ml0 {
  margin-left: 0;
}
.ml025 {
  margin-left: 0.25rem;
}
.ml050 {
  margin-left: 0.5rem;
}
.ml075 {
  margin-left: 0.75rem;
}
.ml1 {
  margin-left: 1rem;
}
.ml2 {
  margin-left: 2rem;
}
.ml4 {
  margin-left: 4rem;
}
.mr0 {
  margin-right: 0;
}
.mr025 {
  margin-right: 0.25rem;
}
.mr050 {
  margin-right: 0.5rem;
}
.mr075 {
  margin-right: 0.75rem;
}
.mr1 {
  margin-right: 1rem;
}
.mr2 {
  margin-right: 2rem;
}
.mr3 {
  margin-right: 3rem;
}
.mr4 {
  margin-right: 4rem;
}
.mr5 {
  margin-right: 5rem;
}
.mt0 {
  margin-top: 0;
}
.mt025 {
  margin-top: 0.25rem;
}
.mt050 {
  margin-top: 0.5rem;
}
.mt075 {
  margin-top: 0.75rem;
}
.mt1 {
  margin-top: 1rem;
}
.mt2 {
  margin-top: 2rem;
}
.mt3 {
  margin-top: 3rem;
}
.mt4 {
  margin-top: 4rem;
}
.mt5 {
  margin-top: 5rem;
}
.mt6 {
  margin-top: 6rem;
}
.mt8 {
  margin-top: 8rem;
}
.mb0 {
  margin-bottom: 0;
}
.mb025 {
  margin-bottom: 0.25rem;
}
.mb050 {
  margin-bottom: 0.5rem;
}
.mb075 {
  margin-bottom: 0.75rem;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb150 {
  margin-bottom: 1.5rem;
}
.mb2 {
  margin-bottom: 2rem;
}
.mb3 {
  margin-bottom: 3rem;
}
.mb4 {
  margin-bottom: 4rem;
}
.mb5 {
  margin-bottom: 5rem;
}
.mb6 {
  margin-bottom: 6rem;
}
.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mv025 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mv050 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mv075 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mv1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mv2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mv3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mv5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mv8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.mh025 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mh050 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mh075 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mh1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 36em) {
  .pa2-s {
    padding: 2rem;
  }
  .ph2-s {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .mt4-s {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 50em) {
  .pa1-m {
    padding: 1rem;
  }
  .pa2-m {
    padding: 2rem;
  }
  .pa3-m {
    padding: 3rem;
  }
  .pl1-m {
    padding-left: 1rem;
  }
  .pr1-m {
    padding-right: 1rem;
  }
  .pb1-m {
    padding-bottom: 1rem;
  }
  .pv5-m {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .ph3-m {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .ph4-m {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ma0-m {
    margin: 0;
  }
  .ml4-m {
    margin-left: 4rem;
  }
  .mr0-m {
    margin-right: 0;
  }
  .mr1-m {
    margin-right: 1rem;
  }
  .mr2-m {
    margin-right: 2rem;
  }
  .mt2-m {
    margin-bottom: 2rem;
  }
  .mt3-m {
    margin-bottom: 3rem;
  }
  .mb0-m {
    margin-bottom: 0;
  }
  .mb3-m {
    margin-bottom: 3rem;
  }
  .mb4-m {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .pa0-l {
    padding: 0;
  }
  .pl4-l {
    padding-left: 4rem;
  }
  .pr4-l {
    padding-right: 4rem;
  }
  .pr5-l {
    padding-right: 5rem;
  }
  .pt8-l {
    padding-top: 8rem;
  }
  .pb8-l {
    padding-bottom: 8rem;
  }
  .mh0-l {
    margin-left: 0;
    margin-right: 0;
  }
  .ml0-l {
    margin-left: 0;
  }
  .ml1-l {
    margin-left: 1rem;
  }
  .mr2-l {
    margin-right: 2rem;
  }
  .mr5-l {
    margin-right: 5rem;
  }
  .mt2-l {
    margin-top: 2rem;
  }
  .mt5-l {
    margin-top: 5rem;
  }
  .mt6-l {
    margin-top: 6rem;
  }
  .mb3-l {
    margin-bottom: 3rem;
  }
  .mb4-l {
    margin-bottom: 4rem;
  }
}
/*
	NEGATIVE MARGINS
*/
/*
.na0   { margin: 0; }
.na025 { margin: calc(-1 * @rem-025); }
.na050 { margin: calc(-1 * @rem-050); }
.na075 { margin: calc(-1 * @rem-075); }
.na1   { margin: calc(-1 * @rem-100); }
.na2   { margin: calc(-1 * @rem-200); }
.na3   { margin: calc(-1 * @rem-300); }
.na4   { margin: calc(-1 * @rem-400); }
*/
.nl025 {
  margin-left: calc(-1 * 0.25rem);
}
.nl050 {
  margin-left: calc(-1 * 0.5rem);
}
.nl075 {
  margin-left: calc(-1 * 0.75rem);
}
.nl1 {
  margin-left: calc(-1 * 1rem);
}
.nl2 {
  margin-left: calc(-1 * 2rem);
}
.nl3 {
  margin-left: calc(-1 * 3rem);
}
.nl4 {
  margin-left: calc(-1 * 4rem);
}
.nr025 {
  margin-right: calc(-1 * 0.25rem);
}
.nr050 {
  margin-right: calc(-1 * 0.5rem);
}
.nr075 {
  margin-right: calc(-1 * 0.75rem);
}
.nr1 {
  margin-right: calc(-1 * 1rem);
}
.nr2 {
  margin-right: calc(-1 * 2rem);
}
.nr3 {
  margin-right: calc(-1 * 3rem);
}
.nr4 {
  margin-right: calc(-1 * 4rem);
}
.nt1 {
  margin-top: calc(-1 * 1rem);
}
.nt2 {
  margin-top: calc(-1 * 2rem);
}
.nt3 {
  margin-top: calc(-1 * 3rem);
}
.nt4 {
  margin-top: calc(-1 * 4rem);
}
.nt6 {
  margin-top: calc(-1 * 6rem);
}
.nb1 {
  margin-bottom: calc(-1 * 1rem);
}
.nb2 {
  margin-bottom: calc(-1 * 2rem);
}
.nb3 {
  margin-bottom: calc(-1 * 3rem);
}
.nb4 {
  margin-bottom: calc(-1 * 4rem);
}
/*
@media @breakpoint-small {
	.na0-s   { margin: 0; }
	.na025-s { margin: calc(-1 * @rem-025); }
	.na050-s { margin: calc(-1 * @rem-050); }
	.na075-s { margin: calc(-1 * @rem-075); }
	.na1-s   { margin: calc(-1 * @rem-100); }
	.na2-s   { margin: calc(-1 * @rem-200); }
	.na3-s   { margin: calc(-1 * @rem-300); }
	.na4-s   { margin: calc(-1 * @rem-400); }

	.nl0-s   { margin-left: 0; }
	.nl025-s { margin-left: calc(-1 * @rem-025); }
	.nl050-s { margin-left: calc(-1 * @rem-050); }
	.nl075-s { margin-left: calc(-1 * @rem-075); }
	.nl1-s   { margin-left: calc(-1 * @rem-100); }
	.nl2-s   { margin-left: calc(-1 * @rem-200); }
	.nl3-s   { margin-left: calc(-1 * @rem-300); }
	.nl4-s   { margin-left: calc(-1 * @rem-400); }

	.nr0-s   { margin-right: 0; }
	.nr025-s { margin-right: calc(-1 * @rem-025); }
	.nr050-s { margin-right: calc(-1 * @rem-050); }
	.nr075-s { margin-right: calc(-1 * @rem-075); }
	.nr1-s   { margin-right: calc(-1 * @rem-100); }
	.nr2-s   { margin-right: calc(-1 * @rem-200); }
	.nr3-s   { margin-right: calc(-1 * @rem-300); }
	.nr4-s   { margin-right: calc(-1 * @rem-400); }

	.nt0-s   { margin-top: 0; }
	.nt025-s { margin-top: calc(-1 * @rem-025); }
	.nt050-s { margin-top: calc(-1 * @rem-050); }
	.nt075-s { margin-top: calc(-1 * @rem-075); }
	.nt1-s   { margin-top: calc(-1 * @rem-100); }
	.nt2-s   { margin-top: calc(-1 * @rem-200); }
	.nt3-s   { margin-top: calc(-1 * @rem-300); }
	.nt4-s   { margin-top: calc(-1 * @rem-400); }
	.nt8-s   { margin-top: calc(-1 * @rem-800); }

	.nb0-s   { margin-bottom: 0; }
	.nb025-s { margin-bottom: calc(-1 * @rem-025); }
	.nb050-s { margin-bottom: calc(-1 * @rem-050); }
	.nb075-s { margin-bottom: calc(-1 * @rem-075); }
	.nb1-s   { margin-bottom: calc(-1 * @rem-100); }
	.nb2-s   { margin-bottom: calc(-1 * @rem-200); }
	.nb3-s   { margin-bottom: calc(-1 * @rem-300); }
	.nb4-s   { margin-bottom: calc(-1 * @rem-400); }
}
*/
@media screen and (min-width: 50em) {
  .nl1-m {
    margin-left: calc(-1 * 1rem);
  }
  .nr1-m {
    margin-right: calc(-1 * 1rem);
  }
  /*
	.na0-m   { margin: 0; }
	.na025-m { margin: calc(-1 * @rem-025); }
	.na050-m { margin: calc(-1 * @rem-050); }
	.na075-m { margin: calc(-1 * @rem-075); }
	.na1-m   { margin: calc(-1 * @rem-100); }
	.na2-m   { margin: calc(-1 * @rem-200); }
	.na3-m   { margin: calc(-1 * @rem-300); }
	.na4-m   { margin: calc(-1 * @rem-400); }

	.nl0-m   { margin-left: 0; }
	.nl025-m { margin-left: calc(-1 * @rem-025); }
	.nl050-m { margin-left: calc(-1 * @rem-050); }
	.nl075-m { margin-left: calc(-1 * @rem-075); }
	.nl2-m   { margin-left: calc(-1 * @rem-200); }
	.nl3-m   { margin-left: calc(-1 * @rem-300); }
	.nl4-m   { margin-left: calc(-1 * @rem-400); }

	.nr0-m   { margin-right: 0; }
	.nr025-m { margin-right: calc(-1 * @rem-025); }
	.nr050-m { margin-right: calc(-1 * @rem-050); }
	.nr075-m { margin-right: calc(-1 * @rem-075); }
	.nr2-m   { margin-right: calc(-1 * @rem-200); }
	.nr3-m   { margin-right: calc(-1 * @rem-300); }
	.nr4-m   { margin-right: calc(-1 * @rem-400); }

	.nt0-m   { margin-top: 0; }
	.nt025-m { margin-top: calc(-1 * @rem-025); }
	.nt050-m { margin-top: calc(-1 * @rem-050); }
	.nt075-m { margin-top: calc(-1 * @rem-075); }
	.nt1-m   { margin-top: calc(-1 * @rem-100); }
	.nt2-m   { margin-top: calc(-1 * @rem-200); }
	.nt3-m   { margin-top: calc(-1 * @rem-300); }
	.nt4-m   { margin-top: calc(-1 * @rem-400); }
	.nt6-m   { margin-top: calc(-1 * @rem-600); }
	.nt8-m   { margin-top: calc(-1 * @rem-800); }

	.nb0-m   { margin-bottom: 0; }
	.nb025-m { margin-bottom: calc(-1 * @rem-025); }
	.nb050-m { margin-bottom: calc(-1 * @rem-050); }
	.nb075-m { margin-bottom: calc(-1 * @rem-075); }
	.nb1-m   { margin-bottom: calc(-1 * @rem-100); }
	.nb2-m   { margin-bottom: calc(-1 * @rem-200); }
	.nb3-m   { margin-bottom: calc(-1 * @rem-300); }
	.nb4-m   { margin-bottom: calc(-1 * @rem-400); }
	*/
}
@media screen and (min-width: 64em) {
  /*
	.na0-l   { margin: 0; }
	.na025-l { margin: calc(-1 * @rem-025); }
	.na050-l { margin: calc(-1 * @rem-050); }
	.na075-l { margin: calc(-1 * @rem-075); }
	.na1-l   { margin: calc(-1 * @rem-100); }
	.na2-l   { margin: calc(-1 * @rem-200); }
	.na3-l   { margin: calc(-1 * @rem-300); }
	.na4-l   { margin: calc(-1 * @rem-400); }

	.nl0-l   { margin-left: 0; }
	.nl025-l { margin-left: calc(-1 * @rem-025); }
	.nl050-l { margin-left: calc(-1 * @rem-050); }
	.nl075-l { margin-left: calc(-1 * @rem-075); }
	*/
  .nl1-l {
    margin-left: calc(-1 * 1rem);
  }
  /*
	.nl2-l   { margin-left: calc(-1 * @rem-200); }
	.nl3-l   { margin-left: calc(-1 * @rem-300); }
	.nl4-l   { margin-left: calc(-1 * @rem-400); }

	.nr0-l   { margin-right: 0; }
	.nr025-l { margin-right: calc(-1 * @rem-025); }
	.nr050-l { margin-right: calc(-1 * @rem-050); }
	.nr075-l { margin-right: calc(-1 * @rem-075); }
	*/
  .nr1-l {
    margin-right: calc(-1 * 1rem);
  }
  /*
	.nr2-l   { margin-right: calc(-1 * @rem-200); }
	.nr3-l   { margin-right: calc(-1 * @rem-300); }
	.nr4-l   { margin-right: calc(-1 * @rem-400); }

	.nt0-l   { margin-top: 0; }
	.nt025-l { margin-top: calc(-1 * @rem-025); }
	.nt050-l { margin-top: calc(-1 * @rem-050); }
	.nt075-l { margin-top: calc(-1 * @rem-075); }
	.nt1-l   { margin-top: calc(-1 * @rem-100); }
	.nt2-l   { margin-top: calc(-1 * @rem-200); }
	.nt3-l   { margin-top: calc(-1 * @rem-300); }
	*/
  .nt4-l {
    margin-top: calc(-1 * 4rem);
  }
  /*
	.nt6-l   { margin-top: calc(-1 * @rem-600); }
	.nt8-l   { margin-top: calc(-1 * @rem-800); }

	.nb0-l   { margin-bottom: 0; }
	.nb025-l { margin-bottom: calc(-1 * @rem-025); }
	.nb050-l { margin-bottom: calc(-1 * @rem-050); }
	.nb075-l { margin-bottom: calc(-1 * @rem-075); }
	.nb1-l   { margin-bottom: calc(-1 * @rem-100); }
	.nb2-l   { margin-bottom: calc(-1 * @rem-200); }
	.nb3-l   { margin-bottom: calc(-1 * @rem-300); }
	.nb4-l   { margin-bottom: calc(-1 * @rem-400); }
	*/
}
/*
	TABLES
*/
.b-collapse {
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  width: 100%;
  margin-bottom: 3rem;
  border-collapse: collapse;
  border-spacing: 0;
}
/*
	TEXT DECORATION
*/
.strike {
  text-decoration: line-through;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
/*
@media @breakpoint-small {
	.strike-s       { text-decoration: line-through; }
	.underline-s    { text-decoration: underline; }
	.no-underline-s { text-decoration: none; }
}

@media @breakpoint-medium {
	.strike-m       { text-decoration: line-through; }
	.underline-m    { text-decoration: underline; }
	.no-underline-m { text-decoration: none; }
}

@media @breakpoint-large {
	.strike-l       { text-decoration: line-through; }
	.underline-l {    text-decoration: underline; }
	.no-underline-l { text-decoration: none; }
}
*/
/*
	TEXT ALIGN
*/
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
/*
@media @breakpoint-small {
	.tl-s  { text-align: left; }
	.tr-s  { text-align: right; }
	.tc-s  { text-align: center; }
	.tj-s  { text-align: justify; }
}
*/
@media screen and (min-width: 50em) {
  .tl-m {
    text-align: left;
  }
  .tr-m {
    text-align: right;
  }
  .tc-m {
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .tr-l {
    text-align: right;
  }
}
/*
  TEXT TRANSFORM
*/
.ws-nowrap {
  white-space: nowrap;
}
/*
@media @breakpoint-small {
	.ttc-s { text-transform: capitalize; }
	.ttl-s { text-transform: lowercase; }
	.ttu-s { text-transform: uppercase; }
	.ttn-s { text-transform: none; }
}
*/
/*
@media @breakpoint-large {
	.ttc-l { text-transform: capitalize; }
	.ttl-l { text-transform: lowercase; }
	.ttu-l { text-transform: uppercase; }
	.ttn-l { text-transform: none; }
}
*/
/*
	TYPE SCALE
*/
/* Type Scale */
.f-3 {
  font-size: 6rem;
}
.f-2 {
  font-size: 4rem;
}
.f-1 {
  font-size: 3.5rem;
}
.f1-fix {
  font-size: 3rem;
}
.f1 {
  font-size: 3rem;
}
.f2 {
  font-size: 1.75rem;
}
.f3 {
  font-size: 1.5rem;
}
.f4 {
  font-size: 1.25rem;
}
.f5 {
  font-size: 1rem;
}
.f6 {
  font-size: 0.9rem;
}
.f7 {
  font-size: 0.8rem;
}
.f8 {
  font-size: 0.75rem;
}
.f9 {
  font-size: 0.65rem;
}
body {
  font-size: 0.9rem;
}
h1 {
  line-height: 1;
  font-size: 3rem;
  margin-bottom: 2rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.9rem;
}
h6 {
  font-size: 0.75rem;
}
h1,
.f1,
h2 {
  margin-bottom: 2rem;
}
h3,
h4 {
  margin-bottom: 1rem;
}
h5,
h6 {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 50em) {
  body {
    font-size: 1rem;
  }
  h1,
  .f1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.9rem;
  }
  h1,
  h2,
  h3,
  h4 {
    margin-bottom: 2rem;
  }
  .f1-m {
    font-size: 3rem;
  }
  .f4-m {
    font-size: 1.25rem;
  }
  .f6-m {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 64em) {
  h1,
  .f1 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .f1-fix {
    font-size: 3.5rem;
  }
  .f1-l {
    font-size: 4rem;
  }
}
/*
   TYPOGRAPHY
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'CleverReach-Black', Arial, sans-serif;
  color: #00282e;
  margin-top: 0;
  line-height: 1;
  hyphens: auto;
}
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
p {
  margin-top: 0;
  margin-bottom: 2rem;
}
p:last-child {
  margin-bottom: 0;
}
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
  margin-top: 3rem;
}
blockquote {
  margin: 0;
  margin-bottom: 3rem;
  padding: 1rem;
  padding-right: 6rem;
  font-weight: 300;
  color: #5f6266;
  background-color: #fff;
  border-radius: 0.5rem;
  background-image: url(../img/backgrounds/bg-quote.svg);
  background-position: top right;
  background-repeat: no-repeat;
}
.hyphens {
  hyphens: auto;
}
.ellipsis {
  text-overflow: ellipsis;
}
@media screen and (min-width: 36em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    hyphens: none;
  }
}
/*
@media @breakpoint-medium {

}

@media @breakpoint-large {

}
*/
/*
   VERTICAL ALIGN
*/
.v-mid {
  vertical-align: middle;
}
/*

.v-base { vertical-align: baseline; }
.v-top  { vertical-align: top; }
.v-btm  { vertical-align: bottom; }

@media @breakpoint-small {
	.v-base-s { vertical-align: baseline; }
	.v-mid-s  { vertical-align: middle; }
	.v-top-s  { vertical-align: top; }
	.v-btm-s  { vertical-align: bottom; }
}

@media @breakpoint-medium {
	.v-base-m { vertical-align: baseline; }
	.v-mid-m  { vertical-align: middle; }
	.v-top-m  { vertical-align: top; }
	.v-btm-m  { vertical-align: bottom; }
}

@media @breakpoint-large {
	.v-base-l { vertical-align: baseline; }
	.v-mid-l  { vertical-align: middle; }
	.v-top-l  { vertical-align: top; }
	.v-btm-l  { vertical-align: bottom; }
}
*/
/*
  Z-INDEX
*/
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.z-999 {
  z-index: 999;
}
.z-9999 {
  z-index: 9999;
}
.z-max {
  z-index: 2147483647;
}
.z-inherit {
  z-index: inherit;
}
.z-initial {
  z-index: initial;
}
.z-unset {
  z-index: unset;
}
/*
	CAROUSEL  
*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
  flex-wrap: wrap;
  align-items: center;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 15%;
  padding: 0;
  text-align: center;
  background: none;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-color: #5f6266;
  border-style: solid;
  border-width: 1px;
  border-width: 0.5rem;
  border-color: #5f6266;
}
/* rtl:options: {
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  } */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators li {
  cursor: pointer;
}
.carousel-indicators li:hover {
  opacity: 1;
}
.carousel-indicators li .active {
  background-color: #ff6633;
}
/*
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}
*/
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
/*
  .carousel-dark .carousel-control-prev-icon,
  .carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
  }
  .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
  }
  .carousel-dark .carousel-caption {
    color: #000;
  }
*/
.accordion-title:after {
  position: absolute;
  right: 0;
  display: block;
  content: '+';
  line-height: 1;
  font-size: 1.75rem;
  font-weight: 300;
  color: #ff6633;
  border-radius: 100%;
  transition: all 0.25s linear;
  transform-origin: center center;
}
.accordion-title[aria-expanded="true"]:after {
  transform: rotate(45deg);
  color: #00282e;
}
/* CARRET */
.caret {
  content: '';
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* COLLAPSE */
.collapse:not(.show) {
  display: none;
}
.navbar.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
#menu-backdrop .collapsing {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.15s ease;
}
/* DROPDOWN TOGGLE */
.dropdown-toggle,
.collapse-toggle {
  position: relative;
  display: flex;
  align-items: center;
}
.dropdown-toggle[aria-expanded="false"]:after,
.collapse-toggle[aria-expanded="false"]:after {
  content: '';
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(0deg);
  transition: all 0.15s ease-in;
}
.dropdown-toggle[aria-expanded="true"]:after,
.collapse-toggle[aria-expanded="true"]:after {
  content: '';
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(180deg);
  transition: all 0.15s ease-out;
}
/* TABS */
.tabs {
  border-radius: 10rem;
  padding: 0.25rem;
  display: flex;
  gap: 0.5rem;
}
.tabs.tabs-s button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8rem;
  min-height: initial;
}
.tabs button {
  color: #ff6633;
  background-color: #fff;
  border-color: #ff6633;
}
.tabs button:hover {
  background-color: rgba(254, 220, 213, 0.6);
}
.tabs button.active {
  color: #fff;
  background-color: #ff6633;
  border-color: #ff6633;
}
.tabs button.active:hover {
  color: #fff;
  background-color: #ff5319;
  border-color: #ff5319;
}
.tabs button.active {
  pointer-events: none;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
/* BACKDROP */
.modal-backdrop.show {
  opacity: 0.4;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
#menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.4;
}
/* USERCENTRICS - Smart Data Protector */
.aspect-ratio > .uc-embedding-container {
  position: absolute !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 0.5rem;
}
/* SPINNER */
.loading-container {
  width: 40px;
  height: 40px;
}
.filter-taxonomy-loading {
  border: 2px solid #ebf0f0;
  border-top: 2px solid #ff6633;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.frame {
  overflow-y: scroll;
  height: 400px;
  margin-bottom: 3rem;
  border-radius: 0.5rem;
}
.frame figure img {
  margin: 0;
}
.frame::-webkit-scrollbar,
.frame-figure figure::-webkit-scrollbar {
  -webkit-appearance: none;
}
.frame::-webkit-scrollbar:vertical,
.frame-figure figure::-webkit-scrollbar:vertical {
  width: 11px;
}
.frame::-webkit-scrollbar-thumb,
.frame-figure figure::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.frame::-webkit-scrollbar-track,
.frame-figure figure::-webkit-scrollbar-track {
  background-color: #fff;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu .current-menu-item > .nav-link {
  color: #ff6633 !important;
}
.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
}
.mobile-toggle .burger span {
  display: block;
  border-radius: 0.125rem;
  width: 30px;
  height: 3px;
  margin: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  background-color: #ff6633;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-toggle[aria-expanded="true"] .burger span:nth-child(2) {
  opacity: 0;
}
.mobile-toggle[aria-expanded="true"] .burger span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.mobile-toggle[aria-expanded="true"] .burger span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
#nav-main {
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  font-size: 0.9rem;
}
.logo {
  display: block;
}
.logo img {
  object-fit: contain;
  width: auto;
  height: 100%;
}
.menu-top,
.menu-main {
  list-style-type: none;
  padding: 0;
}
.menu-top .nav-link,
.menu-main .nav-link {
  display: block;
}
.menu-top .dropdown-menu,
.menu-main .dropdown-menu {
  overflow: hidden;
  position: relative;
}
.menu-top .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #5f6266;
  font-weight: 300;
}
.menu-top .dropdown-menu .nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.menu-main {
  list-style-type: none;
  padding: 0;
  background-color: #f2f7f8;
}
.menu-main .nav-item {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #ebf0f0;
}
.menu-main .nav-link {
  padding: 1rem;
  color: #00282e;
}
.menu-main .nav-link:hover {
  background-color: #fff;
}
.menu-main .dropdown-menu .nav-link:hover {
  background-color: #f2f7f8;
}
.menu-main .sub-menu {
  padding: 0;
}
.menu-main .sub-menu .nav-item {
  display: flex;
  align-items: baseline;
}
.menu-main .sub-menu .nav-link {
  display: flex;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #5f6266;
  font-size: 0.8rem;
}
.menu-main .sub-menu .nav-link:before {
  display: inline-block;
  content: '\2022';
  padding-right: 0.5rem;
}
.menu-main .sub-menu .nav-link:hover {
  color: #00282e;
}
/* FOOTERNAV */
.menu-footer a {
  color: #fff;
  font-size: 0.8rem;
}
/* BLOGNAV */
.menu-blog .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #00282e;
}
/* BLOG SINGLE MENU SHARE */
.menu-share li {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #00282e;
}
.menu-share li a,
.menu-share li .shariff-icon {
  display: flex;
  align-items: center;
}
/* PAGINATION */
.pagination .nav-links a,
.pagination .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  background-color: #ebf0f0;
}
.pagination .nav-links a:hover,
.pagination .nav-links span:hover {
  background-color: #ff6633;
  color: #fff;
}
.pagination .nav-links .current {
  background-color: #ff6633;
  color: #fff;
}
@media screen and (min-width: 64em) {
  .navbar-main.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    transition: all 0.3s ease;
  }
  #nav-main {
    position: inherit;
    top: 0;
    display: flex;
  }
  .menu-top > .nav-item,
  .menu-main > .nav-item,
  .menu-blog > .nav-item {
    display: inline-block;
  }
  .menu-main {
    margin-right: 0.5rem;
    background-color: transparent;
  }
  .menu-main .dn-l {
    display: none !important;
  }
  .menu-main .nav-item {
    border-style: none;
    border-width: 0;
  }
  .menu-main .nav-link {
    font-size: 0.8rem;
  }
  .menu-main .nav-link:hover {
    background: none;
  }
  .menu-main > .nav-item > .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-width: 0.25rem;
    border-color: transparent;
  }
  .menu-main > .nav-item > .nav-link:hover,
  .menu-main > .nav-item > .nav-link.show {
    border-bottom-color: #ff6633;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .menu-main .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 1rem;
    box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.16);
    line-height: 1.4;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: 0.4s ease all;
  }
  .menu-main .dropdown-menu > .nav-item {
    width: 20%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #ebf0f0;
  }
  .menu-main .dropdown-menu > .nav-item > a {
    padding: 0.5rem;
    height: 3rem;
    font-size: 0.8rem;
    border-radius: 0.25rem;
  }
  .menu-main .dropdown-menu > .nav-item > a:hover {
    background-color: #ebf0f0;
  }
  .menu-main .dropdown-menu > .nav-item:first-child {
    border-style: none;
    border-width: 0;
  }
  .menu-main .dropdown-menu .nav-link:hover {
    background: none;
  }
  .menu-main .dropdown-menu.show {
    display: flex;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.4s ease all;
  }
  .menu-main .sub-menu {
    padding: 0;
  }
  .menu-main .sub-menu .nav-link {
    padding: 0.5rem;
    color: #5f6266;
    font-size: 0.8rem;
    border-radius: 0.25rem;
  }
  .menu-main .sub-menu .nav-link:before {
    display: none;
  }
  .menu-main .sub-menu .nav-link:hover {
    background-color: #ebf0f0;
  }
  .menu-blog .dropdown-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0.25rem;
    box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.16);
  }
  .menu-blog .dropdown-menu .nav-link:hover {
    color: #ff6633;
  }
}
/*
	ICONS
*/
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  color: #ff6633;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-reply-1:before {
  content: "\e900";
}
.icon-arrow-reply-2:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-up-down:before {
  content: "\e903";
}
.icon-automation:before {
  content: "\e904";
}
.icon-battery:before {
  content: "\e905";
}
.icon-bicycle:before {
  content: "\e906";
}
.icon-brush:before {
  content: "\e907";
}
.icon-bus:before {
  content: "\e908";
}
.icon-calendar:before {
  content: "\e909";
}
.icon-car:before {
  content: "\e90a";
}
.icon-cart:before {
  content: "\e90b";
}
.icon-chat:before {
  content: "\e90c";
}
.icon-checkmark-circle:before {
  content: "\e90d";
}
.icon-checkmark:before {
  content: "\e90e";
}
.icon-close {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid #ff6633;
  background-color: transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  /* Transform für Skalierung */
  transform: scale(1);
  /* Standardgröße */
}
.icon-close::before,
.icon-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 2px;
  background-color: #ff6633;
  transform-origin: center;
  transition: background-color 0.3s ease;
}
.icon-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.icon-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.icon-close:hover {
  transform: scale(1.33);
  /* Skaliert die Größe von 1.5rem auf 2rem */
  background-color: #ff6633;
  border-color: #ff6633;
}
.icon-close:hover::before,
.icon-close:hover::after {
  background-color: white;
}
.icon-coffee:before {
  content: "\e90f";
}
.icon-cursor-select:before {
  content: "\e910";
}
.icon-cutlery:before {
  content: "\e911";
}
.icon-doctorshat:before {
  content: "\e912";
}
.icon-document-heart:before {
  content: "\e913";
}
.icon-facebook:before {
  content: "\e914";
}
.icon-file:before {
  content: "\e915";
}
.icon-heart-fitness:before {
  content: "\e916";
}
.icon-help-wheel:before {
  content: "\e917";
}
.icon-home:before {
  content: "\e918";
}
.icon-hourglas:before {
  content: "\e919";
}
.icon-kid:before {
  content: "\e91a";
}
.icon-label:before {
  content: "\e91b";
}
.icon-laptop-mobile:before {
  content: "\e91c";
}
.icon-laptop:before {
  content: "\e91d";
}
.icon-linkedin:before {
  content: "\e91e";
}
.icon-mail:before {
  content: "\e91f";
}
.icon-minus-circle:before {
  content: "\e920";
}
.icon-mobile:before {
  content: "\e921";
}
.icon-money:before {
  content: "\e922";
}
.icon-multi-account:before {
  content: "\e923";
}
.icon-phone:before {
  content: "\e924";
}
.icon-instagram:before {
  content: "\e925";
}
.icon-puzzle:before {
  content: "\e926";
}
.icon-search:before {
  content: "\e927";
}
.icon-server:before {
  content: "\e928";
}
.icon-shake-hands:before {
  content: "\e929";
}
.icon-share:before {
  content: "\e92a";
}
.icon-shield-checkmark:before {
  content: "\e92b";
}
.icon-shield-lock:before {
  content: "\e92c";
}
.icon-shop-user:before {
  content: "\e92d";
}
.icon-shower:before {
  content: "\e92e";
}
.icon-star:before {
  content: "\e92f";
}
.icon-store:before {
  content: "\e930";
}
.icon-trash:before {
  content: "\e931";
}
.icon-user-profile:before {
  content: "\e932";
}
.icon-users:before {
  content: "\e933";
}
.icon-world:before {
  content: "\e934";
}
.icon-google:before {
  content: "\e935";
}
.icon-youtube:before {
  content: "\e936";
}
.flag {
  background-repeat: no-repeat;
}
.flag.de-de {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M36 0H0v24.497h36V0Z' fill='%23231F20'/%3E%3Cpath d='M36 8.145H0v16.352h36V8.145Z' fill='%23E2231A'/%3E%3Cpath d='M36 16.352H0v8.145h36v-8.145Z' fill='%23F4CD00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v24.56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.flag.at-de {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M36 0H0v24.497h36V0Z' fill='%23EB0029'/%3E%3Cpath d='M36 8.145H0v16.352h36V8.145Z' fill='%23fff'/%3E%3Cpath d='M36 16.29H0v8.145h36V16.29Z' fill='%23EB0029'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v24.56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.flag.ch-de {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M36 0H0v24.56h36V0Z' fill='%23E2231A'/%3E%3Cpath d='M25.93 9.948h-5.535V4.352h-4.787v5.596h-5.534v4.726h5.534v5.533h4.787v-5.534h5.534V9.949Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v24.56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.flag.dk-de {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M36 0H0v24.497h36V0Z' fill='%23C60C30'/%3E%3Cpath d='M15.605 0h-3.918v24.56h3.918V0Z' fill='%23fff'/%3E%3Cpath d='M36 10.321H0v3.917h36v-3.917Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v24.56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.flag.se-de {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M36 0H0v24.56h36V0Z' fill='%23006AA7'/%3E%3Cpath d='M15.295 0h-4.912v24.56h4.912V0Z' fill='%23FECC00'/%3E%3Cpath d='M36 9.824H0v4.912h36V9.824Z' fill='%23FECC00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v24.56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.flag.no-de {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M36 0H0v24.56h36V0Z' fill='%23F7323F'/%3E%3Cpath d='M9.016 0v9.202H0v6.155h9.016v9.203h6.155v-9.202H36V9.201H15.171V0H9.016Z' fill='%23fff'/%3E%3Cpath d='M10.632 0v10.88H0v2.799h10.632v10.88h2.86V13.68H36V10.88H13.492V0h-2.86Z' fill='%23001F5B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v24.56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.flag.fr-de {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M12 0H0v24.497h12V0Z' fill='%23041E41'/%3E%3Cpath d='M12 0v24.497h12V0H12Z' fill='%23fff'/%3E%3Cpath d='M36 0H24v24.497h12V0Z' fill='%23CF0A2C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v24.56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.flag.it-de {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M12 0H0v24.497h12V0Z' fill='%2300953A'/%3E%3Cpath d='M12 0v24.497h12V0H12Z' fill='%23fff'/%3E%3Cpath d='M36 0H24v24.497h12V0Z' fill='%23F7323F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v24.56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.flag.es-de {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M36 0H0v24.497h36V0Z' fill='%23CF0A2C'/%3E%3Cpath d='M36 6.093H0v12.249h36V6.093Z' fill='%23FFCE00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v24.56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.flag.gb-de {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M36 0H0v24.56h36V0Z' fill='%23022169'/%3E%3Cpath d='m31.523 0-9.45 6.404V0h-8.146v6.404L4.54 0H0v3.047l7.461 5.098H0v8.207h7.461L0 21.451v3.109h4.539l9.389-6.467v6.467h8.145v-6.467l9.45 6.467H36v-3.11l-7.461-5.098H36V8.145h-7.461L36 3.047V0h-4.477Z' fill='%23fff'/%3E%3Cpath d='M11.938 16.352 0 24.56h2.86l11.13-7.586v-.622h-2.052ZM33.142 0 22.074 7.585v.56h1.99L36.002 0h-2.86ZM0 1.927l9.078 6.218h2.86L0 0v1.927ZM24.063 16.352 36 24.56v-1.99l-9.077-6.218h-2.86Z' fill='%23EB0029'/%3E%3Cpath d='M15.606 0v9.824H0v4.912h15.606v9.824h4.85v-9.824H36V9.824H20.456V0h-4.85Z' fill='%23EB0029'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v24.56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.flag.nl-de {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M.062 16.29V8.083H36v16.352H.062V16.29ZM0 24.497h36V0H0v24.497Z' fill='%23CF0A2C'/%3E%3Cpath d='M36 8.083H.062v8.145H36V8.083Z' fill='%23fff'/%3E%3Cpath d='M36 16.29H.062v8.207H36V16.29Z' fill='%230033A0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v24.56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.flag.eu-de {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 36 24'%3E%3Cpath fill='%23039' d='M0 0h36v24H0V0z'/%3E%3Cpath fill='%23fc0' d='m18 2.8-.3.9h-1l.8.6-.3.9.8-.6.8.6-.3-.9.8-.6h-1zm.3 16.9-.3-.9-.3.9h-1l.8.6-.3.9.8-.6.8.6-.3-.9.8-.6zM10 12.6l.8.6-.3-.9.8-.6h-1l-.3-.9-.3.9h-1l.8.6-.3.9zm4.1-8.7-.3 1-1-.1.8.6-.3.9.8-.6.8.6-.3-.9.8-.6-1 .1zm-3.8 5.4.8-.6.8.6-.3-.9.8-.6h-1l-.3-.9-.3.9h-.9l.8.6zm1.1 6.6-.3-1-.2 1-1-.1.8.6-.4.9.8-.6.8.6-.3-.9.8-.6zm2.9 2.6-.3-.9-.3.9h-.9l.8.6-.4.9.8-.6.8.6-.3-.9.8-.6zm13-6.8h-1l-.3-.9-.3.9h-1l.8.6-.3.9.8-.6.8.6-.3-.9zm-5.9-6.3-.3.9.8-.6.8.6-.3-.9.8-.6-1 .1-.3-1-.3 1-1-.1zm3 3-.3.9.8-.6.8.6-.4-.9.8-.6h-.9l-.3-.9-.3.9h-1zm.7 7.5-.2-1-.3 1-1-.1.8.6-.3.9.8-.6.8.6-.4-.9.8-.6zm-2.8 2.6-.3-.9-.3.9h-1l.8.6-.3.9.8-.6.8.6-.4-.9.8-.6z'/%3E%3C/svg%3E");
}
.flag.row-de {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 36 24'%3E%3Cpath fill='%2300282e' d='M18 24c-1.7 0-3.2-.3-4.7-.9-1.5-.6-2.7-1.5-3.8-2.6S7.6 18.1 7 16.7c-.6-1.5-.9-3-.9-4.7s.3-3.2.9-4.7 1.5-2.7 2.5-3.8 2.4-1.9 3.8-2.5 3-1 4.7-1 3.2.3 4.7.9c1.5.6 2.7 1.5 3.8 2.5s1.9 2.3 2.5 3.8.9 3 .9 4.7-.3 3.3-.9 4.7c-.6 1.5-1.5 2.7-2.5 3.8s-2.4 1.9-3.8 2.6c-1.5.7-3 1-4.7 1zm0-1.7c.7-.7 1.3-1.5 1.8-2.5.5-.9.9-2 1.2-3.3h-5.8c.3 1.2.7 2.3 1.1 3.2.4 1 1 1.8 1.7 2.6zm-2.6-.4c-.5-.8-.9-1.6-1.3-2.5-.4-.9-.7-1.9-.9-3H8.8c.8 1.4 1.6 2.5 2.6 3.3 1 .9 2.4 1.6 4 2.2zm5.2 0c1.4-.5 2.7-1.2 3.9-2.1s2.1-2 2.8-3.3h-4.5c-.3 1.1-.6 2.1-.9 2.9-.4.9-.8 1.7-1.3 2.5zM8.2 14.7H13c-.1-.5-.1-1-.1-1.5v-2.6c0-.4.1-.8.1-1.3H8.2c-.2.5-.3.9-.3 1.3-.1.4-.1.8-.1 1.3s0 1 .1 1.4.1.9.3 1.4zm6.6 0h6.4c.1-.6.1-1.1.1-1.5v-2.4c0-.4-.1-.9-.1-1.5h-6.4c-.1.6-.1 1.1-.1 1.5v2.4c0 .3 0 .9.1 1.5zm8.2 0h4.8c.1-.5.2-.9.3-1.3s.1-.9.1-1.4c0-.5 0-1-.1-1.3-.1-.4-.1-.8-.3-1.3H23c.1.7.1 1.2.1 1.6v2.2c0 .4 0 .9-.1 1.5zm-.3-7.2h4.5c-.7-1.4-1.6-2.5-2.7-3.4s-2.5-1.6-4-2c.5.7.9 1.5 1.3 2.4.4.9.7 1.9.9 3zm-7.6 0h5.8c-.2-1.1-.6-2.1-1.1-3.1S18.7 2.6 18 1.8c-.6.5-1.2 1.3-1.6 2.1-.5.9-.9 2.1-1.3 3.6zm-6.3 0h4.5c.2-1.1.5-2 .8-2.9s.8-1.7 1.3-2.5c-1.5.4-2.8 1-3.9 1.9s-2 2.1-2.7 3.5z'/%3E%3C/svg%3E");
}
.flag.us-de {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M36 0H0v24.497h36V0Z' fill='%23fff'/%3E%3Cpath d='M36 0H0v1.927h36V0ZM36 3.73H0v1.928h36V3.731ZM36 7.523H0v1.928h36V7.523ZM36 11.254H0v1.927h36v-1.927ZM36 15.047H0v1.927h36v-1.927ZM36 18.84H0v1.927h36v-1.928ZM36 22.57H0v1.927h36V22.57Z' fill='%23C6093B'/%3E%3Cpath d='M16.539 0H0v13.181h16.539V0Z' fill='%23041E41'/%3E%3Cpath d='m1.368 1.554.435.311-.187-.497.435-.311h-.56L1.369.56l-.187.497H.684l.435.31-.187.498.436-.31ZM4.102 1.554l.435.311-.186-.497.435-.311h-.498L4.102.56l-.124.497h-.56l.435.31-.124.498.373-.31ZM6.903 1.554l.373.311-.125-.497.436-.311h-.56L6.903.56l-.187.497H6.22l.435.31-.187.498.436-.31ZM9.637 1.554l.435.311-.186-.497.435-.311h-.497L9.637.56l-.124.497h-.56l.435.31-.186.498.435-.31ZM12.434 1.554l.373.311-.124-.497.373-.311h-.498L12.434.56l-.187.497h-.497l.373.31-.124.498.435-.31ZM15.172 1.554l.435.311-.186-.497.435-.311h-.497L15.172.56l-.186.497h-.498l.436.31-.187.498.435-.31ZM2.735 2.922l.435.249-.187-.435.436-.311H2.92l-.186-.498-.187.498h-.497l.435.31-.187.436.436-.249ZM5.535 2.922l.374.249-.125-.435.373-.311H5.66l-.125-.498-.186.498h-.497l.373.31-.125.436.436-.249ZM8.27 2.922l.435.249-.186-.435.435-.311h-.498l-.186-.498-.187.498h-.497l.435.31-.186.436.435-.249ZM11.004 2.922l.436.249-.187-.435.435-.311h-.497l-.187-.498-.124.498h-.56l.435.31-.124.436.373-.249ZM13.805 2.922l.435.249-.186-.435.435-.311h-.56l-.124-.498-.187.498h-.497l.435.31-.186.436.435-.249ZM1.368 4.228l.435.31-.187-.497.435-.31h-.56l-.123-.498-.187.498H.684l.435.31-.187.498.436-.311ZM4.102 4.228l.435.31-.186-.497.435-.31h-.498l-.186-.498-.124.498h-.56l.435.31-.124.498.373-.311ZM6.903 4.228l.373.31-.125-.497.436-.31h-.56l-.124-.498-.187.498H6.22l.435.31-.187.498.436-.311ZM9.637 4.228l.435.31-.186-.497.435-.31h-.497l-.187-.498-.124.498h-.56l.435.31-.186.498.435-.311ZM12.434 4.228l.373.31-.124-.497.373-.31h-.498l-.124-.498-.187.498h-.497l.373.31L12 4.54l.435-.311ZM15.172 4.228l.435.31-.186-.497.435-.31h-.497l-.187-.498-.186.498h-.498l.436.31-.187.498.435-.311ZM2.735 5.534l.435.31-.187-.497.436-.249H2.92l-.186-.497-.187.497h-.497l.435.25-.187.497.436-.311ZM5.535 5.534l.374.31-.125-.497.373-.249H5.66l-.125-.497-.186.497h-.497l.373.25-.125.497.436-.311ZM8.27 5.534l.435.31-.186-.497.435-.249h-.498l-.186-.497-.187.497h-.497l.435.25-.186.497.435-.311ZM11.004 5.534l.436.31-.187-.497.435-.249h-.497l-.187-.497-.124.497h-.56l.435.25-.124.497.373-.311ZM13.805 5.534l.435.31-.186-.497.435-.249h-.56l-.124-.497-.187.497h-.497l.435.25-.186.497.435-.311ZM1.368 6.902l.435.31-.187-.497.435-.31h-.56l-.123-.498-.187.497H.684l.435.311-.187.497.436-.31ZM4.102 6.902l.435.31-.186-.497.435-.31h-.498l-.186-.498-.124.497h-.56l.435.311-.124.497.373-.31ZM6.903 6.902l.373.31-.125-.497.436-.31h-.56l-.124-.498-.187.497H6.22l.435.311-.187.497.436-.31ZM9.637 6.902l.435.31-.186-.497.435-.31h-.497l-.187-.498-.124.497h-.56l.435.311-.186.497.435-.31ZM12.434 6.902l.373.31-.124-.497.373-.31h-.498l-.124-.498-.187.497h-.497l.373.311-.124.497.435-.31ZM15.172 6.902l.435.31-.186-.497.435-.31h-.497l-.187-.498-.186.497h-.498l.436.311-.187.497.435-.31ZM2.735 8.207l.435.311-.187-.497.436-.311H2.92l-.186-.498-.187.498h-.497l.435.31-.187.498.436-.31ZM5.535 8.207l.374.311-.125-.497.373-.311H5.66l-.125-.498-.186.498h-.497l.373.31-.125.498.436-.31ZM8.27 8.207l.435.311-.186-.497.435-.311h-.498l-.186-.498-.187.498h-.497l.435.31-.186.498.435-.31ZM11.004 8.207l.436.311-.187-.497.435-.311h-.497l-.187-.498-.124.498h-.56l.435.31-.124.498.373-.31ZM13.805 8.207l.435.311-.186-.497.435-.311h-.56l-.124-.498-.187.498h-.497l.435.31-.186.498.435-.31ZM1.368 9.575l.435.249-.187-.435.435-.311h-.56l-.123-.498-.187.498H.684l.435.31-.187.436.436-.249ZM4.102 9.575l.435.249-.186-.435.435-.311h-.498l-.186-.498-.124.498h-.56l.435.31-.124.436.373-.249ZM6.903 9.575l.373.249-.125-.435.436-.311h-.56l-.124-.498-.187.498H6.22l.435.31-.187.436.436-.249ZM9.637 9.575l.435.249-.186-.435.435-.311h-.497l-.187-.498-.124.498h-.56l.435.31-.186.436.435-.249ZM12.434 9.575l.373.249-.124-.435.373-.311h-.498l-.124-.498-.187.498h-.497l.373.31-.124.436.435-.249ZM15.172 9.575l.435.249-.186-.435.435-.311h-.497l-.187-.498-.186.498h-.498l.436.31-.187.436.435-.249ZM2.735 10.88l.435.312-.187-.498.436-.31H2.92l-.186-.498-.187.497h-.497l.435.311-.187.498.436-.311ZM5.535 10.88l.374.312-.125-.498.373-.31H5.66l-.125-.498-.186.497h-.497l.373.311-.125.498.436-.311ZM8.27 10.88l.435.312-.186-.498.435-.31h-.498l-.186-.498-.187.497h-.497l.435.311-.186.498.435-.311ZM11.004 10.88l.436.312-.187-.498.435-.31h-.497l-.187-.498-.124.497h-.56l.435.311-.124.498.373-.311ZM13.805 10.88l.435.312-.186-.498.435-.31h-.56l-.124-.498-.187.497h-.497l.435.311-.186.498.435-.311ZM1.368 12.187l.435.31L1.616 12l.435-.249h-.56l-.123-.497-.187.497H.684l.435.249-.187.497.436-.31ZM4.102 12.187l.435.31L4.351 12l.435-.249h-.498l-.186-.497-.124.497h-.56l.435.249-.124.497.373-.31ZM6.903 12.187l.373.31L7.15 12l.436-.249h-.56l-.124-.497-.187.497H6.22l.435.249-.187.497.436-.31ZM9.637 12.187l.435.31L9.886 12l.435-.249h-.497l-.187-.497-.124.497h-.56l.435.249-.186.497.435-.31ZM12.434 12.187l.373.31-.124-.497.373-.249h-.498l-.124-.497-.187.497h-.497l.373.249-.124.497.435-.31ZM15.172 12.187l.435.31-.186-.497.435-.249h-.497l-.187-.497-.186.497h-.498l.436.249-.187.497.435-.31Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v24.56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.flag.ca-de {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M36 0H0v24.497h36V0Z' fill='%23EB0029'/%3E%3Cpath d='M27.047 0H9.016v24.497h18.03V0Z' fill='%23fff'/%3E%3Cpath d='m18.03 4.539-1.244 2.3c-.125.249-.373.249-.622.063l-.933-.436.684 3.544c.125.622-.31.622-.56.373l-1.554-1.678-.248.87c0 .124-.187.249-.374.187l-1.99-.373.498 1.927c.125.435.187.622-.124.684l-.684.31 3.42 2.799c.124.124.186.31.186.497l-.31.995c1.18-.124 2.238-.31 3.419-.497.124 0 .249.186.249.31l-.187 3.607h.56l-.063-3.607c0-.124.187-.31.25-.31 1.18.124 2.238.31 3.419.497l-.311-.995c-.062-.186 0-.373.187-.497l3.42-2.798-.685-.311c-.31-.124-.248-.31-.124-.684l.497-1.927-1.99.435c-.186 0-.31-.125-.372-.187l-.125-.932-1.554 1.74c-.249.311-.684.311-.56-.373l.684-3.544-.932.436c-.25.124-.498.186-.622-.062l-1.306-2.363Z' fill='%23EB0029'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v24.56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
/* Tabs */
/* Content Blocks */
.nav-tabs {
  display: flex;
}
.nav-tabs .nav-link {
  position: relative;
  bottom: -1px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-width: 0.25rem;
  background: none;
  border-color: transparent;
}
.nav-tabs .nav-link.active {
  font-weight: 600;
  color: #ff6633;
  border-color: #ff6633;
}
.ht-tabs .nav-tabs .nav-item {
  padding-left: 3rem;
  padding-right: 3rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(86, 110, 115, 0.4);
}
.tit-tabs .nav-tabs {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(86, 110, 115, 0.4);
}
.tit-tabs .nav-tabs .nav-link {
  margin-right: 3rem;
}
.row-full {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
/* Kundenstimmen */
.testimonial.half {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-width: 6rem;
}
.testimonial .bg-quote {
  width: 7rem;
  height: 7rem;
  z-index: 3;
  top: 0;
  right: 0;
  border-top-right-radius: 0.5rem;
}
.testimonial [class*="half_bg_"] {
  height: 700px;
}
.testimonial [class*="half_bg_"] .box-person {
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonial [class*="half_bg_"] .box-person img {
  margin-left: auto;
  width: 60%;
}
.testimonial [class*="half_bg_"] .box-trust {
  position: absolute;
  right: 0;
  bottom: -30px;
}
.testimonial [class*="half_bg_"] .box-trust img {
  margin: auto;
  width: 80%;
}
@media screen and (min-width: 50em) {
  [class*="half_bg_"] .box-trust img {
    width: 70%;
  }
}
@media screen and (min-width: 64em) {
  .testimonial.half {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-width: 6rem;
    border-bottom-width: 8rem;
  }
  .testimonial [class*="half_bg_"] {
    height: 350px;
  }
  .testimonial [class*="half_bg_"] .box-person {
    position: absolute;
    bottom: 0;
    right: 30px;
  }
  .testimonial [class*="half_bg_"] .box-person img {
    width: 70%;
  }
  .testimonial [class*="half_bg_"] .box-trust {
    position: absolute;
    right: 0;
    bottom: -60px;
  }
  .testimonial [class*="half_bg_"] .box-trust img {
    margin-right: 0;
    margin-left: auto;
    width: 80%;
  }
}
/* Login Page */
.social-frame-container iframe {
  height: 60px;
}
/* Integrations / Press */
@media screen and (min-width: 64em) {
  .col-aside .sticky {
    top: 9rem;
  }
}
/* SIDEBARNAV - Funktionen */
.list-group-item.active {
  color: #00282e;
}
.list-group-item.active .marker {
  background-color: #ff6633;
}
/* Overrides */
.box-t.tc .url {
  text-align: center;
}
/* Boxen */
.box:not(:only-child) {
  margin-bottom: 6rem;
}
/* PRICE */
/* Panel */
.panel.active {
  margin-top: calc(-1 * 1rem);
  margin-bottom: calc(-1 * 1rem);
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  background-color: #ff6633;
}
.panel.active h2 {
  color: #fff;
}
.panel.active .recommended {
  color: #fff;
}
.panel.active .price span {
  color: #fff;
}
.panel.active input[type=range]::-webkit-slider-runnable-track {
  background-color: #fff;
}
.panel.active input[type=range]::-moz-range-track {
  background-color: #fff;
}
.panel.active input[type=range]::-webkit-slider-thumb {
  background-color: #ff6633;
  border: 6px solid #fff;
}
.panel.active input[type=range]::-moz-range-thumb {
  background-color: #ff6633;
  border: 6px solid #fff;
}
.panel.active .list-icon li:after {
  color: #fff;
}
/* Price - Layer - Footer */
.sticky-tariff-box.active.shown {
  display: block;
}
/* Referencies / Testiminial */
.referencies + .testimonial {
  position: relative;
}
.referencies + .testimonial:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 16rem;
  background-color: rgba(254, 220, 213, 0.6);
}
/* Jobs */
.cr-infos .box-trust {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cr-infos .box-trust img {
  width: 45%;
}
.cr-infos .box-trust a {
  width: 45%;
}
.cr-infos .box-trust a img {
  width: 100%;
}
/* Wiredminds Modal */
.modal.wiredminds .crlogo {
  display: none;
  top: 1rem;
  left: 1rem;
  width: 20%;
}
.modal.wiredminds .industry-image {
  height: 18rem;
}
.modal.wiredminds .industry-image img {
  height: 100%;
}
.modal.wiredminds h2 {
  font-size: 2rem;
}
@media screen and (min-width: 64em) {
  .modal.wiredminds .crlogo {
    display: block;
    left: 2rem;
    width: 20%;
  }
  .modal.wiredminds .industry-image {
    height: initial;
  }
  .modal.wiredminds .industry-image img {
    height: 100%;
  }
  .modal.wiredminds h2 {
    margin-top: 2rem;
    font-size: 2.5rem;
  }
}
.smcx-embed {
  border-radius: 1rem !important;
  margin: auto !important;
}
/* crx - rga */
body .f5 {
  font-family: 'Ambit-Regular', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.35;
  margin-bottom: 1rem;
}
body .f1 {
  margin-bottom: 2rem;
}
body .text-intro {
  font-size: 1.5rem;
  line-height: 1.35;
}
body {
  overflow-x: hidden;
}
.btn {
  transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out, margin-bottom 0.6s ease-in-out;
  -webkit-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out, margin-bottom 0.6s ease-in-out;
}
.btn:hover span {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.btn.btn-orange span,
.btn.btn-dark span {
  color: #fff;
}
.btn.btn-yellow-cyan span,
.btn.btn-white span,
.btn.b--white span {
  color: #00282e;
}
.btn .btn-aqua {
  background-color: #85ebdb;
}
.btn .btn-aqua span {
  color: #00282e;
}
.btn .btn-aqua:hover {
  color: #fff;
  background-color: #00282e;
}
.btn.b--white span {
  color: #fff;
}
.btn.outlined,
.btn.btn-orange-outline,
.btn.btn-white-outline,
.btn.btn-gray-outline,
.btn.btn-dark-outline {
  background-color: transparent;
}
.btn.outlined.bg-white,
.btn.btn-orange-outline.bg-white,
.btn.btn-white-outline.bg-white,
.btn.btn-gray-outline.bg-white,
.btn.btn-dark-outline.bg-white {
  background-color: #fff;
}
.btn.outlined.bg-none,
.btn.btn-orange-outline.bg-none,
.btn.btn-white-outline.bg-none,
.btn.btn-gray-outline.bg-none,
.btn.btn-dark-outline.bg-none {
  background: none;
}
.btn.outlined.bg-black,
.btn.btn-orange-outline.bg-black,
.btn.btn-white-outline.bg-black,
.btn.btn-gray-outline.bg-black,
.btn.btn-dark-outline.bg-black {
  background-color: #000;
}
.btn.outlined.bg-white,
.btn.btn-orange-outline.bg-white,
.btn.btn-white-outline.bg-white,
.btn.btn-gray-outline.bg-white,
.btn.btn-dark-outline.bg-white {
  background-color: #fff;
}
.btn.outlined.bg-white-40,
.btn.btn-orange-outline.bg-white-40,
.btn.btn-white-outline.bg-white-40,
.btn.btn-gray-outline.bg-white-40,
.btn.btn-dark-outline.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.btn.outlined.bg-red,
.btn.btn-orange-outline.bg-red,
.btn.btn-white-outline.bg-red,
.btn.btn-gray-outline.bg-red,
.btn.btn-dark-outline.bg-red {
  background-color: #ff0033;
}
.btn.outlined.bg-orange-light,
.btn.btn-orange-outline.bg-orange-light,
.btn.btn-white-outline.bg-orange-light,
.btn.btn-gray-outline.bg-orange-light,
.btn.btn-dark-outline.bg-orange-light {
  background-color: rgba(254, 220, 213, 0.6);
}
.btn.outlined.bg-orange,
.btn.btn-orange-outline.bg-orange,
.btn.btn-white-outline.bg-orange,
.btn.btn-gray-outline.bg-orange,
.btn.btn-dark-outline.bg-orange {
  background-color: #ff6633;
}
.btn.outlined.bg-orange-dark,
.btn.btn-orange-outline.bg-orange-dark,
.btn.btn-white-outline.bg-orange-dark,
.btn.btn-gray-outline.bg-orange-dark,
.btn.btn-dark-outline.bg-orange-dark {
  background-color: #ff5319;
}
.btn.outlined.bg-yellow,
.btn.btn-orange-outline.bg-yellow,
.btn.btn-white-outline.bg-yellow,
.btn.btn-gray-outline.bg-yellow,
.btn.btn-dark-outline.bg-yellow,
.btn.outlined.bg-gold,
.btn.btn-orange-outline.bg-gold,
.btn.btn-white-outline.bg-gold,
.btn.btn-gray-outline.bg-gold,
.btn.btn-dark-outline.bg-gold {
  background-color: #ffb74d;
}
.btn.outlined.bg-blue-dark,
.btn.btn-orange-outline.bg-blue-dark,
.btn.btn-white-outline.bg-blue-dark,
.btn.btn-gray-outline.bg-blue-dark,
.btn.btn-dark-outline.bg-blue-dark {
  background-color: #00282e;
}
.btn.outlined.bg-gray-light,
.btn.btn-orange-outline.bg-gray-light,
.btn.btn-white-outline.bg-gray-light,
.btn.btn-gray-outline.bg-gray-light,
.btn.btn-dark-outline.bg-gray-light {
  background-color: #f2f7f8;
}
.btn.outlined.bg-gray,
.btn.btn-orange-outline.bg-gray,
.btn.btn-white-outline.bg-gray,
.btn.btn-gray-outline.bg-gray,
.btn.btn-dark-outline.bg-gray {
  background-color: #ebf0f0;
}
.btn.outlined.bg-gray-dark,
.btn.btn-orange-outline.bg-gray-dark,
.btn.btn-white-outline.bg-gray-dark,
.btn.btn-gray-outline.bg-gray-dark,
.btn.btn-dark-outline.bg-gray-dark,
.btn.outlined.bg-silber,
.btn.btn-orange-outline.bg-silber,
.btn.btn-white-outline.bg-silber,
.btn.btn-gray-outline.bg-silber,
.btn.btn-dark-outline.bg-silber {
  background-color: #5f6266;
}
.btn.outlined.bg-gray-05,
.btn.btn-orange-outline.bg-gray-05,
.btn.btn-white-outline.bg-gray-05,
.btn.btn-gray-outline.bg-gray-05,
.btn.btn-dark-outline.bg-gray-05 {
  background-color: #f2f2f2;
}
.btn.outlined.bg-gray-025,
.btn.btn-orange-outline.bg-gray-025,
.btn.btn-white-outline.bg-gray-025,
.btn.btn-gray-outline.bg-gray-025,
.btn.btn-dark-outline.bg-gray-025 {
  background-color: #f7f7f7;
}
.btn.outlined.bg-gray-0125,
.btn.btn-orange-outline.bg-gray-0125,
.btn.btn-white-outline.bg-gray-0125,
.btn.btn-gray-outline.bg-gray-0125,
.btn.btn-dark-outline.bg-gray-0125 {
  background-color: #fcfcfc;
}
.btn.outlined span.hover-text,
.btn.btn-orange-outline span.hover-text,
.btn.btn-white-outline span.hover-text,
.btn.btn-gray-outline span.hover-text,
.btn.btn-dark-outline span.hover-text {
  color: #fff;
}
.btn.btn-orange-outline:hover {
  background-color: #ff6633;
  border-color: #ff6633;
}
.btn.btn-dark-outline:hover {
  background-color: #00282e;
  border-color: #00282e;
}
.btn.b--white:hover {
  background-color: #fff;
}
.btn.b--white:hover span.hover-text {
  color: #ff6633;
}
.btn .label {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.btn .label span {
  line-height: 1.25;
  transition: transform 0.4s;
}
input,
.btn,
.nav-pills {
  border-radius: 10rem;
}
form .row input[type='radio'] + label::before {
  border-color: #ff6633;
}
form .row input[type='radio']:checked + label::before {
  background-color: #ff6633;
}
.navbar-service {
  background-color: #f2f7f8;
  padding: 0.2rem 0;
  transition: all 0.25s ease-in-out;
}
.navbar-main {
  background-color: #fff;
  border: none;
}
@media screen and (min-width: 64em) {
  .navbar-main {
    background: none;
    padding: 0 1rem;
  }
}
.navbar-main.scrolled {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.navbar-main.scrolled > div {
  background: transparent;
  box-shadow: none;
}
@media screen and (min-width: 64em) {
  .navbar-main > div {
    border-radius: 10rem;
    max-width: 82rem;
    background: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.04);
    padding: 0 1rem;
  }
}
.navbar-main .menu-main {
  align-content: center;
}
@media screen and (min-width: 64em) {
  .navbar-main .menu-main > .nav-item.active > .nav-link,
  .navbar-main .menu-main > .nav-item.current-menu-ancestor > .nav-link {
    border-bottom-color: #ff6633;
  }
  .navbar-main .menu-main > .nav-item:hover > .dropdown-menu {
    z-index: 1;
  }
  .navbar-main .menu-main > .nav-item > .dropdown-menu {
    z-index: 0;
  }
  .navbar-main .menu-main > .nav-item > .dropdown-menu > .nav-item {
    flex: 1;
    width: unset;
  }
  .navbar-main .menu-main > .nav-item > .dropdown-menu > .nav-item.dropdown > a {
    font-weight: bold;
  }
  .navbar-main .menu-main > .nav-item > .dropdown-menu .nav-link:hover {
    color: #00282e;
  }
  .navbar-main .menu-main > .nav-item > .nav-link {
    padding-top: calc(1rem + 1px);
    padding-bottom: calc(1rem + 1px);
  }
  .navbar-main .menu-main > .nav-item .nav-link {
    transition: all 0.25s ease-in-out;
  }
}
.breadcrumbs {
  padding: 1rem !important;
}
@media (min-width: 1024px) and (max-width: 1050px) {
  .menu-main .nav-link {
    font-size: 0.78rem;
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
  }
}
.nav-pills {
  gap: 0.5rem;
}
.nav-pills button {
  border: 1px solid transparent !important;
}
.nav-pills button:hover {
  background-color: #fff !important;
  border-color: #ff6633 !important;
}
.nav-pills button.active {
  pointer-events: none;
}
.nav-pills button .hover-text {
  color: #ff6633 !important;
  text-shadow: none !important;
}
@media screen and (min-width: 36em) {
  a.mb1[data-bs-dismiss="modal"] {
    margin-bottom: -2rem;
  }
}
.navbar-main.edgy > div {
  --height: 4rem;
  border-radius: calc(var(--height) / 2) calc(var(--height) / 2) 0 0 !important;
}
@media screen and (min-width: 64em) {
  .navbar-main.edgy > div .menu-main > li > ul {
    border-radius: 0 0 1rem 1rem;
  }
}
.menu-main.demo .custom,
.menu-main.demo .nav-item-description {
  display: none;
}
.menu-main.demo .nav-item.depth-0 > .nav-link {
  font-size: 1rem;
  font-size: clamp(0.8rem, 1vw, 1rem);
  padding-left: clamp(0.5rem, 1vw, 1rem);
  padding-right: clamp(0.5rem, 1vw, 1rem);
  padding-top: calc(1rem - 2px);
  padding-bottom: calc(1rem - 2px);
}
.menu-main.demo .nav-items.depth-0 > .nav-item {
  font-weight: bold;
}
.menu-main.demo .sub-wrapper .dropdown-menu {
  display: block;
}
.menu-main.demo .sub-wrapper .dropdown-menu .nav-item {
  font-weight: normal;
}
@media screen and (min-width: 64em) {
  .menu-main.demo {
    display: flex;
  }
  .menu-main.demo > .nav-item:hover .menu-wrapper {
    z-index: 1;
  }
  .menu-main.demo > .nav-item:hover + div {
    border-radius: 0;
  }
  .menu-main.demo > .nav-item > .menu-wrapper {
    position: absolute;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    left: 0;
    margin: 0;
    padding: 0;
    right: 0;
    box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.16);
    text-align: left;
    width: 100%;
    z-index: 0;
    background-clip: padding-box;
    border-radius: 0 0 1rem 1rem;
    visibility: hidden;
    opacity: 0;
    padding: 1rem;
    transition: none !important;
  }
  .menu-main.demo > .nav-item > .menu-wrapper.show {
    display: flex;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease;
  }
  .menu-main.demo > .nav-item > .menu-wrapper .current-menu-item > .nav-link,
  .menu-main.demo > .nav-item > .menu-wrapper .current-menu-ancestor > .nav-link {
    color: #ff6633 !important;
  }
  .menu-main.demo > .nav-item > .menu-wrapper > .nav-items {
    list-style: none;
    flex: 1;
    padding: 0;
    position: relative;
  }
  .menu-main.demo > .nav-item > .menu-wrapper > .nav-items > .nav-item {
    border-radius: 0.5rem;
    display: flex;
    transition: all 0.3s ease;
  }
  .menu-main.demo > .nav-item > .menu-wrapper > .nav-items > .nav-item.dropdown {
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .menu-main.demo > .nav-item > .menu-wrapper > .nav-items > .nav-item.dropdown > .nav-link {
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .menu-main.demo > .nav-item > .menu-wrapper > .nav-items > .nav-item.dropdown > .nav-link:after {
    content: ">";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-main.demo > .nav-item > .menu-wrapper > .nav-items > .nav-item.dropdown:first-of-type .sub-wrapper {
    border-radius: 0 0.5rem 0.5rem 0.5rem;
  }
  .menu-main.demo > .nav-item > .menu-wrapper > .nav-items > .nav-item > .nav-link {
    font-weight: bold;
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 1.4;
    position: relative;
    transition: all 0.3s ease;
    width: 50%;
  }
  .menu-main.demo > .nav-item > .menu-wrapper > .nav-items > .nav-item > .nav-link.show {
    background-color: #f2f7f8;
    color: #ff6633;
    z-index: 1;
    padding-left: 1.5rem;
  }
  .menu-main.demo > .nav-item > .menu-wrapper > .nav-items > .nav-item > .nav-link.show + .sub-wrapper {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .menu-main.demo > .nav-item > .menu-wrapper > .nav-items > .nav-item > .nav-link .nav-item-description {
    color: #848c91;
    font-weight: normal;
    display: block;
    font-size: 0.8rem;
  }
  .menu-main.demo > .nav-item > .menu-wrapper > .nav-items > .nav-item .sub-wrapper {
    background-color: #f2f7f8;
    border-radius: 0.5rem;
    height: 100%;
    padding: 0.5rem;
    left: 50%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
    visibility: hidden;
    width: 50%;
    z-index: 0;
  }
  .menu-main.demo > .nav-item > .menu-wrapper > .nav-items > .nav-item .sub-wrapper .nav-items {
    list-style: none;
    padding: 0.5rem;
  }
  .menu-main.demo > .nav-item > .menu-wrapper > .nav-items > .nav-item .sub-wrapper .nav-items .nav-link {
    font-size: 1rem;
    padding: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: normal;
  }
  .menu-main.demo > .nav-item > .menu-wrapper > .nav-items > .nav-item .sub-wrapper .nav-items .nav-link.show {
    color: #ff6633;
    padding-left: 1.5rem;
  }
  .menu-main.demo > .nav-item > .menu-wrapper .custom {
    border-radius: 0.5rem;
    display: inline-block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-right: 2rem;
    max-width: 400px;
    width: 100%;
  }
  .menu-main.demo > .nav-item > .menu-wrapper .custom.too-small {
    display: none !important;
  }
  .menu-main.demo > .nav-item > .menu-wrapper .custom a:not(.btn) {
    font-weight: bold;
    font-size: 1rem;
  }
  .menu-main.demo > .nav-item > .menu-wrapper .custom a:not(.btn).show {
    color: #ff6633;
  }
}
.dmd-light {
  color: #abcbd2;
}
body.darkmode {
  background-color: #00282e;
  color: #abcbd2;
}
body.darkmode h1,
body.darkmode h2,
body.darkmode h3,
body.darkmode h4,
body.darkmode h5,
body.darkmode h6 {
  color: #abcbd2;
}
body.darkmode .menu-top .nav-link {
  color: #85ebdb;
}
body.darkmode .menu-top .nav-link i {
  color: #85ebdb;
}
body.darkmode .menu-top .nav-link:hover {
  color: #fff;
}
body.darkmode .navbar-main.scrolled {
  background-color: #00282e;
}
body.darkmode .navbar-main > div {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
body.darkmode .navbar-main > div .logo img {
  filter: brightness(100);
}
body.darkmode .navbar-main > div .nav-link {
  color: #abcbd2;
}
body.darkmode .navbar-main > div .nav-link:hover {
  color: #fff;
}
body.darkmode .navbar-main > div .dropdown-menu {
  background-color: #003e48;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
body.darkmode .navbar-main > div .dropdown-menu li {
  border-color: rgba(255, 255, 255, 0.2);
}
body.darkmode > section,
body.darkmode main > section {
  background-color: #00282e;
}
body.darkmode > section.bg-orange-light,
body.darkmode main > section.bg-orange-light {
  background-color: #003e48;
}
body.darkmode > section .nav-pills,
body.darkmode main > section .nav-pills {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #85ebdb;
}
body.darkmode > section .nav-pills button,
body.darkmode main > section .nav-pills button {
  background-color: transparent;
}
body.darkmode > section .nav-pills button.active,
body.darkmode main > section .nav-pills button.active {
  background-color: #ff6633;
}
body.darkmode .bg-shape-orange {
  background-image: none;
}
body.darkmode .referencies + .testimonial:after {
  background-color: #003e48;
}
body.darkmode .testimonial > div > .relative {
  background-color: #85ebdb;
  color: #00282e;
}
body.darkmode .testimonial > div > .relative h3 {
  color: #00282e;
}
body.darkmode .testimonial > div > .relative .orange {
  color: #848c91;
}
body.darkmode .testimonial > div > .relative .orange a {
  color: #00282e;
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  65% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
.header-cta.bar {
  background-color: #85ebdb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0.5rem 1rem;
}
.header-cta.bar.dn {
  display: none;
}
.header-cta.bar.fx-in {
  animation: slideInFromTop 1s ease-out forwards;
}
.header-cta.bar .content {
  display: flex;
  flex: 1;
  font-size: 1.3rem;
  gap: 1rem;
  justify-content: center;
  padding: 0.2rem 0;
}
.header-cta.bar .content .text {
  color: #00282e;
  line-height: 1;
  text-transform: uppercase;
}
.header-cta.bar .content .link {
  display: flex;
  color: #00282e;
  line-height: 1;
  position: relative;
  text-decoration: underline;
  /*&:after {
        content  : "\2794";
        position : absolute;
        right    : -28px;
        top      : 0;
        width    : 24px;
        height   : 24px;
      }*/
}
.header-cta.bar.christmas {
  background-color: #8c0032;
}
.header-cta.bar.christmas .content .text,
.header-cta.bar.christmas .content .link {
  color: #fff;
}
.header-cta.bar.easter {
  background-color: #ffb74d;
}
.header-cta.bar.omr {
  background: #8259ff;
}
.header-cta.bar.omr .text,
.header-cta.bar.omr .link {
  color: #fff !important;
}
.header-cta.bar.omr .link:after {
  display: none;
}
.header-cta.bar.omr .btn {
  border-color: #fff;
  margin-top: -20px;
  margin-bottom: -20px;
  color: #fff;
}
.header-cta.bar.omr .logo-omr {
  margin-left: 1rem;
  margin-top: -20px;
  margin-bottom: -20px;
  width: 60px;
}
blockquote {
  position: relative;
  margin: 0;
  margin-bottom: 3rem;
  padding: 1rem;
  padding-right: 12rem;
  font-weight: 300;
  color: #5f6266;
  background-color: #fff;
  background-image: none;
  border-radius: 0.5rem;
}
blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(200px, 100%);
  height: min(200px, 100%);
  background-image: url(../img/backgrounds/bg-quote.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
blockquote > * {
  position: relative;
  z-index: 1;
}
.mask {
  mask-size: contain;
}
.mask.shape1 {
  mask-image: url(../img/shapes/shape1.svg);
}
.mask.shape2 {
  mask-image: url(../img/shapes/shape2.svg);
}
.mask.shape3 {
  mask-image: url(../img/shapes/shape3.svg);
}
.mask.shape4 {
  mask-image: url(../img/shapes/shape4.svg);
}
.mask.shape5 {
  mask-image: url(../img/shapes/shape5.svg);
}
.clever-image {
  margin-left: auto;
  margin-right: auto;
  perspective: 1000px;
  position: relative;
  width: 100%;
}
.clever-image .background-shape {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
  z-index: 1;
}
.clever-image .photo {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s, transform 1s;
  transform: scale(0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.clever-image .photo img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.clever-image .grafiken {
  height: 100%;
  position: relative;
  pointer-events: none;
  z-index: 3;
}
.clever-image .grafiken .grafik {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s, scale 0.5s;
  pointer-events: auto;
  transform-origin: center center;
}
.clever-image .grafiken .grafik:hover .item {
  scale: 1.2;
}
.clever-image .grafiken .grafik.shadow .item {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}
.clever-image .grafiken .grafik .item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s;
  transform: scale(0.5);
  max-width: 100%;
  width: 100%;
}
.modal-dialog .legaltext a {
  text-decoration: underline;
}
.frc-captcha {
  background-color: transparent !important;
  border: none !important;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: none !important;
  padding: 0 !important;
}
.frc-captcha .frc-container {
  min-height: unset;
}
.frc-captcha .frc-container .frc-icon {
  fill: #85ebdb;
  margin-top: 0 !important;
  margin: 0 1rem 0 0;
  stroke: #85ebdb;
}
.frc-captcha .frc-container .frc-content {
  line-height: unset;
  margin: 0 !important;
  overflow: unset;
}
.frc-captcha .frc-container .frc-content .frc-text {
  line-height: unset;
}
.frc-captcha .frc-container.frc-success .frc-icon {
  fill: #85ebdb;
  stroke: transparent;
}
.frc-captcha .frc-container.frc-success .frc-text {
  display: block;
  line-height: normal !important;
}
.frc-captcha .frc-container .frc-button {
  display: none;
}
.frc-captcha .frc-banner {
  display: none !important;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInHeaderCTA {
  from {
    max-height: 0;
    padding: 0;
  }
  to {
    max-height: 44px;
    padding: 0.5rem 1rem;
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scaleTo1 {
  to {
    transform: scale(1);
  }
}
.fx-fadein {
  animation: fadeInUp 0.6s ease-in-out forwards;
}
.fx-pop {
  transform: scale(1.2);
  transform-origin: left;
  animation: scaleTo1 0.3s ease-out forwards;
}
.fx-typewriter {
  visibility: hidden;
  /* Versteckt den Text initial */
}
/*.hero img {
  opacity: 0;
  transform: scale(0.8) translateY(0);
  animation: fadeInHeroImage 900ms ease-out forwards;
}

@keyframes fadeInHeroImage {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}*/
.sequential {
  opacity: 0;
  transition: all 0.9s ease-in-out;
}
.fx-fadein-headercta {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  animation: fadeInHeaderCTA 0.6s ease-in-out forwards;
}
.panel {
  z-index: 0;
}
.panel.disabled {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.2s ease;
  /* Fade to color for Chrome and Safari */
  opacity: 0.6;
  pointer-events: none;
}
.panel.disabled .panel-title h2 {
  color: #00282e;
}
.panel.disabled:hover,
.panel.disabled:focus {
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
.panel .recommended {
  transition: all 0.3s;
}
.panel .cr-pricing-tariffs-title {
  padding-top: 1rem;
  margin-top: -1rem;
}
.panel .tariff-recommendation {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  left: 0.5rem;
  top: 0;
  transform: translateY(-100%);
}
.panel span.headline .addon {
  font-size: 0.8rem;
}
.panel .box-slider {
  border-bottom: 1px solid transparent;
}
.panel .box-slider .cr-calc-slider-monthly {
  transition: margin-bottom 0.6s ease-in-out, padding-bottom 0.6s ease-in-out;
  -webkit-transition: margin-bottom 0.6s ease-in-out, padding-bottom 0.6s ease-in-out;
}
.panel .features ul li {
  line-height: 1.25;
}
.panel .highlights {
  margin-bottom: 0;
}
.panel .highlights li {
  line-height: 1.25;
}
.panel .highlights li:last-of-type {
  max-height: 4em;
  overflow: hidden;
  transition: max-height 0.6s;
}
.panel .more {
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: height 0.6s;
}
.panel .more h4 {
  border-top: 1px solid #00282e;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
.panel.active .gray-medium {
  color: #fff;
}
.panel.active .tariff-recommendation {
  display: block;
}
.panel.active .cr-pricing-tariffs-select-btn-wrapper {
  background-color: #ff6633 !important;
}
.panel.active .btn {
  background-color: #fff;
}
.panel.active .btn .label span {
  color: #ff6633;
}
.panel.active a {
  color: white;
}
.panel.active .btn-mini {
  color: white;
}
.panel.active .b--orange {
  border-color: #fff;
}
.stepper-slider {
  gap: 20px;
  position: relative;
}
.stepper-slider .btn-mini {
  cursor: pointer;
  font-size: 2rem;
  line-height: 1rem;
  margin-top: 1rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stepper-slider .btn-mini.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.stepper-slider.numeric {
  --sv-height: 3rem;
  --sv-width: 9rem;
  display: flex;
  align-items: center;
  /* WebKit (Chrome, Safari, Edge) */
}
.stepper-slider.numeric .btn-mini {
  margin-top: 3px;
}
.stepper-slider.numeric input[type="range"] {
  --thumb-height: var(--sv-height);
  --slider-height: 24px;
  --thumb-offset: calc((var(--slider-height) - var(--thumb-height)) / 2);
}
.stepper-slider.numeric input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  color: transparent;
  width: var(--sv-width);
  height: var(--thumb-height);
  border: none;
  cursor: pointer;
  display: flex;
  transform: translateY(var(--thumb-offset));
}
.stepper-slider.numeric input[type="range"]::-moz-range-thumb {
  background: transparent;
  color: transparent;
  width: var(--sv-width);
  height: var(--thumb-height);
  border: none;
  cursor: pointer;
  transform: translateY(var(--thumb-offset));
}
.stepper-slider.numeric .slider-value {
  background: #ff6633;
  color: white;
  font-weight: bold;
  height: var(--sv-height);
  left: 0;
  line-height: var(--sv-height);
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: var(--sv-width);
  font-size: 1.25rem;
  box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.16);
}
.cr-pricing-tariffs-panel .features .list-icon li {
  justify-content: flex-start;
}
.cr-pricing-tariffs-panel .features .list-icon li:before {
  font-family: 'iconfont';
  content: '\e90d';
  display: block;
  margin-right: 0.75rem;
}
.cr-pricing-tariffs-panel .features .list-icon li:after {
  content: none;
}
.cr-pricing-tariffs-panel:not(.active) .features .list-icon.premium li:before {
  color: #27ae60;
}
.max-cta h2 {
  color: #ff6633;
}
.features-table .features-table-head .tarif {
  border-color: #ebf0f0;
  border-radius: 0.5rem;
  border-left-style: solid;
  border-top-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  gap: 4px;
}
.features-table .features-table-head .tarif > .label {
  margin-bottom: -0.5rem;
}
.features-table .features-table-head .tarif .price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
}
.features-table .features-table-head .tarif .price .from {
  font-size: 0.75rem;
}
.features-table .features-table-head .tarif .price .amount,
.features-table .features-table-head .tarif .price .free {
  margin-top: -6px;
  margin-bottom: -6px;
}
.features-table .features-table-head .tarif .price .currency {
  font-size: 0.75rem;
}
.features-table .features-table-head .tarif .price .turnus {
  font-size: 0.75rem;
}
.features-table .text {
  min-width: 9rem;
}
.features-table .tarif,
.features-table .feature-cell {
  min-width: 9rem;
}
/*
.tab-content {
  white-space: nowrap;
  overflow: visible;

  .tab-pane {
    display: inline-block;
    //position: absolute;
    white-space: normal;
    width: 100%;

    &.active {
      transform: translateX(0);
    }

    &:not(.active) {
      transform: translateX(-100%);
    }
  }
}*/
/* Standard fade-in von Bootstrap modifizieren */
/*
.modal.fade .modal-dialog {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.modal.fade.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

.modal-backdrop {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.modal-backdrop.show {
  opacity: 0.5;
}
*/
/* Variables */
/* Importing here will allow you to override any variables in the modules */
/*
   VARIABLES
*/
/*
  CUSTOM MEDIA QUERIES
*/
/* Debugging */
/* Uncomment out the line below to help debug layout issues */
/* @import './_debug'; */
