@import url(https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&display=swap);
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #c4c6cf; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

body{
  font-family: Titillium Web;
  font-weight: 400;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-size: 1.25rem;
  line-height: 2.25rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

body.nav-is-open{
  overflow:hidden
}

.flex{
  display: flex !important;
}

.table{
  display: table !important;
}

.grid{
  display: grid !important;
}

.hidden{
  display: none !important;
}

.flex-wrap{
  flex-wrap: wrap !important;
}

.items-end{
  align-items: flex-end !important;
}

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

.items-baseline{
  align-items: baseline !important;
}

.h-full{
  height: 100% !important;
}

.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.-mx-6{
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.mb-3{
  margin-bottom: 0.75rem !important;
}

.mb-8{
  margin-bottom: 2rem !important;
}

.px-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.text-center{
  text-align: center !important;
}

.w-full{
  width: 100% !important;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.glightbox-container{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:999999 !important;
  overflow:hidden;
  touch-action:none;
  -webkit-text-size-adjust:100%;
  -webkit-backface-visibility:hidden;
  outline:none;
  overflow:hidden
}

.glightbox-container.inactive{
  display:none
}

.glightbox-container .gcontainer{
  position:relative;
  width:100%;
  height:100%;
  z-index:9999;
  overflow:hidden
}

.glightbox-container .gslider{
  transition:transform .4s ease;
  height:100%;
  left:0;
  top:0;
  width:100%;
  position:relative;
  overflow:hidden;
  display:flex !important;
  justify-content:center;
  align-items:center;
  transform:translate3d(0, 0, 0)
}

.glightbox-container .gslide{
  width:100%;
  position:absolute;
  opacity:1;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0
}

.glightbox-container .gslide.current{
  opacity:1;
  z-index:99999;
  position:relative
}

.glightbox-container .gslide.prev{
  opacity:1;
  z-index:9999
}

.glightbox-container .gslide-inner-content{
  width:100%
}

.glightbox-container .ginner-container{
  position:relative;
  width:100%;
  display:flex;
  justify-content:center;
  flex-direction:column;
  max-width:100%;
  margin:auto;
  height:100vh
}

.glightbox-container .ginner-container.gvideo-container{
  width:100%
}

.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{
  flex-direction:column
}

.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{
  max-width:100% !important
}

.gslide iframe,.gslide video{
  outline:none !important;
  border:none;
  min-height:165px;
  -webkit-overflow-scrolling:touch;
  touch-action:auto
}

.gslide-image{
  align-items:center
}

.gslide-image img{
  max-height:100vh;
  display:block;
  max-width:100%;
  margin:0;
  padding:0;
  float:none;
  outline:none;
  border:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  max-width:100vw;
  width:auto;
  height:auto;
  -o-object-fit:cover;
  object-fit:cover;
  touch-action:none;
  margin:auto;
  min-width:200px
}

.desc-top .gslide-image img,.desc-bottom .gslide-image img{
  width:auto
}

.desc-left .gslide-image img,.desc-right .gslide-image img{
  width:auto;
  max-width:100%
}

.gslide-image img.zoomable{
  position:relative
}

.gslide-image img.dragging{
  cursor:-webkit-grabbing !important;
  cursor:grabbing !important;
  transition:none
}

.gslide-video{
  width:100%;
  max-width:100%;
  position:relative;
  width:100vh;
  max-width:100vh;
  width:100% !important
}

.gslide-video .gvideo-wrapper{
  width:100%;
  margin:auto
}

.gslide-video::before{
  content:'';
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(255,0,0,0.34);
  display:none
}

.gslide-video.playing::before{
  display:none
}

.gslide-video.fullscreen{
  max-width:100% !important;
  min-width:100%;
  height:75vh
}

.gslide-video.fullscreen video{
  max-width:100% !important;
  width:100% !important
}

.gslide-inline{
  background:#fff;
  text-align:left;
  max-height:calc(100vh - 40px);
  overflow:auto;
  max-width:100%
}

.gslide-inline .ginlined-content{
  padding:20px;
  width:100%
}

.gslide-inline .dragging{
  cursor:-webkit-grabbing !important;
  cursor:grabbing !important;
  transition:none
}

.ginlined-content{
  overflow:auto;
  display:block !important;
  opacity:1
}

.gslide-external{
  display:flex;
  width:100%;
  min-width:100%;
  background:#fff;
  padding:0;
  overflow:auto;
  max-height:75vh;
  height:100%
}

.gslide-media{
  display:block;
  display:inline-flex;
  display:flex;
  width:auto
}

.zoomed .gslide-media{
  box-shadow:none !important
}

.desc-top .gslide-media,.desc-bottom .gslide-media{
  margin:0 auto;
  flex-direction:column
}

.gslide-description{
  position:relative;
  flex:1 0 100%
}

.gslide-description.description-left,.gslide-description.description-right{
  max-width:100%
}

.gslide-description.description-bottom,.gslide-description.description-top{
  margin:0 auto;
  width:100%
}

.gslide-description p{
  margin-bottom:12px
}

.gslide-description p:last-child{
  margin-bottom:0
}

.zoomed .gslide-description{
  display:none
}

.glightbox-mobile .glightbox-container .gslide-description{
  height:auto !important;
  width:100%;
  background:transparent;
  position:absolute;
  bottom:15px;
  padding:19px 11px;
  max-width:100vw !important;
  order:2 !important;
  max-height:78vh;
  overflow:auto !important;
  background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  transition:opacity .3s linear;
  padding-bottom:50px
}

.glightbox-mobile .glightbox-container .gslide-title{
  color:#fff;
  font-size:1em
}

.glightbox-mobile .glightbox-container .gslide-desc{
  color:#a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a{
  color:#fff;
  font-weight:bold
}

.glightbox-mobile .glightbox-container .gslide-desc *{
  color:inherit
}

.glightbox-mobile .glightbox-container .gslide-desc string{
  color:#fff
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more{
  color:#fff;
  opacity:.4
}

.gdesc-open .gslide-media{
  transition:opacity .5s ease;
  opacity:.4
}

.gdesc-open .gdesc-inner{
  padding-bottom:30px
}

.gdesc-closed .gslide-media{
  transition:opacity .5s ease;
  opacity:1
}

.greset{
  transition:all .3s ease
}

.gabsolute{
  position:absolute
}

.grelative{
  position:relative
}

.glightbox-desc{
  display:none !important
}

.glightbox-open{
  overflow:hidden
}

.gloader{
  height:25px;
  width:25px;
  -webkit-animation:lightboxLoader .8s infinite linear;
  animation:lightboxLoader .8s infinite linear;
  border:2px solid #fff;
  border-right-color:transparent;
  border-radius:50%;
  position:absolute;
  display:block;
  z-index:9999;
  left:0;
  right:0;
  margin:0 auto;
  top:47%
}

.goverlay{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background:#000;
  will-change:opacity
}

.glightbox-mobile .goverlay{
  background:#000
}

.gprev,.gnext,.gclose{
  background-repeat:no-repeat;
  z-index:99999;
  cursor:pointer;
  width:26px;
  height:44px;
  display:block;
  background-position:0 0;
  border:none
}

.gprev svg,.gnext svg,.gclose svg{
  display:block;
  width:100%;
  height:auto
}

.gprev.disabled,.gnext.disabled,.gclose.disabled{
  opacity:.1
}

.gprev .garrow,.gnext .garrow,.gclose .garrow{
  stroke:#fff
}

iframe.wait-autoplay{
  opacity:0
}

.glightbox-closing .gnext,.glightbox-closing .gprev,.glightbox-closing .gclose{
  opacity:0 !important
}

.glightbox-clean .gslide-description,.glightbox-modern .gslide-description{
  background:#fff
}

.glightbox-clean .gdesc-inner,.glightbox-modern .gdesc-inner{
  padding:22px 20px
}

.glightbox-clean .gslide-title,.glightbox-modern .gslide-title{
  font-size:1em;
  font-weight:normal;
  font-family:arial;
  color:#000;
  margin-bottom:19px;
  line-height:1.4em
}

.glightbox-clean .gslide-desc,.glightbox-modern .gslide-desc{
  font-size:0.86em;
  margin-bottom:0;
  font-family:arial;
  line-height:1.4em
}

.glightbox-clean .gslide-video,.glightbox-modern .gslide-video{
  background:#000
}

.glightbox-clean .gprev,.glightbox-clean .gnext,.glightbox-clean .gclose,.glightbox-modern .gprev,.glightbox-modern .gnext,.glightbox-modern .gclose{
  background-color:rgba(0,0,0,0.12)
}

.glightbox-clean .gprev:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gclose:hover,.glightbox-modern .gprev:hover,.glightbox-modern .gnext:hover,.glightbox-modern .gclose:hover{
  background-color:rgba(0,0,0,0.2)
}

.glightbox-clean .gprev path,.glightbox-clean .gnext path,.glightbox-clean .gclose path,.glightbox-modern .gprev path,.glightbox-modern .gnext path,.glightbox-modern .gclose path{
  fill:#fff
}

.glightbox-clean button:focus:not(.focused):not(.disabled),.glightbox-modern button:focus:not(.focused):not(.disabled){
  outline:none
}

.glightbox-clean .gprev,.glightbox-modern .gprev{
  position:absolute;
  top:-100%;
  left:30px;
  width:40px;
  height:56px
}

.glightbox-clean .gnext,.glightbox-modern .gnext{
  position:absolute;
  top:-100%;
  right:30px;
  width:40px;
  height:56px
}

.glightbox-clean .gclose,.glightbox-modern .gclose{
  width:35px;
  height:35px;
  top:15px;
  right:10px;
  position:absolute;
  opacity:.7;
  background-position:-59px 2px
}

.glightbox-clean .gclose svg,.glightbox-modern .gclose svg{
  width:20px
}

.glightbox-clean .gclose:hover,.glightbox-modern .gclose:hover{
  opacity:1
}

.gfadeIn{
  -webkit-animation:gfadeIn .5s ease;
  animation:gfadeIn .5s ease
}

.gfadeOut{
  -webkit-animation:gfadeOut .5s ease;
  animation:gfadeOut .5s ease
}

.gslideOutLeft{
  -webkit-animation:gslideOutLeft .3s ease;
  animation:gslideOutLeft .3s ease
}

.gslideInLeft{
  -webkit-animation:gslideInLeft .3s ease;
  animation:gslideInLeft .3s ease
}

.gslideOutRight{
  -webkit-animation:gslideOutRight .3s ease;
  animation:gslideOutRight .3s ease
}

.gslideInRight{
  -webkit-animation:gslideInRight .3s ease;
  animation:gslideInRight .3s ease
}

.gzoomIn{
  -webkit-animation:gzoomIn .5s ease;
  animation:gzoomIn .5s ease
}

.gzoomOut{
  -webkit-animation:gzoomOut .5s ease;
  animation:gzoomOut .5s ease
}

@-webkit-keyframes lightboxLoader{
  0%{
    transform:rotate(0deg)
  }

  100%{
    transform:rotate(360deg)
  }
}

@keyframes lightboxLoader{
  0%{
    transform:rotate(0deg)
  }

  100%{
    transform:rotate(360deg)
  }
}

@-webkit-keyframes gfadeIn{
  from{
    opacity:0
  }

  to{
    opacity:1
  }
}

@keyframes gfadeIn{
  from{
    opacity:0
  }

  to{
    opacity:1
  }
}

@-webkit-keyframes gfadeOut{
  from{
    opacity:1
  }

  to{
    opacity:0
  }
}

@keyframes gfadeOut{
  from{
    opacity:1
  }

  to{
    opacity:0
  }
}

@-webkit-keyframes gslideInLeft{
  from{
    opacity:0;
    transform:translate3d(-60%, 0, 0)
  }

  to{
    visibility:visible;
    transform:translate3d(0, 0, 0);
    opacity:1
  }
}

@keyframes gslideInLeft{
  from{
    opacity:0;
    transform:translate3d(-60%, 0, 0)
  }

  to{
    visibility:visible;
    transform:translate3d(0, 0, 0);
    opacity:1
  }
}

@-webkit-keyframes gslideOutLeft{
  from{
    opacity:1;
    visibility:visible;
    transform:translate3d(0, 0, 0)
  }

  to{
    transform:translate3d(-60%, 0, 0);
    opacity:0;
    visibility:hidden
  }
}

@keyframes gslideOutLeft{
  from{
    opacity:1;
    visibility:visible;
    transform:translate3d(0, 0, 0)
  }

  to{
    transform:translate3d(-60%, 0, 0);
    opacity:0;
    visibility:hidden
  }
}

@-webkit-keyframes gslideInRight{
  from{
    opacity:0;
    visibility:visible;
    transform:translate3d(60%, 0, 0)
  }

  to{
    transform:translate3d(0, 0, 0);
    opacity:1
  }
}

@keyframes gslideInRight{
  from{
    opacity:0;
    visibility:visible;
    transform:translate3d(60%, 0, 0)
  }

  to{
    transform:translate3d(0, 0, 0);
    opacity:1
  }
}

@-webkit-keyframes gslideOutRight{
  from{
    opacity:1;
    visibility:visible;
    transform:translate3d(0, 0, 0)
  }

  to{
    transform:translate3d(60%, 0, 0);
    opacity:0
  }
}

@keyframes gslideOutRight{
  from{
    opacity:1;
    visibility:visible;
    transform:translate3d(0, 0, 0)
  }

  to{
    transform:translate3d(60%, 0, 0);
    opacity:0
  }
}

@-webkit-keyframes gzoomIn{
  from{
    opacity:0;
    transform:scale3d(0.3, 0.3, 0.3)
  }

  to{
    opacity:1
  }
}

@keyframes gzoomIn{
  from{
    opacity:0;
    transform:scale3d(0.3, 0.3, 0.3)
  }

  to{
    opacity:1
  }
}

@-webkit-keyframes gzoomOut{
  from{
    opacity:1
  }

  50%{
    opacity:0;
    transform:scale3d(0.3, 0.3, 0.3)
  }

  to{
    opacity:0
  }
}

@keyframes gzoomOut{
  from{
    opacity:1
  }

  50%{
    opacity:0;
    transform:scale3d(0.3, 0.3, 0.3)
  }

  to{
    opacity:0
  }
}

@media (min-width: 769px){
  .glightbox-container .ginner-container{
    width:auto;
    height:auto;
    flex-direction:row
  }

  .glightbox-container .ginner-container.desc-top .gslide-description{
    order:0
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{
    order:1
  }

  .glightbox-container .ginner-container.desc-left .gslide-description{
    order:0
  }

  .glightbox-container .ginner-container.desc-left .gslide-image{
    order:1
  }

  .gslide-image img{
    max-height:97vh;
    max-width:calc(100% - 20px);
    max-width:100%
  }

  .gslide-image img.zoomable{
    cursor:zoom-in
  }

  .zoomed .gslide-image img.zoomable{
    cursor:-webkit-grab;
    cursor:grab
  }

  .gslide-inline{
    max-height:95vh
  }

  .gslide-external{
    max-height:100vh
  }

  .gslide-description.description-left,.gslide-description.description-right{
    max-width:275px
  }

  .glightbox-open{
    height:auto
  }

  .goverlay{
    background:rgba(0,0,0,0.92)
  }

  .glightbox-clean .gslide-media,.glightbox-modern .gslide-media{
    box-shadow:1px 2px 9px 0px rgba(0,0,0,0.65)
  }

  .glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner,.glightbox-modern .description-left .gdesc-inner,.glightbox-modern .description-right .gdesc-inner{
    position:absolute;
    height:100%;
    overflow-y:auto
  }

  .glightbox-clean .gprev,.glightbox-modern .gprev{
    top:45%
  }

  .glightbox-clean .gnext,.glightbox-modern .gnext{
    top:45%
  }
}

@media (min-width: 992px){
  .glightbox-clean .gclose,.glightbox-modern .gclose{
    right:20px
  }
}

@media screen and (max-height: 420px){
  .goverlay{
    background:#000
  }
}

html,body{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

@font-face{
  font-family:"icomoon";

  src:url(/typo3conf/ext/ts_sitepackage/Resources/Public/assets/fonts/icomoon.eot);

  src:url(/typo3conf/ext/ts_sitepackage/Resources/Public/assets/fonts/icomoon.eot#iefix) format("embedded-opentype"),url(/typo3conf/ext/ts_sitepackage/Resources/Public/assets/fonts/icomoon.ttf) format("truetype"),url(/typo3conf/ext/ts_sitepackage/Resources/Public/assets/fonts/icomoon.woff) format("woff"),url(/typo3conf/ext/ts_sitepackage/Resources/Public/assets/fonts/icomoon.svg#icomoon) format("svg");

  font-weight:normal;

  font-style:normal;

  font-display:block
}

[class^="icon-"],[class*=" icon-"]{
  font-family:"icomoon" !important;
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-feature-settings:normal;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

.icon-arrowLeft:before{
  content:""
}

.icon-arrowRight:before{
  content:""
}

.icon-arrowSmallRight:before{
  content:""
}

@media (min-width: 768px){
  .rte p.leading,.rte li.leading{
    font-size: 1.5rem;
    line-height: 2.25rem
  }
}

.rte p{
  margin-bottom: 1.5rem
}

.rte a{
  text-decoration: underline
}

.rte a:hover{
  text-decoration: none
}

.rte .text-left{
  text-align: left
}

.rte .text-center{
  text-align: center
}

.rte .text-right{
  text-align: right
}

.rte .text-justify{
  text-align: justify
}

.rte .button{
  margin-bottom: 1rem
}

.rte blockquote{
  padding-left: 2.25rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem
}

.rte ul,.rte ol{
  display:block;
  margin-top:1em;
  margin-bottom:1em;
  margin-left:0;
  margin-right:0;
  padding-left:inherit;
  padding-bottom: 1rem
}

.rte ul li,.rte ol li{
  padding-bottom:.8rem
}

.rte ul li:last-child,.rte ol li:last-child{
  padding-bottom:0
}

.rte ul{
  list-style-type:none;
  padding-left:0
}

.rte ul li{
  display:flex;
  padding-left:2rem;
  position:relative
}

.rte ul li::before{
  width:2rem;
  content:'• ';
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  position:absolute;
  top:.08em;
  left:0
}

.rte ol{
  list-style-type:decimal
}

.rte>*:first-child{
  margin-top: 0
}

.rte>*:last-child{
  margin-bottom: 0
}

.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{
  font-weight: 700
}

.rte h1{
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 1.5rem
}

@media (min-width: 768px){
  .rte h1{
    font-size: 2rem;
    line-height: 3rem
  }
}

.rte h2{
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 1.5rem
}

@media (min-width: 768px){
  .rte h2{
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.rte h3{
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 1.5rem
}

.rte h4{
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  margin-bottom: 1.5rem
}

span.button,a.button,input.button,button.button{
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  line-height: 2.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  display: inline-block;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 500ms;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration:none
}

span.button:hover,a.button:hover,input.button:hover,button.button:hover{
  --bg-opacity: 1;
  background-color: #eb6e08;
  background-color: rgba(235, 110, 8, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-color: transparent;
  cursor: pointer;
  text-decoration: none
}

span.button--secondary,a.button--secondary,input.button--secondary,button.button--secondary{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  color:config("colors.primary")
}

span.button:first-of-type,a.button:first-of-type,input.button:first-of-type,button.button:first-of-type{
  margin-right: 1rem
}

.container{
  padding-left:1.5rem;
  padding-right:1.5rem;
  max-width:calc(1360px + (1.5rem + 1.5rem));
  margin-left: auto;
  margin-right: auto
}

.container--full-width{
  padding-left: 0;
  padding-right: 0;
  max-width: 100%
}

.container .container{
  padding-left: 0;
  padding-right: 0
}

.container .row{
  display: flex;
  flex-wrap: wrap;
  margin-left:-0.938rem;
  margin-right:-0.938rem
}

.container .col{
  width: 100%;
  padding-left:0.938rem;
  padding-right:0.938rem
}

.headline{
  font-weight: 700
}

.headline--h1{
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 1.5rem
}

@media (min-width: 768px){
  .headline--h1{
    font-size: 2rem;
    line-height: 3rem
  }
}

.headline--h2{
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 1.5rem
}

@media (min-width: 768px){
  .headline--h2{
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.headline--h3{
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 1.5rem
}

.headline--h4{
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  margin-bottom: 1.5rem
}

a.link{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity))
}

a.link:hover{
  border-color: transparent
}

.goverlay{
  background:rgba(255,255,255,0.8)
}

.ce-form{
  margin-bottom: 4rem
}

.ce-form__row{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

@media (min-width: 1024px){
  .ce-form__row{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 2rem;
    grid-gap: 2rem;
    gap: 2rem
  }
}

.ce-form__row>fieldset{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

@media (min-width: 1024px){
  .ce-form__row>fieldset{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 0.5rem;
    grid-gap: 0.5rem;
    gap: 0.5rem
  }
}

.ce-form__navigation{
  text-align: right
}

.ce-form__navigation button.button{
  margin-right: 0
}

.ce-form .select{
  position: relative;
  width: 100%
}

.ce-form .select select{
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 2rem;
  line-height: 1.25;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 1.5rem
}

.ce-form .select select:focus{
  outline: 0;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

.ce-form .input{
  position: relative;
  width: 100%
}

.ce-form .input input[type="text"],.ce-form .input input[type="email"],.ce-form .input textarea{
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  --bg-opacity: 1;
  background-color: #f3f3f5;
  background-color: rgba(243, 243, 245, var(--bg-opacity));
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 2rem;
  line-height: 1.25;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 1.5rem
}

.ce-form .input input[type="text"]:focus,.ce-form .input input[type="email"]:focus,.ce-form .input textarea:focus{
  outline: 0;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

.ce-form .input input[type="text"]::-webkit-input-placeholder, .ce-form .input input[type="email"]::-webkit-input-placeholder, .ce-form .input textarea::-webkit-input-placeholder{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  opacity: 1
}

.ce-form .input input[type="text"]::-moz-placeholder, .ce-form .input input[type="email"]::-moz-placeholder, .ce-form .input textarea::-moz-placeholder{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  opacity: 1
}

.ce-form .input input[type="text"]:-ms-input-placeholder, .ce-form .input input[type="email"]:-ms-input-placeholder, .ce-form .input textarea:-ms-input-placeholder{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  opacity: 1
}

.ce-form .input input[type="text"]::-ms-input-placeholder, .ce-form .input input[type="email"]::-ms-input-placeholder, .ce-form .input textarea::-ms-input-placeholder{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  opacity: 1
}

.ce-form .input input[type="text"]::placeholder,.ce-form .input input[type="email"]::placeholder,.ce-form .input textarea::placeholder{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  opacity: 1
}

.ce-form .input textarea{
  height:200px
}

.ce-form .checkbox__list{
  display: flex;
  flex-wrap: wrap;
  @media (min-width: 1024px){
  }
}

.ce-form .checkbox__label{
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  margin-right: 2.25rem;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  padding-left:60px;
  padding-top:3px;
  cursor:pointer
}

@media (min-width: 1024px){
  .ce-form .checkbox__label{
    height:46px
  }
}

.ce-form .checkbox__label input{
  position:absolute;
  z-index:-1;
  opacity:0
}

.ce-form .checkbox__indicator{
  top:0;
  left:0;
  height:46px;
  width:46px;
  position: absolute;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity))
}

.ce-form .checkbox .checkbox__label:hover input ~ .checkbox__indicator,.ce-form .checkbox .checkbox__label input:focus ~ .checkbox__indicator{
  --bg-opacity: 1;
  background-color: #333;
  background-color: rgba(51, 51, 51, var(--bg-opacity))
}

.ce-form .checkbox .checkbox__label input:checked ~ .checkbox__indicator{
  --bg-opacity: 1;
  background-color: #eb6e08;
  background-color: rgba(235, 110, 8, var(--bg-opacity))
}

.ce-form .checkbox .checkbox__label:hover input:not([disabled]):checked ~ .checkbox__indicator,.ce-form .checkbox .checkbox__label input:checked:focus ~ .checkbox__indicator{
  --bg-opacity: 1;
  background-color: #eb6e08;
  background-color: rgba(235, 110, 8, var(--bg-opacity))
}

.ce-form .checkbox .checkbox__label input:disabled ~ .checkbox__indicator{
  background:#e6e6e6;
  opacity:0.6;
  pointer-events:none
}

.ce-form .checkbox .checkbox__indicator:after{
  position: absolute;
  display: none;
  box-sizing:unset;
  content:''
}

.ce-form .checkbox .checkbox__label input:checked ~ .checkbox__indicator:after{
  display: block;
  position: absolute
}

.ce-form .checkbox .checkbox__label .checkbox__indicator:after{
  left:16px;
  top:3px;
  width:12px;
  height:32px;
  border:solid #ffffff;
  border-width:0 2px 2px 0;
  transform:rotate(45deg)
}

.ce-form .checkbox .checkbox__label input:disabled ~ .checkbox__indicator:after{
  border-color:#7b7b7b
}

.ce-form .radio__list{
  display: flex;
  flex-wrap: wrap;
  @media (min-width: 1024px){
  }
}

.ce-form .radio__label{
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  margin-right: 2.25rem;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  padding-left:60px;
  padding-top:3px;
  cursor:pointer
}

@media (min-width: 1024px){
  .ce-form .radio__label{
    height:46px
  }
}

.ce-form .radio__label input{
  position:absolute;
  z-index:-1;
  opacity:0
}

.ce-form .radio__indicator{
  top:0;
  left:0;
  height:46px;
  width:46px;
  position: absolute;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity))
}

.ce-form .radio .radio__label:hover input ~ .radio__indicator,.ce-form .radio .radio__label input:focus ~ .radio__indicator{
  --bg-opacity: 1;
  background-color: #333;
  background-color: rgba(51, 51, 51, var(--bg-opacity))
}

.ce-form .radio .radio__label input:checked ~ .radio__indicator{
  --bg-opacity: 1;
  background-color: #eb6e08;
  background-color: rgba(235, 110, 8, var(--bg-opacity))
}

.ce-form .radio .radio__label:hover input:not([disabled]):checked ~ .radio__indicator,.ce-form .radio .radio__label input:checked:focus ~ .radio__indicator{
  --bg-opacity: 1;
  background-color: #eb6e08;
  background-color: rgba(235, 110, 8, var(--bg-opacity))
}

.ce-form .radio .radio__label input:disabled ~ .radio__indicator{
  background:#e6e6e6;
  opacity:0.6;
  pointer-events:none
}

.ce-form .radio .radio__indicator:after{
  position: absolute;
  display: none;
  box-sizing:unset;
  content:''
}

.ce-form .radio .radio__label input:checked ~ .radio__indicator:after{
  display: block;
  position: absolute
}

.ce-form .radio .radio__label .radio__indicator:after{
  left:16px;
  top:3px;
  width:12px;
  height:32px;
  border:solid #ffffff;
  border-width:0 2px 2px 0;
  transform:rotate(45deg)
}

.ce-form .radio .radio__label input:disabled ~ .radio__indicator:after{
  border-color:#7b7b7b
}

.ce-form .fileupload input[type="file"]::file-selector-button{
  border-radius:4px;
  padding:0 16px;
  height:40px;
  cursor:pointer;
  background-color:white;
  border:1px solid rgba(0,0,0,0.16);
  box-shadow:0px 1px 0px rgba(0,0,0,0.05);
  margin-right:16px;
  transition:background-color 200ms;
  margin-bottom: 1rem
}

.ce-form .fileupload input[type="file"]::file-selector-button:hover{
  background-color:#f3f4f6
}

.ce-form .fileupload input[type="file"]::file-selector-button:active{
  background-color:#e5e7eb
}

.ce-form .fileupload p{
  margin-bottom: 1rem
}

.ce-form .fileupload .help-block{
  display: block;
  margin-bottom: 1.5rem
}

.ce-form .h-captcha{
  margin-bottom: 1.5rem
}

.ce-form .static-text{
  margin-bottom: 1.5rem
}

.ce-form .static-text h2{
  font-weight: 700
}

.job-application .radio__list{
  display: block
}

.job-application .checkbox__list{
  display: block
}

.footer{
  color:#fff;
  font-size:0.9rem;
  line-height: 1.5rem
}

.footer h4{
  text-transform: uppercase;
  margin-bottom: 1.5rem
}

.footer a:hover{
  color:#eb6e08
}

.footer__one{
  --bg-opacity: 1;
  background-color: #e5e5e5;
  background-color: rgba(229, 229, 229, var(--bg-opacity));
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem
}

.footer__one img{
  max-width:200px;
  height:100%
}

@media (min-width: 768px){
  .footer__one img{
    max-width:310px
  }
}

.footer__contact-link{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-weight: 700;
  font-size: 1.25rem;
  display: none
}

@media (min-width: 768px){
  .footer__contact-link{
    display: block
  }
}

.footer__two{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color:#99a4b5
}

.footer__two p{
  margin-bottom: 1.5rem
}

.footer__three{
  --bg-opacity: 1;
  background-color: #001c47;
  background-color: rgba(0, 28, 71, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.footer__copyright{
  text-align: center;
  width: 100%
}

@media (min-width: 768px){
  .footer__copyright{
    width: auto;
    position: absolute;
    right: 0;
    padding-right:1.5rem
  }
}

@media (min-width: 1378px){
  .header{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0
  }
}

.header nav{
  height:100%
}

.header__row{
  display: flex;
  flex-wrap: wrap;
  height:100px
}

@media (min-width: 1378px){
  .header__row{
    height:170px
  }
}

@media (max-width: 1377px){
  .header__row{
    align-content: center;
    align-content: center;
    justify-content: space-between
  }
}

.header__logo{
  width: 50%
}

@media (min-width: 1378px){
  .header__logo{
    margin-top: 0;
    margin-bottom: 0;
    width: 25%
  }
}

.header__logo img{
  max-width:340px
}

.header__mainmenu{
  position:absolute;
  z-index:11;
  left:0;
  right:0;
  bottom:0;
  top:100px;
  overflow-y:auto;
  background-color:white
}

@media (min-width: 1378px){
  .header__mainmenu{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 75%;
    padding-bottom: 1.5rem;
    position:static;
    overflow-y:visible;
    overflow-y:initial;
    height:auto
  }
}

.header__phone{
  display: none;
  width: 100%;
  margin-top: 0.75rem;
  text-align: right;
  font-size: 1rem
}

@media (min-width: 1378px){
  .header__phone{
    display: block
  }
}

.header__phone a{
  --text-opacity: 1;
  color: #eb6e08;
  color: rgba(235, 110, 8, var(--text-opacity))
}

.main{
  flex-grow: 1
}

@media (min-width: 1378px){
  .main{
    margin-top:170px
  }
}

.breadcrumb{
  margin-bottom: 2rem;
  font-size: 1rem;
  --text-opacity: 1;
  color: #445052;
  color: rgba(68, 80, 82, var(--text-opacity));
  font-weight: 700
}

.breadcrumb--negative-margin{
  margin-top: -3rem
}

.breadcrumb li{
  display: inline
}

.breadcrumb li:before{
  content:'|';
  padding-right: 0.25rem;
  padding-left: 0.5rem;
  font-weight: 400
}

.breadcrumb li:first-child:before{
  display: none
}

.breadcrumb a{
  font-weight: 400
}

.footer-navigation{
  display: flex;
  justify-content: center
}

.footer-navigation li:before{
  line-height: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  content:"|"
}

.footer-navigation li:first-child:before{
  display: none
}

@font-face{
  font-family:'swiper-icons';

  src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");

  font-weight:400;

  font-style:normal
}

:root{
  --swiper-theme-color: #007aff
}

.swiper-container{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1
}

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

.swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  transition-property:transform;
  box-sizing:content-box
}

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

.swiper-container-multirow>.swiper-wrapper{
  flex-wrap:wrap
}

.swiper-container-multirow-column>.swiper-wrapper{
  flex-wrap:wrap;
  flex-direction:column
}

.swiper-container-free-mode>.swiper-wrapper{
  transition-timing-function:ease-out;
  margin:0 auto
}

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

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

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{
  height:auto
}

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

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

.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{
  transform-style:preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10
}

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

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

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

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

.swiper-container-css-mode>.swiper-wrapper{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none
}

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

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

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide{
  transition-timing-function:ease-out
}

.swiper-container-fade .swiper-slide{
  pointer-events:none;
  transition-property:opacity
}

.swiper-container-fade .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.ce-heroslider{
  margin-bottom: 4rem;
  overflow: hidden;
  position: relative
}

.ce-heroslider__slide{
  background-size:cover;
  background-position:50% 50%;
  height:350px;
  width:100%
}

@media (min-width: 768px){
  .ce-heroslider__slide{
    height:600px
  }
}

@media (min-width: 1378px){
  .ce-heroslider__slide{
    height:800px
  }
}

.ce-heroslider__image{
  height:100%;
  position:relative
}

.ce-heroslider__image img{
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  width:100%
}

.ce-heroslider__filter{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color:rgba(0,0,0,0.2)
}

.ce-heroslider__text{
  position: absolute;
  display: block;
  width: 100%;
  font-size: 2rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 700;
  bottom: 0;
  left: 0;
  margin-bottom: 5rem;
  margin-left: 1.5rem;
  z-index: 20;
  line-height:100%
}

@media (min-width: 768px){
  .ce-heroslider__text{
    font-size:80px
  }
}

@media (min-width: 1024px){
  .ce-heroslider__text{
    font-size:120px
  }
}

.ce-heroslider__buttons{
  position: absolute;
  display: none;
  width: 100%;
  z-index:10;
  top:50%;
  left:0;
  margin-top:-30px
}

@media (min-width: 1378px){
  .ce-heroslider__buttons{
    display: block
  }
}

.ce-heroslider__next,.ce-heroslider__prev{
  position: absolute
}

.ce-heroslider__next:before,.ce-heroslider__prev:before{
  font-family:'icomoon';
  content:"";
  display:inline-block;
  line-height:1;
  color:inherit;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 2.5rem
}

.ce-heroslider__next{
  right: 0;
  margin-right: 1.5rem
}

.ce-heroslider__next:before{
  font-family:'icomoon';
  content:"";
  display:inline-block;
  line-height:1;
  color:inherit;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 2.5rem
}

.ce-heroslider__prev{
  margin-left: 1.5rem
}

.ce-heroslider .swiper-pagination{
  bottom:20px;
  left:0;
  position: absolute;
  display: flex;
  justify-content: center;
  transition-property: opacity;
  width: 100%;
  z-index:10
}

.ce-heroslider .swiper-pagination-bullet{
  transition-property: all;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 1;
  border-radius: 0;
  display:inline-block;
  width:10px;
  height:10px;
  background-color:#fff
}

.ce-heroslider .swiper-pagination-bullet-active{
  background-color:#001c47
}

.main-menu{
  display: flex
}

@media (max-width: 1377px){
  .main-menu{
    flex-direction: column;
    width: 100%;
    justify-content: flex-end
  }
}

.main-menu__item{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  border-bottom-width: 2px;
  border-color: transparent
}

@media (max-width: 1377px){
  .main-menu__item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
}

@media (min-width: 1378px){
  .main-menu__item:hover{
    --border-opacity: 1;
    border-color: #eb6e08;
    border-color: rgba(235, 110, 8, var(--border-opacity))
  }

  .main-menu__item:hover .main-menu__lvl2{
    visibility:visible;
    opacity:1;
    height:auto
  }

  .main-menu__item:last-child{
    margin-right: 0
  }
}

.main-menu__link{
  display: inline-block;
  padding-bottom: 0.5rem
}

@media (max-width: 1377px){
  .main-menu__link{
    flex-direction: column;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }
}

@media (max-width: 1377px){
  .main-menu__lvl2{
    width:100%
  }
}

@media (min-width: 1378px){
  .main-menu__lvl2{
    left: 0;
    width: 100%;
    position: absolute;
    visibility:hidden;
    padding-top:1px;
    opacity:0;
    height:0;
    transition:visibility 0.3s, opacity 0.3s linear
  }
}

@media (min-width: 1378px){
  .main-menu__lvl2__background{
    --bg-opacity: 1;
    background-color: #e5e5e5;
    background-color: rgba(229, 229, 229, var(--bg-opacity));
    position: absolute;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    box-shadow:0px 6px 14px -4px rgba(0,0,0,0.75)
  }
}

@media (min-width: 1378px){
  .main-menu__lvl2__list{
    -moz-column-count:3;
         column-count:3;
    padding-left:1.5rem;
    padding-right:1.5rem
  }
}

.main-menu__lvl2__item{
  margin-left: 1rem
}

@media (min-width: 1378px){
  .main-menu__lvl2__item{
    margin-left: 2.5rem
  }
}

@media (min-width: 1378px){
  .main-menu__lvl2 a{
    display: block;
    font-size: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --text-opacity: 1;
    color: #445052;
    color: rgba(68, 80, 82, var(--text-opacity));
    border-bottom-width: 1px
  }

  .main-menu__lvl2 a:after{
    content:' ›'
  }
}

@media (max-width: 1377px){
  .main-menu__lvl2 a{
    display: block;
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }
}

.main-menu__lvl2 a:hover{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity))
}

.nav-toggle{
  background:transparent;
  border:none;
  padding:0;
  right:1.5rem
}

@media (min-width: 1378px){
  .nav-toggle{
    display:none
  }
}

.nav-toggle .line1,.nav-toggle .line2,.nav-toggle .line3{
  stroke:config("colors.primary");
  transform-origin:0% 0%
}

.nav-toggle .line1,.nav-toggle .line3{
  transition:transform 250ms ease-in;
  transform:translate(0px, 0px) rotate(0deg)
}

.nav-toggle .line2{
  transition:opacity 200ms ease-out
}

.nav-toggle--active .line2{
  opacity:0
}

.nav-toggle--active .line1{
  transform:translate(5.25px, -0.5px) rotate(45deg)
}

.nav-toggle--active .line3{
  transform:translate(-6.25px, 5px) rotate(-45deg)
}

.js-nav-sub-toggler{
  background-color:#fff;
  border:none;
  padding:0;
  display:inline-block;
  width:2em;
  margin-right:1em;
  margin-left:1em;
  stroke:currentColor;
  stroke-width:2px
}

@media (min-width: 1378px){
  .js-nav-sub-toggler{
    display:none
  }
}

.js-nav-sub-toggler[aria-expanded="true"] .v{
  display:none
}

.quick-navigation{
  -moz-columns:2;
       columns:2
}

.quick-navigation a{
  padding-left: 1rem;
  display: inline-block;
  position: relative
}

.quick-navigation a:before{
  position: absolute;
  left: 0;
  content:'› '
}

.ce-text{
  margin-bottom: 4rem
}

.ce-teaser{
  margin-bottom: 4rem
}

@media (min-width: 768px){
  .ce-teaser{
    margin-left: -1rem;
    margin-right: -1rem
  }
}

.ce-teaser__list{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap
}

@media (min-width: 768px){
  .ce-teaser__list{
    flex-direction: row
  }
}

.ce-teaser__item{
  text-align: center;
  width: 100%
}

@media (min-width: 768px){
  .ce-teaser__item{
    width: 33.333333%;
    padding-left: 1rem;
    padding-right: 1rem
  }
}

.ce-teaser__item:nth-child(3n+2) .ce-teaser__link{
  margin-left: auto;
  margin-right: auto
}

.ce-teaser__item:nth-child(3n+3) .ce-teaser__link{
  margin-left: auto
}

.ce-teaser__link{
  display: block;
  max-width:300px
}

@media (max-width: 767px){
  .ce-teaser__link{
    margin-left: auto;
    margin-right: auto
  }
}

.ce-teaser__link:hover .ce-teaser__image-hover{
  opacity: 1
}

.ce-teaser__image-box{
  position: relative;
  margin-bottom: 1.5rem
}

.ce-teaser__image-hover{
  position: absolute;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transition-property: opacity
}

.ce-textimage{
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column
}

@media (min-width: 768px){
  .ce-textimage{
    flex-direction: row
  }

  .ce-textimage--image-right{
    flex-direction: row-reverse
  }
}

.ce-textimage__text{
  align-self: flex-start;
  width: 100%
}

@media (min-width: 768px){
  .ce-textimage__text{
    width: 75%;
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

.ce-textimage__text .button{
  margin-top: 1rem
}

.ce-textimage__image{
  width: 100%
}

@media (min-width: 768px){
  .ce-textimage__image{
    width: 25%;
    padding-right: 3rem
  }
}

.ce-gallery{
  margin-bottom: 4rem
}

.ce-gallery__buttons{
  position: absolute;
  display: block;
  width: 100%;
  z-index:10;
  top:50%;
  left:0;
  margin-top:-30px
}

.ce-gallery__next,.ce-gallery__prev{
  position: absolute
}

.ce-gallery__next:before,.ce-gallery__prev:before{
  font-family:'icomoon';
  content:"";
  display:inline-block;
  line-height:1;
  color:inherit;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 2.5rem
}

.ce-gallery__next{
  right: 0;
  margin-right: 1.5rem
}

.ce-gallery__next:before{
  font-family:'icomoon';
  content:"";
  display:inline-block;
  line-height:1;
  color:inherit;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 2.5rem
}

.ce-gallery__prev{
  margin-left: 1.5rem
}

.ce-gallery .swiper-container{
  width:100%;
  margin-left:auto;
  margin-right:auto
}

.ce-gallery .swiper-slide{
  background-size:cover;
  background-position:center
}

.ce-gallery__navigation{
  margin-top: 2.25rem;
  display: none;
  padding-left: 6rem;
  padding-right: 6rem
}

@media (min-width: 1024px){
  .ce-gallery__navigation{
    display: block;
    position: relative
  }
}

.ce-gallery__thumbs{
  position: relative;
  z-index: 50
}

.ce-gallery__thumbs__buttons{
  position: absolute;
  display: block;
  width: 100%;
  z-index:10;
  top:50%;
  left:0;
  margin-top:-30px
}

.ce-gallery__thumbs__next,.ce-gallery__thumbs__prev{
  position: absolute
}

.ce-gallery__thumbs__next:before,.ce-gallery__thumbs__prev:before{
  font-family:'icomoon';
  content:"";
  display:inline-block;
  line-height:1;
  color:inherit;
  --text-opacity: 1;
  color: #F07D00;
  color: rgba(240, 125, 0, var(--text-opacity));
  font-size: 2.5rem
}

.ce-gallery__thumbs__next{
  margin-right: 1.5rem;
  right: 0
}

.ce-gallery__thumbs__next:before{
  font-family:'icomoon';
  content:"";
  display:inline-block;
  line-height:1;
  color:inherit;
  --text-opacity: 1;
  color: #F07D00;
  color: rgba(240, 125, 0, var(--text-opacity));
  font-size: 2.5rem
}

.ce-gallery__thumbs__prev{
  margin-left: 1.5rem;
  left: 0
}

.ce-gallery .ce-gallery__thumbs .swiper-slide{
  border-width: 1px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  opacity: 0.75;
  cursor: pointer
}

.ce-gallery .ce-gallery__thumbs .swiper-slide-thumb-active{
  border-width: 1px;
  --border-opacity: 1;
  border-color: #F07D00;
  border-color: rgba(240, 125, 0, var(--border-opacity));
  opacity: 1
}

.ce-team{
  margin-bottom: 4rem
}

.ce-team__headlines{
  margin-left: auto;
  margin-right: auto;
  max-width:1060px
}

.ce-team__filter{
  margin-bottom: 4rem
}

@media (min-width: 768px){
  .ce-team__filter{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width:1060px
  }
}

.ce-team__filter .select{
  position: relative
}

.ce-team__filter .select select{
  display: inline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: auto;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #eb6e08;
  border-color: rgba(235, 110, 8, var(--border-opacity));
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.ce-team__filter .select select:focus{
  outline: 0;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

.ce-team__filter-text{
  flex: 0 1 auto;
  font-weight: 700;
  margin-right: 0.75rem
}

.ce-team__container{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 2rem;
  grid-gap: 2rem;
  gap: 2rem
}

@media (min-width: 640px){
  .ce-team__container{
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width: 1024px){
  .ce-team__container{
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
}

.ce-team__item{
  position: relative
}

.ce-team__item:hover .ce-team__image{
  transform:scale(1.05)
}

.ce-team__item--active .ce-team__overflow{
  width:100%;
  opacity:1;
  pointer-events:all
}

@media (min-width: 640px){
  .ce-team__item.ce-team__item--active .ce-team__overflow{
    right:calc(-100% - 32px);
    width:calc(100% + 32px)
  }
}

@media (min-width: 640px){
  @media (max-width: 1023px){
    .ce-team__item:nth-child(2n).ce-team__item--active .ce-team__overflow{
      left:calc(-100% - 32px) !important
    }

    .ce-team__item:nth-child(2n) .ce-team__overflow{
      left:0;
      right:auto
    }
  }
}

@media (min-width: 1024px){
  .ce-team__item:nth-child(5n).ce-team__item--active .ce-team__overflow{
    left:calc(-100% - 32px) !important
  }

  .ce-team__item:nth-child(5n) .ce-team__overflow{
    left:0;
    right:auto
  }
}

.ce-team__image-box{
  overflow:hidden
}

.ce-team__image{
  cursor: pointer;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.ce-team__overflow{
  display: none;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.25rem;
  padding-left: 2rem;
  padding-right: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  top:0;
  right:0;
  position:absolute;
  width:100%;
  min-height:100%;
  background:#fff;
  color:#000;
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity:0;
  z-index:2;
  overflow:hidden;
  pointer-events:none
}

.ce-team__overflow>*{
  margin-bottom: 1rem
}

.ce-team__name{
  font-weight: 700;
  font-size: 1.25rem
}

.ce-team__close{
  position: absolute;
  top: 0;
  right: 0;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  cursor: pointer
}

@media (min-width: 640px){
}

@media (min-width: 768px){
  .md\:mb-0{
    margin-bottom: 0 !important;
  }

  .md\:w-1\/2{
    width: 50% !important;
  }

  .md\:w-1\/3{
    width: 33.333333% !important;
  }

  .md\:w-3\/12{
    width: 25% !important;
  }

  .md\:w-4\/12{
    width: 33.333333% !important;
  }

  .md\:w-8\/12{
    width: 66.666667% !important;
  }

  .md\:w-9\/12{
    width: 75% !important;
  }
}

@media (min-width: 1024px){
  .lg\:w-3\/12{
    width: 25% !important;
  }

  .lg\:w-4\/12{
    width: 33.333333% !important;
  }

  .lg\:w-5\/12{
    width: 41.666667% !important;
  }
}

@media (min-width: 1378px){
  .xl\:w-1\/2{
    width: 50% !important;
  }

  .xl\:w-1\/3{
    width: 33.333333% !important;
  }

  .xl\:w-4\/12{
    width: 33.333333% !important;
  }

  .xl\:w-8\/12{
    width: 66.666667% !important;
  }
}

@media (max-width: 639px){
}

@media (max-width: 767px){
}

@media (max-width: 1023px){
}

@media (max-width: 1377px){
}

