/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.8.1_webpack@5.88.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.3.2_sass-embedded@1.64.1_webpack@5.88.2/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/.pnpm/leaflet@1.9.4/node_modules/leaflet/dist/leaflet.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(../416d91365b44e4b4f477.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../8f2c4d11474275fbc161.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(../2b3e1faf89f94a483539.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.8.1_webpack@5.88.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.3.2_sass-embedded@1.64.1_webpack@5.88.2/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./assets/scss/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.c-card {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

:root,
[data-bs-theme=light] {
  --theme-white: #fff;
  --theme-gray: #878687;
  --theme-gray-dark: #353535;
  --theme-primary: #436CAE;
  --theme-yellow: #eaf936;
  --theme-green: #eaf936;
  --theme-secondary: #8FCB24;
  --theme-success: #8FCB24;
  --theme-info: #0dcaf0;
  --theme-warning: #eaf936;
  --theme-danger: #dc3545;
  --theme-light: #f2f2f2;
  --theme-dark: #292b2c;
  --theme-white: #fff;
  --theme-black: #282828;
  --theme-gray-100: #f2f2f2;
  --theme-gray-200: #e5e5e5;
  --theme-gray-300: #dee2e6;
  --theme-gray-400: #ced4da;
  --theme-gray-500: #adb5bd;
  --theme-gray-600: #878687;
  --theme-gray-700: #575d64;
  --theme-gray-800: #353535;
  --theme-gray-900: #292b2c;
  --theme-primary-rgb: 67, 108, 174;
  --theme-yellow-rgb: 234, 249, 54;
  --theme-green-rgb: 234, 249, 54;
  --theme-secondary-rgb: 143, 203, 36;
  --theme-success-rgb: 143, 203, 36;
  --theme-info-rgb: 13, 202, 240;
  --theme-warning-rgb: 234, 249, 54;
  --theme-danger-rgb: 220, 53, 69;
  --theme-light-rgb: 242, 242, 242;
  --theme-dark-rgb: 41, 43, 44;
  --theme-white-rgb: 255, 255, 255;
  --theme-black-rgb: 40, 40, 40;
  --theme-gray-100-rgb: 242, 242, 242;
  --theme-gray-200-rgb: 229, 229, 229;
  --theme-gray-300-rgb: 222, 226, 230;
  --theme-gray-400-rgb: 206, 212, 218;
  --theme-gray-500-rgb: 173, 181, 189;
  --theme-gray-600-rgb: 135, 134, 135;
  --theme-gray-700-rgb: 87, 93, 100;
  --theme-gray-800-rgb: 53, 53, 53;
  --theme-gray-900-rgb: 41, 43, 44;
  --theme-primary-text-emphasis: #1b2b46;
  --theme-secondary-text-emphasis: #39510e;
  --theme-success-text-emphasis: #39510e;
  --theme-info-text-emphasis: #055160;
  --theme-warning-text-emphasis: #5e6416;
  --theme-danger-text-emphasis: #58151c;
  --theme-light-text-emphasis: #575d64;
  --theme-dark-text-emphasis: #575d64;
  --theme-primary-bg-subtle: #d9e2ef;
  --theme-secondary-bg-subtle: #e9f5d3;
  --theme-success-bg-subtle: #e9f5d3;
  --theme-info-bg-subtle: #cff4fc;
  --theme-warning-bg-subtle: #fbfed7;
  --theme-danger-bg-subtle: #f8d7da;
  --theme-light-bg-subtle: #f9f9f9;
  --theme-dark-bg-subtle: #ced4da;
  --theme-primary-border-subtle: #b4c4df;
  --theme-secondary-border-subtle: #d2eaa7;
  --theme-success-border-subtle: #d2eaa7;
  --theme-info-border-subtle: #9eeaf9;
  --theme-warning-border-subtle: #f7fdaf;
  --theme-danger-border-subtle: #f1aeb5;
  --theme-light-border-subtle: #e5e5e5;
  --theme-dark-border-subtle: #adb5bd;
  --theme-white-rgb: 255, 255, 255;
  --theme-black-rgb: 40, 40, 40;
  --theme-font-sans-serif: "karla", sans-serif;
  --theme-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --theme-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --theme-body-font-family: var(--theme-font-sans-serif);
  --theme-body-font-size: 1rem;
  --theme-body-font-weight: 500;
  --theme-body-line-height: 1.5;
  --theme-body-color: #292b2c;
  --theme-body-color-rgb: 41, 43, 44;
  --theme-body-bg: #f2f2f2;
  --theme-body-bg-rgb: 242, 242, 242;
  --theme-emphasis-color: #282828;
  --theme-emphasis-color-rgb: 40, 40, 40;
  --theme-secondary-color: rgba(41, 43, 44, 0.75);
  --theme-secondary-color-rgb: 41, 43, 44;
  --theme-secondary-bg: #e5e5e5;
  --theme-secondary-bg-rgb: 229, 229, 229;
  --theme-tertiary-color: rgba(41, 43, 44, 0.5);
  --theme-tertiary-color-rgb: 41, 43, 44;
  --theme-tertiary-bg: #f2f2f2;
  --theme-tertiary-bg-rgb: 242, 242, 242;
  --theme-heading-color: inherit;
  --theme-link-color: #282828;
  --theme-link-color-rgb: 40, 40, 40;
  --theme-link-decoration: none;
  --theme-link-hover-color: #202020;
  --theme-link-hover-color-rgb: 32, 32, 32;
  --theme-code-color: #d63384;
  --theme-highlight-bg: #fcf8e3;
  --theme-border-width: 1px;
  --theme-border-style: solid;
  --theme-border-color: #dee2e6;
  --theme-border-color-translucent: rgba(40, 40, 40, 0.175);
  --theme-border-radius: 0.25rem;
  --theme-border-radius-sm: 0.1875rem;
  --theme-border-radius-lg: 0.3rem;
  --theme-border-radius-xl: 1rem;
  --theme-border-radius-xxl: 2rem;
  --theme-border-radius-2xl: var(--theme-border-radius-xxl);
  --theme-border-radius-pill: 50rem;
  --theme-box-shadow: 0 0.5rem 1rem rgba(40, 40, 40, 0.15);
  --theme-box-shadow-sm: 0 0.125rem 0.25rem rgba(40, 40, 40, 0.075);
  --theme-box-shadow-lg: 0 1rem 3rem rgba(40, 40, 40, 0.175);
  --theme-box-shadow-inset: inset 0 1px 2px rgba(40, 40, 40, 0.075);
  --theme-focus-ring-width: 0.25rem;
  --theme-focus-ring-opacity: 0.25;
  --theme-focus-ring-color: rgba(67, 108, 174, 0.25);
  --theme-form-valid-color: #8FCB24;
  --theme-form-valid-border-color: #8FCB24;
  --theme-form-invalid-color: #dc3545;
  --theme-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --theme-body-color: #dee2e6;
  --theme-body-color-rgb: 222, 226, 230;
  --theme-body-bg: #292b2c;
  --theme-body-bg-rgb: 41, 43, 44;
  --theme-emphasis-color: #fff;
  --theme-emphasis-color-rgb: 255, 255, 255;
  --theme-secondary-color: rgba(222, 226, 230, 0.75);
  --theme-secondary-color-rgb: 222, 226, 230;
  --theme-secondary-bg: #353535;
  --theme-secondary-bg-rgb: 53, 53, 53;
  --theme-tertiary-color: rgba(222, 226, 230, 0.5);
  --theme-tertiary-color-rgb: 222, 226, 230;
  --theme-tertiary-bg: #2f3031;
  --theme-tertiary-bg-rgb: 47, 48, 49;
  --theme-primary-text-emphasis: #8ea7ce;
  --theme-secondary-text-emphasis: #bce07c;
  --theme-success-text-emphasis: #bce07c;
  --theme-info-text-emphasis: #6edff6;
  --theme-warning-text-emphasis: #f2fb86;
  --theme-danger-text-emphasis: #ea868f;
  --theme-light-text-emphasis: #f2f2f2;
  --theme-dark-text-emphasis: #dee2e6;
  --theme-primary-bg-subtle: #0d1623;
  --theme-secondary-bg-subtle: #1d2907;
  --theme-success-bg-subtle: #1d2907;
  --theme-info-bg-subtle: #032830;
  --theme-warning-bg-subtle: #2f320b;
  --theme-danger-bg-subtle: #2c0b0e;
  --theme-light-bg-subtle: #353535;
  --theme-dark-bg-subtle: #2f2f2f;
  --theme-primary-border-subtle: #284168;
  --theme-secondary-border-subtle: #567a16;
  --theme-success-border-subtle: #567a16;
  --theme-info-border-subtle: #087990;
  --theme-warning-border-subtle: #8c9520;
  --theme-danger-border-subtle: #842029;
  --theme-light-border-subtle: #575d64;
  --theme-dark-border-subtle: #353535;
  --theme-heading-color: inherit;
  --theme-link-color: #8ea7ce;
  --theme-link-hover-color: #a5b9d8;
  --theme-link-color-rgb: 142, 167, 206;
  --theme-link-hover-color-rgb: 165, 185, 216;
  --theme-code-color: #e685b5;
  --theme-border-color: #575d64;
  --theme-border-color-translucent: rgba(255, 255, 255, 0.15);
  --theme-form-valid-color: #bce07c;
  --theme-form-valid-border-color: #bce07c;
  --theme-form-invalid-color: #ea868f;
  --theme-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--theme-body-font-family);
  font-size: var(--theme-body-font-size);
  font-weight: var(--theme-body-font-weight);
  line-height: var(--theme-body-line-height);
  color: var(--theme-body-color);
  text-align: var(--theme-body-text-align);
  background-color: var(--theme-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(40, 40, 40, 0);
}

hr {
  margin: 16px 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: "source_serif_pro", serif;
  font-weight: 500;
  line-height: 1.2;
  color: var(--theme-heading-color);
}

h1, .h1 {
  font-size: clamp(1rem, calc(1.46875rem + 2.625vw), 55px);
}

h2, .h2 {
  font-size: clamp(1rem, calc(1.3375rem + 1.05vw), 34px);
}

h3, .h3 {
  font-size: clamp(1rem, calc(1.325rem + 0.9vw), 32px);
}

h4, .h4 {
  font-size: clamp(1rem, calc(1.275rem + 0.3vw), 24px);
}

h5, .h5 {
  font-size: clamp(1rem, 1.25rem, 20px);
}

h6, .h6 {
  font-size: clamp(1rem, 1rem, 16px);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: var(--theme-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--theme-link-color-rgb), var(--theme-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --theme-link-color-rgb: var(--theme-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--theme-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--theme-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--theme-body-bg);
  background-color: var(--theme-body-color);
  border-radius: 0.1875rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--theme-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1.2;
}

.display-2 {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.display-3 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 16px;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -16px;
  margin-bottom: 16px;
  font-size: 0.875em;
  color: #878687;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--theme-body-bg);
  border: var(--theme-border-width) solid var(--theme-border-color);
  border-radius: var(--theme-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 8px;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--theme-secondary-color);
}

.container,
.container-fluid,
.container-xxxxxl,
.container-xxxxl,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --theme-gutter-x: 30px;
  --theme-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--theme-gutter-x) * 0.5);
  padding-left: calc(var(--theme-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1366px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1270px;
  }
}
@media (min-width: 1440px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1370px;
  }
}
@media (min-width: 1680px) {
  .container-xxxxl, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1470px;
  }
}
@media (min-width: 1920px) {
  .container-xxxxxl, .container-xxxxl, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1570px;
  }
}
:root {
  --theme-breakpoint-xs: 0;
  --theme-breakpoint-sm: 576px;
  --theme-breakpoint-md: 768px;
  --theme-breakpoint-lg: 992px;
  --theme-breakpoint-xl: 1200px;
  --theme-breakpoint-xxl: 1366px;
  --theme-breakpoint-xxxl: 1440px;
  --theme-breakpoint-xxxxl: 1680px;
  --theme-breakpoint-xxxxxl: 1920px;
}

.row {
  --theme-gutter-x: 30px;
  --theme-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--theme-gutter-y));
  margin-right: calc(-0.5 * var(--theme-gutter-x));
  margin-left: calc(-0.5 * var(--theme-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--theme-gutter-x) * 0.5);
  padding-left: calc(var(--theme-gutter-x) * 0.5);
  margin-top: var(--theme-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.2857142857%;
}

.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}

.row-cols-9 > * {
  flex: 0 0 auto;
  width: 11.1111111111%;
}

.row-cols-10 > * {
  flex: 0 0 auto;
  width: 10%;
}

.row-cols-11 > * {
  flex: 0 0 auto;
  width: 9.0909090909%;
}

.row-cols-12 > * {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 4.16666667%;
}

.col-2 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-3 {
  flex: 0 0 auto;
  width: 12.5%;
}

.col-4 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-5 {
  flex: 0 0 auto;
  width: 20.83333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 25%;
}

.col-7 {
  flex: 0 0 auto;
  width: 29.16666667%;
}

.col-8 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-9 {
  flex: 0 0 auto;
  width: 37.5%;
}

.col-10 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-11 {
  flex: 0 0 auto;
  width: 45.83333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 50%;
}

.col-13 {
  flex: 0 0 auto;
  width: 54.16666667%;
}

.col-14 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-15 {
  flex: 0 0 auto;
  width: 62.5%;
}

.col-16 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-17 {
  flex: 0 0 auto;
  width: 70.83333333%;
}

.col-18 {
  flex: 0 0 auto;
  width: 75%;
}

.col-19 {
  flex: 0 0 auto;
  width: 79.16666667%;
}

.col-20 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-21 {
  flex: 0 0 auto;
  width: 87.5%;
}

.col-22 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-23 {
  flex: 0 0 auto;
  width: 95.83333333%;
}

.col-24 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 4.16666667%;
}

.offset-2 {
  margin-left: 8.33333333%;
}

.offset-3 {
  margin-left: 12.5%;
}

.offset-4 {
  margin-left: 16.66666667%;
}

.offset-5 {
  margin-left: 20.83333333%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 29.16666667%;
}

.offset-8 {
  margin-left: 33.33333333%;
}

.offset-9 {
  margin-left: 37.5%;
}

.offset-10 {
  margin-left: 41.66666667%;
}

.offset-11 {
  margin-left: 45.83333333%;
}

.offset-12 {
  margin-left: 50%;
}

.offset-13 {
  margin-left: 54.16666667%;
}

.offset-14 {
  margin-left: 58.33333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.66666667%;
}

.offset-17 {
  margin-left: 70.83333333%;
}

.offset-18 {
  margin-left: 75%;
}

.offset-19 {
  margin-left: 79.16666667%;
}

.offset-20 {
  margin-left: 83.33333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.66666667%;
}

.offset-23 {
  margin-left: 95.83333333%;
}

.g-0,
.gx-0 {
  --theme-gutter-x: 0;
}

.g-0,
.gy-0 {
  --theme-gutter-y: 0;
}

.g-1,
.gx-1 {
  --theme-gutter-x: 1rem;
}

.g-1,
.gy-1 {
  --theme-gutter-y: 1rem;
}

.g-2,
.gx-2 {
  --theme-gutter-x: calc(1.325rem + 0.9vw);
}

.g-2,
.gy-2 {
  --theme-gutter-y: calc(1.325rem + 0.9vw);
}

.g-3,
.gx-3 {
  --theme-gutter-x: calc(1.425rem + 2.1vw);
}

.g-3,
.gy-3 {
  --theme-gutter-y: calc(1.425rem + 2.1vw);
}

.g-4,
.gx-4 {
  --theme-gutter-x: calc(1.525rem + 3.3vw);
}

.g-4,
.gy-4 {
  --theme-gutter-y: calc(1.525rem + 3.3vw);
}

.g-5,
.gx-5 {
  --theme-gutter-x: calc(1.625rem + 4.5vw);
}

.g-5,
.gy-5 {
  --theme-gutter-y: calc(1.625rem + 4.5vw);
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-sm-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-sm-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-sm-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-sm-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-sm-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-sm-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-sm-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-sm-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-sm-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-sm-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-sm-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-sm-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.16666667%;
  }
  .offset-sm-2 {
    margin-left: 8.33333333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.66666667%;
  }
  .offset-sm-5 {
    margin-left: 20.83333333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.16666667%;
  }
  .offset-sm-8 {
    margin-left: 33.33333333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.66666667%;
  }
  .offset-sm-11 {
    margin-left: 45.83333333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .offset-sm-13 {
    margin-left: 54.16666667%;
  }
  .offset-sm-14 {
    margin-left: 58.33333333%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .offset-sm-16 {
    margin-left: 66.66666667%;
  }
  .offset-sm-17 {
    margin-left: 70.83333333%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .offset-sm-19 {
    margin-left: 79.16666667%;
  }
  .offset-sm-20 {
    margin-left: 83.33333333%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .offset-sm-22 {
    margin-left: 91.66666667%;
  }
  .offset-sm-23 {
    margin-left: 95.83333333%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --theme-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --theme-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --theme-gutter-x: 1rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --theme-gutter-y: 1rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --theme-gutter-x: calc(1.325rem + 0.9vw);
  }
  .g-sm-2,
  .gy-sm-2 {
    --theme-gutter-y: calc(1.325rem + 0.9vw);
  }
  .g-sm-3,
  .gx-sm-3 {
    --theme-gutter-x: calc(1.425rem + 2.1vw);
  }
  .g-sm-3,
  .gy-sm-3 {
    --theme-gutter-y: calc(1.425rem + 2.1vw);
  }
  .g-sm-4,
  .gx-sm-4 {
    --theme-gutter-x: calc(1.525rem + 3.3vw);
  }
  .g-sm-4,
  .gy-sm-4 {
    --theme-gutter-y: calc(1.525rem + 3.3vw);
  }
  .g-sm-5,
  .gx-sm-5 {
    --theme-gutter-x: calc(1.625rem + 4.5vw);
  }
  .g-sm-5,
  .gy-sm-5 {
    --theme-gutter-y: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-md-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-md-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-md-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-md-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-md-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-md-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-md-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-md-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-md-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-md-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-md-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-md-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.16666667%;
  }
  .offset-md-2 {
    margin-left: 8.33333333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.66666667%;
  }
  .offset-md-5 {
    margin-left: 20.83333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.16666667%;
  }
  .offset-md-8 {
    margin-left: 33.33333333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.66666667%;
  }
  .offset-md-11 {
    margin-left: 45.83333333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .offset-md-13 {
    margin-left: 54.16666667%;
  }
  .offset-md-14 {
    margin-left: 58.33333333%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .offset-md-16 {
    margin-left: 66.66666667%;
  }
  .offset-md-17 {
    margin-left: 70.83333333%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .offset-md-19 {
    margin-left: 79.16666667%;
  }
  .offset-md-20 {
    margin-left: 83.33333333%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .offset-md-22 {
    margin-left: 91.66666667%;
  }
  .offset-md-23 {
    margin-left: 95.83333333%;
  }
  .g-md-0,
  .gx-md-0 {
    --theme-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --theme-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --theme-gutter-x: 1rem;
  }
  .g-md-1,
  .gy-md-1 {
    --theme-gutter-y: 1rem;
  }
  .g-md-2,
  .gx-md-2 {
    --theme-gutter-x: calc(1.325rem + 0.9vw);
  }
  .g-md-2,
  .gy-md-2 {
    --theme-gutter-y: calc(1.325rem + 0.9vw);
  }
  .g-md-3,
  .gx-md-3 {
    --theme-gutter-x: calc(1.425rem + 2.1vw);
  }
  .g-md-3,
  .gy-md-3 {
    --theme-gutter-y: calc(1.425rem + 2.1vw);
  }
  .g-md-4,
  .gx-md-4 {
    --theme-gutter-x: calc(1.525rem + 3.3vw);
  }
  .g-md-4,
  .gy-md-4 {
    --theme-gutter-y: calc(1.525rem + 3.3vw);
  }
  .g-md-5,
  .gx-md-5 {
    --theme-gutter-x: calc(1.625rem + 4.5vw);
  }
  .g-md-5,
  .gy-md-5 {
    --theme-gutter-y: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-lg-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-lg-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-lg-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-lg-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-lg-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-lg-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-lg-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-lg-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-lg-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-lg-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-lg-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.16666667%;
  }
  .offset-lg-2 {
    margin-left: 8.33333333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.66666667%;
  }
  .offset-lg-5 {
    margin-left: 20.83333333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.16666667%;
  }
  .offset-lg-8 {
    margin-left: 33.33333333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.66666667%;
  }
  .offset-lg-11 {
    margin-left: 45.83333333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .offset-lg-13 {
    margin-left: 54.16666667%;
  }
  .offset-lg-14 {
    margin-left: 58.33333333%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .offset-lg-16 {
    margin-left: 66.66666667%;
  }
  .offset-lg-17 {
    margin-left: 70.83333333%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .offset-lg-19 {
    margin-left: 79.16666667%;
  }
  .offset-lg-20 {
    margin-left: 83.33333333%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .offset-lg-22 {
    margin-left: 91.66666667%;
  }
  .offset-lg-23 {
    margin-left: 95.83333333%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --theme-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --theme-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --theme-gutter-x: 1rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --theme-gutter-y: 1rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --theme-gutter-x: calc(1.325rem + 0.9vw);
  }
  .g-lg-2,
  .gy-lg-2 {
    --theme-gutter-y: calc(1.325rem + 0.9vw);
  }
  .g-lg-3,
  .gx-lg-3 {
    --theme-gutter-x: calc(1.425rem + 2.1vw);
  }
  .g-lg-3,
  .gy-lg-3 {
    --theme-gutter-y: calc(1.425rem + 2.1vw);
  }
  .g-lg-4,
  .gx-lg-4 {
    --theme-gutter-x: calc(1.525rem + 3.3vw);
  }
  .g-lg-4,
  .gy-lg-4 {
    --theme-gutter-y: calc(1.525rem + 3.3vw);
  }
  .g-lg-5,
  .gx-lg-5 {
    --theme-gutter-x: calc(1.625rem + 4.5vw);
  }
  .g-lg-5,
  .gy-lg-5 {
    --theme-gutter-y: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .offset-xl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .offset-xl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .offset-xl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .offset-xl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xl-23 {
    margin-left: 95.83333333%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --theme-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --theme-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --theme-gutter-x: 1rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --theme-gutter-y: 1rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --theme-gutter-x: calc(1.325rem + 0.9vw);
  }
  .g-xl-2,
  .gy-xl-2 {
    --theme-gutter-y: calc(1.325rem + 0.9vw);
  }
  .g-xl-3,
  .gx-xl-3 {
    --theme-gutter-x: calc(1.425rem + 2.1vw);
  }
  .g-xl-3,
  .gy-xl-3 {
    --theme-gutter-y: calc(1.425rem + 2.1vw);
  }
  .g-xl-4,
  .gx-xl-4 {
    --theme-gutter-x: calc(1.525rem + 3.3vw);
  }
  .g-xl-4,
  .gy-xl-4 {
    --theme-gutter-y: calc(1.525rem + 3.3vw);
  }
  .g-xl-5,
  .gx-xl-5 {
    --theme-gutter-x: calc(1.625rem + 4.5vw);
  }
  .g-xl-5,
  .gy-xl-5 {
    --theme-gutter-y: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1366px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xxl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xxl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xxl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xxl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xxl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xxl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xxl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xxl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xxl-6 {
    margin-left: 25%;
  }
  .offset-xxl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xxl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xxl-12 {
    margin-left: 50%;
  }
  .offset-xxl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xxl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xxl-18 {
    margin-left: 75%;
  }
  .offset-xxl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xxl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xxl-23 {
    margin-left: 95.83333333%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --theme-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --theme-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --theme-gutter-x: 1rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --theme-gutter-y: 1rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --theme-gutter-x: calc(1.325rem + 0.9vw);
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --theme-gutter-y: calc(1.325rem + 0.9vw);
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --theme-gutter-x: calc(1.425rem + 2.1vw);
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --theme-gutter-y: calc(1.425rem + 2.1vw);
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --theme-gutter-x: calc(1.525rem + 3.3vw);
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --theme-gutter-y: calc(1.525rem + 3.3vw);
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --theme-gutter-x: calc(1.625rem + 4.5vw);
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --theme-gutter-y: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1440px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxxl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxxl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxxl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xxxl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xxxl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xxxl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xxxl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xxxl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xxxl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xxxl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xxxl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxxl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xxxl-6 {
    margin-left: 25%;
  }
  .offset-xxxl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xxxl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxxl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xxxl-12 {
    margin-left: 50%;
  }
  .offset-xxxl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xxxl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxxl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xxxl-18 {
    margin-left: 75%;
  }
  .offset-xxxl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xxxl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxxl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xxxl-23 {
    margin-left: 95.83333333%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --theme-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --theme-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --theme-gutter-x: 1rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --theme-gutter-y: 1rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --theme-gutter-x: calc(1.325rem + 0.9vw);
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --theme-gutter-y: calc(1.325rem + 0.9vw);
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --theme-gutter-x: calc(1.425rem + 2.1vw);
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --theme-gutter-y: calc(1.425rem + 2.1vw);
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --theme-gutter-x: calc(1.525rem + 3.3vw);
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --theme-gutter-y: calc(1.525rem + 3.3vw);
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --theme-gutter-x: calc(1.625rem + 4.5vw);
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --theme-gutter-y: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1680px) {
  .col-xxxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxxxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxxxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxxxl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxxxl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxxxl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xxxxl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxxl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xxxxl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxxl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxxxl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxxl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xxxxl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxxl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xxxxl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxxl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xxxxl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxxl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xxxxl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxxl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xxxxl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxxl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xxxxl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxxl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xxxxl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxxl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xxxxl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxxl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xxxxl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxxl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xxxxl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xxxxl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xxxxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxxxl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xxxxl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xxxxl-6 {
    margin-left: 25%;
  }
  .offset-xxxxl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xxxxl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xxxxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxxxl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xxxxl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xxxxl-12 {
    margin-left: 50%;
  }
  .offset-xxxxl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xxxxl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xxxxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxxxl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xxxxl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xxxxl-18 {
    margin-left: 75%;
  }
  .offset-xxxxl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xxxxl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xxxxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxxxl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xxxxl-23 {
    margin-left: 95.83333333%;
  }
  .g-xxxxl-0,
  .gx-xxxxl-0 {
    --theme-gutter-x: 0;
  }
  .g-xxxxl-0,
  .gy-xxxxl-0 {
    --theme-gutter-y: 0;
  }
  .g-xxxxl-1,
  .gx-xxxxl-1 {
    --theme-gutter-x: 1rem;
  }
  .g-xxxxl-1,
  .gy-xxxxl-1 {
    --theme-gutter-y: 1rem;
  }
  .g-xxxxl-2,
  .gx-xxxxl-2 {
    --theme-gutter-x: calc(1.325rem + 0.9vw);
  }
  .g-xxxxl-2,
  .gy-xxxxl-2 {
    --theme-gutter-y: calc(1.325rem + 0.9vw);
  }
  .g-xxxxl-3,
  .gx-xxxxl-3 {
    --theme-gutter-x: calc(1.425rem + 2.1vw);
  }
  .g-xxxxl-3,
  .gy-xxxxl-3 {
    --theme-gutter-y: calc(1.425rem + 2.1vw);
  }
  .g-xxxxl-4,
  .gx-xxxxl-4 {
    --theme-gutter-x: calc(1.525rem + 3.3vw);
  }
  .g-xxxxl-4,
  .gy-xxxxl-4 {
    --theme-gutter-y: calc(1.525rem + 3.3vw);
  }
  .g-xxxxl-5,
  .gx-xxxxl-5 {
    --theme-gutter-x: calc(1.625rem + 4.5vw);
  }
  .g-xxxxl-5,
  .gy-xxxxl-5 {
    --theme-gutter-y: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 1920px) {
  .col-xxxxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxxxxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxxxxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxxxxl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxxxxl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxxxxl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xxxxxl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxxxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxxxl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xxxxxl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxxxl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxxxxl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxxxl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xxxxxl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxxxl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xxxxxl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxxxl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xxxxxl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxxxl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xxxxxl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxxxl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xxxxxl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxxxl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xxxxxl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxxxl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xxxxxl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxxxl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xxxxxl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxxxl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xxxxxl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxxxl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xxxxxl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxxl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xxxxxl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xxxxxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxxxxl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xxxxxl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xxxxxl-6 {
    margin-left: 25%;
  }
  .offset-xxxxxl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xxxxxl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xxxxxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxxxxl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xxxxxl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xxxxxl-12 {
    margin-left: 50%;
  }
  .offset-xxxxxl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xxxxxl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xxxxxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxxxxl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xxxxxl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xxxxxl-18 {
    margin-left: 75%;
  }
  .offset-xxxxxl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xxxxxl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xxxxxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxxxxl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xxxxxl-23 {
    margin-left: 95.83333333%;
  }
  .g-xxxxxl-0,
  .gx-xxxxxl-0 {
    --theme-gutter-x: 0;
  }
  .g-xxxxxl-0,
  .gy-xxxxxl-0 {
    --theme-gutter-y: 0;
  }
  .g-xxxxxl-1,
  .gx-xxxxxl-1 {
    --theme-gutter-x: 1rem;
  }
  .g-xxxxxl-1,
  .gy-xxxxxl-1 {
    --theme-gutter-y: 1rem;
  }
  .g-xxxxxl-2,
  .gx-xxxxxl-2 {
    --theme-gutter-x: calc(1.325rem + 0.9vw);
  }
  .g-xxxxxl-2,
  .gy-xxxxxl-2 {
    --theme-gutter-y: calc(1.325rem + 0.9vw);
  }
  .g-xxxxxl-3,
  .gx-xxxxxl-3 {
    --theme-gutter-x: calc(1.425rem + 2.1vw);
  }
  .g-xxxxxl-3,
  .gy-xxxxxl-3 {
    --theme-gutter-y: calc(1.425rem + 2.1vw);
  }
  .g-xxxxxl-4,
  .gx-xxxxxl-4 {
    --theme-gutter-x: calc(1.525rem + 3.3vw);
  }
  .g-xxxxxl-4,
  .gy-xxxxxl-4 {
    --theme-gutter-y: calc(1.525rem + 3.3vw);
  }
  .g-xxxxxl-5,
  .gx-xxxxxl-5 {
    --theme-gutter-x: calc(1.625rem + 4.5vw);
  }
  .g-xxxxxl-5,
  .gy-xxxxxl-5 {
    --theme-gutter-y: calc(1.625rem + 4.5vw);
  }
}
.table {
  --theme-table-color-type: initial;
  --theme-table-bg-type: initial;
  --theme-table-color-state: initial;
  --theme-table-bg-state: initial;
  --theme-table-color: var(--theme-body-color);
  --theme-table-bg: var(--theme-body-bg);
  --theme-table-border-color: var(--theme-border-color);
  --theme-table-accent-bg: transparent;
  --theme-table-striped-color: var(--theme-body-color);
  --theme-table-striped-bg: rgba(40, 40, 40, 0.05);
  --theme-table-active-color: var(--theme-body-color);
  --theme-table-active-bg: rgba(40, 40, 40, 0.1);
  --theme-table-hover-color: var(--theme-body-color);
  --theme-table-hover-bg: rgba(40, 40, 40, 0.075);
  width: 100%;
  margin-bottom: 16px;
  vertical-align: top;
  border-color: var(--theme-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--theme-table-color-state, var(--theme-table-color-type, var(--theme-table-color)));
  background-color: var(--theme-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--theme-table-bg-state, var(--theme-table-bg-type, var(--theme-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(1px * 2) solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --theme-table-color-type: var(--theme-table-striped-color);
  --theme-table-bg-type: var(--theme-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --theme-table-color-type: var(--theme-table-striped-color);
  --theme-table-bg-type: var(--theme-table-striped-bg);
}

.table-active {
  --theme-table-color-state: var(--theme-table-active-color);
  --theme-table-bg-state: var(--theme-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --theme-table-color-state: var(--theme-table-hover-color);
  --theme-table-bg-state: var(--theme-table-hover-bg);
}

.table-primary {
  --theme-table-color: #282828;
  --theme-table-bg: #d9e2ef;
  --theme-table-border-color: #c7cfdb;
  --theme-table-striped-bg: #d0d9e5;
  --theme-table-striped-color: #282828;
  --theme-table-active-bg: #c7cfdb;
  --theme-table-active-color: #282828;
  --theme-table-hover-bg: #ccd4e0;
  --theme-table-hover-color: #282828;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-secondary {
  --theme-table-color: #282828;
  --theme-table-bg: #e9f5d3;
  --theme-table-border-color: #d6e1c2;
  --theme-table-striped-bg: #dfebca;
  --theme-table-striped-color: #282828;
  --theme-table-active-bg: #d6e1c2;
  --theme-table-active-color: #282828;
  --theme-table-hover-bg: #dbe6c6;
  --theme-table-hover-color: #282828;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-success {
  --theme-table-color: #282828;
  --theme-table-bg: #e9f5d3;
  --theme-table-border-color: #d6e1c2;
  --theme-table-striped-bg: #dfebca;
  --theme-table-striped-color: #282828;
  --theme-table-active-bg: #d6e1c2;
  --theme-table-active-color: #282828;
  --theme-table-hover-bg: #dbe6c6;
  --theme-table-hover-color: #282828;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-info {
  --theme-table-color: #282828;
  --theme-table-bg: #cff4fc;
  --theme-table-border-color: #bee0e7;
  --theme-table-striped-bg: #c7eaf1;
  --theme-table-striped-color: #282828;
  --theme-table-active-bg: #bee0e7;
  --theme-table-active-color: #282828;
  --theme-table-hover-bg: #c2e5ec;
  --theme-table-hover-color: #282828;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-warning {
  --theme-table-color: #282828;
  --theme-table-bg: #fbfed7;
  --theme-table-border-color: #e6e9c6;
  --theme-table-striped-bg: #f0f3ce;
  --theme-table-striped-color: #282828;
  --theme-table-active-bg: #e6e9c6;
  --theme-table-active-color: #282828;
  --theme-table-hover-bg: #ebeeca;
  --theme-table-hover-color: #282828;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-danger {
  --theme-table-color: #282828;
  --theme-table-bg: #f8d7da;
  --theme-table-border-color: #e3c6c8;
  --theme-table-striped-bg: #eeced1;
  --theme-table-striped-color: #282828;
  --theme-table-active-bg: #e3c6c8;
  --theme-table-active-color: #282828;
  --theme-table-hover-bg: #e8cacd;
  --theme-table-hover-color: #282828;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-light {
  --theme-table-color: #282828;
  --theme-table-bg: #f2f2f2;
  --theme-table-border-color: #dedede;
  --theme-table-striped-bg: #e8e8e8;
  --theme-table-striped-color: #282828;
  --theme-table-active-bg: #dedede;
  --theme-table-active-color: #282828;
  --theme-table-hover-bg: #e3e3e3;
  --theme-table-hover-color: #282828;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-dark {
  --theme-table-color: #fff;
  --theme-table-bg: #292b2c;
  --theme-table-border-color: #3e4041;
  --theme-table-striped-bg: #343637;
  --theme-table-striped-color: #fff;
  --theme-table-active-bg: #3e4041;
  --theme-table-active-color: #fff;
  --theme-table-hover-bg: #393b3c;
  --theme-table-hover-color: #fff;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1365.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1679.98px) {
  .table-responsive-xxxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1919.98px) {
  .table-responsive-xxxxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--theme-border-width));
  padding-bottom: calc(0.375rem + var(--theme-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--theme-border-width));
  padding-bottom: calc(0.5rem + var(--theme-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--theme-border-width));
  padding-bottom: calc(0.25rem + var(--theme-border-width));
  font-size: 0.9rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--theme-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--theme-body-color);
  appearance: none;
  background-color: var(--theme-body-bg);
  background-clip: padding-box;
  border: var(--theme-border-width) solid var(--theme-border-color);
  border-radius: var(--theme-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--theme-body-color);
  background-color: var(--theme-body-bg);
  border-color: #a1b6d7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(67, 108, 174, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--theme-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--theme-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 1.5rem;
  margin: -0.375rem -1.5rem;
  margin-inline-end: 1.5rem;
  color: var(--theme-body-color);
  background-color: var(--theme-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--theme-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--theme-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--theme-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--theme-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--theme-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  border-radius: var(--theme-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--theme-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--theme-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--theme-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--theme-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--theme-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--theme-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--theme-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--theme-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--theme-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--theme-border-width) * 2));
}

.form-select {
  --theme-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23353535%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 4.5rem 0.375rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--theme-body-color);
  appearance: none;
  background-color: var(--theme-body-bg);
  background-image: var(--theme-form-select-bg-img), var(--theme-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 16px 12px;
  border: var(--theme-border-width) solid var(--theme-border-color);
  border-radius: var(--theme-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #a1b6d7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(67, 108, 174, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1.5rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e5e5e5;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--theme-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.9rem;
  border-radius: var(--theme-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--theme-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --theme-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --theme-form-check-bg: var(--theme-body-bg);
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--theme-form-check-bg);
  background-image: var(--theme-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--theme-border-width) solid var(--theme-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #a1b6d7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(67, 108, 174, 0.25);
}
.form-check-input:checked {
  background-color: #436CAE;
  border-color: #436CAE;
}
.form-check-input:checked[type=checkbox] {
  --theme-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --theme-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #436CAE;
  border-color: #436CAE;
  --theme-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --theme-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%2840, 40, 40, 0.25%29%27/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--theme-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --theme-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23a1b6d7%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --theme-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --theme-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 0.25rem rgba(67, 108, 174, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f2f2f2, 0 0 0 0.25rem rgba(67, 108, 174, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #436CAE;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c7d3e7;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--theme-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #436CAE;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c7d3e7;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--theme-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--theme-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--theme-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--theme-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--theme-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 1.5rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--theme-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 1.5rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--theme-body-color-rgb), 0.8);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.75rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--theme-body-bg);
  border-radius: var(--theme-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--theme-body-color-rgb), 0.8);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--theme-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #878687;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--theme-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--theme-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--theme-tertiary-bg);
  border: var(--theme-border-width) solid var(--theme-border-color);
  border-radius: var(--theme-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--theme-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  border-radius: var(--theme-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 6rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--theme-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--theme-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  color: #fff;
  background-color: var(--theme-success);
  border-radius: var(--theme-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--theme-form-valid-border-color);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--theme-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-success-rgb), 0.25);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--theme-form-valid-border-color);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--theme-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-success-rgb), 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--theme-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--theme-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--theme-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--theme-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  color: #fff;
  background-color: var(--theme-danger);
  border-radius: var(--theme-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--theme-form-invalid-border-color);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--theme-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-danger-rgb), 0.25);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--theme-form-invalid-border-color);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--theme-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--theme-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--theme-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--theme-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.alert {
  --theme-alert-bg: transparent;
  --theme-alert-padding-x: 16px;
  --theme-alert-padding-y: 16px;
  --theme-alert-margin-bottom: 1rem;
  --theme-alert-color: inherit;
  --theme-alert-border-color: transparent;
  --theme-alert-border: var(--theme-border-width) solid var(--theme-alert-border-color);
  --theme-alert-border-radius: var(--theme-border-radius);
  --theme-alert-link-color: inherit;
  position: relative;
  padding: var(--theme-alert-padding-y) var(--theme-alert-padding-x);
  margin-bottom: var(--theme-alert-margin-bottom);
  color: var(--theme-alert-color);
  background-color: var(--theme-alert-bg);
  border: var(--theme-alert-border);
  border-radius: var(--theme-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--theme-alert-link-color);
}

.alert-dismissible {
  padding-right: 48px;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 20px 16px;
}

.alert-primary {
  --theme-alert-color: var(--theme-primary-text-emphasis);
  --theme-alert-bg: var(--theme-primary-bg-subtle);
  --theme-alert-border-color: var(--theme-primary-border-subtle);
  --theme-alert-link-color: var(--theme-primary-text-emphasis);
}

.alert-yellow {
  --theme-alert-color: var(--theme-yellow-text-emphasis);
  --theme-alert-bg: var(--theme-yellow-bg-subtle);
  --theme-alert-border-color: var(--theme-yellow-border-subtle);
  --theme-alert-link-color: var(--theme-yellow-text-emphasis);
}

.alert-green {
  --theme-alert-color: var(--theme-green-text-emphasis);
  --theme-alert-bg: var(--theme-green-bg-subtle);
  --theme-alert-border-color: var(--theme-green-border-subtle);
  --theme-alert-link-color: var(--theme-green-text-emphasis);
}

.alert-secondary {
  --theme-alert-color: var(--theme-secondary-text-emphasis);
  --theme-alert-bg: var(--theme-secondary-bg-subtle);
  --theme-alert-border-color: var(--theme-secondary-border-subtle);
  --theme-alert-link-color: var(--theme-secondary-text-emphasis);
}

.alert-success {
  --theme-alert-color: var(--theme-success-text-emphasis);
  --theme-alert-bg: var(--theme-success-bg-subtle);
  --theme-alert-border-color: var(--theme-success-border-subtle);
  --theme-alert-link-color: var(--theme-success-text-emphasis);
}

.alert-info {
  --theme-alert-color: var(--theme-info-text-emphasis);
  --theme-alert-bg: var(--theme-info-bg-subtle);
  --theme-alert-border-color: var(--theme-info-border-subtle);
  --theme-alert-link-color: var(--theme-info-text-emphasis);
}

.alert-warning {
  --theme-alert-color: var(--theme-warning-text-emphasis);
  --theme-alert-bg: var(--theme-warning-bg-subtle);
  --theme-alert-border-color: var(--theme-warning-border-subtle);
  --theme-alert-link-color: var(--theme-warning-text-emphasis);
}

.alert-danger {
  --theme-alert-color: var(--theme-danger-text-emphasis);
  --theme-alert-bg: var(--theme-danger-bg-subtle);
  --theme-alert-border-color: var(--theme-danger-border-subtle);
  --theme-alert-link-color: var(--theme-danger-text-emphasis);
}

.alert-light {
  --theme-alert-color: var(--theme-light-text-emphasis);
  --theme-alert-bg: var(--theme-light-bg-subtle);
  --theme-alert-border-color: var(--theme-light-border-subtle);
  --theme-alert-link-color: var(--theme-light-text-emphasis);
}

.alert-dark {
  --theme-alert-color: var(--theme-dark-text-emphasis);
  --theme-alert-bg: var(--theme-dark-bg-subtle);
  --theme-alert-border-color: var(--theme-dark-border-subtle);
  --theme-alert-link-color: var(--theme-dark-text-emphasis);
}

.alert-white {
  --theme-alert-color: var(--theme-white-text-emphasis);
  --theme-alert-bg: var(--theme-white-bg-subtle);
  --theme-alert-border-color: var(--theme-white-border-subtle);
  --theme-alert-link-color: var(--theme-white-text-emphasis);
}

.alert-black {
  --theme-alert-color: var(--theme-black-text-emphasis);
  --theme-alert-bg: var(--theme-black-bg-subtle);
  --theme-alert-border-color: var(--theme-black-border-subtle);
  --theme-alert-link-color: var(--theme-black-text-emphasis);
}

.alert-gray-100 {
  --theme-alert-color: var(--theme-gray-100-text-emphasis);
  --theme-alert-bg: var(--theme-gray-100-bg-subtle);
  --theme-alert-border-color: var(--theme-gray-100-border-subtle);
  --theme-alert-link-color: var(--theme-gray-100-text-emphasis);
}

.alert-gray-200 {
  --theme-alert-color: var(--theme-gray-200-text-emphasis);
  --theme-alert-bg: var(--theme-gray-200-bg-subtle);
  --theme-alert-border-color: var(--theme-gray-200-border-subtle);
  --theme-alert-link-color: var(--theme-gray-200-text-emphasis);
}

.alert-gray-300 {
  --theme-alert-color: var(--theme-gray-300-text-emphasis);
  --theme-alert-bg: var(--theme-gray-300-bg-subtle);
  --theme-alert-border-color: var(--theme-gray-300-border-subtle);
  --theme-alert-link-color: var(--theme-gray-300-text-emphasis);
}

.alert-gray-400 {
  --theme-alert-color: var(--theme-gray-400-text-emphasis);
  --theme-alert-bg: var(--theme-gray-400-bg-subtle);
  --theme-alert-border-color: var(--theme-gray-400-border-subtle);
  --theme-alert-link-color: var(--theme-gray-400-text-emphasis);
}

.alert-gray-500 {
  --theme-alert-color: var(--theme-gray-500-text-emphasis);
  --theme-alert-bg: var(--theme-gray-500-bg-subtle);
  --theme-alert-border-color: var(--theme-gray-500-border-subtle);
  --theme-alert-link-color: var(--theme-gray-500-text-emphasis);
}

.alert-gray-600 {
  --theme-alert-color: var(--theme-gray-600-text-emphasis);
  --theme-alert-bg: var(--theme-gray-600-bg-subtle);
  --theme-alert-border-color: var(--theme-gray-600-border-subtle);
  --theme-alert-link-color: var(--theme-gray-600-text-emphasis);
}

.alert-gray-700 {
  --theme-alert-color: var(--theme-gray-700-text-emphasis);
  --theme-alert-bg: var(--theme-gray-700-bg-subtle);
  --theme-alert-border-color: var(--theme-gray-700-border-subtle);
  --theme-alert-link-color: var(--theme-gray-700-text-emphasis);
}

.alert-gray-800 {
  --theme-alert-color: var(--theme-gray-800-text-emphasis);
  --theme-alert-bg: var(--theme-gray-800-bg-subtle);
  --theme-alert-border-color: var(--theme-gray-800-border-subtle);
  --theme-alert-link-color: var(--theme-gray-800-text-emphasis);
}

.alert-gray-900 {
  --theme-alert-color: var(--theme-gray-900-text-emphasis);
  --theme-alert-bg: var(--theme-gray-900-bg-subtle);
  --theme-alert-border-color: var(--theme-gray-900-border-subtle);
  --theme-alert-link-color: var(--theme-gray-900-text-emphasis);
}

.offcanvas, .offcanvas-xxxxxl, .offcanvas-xxxxl, .offcanvas-xxxl, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --theme-offcanvas-zindex: 1045;
  --theme-offcanvas-width: 400px;
  --theme-offcanvas-height: 30vh;
  --theme-offcanvas-padding-x: 16px;
  --theme-offcanvas-padding-y: 16px;
  --theme-offcanvas-color: var(--theme-body-color);
  --theme-offcanvas-bg: var(--theme-body-bg);
  --theme-offcanvas-border-width: var(--theme-border-width);
  --theme-offcanvas-border-color: var(--theme-border-color-translucent);
  --theme-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(40, 40, 40, 0.075);
  --theme-offcanvas-transition: transform 0.3s ease-in-out;
  --theme-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--theme-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--theme-offcanvas-color);
    visibility: hidden;
    background-color: var(--theme-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--theme-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--theme-offcanvas-width);
    border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--theme-offcanvas-width);
    border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --theme-offcanvas-height: auto;
    --theme-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--theme-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--theme-offcanvas-color);
    visibility: hidden;
    background-color: var(--theme-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--theme-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--theme-offcanvas-width);
    border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--theme-offcanvas-width);
    border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --theme-offcanvas-height: auto;
    --theme-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--theme-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--theme-offcanvas-color);
    visibility: hidden;
    background-color: var(--theme-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--theme-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--theme-offcanvas-width);
    border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--theme-offcanvas-width);
    border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --theme-offcanvas-height: auto;
    --theme-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--theme-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--theme-offcanvas-color);
    visibility: hidden;
    background-color: var(--theme-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--theme-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--theme-offcanvas-width);
    border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--theme-offcanvas-width);
    border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --theme-offcanvas-height: auto;
    --theme-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1365.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--theme-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--theme-offcanvas-color);
    visibility: hidden;
    background-color: var(--theme-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--theme-offcanvas-transition);
  }
}
@media (max-width: 1365.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1365.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--theme-offcanvas-width);
    border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--theme-offcanvas-width);
    border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1366px) {
  .offcanvas-xxl {
    --theme-offcanvas-height: auto;
    --theme-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1439.98px) {
  .offcanvas-xxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--theme-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--theme-offcanvas-color);
    visibility: hidden;
    background-color: var(--theme-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--theme-offcanvas-transition);
  }
}
@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}
@media (max-width: 1439.98px) {
  .offcanvas-xxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--theme-offcanvas-width);
    border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--theme-offcanvas-width);
    border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.hiding, .offcanvas-xxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1440px) {
  .offcanvas-xxxl {
    --theme-offcanvas-height: auto;
    --theme-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1679.98px) {
  .offcanvas-xxxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--theme-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--theme-offcanvas-color);
    visibility: hidden;
    background-color: var(--theme-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--theme-offcanvas-transition);
  }
}
@media (max-width: 1679.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxxl {
    transition: none;
  }
}
@media (max-width: 1679.98px) {
  .offcanvas-xxxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--theme-offcanvas-width);
    border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--theme-offcanvas-width);
    border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxxxl.showing, .offcanvas-xxxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxxl.showing, .offcanvas-xxxxl.hiding, .offcanvas-xxxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1680px) {
  .offcanvas-xxxxl {
    --theme-offcanvas-height: auto;
    --theme-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1919.98px) {
  .offcanvas-xxxxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--theme-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--theme-offcanvas-color);
    visibility: hidden;
    background-color: var(--theme-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--theme-offcanvas-transition);
  }
}
@media (max-width: 1919.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxxxl {
    transition: none;
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-xxxxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--theme-offcanvas-width);
    border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--theme-offcanvas-width);
    border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxxxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxxxxl.showing, .offcanvas-xxxxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxxxl.showing, .offcanvas-xxxxxl.hiding, .offcanvas-xxxxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1920px) {
  .offcanvas-xxxxxl {
    --theme-offcanvas-height: auto;
    --theme-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--theme-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--theme-offcanvas-color);
  visibility: hidden;
  background-color: var(--theme-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--theme-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--theme-offcanvas-width);
  border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--theme-offcanvas-width);
  border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--theme-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--theme-offcanvas-height);
  max-height: 100%;
  border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #282828;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--theme-offcanvas-padding-y) var(--theme-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--theme-offcanvas-padding-y) * 0.5) calc(var(--theme-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--theme-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--theme-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--theme-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--theme-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--theme-offcanvas-padding-y) var(--theme-offcanvas-padding-x);
  overflow-y: auto;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--theme-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --theme-aspect-ratio: 100%;
}

.ratio-4x3 {
  --theme-aspect-ratio: 75%;
}

.ratio-16x9 {
  --theme-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --theme-aspect-ratio: 42.8571428571%;
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

i[class^=icon-]:before, i[class*=" icon-"]:before, [class^=icon-]:before, [class*=" icon-"]:before, header#header li.menu-item-has-children::after, .c-card-employee-extended__contact-item a::before, .c-card-employee__email::before, .btn.btn-text::after, .list-check > li::before, .block-hero-simple__backdrop--arrows .arrow-left::before, .block-hero-simple__backdrop--arrows .arrow-right::before, .block-hero-single__backdrop--arrows .arrow-left::before, .block-hero-single__backdrop--arrows .arrow-right::before, .block-hero-home__backdrop--arrows .arrow-left::before, .block-hero-home__backdrop--arrows .arrow-right::before, .block-contact__backdrop--arrows .arrow-left::before, .block-contact__backdrop--arrows .arrow-right::before, header#header .mobile-nav .mobile-phone::after, .icon.linkedin::after, .icon.phone::after, .icon.mail::after, .drilldown .drilldown-back:before, .drilldown > li.has-submenu > :is(button, a):after {
  font-family: iconfont !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "\f101";
}

.icon-angle-right_backup:before {
  content: "\f102";
}

.icon-angle-right:before {
  content: "\f103";
}

.icon-arrow-right:before {
  content: "\f104";
}

.icon-linkedin:before {
  content: "\f105";
}

.icon-mail:before {
  content: "\f106";
}

.icon-phone:before {
  content: "\f107";
}

.icon-search:before {
  content: "\f108";
}

.drilldown-container {
  overflow: auto;
}

.drilldown {
  --background: #fff;
  --transition-base: all 0.2s ease-in-out;
  top: 0;
  position: relative;
  background-color: var(--background);
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  overflow: hidden;
  transition: var(--transition-base);
  height: var(--drilldown-height);
}
.drilldown > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drilldown > li > a,
.drilldown > li > button {
  width: 100%;
  padding: 0.625rem 1rem;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}
.drilldown > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drilldown > li > a .icon-angle-right {
  background-color: #8FCB24;
}
.drilldown > li > ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: 100%;
  display: block;
  width: 100%;
  background-color: var(--background);
  transition: var(--transition-base);
  height: var(--drilldown-height);
}
.drilldown > li > ul.sub-menu > li:nth-child(-n+3) {
  border-top: none !important;
}
.drilldown > li > ul.sub-menu.show {
  margin-left: 0%;
}
.drilldown > li.has-submenu > :is(button, a) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drilldown > li.has-submenu > :is(button, a):after {
  content: "\f103";
  color: #8FCB24;
  padding-right: 0.375rem;
}
.drilldown .has-submenu > button:after {
  transition: 0.15s ease;
}
.drilldown .drilldown-back {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #8FCB24;
  font-size: 0.875rem;
  font-family: "newkansas", sans-serif;
  padding-bottom: 0;
}
.drilldown .drilldown-back:before {
  content: "\f103";
  transform: rotate(180deg);
  color: #8FCB24;
}
.drilldown--large > li {
  padding: 5px 0;
}
.drilldown--large > li.has-icon {
  padding-left: 3.25rem !important;
}
.drilldown--large > li .menu-icon {
  position: absolute;
  left: 1rem;
  background: #8FCB24;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
}
.drilldown--large > li .menu-icon.icon-right {
  left: auto;
  right: 1rem;
  top: 3.8rem;
}
.drilldown--large > li .menu-icon i {
  color: #fff;
}
.drilldown--large > li > button {
  font-size: 1.25rem;
}
.drilldown--top > li {
  border: none !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #282828;
}

.hamburger-box {
  width: 22px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #282828;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 6px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0;
}

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.responsive-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  min-width: 1px;
}

.responsive-wrapper iframe,
.responsive-wrapper object,
.responsive-wrapper embed,
.responsive-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-white {
  background-color: #fff;
}

.bg-light-gray {
  background-color: #f2f2f2;
}

.bg-medium-gray {
  background-color: #adb5bd;
}

.bg-primary {
  background-color: #436CAE;
}

.bg-secondary {
  background-color: #8FCB24;
}

.font-heading {
  font-family: "source_serif_pro", serif;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.mx-auto {
  margin-inline: auto;
}

.my-auto {
  margin-block: auto;
}

.m-auto {
  margin: auto;
}

.has-radius {
  border-radius: 0.25rem;
}

.c-card {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

[class*=stretch-] {
  --stretch-height: auto;
}
[class*=stretch-] > * > [class*=card],
[class*=stretch-] > * > a > * {
  height: var(--stretch-height);
}

.stretch-cards {
  --stretch-height: 100%;
}

.stretch-xs-cards {
  --stretch-height: 100%;
}

@media (min-width: 576px) {
  .stretch-sm-cards {
    --stretch-height: 100%;
  }
}
@media (min-width: 768px) {
  .stretch-md-cards {
    --stretch-height: 100%;
  }
}
@media (min-width: 992px) {
  .stretch-lg-cards {
    --stretch-height: 100%;
  }
}
@media (min-width: 1200px) {
  .stretch-xl-cards {
    --stretch-height: 100%;
  }
}
@media (min-width: 1366px) {
  .stretch-xxl-cards {
    --stretch-height: 100%;
  }
}
@media (min-width: 1440px) {
  .stretch-xxxl-cards {
    --stretch-height: 100%;
  }
}
@media (min-width: 1680px) {
  .stretch-xxxxl-cards {
    --stretch-height: 100%;
  }
}
@media (min-width: 1920px) {
  .stretch-xxxxxl-cards {
    --stretch-height: 100%;
  }
}
.cap-height {
  max-height: calc(100vh - var(--block-spacing) * 2 - var(--header-height) - var(--admin-bar-height));
}

:root {
  --container-padding: 2rem;
  --box-padding: 2.5rem 4.375rem;
  --box-mobile-padding: 2.5rem 1.875rem;
}
@media (min-width: 992px) {
  :root {
    --container-padding: calc(var(--block-spacing) * 2);
  }
}

.block-hero-home .container-md {
  padding-inline: 0;
}

.block-hero-single .container-md {
  padding-inline: 0;
}

.block-text-image .container-md {
  padding-inline: 0;
}

.block-archive-employees .container-md {
  padding-inline: 0;
}

.block-double-cta .container-md {
  padding-inline: 0;
}

@media (max-width: 991.98px) {
  .block-archive-employees .container-md {
    padding-inline: 15px;
  }
}

html {
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  --admin-bar-height: 0px;
}
body.admin-bar {
  --admin-bar-height: 46px;
}
@media screen and (min-width: 782px) {
  body.admin-bar {
    --admin-bar-height: 32px;
  }
}

.preload * {
  transition: none !important;
}

.bg-lazy,
.lazy {
  opacity: 0;
  transition: "opacity", 1s;
}
@media (prefers-reduced-motion: reduce) {
  .bg-lazy,
  .lazy {
    transition: none;
  }
}
.bg-lazy.loaded,
.lazy.loaded {
  opacity: 1;
}

picture {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
picture > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
picture.contain > img {
  object-fit: contain;
}

.bg-color-primary {
  background-color: #436CAE !important;
}

.text-color-primary {
  color: #436CAE !important;
}

.bg-color-yellow {
  background-color: #eaf936 !important;
}

.text-color-yellow {
  color: #eaf936 !important;
}

.bg-color-green {
  background-color: #eaf936 !important;
}

.text-color-green {
  color: #eaf936 !important;
}

.bg-color-secondary {
  background-color: #8FCB24 !important;
}

.text-color-secondary {
  color: #8FCB24 !important;
}

.bg-color-success {
  background-color: #8FCB24 !important;
}

.text-color-success {
  color: #8FCB24 !important;
}

.bg-color-info {
  background-color: #0dcaf0 !important;
}

.text-color-info {
  color: #0dcaf0 !important;
}

.bg-color-warning {
  background-color: #eaf936 !important;
}

.text-color-warning {
  color: #eaf936 !important;
}

.bg-color-danger {
  background-color: #dc3545 !important;
}

.text-color-danger {
  color: #dc3545 !important;
}

.bg-color-light {
  background-color: #f2f2f2 !important;
}

.text-color-light {
  color: #f2f2f2 !important;
}

.bg-color-dark {
  background-color: #292b2c !important;
}

.text-color-dark {
  color: #292b2c !important;
}

.bg-color-white {
  background-color: #fff !important;
}

.text-color-white {
  color: #fff !important;
}

.bg-color-black {
  background-color: #282828 !important;
}

.text-color-black {
  color: #282828 !important;
}

.bg-color-gray-100 {
  background-color: #f2f2f2 !important;
}

.text-color-gray-100 {
  color: #f2f2f2 !important;
}

.bg-color-gray-200 {
  background-color: #e5e5e5 !important;
}

.text-color-gray-200 {
  color: #e5e5e5 !important;
}

.bg-color-gray-300 {
  background-color: #dee2e6 !important;
}

.text-color-gray-300 {
  color: #dee2e6 !important;
}

.bg-color-gray-400 {
  background-color: #ced4da !important;
}

.text-color-gray-400 {
  color: #ced4da !important;
}

.bg-color-gray-500 {
  background-color: #adb5bd !important;
}

.text-color-gray-500 {
  color: #adb5bd !important;
}

.bg-color-gray-600 {
  background-color: #878687 !important;
}

.text-color-gray-600 {
  color: #878687 !important;
}

.bg-color-gray-700 {
  background-color: #575d64 !important;
}

.text-color-gray-700 {
  color: #575d64 !important;
}

.bg-color-gray-800 {
  background-color: #353535 !important;
}

.text-color-gray-800 {
  color: #353535 !important;
}

.bg-color-gray-900 {
  background-color: #292b2c !important;
}

.text-color-gray-900 {
  color: #292b2c !important;
}

.p-sm,
.p-md,
.p-lg,
.p-xl {
  line-height: 1.5;
}

.block-hero-single__werkgebieden-heading, .block-hero-single__contact-heading {
  font-family: "source_serif_pro", serif;
  font-weight: 600;
}

.p-xl {
  font-size: 1.5rem;
  font-weight: 500;
}
.p-xl--medium {
  font-weight: 500;
}
.p-xl--semibold {
  font-weight: 600;
}
.p-xl--bold {
  font-weight: 700;
}

.p-lg {
  font-size: 1.25rem;
  font-weight: 500;
}
.p-lg--medium {
  font-weight: 500;
}
.p-lg--semibold {
  font-weight: 600;
}
.p-lg--bold {
  font-weight: 700;
}

.p-normal {
  font-size: 1.125rem;
  font-weight: 500;
}
.p-normal--medium {
  font-weight: 500;
}
.p-normal--semibold {
  font-weight: 600;
}
.p-normal--bold {
  font-weight: 700;
}

.p-sm {
  font-size: 1rem;
  font-weight: 500;
}
.p-sm--medium {
  font-weight: 500;
}
.p-sm--semibold {
  font-weight: 600;
}
.p-sm--bold {
  font-weight: 700;
}

.p-xs {
  font-size: 0.875rem;
  font-weight: 500;
}
.p-xs--medium {
  font-weight: 500;
}
.p-xs--semibold {
  font-weight: 600;
}
.p-xs--bold {
  font-weight: 700;
}

p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
  color: #8FCB24;
}

.small-title, .block-article .article-blocks .block-heading .wp-block-heading,
.block-contact__form-inner .gform_wrapper .gform_heading .gform_title {
  font-size: 1.75rem;
}
@media (max-width: 1439.98px) {
  .small-title, .block-article .article-blocks .block-heading .wp-block-heading,
  .block-contact__form-inner .gform_wrapper .gform_heading .gform_title {
    font-size: 1.25rem;
  }
}
.small-title--semibold {
  font-weight: 600;
}
.small-title--bold {
  font-weight: 700;
}

.medium-title,
.block-with-label__content h2,
.block-with-label__content .h2 {
  font-size: 2.125rem;
  margin-bottom: 0;
}
@media (max-width: 1439.98px) {
  .medium-title,
  .block-with-label__content h2,
  .block-with-label__content .h2 {
    font-size: 1.375rem;
  }
}
.medium-title--semibold {
  font-weight: 600;
}
.medium-title--bold {
  font-weight: 700;
}

.big-title {
  font-size: 2.8125rem;
}
@media (max-width: 1439.98px) {
  .big-title {
    font-size: 1.5rem;
  }
}
.big-title--semibold {
  font-weight: 600;
}
.big-title--bold {
  font-weight: 700;
}

.block-link {
  display: block;
}
.block-link:hover, .block-link:focus {
  text-decoration: none;
}

::selection {
  background-color: #8FCB24;
  color: #fff;
}

::-moz-selection {
  background-color: #8FCB24;
  color: #fff;
}

.has-loader {
  --loader-size: 2rem;
  --loader-border-size: 0.1875rem;
  --loader-offset: 0.375rem;
  --loader-inner-size: calc(var(--loader-size) - var(--loader-offset) * 2);
  position: relative;
}
.has-loader > * {
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
}
.has-loader:before, .has-loader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: var(--loader-size);
  height: var(--loader-size);
  margin: auto;
  border-radius: 50%;
  margin-block: 1.875rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
.has-loader:before {
  background-color: white;
}
.has-loader:after {
  border: var(--loader-border-size) solid #436CAE;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
  width: var(--loader-inner-size);
  height: var(--loader-inner-size);
}
@keyframes spin {
  0% {
    transform: translateY(var(--loader-offset)) rotate(0deg);
  }
  100% {
    transform: translateY(var(--loader-offset)) rotate(360deg);
  }
}
.has-loader.is-loading:before, .has-loader.is-loading:after {
  opacity: 1;
}
.has-loader.is-loading > * {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
}

.block-archive-employees__sidebar, .block-hero-simple__sidebar, .block-hero-single__sidebar, .block-hero-home__sidebar, .block-double-cta__sidebar, .block-text-image__sidebar, .block-with-label__sidebar {
  display: none;
}
@media (min-width: 768px) {
  .block-archive-employees__sidebar, .block-hero-simple__sidebar, .block-hero-single__sidebar, .block-hero-home__sidebar, .block-double-cta__sidebar, .block-text-image__sidebar, .block-with-label__sidebar {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-10%);
    padding-right: 1rem;
  }
}
.block-with-label__sidebar--outer {
  transform: translateX(-100%);
}

.block-archive-employees__sidebar-label, .block-hero-simple__sidebar-label, .block-hero-single__sidebar-label, .block-hero-home__sidebar-label, .block-double-cta__sidebar-label, .block-text-image__sidebar-label, .block-with-label__sidebar-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transform: rotate(-90deg);
  position: relative;
}
.block-archive-employees__sidebar-label::after, .block-hero-simple__sidebar-label::after, .block-hero-single__sidebar-label::after, .block-hero-home__sidebar-label::after, .block-double-cta__sidebar-label::after, .block-text-image__sidebar-label::after, .block-with-label__sidebar-label::after {
  content: "";
  width: 18px;
  height: 1px;
  display: block;
  background-color: #436CAE;
  position: absolute;
  right: -25px;
  top: 10px;
}

.col-auto {
  flex: 1 0 auto;
  width: auto;
}

.icon {
  line-height: 1;
  display: inline-block;
}
.icon:before {
  display: block;
  line-height: 1;
}
.icon.icon-flipped:before {
  transform: scale(-1, 1);
}

.icon {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon.mail::after {
  content: "\f106";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
}
.icon.phone::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.125rem;
}
.icon.linkedin::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
}

.c-card--liggend .c-card__inner, .c-card--liggend::after, .c-card--liggend::before, .c-card--staand .c-card__inner, .c-card--staand::after, .c-card--staand::before, .btn.btn-text::after, .icon.mail::after, .icon.phone::after, .icon.linkedin::after {
  transition: all 0.3s ease-in-out;
}

:root {
  --header-height: 5.9375rem;
}
@media (min-width: 992px) {
  :root {
    --header-height: 5.375rem;
  }
}

header#header {
  box-shadow: 0 0 0 1px rgba(40, 40, 40, 0.1);
  position: fixed;
  top: var(--admin-bar-height);
  width: 100%;
  background-color: #fff;
  z-index: 2000;
  padding: 1.25rem 0;
}
header#header .brand {
  width: 21.875rem;
}
@media (max-width: 991.98px) {
  header#header .brand {
    width: 14.0625rem;
  }
}
header#header .main-nav,
header#header .cta-nav, header#header .mobile-nav {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: fit-content;
}
header#header .mobile-nav {
  align-items: center;
  justify-content: center;
}
header#header .mobile-nav .mobile-phone {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
}
header#header .mobile-nav .mobile-phone::after {
  content: "\f107";
  position: absolute;
  font-size: 1.125rem;
  text-indent: 0;
  color: #878687;
  margin-left: 0.5rem;
  transition: transform 0.3s cubic-bezier(0.83, 0, 0.17, 1);
}

.block-footer {
  margin-top: auto;
  padding: 0;
  background-color: #353535;
  color: #878687;
}
.block-footer__footer-top {
  border-bottom: 1px solid #575d64;
  padding: 40px 0;
}
.block-footer__footer-top a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-footer__footer-top a .brand {
  width: 11.5625rem;
}
.block-footer__title {
  font-family: "source_serif_pro", serif;
}
.block-footer__quality-labels {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 767.98px) {
  .block-footer__quality-labels {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    justify-content: start;
  }
}
.block-footer__quality-labels a {
  display: block;
}
.block-footer__label-images {
  width: auto;
  height: 2.5rem;
}
@media (max-width: 767.98px) {
  .block-footer__label-images {
    height: 2rem;
  }
}
.block-footer__label-images picture {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: grayscale(1);
}
.block-footer .contact-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-footer .contact-details__row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .block-footer .contact-details__row {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.block-footer .contact-details__header {
  font-family: "source_serif_pro", serif;
  margin-bottom: 16px;
}
.block-footer .contact-details__label {
  flex: 1 0 50%;
  margin-bottom: 0;
}
.block-footer .contact-details__value {
  flex: 1 0 50%;
  color: #878687;
  text-decoration: none;
}
.block-footer .feed__header {
  font-family: "source_serif_pro", serif;
  margin-bottom: 16px;
}
.block-footer__footer-bottom {
  padding: calc(var(--block-spacing) / 2) 0;
}
.block-footer__footer-bottom .footer-nav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .block-footer__footer-bottom .footer-nav ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.block-footer__footer-bottom .footer-nav ul li a {
  text-decoration: none;
}
.block-footer__footer-bottom .footer-nav__credit-wrapper {
  font-size: 0.875rem;
}
.block-footer__footer-bottom .footer-nav__link {
  color: #878687;
  text-decoration: none;
  font-size: 0.875rem;
}

:root {
  --block-spacing: 2rem;
}
@media (min-width: 992px) {
  :root {
    --block-spacing: 3.5rem;
  }
}

.block,
.block.block-hero .block-wrapper,
.block-footer__footer-content {
  padding: var(--block-spacing) 0;
}

#main > .block:first-child {
  padding-top: calc(var(--header-height) + var(--block-spacing));
}
#main > .block.block-article {
  padding-top: 0;
}
#main > .block.block-crosslink:last-child {
  padding: 0 0 var(--block-spacing);
}
#main > .block.block-crosslink--staand:last-child {
  padding-bottom: 0;
}

.block.block-gallery {
  padding: 1rem 0 3rem;
}
@media (min-width: 1200px) {
  .block.block-gallery {
    padding: 1.5rem 0 4rem;
  }
}
.block.block-gallery .grid-wrapper {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .block.block-gallery .grid-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
.block.block-gallery .grid-wrapper .grid-item picture {
  height: 100%;
}
.block.block-gallery .grid-wrapper[data-grid-count="2"] {
  grid-template-columns: 60% 40%;
  grid-template-rows: 1fr;
}
.block.block-gallery .grid-wrapper[data-grid-count="2"] .grid-item-1 {
  grid-area: 1/1/2/2;
}
.block.block-gallery .grid-wrapper[data-grid-count="2"] .grid-item-2 {
  grid-area: 1/2/2/3;
}
.block.block-gallery .grid-wrapper[data-grid-count="3"] {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.block.block-gallery .grid-wrapper[data-grid-count="3"] .grid-item-1 {
  grid-area: 1/1/3/3;
}
.block.block-gallery .grid-wrapper[data-grid-count="3"] .grid-item-2 {
  grid-area: 1/3/2/4;
}
.block.block-gallery .grid-wrapper[data-grid-count="3"] .grid-item-3 {
  grid-area: 2/3/3/4;
}

.block-contact {
  position: relative;
}
.block-contact__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.block-contact__text {
  padding-right: 15%;
}
.block-contact__details {
  display: flex;
  flex-direction: row;
  gap: 0;
  flex-wrap: wrap;
}
.block-contact__detail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 50%;
  margin-bottom: 32px;
}
.block-contact__title {
  flex-shrink: 0;
  margin: 0;
}
.block-contact__detail-value {
  font-family: "source_serif_pro", serif;
  font-weight: 600;
  font-size: 1.375rem;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .block-contact__form {
    margin-top: 40px;
  }
}
.block-contact__backdrop {
  position: absolute;
}
@media (max-width: 767.98px) {
  .block-contact__backdrop {
    display: none;
  }
}
.block-contact__backdrop--text {
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50%);
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.block-contact__backdrop--text span {
  font-family: "source_serif_pro", serif;
  font-size: 12.5rem;
  font-weight: 800;
  color: #dee2e6;
  opacity: 0.5;
  line-height: 1;
}
.block-contact__backdrop--arrows {
  top: 0;
  left: 50%;
  transform: translate(-50%, 25%);
  width: 100%;
  max-width: 1370px;
  padding: 0 120px;
  pointer-events: none;
  z-index: -1;
}
.block-contact__backdrop--arrows .arrow-right {
  position: relative;
  transform: rotate(180deg);
  line-height: 1;
}
.block-contact__backdrop--arrows .arrow-right::before {
  content: "\f104";
  font-size: 25rem;
  color: #dee2e6;
  opacity: 0.5;
  line-height: 1;
}
.block-contact__backdrop--arrows .arrow-left {
  position: relative;
  line-height: 1;
}
.block-contact__backdrop--arrows .arrow-left::before {
  content: "\f104";
  font-size: 25rem;
  color: #dee2e6;
  opacity: 0.5;
  line-height: 1;
}

.block-crosslink--groen .c-card--staand:hover::after, .block-crosslink--groen .c-card--staand:focus::after,
.block-crosslink--groen .c-card--liggend:hover::after,
.block-crosslink--groen .c-card--liggend:focus::after {
  background-color: rgba(143, 203, 36, 0.9);
}
.block-crosslink--blauw .c-card--staand:hover::after, .block-crosslink--blauw .c-card--staand:focus::after,
.block-crosslink--blauw .c-card--liggend:hover::after,
.block-crosslink--blauw .c-card--liggend:focus::after {
  background-color: rgba(67, 108, 174, 0.9);
}
.block-crosslink--staand [class*=col-] {
  padding: 0;
}
@media (max-width: 767.98px) {
  .block-crosslink--staand [class*=col-] {
    flex: 0 0 auto;
    width: 100%;
  }
}

.block-with-label__content h2, .block-with-label__content .h2 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.block-with-label__inner {
  position: relative;
  padding: 0 4.375rem 0 0;
}
@media (max-width: 767.98px) {
  .block-with-label__inner {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .block-with-label__sidebar {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .block-with-label__sidebar--outer {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .block-with-label__sidebar-label {
    display: none;
  }
}

.block-text-image .container-md {
  position: relative;
}
.block-text-image__content {
  position: relative;
  z-index: 2;
  padding: 0;
}
@media (min-width: 992px) {
  .block-text-image__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .block-text-image__content--links {
    right: 0;
  }
  .block-text-image__content--rechts {
    left: 0;
  }
}
.block-text-image__image-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 992px) {
  .block-text-image__image-wrapper--links {
    margin-right: auto;
    padding-right: 0;
  }
  .block-text-image__image-wrapper--rechts {
    margin-left: auto;
    padding-left: 0;
  }
}
.block-text-image__image-wrapper picture {
  width: 100%;
  height: 100%;
}
.block-text-image__image-wrapper picture img {
  object-position: top center;
}
.block-text-image__card {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 9.6px 64px 0px rgba(0, 0, 0, 0.08);
  padding: var(--box-padding);
}
@media (max-width: 767.98px) {
  .block-text-image__card {
    margin-top: -2.5rem;
    padding: var(--box-mobile-padding);
  }
}
.block-static-text-image__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.block-static-text-image__map {
  aspect-ratio: 4/3;
  width: 100%;
}
.block-static-text-image__map .leaflet-custom-marker {
  color: #436CAE;
  background: transparent;
  border: none;
  position: relative;
}
.block-static-text-image__map .leaflet-custom-marker::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 3px;
  left: 3px;
  background: #fff;
  background-image: url(../aee75ee5dcd090b09c6f.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 1;
}
.block-static-text-image__map .leaflet-custom-marker svg {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.block-static-text-image__image {
  width: 100%;
  height: 100%;
}

.block-double-cta__item {
  position: relative;
}
.block-double-cta__item:last-child .block-double-cta__card {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .block-double-cta__item:last-child .block-double-cta__card {
    margin-left: 0;
  }
}
.block-double-cta__image-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  z-index: 1;
  padding: 0;
}
.block-double-cta__image {
  height: 100%;
}
.block-double-cta__image picture {
  display: block;
  height: 100%;
  width: 100%;
}
.block-double-cta__card {
  position: relative;
  margin-top: -6.25rem;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 9.6px 64px 0px rgba(0, 0, 0, 0.08);
  padding: var(--box-padding);
}
@media (max-width: 991.98px) {
  .block-double-cta__card {
    margin-top: -2.5rem;
  }
}
@media (max-width: 767.98px) {
  .block-double-cta__card {
    padding: var(--box-mobile-padding);
  }
}
.block-experts {
  position: relative;
}
.block-experts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
}

.block-wrapper__container {
  padding: 5rem 6.25rem;
  box-shadow: 0px 9.6px 64px 0px rgba(0, 0, 0, 0.08);
}

.block.block-hero {
  padding-top: 0;
}
.block.block-hero .block-wrapper {
  color: #fff;
  background-color: #282828;
}

.block-hero-home {
  position: relative;
}
.block-hero-home .container-md {
  position: relative;
}
.block-hero-home__leftbox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 0px 9.6px 64px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
  .block-hero-home__leftbox {
    position: relative;
    transform: none;
  }
}
.block-hero-home__rightbox {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(25%);
}
@media (max-width: 991.98px) {
  .block-hero-home__rightbox {
    position: relative;
    transform: none;
  }
}
.block-hero-home__card {
  position: relative;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .block-hero-home__card {
    padding: var(--box-mobile-padding);
  }
}
.block-hero-home__card:has(.block-hero-home__sidebar) {
  padding: var(--box-padding);
}
@media (max-width: 767.98px) {
  .block-hero-home__card:has(.block-hero-home__sidebar) {
    padding: var(--box-mobile-padding);
  }
}
.block-hero-home__card-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.block-hero-home__backdrop {
  position: absolute;
}
@media (max-width: 767.98px) {
  .block-hero-home__backdrop {
    display: none;
  }
}
.block-hero-home__backdrop--text {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.block-hero-home__backdrop--text span {
  font-family: "source_serif_pro", serif;
  font-size: 12.5rem;
  font-weight: 800;
  color: #dee2e6;
  opacity: 0.5;
}
.block-hero-home__backdrop--arrows {
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  width: 100%;
  max-width: 1370px;
  padding: 0 120px;
  pointer-events: none;
  z-index: -1;
}
.block-hero-home__backdrop--arrows .arrow-right {
  position: relative;
  transform: rotate(180deg);
  line-height: 1;
}
.block-hero-home__backdrop--arrows .arrow-right::before {
  content: "\f104";
  font-size: 25rem;
  color: #dee2e6;
  opacity: 0.5;
  line-height: 1;
}
.block-hero-home__backdrop--arrows .arrow-left {
  position: relative;
  line-height: 1;
}
.block-hero-home__backdrop--arrows .arrow-left::before {
  content: "\f104";
  font-size: 25rem;
  color: #dee2e6;
  opacity: 0.5;
  line-height: 1;
}

.block-hero-single {
  --outer-height: 6.25rem;
  position: relative;
}
.block-hero-single .container-md {
  position: relative;
}
.block-hero-single__inner {
  position: relative;
  padding: 0;
}
.block-hero-single__sidebar-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.block-hero-single__sidebar {
  left: unset;
  transform: translateY(-15%);
}
.block-hero-single__image-wrapper {
  position: relative;
}
.block-hero-single__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .block-hero-single__image {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 767.98px) {
  .block-hero-single__image {
    aspect-ratio: 21/9;
  }
}
.block-hero-single__image picture {
  width: 100%;
  height: 100%;
}
.block-hero-single__image picture img {
  object-position: top center;
}
.block-hero-single__card {
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  padding: 2.5rem;
  box-shadow: 0px 9.6px 64px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 991.98px) {
  .block-hero-single__card {
    position: relative;
    padding: var(--box-mobile-padding);
  }
}
.block-hero-single__title {
  margin: 0;
}
.block-hero-single__excerpt {
  margin: 0;
}
.block-hero-single__medewerker {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.block-hero-single__card-grid {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .block-hero-single__card-grid {
    flex-direction: column;
    width: 100%;
  }
}
.block-hero-single__contact {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 50%;
}
@media (max-width: 767.98px) {
  .block-hero-single__contact {
    width: 100%;
  }
}
.block-hero-single__contact-list {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.block-hero-single__contact-link {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  text-decoration: none;
  color: #436CAE;
}
.block-hero-single__contact-link:hover, .block-hero-single__contact-link:focus, a:hover .block-hero-single__contact-link, a:focus .block-hero-single__contact-link {
  color: #436CAE;
}
.block-hero-single__werkgebieden {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 50%;
}
@media (max-width: 767.98px) {
  .block-hero-single__werkgebieden {
    width: 100%;
  }
}
.block-hero-single__werkgebieden-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  flex-wrap: wrap;
}
.block-hero-single__werkgebieden-list li {
  border-top: 1px solid #e5e5e5;
  padding: 0.5rem 0;
}
.block-hero-single__werkgebieden-list li:first-child {
  border-top: none;
}
.block-hero-single__crosslinks {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-top: 0.625rem;
}
@media (max-width: 991.98px) {
  .block-hero-single__crosslinks {
    padding-right: calc(var(--theme-gutter-x) * 0.5);
    padding-left: calc(var(--theme-gutter-x) * 0.5);
  }
}
.block-hero-single__crosslinks a {
  font-size: 0.9375rem;
  color: #292b2c;
  text-decoration: none;
}
.block-hero-single__crosslinks a:hover, .block-hero-single__crosslinks a:focus, a:hover .block-hero-single__crosslinks a, a:focus .block-hero-single__crosslinks a {
  color: #436CAE;
}
.block-hero-single__crosslinks-titel {
  font-size: 1.25rem;
  margin: 0;
}
.block-hero-single__crosslinks-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.block-hero-single__crosslinks-list li {
  width: 50%;
}
@media (max-width: 767.98px) {
  .block-hero-single__crosslinks-list li {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .block-hero-single__stack {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -3.125rem;
  }
}
.block-hero-single__outer {
  min-height: 6.875rem;
}
@media (max-width: 767.98px) {
  .block-hero-single__outer {
    min-height: 2.5rem;
  }
}
.block-hero-single__backdrop {
  position: absolute;
}
@media (max-width: 767.98px) {
  .block-hero-single__backdrop {
    display: none;
  }
}
.block-hero-single__backdrop--text {
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50%);
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.block-hero-single__backdrop--text span {
  font-family: "source_serif_pro", serif;
  font-size: 12.5rem;
  font-weight: 800;
  color: #dee2e6;
  opacity: 0.5;
  line-height: 1;
}
.block-hero-single__backdrop--arrows {
  top: 0;
  left: 50%;
  transform: translate(-50%, 25%);
  width: 100%;
  max-width: 1370px;
  padding: 0 120px;
  pointer-events: none;
  z-index: -1;
}
.block-hero-single__backdrop--arrows .arrow-right {
  position: relative;
  transform: rotate(180deg);
  line-height: 1;
}
.block-hero-single__backdrop--arrows .arrow-right::before {
  content: "\f104";
  font-size: 25rem;
  color: #dee2e6;
  opacity: 0.5;
  line-height: 1;
}
.block-hero-single__backdrop--arrows .arrow-left {
  position: relative;
  line-height: 1;
}
.block-hero-single__backdrop--arrows .arrow-left::before {
  content: "\f104";
  font-size: 25rem;
  color: #dee2e6;
  opacity: 0.5;
  line-height: 1;
}

.block-hero-simple {
  position: relative;
}
.block-hero-simple__header {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}
.block-hero-simple__title {
  padding-left: 5rem;
}
@media (min-width: 992px) {
  .block-hero-simple__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .block-hero-simple__title {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .block-hero-simple__sidebar {
    display: none;
  }
}
.block-hero-simple__inner {
  padding-left: 5rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .block-hero-simple__inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .block-hero-simple__inner {
    padding-left: 0rem;
  }
}
.block-hero-simple__title {
  line-height: 1;
  margin: 0;
}
.block-hero-simple__backdrop {
  position: absolute;
}
@media (max-width: 767.98px) {
  .block-hero-simple__backdrop {
    display: none;
  }
}
.block-hero-simple__backdrop--text {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.block-hero-simple__backdrop--text span {
  font-family: "source_serif_pro", serif;
  font-size: 12.5rem;
  font-weight: 800;
  color: #dee2e6;
  opacity: 0.5;
}
.block-hero-simple__backdrop--arrows {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1370px;
  padding: 0 120px;
  pointer-events: none;
  z-index: -1;
}
.block-hero-simple__backdrop--arrows .arrow-right {
  position: relative;
  transform: rotate(180deg);
  line-height: 1;
}
.block-hero-simple__backdrop--arrows .arrow-right::before {
  content: "\f104";
  font-size: 25rem;
  color: #dee2e6;
  opacity: 0.5;
  line-height: 1;
}
.block-hero-simple__backdrop--arrows .arrow-left {
  position: relative;
  line-height: 1;
}
.block-hero-simple__backdrop--arrows .arrow-left::before {
  content: "\f104";
  font-size: 25rem;
  color: #dee2e6;
  opacity: 0.5;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .block-archive-employees .row {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .block-archive-employees [class*=col-]:has(.block-archive-employees__intro) {
    padding-inline: 0;
  }
}
.block-archive-employees__intro {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--box-padding);
  background-color: #fff;
  box-shadow: 0px 9.6px 64px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
@media (max-width: 767.98px) {
  .block-archive-employees__intro {
    padding: var(--box-mobile-padding);
  }
}
.block-archive-employees__title {
  margin-bottom: 1rem;
}
.block-archive-employees__text {
  margin-bottom: 1.5rem;
}
.block-archive-employees__text p:last-child {
  margin-bottom: 0;
}

.block-article .article-blocks .block-paragraph {
  margin-bottom: 2.5rem;
}
.block-article .article-blocks .block-paragraph p {
  margin-bottom: 0;
}
.block-article .article-blocks .block-quote {
  color: #8FCB24;
  font-size: 1.375rem;
  font-family: "source_serif_pro", serif;
  font-weight: 600;
}

.block-image__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-image__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.block-image__rule {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767.98px) {
  .block-image__rule {
    height: 0.875rem;
  }
}
.block-image__rule::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8FCB24;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}
.block-image__caption {
  margin-bottom: 0;
  font-style: italic;
}

.offcanvas {
  --theme-offcanvas-height: 100%;
  padding-top: calc(var(--header-height) + var(--admin-bar-height));
  background-color: #436CAE;
  color: #fff;
}
.offcanvas nav {
  padding: 1.25rem;
}
.offcanvas nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.offcanvas nav ul li {
  position: relative;
}
.offcanvas nav ul li > a {
  color: #fff;
  display: block;
  padding: 0.625rem 0;
}
.offcanvas nav ul li.menu-item-has-children > a {
  padding-right: 2.5rem;
}
.offcanvas nav ul li.current-menu-item > a {
  color: #8FCB24;
}
.offcanvas nav ul li.current-menu-item::after {
  color: #8FCB24;
}
.offcanvas nav ul li .sub-menu {
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  padding-left: 1rem;
  background-color: rgba(40, 40, 40, 0.2);
  border-radius: 0.3rem;
}
.offcanvas nav ul li.is-open > .submenu-toggle .icon-angle-down {
  transform: rotate(180deg);
}
.offcanvas .submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.75rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
.offcanvas .submenu-toggle .icon-angle-down {
  display: block;
  transition: transform 0.35s ease;
}
.offcanvas__cta-section {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.offcanvas__cta-section .btn.btn-primary {
  border: 1px solid #fff;
}

.list-before {
  margin: 0;
}
.list-before li {
  position: relative;
  display: block;
  padding-left: 1.875rem;
}
.list-before li:before {
  content: attr(data-before);
  position: absolute;
  left: 0;
  top: 0;
}
.list-before li a:hover {
  color: #8FCB24;
}

.list-check {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding-left: 0;
}
.list-check > li {
  padding-left: 2.25rem;
  position: relative;
}
.list-check > li::before {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #436CAE;
  color: #f2f2f2;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.25rem;
  left: 0;
  font-size: 0.875rem;
}

.btn.btn-primary {
  background-color: #436CAE;
  color: #fff;
  padding: 0.6875rem 1.875rem;
  border-radius: 0.1875rem;
  border: 1px solid #436CAE;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  width: fit-content;
}
.btn.btn-primary--outline {
  background-color: transparent;
  border: 1px solid #436CAE;
  color: #436CAE;
}
.btn.btn-primary.jumbo {
  font-size: 1rem;
  font-weight: 600;
}
.btn.btn-secondary {
  background-color: #8FCB24;
  color: #fff;
  padding: 0.6875rem 1.875rem;
  border-radius: 0.1875rem;
  border: 1px solid #8FCB24;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  width: fit-content;
}
.btn.btn-secondary--outline {
  background-color: transparent;
  border: 1px solid #436CAE;
  color: #436CAE;
}
.btn.btn-secondary.jumbo {
  font-size: 1rem;
  font-weight: 600;
}
.btn.btn-text {
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #436CAE;
  padding: 0 2.5rem 0 0;
  display: flex;
  flex-direction: row;
  gap: 0;
  width: fit-content;
  position: relative;
}
@media (max-width: 767.98px) {
  .btn.btn-text {
    font-size: 0.875rem;
  }
}
.btn.btn-text::after {
  content: "\f103";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
}
.btn.btn-text:hover::after, .btn.btn-text:focus::after {
  right: 0;
}
.btn.btn-text--white {
  color: #fff;
}
.btn.btn-text--black {
  color: #282828;
}

.menu {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 0.125rem;
  list-style-type: none;
  flex-direction: row;
  position: relative;
}
.menu > li {
  margin: 0;
  padding: 0.625rem 0.875rem;
  border-bottom: 2px solid transparent;
  transition: 0.25s ease;
  font-weight: 600;
  color: #878687;
}
.menu > li > a:not(.btn) {
  color: inherit;
}
.menu > li:hover, .menu > li:focus {
  color: #436CAE;
}
.menu > li.current-menu-item {
  color: #8FCB24;
  border-bottom: 2px solid #8FCB24;
}
.menu.menu-horizontal {
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.menu.menu-white {
  color: #fff;
}
.menu.menu-icon > li {
  position: relative;
  padding-left: 1.75rem;
}
.menu.menu-icon > li i {
  position: absolute;
  top: 0.4375rem;
  left: 0;
  color: #eaf936;
}

.card {
  padding: 1rem;
}

.c-card {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.c-card--staand {
  height: 100%;
  aspect-ratio: 4/5;
}
@media (max-width: 767.98px) {
  .c-card--staand {
    aspect-ratio: 21/9;
  }
}
.c-card--staand [class*=col-] {
  padding: 0;
}
.c-card--staand .c-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}
.c-card--staand .c-card__image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card--staand .c-card__image picture img {
  display: block;
}
.c-card--staand::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 66%, rgba(0, 0, 0, 0.89) 100%);
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .c-card--staand::before {
    background: unset;
  }
}
.c-card--staand::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0.5%, rgba(255, 255, 255, 0.13) 29%, rgba(0, 0, 0, 0.76) 100%);
  background-color: rgba(143, 203, 36, 0);
  pointer-events: none;
  z-index: 1;
}
.c-card--staand .c-card__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 2;
  transform: translateY(25%);
}
@media (max-width: 1199.98px) {
  .c-card--staand .c-card__inner {
    padding: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .c-card--staand .c-card__inner {
    transform: unset;
  }
}
@media (max-width: 991.98px) {
  .c-card--staand .c-card__content {
    display: none;
  }
}
.c-card--staand:hover::before, .c-card--staand:focus::before {
  background: none;
}
.c-card--staand:hover::after, .c-card--staand:focus::after {
  background: none;
  background-color: rgba(143, 203, 36, 0.9);
}
.c-card--staand:hover .c-card__inner, .c-card--staand:focus .c-card__inner {
  transform: translateY(0);
}
.c-card--liggend {
  aspect-ratio: 4/3;
}
.c-card--liggend .c-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}
.c-card--liggend .c-card__image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card--liggend .c-card__image picture img {
  display: block;
}
.c-card--liggend::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 66%, rgba(0, 0, 0, 0.89) 100%);
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .c-card--liggend::before {
    background: unset;
  }
}
.c-card--liggend::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0.5%, rgba(255, 255, 255, 0.13) 29%, rgba(0, 0, 0, 0.76) 100%);
  background-color: rgba(143, 203, 36, 0);
  pointer-events: none;
  z-index: 1;
}
.c-card--liggend .c-card__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 2;
  transform: translateY(40%);
}
@media (max-width: 991.98px) {
  .c-card--liggend .c-card__inner {
    padding: 1.25rem;
    transform: translateY(0);
  }
}
@media (max-width: 991.98px) {
  .c-card--liggend .c-card__content {
    display: none;
  }
}
.c-card--liggend:hover::before, .c-card--liggend:focus::before {
  background: none;
}
.c-card--liggend:hover::after, .c-card--liggend:focus::after {
  background: none;
  background-color: rgba(67, 108, 174, 0.9);
}
.c-card--liggend:hover .c-card__inner, .c-card--liggend:focus .c-card__inner {
  transform: translateY(0);
}
.c-card__tag {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 0.75rem;
  position: relative;
  width: fit-content;
}
.c-card__tag::after {
  content: "";
  width: 18px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.c-card-employee {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-card-employee__image {
  aspect-ratio: 5/4.5;
}
.c-card-employee__image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card-employee__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.c-card-employee__name {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.c-card-employee__function {
  font-size: 0.875rem;
  color: #292b2c;
}
.c-card-employee__email {
  font-size: 0.875rem;
  color: #436CAE;
  text-decoration: none;
  padding-left: 1.75rem;
  position: relative;
}
.c-card-employee__email::before {
  content: "\f106";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-card-employee__email:hover, .c-card-employee__email:focus, a:hover .c-card-employee__email, a:focus .c-card-employee__email {
  text-decoration: underline;
}

.c-card-employee-extended {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  height: 100%;
}
.c-card-employee-extended__image {
  aspect-ratio: 5/4.5;
}
@media (max-width: 991.98px) {
  .c-card-employee-extended__image {
    aspect-ratio: 21/9;
  }
}
.c-card-employee-extended__image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card-employee-extended__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
}
.c-card-employee-extended__header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.c-card-employee-extended__name {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.c-card-employee-extended__function {
  font-size: 0.875rem;
  color: #292b2c;
}
.c-card-employee-extended__excerpt {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #878687;
}
.c-card-employee-extended__contact {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.c-card-employee-extended__contact-title {
  font-size: 0.875rem;
  font-weight: 700;
}
.c-card-employee-extended__contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-card-employee-extended__contact-item a {
  font-size: 0.875rem;
  color: #436CAE;
  text-decoration: none;
  padding-left: 1.75rem;
  position: relative;
  display: inline-block;
}
.c-card-employee-extended__contact-item a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-card-employee-extended__contact-item a:hover, .c-card-employee-extended__contact-item a:focus, a:hover .c-card-employee-extended__contact-item a, a:focus .c-card-employee-extended__contact-item a {
  text-decoration: underline;
}
.c-card-employee-extended__contact-item--email a::before {
  content: "\f106";
}
.c-card-employee-extended__contact-item--phone a::before {
  content: "\f107";
}
.c-card-employee-extended__contact-item--linkedin a::before {
  content: "\f105";
}

header#header li:has(> a.current-menu-item) a.current-menu-item {
  color: #436CAE;
}
header#header li:has(> a.current-menu-item)::after {
  color: #436CAE;
}
header#header li.menu-item-has-children {
  padding-right: 1.5rem;
}
header#header li.menu-item-has-children::after {
  content: "\f101";
  position: absolute;
  font-size: 1rem;
  text-indent: 0;
  color: #878687;
  margin-left: 0.5rem;
  transition: transform 0.3s cubic-bezier(0.83, 0, 0.17, 1);
}
header#header li.menu-item-has-children:hover::before {
  opacity: 1;
}
header#header li.menu-item-has-children:hover::after {
  transform: rotate(180deg);
}
header#header li.menu-item-has-children:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-16px, 0px);
  -moz-transform: translate(-16px, 0px);
  transform: translate(-16px, 0px);
  -webkit-transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
header#header li.menu-item-has-children > ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: -1;
  -webkit-transform: translate(-16px, 10%);
  -moz-transform: translate(-16px, 10%);
  transform: translate(-16px, 10%);
  -webkit-transition: all 0.3s cubic-bezier(0.83, 0, 0.17, 1);
  -moz-transition: all 0.3s cubic-bezier(0.83, 0, 0.17, 1);
  transition: all 0.3s cubic-bezier(0.83, 0, 0.17, 1);
  background-color: #fff;
  list-style: none;
  padding: 0;
  min-width: 15.625rem;
  box-shadow: 0px 9.6px 64px 0px rgba(0, 0, 0, 0.08);
}
header#header li.menu-item-has-children > ul.sub-menu .menu-item {
  font-weight: 600;
  color: #878687;
}
header#header li.menu-item-has-children > ul.sub-menu .menu-item a {
  display: block;
  padding: 0.75rem 1.25rem;
}
header#header li.menu-item-has-children > ul.sub-menu .menu-item:hover {
  color: #436CAE;
}
header#header li.menu-item-has-children > ul.sub-menu .menu-item:hover a {
  color: #436CAE;
}
header#header li.menu-item-has-children > ul.sub-menu .submenu-wrapper {
  padding: 1.25rem 0;
}
header#header li.menu-item-has-children > ul.sub-menu .submenu-wrapper .card-menu-cta-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}
header#header li.menu-item-has-children > ul.sub-menu .submenu-wrapper .card-menu-cta-image .image-wrapper {
  line-height: 0;
}
header#header li.menu-item-has-children > ul.sub-menu .submenu-wrapper .card-menu-cta-image .image-wrapper picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
header#header li.menu-item-has-children > ul.sub-menu .submenu-wrapper .card-menu-cta-image .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  color: #fff;
}
header#header li.menu-item-has-children > ul.sub-menu .submenu-wrapper .card-menu-cta-image .card-content .h4 {
  margin: 0;
  color: inherit;
}
header#header li.menu-item-has-children > ul.sub-menu .submenu-wrapper .card-menu-cta-image:hover .image-wrapper picture {
  transform: scale(1.05);
}
header#header li.menu-item-has-children > ul.sub-menu .submenu-wrapper .submenu-wrapper .submenu-list-header {
  padding-bottom: 1rem;
}
header#header li.menu-item-has-children > ul.sub-menu .submenu-wrapper .submenu-wrapper ul.submenu-list-vertical {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
header#header li.menu-item-has-children > ul.sub-menu .submenu-wrapper .submenu-wrapper ul.submenu-list-vertical a.list-link {
  display: flex;
}
header#header li.menu-item-has-children > ul.sub-menu .submenu-wrapper .submenu-wrapper ul.submenu-list-vertical a.list-link li {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
}

.c-card-expert {
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
  align-items: flex-start;
  padding: 2.5rem 0;
}
@media (max-width: 991.98px) {
  .c-card-expert {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image body" "contact contact";
  }
  .c-card-expert__image {
    grid-area: image;
  }
  .c-card-expert__body {
    grid-area: body;
  }
  .c-card-expert__contact {
    grid-area: contact;
  }
}
@media (max-width: 575.98px) {
  .c-card-expert {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.c-card-expert + .c-card-expert {
  border-top: 1px solid #dee2e6;
}
@media (max-width: 767.98px) {
  .c-card-expert {
    flex-wrap: wrap;
  }
}
.c-card-expert__image {
  flex: 1 0 0;
  aspect-ratio: 1/1;
}
@media (max-width: 575.98px) {
  .c-card-expert__image {
    width: 50%;
    aspect-ratio: 1/1;
  }
}
.c-card-expert__image picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-card-expert__body {
  flex: 3 0 0;
  padding: 0 0.9375rem;
}
@media (max-width: 767.98px) {
  .c-card-expert__body {
    flex: 1 1 calc(100% - 150px);
    padding: 0;
  }
}
.c-card-expert__label {
  display: block;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #adb5bd;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}
.c-card-expert__name {
  margin-bottom: 0.5rem;
}
.c-card-expert__function {
  display: block;
  font-size: 0.9375rem;
  color: #292b2c;
  margin-bottom: 1rem;
}
.c-card-expert__excerpt {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 0.5rem;
}
.c-card-expert__excerpt p {
  margin-bottom: 0;
}
.c-card-expert__read-more {
  font-size: 0.875rem;
}
.c-card-expert__contact {
  flex: 1 0 0;
  padding: 0 0.9375rem;
  border-left: 1px solid #dee2e6;
}
@media (max-width: 767.98px) {
  .c-card-expert__contact {
    border-left: unset;
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
.c-card-expert__contact-heading {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 1rem;
}
.c-card-expert__contact-list {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.c-card-expert__contact-link {
  display: flex;
  flex-direction: row;
  gap: 0.375rem;
  align-items: center;
  font-size: 1rem;
  color: #436CAE;
  text-decoration: none;
}
.c-card-expert__contact-link:hover, .c-card-expert__contact-link:focus, a:hover .c-card-expert__contact-link, a:focus .c-card-expert__contact-link {
  text-decoration: underline;
}

.stripes {
  position: relative;
}
.stripes .bg-grid {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  padding-right: calc(var(--theme-gutter-x) * 0.5);
  padding-left: calc(var(--theme-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .stripes .bg-grid {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .stripes .bg-grid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .stripes .bg-grid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .stripes .bg-grid {
    max-width: 1140px;
  }
}
@media (min-width: 1366px) {
  .stripes .bg-grid {
    max-width: 1270px;
  }
}
@media (min-width: 1440px) {
  .stripes .bg-grid {
    max-width: 1370px;
  }
}
@media (min-width: 1680px) {
  .stripes .bg-grid {
    max-width: 1470px;
  }
}
@media (min-width: 1920px) {
  .stripes .bg-grid {
    max-width: 1570px;
  }
}
.stripes .grid-col {
  flex: 1;
  border-right: 1px solid #dee2e6;
}
@media (max-width: 767.98px) {
  .stripes .grid-col {
    display: none;
  }
}
.stripes .grid-col:first-child {
  border-left: 1px solid #dee2e6;
}

.block-contact__form-inner {
  background-color: #fff;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .block-contact__form-inner {
    padding: 2.5rem;
  }
}
.block-contact__form-inner .gform_wrapper {
  position: relative;
}
.block-contact__form-inner .gform_wrapper > * {
  opacity: 1;
  transition: 0.25s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-contact__form-inner .gform_wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 3.125rem;
  height: 3.125rem;
  opacity: 0;
  border-radius: 50%;
  border: 0.3125rem solid #436CAE;
  border-bottom-color: transparent;
  pointer-events: none;
  animation: rotate 1s linear infinite;
  transition: 0.25s ease;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.block-contact__form-inner .gform_wrapper.is-loading > * {
  opacity: 0.3;
  pointer-events: none;
}
.block-contact__form-inner .gform_wrapper.is-loading:after {
  opacity: 1;
}
.block-contact__form-inner .gform_wrapper .hidden {
  width: 0;
  height: 0;
  left: 0;
  position: absolute !important;
  visibility: hidden;
  pointer-events: none;
}
.block-contact__form-inner .gform_wrapper .gform_heading {
  display: block;
  margin-bottom: 1.5rem;
}
.block-contact__form-inner .gform_wrapper .gform_submission_error {
  padding: 1rem 1.5rem;
  background-color: rgba(220, 53, 69, 0.2);
  border: 1px solid #dc3545;
  margin-bottom: 1.5rem;
  font-weight: 500;
  margin-top: 0;
  text-align: left;
  font-family: var(--theme-font-sans-serif);
  font-size: 0.875rem;
  border-radius: 0.3rem;
  margin-top: 1rem;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields {
  --theme-gutter-x: 30px;
  --theme-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--theme-gutter-y));
  margin-right: calc(-0.5 * var(--theme-gutter-x));
  margin-left: calc(-0.5 * var(--theme-gutter-x));
  --theme-gutter-y: 0.75rem;
  --theme-gutter-x: 0.75rem;
}
@media (min-width: 992px) {
  .block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields {
    --theme-gutter-y: 1rem;
  }
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--theme-gutter-x) * 0.5);
  padding-left: calc(var(--theme-gutter-x) * 0.5);
  margin-top: var(--theme-gutter-y);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield {
    margin-top: calc(var(--theme-gutter-y) * 2);
  }
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield h2, .block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .h2 {
  padding-bottom: 2rem;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .gfield_label {
  font-size: 0.875rem;
  font-weight: 600;
  width: fit-content;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container input[type=text],
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container input[type=email],
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container input[type=tel],
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container select,
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container textarea {
  padding: 0.75rem 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid #fff;
  width: 100%;
  color: #282828;
  font-weight: 600;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container input[type=text]::placeholder,
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container input[type=email]::placeholder,
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container input[type=tel]::placeholder,
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container select::placeholder,
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: rgba(40, 40, 40, 0.5);
  font-weight: 400;
  opacity: 1;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 0.75rem 1.25rem;
  border: 1px solid #fff;
  border-radius: 0.625rem;
  outline: 0;
  font-size: 1rem;
  background-image: url(../adbd56aef53e0fd03f1e.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 20px;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_radio {
  padding: 1rem 1.5rem;
  border-radius: 0.625rem;
  border: 1px solid #e5e5e5;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  color: #fff;
  font-weight: 600;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice {
  padding-left: 0;
  flex: 1;
  display: flex;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice .form-check-input:checked {
  background-color: #8FCB24;
  border-color: #8FCB24;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice .form-check-input:checked + label {
  background-color: #6610f2;
  border-color: #6610f2;
  box-shadow: inset 0 0 0 1px #6610f2;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice .form-check-input:checked + label i, .block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice .form-check-input:checked + label .gf-solution-label {
  color: #fff;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice label {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  color: #6610f2;
  padding: 1rem;
  border-radius: 0.3rem;
  cursor: pointer;
  width: 100%;
  display: block;
  transition: all 0.2s ease-in-out;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice label:hover {
  background-color: #ededed;
  border-color: #dee2e6;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice label .gf-solution-item {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice label .gf-solution-item i {
  font-size: 1.25rem;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_checkbox {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  color: #fff;
  font-weight: 600;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .form-check-input {
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1/1;
  border-radius: unset;
  margin-top: 0;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .form-check-input:checked {
  background-color: #8FCB24;
  border-color: #8FCB24;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .form-check-input:checked + label i, .block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .form-check-input:checked + label .gf-solution-label {
  color: #282828;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label {
  color: #282828;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  display: block;
  transition: all 0.2s ease-in-out;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label:hover {
  background-color: #ededed;
  border-color: #dee2e6;
}
@media (max-width: 767.98px) {
  .block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label {
    display: flex;
    justify-content: start;
  }
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label .gf-solution-item {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label .gf-solution-item i {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label .gf-solution-item {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
  }
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield .gfield_validation_message {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #dc3545;
}
@media (min-width: 768px) {
  .block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield.gfield--width-quarter {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield.gfield--width-half {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield.gfield--width-third {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield.gfield--width-two-thirds {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .gfield.gfield--input-type-fileupload .gfield_label {
  display: block;
  margin-bottom: 0.5rem;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .ginput_container_fileupload {
  border: 1px dashed #dee2e6;
  text-align: center;
  padding: 1.5rem 0;
  background-color: transparent;
  border-radius: 1rem;
  background-color: #fff;
  color: #282828;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_body .gform_fields .ginput_container_fileupload button {
  background: transparent;
  padding: 0;
  color: #282828;
  text-transform: unset !important;
  font-weight: 400;
  text-decoration: underline;
  border: none;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_footer {
  margin-top: 1rem;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_footer .gform-submit-button {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem;
  border: none;
  border-radius: 0.1875rem;
  cursor: pointer;
  line-height: 1;
  background-color: #436CAE;
  border: 1px solid #436CAE;
  color: #fff;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_footer .gform-submit-button:hover {
  background-color: transparent;
  color: #436CAE;
}
.block-contact__form-inner .gform_wrapper form[id*=gform_] .gform_page_footer {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

@media (max-width: 991.98px) {
  .cff-wrapper .cff-masonry .cff-posts-wrap {
    column-count: 1 !important;
  }
}
.cff-wrapper .cff-meta-wrap {
  display: none;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-2 {
  gap: calc(1.325rem + 0.9vw) !important;
}

.gap-3 {
  gap: calc(1.425rem + 2.1vw) !important;
}

.gap-4 {
  gap: calc(1.525rem + 3.3vw) !important;
}

.gap-5 {
  gap: calc(1.625rem + 4.5vw) !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-primary {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-primary-rgb), var(--theme-text-opacity)) !important;
}

.text-yellow {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-yellow-rgb), var(--theme-text-opacity)) !important;
}

.text-green {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-green-rgb), var(--theme-text-opacity)) !important;
}

.text-secondary {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-secondary-rgb), var(--theme-text-opacity)) !important;
}

.text-success {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-success-rgb), var(--theme-text-opacity)) !important;
}

.text-info {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-info-rgb), var(--theme-text-opacity)) !important;
}

.text-warning {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-warning-rgb), var(--theme-text-opacity)) !important;
}

.text-danger {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-danger-rgb), var(--theme-text-opacity)) !important;
}

.text-light {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-light-rgb), var(--theme-text-opacity)) !important;
}

.text-dark {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-dark-rgb), var(--theme-text-opacity)) !important;
}

.text-white {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-white-rgb), var(--theme-text-opacity)) !important;
}

.text-black {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-black-rgb), var(--theme-text-opacity)) !important;
}

.text-gray-100 {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-gray-100-rgb), var(--theme-text-opacity)) !important;
}

.text-gray-200 {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-gray-200-rgb), var(--theme-text-opacity)) !important;
}

.text-gray-300 {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-gray-300-rgb), var(--theme-text-opacity)) !important;
}

.text-gray-400 {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-gray-400-rgb), var(--theme-text-opacity)) !important;
}

.text-gray-500 {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-gray-500-rgb), var(--theme-text-opacity)) !important;
}

.text-gray-600 {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-gray-600-rgb), var(--theme-text-opacity)) !important;
}

.text-gray-700 {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-gray-700-rgb), var(--theme-text-opacity)) !important;
}

.text-gray-800 {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-gray-800-rgb), var(--theme-text-opacity)) !important;
}

.text-gray-900 {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-gray-900-rgb), var(--theme-text-opacity)) !important;
}

.text-body {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-body-color-rgb), var(--theme-text-opacity)) !important;
}

.text-muted {
  --theme-text-opacity: 1;
  color: var(--theme-secondary-color) !important;
}

.text-black-50 {
  --theme-text-opacity: 1;
  color: rgba(40, 40, 40, 0.5) !important;
}

.text-white-50 {
  --theme-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --theme-text-opacity: 1;
  color: var(--theme-secondary-color) !important;
}

.text-body-tertiary {
  --theme-text-opacity: 1;
  color: var(--theme-tertiary-color) !important;
}

.text-body-emphasis {
  --theme-text-opacity: 1;
  color: var(--theme-emphasis-color) !important;
}

.text-reset {
  --theme-text-opacity: 1;
  color: inherit !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 1rem !important;
  }
  .gap-sm-2 {
    gap: calc(1.325rem + 0.9vw) !important;
  }
  .gap-sm-3 {
    gap: calc(1.425rem + 2.1vw) !important;
  }
  .gap-sm-4 {
    gap: calc(1.525rem + 3.3vw) !important;
  }
  .gap-sm-5 {
    gap: calc(1.625rem + 4.5vw) !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 1rem !important;
  }
  .gap-md-2 {
    gap: calc(1.325rem + 0.9vw) !important;
  }
  .gap-md-3 {
    gap: calc(1.425rem + 2.1vw) !important;
  }
  .gap-md-4 {
    gap: calc(1.525rem + 3.3vw) !important;
  }
  .gap-md-5 {
    gap: calc(1.625rem + 4.5vw) !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 1rem !important;
  }
  .gap-lg-2 {
    gap: calc(1.325rem + 0.9vw) !important;
  }
  .gap-lg-3 {
    gap: calc(1.425rem + 2.1vw) !important;
  }
  .gap-lg-4 {
    gap: calc(1.525rem + 3.3vw) !important;
  }
  .gap-lg-5 {
    gap: calc(1.625rem + 4.5vw) !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 1rem !important;
  }
  .gap-xl-2 {
    gap: calc(1.325rem + 0.9vw) !important;
  }
  .gap-xl-3 {
    gap: calc(1.425rem + 2.1vw) !important;
  }
  .gap-xl-4 {
    gap: calc(1.525rem + 3.3vw) !important;
  }
  .gap-xl-5 {
    gap: calc(1.625rem + 4.5vw) !important;
  }
}
@media (min-width: 1366px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 1rem !important;
  }
  .gap-xxl-2 {
    gap: calc(1.325rem + 0.9vw) !important;
  }
  .gap-xxl-3 {
    gap: calc(1.425rem + 2.1vw) !important;
  }
  .gap-xxl-4 {
    gap: calc(1.525rem + 3.3vw) !important;
  }
  .gap-xxl-5 {
    gap: calc(1.625rem + 4.5vw) !important;
  }
}
@media (min-width: 1440px) {
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 1rem !important;
  }
  .gap-xxxl-2 {
    gap: calc(1.325rem + 0.9vw) !important;
  }
  .gap-xxxl-3 {
    gap: calc(1.425rem + 2.1vw) !important;
  }
  .gap-xxxl-4 {
    gap: calc(1.525rem + 3.3vw) !important;
  }
  .gap-xxxl-5 {
    gap: calc(1.625rem + 4.5vw) !important;
  }
}
@media (min-width: 1680px) {
  .d-xxxxl-inline {
    display: inline !important;
  }
  .d-xxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxl-block {
    display: block !important;
  }
  .d-xxxxl-grid {
    display: grid !important;
  }
  .d-xxxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxxl-table {
    display: table !important;
  }
  .d-xxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxl-flex {
    display: flex !important;
  }
  .d-xxxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxxl-none {
    display: none !important;
  }
  .gap-xxxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxxl-1 {
    gap: 1rem !important;
  }
  .gap-xxxxl-2 {
    gap: calc(1.325rem + 0.9vw) !important;
  }
  .gap-xxxxl-3 {
    gap: calc(1.425rem + 2.1vw) !important;
  }
  .gap-xxxxl-4 {
    gap: calc(1.525rem + 3.3vw) !important;
  }
  .gap-xxxxl-5 {
    gap: calc(1.625rem + 4.5vw) !important;
  }
}
@media (min-width: 1920px) {
  .d-xxxxxl-inline {
    display: inline !important;
  }
  .d-xxxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxxl-block {
    display: block !important;
  }
  .d-xxxxxl-grid {
    display: grid !important;
  }
  .d-xxxxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxxxl-table {
    display: table !important;
  }
  .d-xxxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxxl-flex {
    display: flex !important;
  }
  .d-xxxxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxxxl-none {
    display: none !important;
  }
  .gap-xxxxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxxxl-1 {
    gap: 1rem !important;
  }
  .gap-xxxxxl-2 {
    gap: calc(1.325rem + 0.9vw) !important;
  }
  .gap-xxxxxl-3 {
    gap: calc(1.425rem + 2.1vw) !important;
  }
  .gap-xxxxxl-4 {
    gap: calc(1.525rem + 3.3vw) !important;
  }
  .gap-xxxxxl-5 {
    gap: calc(1.625rem + 4.5vw) !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

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