/*
 * @pqina/tick v1.7.6 - Counters Made Easy
 * Copyright (c) 2020 PQINA - https://github.com/pqina/tick/
 */
.tick {
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  position: relative;
  z-index: 1;
  line-height: 1.4; }
  .tick * {
    box-sizing: inherit; }
  .tick [data-view] {
    max-width: 100%; }
  .tick span[data-view] {
    display: inline-block; }
  .tick [data-layout~='pad'] {
    margin: -.25em; }
    .tick [data-layout~='pad'] > * {
      margin: .25em; }
  .tick [data-layout~='horizontal'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .tick [data-layout~='horizontal'][data-layout~='baseline'] {
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
    .tick [data-layout~='horizontal'][data-layout~='center'] {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .tick [data-layout~='horizontal'][data-layout~='right'] {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .tick [data-layout~='horizontal'][data-layout~='left'] {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .tick [data-layout~='horizontal'][data-layout~='stretch'], .tick [data-layout~='horizontal'][data-layout~='fill'] {
      -webkit-align-content: stretch;
          -ms-flex-line-pack: stretch;
              align-content: stretch;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .tick [data-layout~='horizontal'][data-layout~='stretch'] > *, .tick [data-layout~='horizontal'][data-layout~='fill'] > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0px;
                flex: 1 0 0; }
      .tick [data-layout~='horizontal'][data-layout~='stretch'] > *, .tick [data-layout~='horizontal'][data-layout~='fill'] > * {
        width: 100%; }
    .tick [data-layout~='horizontal'][data-layout~='multi-line'] {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .tick [data-layout~='horizontal'][data-layout~='fit'] {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      white-space: nowrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .tick [data-layout~='vertical'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .tick [data-layout~='vertical'][data-layout~='top'] {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .tick [data-layout~='vertical'][data-layout~='bottom'] {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      min-height: 100%; }
    .tick [data-layout~='vertical'][data-layout~='middle'] {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 100%; }
    .tick [data-layout~='vertical'][data-layout~='left'] {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .tick [data-layout~='vertical'][data-layout~='right'] {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .tick [data-layout~='vertical'][data-layout~='center'] {
      text-align: center; }
    .tick [data-layout~='vertical'][data-layout~='stretch'], .tick [data-layout~='vertical'][data-layout~='fill'] {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      min-height: 100%; }
      .tick [data-layout~='vertical'][data-layout~='stretch'] > *, .tick [data-layout~='vertical'][data-layout~='fill'] > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0px;
                flex: 1 0 0; }
    .tick [data-layout~='vertical'] > * + * {
      margin-top: .5em; }
  .tick [data-layout~='overlay'] {
    position: relative; }
    .tick [data-layout~='overlay'] > * {
      margin: 0; }
    .tick [data-layout~='overlay'][data-layout~='center'] {
      text-align: center; }
    .tick [data-layout~='overlay'][data-layout~='left'] {
      text-align: left; }
    .tick [data-layout~='overlay'][data-layout~='right'] {
      text-align: right; }
    .tick [data-layout~='overlay'] > [data-overlay='stretch'],
    .tick [data-layout~='overlay'] > [data-overlay='fill'] {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .tick [data-layout~='overlay'] > [data-overlay='center'] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }

/* 

// Default Visual Style


.tick-text[data-style*='transition'] {
	// prevents width changes when animating between empty space and characters
	min-width:1ex;
	text-align:center;
}

// flipper
.tick-flip {

	// distance from other possible flippers
	margin-left:.0625em;
	margin-right:.0625em;

	// prevents width changes when animating between empty space and characters
	min-width:1.125em;

	// sets default border radius
	border-radius:.125em;

	// default spacing
	letter-spacing: .25em;
	text-indent: .25em;
}

.tick-flip-front,
.tick-flip-back {
	color:#eee;
	background-color:#333;
	box-shadow:0 .125em .3125em rgba(0,0,0,.25), 0 .02125em .06125em rgba(0,0,0,.25);
}

// matrix
.tick-matrix-char {
	margin:0 .05em;
}

.tick-matrix-pixel {
	width:5px;
	height:5px;
	margin:1px;
	background-color:currentColor;
	border-radius:2px;
}

// meter (horizontal / vertical)
.tick-meter-rail {
	background-color:#eee;
}

.tick-meter-fill {
	background-color:currentColor;
}

// meter (ring)
.tick-meter canvas {

}
 */

/*
 * @pqina/flip v1.7.7 - A Beautifully Animated Flip Clock
 * Copyright (c) 2020 PQINA - https://pqina.nl/flip/
 */
/**
 * Layout
 */
.tick-flip {
  position: relative;
  text-align: center; }
  .tick-flip * {
    border-radius: inherit;
    white-space: pre; }

.tick-flip * {
  letter-spacing: inherit;
  text-indent: inherit; }

.tick-flip-front {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.tick-flip-back {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.tick-flip-spacer {
  display: block;
  visibility: hidden; }

.tick-flip-shadow {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  color: transparent !important;
  background: transparent !important; }

.tick-flip-shadow-top {
  bottom: calc(50% - 1px); }

.tick-flip-shadow-bottom {
  top: calc(50% + 1px); }

.tick-flip-card-shadow {
  position: absolute;
  left: 0.15em;
  right: 0.15em;
  bottom: 0.125em;
  height: 0.5em;
  background-color: transparent;
  border-radius: 0;
  opacity: 0;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5), 0 0.125em 0.5em rgba(0, 0, 0, 0.75);
  z-index: 0; }

/**
 * Card
 */
.tick-flip-card {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-perspective: 4em;
          perspective: 4em; }

.tick-flip-panel-front,
.tick-flip-panel-back {
  position: absolute;
  left: 0;
  width: 100%;
  height: 51%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.tick-flip-panel-front-text,
.tick-flip-panel-back-text {
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  height: 100%;
  overflow: hidden; }

.tick-flip-panel-text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%; }

.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
  height: 200%;
  top: -100%; }

.tick-flip-panel-front {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  top: 0;
  z-index: 2;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); }

.tick-flip-panel-back {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  top: 50%;
  z-index: 1;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); }
  .tick-flip-panel-back::after {
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.15) 1px, transparent 30%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.15) 1px, transparent 30%); }

.tick-flip-panel-back-shadow {
  z-index: 2; }

.tick-flip-panel-back-highlight {
  z-index: 3; }

.tick-flip-panel-back-shadow,
.tick-flip-panel-back-highlight {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }

.tick-flip-panel-front-shadow,
.tick-flip-panel-back-shadow,
.tick-flip-panel-back-highlight {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0; }

.tick-flip-panel-front-shadow {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)); }

.tick-flip-panel-back-shadow {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)); }

.tick-flip-panel-back-highlight {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.3)); }

.tick [data-style*='shadow:inner'],
.tick [data-style*='shadow:inner'] .tick-flip-card-shadow {
  box-shadow: none; }

.tick [data-style*='shadow:none'] .tick-flip-panel-front,
.tick [data-style*='shadow:none'] .tick-flip-panel-back,
.tick [data-style*='shadow:none'] .tick-flip-shadow,
.tick [data-style*='shadow:none'] .tick-flip-card-shadow {
  box-shadow: none; }

.tick [data-style*='shadow:none'] .tick-flip-back::after,
.tick [data-style*='shadow:none'] .tick-flip-panel-front-shadow,
.tick [data-style*='shadow:none'] .tick-flip-panel-back-shadow,
.tick [data-style*='shadow:none'] .tick-flip-panel-back-text::after {
  background-image: none; }

.tick [data-style*='rounded:none'] {
  border-radius: 0; }

.tick [data-style*='rounded:panels'] .tick-flip-shadow-bottom,
.tick [data-style*='rounded:panels'] .tick-flip-front {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }

.tick [data-style*='rounded:panels'] .tick-flip-shadow-top,
.tick [data-style*='rounded:panels'] .tick-flip-panel-back::after,
.tick [data-style*='rounded:panels'] .tick-flip-back {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.tick-flip {
  margin-left: .0625em;
  margin-right: .0625em;
  min-width: 1.125em;
  border-radius: .125em;
  letter-spacing: .25em;
  text-indent: .25em; }

.tick-flip-panel {
  color: #edebeb;
  background-color: #333232; }

.tick-flip-shadow {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.25), 0 0.02125em 0.06125em rgba(0, 0, 0, 0.25); }

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);-o-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide,swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid rgba(0,0,0,0)}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#ff882e;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#090604;--bs-dark-footer:#161616;--bs-green:#5fad56;--bs-purple:#63c;--bs-#000:#000;--bs-#fff:#fff;--bs-#ff0:#ffcc49;--bs-black-primary:#010000;--bs-blue:#497cff;--bs-grey:#f3f3f3;--bs-grey-medium:#d3d3d3;--bs-primary-rgb:255,136,46;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:9,6,4;--bs-dark-footer-rgb:22,22,22;--bs-green-rgb:95,173,86;--bs-purple-rgb:102,51,204;--bs-#000-rgb:0,0,0;--bs-#fff-rgb:255,255,255;--bs-#ff0-rgb:255,204,73;--bs-black-primary-rgb:1,0,0;--bs-blue-rgb:73,124,255;--bs-grey-rgb:243,243,243;--bs-grey-medium-rgb:211,211,211;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:22,22,22;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:"Libre Franklin",sans-serif;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,0.15),hsla(0,0%,100%,0));--bs-body-font-family:Libre Franklin,sans-serif;--bs-body-font-size:1.125rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#161616;--bs-body-bg:#fff}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0;font-family:Manrope,sans-serif;font-weight:700;line-height:1.2}h1{font-size:calc(1.5rem + 3vw)}@media (min-width:1200px){h1{font-size:3.75rem}}h2{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h2{font-size:2.5rem}}h3{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h3{font-size:1.5rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:calc(1.2625rem + .15vw)}@media (min-width:1200px){h5{font-size:1.375rem}}h6{font-size:1.125rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,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]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button: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:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-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}.clearfix:after{display:block;clear:both;content:""}.link-primary{color:#ff882e}.link-primary:focus,.link-primary:hover{color:#ffa058}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#090604}.link-dark:focus,.link-dark:hover{color:#070503}.link-dark-footer{color:#161616}.link-dark-footer:focus,.link-dark-footer:hover{color:#121212}.link-green{color:#5fad56}.link-green:focus,.link-green:hover{color:#7fbd78}.link-purple{color:#63c}.link-purple:focus,.link-purple:hover{color:#5229a3}.link-black,.link-black:focus,.link-black:hover{color:#000}.link-white,.link-white:focus,.link-white:hover{color:#fff}.link-yellow{color:#ffcc49}.link-yellow:focus,.link-yellow:hover{color:#ffd66d}.link-black-primary,.link-black-primary:focus,.link-black-primary:hover{color:#010000}.link-blue{color:#497cff}.link-blue:focus,.link-blue:hover{color:#6d96ff}.link-grey{color:#f3f3f3}.link-grey:focus,.link-grey:hover{color:#f5f5f5}.link-grey-medium{color:#d3d3d3}.link-grey-medium:focus,.link-grey-medium:hover{color:#dcdcdc}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.85714%}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch}.hstack,.vstack{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;align-self:stretch}.vstack{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;-ms-flex-item-align:stretch;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-none{display:none!important}.shadow{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{-webkit-box-shadow:none!important;box-shadow: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:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}.translate-middle-x{-webkit-transform:translateX(-50%)!important;-ms-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.translate-middle-y{-webkit-transform:translateY(-50%)!important;-ms-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#ff882e!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#090604!important}.border-dark-footer{border-color:#161616!important}.border-green{border-color:#5fad56!important}.border-purple{border-color:#63c!important}.border-#000{border-color:#000!important}.border-#fff{border-color:#fff!important}.border-#ff0{border-color:#ffcc49!important}.border-black-primary{border-color:#010000!important}.border-blue{border-color:#497cff!important}.border-grey{border-color:#f3f3f3!important}.border-grey-medium{border-color:#d3d3d3!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.5rem + 3vw)!important}.fs-2{font-size:calc(1.375rem + 1.5vw)!important}.fs-3,.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:calc(1.2625rem + .15vw)!important}.fs-6{font-size:1.125rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-dark-footer{--bs-text-opacity:1;color:rgba(var(--bs-dark-footer-rgb),var(--bs-text-opacity))!important}.text-green{--bs-text-opacity:1;color:rgba(var(--bs-green-rgb),var(--bs-text-opacity))!important}.text-purple{--bs-text-opacity:1;color:rgba(var(--bs-purple-rgb),var(--bs-text-opacity))!important}.text-#000{--bs-text-opacity:1;color:rgba(var(--bs-#000-rgb),var(--bs-text-opacity))!important}.text-#fff{--bs-text-opacity:1;color:rgba(var(--bs-#fff-rgb),var(--bs-text-opacity))!important}.text-#ff0{--bs-text-opacity:1;color:rgba(var(--bs-#ff0-rgb),var(--bs-text-opacity))!important}.text-black-primary{--bs-text-opacity:1;color:rgba(var(--bs-black-primary-rgb),var(--bs-text-opacity))!important}.text-blue{--bs-text-opacity:1;color:rgba(var(--bs-blue-rgb),var(--bs-text-opacity))!important}.text-grey{--bs-text-opacity:1;color:rgba(var(--bs-grey-rgb),var(--bs-text-opacity))!important}.text-grey-medium{--bs-text-opacity:1;color:rgba(var(--bs-grey-medium-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:.25}.text-opacity-50{--bs-text-opacity:.5}.text-opacity-75{--bs-text-opacity:.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-dark-footer{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-footer-rgb),var(--bs-bg-opacity))!important}.bg-green{--bs-bg-opacity:1;background-color:rgba(var(--bs-green-rgb),var(--bs-bg-opacity))!important}.bg-purple{--bs-bg-opacity:1;background-color:rgba(var(--bs-purple-rgb),var(--bs-bg-opacity))!important}.bg-#000{--bs-bg-opacity:1;background-color:rgba(var(--bs-#000-rgb),var(--bs-bg-opacity))!important}.bg-#fff{--bs-bg-opacity:1;background-color:rgba(var(--bs-#fff-rgb),var(--bs-bg-opacity))!important}.bg-#ff0{--bs-bg-opacity:1;background-color:rgba(var(--bs-#ff0-rgb),var(--bs-bg-opacity))!important}.bg-black-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-primary-rgb),var(--bs-bg-opacity))!important}.bg-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-rgb),var(--bs-bg-opacity))!important}.bg-grey{--bs-bg-opacity:1;background-color:rgba(var(--bs-grey-rgb),var(--bs-bg-opacity))!important}.bg-grey-medium{--bs-bg-opacity:1;background-color:rgba(var(--bs-grey-medium-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:rgba(0,0,0,0)!important}.bg-opacity-10{--bs-bg-opacity:.1}.bg-opacity-25{--bs-bg-opacity:.25}.bg-opacity-50{--bs-bg-opacity:.5}.bg-opacity-75{--bs-bg-opacity:.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.25rem!important}.rounded-start{border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.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-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-sm-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-sm-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-sm-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-sm-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-sm-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-sm-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-sm-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-sm-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.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-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-md-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-md-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-md-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-md-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-md-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-md-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-md-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-md-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.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-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-lg-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-lg-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-lg-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-lg-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-lg-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-lg-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-lg-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-lg-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.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-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xl-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xl-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xl-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xl-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xl-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xl-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xl-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xl-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.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-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column,.flex-xxl-row{-webkit-box-direction:normal!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xxl-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xxl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xxl-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xxl-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xxl-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xxl-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xxl-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xxl-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xxl-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xxl-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:3.75rem!important}.fs-2{font-size:2.5rem!important}.fs-3,.fs-4{font-size:1.5rem!important}.fs-5{font-size:1.375rem!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-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-print-none{display:none!important}}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:var(--bs-gutter-x,.9375rem);padding-left:var(--bs-gutter-x,.9375rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1260px}}.row{--bs-gutter-x:1.875rem;--bs-gutter-y:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*0.5);padding-left:calc(var(--bs-gutter-x)*0.5);margin-top:var(--bs-gutter-y)}.col{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto>*{width:auto}.row-cols-1>*,.row-cols-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-1>*{width:100%}.row-cols-2>*{width:50%}.row-cols-2>*,.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-3>*{width:33.33333%}.row-cols-4>*{width:25%}.row-cols-4>*,.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-5>*{width:20%}.row-cols-6>*{width:16.66667%}.col-auto,.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-auto{width:auto}.col-1{width:8.33333%}.col-1,.col-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-2{width:16.66667%}.col-3{width:25%}.col-3,.col-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-5,.col-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-6{width:50%}.col-7{width:58.33333%}.col-7,.col-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-8{width:66.66667%}.col-9{width:75%}.col-9,.col-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-11,.col-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-12{width:100%}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:.25rem}.g-1,.gy-1{--bs-gutter-y:.25rem}.g-2,.gx-2{--bs-gutter-x:.5rem}.g-2,.gy-2{--bs-gutter-y:.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto>*{width:auto}.row-cols-sm-1>*,.row-cols-sm-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-sm-1>*{width:100%}.row-cols-sm-2>*{width:50%}.row-cols-sm-2>*,.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-sm-3>*{width:33.33333%}.row-cols-sm-4>*{width:25%}.row-cols-sm-4>*,.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-sm-5>*{width:20%}.row-cols-sm-6>*{width:16.66667%}.col-sm-auto,.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-auto{width:auto}.col-sm-1{width:8.33333%}.col-sm-1,.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-3,.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-5,.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-7,.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-9,.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-11,.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-12{width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto>*{width:auto}.row-cols-md-1>*,.row-cols-md-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-md-1>*{width:100%}.row-cols-md-2>*{width:50%}.row-cols-md-2>*,.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-md-3>*{width:33.33333%}.row-cols-md-4>*{width:25%}.row-cols-md-4>*,.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-md-5>*{width:20%}.row-cols-md-6>*{width:16.66667%}.col-md-auto,.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-auto{width:auto}.col-md-1{width:8.33333%}.col-md-1,.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-3,.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-5,.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-7,.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-9,.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-11,.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-12{width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{width:auto}.row-cols-lg-1>*,.row-cols-lg-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-1>*{width:100%}.row-cols-lg-2>*{width:50%}.row-cols-lg-2>*,.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-3>*{width:33.33333%}.row-cols-lg-4>*{width:25%}.row-cols-lg-4>*,.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-5>*{width:20%}.row-cols-lg-6>*{width:16.66667%}.col-lg-auto,.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-auto{width:auto}.col-lg-1{width:8.33333%}.col-lg-1,.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-3,.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-5,.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-7,.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-9,.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-11,.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-12{width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto>*{width:auto}.row-cols-xl-1>*,.row-cols-xl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xl-1>*{width:100%}.row-cols-xl-2>*{width:50%}.row-cols-xl-2>*,.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xl-3>*{width:33.33333%}.row-cols-xl-4>*{width:25%}.row-cols-xl-4>*,.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xl-5>*{width:20%}.row-cols-xl-6>*{width:16.66667%}.col-xl-auto,.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-auto{width:auto}.col-xl-1{width:8.33333%}.col-xl-1,.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-2{width:16.66667%}.col-xl-3{width:25%}.col-xl-3,.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-4{width:33.33333%}.col-xl-5{width:41.66667%}.col-xl-5,.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-6{width:50%}.col-xl-7{width:58.33333%}.col-xl-7,.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-8{width:66.66667%}.col-xl-9{width:75%}.col-xl-9,.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-10{width:83.33333%}.col-xl-11{width:91.66667%}.col-xl-11,.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-12{width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xxl-auto>*{width:auto}.row-cols-xxl-1>*,.row-cols-xxl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xxl-1>*{width:100%}.row-cols-xxl-2>*{width:50%}.row-cols-xxl-2>*,.row-cols-xxl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xxl-3>*{width:33.33333%}.row-cols-xxl-4>*{width:25%}.row-cols-xxl-4>*,.row-cols-xxl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xxl-5>*{width:20%}.row-cols-xxl-6>*{width:16.66667%}.col-xxl-auto,.row-cols-xxl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-auto{width:auto}.col-xxl-1{width:8.33333%}.col-xxl-1,.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-2{width:16.66667%}.col-xxl-3{width:25%}.col-xxl-3,.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-4{width:33.33333%}.col-xxl-5{width:41.66667%}.col-xxl-5,.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-6{width:50%}.col-xxl-7{width:58.33333%}.col-xxl-7,.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-8{width:66.66667%}.col-xxl-9{width:75%}.col-xxl-9,.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-10{width:83.33333%}.col-xxl-11{width:91.66667%}.col-xxl-11,.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-12{width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#161616;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);padding:.375rem .75rem;font-size:1.125rem;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{-webkit-transition:none;-o-transition:none;transition:none}}.btn:hover{color:#161616}.btn-check:focus+.btn,.btn:focus{outline:0;-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#000;border-color:#ff882e}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{color:#000;background-color:#ff9a4d;border-color:#ff9443}.btn-check:focus+.btn-primary,.btn-primary:focus{-webkit-box-shadow:0 0 0 .25rem rgba(217,116,39,.5);box-shadow:0 0 0 .25rem rgba(217,116,39,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#000;background-color:#ffa058;border-color:#ff9443}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(217,116,39,.5);box-shadow:0 0 0 .25rem rgba(217,116,39,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#000;background-color:#ff882e;border-color:#ff882e}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{-webkit-box-shadow:0 0 0 .25rem rgba(130,138,145,.5);box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(130,138,145,.5);box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{-webkit-box-shadow:0 0 0 .25rem rgba(60,153,110,.5);box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(60,153,110,.5);box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{-webkit-box-shadow:0 0 0 .25rem rgba(11,172,204,.5);box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(11,172,204,.5);box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{-webkit-box-shadow:0 0 0 .25rem rgba(217,164,6,.5);box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(217,164,6,.5);box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{-webkit-box-shadow:0 0 0 .25rem rgba(225,83,97,.5);box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(225,83,97,.5);box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{-webkit-box-shadow:0 0 0 .25rem rgba(211,212,213,.5);box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(211,212,213,.5);box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{border-color:#090604}.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#080503;border-color:#070503}.btn-check:focus+.btn-dark,.btn-dark:focus{-webkit-box-shadow:0 0 0 .25rem rgba(46,43,42,.5);box-shadow:0 0 0 .25rem rgba(46,43,42,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#070503;border-color:#070503}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(46,43,42,.5);box-shadow:0 0 0 .25rem rgba(46,43,42,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#090604;border-color:#090604}.btn-dark-footer{color:#fff;background-color:#161616;border-color:#161616}.btn-dark-footer:hover{color:#fff;background-color:#131313;border-color:#121212}.btn-check:focus+.btn-dark-footer,.btn-dark-footer:focus{color:#fff;background-color:#131313;border-color:#121212;-webkit-box-shadow:0 0 0 .25rem rgba(57,57,57,.5);box-shadow:0 0 0 .25rem rgba(57,57,57,.5)}.btn-check:active+.btn-dark-footer,.btn-check:checked+.btn-dark-footer,.btn-dark-footer.active,.btn-dark-footer:active,.show>.btn-dark-footer.dropdown-toggle{color:#fff;background-color:#121212;border-color:#111}.btn-check:active+.btn-dark-footer:focus,.btn-check:checked+.btn-dark-footer:focus,.btn-dark-footer.active:focus,.btn-dark-footer:active:focus,.show>.btn-dark-footer.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(57,57,57,.5);box-shadow:0 0 0 .25rem rgba(57,57,57,.5)}.btn-dark-footer.disabled,.btn-dark-footer:disabled{color:#fff;background-color:#161616;border-color:#161616}.btn-green{color:#000;background-color:#5fad56;border-color:#5fad56}.btn-check:focus+.btn-green,.btn-green:focus,.btn-green:hover{color:#000;background-color:#77b96f;border-color:#6fb567}.btn-check:focus+.btn-green,.btn-green:focus{-webkit-box-shadow:0 0 0 .25rem rgba(81,147,73,.5);box-shadow:0 0 0 .25rem rgba(81,147,73,.5)}.btn-check:active+.btn-green,.btn-check:checked+.btn-green,.btn-green.active,.btn-green:active,.show>.btn-green.dropdown-toggle{color:#000;background-color:#7fbd78;border-color:#6fb567}.btn-check:active+.btn-green:focus,.btn-check:checked+.btn-green:focus,.btn-green.active:focus,.btn-green:active:focus,.show>.btn-green.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(81,147,73,.5);box-shadow:0 0 0 .25rem rgba(81,147,73,.5)}.btn-green.disabled,.btn-green:disabled{color:#000;background-color:#5fad56;border-color:#5fad56}.btn-purple{color:#fff;background-color:#63c;border-color:#63c}.btn-check:focus+.btn-purple,.btn-purple:focus,.btn-purple:hover{color:#fff;background-color:#572bad;border-color:#5229a3}.btn-check:focus+.btn-purple,.btn-purple:focus{-webkit-box-shadow:0 0 0 .25rem rgba(125,82,212,.5);box-shadow:0 0 0 .25rem rgba(125,82,212,.5)}.btn-check:active+.btn-purple,.btn-check:checked+.btn-purple,.btn-purple.active,.btn-purple:active,.show>.btn-purple.dropdown-toggle{color:#fff;background-color:#5229a3;border-color:#4d2699}.btn-check:active+.btn-purple:focus,.btn-check:checked+.btn-purple:focus,.btn-purple.active:focus,.btn-purple:active:focus,.show>.btn-purple.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(125,82,212,.5);box-shadow:0 0 0 .25rem rgba(125,82,212,.5)}.btn-purple.disabled,.btn-purple:disabled{color:#fff;background-color:#63c;border-color:#63c}.btn-black,.btn-black:focus,.btn-black:hover,.btn-check:focus+.btn-black{color:#fff;background-color:#000;border-color:#000}.btn-black:focus,.btn-check:focus+.btn-black{-webkit-box-shadow:0 0 0 .25rem rgba(38,38,38,.5);box-shadow:0 0 0 .25rem rgba(38,38,38,.5)}.btn-black.active,.btn-black:active,.btn-check:active+.btn-black,.btn-check:checked+.btn-black,.show>.btn-black.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}.btn-black.active:focus,.btn-black:active:focus,.btn-check:active+.btn-black:focus,.btn-check:checked+.btn-black:focus,.show>.btn-black.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(38,38,38,.5);box-shadow:0 0 0 .25rem rgba(38,38,38,.5)}.btn-black.disabled,.btn-black:disabled{color:#fff;background-color:#000;border-color:#000}.btn-check:focus+.btn-white,.btn-white,.btn-white:focus,.btn-white:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-white,.btn-white:focus{-webkit-box-shadow:0 0 0 .25rem hsla(0,0%,85.1%,.5);box-shadow:0 0 0 .25rem hsla(0,0%,85.1%,.5)}.btn-check:active+.btn-white,.btn-check:checked+.btn-white,.btn-white.active,.btn-white:active,.show>.btn-white.dropdown-toggle{color:#000;background-color:#fff;border-color:#fff}.btn-check:active+.btn-white:focus,.btn-check:checked+.btn-white:focus,.btn-white.active:focus,.btn-white:active:focus,.show>.btn-white.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem hsla(0,0%,85.1%,.5);box-shadow:0 0 0 .25rem hsla(0,0%,85.1%,.5)}.btn-white.disabled,.btn-white:disabled{color:#000;background-color:#fff;border-color:#fff}.btn-yellow{color:#000;background-color:#ffcc49;border-color:#ffcc49}.btn-check:focus+.btn-yellow,.btn-yellow:focus,.btn-yellow:hover{color:#000;background-color:#ffd464;border-color:#ffd15b}.btn-check:focus+.btn-yellow,.btn-yellow:focus{-webkit-box-shadow:0 0 0 .25rem rgba(217,173,62,.5);box-shadow:0 0 0 .25rem rgba(217,173,62,.5)}.btn-check:active+.btn-yellow,.btn-check:checked+.btn-yellow,.btn-yellow.active,.btn-yellow:active,.show>.btn-yellow.dropdown-toggle{color:#000;background-color:#ffd66d;border-color:#ffd15b}.btn-check:active+.btn-yellow:focus,.btn-check:checked+.btn-yellow:focus,.btn-yellow.active:focus,.btn-yellow:active:focus,.show>.btn-yellow.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(217,173,62,.5);box-shadow:0 0 0 .25rem rgba(217,173,62,.5)}.btn-yellow.disabled,.btn-yellow:disabled{color:#000;background-color:#ffcc49;border-color:#ffcc49}.btn-black-primary,.btn-black-primary:hover{color:#fff;background-color:#010000;border-color:#010000}.btn-black-primary:focus,.btn-check:focus+.btn-black-primary{color:#fff;background-color:#010000;border-color:#010000;-webkit-box-shadow:0 0 0 .25rem rgba(39,38,38,.5);box-shadow:0 0 0 .25rem rgba(39,38,38,.5)}.btn-black-primary.active,.btn-black-primary:active,.btn-check:active+.btn-black-primary,.btn-check:checked+.btn-black-primary,.show>.btn-black-primary.dropdown-toggle{color:#fff;background-color:#010000;border-color:#010000}.btn-black-primary.active:focus,.btn-black-primary:active:focus,.btn-check:active+.btn-black-primary:focus,.btn-check:checked+.btn-black-primary:focus,.show>.btn-black-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(39,38,38,.5);box-shadow:0 0 0 .25rem rgba(39,38,38,.5)}.btn-black-primary.disabled,.btn-black-primary:disabled{color:#fff;background-color:#010000;border-color:#010000}.btn-blue{color:#000;background-color:#497cff;border-color:#497cff}.btn-blue:focus,.btn-blue:hover,.btn-check:focus+.btn-blue{color:#000;background-color:#6490ff;border-color:#5b89ff}.btn-blue:focus,.btn-check:focus+.btn-blue{-webkit-box-shadow:0 0 0 .25rem rgba(62,105,217,.5);box-shadow:0 0 0 .25rem rgba(62,105,217,.5)}.btn-blue.active,.btn-blue:active,.btn-check:active+.btn-blue,.btn-check:checked+.btn-blue,.show>.btn-blue.dropdown-toggle{color:#000;background-color:#6d96ff;border-color:#5b89ff}.btn-blue.active:focus,.btn-blue:active:focus,.btn-check:active+.btn-blue:focus,.btn-check:checked+.btn-blue:focus,.show>.btn-blue.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(62,105,217,.5);box-shadow:0 0 0 .25rem rgba(62,105,217,.5)}.btn-blue.disabled,.btn-blue:disabled{color:#000;background-color:#497cff;border-color:#497cff}.btn-grey{color:#000;background-color:#f3f3f3;border-color:#f3f3f3}.btn-check:focus+.btn-grey,.btn-grey:focus,.btn-grey:hover{color:#000;background-color:#f5f5f5;border-color:#f4f4f4}.btn-check:focus+.btn-grey,.btn-grey:focus{-webkit-box-shadow:0 0 0 .25rem hsla(0,0%,81.2%,.5);box-shadow:0 0 0 .25rem hsla(0,0%,81.2%,.5)}.btn-check:active+.btn-grey,.btn-check:checked+.btn-grey,.btn-grey.active,.btn-grey:active,.show>.btn-grey.dropdown-toggle{color:#000;background-color:#f5f5f5;border-color:#f4f4f4}.btn-check:active+.btn-grey:focus,.btn-check:checked+.btn-grey:focus,.btn-grey.active:focus,.btn-grey:active:focus,.show>.btn-grey.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem hsla(0,0%,81.2%,.5);box-shadow:0 0 0 .25rem hsla(0,0%,81.2%,.5)}.btn-grey.disabled,.btn-grey:disabled{color:#000;background-color:#f3f3f3;border-color:#f3f3f3}.btn-grey-medium{color:#000;background-color:#d3d3d3;border-color:#d3d3d3}.btn-grey-medium:hover{color:#000;background-color:#dadada;border-color:#d7d7d7}.btn-check:focus+.btn-grey-medium,.btn-grey-medium:focus{color:#000;background-color:#dadada;border-color:#d7d7d7;-webkit-box-shadow:0 0 0 .25rem hsla(0,0%,70.2%,.5);box-shadow:0 0 0 .25rem hsla(0,0%,70.2%,.5)}.btn-check:active+.btn-grey-medium,.btn-check:checked+.btn-grey-medium,.btn-grey-medium.active,.btn-grey-medium:active,.show>.btn-grey-medium.dropdown-toggle{color:#000;background-color:#dcdcdc;border-color:#d7d7d7}.btn-check:active+.btn-grey-medium:focus,.btn-check:checked+.btn-grey-medium:focus,.btn-grey-medium.active:focus,.btn-grey-medium:active:focus,.show>.btn-grey-medium.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem hsla(0,0%,70.2%,.5);box-shadow:0 0 0 .25rem hsla(0,0%,70.2%,.5)}.btn-grey-medium.disabled,.btn-grey-medium:disabled{color:#000;background-color:#d3d3d3;border-color:#d3d3d3}.btn-outline-primary{border-color:#ff882e}.btn-outline-primary:hover{color:#000;border-color:#ff882e}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{-webkit-box-shadow:0 0 0 .25rem rgba(255,136,46,.5);box-shadow:0 0 0 .25rem rgba(255,136,46,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#000;background-color:#ff882e;border-color:#ff882e}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(255,136,46,.5);box-shadow:0 0 0 .25rem rgba(255,136,46,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#ff882e;background-color:rgba(0,0,0,0)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 .25rem rgba(108,117,125,.5);box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(108,117,125,.5);box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:rgba(0,0,0,0)}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{-webkit-box-shadow:0 0 0 .25rem rgba(25,135,84,.5);box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(25,135,84,.5);box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:rgba(0,0,0,0)}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{-webkit-box-shadow:0 0 0 .25rem rgba(13,202,240,.5);box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(13,202,240,.5);box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:rgba(0,0,0,0)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{-webkit-box-shadow:0 0 0 .25rem rgba(255,193,7,.5);box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(255,193,7,.5);box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:rgba(0,0,0,0)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{-webkit-box-shadow:0 0 0 .25rem rgba(220,53,69,.5);box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(220,53,69,.5);box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:rgba(0,0,0,0)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{-webkit-box-shadow:0 0 0 .25rem rgba(248,249,250,.5);box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(248,249,250,.5);box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:rgba(0,0,0,0)}.btn-outline-dark{border-color:#090604}.btn-outline-dark:hover{color:#fff;border-color:#090604}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{-webkit-box-shadow:0 0 0 .25rem rgba(9,6,4,.5);box-shadow:0 0 0 .25rem rgba(9,6,4,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#090604;border-color:#090604}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(9,6,4,.5);box-shadow:0 0 0 .25rem rgba(9,6,4,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#090604;background-color:rgba(0,0,0,0)}.btn-outline-dark-footer{color:#161616;border-color:#161616}.btn-outline-dark-footer:hover{color:#fff;background-color:#161616;border-color:#161616}.btn-check:focus+.btn-outline-dark-footer,.btn-outline-dark-footer:focus{-webkit-box-shadow:0 0 0 .25rem rgba(22,22,22,.5);box-shadow:0 0 0 .25rem rgba(22,22,22,.5)}.btn-check:active+.btn-outline-dark-footer,.btn-check:checked+.btn-outline-dark-footer,.btn-outline-dark-footer.active,.btn-outline-dark-footer.dropdown-toggle.show,.btn-outline-dark-footer:active{color:#fff;background-color:#161616;border-color:#161616}.btn-check:active+.btn-outline-dark-footer:focus,.btn-check:checked+.btn-outline-dark-footer:focus,.btn-outline-dark-footer.active:focus,.btn-outline-dark-footer.dropdown-toggle.show:focus,.btn-outline-dark-footer:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(22,22,22,.5);box-shadow:0 0 0 .25rem rgba(22,22,22,.5)}.btn-outline-dark-footer.disabled,.btn-outline-dark-footer:disabled{color:#161616;background-color:rgba(0,0,0,0)}.btn-outline-green{color:#5fad56;border-color:#5fad56}.btn-outline-green:hover{color:#000;background-color:#5fad56;border-color:#5fad56}.btn-check:focus+.btn-outline-green,.btn-outline-green:focus{-webkit-box-shadow:0 0 0 .25rem rgba(95,173,86,.5);box-shadow:0 0 0 .25rem rgba(95,173,86,.5)}.btn-check:active+.btn-outline-green,.btn-check:checked+.btn-outline-green,.btn-outline-green.active,.btn-outline-green.dropdown-toggle.show,.btn-outline-green:active{color:#000;background-color:#5fad56;border-color:#5fad56}.btn-check:active+.btn-outline-green:focus,.btn-check:checked+.btn-outline-green:focus,.btn-outline-green.active:focus,.btn-outline-green.dropdown-toggle.show:focus,.btn-outline-green:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(95,173,86,.5);box-shadow:0 0 0 .25rem rgba(95,173,86,.5)}.btn-outline-green.disabled,.btn-outline-green:disabled{color:#5fad56;background-color:rgba(0,0,0,0)}.btn-outline-purple{color:#63c;border-color:#63c}.btn-outline-purple:hover{color:#fff;background-color:#63c;border-color:#63c}.btn-check:focus+.btn-outline-purple,.btn-outline-purple:focus{-webkit-box-shadow:0 0 0 .25rem rgba(102,51,204,.5);box-shadow:0 0 0 .25rem rgba(102,51,204,.5)}.btn-check:active+.btn-outline-purple,.btn-check:checked+.btn-outline-purple,.btn-outline-purple.active,.btn-outline-purple.dropdown-toggle.show,.btn-outline-purple:active{color:#fff;background-color:#63c;border-color:#63c}.btn-check:active+.btn-outline-purple:focus,.btn-check:checked+.btn-outline-purple:focus,.btn-outline-purple.active:focus,.btn-outline-purple.dropdown-toggle.show:focus,.btn-outline-purple:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(102,51,204,.5);box-shadow:0 0 0 .25rem rgba(102,51,204,.5)}.btn-outline-purple.disabled,.btn-outline-purple:disabled{color:#63c;background-color:rgba(0,0,0,0)}.btn-outline-black{color:#000;border-color:#000}.btn-outline-black:hover{color:#fff;background-color:#000;border-color:#000}.btn-check:focus+.btn-outline-black,.btn-outline-black:focus{-webkit-box-shadow:0 0 0 .25rem rgba(0,0,0,.5);box-shadow:0 0 0 .25rem rgba(0,0,0,.5)}.btn-check:active+.btn-outline-black,.btn-check:checked+.btn-outline-black,.btn-outline-black.active,.btn-outline-black.dropdown-toggle.show,.btn-outline-black:active{color:#fff;background-color:#000;border-color:#000}.btn-check:active+.btn-outline-black:focus,.btn-check:checked+.btn-outline-black:focus,.btn-outline-black.active:focus,.btn-outline-black.dropdown-toggle.show:focus,.btn-outline-black:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(0,0,0,.5);box-shadow:0 0 0 .25rem rgba(0,0,0,.5)}.btn-outline-black.disabled,.btn-outline-black:disabled{color:#000;background-color:rgba(0,0,0,0)}.btn-outline-white{border-color:#fff}.btn-outline-white:hover{color:#000;border-color:#fff}.btn-check:focus+.btn-outline-white,.btn-outline-white:focus{-webkit-box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-check:active+.btn-outline-white,.btn-check:checked+.btn-outline-white,.btn-outline-white.active,.btn-outline-white.dropdown-toggle.show,.btn-outline-white:active{color:#000;background-color:#fff;border-color:#fff}.btn-check:active+.btn-outline-white:focus,.btn-check:checked+.btn-outline-white:focus,.btn-outline-white.active:focus,.btn-outline-white.dropdown-toggle.show:focus,.btn-outline-white:active:focus{-webkit-box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff;background-color:rgba(0,0,0,0)}.btn-outline-yellow{color:#ffcc49;border-color:#ffcc49}.btn-outline-yellow:hover{color:#000;background-color:#ffcc49;border-color:#ffcc49}.btn-check:focus+.btn-outline-yellow,.btn-outline-yellow:focus{-webkit-box-shadow:0 0 0 .25rem rgba(255,204,73,.5);box-shadow:0 0 0 .25rem rgba(255,204,73,.5)}.btn-check:active+.btn-outline-yellow,.btn-check:checked+.btn-outline-yellow,.btn-outline-yellow.active,.btn-outline-yellow.dropdown-toggle.show,.btn-outline-yellow:active{color:#000;background-color:#ffcc49;border-color:#ffcc49}.btn-check:active+.btn-outline-yellow:focus,.btn-check:checked+.btn-outline-yellow:focus,.btn-outline-yellow.active:focus,.btn-outline-yellow.dropdown-toggle.show:focus,.btn-outline-yellow:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(255,204,73,.5);box-shadow:0 0 0 .25rem rgba(255,204,73,.5)}.btn-outline-yellow.disabled,.btn-outline-yellow:disabled{color:#ffcc49;background-color:rgba(0,0,0,0)}.btn-outline-black-primary{color:#010000;border-color:#010000}.btn-outline-black-primary:hover{color:#fff;background-color:#010000;border-color:#010000}.btn-check:focus+.btn-outline-black-primary,.btn-outline-black-primary:focus{-webkit-box-shadow:0 0 0 .25rem rgba(1,0,0,.5);box-shadow:0 0 0 .25rem rgba(1,0,0,.5)}.btn-check:active+.btn-outline-black-primary,.btn-check:checked+.btn-outline-black-primary,.btn-outline-black-primary.active,.btn-outline-black-primary.dropdown-toggle.show,.btn-outline-black-primary:active{color:#fff;background-color:#010000;border-color:#010000}.btn-check:active+.btn-outline-black-primary:focus,.btn-check:checked+.btn-outline-black-primary:focus,.btn-outline-black-primary.active:focus,.btn-outline-black-primary.dropdown-toggle.show:focus,.btn-outline-black-primary:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(1,0,0,.5);box-shadow:0 0 0 .25rem rgba(1,0,0,.5)}.btn-outline-black-primary.disabled,.btn-outline-black-primary:disabled{color:#010000;background-color:rgba(0,0,0,0)}.btn-outline-blue{color:#497cff;border-color:#497cff}.btn-outline-blue:hover{color:#000;background-color:#497cff;border-color:#497cff}.btn-check:focus+.btn-outline-blue,.btn-outline-blue:focus{-webkit-box-shadow:0 0 0 .25rem rgba(73,124,255,.5);box-shadow:0 0 0 .25rem rgba(73,124,255,.5)}.btn-check:active+.btn-outline-blue,.btn-check:checked+.btn-outline-blue,.btn-outline-blue.active,.btn-outline-blue.dropdown-toggle.show,.btn-outline-blue:active{color:#000;background-color:#497cff;border-color:#497cff}.btn-check:active+.btn-outline-blue:focus,.btn-check:checked+.btn-outline-blue:focus,.btn-outline-blue.active:focus,.btn-outline-blue.dropdown-toggle.show:focus,.btn-outline-blue:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(73,124,255,.5);box-shadow:0 0 0 .25rem rgba(73,124,255,.5)}.btn-outline-blue.disabled,.btn-outline-blue:disabled{color:#497cff;background-color:rgba(0,0,0,0)}.btn-outline-grey{color:#f3f3f3;border-color:#f3f3f3}.btn-outline-grey:hover{color:#000;background-color:#f3f3f3;border-color:#f3f3f3}.btn-check:focus+.btn-outline-grey,.btn-outline-grey:focus{-webkit-box-shadow:0 0 0 .25rem hsla(0,0%,95.3%,.5);box-shadow:0 0 0 .25rem hsla(0,0%,95.3%,.5)}.btn-check:active+.btn-outline-grey,.btn-check:checked+.btn-outline-grey,.btn-outline-grey.active,.btn-outline-grey.dropdown-toggle.show,.btn-outline-grey:active{color:#000;background-color:#f3f3f3;border-color:#f3f3f3}.btn-check:active+.btn-outline-grey:focus,.btn-check:checked+.btn-outline-grey:focus,.btn-outline-grey.active:focus,.btn-outline-grey.dropdown-toggle.show:focus,.btn-outline-grey:active:focus{-webkit-box-shadow:0 0 0 .25rem hsla(0,0%,95.3%,.5);box-shadow:0 0 0 .25rem hsla(0,0%,95.3%,.5)}.btn-outline-grey.disabled,.btn-outline-grey:disabled{color:#f3f3f3;background-color:rgba(0,0,0,0)}.btn-outline-grey-medium{color:#d3d3d3;border-color:#d3d3d3}.btn-outline-grey-medium:hover{color:#000;background-color:#d3d3d3;border-color:#d3d3d3}.btn-check:focus+.btn-outline-grey-medium,.btn-outline-grey-medium:focus{-webkit-box-shadow:0 0 0 .25rem hsla(0,0%,82.7%,.5);box-shadow:0 0 0 .25rem hsla(0,0%,82.7%,.5)}.btn-check:active+.btn-outline-grey-medium,.btn-check:checked+.btn-outline-grey-medium,.btn-outline-grey-medium.active,.btn-outline-grey-medium.dropdown-toggle.show,.btn-outline-grey-medium:active{color:#000;background-color:#d3d3d3;border-color:#d3d3d3}.btn-check:active+.btn-outline-grey-medium:focus,.btn-check:checked+.btn-outline-grey-medium:focus,.btn-outline-grey-medium.active:focus,.btn-outline-grey-medium.dropdown-toggle.show:focus,.btn-outline-grey-medium:active:focus{-webkit-box-shadow:0 0 0 .25rem hsla(0,0%,82.7%,.5);box-shadow:0 0 0 .25rem hsla(0,0%,82.7%,.5)}.btn-outline-grey-medium.disabled,.btn-outline-grey-medium:disabled{color:#d3d3d3;background-color:rgba(0,0,0,0)}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-lg{padding:.5rem 1rem;font-size:calc(1.26563rem + .1875vw);border-radius:.3rem}@media (min-width:1200px){.btn-lg{font-size:1.40625rem}}.btn-sm{padding:.25rem .5rem;font-size:1.125rem;border-radius:.2rem}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{-webkit-transition:none;-o-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:none;-ms-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-content,.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex}.modal-content{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1.125rem;color:#161616;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:1.125rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:hsla(0,0%,100%,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.fade{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{-webkit-transition:none;-o-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{-webkit-transition:none;-o-transition:none;transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;-webkit-transition:width .35s ease;-o-transition:width .35s ease;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{-webkit-transition:none;-o-transition:none;transition:none}}.has-primary-color{color:#ff882e}.has-checkmark-primary-color:before{background-color:#ff882e!important}.has-accordion-primary-color,.has-accordion-primary-color .c-accordion__item--active .c-accordion__item-head .c-title,.has-accordion-primary-color .c-text,.has-span-primary-color span{color:#ff882e!important}.has-accordion-primary-color svg line{stroke:#ff882e!important}.has-accordion-primary-color .c-accordion__item{border-color:#ff882e!important}.has-primary-background-color{background-color:#ff882e}.has-dark-color{color:#090604}.has-checkmark-dark-color:before{background-color:#090604!important}.has-accordion-dark-color,.has-accordion-dark-color .c-accordion__item--active .c-accordion__item-head .c-title,.has-accordion-dark-color .c-text,.has-span-dark-color span{color:#090604!important}.has-accordion-dark-color svg line{stroke:#090604!important}.has-accordion-dark-color .c-accordion__item{border-color:#090604!important}.has-dark-background-color{background-color:#090604}.has-dark-footer-color{color:#161616}.has-checkmark-dark-footer-color:before{background-color:#161616!important}.has-accordion-dark-footer-color,.has-accordion-dark-footer-color .c-accordion__item--active .c-accordion__item-head .c-title,.has-accordion-dark-footer-color .c-text,.has-span-dark-footer-color span{color:#161616!important}.has-accordion-dark-footer-color svg line{stroke:#161616!important}.has-accordion-dark-footer-color .c-accordion__item{border-color:#161616!important}.has-dark-footer-background-color{background-color:#161616}.has-green-color{color:#5fad56}.has-checkmark-green-color:before{background-color:#5fad56!important}.has-accordion-green-color,.has-accordion-green-color .c-accordion__item--active .c-accordion__item-head .c-title,.has-accordion-green-color .c-text,.has-span-green-color span{color:#5fad56!important}.has-accordion-green-color svg line{stroke:#5fad56!important}.has-accordion-green-color .c-accordion__item{border-color:#5fad56!important}.has-green-background-color{background-color:#5fad56}.has-purple-color{color:#63c}.has-checkmark-purple-color:before{background-color:#63c!important}.has-accordion-purple-color,.has-accordion-purple-color .c-accordion__item--active .c-accordion__item-head .c-title,.has-accordion-purple-color .c-text,.has-span-purple-color span{color:#63c!important}.has-accordion-purple-color svg line{stroke:#63c!important}.has-accordion-purple-color .c-accordion__item{border-color:#63c!important}.has-purple-background-color{background-color:#63c}.has-black-color{color:#000}.has-checkmark-black-color:before{background-color:#000!important}.has-accordion-black-color,.has-accordion-black-color .c-accordion__item--active .c-accordion__item-head .c-title,.has-accordion-black-color .c-text,.has-span-black-color span{color:#000!important}.has-accordion-black-color svg line{stroke:#000!important}.has-accordion-black-color .c-accordion__item{border-color:#000!important}.has-black-background-color{background-color:#000}.has-white-color{color:#fff}.has-checkmark-white-color:before{background-color:#fff!important}.has-accordion-white-color,.has-accordion-white-color .c-accordion__item--active .c-accordion__item-head .c-title,.has-accordion-white-color .c-text,.has-span-white-color span{color:#fff!important}.has-accordion-white-color svg line{stroke:#fff!important}.has-accordion-white-color .c-accordion__item{border-color:#fff!important}.has-white-background-color{background-color:#fff}.has-yellow-color{color:#ffcc49}.has-checkmark-yellow-color:before{background-color:#ffcc49!important}.has-accordion-yellow-color,.has-accordion-yellow-color .c-accordion__item--active .c-accordion__item-head .c-title,.has-accordion-yellow-color .c-text,.has-span-yellow-color span{color:#ffcc49!important}.has-accordion-yellow-color svg line{stroke:#ffcc49!important}.has-accordion-yellow-color .c-accordion__item{border-color:#ffcc49!important}.has-yellow-background-color{background-color:#ffcc49}.has-black-primary-color{color:#010000}.has-checkmark-black-primary-color:before{background-color:#010000!important}.has-accordion-black-primary-color,.has-accordion-black-primary-color .c-accordion__item--active .c-accordion__item-head .c-title,.has-accordion-black-primary-color .c-text,.has-span-black-primary-color span{color:#010000!important}.has-accordion-black-primary-color svg line{stroke:#010000!important}.has-accordion-black-primary-color .c-accordion__item{border-color:#010000!important}.has-black-primary-background-color{background-color:#010000}.has-blue-color{color:#497cff}.has-checkmark-blue-color:before{background-color:#497cff!important}.has-accordion-blue-color,.has-accordion-blue-color .c-accordion__item--active .c-accordion__item-head .c-title,.has-accordion-blue-color .c-text,.has-span-blue-color span{color:#497cff!important}.has-accordion-blue-color svg line{stroke:#497cff!important}.has-accordion-blue-color .c-accordion__item{border-color:#497cff!important}.has-blue-background-color{background-color:#497cff}.has-grey-color{color:#f3f3f3}.has-checkmark-grey-color:before{background-color:#f3f3f3!important}.has-accordion-grey-color,.has-accordion-grey-color .c-accordion__item--active .c-accordion__item-head .c-title,.has-accordion-grey-color .c-text,.has-span-grey-color span{color:#f3f3f3!important}.has-accordion-grey-color svg line{stroke:#f3f3f3!important}.has-accordion-grey-color .c-accordion__item{border-color:#f3f3f3!important}.has-grey-background-color{background-color:#f3f3f3}.has-grey-medium-color{color:#d3d3d3}.has-checkmark-grey-medium-color:before{background-color:#d3d3d3!important}.has-accordion-grey-medium-color,.has-accordion-grey-medium-color .c-accordion__item--active .c-accordion__item-head .c-title,.has-accordion-grey-medium-color .c-text,.has-span-grey-medium-color span{color:#d3d3d3!important}.has-accordion-grey-medium-color svg line{stroke:#d3d3d3!important}.has-accordion-grey-medium-color .c-accordion__item{border-color:#d3d3d3!important}.has-grey-medium-background-color{background-color:#d3d3d3}.has-xs-font-size{font-size:12px}.has-s-font-size{font-size:16px}.has-m-font-size{font-size:20px}.has-l-font-size{font-size:28px}.has-xl-font-size{font-size:36px}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-3px,0,0);transform:translate3d(-3px,0,0)}40%,60%{-webkit-transform:translate3d(3px,0,0);transform:translate3d(3px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-3px,0,0);transform:translate3d(-3px,0,0)}40%,60%{-webkit-transform:translate3d(3px,0,0);transform:translate3d(3px,0,0)}}.af-animated-line,.af-animated-word{-webkit-font-kerning:none;font-kerning:none}.af-animated-line{overflow:hidden}.af-animated-line .af-animated-word{-webkit-transform:translate3d(0,100%,1px);transform:translate3d(0,100%,1px);-webkit-transition-delay:var(--transition-delay,.1s);-o-transition-delay:var(--transition-delay,.1s);transition-delay:var(--transition-delay,.1s);-webkit-transition-duration:.865s;-o-transition-duration:.865s;transition-duration:.865s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-o-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}br.xs{display:none}@media (max-width:575.98px){br.xs{display:inline}}br.xs-down,br.xs-up{display:none;display:inline}.br--xs br{display:none}@media (max-width:575.98px){.br--xs br{display:inline}}.br--xs-down br,.br--xs-up br{display:none;display:inline}br.sm{display:none}@media (min-width:576px) and (max-width:767.98px){br.sm{display:inline}}br.sm-up{display:none}@media (min-width:576px){br.sm-up{display:inline}}br.sm-down{display:none}@media (max-width:575.98px){br.sm-down{display:inline}}.br--sm br{display:none}@media (min-width:576px) and (max-width:767.98px){.br--sm br{display:inline}}.br--sm-up br{display:none}@media (min-width:576px){.br--sm-up br{display:inline}}.br--sm-down br{display:none}@media (max-width:575.98px){.br--sm-down br{display:inline}}br.md{display:none}@media (min-width:768px) and (max-width:991.98px){br.md{display:inline}}br.md-up{display:none}@media (min-width:768px){br.md-up{display:inline}}br.md-down{display:none}@media (max-width:767.98px){br.md-down{display:inline}}.br--md br{display:none}@media (min-width:768px) and (max-width:991.98px){.br--md br{display:inline}}.br--md-up br{display:none}@media (min-width:768px){.br--md-up br{display:inline}}.br--md-down br{display:none}@media (max-width:767.98px){.br--md-down br{display:inline}}br.lg{display:none}@media (min-width:992px) and (max-width:1199.98px){br.lg{display:inline}}br.lg-up{display:none}@media (min-width:992px){br.lg-up{display:inline}}br.lg-down{display:none}@media (max-width:991.98px){br.lg-down{display:inline}}.br--lg br{display:none}@media (min-width:992px) and (max-width:1199.98px){.br--lg br{display:inline}}.br--lg-up br{display:none}@media (min-width:992px){.br--lg-up br{display:inline}}.br--lg-down br{display:none}@media (max-width:991.98px){.br--lg-down br{display:inline}}br.xl{display:none}@media (min-width:1200px) and (max-width:1399.98px){br.xl{display:inline}}br.xl-up{display:none}@media (min-width:1200px){br.xl-up{display:inline}}br.xl-down{display:none}@media (max-width:1199.98px){br.xl-down{display:inline}}.br--xl br{display:none}@media (min-width:1200px) and (max-width:1399.98px){.br--xl br{display:inline}}.br--xl-up br{display:none}@media (min-width:1200px){.br--xl-up br{display:inline}}.br--xl-down br{display:none}@media (max-width:1199.98px){.br--xl-down br{display:inline}}br.xxl{display:none}@media (min-width:1400px){br.xxl{display:inline}}br.xxl-up{display:none}@media (min-width:1400px){br.xxl-up{display:inline}}br.xxl-down{display:none}@media (max-width:1399.98px){br.xxl-down{display:inline}}.br--xxl br{display:none}@media (min-width:1400px){.br--xxl br{display:inline}}.br--xxl-up br{display:none}@media (min-width:1400px){.br--xxl-up br{display:inline}}.br--xxl-down br{display:none}@media (max-width:1399.98px){.br--xxl-down br{display:inline}}@font-face{font-display:swap;font-family:Libre Franklin;font-style:normal;font-weight:400;src:url(../fonts/LibreFranklin-Regular.28c39507cf.woff2) format("woff2"),url(../fonts/LibreFranklin-Regular.b8cf531896.woff) format("woff")}@font-face{font-display:swap;font-family:Libre Franklin;font-style:normal;font-weight:700;src:url(../fonts/LibreFranklin-Bold.e0b842b66e.woff2) format("woff2"),url(../fonts/LibreFranklin-Bold.273b3ed2a0.woff) format("woff")}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(../fonts/Manrope-SemiBold.e2a235c9e4.woff2) format("woff2"),url(../fonts/Manrope-SemiBold.6ebbe882f5.woff) format("woff")}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(../fonts/Manrope-Bold.941b4041a0.woff2) format("woff2"),url(../fonts/Manrope-Bold.e3925f3120.woff) format("woff")}body,html{background-color:#f3f3f3}@media (max-width:991.98px){body,html{font-size:1rem}}body p,html p{letter-spacing:.18px}img{height:auto;max-width:100%}.admin-bar .fixed-top{top:32px}@media screen and (max-width:782px){.admin-bar .fixed-top{top:46px}}:where(h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,li,nav):last-child{margin-bottom:0}.grecaptcha-badge{z-index:1031}body .didagent__fabio{z-index:100000}@media (max-width:991.98px){.container,.row{--bs-gutter-x:20px}}.h1,h1{font-size:3.75rem;font-weight:600;letter-spacing:-1.8px;line-height:1.2}@media (max-width:991.98px){.h1,h1{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}.h2,h2{font-size:2.5rem;font-weight:600;letter-spacing:-1.2px;line-height:1.3}@media (max-width:991.98px){.h2,h2{font-size:1.5rem;letter-spacing:-.72px;line-height:1.29167}}.h3,h3{font-size:1.5rem;font-weight:700;letter-spacing:-.48px;line-height:1.29167}@media (max-width:991.98px){.h3,h3{font-size:1.25rem;letter-spacing:-.4px;line-height:1.2}}.h4,h4{font-size:1.5rem;font-weight:600;letter-spacing:4.8px;line-height:1.20833;text-transform:uppercase}@media (max-width:991.98px){.h4,h4{font-size:1rem;letter-spacing:3.2px;line-height:1.1875}}.h5,h5{font-size:1.375rem;font-weight:700;letter-spacing:-.44px;line-height:130%}@media (max-width:991.98px){.h5,h5{font-size:1rem;letter-spacing:-.36px;line-height:120%}}.c-text--p1{font-size:1.25rem;letter-spacing:.2px;line-height:150%}@media (max-width:991.98px){.c-text--p1{font-size:1rem;letter-spacing:.16px;line-height:150%}}.c-text--p2{font-size:1.125rem;letter-spacing:.18px;line-height:150%}@media (max-width:991.98px){.c-text--p2{font-size:.875rem;letter-spacing:.14px;line-height:150%}}.c-text--p3{font-size:1rem;line-height:1.625}@media (max-width:991.98px){.c-text--p3{font-size:.875rem;line-height:1.71429}}.c-text--p4{font-size:1rem;font-weight:400;letter-spacing:.02em;line-height:1.5}@media (min-width:992px){.c-text--p4{font-size:1.125rem;letter-spacing:.01em}}.aligncenter,.alignleft,.alignnone,.alignright{margin:5px 15px 10px}.alignleft{float:left;margin-left:0}.alignright{float:right;margin-right:0}.alignnone{display:block;margin-left:0;margin-right:0}.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{position:relative}.wp-caption img{width:100%}.wp-caption-text{background:rgba(0,0,0,.5);bottom:0;color:#fff;left:0;padding:5px 10px;position:absolute;right:0}.articles,.widgets{list-style-type:none;margin:0;padding:0}.gallery{overflow:hidden;padding-bottom:20px;position:relative}.gallery-item{float:left;padding:10px;position:relative}.gallery-columns-1 .gallery-item{width:100%}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-3 .gallery-item{width:33.33%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.67%}.gallery-columns-7 .gallery-item{width:14.29%}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-9 .gallery-item{width:11.11%}.gallery-columns-7 .gallery .wp-caption,.gallery-columns-8 .gallery .wp-caption,.gallery-columns-9 .gallery .wp-caption{display:none}.gallery .wp-caption-text{bottom:10px;left:10px;right:10px;text-align:left}.section-comments{padding-top:15px}.section-comments a{text-decoration:none}.section-comments p{padding-bottom:18.2px}.section-comments ol,.section-comments ul{list-style:none outside none;margin:0;padding:0}.section-comments h3{padding:0 0 10px;position:relative}.section-comments h3 small{position:absolute;right:0;top:0}.comments{position:relative}.comments .children{padding-left:70px;position:relative}.comments .children:after,.comments .children:before{content:"";display:block;position:absolute}.comments .children:before{border-bottom:8px solid #c3c3c3;border-left:8px solid #c3c3c3;height:27px;left:23px;top:33px;width:32px}.comments .children:after{border:20px solid rgba(0,0,0,0);border-bottom-color:#c3c3c3;border-width:20px 19px;left:8px;top:-5px}.comment{padding:30px 0 30px 65px;position:relative}.comment .avatar{border:1px solid #ccc;border-radius:50%;height:48px;left:0;position:absolute;top:28px;width:48px}.comment__says{padding-left:5px}.comment__moderation-notice{color:#999;display:inline-block;margin:3px 0 8px}.comment__meta{padding-bottom:12px}.comment__meta a{color:#363636}.comment__text p:last-child{margin-bottom:0;padding-bottom:0}.comment__reply{padding-top:10px;text-align:right}.comment__reply a{background:#363636;color:#fff;display:inline-block;padding:5px 10px}.comment__reply a:hover{opacity:.8;text-decoration:none}.comment-respond{border-top:1px solid #363636;padding-top:30px;width:100%}.comment-respond h3{position:relative}.comment-respond small{position:absolute;right:0;top:0}.comment-respond label{display:block;padding-bottom:4px}.comment-respond input[type=email],.comment-respond input[type=text],.comment-respond input[type=url],.comment-respond textarea{background:#f7f7f7;border:1px solid #ccc;display:block;padding:10px;width:80%}.comment-respond textarea{height:100px;width:100%}.comment-respond input[type=email]:focus,.comment-respond input[type=text]:focus,.comment-respond input[type=url]:focus{background-color:#fff}.comment-respond input[type=email]::-webkit-input-placeholder,.comment-respond input[type=text]::-webkit-input-placeholder,.comment-respond input[type=url]::-webkit-input-placeholder{color:#777}.comment-respond input[type=email]::-moz-placeholder,.comment-respond input[type=text]::-moz-placeholder,.comment-respond input[type=url]::-moz-placeholder{color:#777}.comment-respond input[type=email]:-ms-input-placeholder,.comment-respond input[type=text]:-ms-input-placeholder,.comment-respond input[type=url]:-ms-input-placeholder{color:#777}.comment-respond input[type=email]::-ms-input-placeholder,.comment-respond input[type=text]::-ms-input-placeholder,.comment-respond input[type=url]::-ms-input-placeholder{color:#777}.comment-respond input[type=email]::placeholder,.comment-respond input[type=text]::placeholder,.comment-respond input[type=url]::placeholder{color:#777}.comment-respond .required{color:#e40000}.comment-respond .comment-notes{padding-top:15px}.comment-respond .form-submit input{background:#363636;border:0;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:700;height:40px;width:160px}.no-comments{font-size:18px;font-weight:700;padding-top:12px}.search-form{overflow:hidden;position:relative}.search-form__field{background:#f7f7f7;border:1px solid #ccc;display:block;padding:10px;width:100%}.search-form__field:focus{background-color:#fff}.search-form__field::-webkit-input-placeholder{color:#777}.search-form__field::-moz-placeholder{color:#777}.search-form__field:-ms-input-placeholder{color:#777}.search-form__field::-ms-input-placeholder{color:#777}.search-form__field::placeholder{color:#777}.search-form .screen-reader-text{height:0;left:0;opacity:.5;position:absolute;top:0;visibility:hidden;width:0}.wp-block-quote{font-size:1.5rem;font-weight:600;letter-spacing:4.8px;line-height:1.20833;text-transform:uppercase;border-width:0;margin:46px 0 37px;padding-left:28px;position:relative}@media (max-width:991.98px){.wp-block-quote{font-size:1rem;letter-spacing:3.2px;line-height:1.1875}}@media (min-width:992px){.wp-block-quote{margin-top:39px;padding-block:2px}}.wp-block-quote:before{background-color:#63c;border-radius:10px;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.wp-block-quote p{margin-bottom:0}.wp-block-quote cite{font-size:1.125rem;letter-spacing:.18px;line-height:150%;display:block;margin-top:30px}@media (max-width:991.98px){.wp-block-quote cite{font-size:.875rem;letter-spacing:.14px;line-height:150%}}.c-accordion__items{padding-left:0;list-style:none}.c-accordion__item{border-bottom:1px solid #161616;-webkit-column-break-inside:avoid;column-break-inside:avoid;overflow:hidden;padding-bottom:40px}.c-accordion__item:not(:last-child){margin-bottom:35px}.c-accordion__item-head{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.c-accordion__item-head h2,.c-accordion__item-head svg{pointer-events:none}.c-accordion__item-head svg{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px}.c-accordion__item-head svg,.c-accordion__item-head svg line{-webkit-transition:-webkit-transform .22s;transition:-webkit-transform .22s;-o-transition:transform .22s;transition:transform .22s;transition:transform .22s,-webkit-transform .22s}.c-accordion__item-head .c-title{-webkit-transition:color .22s;-o-transition:.22s color;transition:color .22s}.c-accordion__item-head .c-title.default{font-size:1.5rem;font-weight:700;letter-spacing:-.48px;line-height:1.29167}@media (max-width:991.98px){.c-accordion__item-head .c-title.default{font-size:1.25rem;letter-spacing:-.4px;line-height:1.2}}.c-accordion__item-head-line-2{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}@media (max-width:767.98px){.c-accordion__item-body>:not(:last-child),.c-accordion__item-medias>:not(:last-child){padding-bottom:30px}}@media (min-width:768px){.c-accordion__item-medias{display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:20px}}@media (min-width:992px){.c-accordion__item-medias{gap:40px;grid-template-columns:repeat(2,minmax(0,349px))}}.c-accordion__item-body{font-size:1rem;line-height:1.625;color:rgba(22,22,22,.8);max-height:0;opacity:0;overflow:hidden;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,max-height,visibility,margin-top;-o-transition-property:opacity,max-height,visibility,margin-top;transition-property:opacity,max-height,visibility,margin-top;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;visibility:hidden}@media (max-width:991.98px){.c-accordion__item-body{font-size:.875rem;line-height:1.71429}}@media (min-width:768px){.c-accordion__item-body .c-text:not(:last-child){padding-bottom:49px}}.c-accordion__item-body:not(.c-accordion__item-body--alt) a,.c-accordion__item-body:not(.c-accordion__item-body--alt) a:hover{color:currentColor}.c-accordion__item--active .c-accordion__item-head .c-title{color:#fff}.c-accordion__item--active .c-accordion__item-head svg{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.c-accordion__item--active .c-accordion__item-head svg line{stroke:#fff}.c-accordion__item--active .c-accordion__item-head-line-2{opacity:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.c-accordion__item--active .c-accordion__item-body{margin-top:20px;max-height:var(--acc-original-height);opacity:1;visibility:visible}@media (min-width:992px){.c-accordion__item--active .c-accordion__item-body{margin-top:16px}}.c-accordion--side .c-accordion__item:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.c-accordion--side .c-accordion__item:not(:last-child){border-bottom-color:rgba(9,6,4,.15);margin-bottom:40px}@media (max-width:991.98px){.c-accordion--side .c-accordion__item:not(:last-child){margin-bottom:24px;padding-bottom:24px}}.c-accordion--side .c-accordion__item--active .c-accordion__item-head{pointer-events:none}.c-accordion--side .c-accordion__item--active .c-accordion__item-head svg,.c-accordion--side .c-accordion__item--active .c-title{color:#ff882e}.c-accordion--side .c-accordion__item--active .c-accordion__item-body{margin-top:9px}@media (max-width:991.98px){.c-accordion--side .c-accordion__item--active .c-accordion__item-body{margin-top:20px;padding-bottom:25px}}.c-accordion--side .c-accordion__item-body,.c-accordion--side .c-accordion__item-head{color:#090604}.c-accordion--side .c-accordion__item-head .c-title{font-size:1.125rem}@media (max-width:991.98px){.c-accordion--side .c-accordion__item-head .c-title{font-size:1rem}}@media (max-width:991.98px){.c-accordion--side .c-accordion__item-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:991.98px){.c-accordion--side .c-accordion__item-body .c-media{margin-bottom:20px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding-bottom:0}}@media (min-width:992px){.c-accordion--side .c-accordion__item-body .c-media{display:none}}.c-accordion--side .c-accordion__item-body .c-text{font-size:1rem;letter-spacing:.01em;line-height:1.5;padding-bottom:0}@media (max-width:991.98px){.c-accordion--side .c-accordion__item-body .c-text{font-size:.875rem}}.c-accordion--side .c-accordion__item-body .c-text h3{font-size:1.5rem;font-weight:700;letter-spacing:-.48px;line-height:1.29167;margin-bottom:16px}@media (max-width:991.98px){.c-accordion--side .c-accordion__item-body .c-text h3{font-size:1.25rem;letter-spacing:-.4px;line-height:1.2}}.c-accordion--side .c-accordion__item-body .c-button-collection{margin-top:24px}@media (max-width:991.98px){.c-accordion--side .c-accordion__item-body .c-button-collection{margin-top:16px}}.c-accordion--side .c-accordion__item-body .btn{font-size:1rem}.c-accordion--side .c-accordion__item-body .btn-outline-dark{padding-block:16px}.article-integrations{color:#000}@media (min-width:992px){.article-integrations .container{max-width:calc(770px + 1.875rem)}}.article-integrations__head,.article-integrations__head-container{position:relative}.article-integrations__head{margin-bottom:-82px;min-height:440px;overflow:hidden;padding-bottom:122px;z-index:2}@media (min-width:992px){.article-integrations__head{margin-bottom:-198px;min-height:574px;padding-top:157px}}.article-integrations__head--no-thumbnail{margin-bottom:40px;min-height:auto;padding-bottom:40px}@media (min-width:992px){.article-integrations__head--no-thumbnail{margin-bottom:60px;padding-bottom:60px}}.article-integrations__head-bottom{font-size:1.125rem;letter-spacing:.18px;line-height:150%;color:#000;margin-top:20px;opacity:.75}@media (max-width:991.98px){.article-integrations__head-bottom{font-size:.875rem;letter-spacing:.14px;line-height:150%}}.article-integrations__head-container{z-index:1}@media (max-width:991.98px){.article-integrations__head-container{padding-top:93px}}.article-integrations__head-top{display:grid;gap:20px}@media (min-width:992px){.article-integrations__head-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:500px 1fr auto}}.article-integrations__background,.article-integrations__background-image{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.article-integrations__background img{height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;width:100%}@media (min-width:992px){.article-integrations__background-image--mobile{display:none}}@media (max-width:991.98px){.article-integrations__background-image--desktop{display:none}}.article-integrations__thumb{margin-bottom:40px}.article-integrations__thumb img{border-radius:9px;height:167px;-o-object-fit:cover;object-fit:cover;width:100%}@media (min-width:576px){.article-integrations__thumb img{height:220px}}@media (min-width:992px){.article-integrations__thumb img{border-radius:20px;height:386px}}@media (max-width:991.98px){.article-integrations-cta{margin-bottom:2rem}}.article-integrations__title{color:#fff;margin-bottom:2rem}@media (max-width:991.98px){.article-integrations__title{margin-bottom:1rem}}.article-integrations__categories{text-align:right}@media (max-width:991.98px){.article-integrations__categories{grid-column:1/-1;grid-row:1}}.article-integrations__category{border:1px solid #63c;border-radius:5px;color:#63c;display:inline-block;font-size:12px;font-weight:500;line-height:2.16667;padding:5px 14px}@media (max-width:991.98px){.article-integrations__logo{max-width:100px}}.article-integrations__body{position:relative;z-index:3}.article-integrations__content{font-size:1.125rem;letter-spacing:.18px;line-height:150%;padding-bottom:40px}@media (max-width:991.98px){.article-integrations__content{font-size:.875rem;letter-spacing:.14px;line-height:150%}}@media (min-width:992px){.article-integrations__content{font-size:1.125rem;line-height:1.77778;padding-bottom:80px}}.article-integrations__content .c-block,.article-integrations__content .wp-block-image,.article-integrations__content h1,.article-integrations__content h2,.article-integrations__content h3,.article-integrations__content h4,.article-integrations__content h5,.article-integrations__content h6,.article-integrations__content ol,.article-integrations__content ul{margin-bottom:15px;margin-top:30px}@media (min-width:992px){.article-integrations__content .c-block,.article-integrations__content .wp-block-image,.article-integrations__content h1,.article-integrations__content h2,.article-integrations__content h3,.article-integrations__content h4,.article-integrations__content h5,.article-integrations__content h6,.article-integrations__content ol,.article-integrations__content ul{margin-bottom:24px;margin-top:80px}}.article-integrations__content .container{padding-inline:0}.article-integrations__content ol{counter-reset:counter;list-style:none;padding-left:0}.article-integrations__content ol li{font-size:1rem;letter-spacing:-.36px;line-height:120%;border-bottom:1px solid #090604;font-family:Manrope;padding-block:24px;padding-left:54px;position:relative}@media (min-width:992px){.article-integrations__content ol li{font-size:18px;font-weight:700;letter-spacing:-.36px;line-height:1.33333;padding-block:24px;padding-left:64px}}.article-integrations__content ol li:before{height:40px;width:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #090604;border-radius:50%;content:counter(counter);counter-increment:counter;font-weight:700;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.article-integrations__content ul:not(.c-button-collection){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}.article-integrations__content ul:not(.c-button-collection) li{display:list-item}.article-integrations__content :last-child{margin-bottom:0}.article-integrations__content :first-child{margin-top:0}.c-background__color,.c-background__image{height:100%;left:0;position:absolute;top:0;width:100%}.c-background__image{background-position:50%;background-repeat:no-repeat;background-size:cover}@media (max-width:767.98px){.c-background__image--desktop{display:none}}@media (min-width:768px) and (max-width:991.98px){.c-background__image--desktop-tablet{display:block}}@media (max-width:767.98px){.c-background__image--desktop-mobile{display:block}}.c-background__image--tablet{display:none}@media (min-width:768px) and (max-width:991.98px){.c-background__image--tablet{display:block}}@media (min-width:768px){.c-background__image--mobile{display:none}}.c-background--fill{height:100%;left:0;position:absolute;top:0;width:100%;pointer-events:none}.c-background .container,.c-block,.c-block>.container,.c-with-background,.c-with-background>.container{position:relative}.c-button-collection{padding-left:0;list-style:none;margin-bottom:0}.c-button-collection li{display:inline-block}.c-button-collection li:not(:last-child){margin-right:.5rem}.btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-color:rgba(0,0,0,0);border-width:1px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;gap:12px;letter-spacing:1.6px;line-height:1;text-transform:uppercase;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,background,border,color;-o-transition-property:opacity,visibility,background,border,color;transition-property:opacity,visibility,background,border,color;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear}@media (min-width:992px){.btn{font-size:1.125rem;letter-spacing:1.8px}}.btn:focus{-webkit-box-shadow:none;box-shadow:none}.btn svg,.btn svg line,.btn svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}.btn:hover:not(.btn--arrow-reverse) .btn__arrow{-webkit-animation:shake .8s cubic-bezier(.36,.07,.19,.97) .3s both;animation:shake .8s cubic-bezier(.36,.07,.19,.97) .3s both;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:translateZ(0);transform:translateZ(0)}.btn-primary{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;gap:12px;letter-spacing:1.6px;line-height:1;text-transform:uppercase;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,background,border,color;-o-transition-property:opacity,visibility,background,border,color;transition-property:opacity,visibility,background,border,color;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;background-color:rgba(0,0,0,0);border-radius:10px;padding:14px 32px;background-color:#ff882e;border:2px solid #ff882e}@media (min-width:992px){.btn-primary{font-size:1.125rem;letter-spacing:1.8px}}.btn-primary:focus{-webkit-box-shadow:none;box-shadow:none}.btn-primary svg,.btn-primary svg line,.btn-primary svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}@media (min-width:992px){.btn-primary{padding:24px 32px}}@media (max-width:991.98px){.btn-primary svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.btn-primary svg line,.btn-primary svg path{stroke:#090604}.btn-primary:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.btn-primary-dark{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;gap:12px;letter-spacing:1.6px;line-height:1;text-transform:uppercase;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,background,border,color;-o-transition-property:opacity,visibility,background,border,color;transition-property:opacity,visibility,background,border,color;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;background-color:rgba(0,0,0,0);border-radius:10px;padding:14px 32px;background-color:#090604;border:2px solid #090604;color:#ff882e}@media (min-width:992px){.btn-primary-dark{font-size:1.125rem;letter-spacing:1.8px}}.btn-primary-dark:focus{-webkit-box-shadow:none;box-shadow:none}.btn-primary-dark svg,.btn-primary-dark svg line,.btn-primary-dark svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}@media (min-width:992px){.btn-primary-dark{padding:24px 32px}}@media (max-width:991.98px){.btn-primary-dark svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.btn-primary-dark svg line,.btn-primary-dark svg path{stroke:#ff882e}.btn-primary-dark:hover{color:#ff882e}.btn-primary-dark:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.btn-primary-medium{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;gap:12px;letter-spacing:1.6px;line-height:1;text-transform:uppercase;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,background,border,color;-o-transition-property:opacity,visibility,background,border,color;transition-property:opacity,visibility,background,border,color;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;background-color:rgba(0,0,0,0);border-radius:10px;padding:14px 32px;background-color:#ff882e;border:2px solid #ff882e}@media (min-width:992px){.btn-primary-medium{font-size:1.125rem;letter-spacing:1.8px}}.btn-primary-medium:focus{-webkit-box-shadow:none;box-shadow:none}.btn-primary-medium svg,.btn-primary-medium svg line,.btn-primary-medium svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}@media (min-width:992px){.btn-primary-medium{padding:24px 32px}}@media (max-width:991.98px){.btn-primary-medium svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.btn-primary-medium svg line,.btn-primary-medium svg path{stroke:#090604}.btn-primary-medium:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}@media (min-width:992px){.btn-primary-medium{font-size:16px;letter-spacing:1.6px;padding:15px 32px}}@media (max-width:991.98px){.btn-primary-medium{padding:15px 32px}}@media (max-width:575.98px){.btn-primary-medium{padding:15px}}.btn-outline-primary{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;gap:12px;letter-spacing:1.6px;line-height:1;text-transform:uppercase;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,background,border,color;-o-transition-property:opacity,visibility,background,border,color;transition-property:opacity,visibility,background,border,color;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;background-color:rgba(0,0,0,0);border-radius:10px;padding:14px 32px;border:2px solid #ff882e;color:#ff882e}@media (min-width:992px){.btn-outline-primary{font-size:1.125rem;letter-spacing:1.8px}}.btn-outline-primary:focus{-webkit-box-shadow:none;box-shadow:none}.btn-outline-primary svg,.btn-outline-primary svg line,.btn-outline-primary svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}@media (min-width:992px){.btn-outline-primary{padding:24px 32px}}@media (max-width:991.98px){.btn-outline-primary svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.btn-outline-primary:hover{background-color:#ff882e;color:#090604}.btn-outline-primary:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.btn-outline-primary:hover svg line,.btn-outline-primary:hover svg path{stroke:#090604}.btn-outline-dark{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;gap:12px;letter-spacing:1.6px;line-height:1;text-transform:uppercase;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,background,border,color;-o-transition-property:opacity,visibility,background,border,color;transition-property:opacity,visibility,background,border,color;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;background-color:rgba(0,0,0,0);border-radius:10px;padding:14px 32px;border:2px solid #090604;color:#090604}@media (min-width:992px){.btn-outline-dark{font-size:1.125rem;letter-spacing:1.8px}}.btn-outline-dark:focus{-webkit-box-shadow:none;box-shadow:none}.btn-outline-dark svg,.btn-outline-dark svg line,.btn-outline-dark svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}@media (min-width:992px){.btn-outline-dark{padding:24px 32px}}@media (max-width:991.98px){.btn-outline-dark svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.btn-outline-dark svg line,.btn-outline-dark svg path{stroke:#090604}.btn-outline-dark:hover{background-color:#090604;color:#ff882e}.btn-outline-dark:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.btn-outline-dark:hover svg line,.btn-outline-dark:hover svg path{stroke:#ff882e}.btn-outline-white{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;gap:12px;letter-spacing:1.6px;line-height:1;text-transform:uppercase;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,background,border,color;-o-transition-property:opacity,visibility,background,border,color;transition-property:opacity,visibility,background,border,color;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;background-color:rgba(0,0,0,0);border-radius:10px;padding:14px 32px;border:2px solid #fff;color:#fff}@media (min-width:992px){.btn-outline-white{font-size:1.125rem;letter-spacing:1.8px}}.btn-outline-white:focus{-webkit-box-shadow:none;box-shadow:none}.btn-outline-white svg,.btn-outline-white svg line,.btn-outline-white svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}@media (min-width:992px){.btn-outline-white{padding:24px 32px}}@media (max-width:991.98px){.btn-outline-white svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.btn-outline-white svg line,.btn-outline-white svg path{stroke:#fff}.btn-outline-white:hover{background-color:#fff;color:#ff882e}.btn-outline-white:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.btn-outline-white:hover svg line,.btn-outline-white:hover svg path{stroke:#ff882e}.btn-outline-dark-medium{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;gap:12px;letter-spacing:1.6px;line-height:1;text-transform:uppercase;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,background,border,color;-o-transition-property:opacity,visibility,background,border,color;transition-property:opacity,visibility,background,border,color;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;background-color:rgba(0,0,0,0);border-radius:10px;padding:14px 32px;border:2px solid #090604;color:#090604}@media (min-width:992px){.btn-outline-dark-medium{font-size:1.125rem;letter-spacing:1.8px}}.btn-outline-dark-medium:focus{-webkit-box-shadow:none;box-shadow:none}.btn-outline-dark-medium svg,.btn-outline-dark-medium svg line,.btn-outline-dark-medium svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}@media (min-width:992px){.btn-outline-dark-medium{padding:24px 32px}}@media (max-width:991.98px){.btn-outline-dark-medium svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.btn-outline-dark-medium svg line,.btn-outline-dark-medium svg path{stroke:#090604}.btn-outline-dark-medium:hover{background-color:#090604;color:#ff882e}.btn-outline-dark-medium:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.btn-outline-dark-medium:hover svg line,.btn-outline-dark-medium:hover svg path{stroke:#ff882e}@media (min-width:992px){.btn-outline-dark-medium{font-size:16px;letter-spacing:1.6px;padding:15px 32px}}@media (max-width:991.98px){.btn-outline-dark-medium{border-color:rgba(0,0,0,0);padding:15px 32px}.btn-outline-dark-medium svg line,.btn-outline-dark-medium svg path{stroke:#ff882e}}@media (max-width:575.98px){.btn-outline-dark-medium{padding:15px 5px}}.btn-left-arrow{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.btn-left-arrow:hover svg{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.btn-link{border:0;color:#ff882e;padding:0;text-decoration:none}@media (max-width:991.98px){.btn-link svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}@media (max-width:991.98px){.btn-link svg line,.btn-link svg path{stroke:#090604}}.btn-link:hover{color:#090604}.btn-link:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.btn-link:hover svg line,.btn-link:hover svg path{stroke:#090604}.btn-link-dark{border:0;color:#090604;padding:0;text-decoration:none}@media (max-width:991.98px){.btn-link-dark svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.btn-link-dark svg line,.btn-link-dark svg path{stroke:#090604}@media (max-width:991.98px){.btn-link-dark svg line,.btn-link-dark svg path{stroke:#ff882e}}.btn-link-dark:hover{color:#ff882e}.btn-link-dark:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.btn-link-dark:hover svg line,.btn-link-dark:hover svg path{stroke:#ff882e}.btn-link-white{border:0;color:#fff;padding:0;text-decoration:none}@media (max-width:991.98px){.btn-link-white svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.btn-link-white svg line,.btn-link-white svg path{stroke:#fff}@media (max-width:991.98px){.btn-link-white svg line,.btn-link-white svg path{stroke:#ff882e}}.btn-link-white:hover{color:#ff882e}.btn-link-white:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.btn-link-white:hover svg line,.btn-link-white:hover svg path{stroke:#ff882e}.btn-dark{border-radius:5px;font-size:.875rem;font-weight:500;letter-spacing:-.02em;line-height:1.21429;padding:9px 24px;background-color:#090604;color:#fff}.btn-dark:hover{background-color:rgba(9,6,4,.5);border-color:rgba(0,0,0,0)}.btn-dark-medium{padding:9px 24px}@media (min-width:992px){.btn-dark-medium{font-size:16px;letter-spacing:1.6px;padding:15px 32px}}@media (max-width:991.98px){.btn-dark-medium{padding:15px 32px}}@media (max-width:575.98px){.btn-dark-medium{padding:15px}}.btn-dark-medium{border-radius:5px;font-size:.875rem;font-weight:500;line-height:1.21429;background-color:#090604;color:#fff;border-radius:10px;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;line-height:1.22222;padding:15px 32px}.btn-dark-medium:hover{background-color:rgba(9,6,4,.5);border-color:rgba(0,0,0,0)}@media (min-width:992px){.btn-dark-medium{font-size:16px;letter-spacing:1.6px}}@media (max-width:991.98px){.btn-dark-medium svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.btn-dark-medium svg line,.btn-dark-medium svg path{stroke:#fff}.btn-dark-medium:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.btn-dark-medium:hover svg line,.btn-dark-medium:hover svg path{stroke:#ff882e}.btn-play__icon{height:58px;width:58px;border-radius:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:0;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:color,background;-o-transition-property:color,background;transition-property:color,background;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear}.btn-play__icon:hover{color:#fff}.btn-play__icon:before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) currentcolor;border-style:solid;border-width:7px 0 7px 12px;content:"";display:block;height:0;margin-left:-4px;-webkit-transform:translateX(3.5px);-ms-transform:translateX(3.5px);transform:translateX(3.5px);width:0}@media (max-width:991.98px){.btn-play__icon{height:48px;width:48px}}.btn-play-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.1);box-shadow:0 0 28px rgba(0,0,0,.1);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-size:1.125rem;font-weight:600;gap:12px;letter-spacing:-1px;line-height:1.29412;padding:11.5px 20px 11.5px 10px}@media (max-width:991.98px){.btn-play-text{-webkit-box-shadow:2.4px -1.6px 25.6px rgba(0,0,0,.25);box-shadow:2.4px -1.6px 25.6px rgba(0,0,0,.25);font-size:.875rem;gap:10px;letter-spacing:-.5px;line-height:1.21429;padding:7px 16px 7px 7px}}.btn-play-text:before{background-image:url(../images/play-btn-ring.410d0821f3.svg);background-size:contain;border-radius:50px;content:"";height:calc(100% + 4px);left:-2px;position:absolute;top:-2px;width:calc(100% + 4px)}@media (min-width:992px){.btn-play-text.loaded{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden;-webkit-transition:width .22s;-o-transition:width .22s;transition:width .22s;white-space:nowrap;width:82px}.btn-play-text.loaded:hover{width:var(--button-width,auto)}}.btn-play-text .btn-play__icon{-webkit-box-flex:0;-ms-flex:0 0 48px;flex:0 0 48px}@media (min-width:992px){.btn-play-text .btn-play__icon{-ms-flex-preferred-size:58px;flex-basis:58px}}.btn-play-text:hover .btn-play__icon{color:#fff}.btn-apple-store{background:url(../images/google-apple-btns.67a7b4f434.png) no-repeat;background-position:0 100%;background-size:400px 125px;border:0;border-radius:0;font-size:0;height:59px;padding:0;-webkit-transition:none;-o-transition:none;transition:none;width:200px!important}.btn-apple-store:hover{background-position:100% 100%}.btn-apple-store-solid{background:url(../images/google-apple-btns-solid.eecd32390f.png) no-repeat;background-position:100% 100%;background-size:400px 125px;border:0;border-radius:0;font-size:0;height:59px;padding:0;-webkit-transition:none;-o-transition:none;transition:none;width:200px!important}.btn-apple-store-solid:hover{background-position:0 100%}.btn-google-store{background:url(../images/google-apple-btns.67a7b4f434.png) no-repeat;background-position:0 0;background-size:400px 125px;border:0;border-radius:0;font-size:0;height:59px;padding:0;-webkit-transition:none;-o-transition:none;transition:none;width:200px!important}.btn-google-store:hover{background-position:100% 0}.btn-google-store-solid{background:url(../images/google-apple-btns-solid.eecd32390f.png) no-repeat;background-position:100% 0;background-size:400px 125px;border:0;border-radius:0;font-size:0;height:59px;padding:0;-webkit-transition:none;-o-transition:none;transition:none;width:200px!important}.btn-google-store-solid:hover{background-position:0 0}.btn-nav{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);border:0;color:currentColor;display:none;font-size:0;line-height:0;padding-top:16px;position:relative;width:25px;z-index:15}@media (max-width:1199.98px){.btn-nav{display:block}}.btn-nav:focus{outline:0}.btn-nav span{background:currentColor;border-radius:4px;content:"";height:2px;left:0;position:absolute;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:top,left,opacity,width,-webkit-transform;transition-property:top,left,opacity,width,-webkit-transform;-o-transition-property:top,left,transform,opacity,width;transition-property:top,left,transform,opacity,width;transition-property:top,left,transform,opacity,width,-webkit-transform;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;width:100%}.btn-nav span:first-child{top:0}.btn-nav span:nth-child(2),.btn-nav span:nth-child(3){top:7px}.btn-nav span:nth-child(4){top:14px}.btn-nav.active span:first-child,.btn-nav.active span:nth-child(4){left:50%;top:7px;width:0}.btn-nav.active span:nth-child(2){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.btn-nav.active span:nth-child(3){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.c-cta__body{padding:11rem 1rem 14.5rem}@media (max-width:767.98px){.c-cta__body{padding:4.9rem 1rem 6.2rem .3rem}}.c-cta__body .c-title{margin-bottom:1.8rem}.c-cta__body .c-text{margin-bottom:1.4em;max-width:470px}.c-cta__body .c-button-collection__item:not(:last-child){margin-right:3.5rem}@media (max-width:767.98px){.c-cta__body .c-button-collection__item:not(:last-child){margin-bottom:2rem;margin-top:1rem}}.c-feedback{border-radius:20px;margin:40px auto;padding:40px 20px;text-align:center}@media (min-width:768px){.c-feedback{margin:70px 0;padding:70px 30px}}.c-feedback .c-button-collection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}@media (min-width:768px){.c-feedback .c-button-collection{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.c-feedback .c-button-collection__item{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0!important}@media (min-width:768px){.c-feedback .c-button-collection__item{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}.c-feedback .c-button-collection__item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}@media (min-width:768px){.c-feedback .c-button-collection__item a{width:auto}}.c-feedback__title{font-size:28px;font-weight:600;line-height:38px;margin-bottom:21px}@media (min-width:768px){.c-feedback__title{font-size:40px;line-height:52px;margin-bottom:30px}}.c-feedback__thankyou{display:none}.c-form--hubspot{color:#090604}.c-form--hubspot select{background-position:right 0 center;background-repeat:no-repeat;background-size:13px 8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/arrow-select-down.98b0463a4e.svg);color:rgba(9,6,4,.5);width:100%!important}.c-form--hubspot .input>input,.c-form--hubspot textarea{width:100%!important}.c-form--hubspot .hs-input:focus{outline:0}.c-form--hubspot .inputs-list,.c-form--hubspot .no-list{padding-left:0;list-style:none}.c-form--hubspot .field{position:relative}.c-form--hubspot .hs-error-msg{color:red;font-size:12px;font-style:italic}.c-form--hubspot .hs-form-booleancheckbox,.c-form--hubspot .hs-form-checkbox{font-size:1.125rem;letter-spacing:.18px;line-height:150%;font-size:12px;font-weight:300;line-height:1.5;position:relative}@media (max-width:991.98px){.c-form--hubspot .hs-form-booleancheckbox,.c-form--hubspot .hs-form-checkbox{font-size:.875rem;letter-spacing:.14px;line-height:150%}}@media (min-width:768px){.c-form--hubspot .hs-form-booleancheckbox,.c-form--hubspot .hs-form-checkbox{font-size:14px;line-height:1.42857}}.c-form--hubspot .hs-form-booleancheckbox>label,.c-form--hubspot .hs-form-checkbox>label{display:block}.c-form--hubspot .hs-form-booleancheckbox>label input,.c-form--hubspot .hs-form-checkbox>label input{left:0;margin-top:4px;opacity:0;position:absolute;top:0}.c-form--hubspot .hs-form-booleancheckbox>label input:hover,.c-form--hubspot .hs-form-checkbox>label input:hover{cursor:pointer}.c-form--hubspot .hs-form-booleancheckbox>label>span,.c-form--hubspot .hs-form-checkbox>label>span{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;margin-left:0}.c-form--hubspot .hs-form-booleancheckbox>label>span:before,.c-form--hubspot .hs-form-checkbox>label>span:before{height:14px;width:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:1px solid #090604;border-radius:2px;content:"";-webkit-box-flex:0;-ms-flex:0 0 14px;flex:0 0 14px;margin-top:4px}.c-form--hubspot .hs-form-booleancheckbox :checked+span:before,.c-form--hubspot .hs-form-checkbox :checked+span:before{background-color:#090604;color:#fff;content:"\2713"}@media (min-width:768px){.c-form--hubspot .hs-form-booleancheckbox{margin-top:-8px}}@media only screen and (max-width:480px){.c-form--hubspot .form-columns-2{display:grid;gap:var(--gap-y)}}.c-form-style-resource{--gap-y:15px;background-color:#fff;border-radius:10px;padding:60px 24px 40px;width:100%}@media (min-width:768px){.c-form-style-resource{--gap-y:20px}}@media (min-width:992px){.c-form-style-resource{padding:34px 38px}}.c-form-style-resource h4{font-family:Manrope,sans-serif;font-style:normal;font-weight:700!important;letter-spacing:-.4px;line-height:120%;text-align:center;text-transform:none}@media (max-width:767.98px){.c-form-style-resource h4{font-size:20px!important}}@media (min-width:768px){.c-form-style-resource h4{font-size:18px!important}}@media (max-width:767.98px){.c-form-style-resource form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--gap-y)}}@media (min-width:768px){.c-form-style-resource form{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:grid;gap:var(--gap-y)}}.c-form-style-resource textarea{display:block;height:120px;padding-block:10px;resize:vertical}.c-form-style-resource fieldset{grid-column:1/-1;max-width:none!important}@media (min-width:768px){.c-form-style-resource .hs-submit{grid-column:1/-1;margin-top:-20px}}.c-form-style-resource [type=submit]{border-radius:5px;font-size:.875rem;font-weight:500;line-height:1.21429;background-color:#090604;color:#fff;border-radius:10px;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;line-height:1.22222;padding:15px 32px;min-width:100%}.c-form-style-resource [type=submit]:hover{background-color:rgba(9,6,4,.5);border-color:rgba(0,0,0,0)}@media (min-width:992px){.c-form-style-resource [type=submit]{font-size:16px;letter-spacing:1.6px}}@media (max-width:991.98px){.c-form-style-resource [type=submit] svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.c-form-style-resource [type=submit] svg line,.c-form-style-resource [type=submit] svg path{stroke:#fff}.c-form-style-resource [type=submit]:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.c-form-style-resource [type=submit]:hover svg line,.c-form-style-resource [type=submit]:hover svg path{stroke:#ff882e}.c-form-style-resource :where(fieldset:first-child) label{color:#ff882e;display:block;font-size:14px;font-weight:400;line-height:2.57143;margin-bottom:10px}@media (min-width:768px){.c-form-style-resource :where(fieldset:first-child) label{margin-bottom:3px}}.c-form-style-resource :where(fieldset:not(:first-child)) .field>label{font-size:14px;font-weight:300;left:16px;line-height:2.57143;pointer-events:none;position:absolute;top:4px;-webkit-transition:all .22s;-o-transition:all .22s;transition:all .22s}@media (min-width:768px){.c-form-style-resource :where(fieldset:not(:first-child)) .field>label{top:10px}}.c-form-style-resource .is-focused>label{background-color:#fff;font-size:12px;line-height:1;padding:3px 5px;top:-10px}.c-form-style-resource select::-webkit-input-placeholder{color:#090604}.c-form-style-resource select::-moz-placeholder{color:#090604}.c-form-style-resource select:-ms-input-placeholder{color:#090604}.c-form-style-resource select::-ms-input-placeholder{color:#090604}.c-form-style-resource select::placeholder{color:#090604}.c-form-style-resource select option:first-of-type{color:#090604}.c-form-style-resource .hs-form-booleancheckbox label>span:before{border-color:#090604!important}.c-form-style-resource .hs-form-booleancheckbox-display span{margin-left:0!important}.c-form-style-resource .input{margin-right:0!important}.c-form-style-resource .input .hs-input{padding:0}.c-form-style-resource :where(.hs-input:not(.hs-submit):not([type=checkbox]):not([type=radio])){border:0;border-bottom:1px solid #090604;font-family:Libre Franklin,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:45px;letter-spacing:.14px;line-height:150%;outline:none;padding:0 16px;width:100%}@media (min-width:768px){.c-form-style-resource :where(.hs-input:not(.hs-submit):not([type=checkbox]):not([type=radio])){height:54px}}.c-form-style-contact-us{--gap-y:10px;background-color:#fff;border-radius:10px;-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);padding:40px 30px}@media (min-width:768px){.c-form-style-contact-us{--gap-y:32px}}@media (min-width:992px){.c-form-style-contact-us{padding:40px}}.c-form-style-contact-us h4{font-family:Manrope,sans-serif;font-style:normal;font-weight:700!important;letter-spacing:-.4px;line-height:120%;text-align:center;text-transform:none}@media (max-width:767.98px){.c-form-style-contact-us h4{font-size:20px!important}}@media (min-width:768px){.c-form-style-contact-us h4{font-size:18px!important}}@media (max-width:767.98px){.c-form-style-contact-us form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--gap-y)}}@media (min-width:768px){.c-form-style-contact-us form{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:grid;gap:var(--gap-y)}}.c-form-style-contact-us textarea{display:block;height:120px;padding-block:10px;resize:vertical}.c-form-style-contact-us fieldset{grid-column:1/-1;max-width:none!important}@media (min-width:768px){.c-form-style-contact-us .hs-submit{grid-column:1/-1;margin-top:-20px}}.c-form-style-contact-us .actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-form-style-contact-us [type=submit]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Manrope,sans-serif;font-size:1rem;gap:12px;letter-spacing:1.6px;line-height:1;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,background,border,color;-o-transition-property:opacity,visibility,background,border,color;transition-property:opacity,visibility,background,border,color;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;border-radius:5px;font-size:.875rem;font-weight:500;line-height:1.21429;background-color:#090604;color:#fff;border-radius:10px;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;line-height:1.22222;background-position:right 33px center;background-repeat:no-repeat;background-size:14px 14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/btn-arrow-white.b4401887af.svg);border:0;display:inline-block;margin-inline:auto;padding:15px 60px 15px 32px;text-align:center;text-transform:uppercase;width:auto}@media (min-width:992px){.c-form-style-contact-us [type=submit]{font-size:1.125rem;letter-spacing:1.8px}}.c-form-style-contact-us [type=submit]:focus{-webkit-box-shadow:none;box-shadow:none}.c-form-style-contact-us [type=submit] svg,.c-form-style-contact-us [type=submit] svg line,.c-form-style-contact-us [type=submit] svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}.c-form-style-contact-us [type=submit]:hover{background-color:rgba(9,6,4,.5);border-color:rgba(0,0,0,0)}@media (min-width:992px){.c-form-style-contact-us [type=submit]{font-size:16px;letter-spacing:1.6px}}@media (max-width:991.98px){.c-form-style-contact-us [type=submit] svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.c-form-style-contact-us [type=submit] svg line,.c-form-style-contact-us [type=submit] svg path{stroke:#fff}.c-form-style-contact-us [type=submit]:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.c-form-style-contact-us [type=submit]:hover svg line,.c-form-style-contact-us [type=submit]:hover svg path{stroke:#ff882e}.c-form-style-contact-us :where(fieldset:first-child) label{color:#ff882e;display:block;font-size:14px;font-weight:400;line-height:2.57143;margin-bottom:10px}@media (min-width:768px){.c-form-style-contact-us :where(fieldset:first-child) label{margin-bottom:3px}}.c-form-style-contact-us :where(fieldset:not(:first-child)) .field>label{border-radius:4px;font-size:14px;font-weight:300;line-height:2.57143;pointer-events:none;-webkit-transition:all .22s;-o-transition:all .22s;transition:all .22s}.c-form-style-contact-us :where(fieldset:not(:first-child)) .field:not(.hs-fieldtype-checkbox)>label{left:16px;position:absolute;top:4px}@media (min-width:768px){.c-form-style-contact-us :where(fieldset:not(:first-child)) .field:not(.hs-fieldtype-checkbox)>label{top:10px}}.c-form-style-contact-us :where(fieldset:not(:first-child)) .field.hs-fieldtype-checkbox>label{font-family:Manrope,sans-serif;font-weight:700}.c-form-style-contact-us .is-focused:not(.hs-fieldtype-checkbox)>label{background-color:#fff;font-size:12px;line-height:1;padding:3px 5px;top:-10px}.c-form-style-contact-us :where(.hs-input:not(.hs-submit):not([type=checkbox]):not([type=radio])){border-radius:0;border:solid #090604;border-width:0 0 1px;font-size:14px;font-weight:300;height:45px;width:100%}@media (min-width:768px){.c-form-style-contact-us :where(.hs-input:not(.hs-submit):not([type=checkbox]):not([type=radio])){height:54px}}.c-form-style-contact-us :where(textarea.hs-input){border-width:1px;padding:0 16px}.c-form-style-newsletter{--gap-y:15px}.c-form-style-newsletter form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--gap-y)}.c-form-style-newsletter [type=submit]{border-radius:5px;font-size:.875rem;font-weight:500;line-height:1.21429;background-color:#090604;color:#fff;border-radius:10px;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;line-height:1.22222;min-width:100%;padding:8px 32px}.c-form-style-newsletter [type=submit]:hover{background-color:rgba(9,6,4,.5);border-color:rgba(0,0,0,0)}@media (min-width:992px){.c-form-style-newsletter [type=submit]{font-size:16px;letter-spacing:1.6px}}@media (max-width:991.98px){.c-form-style-newsletter [type=submit] svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.c-form-style-newsletter [type=submit] svg line,.c-form-style-newsletter [type=submit] svg path{stroke:#fff}.c-form-style-newsletter [type=submit]:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.c-form-style-newsletter [type=submit]:hover svg line,.c-form-style-newsletter [type=submit]:hover svg path{stroke:#ff882e}.c-form-style-newsletter .field>label,.c-form-style-newsletter .hs-richtext{font-size:14px;font-weight:300;line-height:1.5;margin-bottom:10px}.c-form-style-newsletter .hs-form-booleancheckbox{margin-block:10px;margin-top:0}.c-form-style-newsletter :where(.hs-input:not(.hs-submit):not([type=checkbox]):not([type=radio])){background-color:#fff;border-radius:5px;border-width:0;font-size:14px;font-weight:300;height:45px;padding:0 16px;width:100%}.c-form-style-newsletter .legal-consent-container{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.c-form-style-newsletter .legal-consent-container span{font-size:12px;gap:8px!important;line-height:18px}.c-form-style-newsletter .legal-consent-container span:before{-webkit-box-flex:0!important;-ms-flex:0 0 10px!important;flex:0 0 10px!important;height:10px!important;margin-top:4px;width:10px!important}.c-image{height:auto;max-width:100%}.c-margin--bottom-none{margin-bottom:0!important}.c-margin--bottom-small{margin-bottom:2rem!important}.c-margin--bottom-medium{margin-bottom:6rem!important}.c-margin--bottom-large{margin-bottom:12rem!important}.c-margin--bottom-negative{margin-bottom:-3.8rem!important}.c-margin--top-none{margin-top:0!important}.c-margin--top-small{margin-top:2rem!important}.c-margin--top-medium{margin-top:6rem!important}.c-margin--top-large{margin-top:12rem!important}.c-margin--top-negative{margin-top:-3.8rem!important}.c-margin--left-none{margin-left:0!important}.c-margin--left-small{margin-left:2rem!important}.c-margin--left-medium{margin-left:6rem!important}.c-margin--left-large{margin-left:12rem!important}.c-margin--left-negative{margin-left:-3.8rem!important}.c-margin--right-none{margin-right:0!important}.c-margin--right-small{margin-right:2rem!important}.c-margin--right-medium{margin-right:6rem!important}.c-margin--right-large{margin-right:12rem!important}.c-margin--right-negative{margin-right:-3.8rem!important}.c-modal--style-lightbox .modal-dialog{max-width:970px}.c-modal--style-lightbox.fade .modal-dialog{-webkit-transform:none;-ms-transform:none;transform:none}.c-modal--style-lightbox .modal-header{border-bottom:0;padding:0}.c-modal--style-lightbox .modal-header .modal-title{display:none}.c-modal--style-lightbox .modal-body{padding:0}.c-modal--style-lightbox .modal-content{background:rgba(0,0,0,0);border:0}.c-modal--style-lightbox .modal-content .container{padding-inline:0}.c-modal--style-lightbox .modal-content .btn-close{border:0;border-radius:50%;-webkit-box-shadow:2.4px -1.6px 25.6px rgba(0,0,0,.25);box-shadow:2.4px -1.6px 25.6px rgba(0,0,0,.25);color:#fff;margin:0 15px 15px auto;opacity:1;padding:0;text-shadow:none}@media (min-width:1200px){.c-modal--style-lightbox .modal-content .btn-close{position:fixed;right:108px;top:108px}}.c-modal--style-lightbox .c-video .video-external:before{display:none}.modal-backdrop{background:rgba(45,45,45,.48)}.c-picture{display:inline-block}.c-share{color:#000}.c-share__list{padding-left:0;list-style:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.c-share__btn,.c-share__list{display:-webkit-box;display:-ms-flexbox;display:flex}.c-share__btn{height:40px;width:40px;border-radius:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#000;color:#fff;font-size:20px;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:background-color,color;-o-transition-property:background-color,color;transition-property:background-color,color}.c-share__btn:hover{color:#fff}.c-social{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}@media (min-width:992px){.c-social{gap:14px}}.c-social .btn__arrow{display:none}.c-social .c-social__link{height:34px;width:34px;border-radius:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#090604;color:#fff}@media (min-width:992px){.c-social .c-social__link{height:40px;width:40px}}.c-social .c-social__link:not(svg){font-size:0}.c-social .c-social__link svg{font-size:20px}@media (min-width:992px){.c-social .c-social__link svg{font-size:22px}}.c-text :where(a:not(.btn)){color:#497cff;-webkit-transition:color .22s;-o-transition:color .22s;transition:color .22s}.c-text :where(a:not(.btn)):hover{color:#497cff}@media (max-width:991.98px){.c-title.no-line-breaks-below-tablet br,.c-title.no-line-breaks-below-tablet br:after{content:" ";display:none}}@media (max-width:767.98px){.c-title.no-line-breaks-below-mobile br,.c-title.no-line-breaks-below-mobile br:after{content:" ";display:none}}.c-content-on-hover{display:inline-block;margin-left:10px}.c-content-on-hover__icon{background-image:url(../images/info-circle-dark.ae344c9b85.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:21px;position:relative;width:21px}.c-content-on-hover__icon:hover{cursor:pointer}.c-content-on-hover__icon:hover .c-content-on-hover__content{display:-webkit-box;display:-ms-flexbox;display:flex}div.c-content-on-hover__content{background:rgba(36,38,37,.9);border-radius:12px;color:#fff;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;font-weight:400;line-height:16px;max-width:150px;padding:12px 16px;position:absolute;width:150px;z-index:3}div.c-content-on-hover__content.top-right{bottom:100%;left:100%}div.c-content-on-hover__content.top-left{bottom:100%;right:100%}div.c-content-on-hover__content.bottom-right{left:100%;top:100%}@media (max-width:1199.98px){div.c-content-on-hover__content.bottom-right{left:auto;right:100%}}div.c-content-on-hover__content.bottom-left{right:100%;top:100%}.c-content-on-hover__content.with-image{max-width:244px;width:244px}.c-content-on-hover__content-text{text-align:left;white-space:normal}.c-content-on-hover__content-text.text-center{text-align:center}.c-content-on-hover__content img{border-radius:8px;margin-bottom:8px}.c-video-file__video{max-width:100%}.c-footer{background-color:#f3f3f3;color:#090604;padding-block:34px 37px;position:relative}@media (min-width:768px){.c-footer{padding-bottom:37px;padding-top:93px}}@media (min-width:1200px){.c-footer .container{max-width:1140px}}.c-footer a{color:currentColor;text-decoration:none}.c-footer ul{padding-left:0;list-style:none}@media (min-width:768px){.c-footer__logo{margin-right:51px}}@media (max-width:767.98px){.c-footer__logo{padding-bottom:20px}}@media (min-width:768px){.c-footer__copyright-text{margin-right:10px}}.c-footer__foot{margin-inline:auto;max-width:926px;-webkit-box-align:left;-ms-flex-align:left;align-items:left;display:grid;gap:24px 16px;grid-template-columns:40px 1fr;margin-top:44px}@media (min-width:992px){.c-footer__foot{-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1fr minmax(auto,476px) 58px;margin-top:60px}}@media (max-width:991.98px){.c-footer__social{grid-column:1/3}}@media (min-width:992px){.c-footer__social{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.c-footer__content{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:11px;line-height:1.45455}@media (max-width:991.98px){.c-footer__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:9px;gap:3px;grid-column:2/2;line-height:1.55556;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media (min-width:992px){.c-footer__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width:992px){.c-footer__content>:not(:last-child){border-right:1px solid #090604;padding-right:10px}}.c-footer__content .menu{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 10px}@media (max-width:991.98px){.c-footer__image{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;grid-column:1/2;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.c-footer__body{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767.98px){.c-footer__body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}}@media (min-width:768px){.c-footer__body{gap:30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.c-footer__nav{font-size:.875rem;font-weight:700;line-height:1.14286}@media (min-width:768px){.c-footer__nav{font-size:1rem;line-height:1.625}}.c-footer__nav .menu{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Manrope,sans-serif;font-weight:700}@media (max-width:767.98px){.c-footer__nav .menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}}@media (min-width:768px){.c-footer__nav .menu{gap:30px}}@media (min-width:992px){.c-footer__nav .menu{gap:69px}}.c-footer__nav .sub-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:Libre Franklin,sans-serif;font-size:.625rem;font-weight:400;gap:0;line-height:2.2;margin-top:6px}@media (min-width:768px){.c-footer__nav .sub-menu{font-size:.875rem;line-height:2.14286;margin-top:16px}}.c-footer__nav .sub-menu a{-webkit-transition:opacity .22s;-o-transition:opacity .22s;transition:opacity .22s}.c-footer__nav .sub-menu a:hover{opacity:1}.c-footer:before{background-color:rgba(9,6,4,.15);content:"";height:1px;left:0;margin:0 auto;max-width:1470px;position:absolute;right:0;top:0;width:100%}.nav-main{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;line-height:1}@media (max-width:1199.98px){.nav-main{font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.4px;line-height:120%;margin-top:22px}}@media (min-width:1200px){.nav-main{font-size:.875rem;font-weight:600;letter-spacing:.5px;line-height:1}}@media (max-width:1199.98px){.nav-main{display:block;font-weight:400;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:1200px){.nav-main{gap:42px}}@media (max-width:1199.98px){.nav-main>li{border-bottom:1px solid rgba(9,6,4,.1)}}.nav-main>li>a{cursor:pointer;display:block}@media (max-width:1199.98px){.nav-main>li>a{line-height:26px;padding-block:23px}}@media (min-width:1200px){.nav-main>li>a{line-height:48px;position:relative}}@media (min-width:1200px){.nav-main>li>a:after{background-color:#ff882e;bottom:-26px;content:"";height:5px;left:0;position:absolute;right:0;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:width,left;-o-transition-property:width,left;transition-property:width,left;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;width:0}}@media (max-width:1199.98px){.nav-main a{display:block;width:100%}}@media (min-width:1200px){.nav-main>.current-menu-item>a:after,.nav-main li:hover>a:after{left:auto;width:100%}}.nav-main .menu-item-has-children{position:relative}@media (max-width:1199.98px){.nav-main .menu-item-has-children{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 8px}}.nav-main .menu-item-has-children>.sub-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media (min-width:1200px){.nav-main .menu-item-has-children>.sub-menu{gap:0}}.nav-main .menu-item-has-children>.sub-menu a{font-size:14px;font-weight:600;letter-spacing:.28px;line-height:200%}@media (max-width:1199.98px){.nav-main .menu-item-has-children>.sub-menu a:hover{color:#090604}}@media (min-width:1200px){.nav-main .menu-item-has-children>.sub-menu a:hover{color:#fff}}.nav-main .menu-item-has-children>a{font-weight:600;padding-right:12px}@media (min-width:1200px){.nav-main .menu-item-has-children a:hover .menu-item__arrow{-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}}.nav-main .menu-item a{position:relative}.nav-main .menu-item__wrapper{margin-right:10px}@media (max-width:1199.98px){.nav-main .menu-item__wrapper:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}}.nav-main .menu-item__arrow{margin-left:0;position:absolute;right:0;-webkit-transition:-webkit-transform .22s linear;transition:-webkit-transform .22s linear;-o-transition:transform .22s linear;transition:transform .22s linear;transition:transform .22s linear,-webkit-transform .22s linear}@media (max-width:1199.98px){.nav-main .menu-item__arrow{height:20px;width:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.nav-main .menu-item__arrow:after,.nav-main .menu-item__arrow:before{background-color:#000;content:"";display:block;height:100%;position:absolute;-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out;width:2px}.nav-main .menu-item__arrow:before{bottom:0;height:100%;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.nav-main .menu-item__arrow:after{height:2px;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}}@media (min-width:1200px){.nav-main .menu-item__arrow{display:inline-block;padding:4px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border:solid;border-width:0 2px 2px 0;color:#fff;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.nav-main .menu-item__arrow:before{content:"";inset:-5px;position:absolute}}@media (max-width:1199.98px){.nav-main .menu-item--active .menu-item__arrow{-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.nav-main .menu-item--active .menu-item__arrow:after,.nav-main .menu-item--active .menu-item__arrow:before{background-color:#fff}}@media (min-width:1200px){.nav-main .menu-item--active .menu-item__arrow{-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}}@media (max-width:1199.98px){.nav-main .menu-item--active>.sub-menu{max-height:999px;opacity:1;padding-bottom:20px;-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out;visibility:visible}}.c-navbar .navbar-brand{padding-bottom:0;padding-top:0}.c-navbar__logo{height:40px;width:auto}.c-navbar--position-scrolled,.c-navbar--position-top{-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease}.c-navbar--position-scrolled .nav-link,.c-navbar--position-top .nav-link{color:#fff}.c-navbar--position-top{background-color:#ced4da}.c-navbar--position-scrolled{background-color:#ff882e}.header{background-color:#090604;left:0;max-width:100vw;position:fixed;right:0;top:0;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:top,background,-webkit-transform,-webkit-box-shadow;transition-property:top,background,-webkit-transform,-webkit-box-shadow;-o-transition-property:top,background,transform,box-shadow;transition-property:top,background,transform,box-shadow;transition-property:top,background,transform,box-shadow,-webkit-transform,-webkit-box-shadow;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;z-index:999}@media (max-width:1199.98px){.header{color:#090604}}@media (min-width:1200px){.header{color:#fff}}@media (max-width:1199.98px){.mobile-nav-visible .header{background:#ff882e}.mobile-nav-visible .header .btn-nav,.mobile-nav-visible .header .logo{color:#090604}}.header>.container{max-width:1470px}.header--no-sticky{position:absolute;z-index:1}@media (min-width:1200px){.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:0;padding-right:0}}.header__body{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:60px}@media (min-width:1200px){.header__body{min-height:100px}}@media (max-width:1199.98px){.header__body--mobile-buttons{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.header__logo{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;font-family:Manrope,sans-serif;font-style:normal;font-weight:700;line-height:100%;margin-right:10px;text-align:center;text-transform:uppercase;white-space:nowrap}@media (max-width:1199.98px){.header__logo{font-size:20px;letter-spacing:2px}}@media (min-width:1200px){.header__logo{font-size:30px;letter-spacing:3.03px;line-height:100%;-ms-flex-preferred-size:70px;flex-basis:70px;margin-right:53px}}.header__logo .logo{color:#f3f3f3;text-decoration:none}.header__menu{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}@media (max-width:1199.98px){.header__menu{background:#ff882e;bottom:0;height:calc(var(--viewport-height, auto) - var(--header-height));left:0;opacity:0;overflow:auto;padding-bottom:38px;position:fixed;right:0;top:var(--header-height,0);-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility;-o-transition-property:opacity,visibility;transition-property:opacity,visibility;visibility:hidden;z-index:998}}@media (min-width:1200px){.header__menu{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.header__menu--mobile-buttons{display:none;line-height:1;opacity:0;visibility:hidden}@media (max-width:1199.98px){.header__menu--mobile-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;visibility:visible}.header__menu--mobile-buttons .header__container{padding:0}.header__menu--mobile-buttons .header__actions--mobile-buttons{margin-top:0}.header__menu--mobile-buttons .header__actions--mobile-buttons .c-button{border-width:.652174px;display:table;font-size:10px;font-style:normal;font-weight:700;line-height:100%;min-width:97px;padding:10px 20px;text-align:center}.header__menu--mobile-buttons .header__actions--mobile-buttons .c-button svg{margin-top:-2px;max-height:8px}}.header__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 40px}@media (max-width:1199.98px){.header__actions{margin-top:40px}}.header__actions .c-button{font-size:14px}@media (max-width:1199.98px){.header__actions .c-button{color:#090604}}.header__actions .c-button.btn-outline-white{border-width:1px;padding:14px 28px 16px}.header__actions .c-button.btn-link-white{font-weight:600;letter-spacing:0;text-transform:none}.header__actions .c-button-collection__item{display:-webkit-box;display:-ms-flexbox;display:flex}.header__actions .c-button-collection__item:not(:last-child){margin-right:0}.header .btn-nav{color:#fff;margin-left:auto}@media (max-width:1199.98px){.header__actions .c-button.btn-outline-white{background:#090604;border-color:#090604;color:#ff882e}.header__actions .c-button.btn-outline-white line,.header__actions .c-button.btn-outline-white path{stroke:#ff882e}}.admin-bar .header{top:32px}@media (max-width:782px){.admin-bar .header{top:46px}}@media (max-width:600px){.admin-bar .header.header--sticky{top:0}}.mobile-nav-visible .header__menu{opacity:1;visibility:visible}.mobile-nav-visible .header[data-hide-on-scroll=true].header--sticky{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.header[data-hide-on-scroll=true].header--sticky{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.header[data-hide-on-scroll=true].header--sticky.header--visible{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.document-has-bar .header[data-hide-on-scroll=true]{-webkit-transform:none;-ms-transform:none;transform:none}.header--sticky .btn-outline-white{background-color:#fff;color:#ff882e}.header--sticky .btn-outline-white svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.header--sticky .btn-outline-white line,.header--sticky .btn-outline-white path{stroke:#ff882e}.header--sticky .btn-outline-white:hover{background-color:#ff882e;border:1px solid #ff882e;color:#000}.header--sticky .btn-outline-white:hover line,.header--sticky .btn-outline-white:hover path{stroke:#000}.c-video{position:relative}.c-video .video__placeholder,.c-video iframe,.c-video video{border-radius:20px;overflow:hidden}.c-video .video__placeholder{height:100%;left:0;position:absolute;top:0;width:100%;background-position:50%;background-repeat:no-repeat;background-size:cover;z-index:15}.c-video .video__placeholder:before{height:100%;left:0;position:absolute;top:0;width:100%;background-color:#000;border-radius:20px;content:"";opacity:.3;pointer-events:none;z-index:16}.c-video .video-external{padding-top:56.338%}.c-video .video-external--wistia{height:0;position:relative}.c-video .video-external--wistia:before{display:none}.c-video .btn-play-text{left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);white-space:nowrap;z-index:18}@media (min-width:992px){.c-video .btn-play-text{padding:0}}@media (min-width:992px){.c-video .btn-play-text.loaded:not(:hover){width:auto}}@media (min-width:992px){.c-video .btn-play-text .btn-play__icon{height:55px;width:55px;-ms-flex-preferred-size:55px;flex-basis:55px}}.c-video.playing .btn-play-text,.c-video.playing .video-external:before,.c-video.playing .video__placeholder{display:none}.c-video--source-youtube{padding-top:56.25%}.c-video--source-youtube .video-external{padding-top:0}.c-video iframe{height:100%;left:0;position:absolute;top:0;width:100%;z-index:13}.nav{padding-left:0;list-style:none;margin-bottom:0}@media (min-width:1200px){.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.nav a{color:inherit;-webkit-transition:color .22s ease;-o-transition:color .22s ease;transition:color .22s ease}.nav a,.nav a:hover{text-decoration:none}.nav ul{padding-left:0;list-style:none;margin-bottom:0}.nav>li>.sub-menu{opacity:0;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,-webkit-transform;transition-property:opacity,visibility,-webkit-transform;-o-transition-property:transform,opacity,visibility;transition-property:transform,opacity,visibility;transition-property:transform,opacity,visibility,-webkit-transform;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;visibility:hidden}@media (min-width:1200px){.nav>li>.sub-menu{background:#ff882e;border-bottom-left-radius:10px;border-bottom-right-radius:10px;-webkit-box-shadow:none;box-shadow:none;-webkit-box-shadow:0 8px 20px 0 rgba(9,6,4,.25);box-shadow:0 8px 20px 0 rgba(9,6,4,.25);color:#090604;left:0;padding:23px 36px 23px 46px;position:absolute;top:calc(100% + 26px);-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);white-space:nowrap}}@media (max-width:1199.98px){.nav>li>.sub-menu{max-height:0;overflow:hidden}}@media (min-width:1200px){.nav>li:hover:before{content:"";height:50px;left:0;position:absolute;right:0;top:100%}.nav>li:hover .sub-menu{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible}}.c-announcement-bar{left:0;max-width:100vw;position:fixed;right:0;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,-webkit-transform;transition-property:opacity,visibility,-webkit-transform;-o-transition-property:opacity,visibility,transform;transition-property:opacity,visibility,transform;transition-property:opacity,visibility,transform,-webkit-transform;z-index:998}.c-announcement-bar[data-scheduler="1"]{display:none}.c-announcement-bar--top{opacity:0;top:0}.c-announcement-bar--bottom{bottom:0}.c-announcement-bar__body{padding:10px 20px;text-align:center}.c-announcement-bar__close{height:14px;width:14px;color:#fff;font-weight:700;margin:0;padding:0;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:575.98px){.c-announcement-bar__close{right:15px}}.c-announcement-bar__close:focus,.c-announcement-bar__close:hover{-webkit-box-shadow:none;box-shadow:none;color:#fff;outline:0}.c-announcement-bar__close--light svg path{fill:#fff}.c-announcement-bar .c-button-collection,.c-announcement-bar .c-text{-webkit-box-flex:0;-ms-flex:0 0;flex:0 0}.c-announcement-bar .c-text{font-size:14px;line-height:1.21429}.c-announcement-bar .c-text a:not(.btn){-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:currentColor;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:700;gap:16px;letter-spacing:-.02em;text-decoration:none}.c-announcement-bar .c-text a:not(.btn):after{background-position:50%;background-repeat:no-repeat;background-size:contain;background-image:url(../images/arrow-white-right.a6832e983a.svg);content:"";display:block;display:none;height:14px;width:10px}.c-announcement-bar .c-button-collection{text-align:center}@media (min-width:768px){.c-announcement-bar .c-button-collection{-ms-flex-preferred-size:20%;flex-basis:20%}}.c-announcement-bar--hidden{opacity:0;visibility:hidden}.c-announcement-bar--disabled{display:none!important}.c-announcement-bar--top.c-announcement-bar--hidden{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.c-announcement-bar--bottom.c-announcement-bar--hidden{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}@media (max-width:1199.98px){.document-has-bar .header:not(.header--sticky) .header__menu{top:calc(var(--header-height, 1px) + var(--announcement-bar-height, 1px))}}.document-has-bar .page__content{margin-top:var(--announcement-bar-height);-webkit-transition:margin-top .22s ease-in-out;-o-transition:.22s margin-top ease-in-out;transition:margin-top .22s ease-in-out}.mrkee{overflow:hidden;width:100%}.mrkee .js-marquee-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-post,.mrkee .js-marquee-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.c-post{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#fff;border-radius:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;overflow:hidden;position:relative}.c-post:hover .c-post__image{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.c-post:hover .c-post__arrow{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.c-post:hover .c-post__arrow line,.c-post:hover .c-post__arrow path{stroke:#ff882e}.c-post__thumb{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-box-shadow .22s ease-in-out;transition:-webkit-box-shadow .22s ease-in-out;-o-transition:box-shadow .22s ease-in-out;transition:box-shadow .22s ease-in-out;transition:box-shadow .22s ease-in-out,-webkit-box-shadow .22s ease-in-out;width:100%}.c-post__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:24px 20px;width:100%}.c-post__link-cover{height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.c-post__image,.c-post__image img{display:block;height:187px;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .22s ease-in-out;transition:-webkit-transform .22s ease-in-out;-o-transition:transform .22s ease-in-out;transition:transform .22s ease-in-out;transition:transform .22s ease-in-out,-webkit-transform .22s ease-in-out;width:100%}@media (min-width:992px){.c-post__image,.c-post__image img{height:198px}}.c-post__title{font-size:1.375rem;font-weight:700;letter-spacing:-.44px;line-height:130%;margin-bottom:40px;text-transform:none}@media (max-width:991.98px){.c-post__title{font-size:1rem;letter-spacing:-.36px;line-height:120%}}.c-post__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:16px;line-height:1.5;margin-bottom:16px}.c-post__meta-author,.c-post__meta-date{display:contents}.c-post__meta-author:not(:only-child):before{content:", ";margin:0 3px 0 1px}.c-post__link{color:#ff882e;margin-top:auto}.c-post__category{display:grid;gap:15px;grid-template-columns:1fr 20px;margin-top:auto}.c-post__category .post-categories{padding-left:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px;gap:10px;letter-spacing:-.28px;line-height:1.28571;margin:0}.c-post__category .post-categories li:not(:last-child){border-right:1px solid rgba(9,6,4,.3);padding-right:10px}.c-post__category .post-categories a{color:rgba(9,6,4,.3);text-decoration:none}.c-post__arrow{display:block;height:1.0625rem;margin:auto 0 0 auto;-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out;width:20px}@media (max-width:991.98px){.c-post__arrow{height:1rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:1rem}}.c-post__arrow line,.c-post__arrow path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}@media (max-width:991.98px){.c-post__arrow line,.c-post__arrow path{stroke:#ff882e}}.c-post--af-external-link .c-post__meta,.swiper-button-lock{display:none}.swiper-button-disabled{opacity:.5}.c-slider-image__media,.c-slider-image__media .c-image,.c-slider-image__media .c-picture{height:100%}.c-slider-image__media .c-picture{display:block}.c-slider-image__media .c-image{border-radius:18px;-o-object-fit:cover;object-fit:cover;width:100%}@media (min-width:992px){.c-slider-image__media .c-image{border-radius:20px}}.c-slider-image__slide{height:auto}.c-slider-image .swiper-pagination-bullet,.c-slider-image__btn,.c-slider-image__paging{display:inline-block;vertical-align:middle}.c-slider-image__paging{margin:0 14px}.c-slider-image__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:44px;min-width:100%;text-align:center}@media (min-width:992px){.c-slider-image__actions{margin-top:80px}}.c-slider-image .swiper-pagination-bullet,.c-slider-image__btn{cursor:pointer}.c-slider-image .swiper-pagination-bullet{height:10px;width:10px;border-radius:100%;background-color:rgba(255,136,46,.5);margin:2.5px}.c-slider-image .swiper-pagination-bullet-active{background-color:#ff882e}.c-testimonial{background-color:#fff;border-radius:20px;-webkit-box-shadow:0 0 28px rgba(0,0,0,.1);box-shadow:0 0 28px rgba(0,0,0,.1);padding:40px 17.5px;position:relative}@media (min-width:992px){.c-testimonial{padding:40px}}.c-testimonial__entry{font-size:1.25rem;letter-spacing:.2px;line-height:150%;margin-bottom:40px}@media (max-width:991.98px){.c-testimonial__entry{font-size:1rem;letter-spacing:.16px;line-height:150%}}@media (min-width:992px){.c-testimonial__entry{margin-bottom:44px}}@media (max-width:991.98px){.c-testimonial__logo{margin-bottom:23px}}.c-testimonial__logo img{height:44px;-o-object-fit:contain;object-fit:contain;width:auto}.c-testimonial__name{font-size:1.375rem;font-weight:700;letter-spacing:-.44px;line-height:130%;margin-bottom:8px}@media (max-width:991.98px){.c-testimonial__name{font-size:1rem;letter-spacing:-.36px;line-height:120%}}.c-testimonial__byline{font-size:1.125rem;letter-spacing:.18px;line-height:150%}@media (max-width:991.98px){.c-testimonial__byline{font-size:.875rem;letter-spacing:.14px;line-height:150%}}.c-testimonial__profile{height:80px;width:80px;border-radius:100%}.c-testimonial__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media (min-width:992px){.c-testimonial__meta{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.c-testimonial__meta--alt .c-testimonial__logo{display:none}.c-cookie-notice{background-color:#fff;border-radius:10px;bottom:80px;-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);opacity:0;padding:40px;position:fixed;right:110px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,-webkit-transform;transition-property:opacity,visibility,-webkit-transform;-o-transition-property:opacity,visibility,transform;transition-property:opacity,visibility,transform;transition-property:opacity,visibility,transform,-webkit-transform;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;visibility:hidden;width:470px;z-index:999}@media (max-width:767.98px){.c-cookie-notice{bottom:29px;left:20px;padding:30px;right:20px;width:auto}}.c-cookie-notice .c-section-header__title{margin-bottom:15px}.c-cookie-notice .c-section-header__title.default{font-size:1.5rem;font-weight:600;letter-spacing:4.8px;line-height:1.20833;text-transform:uppercase}.c-cookie-notice .c-section-header__sub-title{opacity:.6}.c-cookie-notice .c-section-header__sub-title.default{font-size:14px;font-weight:400;line-height:1.71429}.c-cookie-notice__bar{display:grid;gap:50px;grid-template-columns:1fr 144px;margin-top:20px}@media (max-width:767.98px){.c-cookie-notice__bar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;grid-template-columns:1fr 124px;margin-top:15px}}.c-cookie-notice .c-text.default{font-size:12px;line-height:1.5}.c-cookie-notice .c-text a{text-decoration:none}.c-cookie-notice .c-text a:hover{text-decoration:underline}.c-cookie-notice .btn-green{padding-inline:25px}@media (max-width:767.98px){.c-cookie-notice .btn-green{font-size:12px;padding-inline:10px}}.c-cookie-notice .btn-close{position:absolute;right:4px;top:9px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);z-index:8}@media (max-width:767.98px){.c-cookie-notice .btn-close{right:3px;top:6px}}.c-cookie-notice.is-visible{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;visibility:visible}.c-integration-post-item{background:#fff;border-radius:20px;height:100%;padding:30px 20px;position:relative;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:background,opacity,-webkit-box-shadow;transition-property:background,opacity,-webkit-box-shadow;-o-transition-property:background,box-shadow,opacity;transition-property:background,box-shadow,opacity;transition-property:background,box-shadow,opacity,-webkit-box-shadow}@media (min-width:992px){.c-integration-post-item{padding:40px 20px 30px}}.c-integration-post-item__head{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;margin-bottom:12px}.c-integration-post-item__category{color:#090604;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;line-height:1;margin-bottom:24px;opacity:.4}.c-integration-post-item__logo{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;height:50px;padding:0;width:50px}@media (min-width:992px){.c-integration-post-item__logo{padding:0}}.c-integration-post-item__logo picture{border-radius:50%;overflow:hidden}.c-integration-post-item__logo img,.c-integration-post-item__logo picture,.c-integration-post-item__logo source{height:auto;max-height:100%;max-width:100%;width:auto}.c-integration-post-item__title{font-size:1.25rem;font-weight:600;line-height:1.5}.c-integration-post-item__body{-webkit-box-orient:vertical;display:-webkit-box;font-size:.875rem;-webkit-line-clamp:10;line-height:1.42857;overflow:hidden}.c-integration-post-item__link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:8}.c-integration-post-item__foot{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px}.c-integration-post-item__powered{color:#090604;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;line-height:1}.c-integration-post-item__powered span{opacity:.4}.c-integration-post-item__powered svg{margin-left:2px;margin-top:-2px}.c-integration-post-item__arrow{height:1.0625rem;margin-left:auto;-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out;width:20px}@media (max-width:991.98px){.c-integration-post-item__arrow{height:1rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:1rem}}.c-integration-post-item__arrow line,.c-integration-post-item__arrow path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}@media (max-width:991.98px){.c-integration-post-item__arrow line,.c-integration-post-item__arrow path{stroke:#ff882e}}.c-integration-post-item:hover .c-integration-post-item__arrow{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.c-integration-post-item:hover .c-integration-post-item__arrow line,.c-integration-post-item:hover .c-integration-post-item__arrow path{stroke:#ff882e}.c-main-listing{padding-bottom:42px;padding-top:113px}@media (min-width:992px){.c-main-listing{padding-bottom:160px;padding-top:173px}}.c-main-listing__hero,.post-type-archive-news .c-main-listing__hero{margin-bottom:60px}@media (min-width:992px){.post-type-archive-news .c-main-listing__hero{margin-bottom:80px}}.c-list-main__head{margin-bottom:20px;text-align:center}@media (min-width:992px){.c-list-main__head{margin-bottom:36px}}.c-list-grid{display:grid;gap:30px;grid-template-columns:1fr}@media (min-width:768px){.c-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.c-list-grid{gap:40px 30px;grid-template-columns:repeat(3,minmax(0,1fr))}}.paging{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:80px}.paging a{font-size:1.25rem;letter-spacing:.2px;line-height:150%;background-color:rgba(0,0,0,0);display:inline-block;text-decoration:none;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:color,border-color,background;-o-transition-property:color,border-color,background;transition-property:color,border-color,background}@media (max-width:991.98px){.paging a{font-size:1rem;letter-spacing:.16px;line-height:150%}}.paging li a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:rgba(9,6,4,.5);min-width:30px;position:relative}@media (min-width:992px){.paging li a{min-width:40px}}.paging li a:before{background-color:rgba(0,0,0,0);bottom:-10px;content:"";height:2px;left:0;position:absolute;right:0;-webkit-transition:background .22s;-o-transition:.22s background;transition:background .22s}.paging ul{padding-left:0;list-style:none;margin:0 -4px}@media (max-width:575.98px){.paging ul{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.paging li,.paging ul{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.paging .current a,.paging li:hover a{color:#090604}.paging .current a:before,.paging li:hover a:before{background-color:#ff882e}.paging__next,.paging__prev{background-color:rgba(0,0,0,0);color:rgba(9,6,4,.5);padding:0 20px}@media (max-width:575.98px){.paging__next,.paging__prev{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.paging__next:hover,.paging__prev:hover{color:#090604}.paging-label{padding-right:10px}.c-filters{position:relative;z-index:88}.c-filters a{background-color:rgba(9,6,4,.1);border-radius:10px;color:#161616;display:block;font-size:14px;font-weight:600;line-height:1;padding:10px 16px;text-decoration:none;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:border-color,color,background-color;-o-transition-property:border-color,color,background-color;transition-property:border-color,color,background-color}@media (max-width:991.98px){.c-filters a{border-width:0;color:#161616;font-size:14px;font-weight:400;letter-spacing:-.015em;line-height:1.71429;opacity:.75;padding:0}}.c-filters a.active{background-color:#ff882e}@media (max-width:991.98px){.c-filters a:not(:last-child){margin-bottom:20px}}@media (min-width:992px){.c-filters a:hover{background-color:#ff882e;border-color:#ff882e;color:#090604}}.c-filters__categories{position:relative}@media (min-width:992px){.c-filters__categories-dd{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}}@media (max-width:991.98px){.c-filters__categories-dd{background-color:#fff;border:1px solid #ff882e;border-radius:5px;display:none;margin-top:10px;padding:16px 30px;top:100%}}.c-filters__categories-label{background-position:right 13px center;background-repeat:no-repeat;background-size:13px auto;background-color:#ff882e;background-image:url(../images/filter-categories-mobile-arrow.4a2cff5088.svg);border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;line-height:1.625;padding:9.5px 40px 9.5px 16px}@media (min-width:992px){.c-filters__categories-label{display:none}}.c-filters .btn__arrow{display:none}.c-article-primary{background-color:#f3f3f3;padding-top:138px}@media (min-width:992px){.c-article-primary{padding-top:206px}}.c-article-primary__container{padding-bottom:80px;position:relative}.c-article-primary__container:before{background:rgba(9,6,4,.15);bottom:0;content:"";display:block;height:1px;left:0;margin-inline:auto;position:absolute;right:0;width:calc(100% - var(--bs-gutter-x, .9375rem))}.c-article-primary .container .container{padding-inline:0}.c-article-primary .post-categories{padding-left:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-bottom:40px}.c-article-primary .post-categories a{background-color:rgba(0,0,0,0);border:1px solid #090604;border-radius:10px;color:#090604;display:inline-block;font-family:Manrope,sans-serif;font-size:14px;font-weight:600;line-height:1;padding:10px 16px;text-decoration:none}@media (min-width:992px){.c-article-primary__body,.c-article-primary__head{margin-inline:auto;max-width:780px}}.c-article-primary__head{margin-bottom:40px}.c-article-primary__body{position:relative}.c-article-primary__btn{text-align:center}@media (min-width:992px){.c-article-primary__btn{margin-top:40px}}.c-article-primary__title{font-size:2.5rem;font-weight:600;letter-spacing:-1.2px;line-height:1.3;margin-bottom:10px}@media (max-width:991.98px){.c-article-primary__title{font-size:1.5rem;letter-spacing:-.72px;line-height:1.29167}}@media (min-width:992px){.c-article-primary__title{margin-bottom:28px}}.c-article-primary__thumbnail,.c-article-primary__thumbnail img,.c-article-primary__thumbnail picture{width:100%}.c-article-primary__thumbnail{border-radius:10px;margin-bottom:40px;overflow:hidden}.c-article-primary .c-post__meta{font-size:1.375rem;font-weight:700;letter-spacing:-.44px;line-height:130%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:Manrope,sans-serif}@media (max-width:991.98px){.c-article-primary .c-post__meta{font-size:1rem;letter-spacing:-.36px;line-height:120%}}.c-article-primary .c-post__meta-author:before{display:none}@media (max-width:991.98px){.c-article-primary__share{display:none}}@media (min-width:992px){.c-article-primary__share{bottom:0;left:100%;margin-left:30px;position:absolute;top:0}}@media (min-width:1200px){.c-article-primary__share{margin-left:100px}}.c-article-primary__share .c-share{left:0;position:-webkit-sticky;position:sticky;top:calc(var(--header-height, 90px) + 40px)}.c-article-primary__entry{font-size:1.125rem;letter-spacing:.18px;line-height:150%}@media (max-width:991.98px){.c-article-primary__entry{font-size:.875rem;letter-spacing:.14px;line-height:150%}}.c-article-primary__entry>p{margin-block:24px}.c-article-primary__entry :where(a:not(.btn)){color:#497cff}.c-article-primary__entry :where(a:not(.btn)):hover{text-decoration:none}.c-article-primary__entry :where(iframe){max-width:100%}.c-article-primary__entry :where(.wp-block-image,.wp-block-table,.c-block),.c-article-primary__entry>ol,.c-article-primary__entry>ul{margin-block:40px}.c-article-primary__entry>ul :where(li:not(:last-child)){margin-bottom:10px}.c-article-primary__entry>ol,.c-article-primary__entry>ol ol{counter-reset:item}.c-article-primary__entry>ol{margin-bottom:0}.c-article-primary__entry>ol,.c-article-primary__entry>ol ol,.c-article-primary__entry>ol ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;list-style:none}.c-article-primary__entry>ol ol,.c-article-primary__entry>ol ul{padding-left:0;margin-top:10px}@media (min-width:992px){.c-article-primary__entry>ol ol,.c-article-primary__entry>ol ul{margin-top:21px;padding-left:21px}}@media (min-width:992px){.c-article-primary__entry>ol ol li,.c-article-primary__entry>ol ul li{padding-left:40px}}.c-article-primary__entry>ol li{counter-increment:item;padding-left:0;position:relative}.c-article-primary__entry>ol li:before{content:counters(item,".") ".";display:inline-block;font-weight:500;left:-23px;position:absolute;top:0}.c-article-primary__entry>h2,.c-article-primary__entry>h3,.c-article-primary__entry>h4,.c-article-primary__entry>h5,.c-article-primary__entry>h6{margin-bottom:10px}@media (min-width:992px){.c-article-primary__entry>h2,.c-article-primary__entry>h3,.c-article-primary__entry>h4,.c-article-primary__entry>h5,.c-article-primary__entry>h6{margin-bottom:24px}}.c-article-primary__entry>h2:not(:first-child),.c-article-primary__entry>h3:not(:first-child),.c-article-primary__entry>h4:not(:first-child),.c-article-primary__entry>h5:not(:first-child),.c-article-primary__entry>h6:not(:first-child){margin-top:40px}.c-article-primary__entry>h2{font-size:1.375rem;font-weight:700;letter-spacing:-.72px;line-height:1.8125rem}@media (min-width:992px){.c-article-primary__entry>h2{font-size:2rem;letter-spacing:-1.2px;line-height:2.75rem}}.c-article-primary__entry table{width:100%!important}@media (max-width:767.98px){.c-article-primary__entry table{min-width:500px}}.c-article-primary__entry table thead{border-bottom:1px solid}.c-article-primary__entry table th{padding:15px 10px;word-break:keep-all}.c-article-primary__entry table td{max-width:300px;min-width:100px;padding:15px 10px;word-break:break-all}.c-article-primary__entry :last-child{margin-bottom:0}.c-article-primary--news .c-article-primary__body{padding-bottom:60px}@media (min-width:992px){.c-article-primary--news .c-article-primary__body{padding-bottom:120px}}.c-price-plan-select{background-color:#ece9ff;border-radius:50px;color:#7b61ff;font-size:12px;font-weight:400;line-height:14px;margin-left:auto;padding:8px 12px}.c-price-plan-select__dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:1em;color:#fff;margin-left:5px;padding-right:24px;position:relative;width:90px}.c-price-plan-select__dropdown:hover{cursor:pointer}.c-price-plan-select__dropdown .c-price-plan-select__current{text-align:center;text-transform:capitalize}.c-price-plan-select__dropdown .c-price-plan-select__options{background-color:#fffefd;border-radius:8px;-webkit-box-shadow:0 2px 24px rgba(0,0,0,.15);box-shadow:0 2px 24px rgba(0,0,0,.15);display:none;left:0;padding:8px;position:absolute;top:125%;width:100%}.c-price-plan-select__dropdown.expanded .c-price-plan-select__options{display:block}.c-price-plan-select__dropdown .c-price-plan-select__option{border-radius:8px;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:18px;padding:6px 12px}.c-price-plan-select__dropdown .c-price-plan-select__option:first-child{margin-bottom:5px}.c-price-plan-select__dropdown .c-price-plan-select__option:active,.c-price-plan-select__dropdown .c-price-plan-select__option:hover{background-color:#f1f2f6}body #CybotCookiebotDialog{-webkit-box-shadow:0 30px 70px rgba(0,0,0,.3);box-shadow:0 30px 70px rgba(0,0,0,.3);font-family:Libre Franklin,sans-serif;height:auto;max-height:70vh;max-width:100vw;min-width:100vw;padding:24px;top:100%;-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);width:100vw}@media (max-width:991.98px){body #CybotCookiebotDialog{padding:40px 20px 31px!important}}@media (max-width:991.98px){body #CybotCookiebotDialog #CybotCookiebotDialogPoweredByText{display:none}}body #CybotCookiebotDialog #CybotCookiebotDialogBodyContent{letter-spacing:0}@media (max-width:991.98px){body #CybotCookiebotDialog #CybotCookiebotDialogBodyContent,body #CybotCookiebotDialog #CybotCookiebotDialogFooter{padding:0}}body #CybotCookiebotDialog h2{font-size:1.5rem;font-weight:600;letter-spacing:4.8px;line-height:1.20833;text-transform:uppercase;letter-spacing:0;margin-bottom:3px}@media (max-width:991.98px){body #CybotCookiebotDialog h2{font-size:1rem;letter-spacing:3.2px;line-height:1.1875}}@media (max-width:991.98px){body #CybotCookiebotDialog .CybotCookiebotScrollContainer{border-bottom:0;min-height:0;padding:0}}body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider,body #CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider{background-color:#ff882e}body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink{border:0;color:#ff882e;padding:0;text-decoration:none}@media (max-width:991.98px){body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter svg,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton svg,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}@media (max-width:991.98px){body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter svg line,body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter svg path,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton svg line,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton svg path,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink svg line,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink svg path{stroke:#090604}}body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter:hover,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink:hover{color:#090604}body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter:hover svg,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover svg,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter:hover svg line,body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter:hover svg path,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover svg line,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover svg path,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink:hover svg line,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink:hover svg path{stroke:#090604}body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter:after,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerButton:after,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink:after{display:none}body #CybotCookiebotDialog.CybotEdge{border-radius:0;padding-bottom:53px;padding-top:34px}@media (min-width:1200px){body #CybotCookiebotDialog.CybotEdge:not([lang=ta]):not([lang=bg]):not([lang=is]):not([lang=el]) #CybotCookiebotDialogTabContent{margin-left:0}}body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media (min-width:1200px){body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper{width:100%;padding-right:var(--bs-gutter-x,.9375rem);padding-left:var(--bs-gutter-x,.9375rem);margin-right:auto;margin-left:auto;position:static}}@media (min-width:1200px) and (min-width:576px){body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper{max-width:540px}}@media (min-width:1200px) and (min-width:768px){body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper{max-width:720px}}@media (min-width:1200px) and (min-width:992px){body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper{max-width:960px}}@media (min-width:1200px) and (min-width:1200px){body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper{max-width:1260px}}@media (min-width:1200px){body #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyBottomWrapper{margin-top:1px}}@media (min-width:1200px){body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent{margin-left:0}}@media (min-width:1200px){body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails{height:auto}}@media (max-width:991.98px){body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:40px;margin-top:10px}}body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a{color:#ff882e;font-size:.875rem;font-weight:500;line-height:1.71429;text-decoration:underline}body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after{display:none}@media (min-width:1200px){body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader{bottom:20px;position:absolute;right:16px}}@media (max-width:991.98px){body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader{display:none}}body #CybotCookiebotDialog.CybotEdge .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton,body #CybotCookiebotDialog.CybotEdge .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab,body #CybotCookiebotDialog.CybotEdge .CookieCard .CybotCookiebotDialogDetailBulkConsentCount{font-weight:500}@media (min-width:1280px){body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type){margin-bottom:10px}}@media (min-width:1280px){body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{width:215px}}body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink{margin-top:20px}body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-width:1px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Manrope,sans-serif;font-weight:700;gap:12px;letter-spacing:1.6px;line-height:1;text-transform:uppercase;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,background,border,color;-o-transition-property:opacity,visibility,background,border,color;transition-property:opacity,visibility,background,border,color;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;border-radius:5px;font-size:.875rem;font-weight:500;letter-spacing:-.02em;line-height:1.21429;padding:9px 24px;color:#090604;border-color:#000;color:#000;font-size:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:992px){body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{font-size:1.125rem;letter-spacing:1.8px}}body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline:focus,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:focus{-webkit-box-shadow:none;box-shadow:none}body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline svg,body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline svg line,body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline svg path,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection svg,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection svg line,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline:hover,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover{color:rgba(9,6,4,.5)}body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-color:rgba(0,0,0,0);border-width:1px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;gap:12px;letter-spacing:1.6px;line-height:1;text-transform:uppercase;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,background,border,color;-o-transition-property:opacity,visibility,background,border,color;transition-property:opacity,visibility,background,border,color;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:992px){body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{font-size:1.125rem;letter-spacing:1.8px}}body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept:focus,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:focus{-webkit-box-shadow:none;box-shadow:none}body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept svg,body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept svg line,body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept svg path,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll svg,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll svg line,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept,body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{border-radius:100px;font-size:.875rem;font-weight:500;padding:9px 25px}body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentTextAbout a,body #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink{color:#ff882e;font-weight:400}body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept{background-color:#ff882e;border-color:#ff882e}body #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline{border-color:#090604}body #CybotCookiebotDialogBodyContentText,body #CybotCookiebotDialogDetailBodyContentTextOverview{font-size:.875rem;line-height:1.71429}body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{border-bottom-color:#ff882e!important;color:#ff882e}body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover{color:#ff882e}body #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo,body a#CybotCookiebotDialogPoweredbyCybot,body div#CybotCookiebotDialogPoweredByText{display:none}.c-padding--bottom-none{padding-bottom:0!important}.c-padding--bottom-extra-small{padding-bottom:1.063rem!important}.c-padding--bottom-small{padding-bottom:2rem!important}.c-padding--bottom-medium{padding-bottom:4rem!important}.c-padding--bottom-large{padding-bottom:6rem!important}.c-padding--bottom-extra-large{padding-bottom:8rem!important}.c-padding--bottom-double-extra-large{padding-bottom:12rem!important}.c-padding--top-none{padding-top:0!important}.c-padding--top-extra-small{padding-top:1.063rem!important}.c-padding--top-small{padding-top:2rem!important}.c-padding--top-medium{padding-top:4rem!important}.c-padding--top-large{padding-top:6rem!important}.c-padding--top-extra-large{padding-top:8rem!important}.c-padding--top-double-extra-large{padding-top:12rem!important}.c-padding--left-none{padding-left:0!important}.c-padding--left-extra-small{padding-left:1.063rem!important}.c-padding--left-small{padding-left:2rem!important}.c-padding--left-medium{padding-left:4rem!important}.c-padding--left-large{padding-left:6rem!important}.c-padding--left-extra-large{padding-left:8rem!important}.c-padding--left-double-extra-large{padding-left:12rem!important}.c-padding--right-none{padding-right:0!important}.c-padding--right-extra-small{padding-right:1.063rem!important}.c-padding--right-small{padding-right:2rem!important}.c-padding--right-medium{padding-right:4rem!important}.c-padding--right-large{padding-right:6rem!important}.c-padding--right-extra-large{padding-right:8rem!important}.c-padding--right-double-extra-large{padding-right:12rem!important}@media (max-width:575.98px){.c-paddingm--bottom-none{padding-bottom:0!important}}@media (max-width:575.98px){.c-paddingm--bottom-extra-small{padding-bottom:1.063rem!important}}@media (max-width:575.98px){.c-paddingm--bottom-small{padding-bottom:2rem!important}}@media (max-width:575.98px){.c-paddingm--bottom-medium{padding-bottom:4rem!important}}@media (max-width:575.98px){.c-paddingm--bottom-large{padding-bottom:6rem!important}}@media (max-width:575.98px){.c-paddingm--bottom-extra-large{padding-bottom:8rem!important}}@media (max-width:575.98px){.c-paddingm--bottom-double-extra-large{padding-bottom:12rem!important}}@media (max-width:575.98px){.c-paddingm--top-none{padding-top:0!important}}@media (max-width:575.98px){.c-paddingm--top-extra-small{padding-top:1.063rem!important}}@media (max-width:575.98px){.c-paddingm--top-small{padding-top:2rem!important}}@media (max-width:575.98px){.c-paddingm--top-medium{padding-top:4rem!important}}@media (max-width:575.98px){.c-paddingm--top-large{padding-top:6rem!important}}@media (max-width:575.98px){.c-paddingm--top-extra-large{padding-top:8rem!important}}@media (max-width:575.98px){.c-paddingm--top-double-extra-large{padding-top:12rem!important}}@media (max-width:575.98px){.c-paddingm--left-none{padding-left:0!important}}@media (max-width:575.98px){.c-paddingm--left-extra-small{padding-left:1.063rem!important}}@media (max-width:575.98px){.c-paddingm--left-small{padding-left:2rem!important}}@media (max-width:575.98px){.c-paddingm--left-medium{padding-left:4rem!important}}@media (max-width:575.98px){.c-paddingm--left-large{padding-left:6rem!important}}@media (max-width:575.98px){.c-paddingm--left-extra-large{padding-left:8rem!important}}@media (max-width:575.98px){.c-paddingm--left-double-extra-large{padding-left:12rem!important}}@media (max-width:575.98px){.c-paddingm--right-none{padding-right:0!important}}@media (max-width:575.98px){.c-paddingm--right-extra-small{padding-right:1.063rem!important}}@media (max-width:575.98px){.c-paddingm--right-small{padding-right:2rem!important}}@media (max-width:575.98px){.c-paddingm--right-medium{padding-right:4rem!important}}@media (max-width:575.98px){.c-paddingm--right-large{padding-right:6rem!important}}@media (max-width:575.98px){.c-paddingm--right-extra-large{padding-right:8rem!important}}@media (max-width:575.98px){.c-paddingm--right-double-extra-large{padding-right:12rem!important}}.js-marquee{display:-webkit-box;display:-ms-flexbox;display:flex}.js-marquee .mrkee__item:not(:last-child){margin-right:var(--items-gap)}.c-media__caption{font-size:.875rem;line-height:1.71429;margin-top:15px;text-align:center}.c-countdown-timer{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-countdown-timer__title{font-size:16px;font-weight:600}.c-countdown-timer .counter{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:15px;position:relative}.c-countdown-timer .counter,.c-countdown-timer .counter p{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-countdown-timer .counter p{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;font-weight:400;line-height:13.67px}.c-countdown-timer .counter span{background:#ff882e;border-radius:3.219px;color:#161616;display:block;font-size:32.19px;font-weight:700;line-height:46%;padding:10px 10px 14px;position:relative}.c-tab-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-bottom:60px;padding:0}@media (max-width:991.98px){.c-tab-links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.c-tab-links__item{border:2px solid #090604;border-radius:10px;height:44px;line-height:unset;list-style-type:none;padding:0}.c-tab-links__item,.c-tab-links__item a{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}.c-tab-links__item a{color:#090604;display:table;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;letter-spacing:.1em;line-height:40px;padding:0 14px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;z-index:3}.c-tab-links__item.is-active,.c-tab-links__item:hover{background-color:#ff882e;border-color:#ff882e}.b-background-wrap{overflow:hidden;position:relative}.b-background-wrap .c-background{z-index:0}.b-book-a-demo{padding-block:93px 40px}@media (min-width:768px){.b-book-a-demo{padding-block:161px 89px}}.b-book-a-demo__header{margin-bottom:40px;text-align:center}@media (min-width:768px){.b-book-a-demo__header{text-align:left}}.b-book-a-demo__header .c-section-header__title{margin-bottom:10px}.b-book-a-demo__header .c-section-header__sub-title.default{font-size:1.125rem;letter-spacing:.18px;line-height:150%}@media (max-width:991.98px){.b-book-a-demo__header .c-section-header__sub-title.default{font-size:.875rem;letter-spacing:.14px;line-height:150%}}.b-book-a-demo__header :last-child{margin-bottom:0}@media (max-width:767.98px){.b-book-a-demo__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px 0}}@media (max-width:991.98px){.b-book-a-demo__col-media.hide-mobile{display:none}}.b-hero{--pb-y:73px;padding-block:var(--pb-y) 0;text-align:center}@media (min-width:992px){.b-hero{padding-block:117px 0;text-align:left}}.b-hero__cols{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:992px){.b-hero__cols{display:grid;gap:50px;grid-template-columns:repeat(2,minmax(100px,1fr))}}@media (min-width:1200px){.b-hero__cols{gap:89px;grid-template-columns:500px 1fr}}@media (min-width:992px){.b-hero__col-entry{padding-block:43px 73px}}@media (min-width:1200px){.b-hero__col-entry{padding-block:106px 137px}}.b-hero__col-entry .c-section-header{margin-bottom:15px}@media (min-width:992px){.b-hero__col-entry .c-section-header{margin-bottom:21px}}.b-hero__col-entry .c-button-collection{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-top:30px}.b-hero__col-entry .c-button-collection li:not(:last-child){margin-right:0}@media (max-width:991.98px){.b-hero__col-entry .c-button-collection__item{display:block}}@media (max-width:991.98px){.b-hero__col-entry .c-button-collection .c-button{width:100%}}.b-hero__col-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:0;text-align:center}@media (max-width:991.98px){.b-hero__col-media{margin-inline:auto;margin-top:30px;max-width:290px}}.b-hero__col-media .c-video-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:992px){.b-hero__col-media .c-image,.b-hero__col-media .c-picture{width:100%}}.b-hero__text-main{font-size:1.25rem;letter-spacing:.2px;line-height:150%}@media (max-width:991.98px){.b-hero__text-main{font-size:1rem;letter-spacing:.16px;line-height:150%}}.b-hero__text-notice{margin-top:15px}@media (max-width:991.98px){.b-hero__text-notice{text-align:center}}@media (min-width:992px){.b-hero__text-notice{font-size:14px;line-height:1.625}}.b-hero__header-icon{margin-bottom:5px;margin-left:-10px}@media (max-width:991.98px){.b-hero__header-icon--hide-on-mobile{display:none}}.b-hero .c-button-collection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:991.98px){.b-hero .c-button-collection{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.b-hero-style-home{overflow:hidden;padding-bottom:0;text-align:left}@media (min-width:1200px){.b-hero-style-home .c-background__image--desktop{left:50%;min-width:2560px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media (min-width:992px){.b-hero-style-home{padding-top:73px}}@media (min-width:1200px){.b-hero-style-home{padding-top:139px}}.b-hero-style-home .b-hero__cols{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (min-width:992px){.b-hero-style-home .b-hero__col-entry{padding-block:30px}}.b-hero-style-home .b-hero__col-media{margin-bottom:0}@media (max-width:991.98px){.b-hero-style-home .b-hero__col-media{margin-bottom:-10px;margin-top:22px;width:436px}}@media (max-width:575.98px){.b-hero-style-home .b-hero__col-media{width:406px}}@media (min-width:768px) and (max-width:991.98px){.b-hero-style-home .b-hero__col-media{margin-inline:auto}}@media (min-width:992px) and (max-width:1199.98px){.b-hero-style-home .b-hero__col-media{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-item-align:end;align-self:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:-10px;margin-right:-50px}}@media (min-width:1200px){.b-hero-style-home .b-hero__col-media{margin-bottom:-10px;position:relative}}.b-hero-style-home .b-hero__text-notice{text-align:left}.b-hero-style-home .c-button-collection{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:767.98px){.b-hero-style-home .c-button-collection{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.b-hero-style-home .c-button-collection li:not(:last-child){margin-right:0}.b-hero-style-media-with-modal .b-hero__col-media{position:relative}@media (max-width:991.98px){.b-hero-style-media-with-modal .b-hero__col-media .c-image,.b-hero-style-media-with-modal .b-hero__col-media .c-picture{width:100%}}.b-hero-style-media-with-modal .b-hero__col-media .c-button-collection{position:absolute}@media (max-width:991.98px){.b-hero-style-media-with-modal .b-hero__col-media .c-button-collection{bottom:141px;right:75px}}@media (min-width:992px){.b-hero-style-media-with-modal .b-hero__col-media .c-button-collection{bottom:114px;right:0}}.b-hero-style-centered{text-align:center}@media (min-width:1200px){.b-hero-style-centered{padding-bottom:122px;padding-top:186px}}.b-hero-style-centered .b-hero__cols{margin-inline:auto;max-width:770px;display:block}.b-hero-style-centered .b-hero__col-entry{padding-block:0}.b-hero-style-centered .c-button-collection{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b-hero-style-align-media-to-the-center{padding-block:80px}@media (min-width:992px){.b-hero-style-align-media-to-the-center{padding-block:195px 160px}}@media (min-width:992px){.b-hero-style-align-media-to-the-center .b-hero__cols{gap:30px}}@media (min-width:1200px){.b-hero-style-align-media-to-the-center .b-hero__cols{grid-template-columns:480px 1fr}}.b-hero-style-align-media-to-the-center .b-hero__col-entry{padding-block:0}.b-hero-style-align-media-to-the-center .b-hero__col-media{border-radius:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}@media (max-width:767.98px){.b-hero-style-bg-overlay{padding-bottom:89px}}.b-hero-style-bg-overlay .c-background__color{pointer-events:none;z-index:1}.b-hero-style-bg-overlay .c-background__color:before{background:url(../images/bg-overlay.964671938c.png) no-repeat 50%/cover;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@media (max-width:767.98px){.b-hero-style-bg-overlay .c-background__color:before{background:url(../images/bg-overlay-mob.f300b99f6b.png) no-repeat 50%/cover}}.b-hero-style-bg-overlay .c-background__content{position:relative;z-index:1}.b-cta-style-changing-background .container{text-align:center}.b-cta-style-changing-background .c-cta__body{padding-bottom:10.5rem;padding-top:10rem}@media (max-width:767.98px){.b-cta-style-changing-background .c-cta__body{padding:4.9rem 1rem 5rem}}.b-cta-style-changing-background .c-section-header{margin-left:auto;margin-right:auto;max-width:670px}@media (max-width:767.98px){.b-cta-style-changing-background .c-section-header .c-title{margin-bottom:1.6rem}}.b-cta-style-changing-background .c-text{margin-left:auto;margin-right:auto;max-width:700px}.b-cta-style-changing-background .c-button-collection__item .c-link:hover{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;gap:12px;letter-spacing:1.6px;line-height:1;text-transform:uppercase;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,background,border,color;-o-transition-property:opacity,visibility,background,border,color;transition-property:opacity,visibility,background,border,color;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;background-color:rgba(0,0,0,0);border-radius:10px;padding:14px 32px;border:2px solid #ff882e;color:#ff882e}@media (min-width:992px){.b-cta-style-changing-background .c-button-collection__item .c-link:hover{font-size:1.125rem;letter-spacing:1.8px}}.b-cta-style-changing-background .c-button-collection__item .c-link:hover:focus{-webkit-box-shadow:none;box-shadow:none}.b-cta-style-changing-background .c-button-collection__item .c-link:hover svg,.b-cta-style-changing-background .c-button-collection__item .c-link:hover svg line,.b-cta-style-changing-background .c-button-collection__item .c-link:hover svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}@media (min-width:992px){.b-cta-style-changing-background .c-button-collection__item .c-link:hover{padding:24px 32px}}@media (max-width:991.98px){.b-cta-style-changing-background .c-button-collection__item .c-link:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.b-cta-style-changing-background .c-button-collection__item .c-link:hover:hover{background-color:#ff882e;color:#090604}.b-cta-style-changing-background .c-button-collection__item .c-link:hover:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.b-cta-style-changing-background .c-button-collection__item .c-link:hover:hover svg line,.b-cta-style-changing-background .c-button-collection__item .c-link:hover:hover svg path{stroke:#090604}.b-cta-style-changing-background.cta-background-change .c-background__image--desktop{background-image:url(../images/bg-dots-dark.0f7b11286f.svg)!important}.b-cta-style-changing-background.cta-background-change .c-background__image--mobile{background-image:url(../images/bg-dots-dark-mobile.83842c3dee.svg)!important}.b-cta-style-changing-background.cta-background-change .c-text,.b-cta-style-changing-background.cta-background-change .c-title{color:#fff}.b-cta-style-centered .container{text-align:center}.b-cta-style-centered .c-cta__body{padding:5rem 0}@media (min-width:768px){.b-cta-style-centered .c-cta__body{padding:10rem 0}}.b-form-and-content{padding-bottom:42px;padding-top:93px}@media (min-width:768px){.b-form-and-content{padding-bottom:89px;padding-top:144px}}.b-form-and-content__body{display:grid;grid-template-columns:1fr}@media (min-width:992px){.b-form-and-content__body{gap:50px;grid-template-columns:1.8fr 1fr}}@media (min-width:1200px){.b-form-and-content__body{gap:100px;grid-template-columns:670px 1fr}}.b-form-and-content__entry{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:16px;gap:20px;line-height:1.625}@media (max-width:991.98px){.b-form-and-content__entry{margin-bottom:40px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;text-align:center}}@media (min-width:992px){.b-form-and-content__entry{font-size:20px;gap:60px;line-height:1.5}}.b-form-and-content__entry a:not(.btn){font-weight:600}@media (min-width:992px){.b-form-and-content__entry a:not(.btn){display:inline-block;margin-top:10px}}.b-form-and-content__entry p:not(:last-of-type),.b-form-and-content__entry ul:not(:last-of-type){margin-bottom:30px}@media (min-width:992px){.b-form-and-content__entry p:not(:last-of-type),.b-form-and-content__entry ul:not(:last-of-type){margin-bottom:60px}}.b-form-and-content__entry .c-section-header__sub-title{padding:15px 0 0}@media (min-width:992px){.b-form-and-content__entry .c-section-header__sub-title{padding:21px 0 0}}@media (min-width:1200px){.b-form-and-content-layout-form-right .b-form-and-content__body{grid-template-columns:1fr 690px}}.b-form-and-content-layout-form-right .c-embed,.b-form-and-content-layout-form-right .c-form{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.b-picture a{display:inline-block}.b-pricing-block{background-color:#f3f3f3;color:#161616;margin-bottom:0;padding-block:30px 80px}@media (min-width:1200px){.b-pricing-block{padding-bottom:160px}}@media (max-width:767.98px){.b-pricing-block{margin-bottom:0}}@media (min-width:1200px){.b-pricing-block .swiper{overflow:initial}}.b-pricing-block .h2,.b-pricing-block .h3,.b-pricing-block h2,.b-pricing-block h3{margin:0}@media (min-width:1441px){.b-pricing-block .container{max-width:1410px}}@media (min-width:1630px){.b-pricing-block .container{max-width:1600px}}@media (max-width:1440px){.b-pricing-block .container{max-width:100%}}@media (max-width:1199px){.b-pricing-block .container--plans{max-width:100%;padding-left:0;padding-right:0}.b-pricing-block .container .container-override{padding-left:var(--bs-gutter-x,.9375rem);padding-right:var(--bs-gutter-x,.9375rem)}}.b-pricing-block__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:60px;margin-left:auto;margin-right:auto;row-gap:20px}@media (max-width:991.98px){.b-pricing-block__head{margin-bottom:0}}@media (max-width:991.98px){.b-pricing-block__head .btn-outline-dark-medium{border:2px solid #090604;font-size:14px;padding-inline:32px}.b-pricing-block__head .btn-outline-dark-medium svg{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.b-pricing-block__head .btn-outline-dark-medium svg line,.b-pricing-block__head .btn-outline-dark-medium svg path{stroke:#090604}.b-pricing-block__head .btn-outline-dark-medium:hover svg line,.b-pricing-block__head .btn-outline-dark-medium:hover svg path{stroke:#ff882e}}@media (max-width:991.98px){.b-pricing-block__head .c-button-collection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.b-pricing-block__cta{-ms-flex-item-align:start;align-self:flex-start}.b-pricing-block__cta-wrap{margin-top:60px;text-align:center;width:100%}.b-pricing-block__cta.arrow-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.b-pricing-block__title{font-size:3.75rem;font-weight:600;letter-spacing:-1.8px;line-height:1.2;-ms-flex-item-align:center;align-self:center;margin-bottom:20px;max-width:865px;text-align:center}@media (max-width:991.98px){.b-pricing-block__title{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}.b-pricing-block__title a{color:inherit;position:relative;text-decoration:none;white-space:nowrap}.b-pricing-block__title a:after{background-image:url(../images/underline.7e9ff6fc8a.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:7px;left:0;position:absolute;top:85%;width:100%;z-index:-1}.b-pricing-block__title span{position:relative;white-space:nowrap}.b-pricing-block__title span:after{background-image:url(../images/underline.7e9ff6fc8a.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:7px;left:0;position:absolute;top:85%;width:100%;z-index:-1}.b-pricing-block__subtitle{font-size:20px;font-weight:500;line-height:16px;text-align:center}@media (max-width:767.98px){.b-pricing-block__subtitle{font-size:20px;line-height:22px}}.b-pricing-block__toggle{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:991.98px){.b-pricing-block__toggle{margin-bottom:37px}}.b-pricing-block__toggle--wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;position:relative}@media (max-width:991.98px){.b-pricing-block__toggle--wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}}.b-pricing-block__toggle--discount{font-size:1.375rem;font-weight:700;letter-spacing:-.44px;line-height:130%;-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}@media (max-width:991.98px){.b-pricing-block__toggle--discount{font-size:1rem;letter-spacing:-.36px;line-height:120%;font-size:18px}}.b-pricing-block__toggle--discount--disabled{opacity:0;visibility:hidden}.b-pricing-block__toggle--item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#161616;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:50%;-ms-flex:50%;flex:50%;font-family:Manrope,sans-serif;font-size:16px;font-weight:700;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;letter-spacing:1.6px;line-height:30px;text-transform:uppercase;z-index:1}.b-pricing-block__toggle--active-monthly .b-pricing-block__toggle--item-monthly,.b-pricing-block__toggle--item-annually{color:#fff}.b-pricing-block__toggle--active-monthly .b-pricing-block__toggle--item-annually,.b-pricing-block__toggle--item-monthly{color:#161616}.b-pricing-block__toggle--button{border:2px solid #090604;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;position:relative;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;width:312px}.b-pricing-block__toggle--button:hover{cursor:pointer}.b-pricing-block__toggle--button--circle{background-color:#090604;border-radius:10px;height:40px;position:absolute;right:3px;top:3px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;width:146px;z-index:0}.b-pricing-block__toggle--active-monthly .b-pricing-block__toggle--button--circle{left:3px}.b-pricing-block__paging{display:-webkit-box;display:-ms-flexbox;display:flex;gap:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:42px}@media (max-width:575.98px){.b-pricing-block__paging{margin-top:44px}}.b-pricing-block__paging .swiper-pagination-bullet{background-color:rgba(255,136,46,.5);border-radius:50%;display:inline-block;height:15px;width:15px}.b-pricing-block__paging .swiper-pagination-bullet-active{background-color:#ff882e}.b-pricing-block__paging:empty{display:none}.b-pricing-block__subtext{color:#63c;font-size:12px;font-weight:500;line-height:26px;text-align:center}.b-pricing-block__plans{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:1199.98px){.b-pricing-block__plans{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.b-pricing-block__plans--active-monthly .b-pricing-block__plan--content-year{border:0;height:0;overflow:hidden;visibility:hidden}.b-pricing-block__plans--active-monthly .b-pricing-block__plan--content-month{display:block}@media (max-width:1199.98px){.b-pricing-block__slider{padding:0 75px 0 20px}}@media (max-width:575.98px){.b-pricing-block__slider{padding:0 0 0 20px}}.b-pricing-block__plan{height:auto;margin-right:20px}@media (min-width:1200px){.b-pricing-block__plan{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:210px}}.b-pricing-block__plan:last-child{margin-right:0}.b-pricing-block__plan--last-child .b-pricing-block__plan--content{background-color:#ff882e;color:#090604}.b-pricing-block__plan--last-child .b-pricing-block__plan--price{font-size:44px}@media (max-width:1629px){.b-pricing-block__plan--last-child .b-pricing-block__plan--price{font-size:36px}}@media (max-width:1399.98px){.b-pricing-block__plan--last-child .b-pricing-block__plan--price{font-size:30px}}.b-pricing-block__plan--last-child .b-pricing-block__plan--price,.b-pricing-block__plan--last-child .b-pricing-block__plan--price-length{color:#090604}.b-pricing-block__plan--content-month{display:none}.b-pricing-block__plan--content-year,.b-pricing-block__plan--content-year-month{display:block}.b-pricing-block__plan--content{background:#fff;border-radius:10px;height:100%}.b-pricing-block__plan--content-wrap{padding:15px 14px}@media (min-width:1200px){.b-pricing-block__plan--content-wrap{padding:15px 24px 23px}}.b-pricing-block__plan--heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(9,6,4,.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:18px;padding-bottom:15px}@media (max-width:767.98px){.b-pricing-block__plan--heading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.b-pricing-block__plan--heading img{display:none}.b-pricing-block__plan--title{font-size:18px;font-weight:700;line-height:25px}@media (max-width:991.98px){.b-pricing-block__plan--title{font-size:16px;line-height:19px}}.b-pricing-block__plan--price-wrap{border-bottom:1px solid rgba(9,6,4,.15);margin-bottom:35px;padding-bottom:35px;text-align:center}@media (max-width:767.98px){.b-pricing-block__plan--price-wrap{text-align:center}}.b-pricing-block__plan--price{color:#ff882e;font-family:Manrope,sans-serif;font-size:50px;font-weight:600;line-height:120%;margin-bottom:10px}@media (min-width:768px){.b-pricing-block__plan--price{min-height:42px}}@media (min-width:1200px){.b-pricing-block__plan--price{font-size:36px}}@media (min-width:1400px){.b-pricing-block__plan--price{font-size:50px}}.b-pricing-block__plan--price>div{display:none}.b-pricing-block__plan--price>div.active{display:block;text-align:center}.b-pricing-block__plan--price span{color:#090604;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:400;line-height:20px}.b-pricing-block__plan--price-sub{color:#090604;font-size:14px;font-weight:500;letter-spacing:-.42px;line-height:130%;margin-bottom:10px;margin-top:10px;opacity:.5}.b-pricing-block__plan--price-sub-text{margin-bottom:5px}.b-pricing-block__plan--price-sub-single{display:none}.b-pricing-block__plan--price-sub-single.active{display:block}.b-pricing-block__plan--price-length{color:rgba(9,6,4,.5);font-size:14px;font-weight:500;letter-spacing:-.42px;line-height:130%;margin-bottom:31px;margin-top:20px}.b-pricing-block__plan--price-length-slider--items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.b-pricing-block__plan--price-length-slider--item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(9,6,4,.5);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;gap:3px;line-height:14px}.b-pricing-block__plan--price-length-slider--item.active{color:#090604;font-weight:700}.b-pricing-block__plan--price-length-slider--item:hover{cursor:pointer}.b-pricing-block__plan--price-length-slider-slide{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(255,136,46,.1);border-radius:1000px;height:10px;margin-bottom:20px;outline:none;width:100%}.b-pricing-block__plan--price-length-slider-slide:hover{cursor:pointer}.b-pricing-block__plan--price-length-slider-slide::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#ff882e;border:5px solid #ff882e;border-radius:1000px;height:20px;width:20px}.b-pricing-block__plan--price-cta{display:none}.b-pricing-block__plan--price-cta.active,.b-pricing-block__plan--price-cta.always-active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b-pricing-block__plan--price-cta.mobile{display:none}.b-pricing-block__plan--bulletpoint{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#090604;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:400;line-height:20px;margin-bottom:15px;padding-left:25px;position:relative}.b-pricing-block__plan--bulletpoint.has-tooltip{padding-right:31px}.b-pricing-block__plan--bulletpoint .c-content-on-hover{bottom:0;height:21px;margin:auto;position:absolute;right:0;top:0;z-index:3}.b-pricing-block__plan--bulletpoint:before{background-color:#090604;content:"";height:10px;left:0;margin-top:1px;-webkit-mask-image:url(../images/pricing-check.6c5c948f11.svg);mask-image:url(../images/pricing-check.6c5c948f11.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:13px}.b-pricing-block__footer{margin-top:40px}@media (min-width:992px){.b-pricing-block__footer{margin-top:80px}}.b-pricing-block__footer .c-button-collection{text-align:center}.b-pricing-block div.c-content-on-hover__content.top-right{bottom:100%;left:100%}@media (max-width:1199.98px){.b-pricing-block div.c-content-on-hover__content.top-right{bottom:auto;left:auto;right:100%;top:100%}}.b-pricing-block-style-dark-mode{background-color:#363636;color:#fff}.b-pricing-block-style-dark-mode .b-pricing-block__plan--bulletpoint,.b-pricing-block-style-dark-mode .b-pricing-block__plan--price-length-slider--item,.b-pricing-block-style-dark-mode .b-pricing-block__plan--price-length span,.b-pricing-block-style-dark-mode .b-pricing-block__plan--price-sub,.b-pricing-block-style-dark-mode .b-pricing-block__plan--price-sub-single,.b-pricing-block-style-dark-mode .b-pricing-block__plan--price span,.b-pricing-block-style-dark-mode .b-pricing-block__plan:not(.b-pricing-block__plan--last-child) .b-pricing-block__plan--price-length,.b-pricing-block-style-dark-mode .b-pricing-block__subtitle,.b-pricing-block-style-dark-mode .b-pricing-block__title,.b-pricing-block-style-dark-mode .b-pricing-block__toggle--active-monthly .b-pricing-block__toggle--item-annually,.b-pricing-block-style-dark-mode .b-pricing-block__toggle--item-monthly{color:#fff}.b-pricing-block-style-dark-mode .b-pricing-block__toggle--active-monthly .b-pricing-block__toggle--item-monthly,.b-pricing-block-style-dark-mode .b-pricing-block__toggle--item-annually{color:#090604}.b-pricing-block-style-dark-mode .b-pricing-block__toggle--button--circle{background-color:#fff}.b-pricing-block-style-dark-mode .b-pricing-block__toggle--button{background-color:rgba(0,0,0,0);border:1px solid #fff}.b-pricing-block-style-dark-mode .b-pricing-block__toggle--discount{color:#fff}.b-pricing-block-style-dark-mode .b-pricing-block__plan:not(.b-pricing-block__plan--last-child) .b-pricing-block__plan--content{background-color:hsla(0,0%,100%,.1)}.b-pricing-block-style-dark-mode .c-content-on-hover__icon{background-image:url(../images/info-circle-light.83da3e4e26.svg)}.b-pricing-block-style-dark-mode .b-pricing-block__plan--bulletpoint:before{background-image:url(../images/pricing-check-white.ba97ffc7b3.svg)}.b-pricing-block-style-dark-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta{background-color:#fff;color:#090604}.b-pricing-block-style-dark-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta svg line,.b-pricing-block-style-dark-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta svg path{stroke:#090604}.b-pricing-block-style-dark-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta:hover{background-color:#fff;color:#ff882e}.b-pricing-block-style-dark-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.b-pricing-block-style-dark-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta:hover svg line,.b-pricing-block-style-dark-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta:hover svg path{stroke:#ff882e}.b-pricing-block-style-alt-mode{background-color:#ff882e;position:relative}.b-pricing-block-style-alt-mode:before{background-color:#f3f3f3;bottom:0;content:"";left:0;position:absolute;right:0;top:653px;z-index:1}.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--content{background-color:#090604;color:#fff}.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--heading,.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-wrap{border-color:hsla(0,0%,100%,.3)}.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price,.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-length{color:#fff}.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .c-content-on-hover__icon{background-image:url(../images/info-circle-light.83da3e4e26.svg)}.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--bulletpoint{color:#fff}.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--bulletpoint:before{background-image:url(../images/pricing-check-white.ba97ffc7b3.svg)}.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta{background-color:#ff882e;color:#090604}.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta svg line,.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta svg path{stroke:#090604}.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta:hover{background-color:#fff;color:#ff882e}.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta:hover svg line,.b-pricing-block-style-alt-mode .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta:hover svg path{stroke:#ff882e}.b-pricing-block-style-alt-mode-no-background{position:relative}.b-pricing-block-style-alt-mode-no-background:before{bottom:0;content:"";left:0;position:absolute;right:0;top:653px;z-index:1}.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .b-pricing-block__plan--content{background-color:#090604;color:#fff}.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .b-pricing-block__plan--heading,.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .b-pricing-block__plan--price-wrap{border-color:hsla(0,0%,100%,.3)}.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .b-pricing-block__plan--price,.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .b-pricing-block__plan--price-length{color:#fff}.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .c-content-on-hover__icon{background-image:url(../images/info-circle-light.83da3e4e26.svg)}.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .b-pricing-block__plan--bulletpoint{color:#fff}.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .b-pricing-block__plan--bulletpoint:before{background-image:url(../images/pricing-check-white.ba97ffc7b3.svg)}.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta{background-color:#ff882e;color:#090604}.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta svg line,.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta svg path{stroke:#090604}.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta:hover{background-color:#fff;color:#ff882e}.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta:hover svg line,.b-pricing-block-style-alt-mode-no-background .b-pricing-block__plan--last-child .b-pricing-block__plan--price-cta:hover svg path{stroke:#ff882e}.b-pricing-block-style-light-header-text,.b-pricing-block-style-light-header-text .b-pricing-block__subtitle,.b-pricing-block-style-light-header-text .b-pricing-block__title,.b-pricing-block-style-light-header-text .b-pricing-block__toggle--discount,.b-pricing-block-style-light-header-text .b-pricing-block__toggle--item-annually,.b-pricing-block-style-light-header-text .b-pricing-block__toggle:not(.b-pricing-block__toggle--active-monthly) .b-pricing-block__toggle--item-monthly{color:#fff}.b-pricing-block-style-light-header-text .b-pricing-block__head .btn{border-color:#fff;color:#fff}.b-pricing-block-style-light-header-text .b-pricing-block__head .btn svg line,.b-pricing-block-style-light-header-text .b-pricing-block__head .btn svg path{stroke:#fff}.b-pricing-block-style-light-header-text .b-pricing-block__head .btn:hover{background-color:#fff;color:#ff882e}.b-pricing-block-style-light-header-text .b-pricing-block__head .btn:hover svg line,.b-pricing-block-style-light-header-text .b-pricing-block__head .btn:hover svg path{stroke:#ff882e}.b-pricing-block-style-light-header-text .b-pricing-block__toggle--active-monthly .b-pricing-block__toggle--item-monthly,.b-pricing-block-style-light-header-text .b-pricing-block__toggle:not(.b-pricing-block__toggle--active-monthly) .b-pricing-block__toggle--item-annually{color:#000}.b-pricing-block-style-light-header-text .b-pricing-block__toggle--button--circle{background-color:#fff}.b-pricing-block-style-light-header-text .b-pricing-block__toggle--button{background-color:rgba(0,0,0,0);border:1px solid #fff}.b-pricing-block--has-background{background:none}.b-pricing-table-block{background-color:#f3f3f3;padding-bottom:80px}@media (min-width:1200px){.b-pricing-table-block{padding-bottom:160px}}@media (max-width:1630px){.b-pricing-table-block{overflow-x:auto}}.b-pricing-table-block--disable-margin-top{margin-top:0!important}@media (min-width:1630px){.b-pricing-table-block .container{max-width:1600px}}@media (max-width:1199.98px){.b-pricing-table-block .container{max-width:100%}}.b-pricing-table-block__table{border-collapse:collapse;min-width:800px;width:100%}.b-pricing-table-block__table--head{-webkit-transition:all .22s ease-in-out;-o-transition:all .22s ease-in-out;transition:all .22s ease-in-out;z-index:2}@media (max-width:991.98px){.b-pricing-table-block__table--head{top:0!important}}.b-pricing-table-block__table--head.header--non-visible{top:0}.b-pricing-table-block__table--head th{font-size:1.375rem;font-weight:700;letter-spacing:-.44px;line-height:130%;font-family:Manrope,sans-serif;padding:0 10px;text-align:center}@media (max-width:991.98px){.b-pricing-table-block__table--head th{font-size:1rem;letter-spacing:-.36px;line-height:120%}}@media (min-width:992px){.b-pricing-table-block__table--head th{font-size:18px}}@media (min-width:1200px){.b-pricing-table-block__table--head th{padding:0 15px}}@media (min-width:1630px){.b-pricing-table-block__table--head th{padding:0 22.5px}}.b-pricing-table-block__table--head th .c-cta{font-size:.75rem;gap:10px;margin-top:15px;padding:13.5px 20px;white-space:nowrap}@media (min-width:992px){.b-pricing-table-block__table--head th .c-cta{font-size:.875rem}}@media (min-width:1630px){.b-pricing-table-block__table--head th .c-cta{padding:13.5px 25px}}.b-pricing-table-block__table--head th .c-cta svg{width:12px}.b-pricing-table-block__table--body tr td{border-bottom:1px solid rgba(9,6,4,.15);font-size:14px;letter-spacing:.16px;line-height:150%;padding:15px 0;text-align:center;white-space:nowrap}@media (min-width:992px){.b-pricing-table-block__table--body tr td{padding:25px 0}}@media (min-width:1200px){.b-pricing-table-block__table--body tr td{font-size:16px}}@media (min-width:1630px){.b-pricing-table-block__table--body tr td{white-space:nowrap}}.b-pricing-table-block__table--body tr td>div{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b-pricing-table-block__table--body tr td:first-child{text-align:left}.b-pricing-table-block__table--body tr td:first-child>div{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.b-pricing-table-block__table--checkbox{background-image:url(../images/pricing-check.6c5c948f11.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;height:10px;margin-inline:auto;width:13px}.b-pricing-table-block__table--body tr:first-child td{padding-top:42px}.b-pricing-table-block .admin-bar .b-pricing-table-block__table--head{top:118px}@media (max-width:991.98px){.b-pricing-table-block .admin-bar .b-pricing-table-block__table--head{top:0!important}}.b-pricing-table-block .admin-bar .b-pricing-table-block__table--head.header--non-visible{top:32px}.b-pricing-table-block--dark-mode{background-color:#363636;color:#fff}.b-pricing-table-block--dark-mode .c-content-on-hover__icon{background-image:url(../images/info-circle-light.83da3e4e26.svg)}.b-pricing-table-block--dark-mode .b-pricing-table-block__table--head th{color:#fff}.b-pricing-table-block--dark-mode .b-pricing-table-block__table--head th .c-cta{border-color:#fff;color:#fff}.b-pricing-table-block--dark-mode .b-pricing-table-block__table--head th .c-cta svg line,.b-pricing-table-block--dark-mode .b-pricing-table-block__table--head th .c-cta svg path{stroke:#fff}.b-pricing-table-block--dark-mode .b-pricing-table-block__table--head th .c-cta:hover{background-color:#fff;color:#ff882e}.b-pricing-table-block--dark-mode .b-pricing-table-block__table--head th .c-cta:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.b-pricing-table-block--dark-mode .b-pricing-table-block__table--head th .c-cta:hover svg line,.b-pricing-table-block--dark-mode .b-pricing-table-block__table--head th .c-cta:hover svg path{stroke:#ff882e}.b-pricing-table-block--dark-mode .b-pricing-table-block__table--body tr td{border-color:hsla(0,0%,100%,.15)}.b-pricing-table-block--dark-mode .b-pricing-table-block__table--checkbox{background-image:url(../images/pricing-check-white.ba97ffc7b3.svg)}.b-separator hr{border-color:#ff882e;border-width:1px;clear:both;line-height:0;margin:auto auto 1rem;max-height:0;padding:0;width:100%}.b-side-by-side-text-and-media{padding-block:80px}@media (min-width:992px){.b-side-by-side-text-and-media{padding-block:160px}}.b-side-by-side-text-and-media+.b-side-by-side-text-and-media{padding-top:20px}@media (min-width:992px){.b-side-by-side-text-and-media+.b-side-by-side-text-and-media{padding-top:0}}.b-side-by-side-text-and-media__head{margin-bottom:40px;text-align:center}@media (min-width:992px){.b-side-by-side-text-and-media__head{margin-bottom:80px}}.b-side-by-side-text-and-media__head .c-section-header{margin-inline:auto;max-width:750px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.b-side-by-side-text-and-media__head .c-section-header__sub-title.default{font-size:1.25rem;letter-spacing:.2px;line-height:150%;font-weight:400;text-transform:none}@media (max-width:991.98px){.b-side-by-side-text-and-media__head .c-section-header__sub-title.default{font-size:1rem;letter-spacing:.16px;line-height:150%}}.b-side-by-side-text-and-media__body{display:grid;grid-template-columns:1fr}@media (min-width:992px){.b-side-by-side-text-and-media__body{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:100px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-template-columns:repeat(2,minmax(100px,1fr))}}@media (min-width:1200px){.b-side-by-side-text-and-media__body{grid-template-columns:513px 583px}}.b-side-by-side-text-and-media__column-entry{font-size:1.25rem;letter-spacing:.2px;line-height:150%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}@media (max-width:991.98px){.b-side-by-side-text-and-media__column-entry{font-size:1rem;letter-spacing:.16px;line-height:150%}}.b-side-by-side-text-and-media__column-entry a:not(.btn){text-decoration:none}.b-side-by-side-text-and-media__column-entry a:not(.btn):hover{text-decoration:underline}@media (min-width:992px){.b-side-by-side-text-and-media__column-entry .c-button-collection{margin-top:20px}}.b-side-by-side-text-and-media__column-entry ol,.b-side-by-side-text-and-media__column-entry ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}.b-side-by-side-text-and-media__column-entry ol li,.b-side-by-side-text-and-media__column-entry ul li{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.b-side-by-side-text-and-media__column-entry ul:not(.c-button-collection){padding-left:0;list-style:none;gap:10px}.b-side-by-side-text-and-media__column-entry ul:not(.c-button-collection) li:before{height:6px;width:6px;border-radius:100%;content:"";-webkit-box-flex:0;-ms-flex:0 0 6px;flex:0 0 6px;margin-top:8px}@media (min-width:992px){.b-side-by-side-text-and-media__column-entry ul:not(.c-button-collection) li:before{margin-left:3px;margin-top:10px}}.b-side-by-side-text-and-media__column-entry ol{padding-left:0;list-style:none;counter-reset:section}.b-side-by-side-text-and-media__column-entry ol li:before{height:23px;width:23px;border-radius:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #090604;content:counter(section);counter-increment:section;-webkit-box-flex:0;-ms-flex:0 0 23px;flex:0 0 23px}@media (min-width:992px){.b-side-by-side-text-and-media__column-entry ol li:before{font-size:14px}}.b-side-by-side-text-and-media .c-image{border-radius:20px}@media (max-width:991.98px){.b-side-by-side-text-and-media .c-video .video__placeholder,.b-side-by-side-text-and-media .c-video iframe,.b-side-by-side-text-and-media .c-video video{border-radius:11px}}@media (min-width:992px){.b-side-by-side-text-and-media .c-video .btn-play-text.loaded{width:auto}}.b-side-by-side-text-and-media .c-video :where(.btn-play-text){display:inherit;font-size:0;padding:0}.b-side-by-side-text-and-media .c-video :where(.btn-play-text) .btn-play__icon{height:55px;width:55px}.b-side-by-side-text-and-media .c-video :where(.btn-play-text) .btn-play__icon:before{border-width:7px 0 7px 12px}@media (min-width:992px){.b-side-by-side-text-and-media-style-header-text-align-left-desktop .b-side-by-side-text-and-media__head{text-align:left}.b-side-by-side-text-and-media-style-header-text-align-left-desktop .b-side-by-side-text-and-media__head .c-section-header{max-width:none}}@media (min-width:768px) and (max-width:991.98px){.b-side-by-side-text-and-media-style-header-text-align-left-tablet .b-side-by-side-text-and-media__head{text-align:left}.b-side-by-side-text-and-media-style-header-text-align-left-tablet .b-side-by-side-text-and-media__head .c-section-header{max-width:none}}@media (max-width:767.98px){.b-side-by-side-text-and-media-style-header-text-align-left-mobile .b-side-by-side-text-and-media__head{text-align:left}.b-side-by-side-text-and-media-style-header-text-align-left-mobile .b-side-by-side-text-and-media__head .c-section-header{max-width:none}}@media (max-width:991.98px){.b-side-by-side-text-and-media.media-mobile-top .b-side-by-side-text-and-media__column-media{margin-bottom:20px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media (max-width:991.98px){.b-side-by-side-text-and-media.media-mobile-bottom .b-side-by-side-text-and-media__column-media{margin-top:20px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:992px){.b-side-by-side-text-and-media.media-desktop-left .b-side-by-side-text-and-media__column-media{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media (min-width:992px){.b-side-by-side-text-and-media.media-desktop-right .b-side-by-side-text-and-media__column-media{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:1200px){.b-side-by-side-text-and-media.media-desktop-right .b-side-by-side-text-and-media__body{grid-template-columns:583px 513px}}.b-continuous-logo-carousel{padding-bottom:1.9rem;padding-top:1.9rem}@media (min-width:576px){.b-continuous-logo-carousel{padding-bottom:2.3rem;padding-top:2.3rem}}@media (min-width:992px){.b-continuous-logo-carousel:after,.b-continuous-logo-carousel:before{background-image:-webkit-gradient(linear,left top,right top,from(#f3f3f3),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(left,#f3f3f3,rgba(0,0,0,0));background-image:linear-gradient(90deg,#f3f3f3,rgba(0,0,0,0));content:"";height:100%;left:0;position:absolute;top:0;width:300px;z-index:1}.b-continuous-logo-carousel:after{background-image:-webkit-gradient(linear,right top,left top,from(#f3f3f3),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(right,#f3f3f3,rgba(0,0,0,0));background-image:linear-gradient(270deg,#f3f3f3,rgba(0,0,0,0));left:unset;right:0}}.b-continuous-logo-carousel .container{padding-left:0;padding-right:0;max-width:100%}@media (max-width:575.98px){.b-continuous-logo-carousel .js-marquee{margin-right:18px!important}}.b-continuous-logo-carousel .js-marquee .b-continuous-logo-carousel__item{width:93px}@media (min-width:768px){.b-continuous-logo-carousel .js-marquee .b-continuous-logo-carousel__item{width:138px}}@media (max-width:575.98px){.b-continuous-logo-carousel .js-marquee .b-continuous-logo-carousel__item:not(:last-child){margin-right:18px}}.b-continuous-logo-carousel .js-marquee .b-continuous-logo-carousel__item .c-picture{display:block}.b-continuous-logo-carousel .js-marquee .b-continuous-logo-carousel__item .c-picture__image{width:100%}.b-centered-title-text-media{padding-block:40px;text-align:center}@media (min-width:992px){.b-centered-title-text-media{padding-block:80px}}.b-centered-title-text-media .c-section-header{margin-bottom:10px}@media (min-width:992px){.b-centered-title-text-media .c-section-header{margin-bottom:20px}}.b-centered-title-text-media .c-text{margin-bottom:16px}@media (min-width:768px){.b-centered-title-text-media .c-text{margin-inline:auto;max-width:720px}}@media (min-width:992px){.b-centered-title-text-media .c-text{margin-bottom:24px}}.b-centered-title-text-media .c-text.default{font-size:1.25rem;letter-spacing:.2px;line-height:150%}@media (max-width:991.98px){.b-centered-title-text-media .c-text.default{font-size:1rem;letter-spacing:.16px;line-height:150%}}.b-centered-title-text-media .c-media{margin-bottom:16px}@media (min-width:992px){.b-centered-title-text-media .c-media{margin-bottom:24px}}.b-centered-title-text-media .c-button-collection{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b-centered-title-text-media .c-button-collection__item:not(:last-child){margin-right:0}.b-centered-title-text-media :last-child{margin-bottom:0}.b-centered-title-text-media-style-default .c-media{margin-top:35px}@media (min-width:992px){.b-centered-title-text-media-style-default .c-media{margin-top:87px}}.b-centered-title-text-media-style-default .c-image,.b-centered-title-text-media-style-default .c-picture{display:block}.b-centered-title-text-media-style-default .c-image{border-radius:20px;width:100%}.b-centered-title-text-media-style-how-it-works .c-media{margin-top:40px}@media (min-width:768px){.b-centered-title-text-media-style-how-it-works .c-media{margin-inline:auto;max-width:769px}}@media (min-width:992px){.b-centered-title-text-media-style-how-it-works .c-media{margin-top:60px}}.b-centered-title-text-media-style-how-it-works .b-centered-title-text-media__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;margin-block:40px}@media (max-width:767.98px){.b-centered-title-text-media-style-how-it-works .b-centered-title-text-media__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:768px){.b-centered-title-text-media-style-how-it-works .b-centered-title-text-media__items{gap:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.b-centered-title-text-media-style-how-it-works .b-centered-title-text-media__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}@media (max-width:991.98px){.b-centered-title-text-media-style-how-it-works .b-centered-title-text-media__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:992px){.b-centered-title-text-media-style-how-it-works .b-centered-title-text-media__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.b-centered-title-text-media-style-how-it-works .b-centered-title-text-media__item-num{height:40px;width:40px;border-radius:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#ff882e;color:#fff;font-size:18px;font-weight:500;margin-inline:auto}.b-centered-title-text-media-style-how-it-works .b-centered-title-text-media__item-content .c-title.default{font-size:1rem;line-height:1.625}@media (min-width:992px){.b-centered-title-text-media-style-how-it-works .b-centered-title-text-media__item-content .c-title.default{font-size:1.125rem;letter-spacing:.18px;line-height:150%}}@media (min-width:992px){.b-centered-title-text-media-style-text-align-left-desktop.b-centered-title-text-media{text-align:left}.b-centered-title-text-media-style-text-align-left-desktop.b-centered-title-text-media .c-text{max-width:none}}@media (min-width:768px) and (max-width:991.98px){.b-centered-title-text-media-style-text-align-left-tablet.b-centered-title-text-media{text-align:left}}@media (max-width:767.98px){.b-centered-title-text-media-style-text-align-left-mobile.b-centered-title-text-media{text-align:left}}.b-featured-resources{padding-bottom:7.5rem;padding-top:7.5rem}@media (max-width:767.98px){.b-featured-resources{padding-bottom:4.75rem;padding-top:4.75rem}}.b-featured-resources__head{margin-bottom:40px;max-width:246px}@media (min-width:768px){.b-featured-resources__head{margin-bottom:80px;max-width:100%;text-align:center}}.b-featured-resources__head .c-title{margin-bottom:1.8rem}@media (max-width:767.98px){.b-featured-resources__head .c-title{margin-bottom:1.5rem}}.b-featured-resources__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px}@media (max-width:767.98px){.b-featured-resources__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.b-featured-resources__items .b-featured-resources__item{-webkit-box-flex:1;-ms-flex:1;flex:1}.b-featured-resources__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}@media (min-width:992px){.b-featured-resources__footer{margin-top:76px}}.b-featured-resources .c-post__thumb img{height:198px}@media (max-width:991.98px){.b-featured-resources .c-post__thumb .c-post__image,.b-featured-resources .c-post__thumb img{height:164px}}.b-featured-resources .c-post__meta{font-size:1rem;line-height:1.625;font-weight:400}@media (max-width:991.98px){.b-featured-resources .c-post__meta{font-size:.875rem;line-height:1.71429}}.b-featured-resources .c-post__title{font-size:1.5rem;font-weight:700;letter-spacing:-.48px;line-height:1.29167;margin-bottom:16px;text-transform:none}@media (max-width:991.98px){.b-featured-resources .c-post__title{font-size:1.25rem;letter-spacing:-.4px;line-height:1.2}}@media (min-width:768px){.b-featured-resources .c-post__title{margin-bottom:24px}}.b-featured-resources .c-post__text{font-size:1rem;line-height:1.625;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#090604;margin-bottom:16px}@media (max-width:991.98px){.b-featured-resources .c-post__text{font-size:.875rem;line-height:1.71429}}@media (min-width:768px){.b-featured-resources .c-post__text{margin-bottom:24px}}.b-testimonials{padding-block:40px}@media (min-width:992px){.b-testimonials{padding-block:80px;padding-block:93px}}.b-testimonials .c-background__content{position:relative;z-index:5}.b-testimonials .c-section-header{padding-inline:20px;text-align:center}@media (min-width:992px){.b-testimonials .c-section-header{margin-bottom:70px}}.b-testimonials .c-button-collection{margin-top:40px;text-align:center}.b-testimonials__slide{max-width:651px;padding-block:24px}@media (max-width:991.98px){.b-testimonials__slide{padding-inline:20px}}.b-testimonials__btn{cursor:pointer}.b-testimonials__actions{gap:21px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:992px){.b-testimonials__actions{margin-top:40px}}.b-testimonials__paging{gap:5px}.b-testimonials__actions,.b-testimonials__paging{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.b-testimonials .swiper-pagination-bullet{height:10px;width:10px;border-radius:100%;background-color:var(--bullet-color,#ff882e);cursor:pointer;opacity:.5;-webkit-transition:all .22s;-o-transition:all .22s;transition:all .22s}.b-testimonials .swiper-pagination-bullet-active{background-color:var(--bullet-color,#ff882e);opacity:1}.b-single-testimonial{width:100%;padding-right:var(--bs-gutter-x,.9375rem);padding-left:var(--bs-gutter-x,.9375rem);margin-right:auto;margin-left:auto;padding-block:40px}@media (min-width:576px){.b-single-testimonial{max-width:540px}}@media (min-width:768px){.b-single-testimonial{max-width:720px}}@media (min-width:992px){.b-single-testimonial{max-width:960px}}@media (min-width:1200px){.b-single-testimonial{max-width:1260px}}@media (min-width:992px){.b-single-testimonial{padding-block:80px}}.b-single-testimonial .c-background{border-radius:20px;overflow:hidden;position:relative}.b-single-testimonial .container{max-width:100%;padding-inline:0}.b-single-testimonial .c-testimonial{margin-inline:auto;max-width:830px;background-color:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;padding:80px 0}@media (max-width:991.98px){.b-single-testimonial .c-testimonial{padding:40px 17px}}.b-single-testimonial .c-testimonial__entry{margin-bottom:40px}@media (min-width:992px){.b-single-testimonial .c-testimonial__entry{text-align:center}}.b-single-testimonial .c-testimonial__name{margin-bottom:6px}@media (min-width:992px){.b-single-testimonial .c-testimonial__meta{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:991.98px){.b-single-testimonial .c-testimonial__meta{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}}@media (max-width:991.98px){.b-single-testimonial .c-testimonial__name{font-size:14px;font-weight:500;line-height:2;margin-bottom:-4px}}.b-single-testimonial .c-testimonial__byline{font-size:16px;line-height:1.6}.b-logos{padding-block:40px;text-align:center}@media (min-width:992px){.b-logos{padding-block:80px}}.b-logos__head{margin-bottom:54px;text-align:center}@media (max-width:575.98px){.b-logos__head{margin-bottom:40px}}.b-logos__items{margin-inline:auto;max-width:1200px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.2rem;row-gap:26px}@media (min-width:576px){.b-logos__items{gap:40px 26px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (min-width:1200px){.b-logos__items{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:575.98px){.b-logos__item{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}}@media (max-width:460px){.b-logos__item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:320px){.b-logos__item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (max-width:575.98px){.b-logos__item img{width:auto}}.b-media-columns-repeater{padding-block:40px}@media (min-width:992px){.b-media-columns-repeater{padding-block:80px}}.b-media-columns-repeater__head{margin-bottom:40px}@media (min-width:992px){.b-media-columns-repeater__head{margin-bottom:80px}}.b-media-columns-repeater__items{display:grid;gap:40px;grid-template-columns:1fr}@media (min-width:992px){.b-media-columns-repeater__items{gap:84px 30px;grid-template-columns:repeat(3,minmax(100px,1fr))}}.b-media-columns-repeater__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.b-media-columns-repeater__item-title{font-size:1.5rem;font-weight:700;letter-spacing:-.48px;line-height:1.29167;margin-bottom:-8px;text-transform:none}@media (max-width:991.98px){.b-media-columns-repeater__item-title{font-size:1.25rem;letter-spacing:-.4px;line-height:1.2}}.b-media-columns-repeater__item-text{font-size:1.25rem;letter-spacing:.2px;line-height:150%}@media (max-width:991.98px){.b-media-columns-repeater__item-text{font-size:1rem;letter-spacing:.16px;line-height:150%}}.b-media-columns-repeater-style-signatures .b-media-columns-repeater__item{text-align:left}@media (max-width:991.98px){.b-media-columns-repeater-style-signatures .b-media-columns-repeater__item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:grid;gap:0 20px;grid-template-columns:150px 1fr;grid-template-rows:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.b-media-columns-repeater-style-signatures .b-media-columns-repeater__item{display:block}}@media (max-width:991.98px){.b-media-columns-repeater-style-signatures .b-media-columns-repeater__item-media{grid-row:1/span 2}}@media (min-width:992px){.b-media-columns-repeater-style-signatures .b-media-columns-repeater__item-media{margin-bottom:20px}}.b-media-columns-repeater-style-signatures .b-media-columns-repeater__item-text,.b-media-columns-repeater-style-signatures .b-media-columns-repeater__item-title{font-size:14px;line-height:1.42857;margin-bottom:0}@media (max-width:991.98px){.b-media-columns-repeater-style-signatures .b-media-columns-repeater__item-text{grid-column:2;margin-top:-13px}}.b-media-columns-repeater-style-centered{text-align:center}.b-counter{overflow:hidden;padding-top:40px}@media (min-width:992px){.b-counter{padding-top:80px}}.b-counter__head{margin-inline:auto;text-align:center}.b-counter__head,.b-counter__head .c-section-header{margin-bottom:20px}@media (max-width:991.98px){.b-counter__head .c-section-header{margin-bottom:10px}}.b-counter__head .c-text p{font-size:1.125rem;letter-spacing:.18px;line-height:150%}@media (max-width:991.98px){.b-counter__head .c-text p{font-size:.875rem;letter-spacing:.14px;line-height:150%}}.b-counter__head :last-child{margin-bottom:0}.b-counter__subtext{font-weight:600;margin-top:20px}.b-counter .tick{font-size:100px;font-weight:700;line-height:110px;margin-top:20px}@media (max-width:1199.98px){.b-counter .tick{font-size:60px;line-height:80px}}@media (max-width:991.98px){.b-counter .tick{font-size:30px;line-height:55px}}.b-counter .tick-flip{background-color:#161616;color:#fff;text-indent:.125em}.b-counter .tick-flip-panel-text-wrapper{letter-spacing:10px}.b-counter .tick-flip-spacer{font-size:85px;line-height:110px}@media (max-width:1199.98px){.b-counter .tick-flip-spacer{font-size:60px;line-height:80px}}@media (max-width:991.98px){.b-counter .tick-flip-spacer{font-size:45px;line-height:55px}}.b-counter .tick-flip-panel{background-color:#161616;color:#fff}.b-live-demo{padding-block:40px;position:relative}@media (min-width:992px){.b-live-demo{padding-block:80px}}.b-live-demo .container{position:static}.b-live-demo__media-bg{text-align:center}.b-live-demo__media-bg img{width:100%}.b-live-demo__inner{-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px;max-width:180px;background-color:#fff;border-radius:20px;left:50%;padding:20px 30px;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}@media (min-width:768px){.b-live-demo__inner{-webkit-box-flex:0;-ms-flex:0 0 255px;flex:0 0 255px;max-width:255px;padding:30px 40px}}.b-live-demo__inner .c-media{margin-bottom:15px;text-align:center}@media (max-width:767.98px){.b-live-demo__inner .c-media{margin-inline:auto;max-width:80px}}.b-live-demo__inner .c-section-header{margin-bottom:10px}.b-live-demo__inner .c-section-header__title.default{font-size:16px;line-height:1.75}@media (max-width:767.98px){.b-live-demo__inner .c-section-header__title.default{font-size:12px}}@media (max-width:767.98px){.b-live-demo__inner .c-button-collection .btn{font-size:12px;padding-inline:20px}}.b-live-demo+.b-cta{margin-top:-18px}@media (min-width:992px){.b-live-demo+.b-cta{margin-top:-40px}}.b-team-members{color:#161616;padding-block:80px}@media (min-width:992px){.b-team-members{padding-block:120px}}.b-team-members .btn-linkedin,.b-team-members .btn-plus,.b-team-members .btn-twitter{color:#ff882e;display:block;margin:0;padding:0}.b-team-members .c-section-header{margin-bottom:40px;text-align:center}@media (min-width:992px){.b-team-members .c-section-header{margin-bottom:80px}}.b-team-members__member-title{font-size:1.5rem;font-weight:600;letter-spacing:4.8px;line-height:1.20833;text-transform:uppercase;font-weight:700;letter-spacing:-.48px;margin-bottom:8px;text-transform:none}@media (max-width:991.98px){.b-team-members__member-title{font-size:1rem;letter-spacing:3.2px;line-height:1.1875;font-size:20px;letter-spacing:-.48px}}.b-team-members__member-subtitle{font-size:1.125rem;letter-spacing:.18px;line-height:150%;letter-spacing:.16px;margin-bottom:16px}@media (min-width:992px){.b-team-members__member-subtitle{margin-bottom:24px}}.b-team-members__member-actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.b-team-members__member-body :last-child{margin-bottom:0}.b-team-members__member-modal{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:rgba(0,0,0,.4);bottom:0;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;inset:0;left:0;opacity:0;overflow:hidden;padding:15px;position:fixed;right:0;text-align:left;top:0;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,-webkit-transform;transition-property:opacity,visibility,-webkit-transform;-o-transition-property:transform,opacity,visibility;transition-property:transform,opacity,visibility;transition-property:transform,opacity,visibility,-webkit-transform;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;visibility:hidden;width:100%;width:auto;z-index:1060}@media (min-width:768px){.b-team-members__member-modal{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (min-width:992px){.b-team-members__member-modal{z-index:80}}.b-team-members__member-modal-wrap{background-color:#f3f3f3;border-radius:10px;color:#090604;margin:auto;overflow:auto;padding:24px;position:relative;width:100%}@media (max-width:767.98px){.b-team-members__member-modal-wrap{height:calc(100vh - 24px);max-height:500px}}@media (min-width:576px){.b-team-members__member-modal-wrap{margin:auto;max-width:996px}}@media (min-width:992px){.b-team-members__member-modal-wrap{padding:55px 45px}}.b-team-members__member-modal-title{font-size:1.5rem;font-weight:600;letter-spacing:4.8px;line-height:1.20833;text-transform:uppercase;letter-spacing:-.48px;margin-bottom:8px;text-transform:none}@media (max-width:991.98px){.b-team-members__member-modal-title{font-size:1rem;letter-spacing:3.2px;line-height:1.1875;font-size:20px;letter-spacing:-.48px}}.b-team-members__member-modal-subtitle{font-size:1.125rem;letter-spacing:.18px;line-height:150%;letter-spacing:.16px;margin-bottom:10px}@media (max-width:991.98px){.b-team-members__member-modal-subtitle{font-size:.875rem;letter-spacing:.14px;line-height:150%}}@media (min-width:992px){.b-team-members__member-modal-subtitle{margin-bottom:16px}}.b-team-members__member-modal-body{display:grid;gap:18px;grid-template-columns:1fr}@media (min-width:768px){.b-team-members__member-modal-body{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:60px;grid-template-columns:287px 1fr}}@media (max-width:767.98px){.b-team-members__member-modal-head{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;gap:24px;grid-template-columns:93px 1fr;margin-bottom:18px}}.b-team-members__member-modal-image{height:93px;width:93px;border-radius:50%;overflow:hidden}@media (min-width:768px){.b-team-members__member-modal-image{height:287px;width:287px}}.b-team-members__member-modal-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.b-team-members__member-modal-text{font-size:.875rem;line-height:1.71429}.b-team-members__member-modal-close{margin:0;padding:0;position:absolute;right:7px;top:7px}.b-team-members__member-modal.is-active{opacity:1;visibility:visible}.b-team-members__member.is-active .btn-plus{visibility:hidden}@media (min-width:768px){.b-team-members-style-default .b-team-members__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -20px -40px}}@media (min-width:992px){.b-team-members-style-default .b-team-members__items{margin-bottom:-80px}}@media (min-width:1200px){.b-team-members-style-default .b-team-members__items{margin:0 -40px -80px}}.b-team-members-style-default .b-team-members__items--top+.b-team-members__items--bottom{padding:40px 0 0}@media (min-width:992px){.b-team-members-style-default .b-team-members__items--top+.b-team-members__items--bottom{padding:80px 0 0}}@media (min-width:768px){.b-team-members-style-default .b-team-members__item{-webkit-box-flex:0;-ms-flex:0 0 33.3%;flex:0 0 33.3%;margin:0 0 40px;padding:0 20px}}@media (min-width:992px){.b-team-members-style-default .b-team-members__item{margin:0 0 80px}}@media (min-width:1200px){.b-team-members-style-default .b-team-members__item{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;padding:0 40px}}@media (max-width:575.98px){.b-team-members-style-default .b-team-members__item:not(:last-child){margin:0 0 40px}}@media (max-width:767.98px){.b-team-members-style-default .b-team-members__member{display:grid;gap:25px;grid-template-columns:120px 1fr}}@media (max-width:767.98px) and (max-width:767.98px){.b-team-members-style-default .b-team-members__member{grid-template-columns:93px 1fr}}@media (min-width:768px){.b-team-members-style-default .b-team-members__member{text-align:center}}@media (min-width:768px){.b-team-members-style-default .b-team-members__member-actions{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.b-team-members-style-default .b-team-members__member-image{height:120px;width:120px;-webkit-clip-path:circle(50%);clip-path:circle(50%);display:block}@media (max-width:767.98px){.b-team-members-style-default .b-team-members__member-image{height:93px;width:93px}}.b-team-members-style-default .b-team-members__member-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:768px){.b-team-members-style-default .b-team-members__member-image{height:180px;width:180px;margin-bottom:25px;margin-inline:auto}}@media (min-width:992px){.b-team-members-style-default .b-team-members__member-image{height:216px;width:216px}}.b-team-members-style-advisory .b-team-members__member{display:grid;gap:25px;grid-template-columns:120px 1fr}@media (max-width:767.98px){.b-team-members-style-advisory .b-team-members__member{grid-template-columns:93px 1fr}}.b-team-members-style-advisory .b-team-members__member-image{height:120px;width:120px;-webkit-clip-path:circle(50%);clip-path:circle(50%);display:block}@media (max-width:767.98px){.b-team-members-style-advisory .b-team-members__member-image{height:93px;width:93px}}.b-team-members-style-advisory .b-team-members__member-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:768px){.b-team-members-style-advisory .b-team-members__items{gap:40px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.b-team-members-style-advisory .b-team-members__items{gap:80px 30px;grid-template-columns:repeat(3,minmax(0,1fr))}}.b-team-members-style-card .b-team-members__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b-team-members-style-card .b-team-members__item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:576px){.b-team-members-style-card .b-team-members__item{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 15px);flex:0 0 calc(50% - 15px);max-width:calc(50% - 15px)}}@media (min-width:992px){.b-team-members-style-card .b-team-members__item{-webkit-box-flex:0;-ms-flex:0 0 calc(33.33333% - 20px);flex:0 0 calc(33.33333% - 20px);max-width:calc(33.33333% - 20px)}}.b-team-members-style-card .b-team-members__member{background-color:#fff;border-radius:10px;height:100%;overflow:hidden}.b-team-members-style-card .b-team-members__member.is-active{overflow:visible}.b-team-members-style-card .b-team-members__member-image{height:254px;margin-bottom:0;overflow:hidden;width:100%}.b-team-members-style-card .b-team-members__member-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.b-team-members-style-card .b-team-members__member-title{margin-bottom:16px}.b-team-members-style-card .b-team-members__member-body{padding:24px 35px 28px}@media (max-width:767.98px){.b-team-members-style-card .b-team-members__member-body{padding:15px}}.b-image-slider{padding-block:40px}@media (min-width:992px){.b-image-slider{padding-block:80px}}.b-image-slider .c-section-header{margin-bottom:40px;text-align:center}@media (min-width:992px){.b-image-slider .c-section-header{margin-bottom:80px}}.b-accordion{padding-block:40px}@media (min-width:992px){.b-accordion{padding-block:147px 160px}}.b-accordion .container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.b-accordion__inner{max-width:900px;width:100%}.b-accordion .c-section-header{margin-bottom:40px;text-align:center}@media (min-width:992px){.b-accordion .c-section-header{margin-bottom:80px}}.b-accordion .c-accordion__item-body{font-size:1.25rem;letter-spacing:.2px;line-height:150%}@media (max-width:991.98px){.b-accordion .c-accordion__item-body{font-size:1rem;letter-spacing:.16px;line-height:150%}}@media (min-width:768px){.b-accordion-style-2-columns .c-accordion__items{-webkit-columns:2;-moz-columns:2;column-count:2;gap:70px}}@media (min-width:992px){.b-accordion-style-2-columns .c-accordion__items{gap:140px}}.b-integrations-lobby{padding-block:40px;overflow:hidden}@media (min-width:992px){.b-integrations-lobby{padding-block:80px}}.b-integrations-lobby .c-section-header{margin-bottom:40px;text-align:center}@media (min-width:992px){.b-integrations-lobby .c-section-header{margin-bottom:80px}}.b-integrations-lobby .c-section-header__title{margin-bottom:10px}@media (min-width:992px){.b-integrations-lobby .c-section-header__title{margin-bottom:20px}}.b-integrations-lobby .c-section-header__sub-title.default{font-size:1.125rem;letter-spacing:.18px;line-height:150%}@media (max-width:991.98px){.b-integrations-lobby .c-section-header__sub-title.default{font-size:.875rem;letter-spacing:.14px;line-height:150%}}@media (min-width:992px){.b-integrations-lobby__row{display:grid;gap:30px;grid-template-columns:270px 1fr}}.b-integrations-lobby__items{display:grid;gap:30px;grid-template-columns:1fr}@media (min-width:768px){.b-integrations-lobby__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.b-integrations-lobby__items{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:991.98px){.b-integrations-lobby__items{margin-top:40px}}.b-integrations-lobby__categories{position:relative;z-index:9}.b-integrations-lobby__categories-btn{border:1px solid #ff882e;border-radius:10px;color:#090604;cursor:pointer;font-size:1rem;font-weight:500;line-height:1.625;padding:13px 65px 12px 29px;position:relative}@media (min-width:992px){.b-integrations-lobby__categories-btn{display:none}}.b-integrations-lobby__categories-btn span{display:block;max-width:100%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.b-integrations-lobby__categories-btn svg{pointer-events:none;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%) rotate(-180deg);-ms-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg);-webkit-transition:-webkit-transform .22s;transition:-webkit-transform .22s;-o-transition:transform .22s;transition:transform .22s;transition:transform .22s,-webkit-transform .22s}.b-integrations-lobby__categories-btn svg path{fill:#090604}.b-integrations-lobby__category{color:inherit;display:block;text-decoration:none;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:color,background-color,border-color;-o-transition-property:color,background-color,border-color;transition-property:color,background-color,border-color}@media (min-width:992px){.b-integrations-lobby__category{border:1px solid rgba(0,0,0,0);border-radius:10px;padding:9px 14px 9px 29px}}@media (min-width:992px){.b-integrations-lobby__category--active{background-color:#ff882e;border-color:#ff882e;color:#090604;pointer-events:none}}.b-integrations-lobby__category:hover{color:#000}.b-integrations-lobby__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:992px){.b-integrations-lobby__list{font-size:16px;font-weight:500;gap:10px;line-height:1.625}}@media (max-width:991.98px){.b-integrations-lobby__list{background-color:#fff;border-radius:5px;color:rgba(0,0,0,.75);font-size:14px;gap:14px;left:0;letter-spacing:-.015em;line-height:1.71429;margin-top:8px;opacity:0;padding:19px 30px;position:absolute;right:0;top:100%;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility;-o-transition-property:opacity,visibility;transition-property:opacity,visibility;visibility:hidden}}.b-integrations-lobby__categories--active svg{-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}@media (max-width:991.98px){.b-integrations-lobby__categories--active .b-integrations-lobby__list{opacity:1;visibility:visible}}.b-integrations-lobby__categories--active~.b-integrations-lobby__items{position:relative;z-index:7}.b-integrations-lobby__categories--active~.b-integrations-lobby__items:before{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:hsla(0,0%,100%,.8);bottom:0;content:"";left:-50vw;position:absolute;right:-50vw;top:0;z-index:9}.b-integrations-lobby__item{display:none}.b-integrations-lobby__item.show{display:block}.b-single-featured-resource .c-section-header{margin-bottom:50px;text-align:center}@media (min-width:992px){.b-single-featured-resource .c-section-header{margin-bottom:62px}}.b-single-featured-resource .c-section-header__title.default{font-size:3.75rem;font-weight:600;letter-spacing:-1.8px;line-height:1.2}@media (max-width:991.98px){.b-single-featured-resource .c-section-header__title.default{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}.b-single-featured-resource .c-post{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:992px){.b-single-featured-resource .c-post{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (min-width:992px){.b-single-featured-resource .c-post .btn-link{justify-self:start;width:auto}}@media (min-width:992px){.b-single-featured-resource .c-post__thumb{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;border-radius:0;margin-bottom:0}}.b-single-featured-resource .c-post__body{padding:24px 20px}@media (min-width:992px){.b-single-featured-resource .c-post__body{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-inline:50px}}.b-single-featured-resource .c-post__meta{margin-bottom:12px}@media (min-width:992px){.b-single-featured-resource .c-post__meta{margin-top:84px}}.b-single-featured-resource .c-post__title{font-size:1.5rem;letter-spacing:-.48px;line-height:1.29167;font-weight:700}@media (max-width:991.98px){.b-single-featured-resource .c-post__title{font-size:1.25rem;letter-spacing:-.4px;line-height:1.2}}@media (min-width:992px){.b-single-featured-resource .c-post__title{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-bottom:20px}}@media (min-width:992px){.b-single-featured-resource .c-post__image,.b-single-featured-resource .c-post__image img{border-radius:20px;height:390px}}@media (min-width:992px){.b-featured-articles{padding-bottom:20px}}.b-featured-articles .c-section-header{margin-bottom:50px}@media (min-width:992px){.b-featured-articles .c-section-header{margin-bottom:85px}}.b-featured-articles .c-section-header__title.default{font-size:3.75rem;font-weight:600;letter-spacing:-1.8px;line-height:1.2}@media (max-width:991.98px){.b-featured-articles .c-section-header__title.default{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}.b-featured-articles__col-featured{margin:0 0 35px}@media (min-width:992px){.b-featured-articles__col-featured{margin:0 0 65px}}.b-featured-articles__col-featured .c-post{background-color:#ff882e;display:grid;-webkit-transition:background-color .22s ease-in-out;-o-transition:background-color .22s ease-in-out;transition:background-color .22s ease-in-out}@media (min-width:992px){.b-featured-articles__col-featured .c-post{grid-template-columns:1fr 1fr;min-height:420px}}.b-featured-articles__col-featured .c-post__body,.b-featured-articles__col-featured .c-post__image,.b-featured-articles__col-featured .c-post__image img,.b-featured-articles__col-featured .c-post__thumb{height:100%}@media (min-width:992px){.b-featured-articles__col-featured .c-post__body-inner{padding:20px 30px}}.b-featured-articles__col-featured .c-post__excerpt{font-size:1rem;line-height:1.625}@media (max-width:991.98px){.b-featured-articles__col-featured .c-post__excerpt{font-size:.875rem;line-height:1.71429}}@media (max-width:991.98px){.b-featured-articles__col-featured .c-post__arrow line,.b-featured-articles__col-featured .c-post__arrow path{stroke:#080503}}.b-featured-articles__col-featured .c-post:hover{background-color:#fff}.b-featured-articles__col-featured .c-post:hover .c-post__image{-webkit-transform:none;-ms-transform:none;transform:none}.b-featured-articles .c-post__overlay-link{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.b-featured-articles .c-post__overlay-link:hover~.c-link{color:rgba(123,97,255,.7);cursor:pointer}.b-featured-articles .c-list-posts__title{margin:0 0 50px;text-align:center}@media (min-width:992px){.b-featured-articles .c-list-posts__title{margin:0 0 80px}}.b-featured-integrations{padding-block:40px}@media (min-width:992px){.b-featured-integrations{padding-block:80px}}.b-featured-integrations .c-section-header{margin-bottom:40px}@media (min-width:992px){.b-featured-integrations .c-section-header{margin-bottom:80px}}@media (max-width:991.98px){.b-featured-integrations .c-section-header{text-align:center}}.b-featured-integrations .c-section-header__title{margin-bottom:10px}@media (min-width:992px){.b-featured-integrations .c-section-header__title{margin-bottom:19px}}.b-featured-integrations .c-section-header__sub-title.default{font-size:1.125rem;letter-spacing:.18px;line-height:150%}@media (max-width:991.98px){.b-featured-integrations .c-section-header__sub-title.default{font-size:.875rem;letter-spacing:.14px;line-height:150%}}.b-featured-integrations .c-integration-post-item__body{-webkit-line-clamp:6}@media (min-width:992px){.b-featured-integrations .c-integration-post-item__body{margin-bottom:21px}}.b-featured-integrations__body{display:grid;gap:30px;grid-template-columns:1fr}@media (min-width:992px){.b-featured-integrations__body{grid-template-columns:repeat(3,minmax(0,1fr))}}.b-newsletter{padding:0}.b-newsletter .c-background__content{padding:30px}@media (min-width:992px){.b-newsletter .c-background__content{padding:45px 60px}}.b-newsletter .c-background{border-radius:20px;overflow:hidden;position:relative}.b-newsletter__container{max-width:100%;padding-inline:0}@media (min-width:992px){.b-newsletter__container{display:grid;gap:0 80px;grid-template-columns:2fr 1.6fr}}.b-newsletter .c-section-header__title{margin-bottom:0}.b-newsletter .c-section-header__title.default{font-size:1.5rem;font-weight:700;letter-spacing:-.48px;line-height:1.29167}@media (max-width:991.98px){.b-newsletter .c-section-header__title.default{font-size:1.25rem;letter-spacing:-.4px;line-height:1.2}}.b-newsletter .c-section-header .c-section-header__sub-title.default{font-size:16px;line-height:26px}@media (min-width:992px){.b-newsletter .c-section-header .c-section-header__sub-title.default{font-size:20px;line-height:30px}}@media (min-width:992px){.b-newsletter .c-text{grid-column:1}}.b-newsletter .c-form{margin-top:15px}@media (min-width:992px){.b-newsletter .c-form{grid-column:2;grid-row:1/span 3;margin-top:0}}.b-careers-lobby{padding-block:80px}@media (min-width:992px){.b-careers-lobby{padding-block:160px}}.b-careers-lobby .c-section-header{margin-bottom:37px;margin-left:auto;margin-right:auto;max-width:970px;text-align:center}.b-careers-lobby .c-section-header__title.default{font-size:3.75rem;font-weight:600;letter-spacing:-1.8px;line-height:1.2}@media (max-width:991.98px){.b-careers-lobby .c-section-header__title.default{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}.b-careers-lobby .c-text{margin-inline:auto;max-width:880px}.b-careers-lobby .c-text a{font-weight:600;text-decoration:none}.b-careers-lobby .c-text p{text-align:center}.b-careers-lobby .c-text.default{font-size:1.25rem;letter-spacing:.2px;line-height:150%}@media (max-width:991.98px){.b-careers-lobby .c-text.default{font-size:1rem;letter-spacing:.16px;line-height:150%}}.b-careers-lobby .c-button-collection{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:24px}.b-careers-lobby .c-button-collection__item:not(:last-child){margin-right:0}.b-careers-lobby__filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;margin-top:60px}@media (max-width:991.98px){.b-careers-lobby__filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.b-careers-lobby__filters-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991.98px){.b-careers-lobby__filters-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.b-careers-lobby__filter{margin-right:30px;position:relative}@media (max-width:991.98px){.b-careers-lobby__filter{margin-bottom:20px;margin-right:0}}.b-careers-lobby__filter:last-child{margin-right:0}.b-careers-lobby__filter:after{background-image:url(../images/caret-down.be1b00ae07.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:12px}.b-careers-lobby__filter select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);border:1px solid #090604;border-radius:10px;font-size:14px;font-weight:600;line-height:14px;min-width:165px;padding:9px 40px 9px 16px}@media (max-width:991.98px){.b-careers-lobby__filter select{width:100%}}.b-careers-lobby__search{position:relative}.b-careers-lobby__search:before{height:17px;width:17px;background-image:url(../images/search-gray.51fe8ba85b.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.b-careers-lobby__search-input{width:300px}@media (max-width:991.98px){.b-careers-lobby__search-input{width:100%}}.b-careers-lobby__search-clear{background-image:url(../images/close.61c5f68e4d.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;display:none;height:12px;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:12px}.b-careers-lobby__search.has-value .b-careers-lobby__search-clear{display:block}.b-careers-lobby__search-input{background-color:rgba(0,0,0,0);border:1px solid #090604;border-radius:10px;color:#161616;font-size:16px;font-weight:400;padding:4px 16px}.b-careers-lobby__search-input::-webkit-input-placeholder{color:inherit;font-size:14px;line-height:22px;opacity:1}.b-careers-lobby__search-input::-moz-placeholder{color:inherit;font-size:14px;line-height:22px;opacity:1}.b-careers-lobby__search-input:-ms-input-placeholder{color:inherit;font-size:14px;line-height:22px;opacity:1}.b-careers-lobby__search-input::-ms-input-placeholder{color:inherit;font-size:14px;line-height:22px;opacity:1}.b-careers-lobby__search-input::placeholder{color:inherit;font-size:14px;line-height:22px;opacity:1}.b-careers-lobby__items{display:grid;grid-gap:24px;grid-template-columns:repeat(3,1fr);padding:40px 0 0}@media (max-width:991.98px){.b-careers-lobby__items{grid-template-columns:1fr}}.b-careers-lobby__item{background-color:#fff;border-radius:10px;color:#161616;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:40px;text-decoration:none;-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}.b-careers-lobby__item:hover{background-color:#ff882e;color:#161616}.b-careers-lobby__item:hover .b-careers-lobby__item-dept{color:#fff}.b-careers-lobby__item-dept{font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;letter-spacing:-.02em;line-height:1.1875rem;color:#ff882e;margin-bottom:8px;-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}@media (min-width:992px){.b-careers-lobby__item-dept{font-size:1.125rem;line-height:1.4375rem}}.b-careers-lobby__item-title{font-size:1.5rem;font-weight:700;letter-spacing:-.48px;line-height:1.29167;margin-bottom:40px;text-transform:none}@media (max-width:991.98px){.b-careers-lobby__item-title{font-size:1.25rem;letter-spacing:-.4px;line-height:1.2}}.b-careers-lobby__item-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:auto;position:relative;row-gap:8px}.b-careers-lobby__item-location,.b-careers-lobby__item-type{font-size:1.125rem;letter-spacing:.18px;line-height:150%;padding-left:32px;position:relative}@media (max-width:991.98px){.b-careers-lobby__item-location,.b-careers-lobby__item-type{font-size:.875rem;letter-spacing:.14px;line-height:150%}}.b-careers-lobby__item-location:before,.b-careers-lobby__item-type:before{height:24px;width:24px;background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.b-careers-lobby__item-type:before{background-image:url(../images/schedule-dark.e124a865aa.svg)}.b-careers-lobby__item-location:before{background-image:url(../images/location-dark.71a1732c37.svg)}.b-awards{padding-block:40px}@media (min-width:992px){.b-awards{padding-block:80px}}.b-awards .c-section-header__title.default{font-size:3.75rem;font-weight:600;letter-spacing:-1.8px;line-height:1.2}@media (max-width:991.98px){.b-awards .c-section-header__title.default{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}.b-awards .c-button-collection{margin-top:40px}@media (max-width:575.98px){.b-awards .c-button-collection__item{display:block}}.b-awards .c-button-collection .c-button{width:100%}@media (min-width:992px){.b-awards__body{display:grid;gap:50px;grid-template-columns:1fr 1fr}}@media (min-width:1200px){.b-awards__body{gap:100px;grid-template-columns:570px 1fr}}.b-awards__awards-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px 31px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:991.98px){.b-awards__awards-list{margin-top:40px}}@media (min-width:992px){.b-awards__awards-list{gap:22px 46px}}.b-awards__awards-list .c-image{max-height:38px;-o-object-fit:contain;object-fit:contain}@media (min-width:992px){.b-awards__awards-list .c-image{max-height:102px}}.b-text-in-columns{z-index:2}@media (min-width:1200px){.b-text-in-columns{margin-left:3rem;margin-right:3rem}}.b-text-in-columns__container{margin-left:auto;margin-right:auto;max-width:1395px;background-color:#ff882e}@media (min-width:1200px){.b-text-in-columns__container{border-radius:10px}}@media (max-width:1199.98px){.b-text-in-columns__container{padding-bottom:2.5rem;padding-top:2.5rem}}.b-text-in-columns__title{margin-left:auto;margin-right:auto;max-width:400px;padding:2.4rem 1.2rem 0}.b-text-in-columns__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:1200px){.b-text-in-columns__items{padding:4.2rem 4.5rem}}@media (max-width:1199.98px){.b-text-in-columns__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.b-text-in-columns__item{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%}@media (max-width:1199.98px){.b-text-in-columns__item:not(:last-of-type) .c-text{border-bottom:1px solid rgba(9,6,4,.15)}}@media (min-width:1200px){.b-text-in-columns__item:nth-child(3n+1) .c-link{border-right:1px solid rgba(9,6,4,.15)}.b-text-in-columns__item:nth-child(3n+3) .c-link{border-left:1px solid rgba(9,6,4,.15)}}.b-text-in-columns .c-link{display:block;height:100%;padding:3rem 4rem 1rem 3rem;text-decoration:none}@media (max-width:1199.98px){.b-text-in-columns .c-link{padding:2.6rem 1.4rem 0 1.3rem}}@media (min-width:1200px){.b-text-in-columns .c-link:hover .c-title{color:#fff}.b-text-in-columns .c-link:hover .c-title:after{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.b-text-in-columns .c-link .c-title{margin-bottom:.8rem;padding-right:3.5rem;position:relative}@media (max-width:1199.98px){.b-text-in-columns .c-link .c-title{margin-left:auto;margin-right:auto;max-width:400px;margin-bottom:1.5rem}}.b-text-in-columns .c-link .c-title:after{background-image:url(../images/featured-resources-post-arrow.c47a426a06.svg);background-repeat:no-repeat;background-size:contain;content:"";height:20px;margin-right:-1rem;margin-top:.5rem;position:absolute;right:0;top:0;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;width:20px}@media (max-width:1199.98px){.b-text-in-columns .c-link .c-title:after{height:14px;margin-right:0;margin-top:.4rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:14px}}@media (max-width:1199.98px){.b-text-in-columns .c-link .c-text{padding-bottom:2.3rem}}@media (max-width:1199.98px){.b-text-in-columns .c-link .c-text p{margin-left:auto;margin-right:auto;max-width:400px;padding-right:1rem}}.b-text-in-columns .c-link .c-text.default{font-size:1.125rem;letter-spacing:.18px;line-height:150%}@media (max-width:991.98px){.b-text-in-columns .c-link .c-text.default{font-size:.875rem;letter-spacing:.14px;line-height:150%}}@media (max-width:1199.98px){.b-text-in-columns .c-link .c-text.default{font-size:14px;line-height:1.5}}.b-text-in-columns-style-title-on-side .b-text-in-columns__container{margin-left:auto;margin-right:auto;max-width:1500px;background-color:#090604}@media (min-width:1200px){.b-text-in-columns-style-title-on-side .b-text-in-columns__container{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:1200px) and (max-width:1439px){.b-text-in-columns-style-title-on-side .b-text-in-columns__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:1200px){.b-text-in-columns-style-title-on-side .b-text-in-columns__title{max-width:unset;padding:5rem 1.8rem 1rem 9.4rem}}@media (min-width:1200px) and (max-width:1439px){.b-text-in-columns-style-title-on-side .b-text-in-columns__title{padding:5rem 5.6rem 1rem}}@media (min-width:1200px){.b-text-in-columns-style-title-on-side .b-text-in-columns__items{padding:4.2rem 6.6rem 4.2rem 4.5rem}}@media (min-width:1200px){.b-text-in-columns-style-title-on-side .b-text-in-columns__items .b-text-in-columns__item{padding-left:2rem;padding-right:2rem;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;margin-bottom:.3rem}}@media (max-width:1199.98px){.b-text-in-columns-style-title-on-side .b-text-in-columns__items .b-text-in-columns__item:not(:last-of-type) .c-text{border-color:hsla(0,0%,100%,.15)}}@media (min-width:1200px){.b-text-in-columns-style-title-on-side .b-text-in-columns__items .b-text-in-columns__item .c-link{border:0;padding:1.1rem 1rem}}@media (min-width:1200px){.b-text-in-columns-style-title-on-side .b-text-in-columns__items .b-text-in-columns__item .c-link:hover .c-title{color:#ff882e!important}}.b-text-in-columns-style-title-on-side .b-text-in-columns__items .b-text-in-columns__item .c-link:hover .c-title:after{-webkit-filter:invert(56%) sepia(84%) saturate(631%) hue-rotate(336deg) brightness(100%) contrast(104%);filter:invert(56%) sepia(84%) saturate(631%) hue-rotate(336deg) brightness(100%) contrast(104%)}@media (min-width:1200px){.b-text-in-columns-style-title-on-side .b-text-in-columns__items .b-text-in-columns__item .c-title:after{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);margin-right:1rem}}@media (max-width:1199.98px){.b-text-in-columns-style-title-on-side .b-text-in-columns__items .b-text-in-columns__item .c-title:after{-webkit-filter:invert(56%) sepia(84%) saturate(631%) hue-rotate(336deg) brightness(100%) contrast(104%);filter:invert(56%) sepia(84%) saturate(631%) hue-rotate(336deg) brightness(100%) contrast(104%)}}@media (max-width:1199.98px){.b-text-in-columns.c-margin--bottom-negative{margin-bottom:0!important}}.b-content-on-scroll{background-color:#fff;padding-block:80px}@media (min-width:992px){.b-content-on-scroll{padding-bottom:152px;padding-top:130px}}.b-content-on-scroll .c-section-header{margin-bottom:21px}@media (min-width:992px){.b-content-on-scroll .c-section-header{margin-bottom:61px;text-align:center}}.b-content-on-scroll .c-section-header__tagline{font-family:Manrope,sans-serif;margin-bottom:6px}@media (min-width:992px){.b-content-on-scroll .c-section-header__tagline{margin-bottom:-2px}}.b-content-on-scroll .c-section-header__tagline.default{font-size:1.5rem;font-weight:600;letter-spacing:4.8px;line-height:1.20833;text-transform:uppercase}@media (max-width:991.98px){.b-content-on-scroll .c-section-header__tagline.default{font-size:1rem;letter-spacing:3.2px;line-height:1.1875}}.b-content-on-scroll .c-section-header__title.default{font-size:3.75rem;font-weight:600;letter-spacing:-1.8px;line-height:1.2}@media (max-width:991.98px){.b-content-on-scroll .c-section-header__title.default{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}.b-content-on-scroll__items{display:grid;gap:24px}@media (min-width:992px){.b-content-on-scroll__items{margin-inline:auto;max-width:1030px;gap:17px}}.b-content-on-scroll__item{padding-bottom:40px;position:relative}@media (min-width:992px){.b-content-on-scroll__item{padding-bottom:17px}}@media (min-width:992px){.b-content-on-scroll__item:hover .b-content-on-scroll__item-image--hover .b-content-on-scroll__item-image-element--default{opacity:0}.b-content-on-scroll__item:hover .b-content-on-scroll__item-image--hover .b-content-on-scroll__item-image-element--hover{opacity:1}.b-content-on-scroll__item:hover .b-content-on-scroll__item-icon,.b-content-on-scroll__item:hover .b-content-on-scroll__item-title{color:var(--hover-color)}.b-content-on-scroll__item:hover .b-content-on-scroll__item-icon{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.b-content-on-scroll__item:after{background-color:rgba(0,0,0,.15);bottom:0;content:"";height:1px;left:0;position:absolute;-webkit-transition:width .865s;-o-transition:width .865s;transition:width .865s;width:0}@media (max-width:991.98px){.b-content-on-scroll__item:last-child{padding-bottom:0}.b-content-on-scroll__item:last-child:after{display:none}}.b-content-on-scroll__item .c-link{color:currentColor;display:block;text-decoration:none}@media (min-width:992px){.b-content-on-scroll__item .c-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;grid-template-columns:165px 180px 507px 1fr}}.b-content-on-scroll__item-icon{display:block}@media (min-width:992px){.b-content-on-scroll__item-icon{margin-left:auto}}.b-content-on-scroll__item-icon--desktop{height:26px;width:26px}@media (max-width:991.98px){.b-content-on-scroll__item-icon--desktop{display:none}}.b-content-on-scroll__item-icon--mobile{color:#ff882e;margin-top:24px}@media (min-width:992px){.b-content-on-scroll__item-icon--mobile{display:none}}.b-content-on-scroll__item-image{position:relative}.b-content-on-scroll__item-image-inner{height:131px;position:relative;width:131px}.b-content-on-scroll__item-image-element{height:calc(100% - 35px);left:0;-o-object-fit:contain;object-fit:contain;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;width:calc(100% - 35px)}@media (min-width:992px){.b-content-on-scroll__item-image-element{left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.b-content-on-scroll__item-image-element--hover{opacity:0}@media (min-width:992px){.b-content-on-scroll__item-icon,.b-content-on-scroll__item-title{-webkit-transition:color .5s,-webkit-transform .5s;transition:color .5s,-webkit-transform .5s;-o-transition:color .5s,transform .5s;transition:color .5s,transform .5s;transition:color .5s,transform .5s,-webkit-transform .5s}}@media (max-width:991.98px){.b-content-on-scroll__item-title{margin-bottom:24px}}.b-content-on-scroll__item-title.default{font-size:1.5rem;font-weight:700;letter-spacing:-.48px;line-height:1.29167}@media (max-width:991.98px){.b-content-on-scroll__item-title.default{font-size:1.25rem;letter-spacing:-.4px;line-height:1.2;line-height:1.4}}@media (min-width:992px){.b-content-on-scroll__item-title.default{line-height:1.41667}}@media (min-width:992px){.b-content-on-scroll__item-text{margin-left:30px}}@media (min-width:1200px){.b-content-on-scroll__item-text{margin-left:92px}}.b-content-on-scroll__item-text .default{font-size:1rem;font-weight:400;letter-spacing:.02em;line-height:1.5}@media (min-width:992px){.b-content-on-scroll__item-text .default{font-size:1.125rem;letter-spacing:.01em}}.b-content-on-scroll__item--in-viewport:after{width:100%}.b-content-on-scroll__item--in-viewport .af-animated-word{-webkit-transform:translateZ(0);transform:translateZ(0)}.b-content-on-scroll__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}@media (min-width:992px){.b-content-on-scroll__actions{margin-top:64px}}.b-hero-with-background-video{background-color:#010000;color:#fff;overflow:hidden;text-align:center}.b-hero-with-background-video__header{position:relative;z-index:1}@media (min-width:992px){.b-hero-with-background-video__header{margin-inline:auto;max-width:735px}}.b-hero-with-background-video__header-title{margin-bottom:24px}@media (min-width:992px){.b-hero-with-background-video__header-title{margin-bottom:20px}}.b-hero-with-background-video__header-title.default{font-size:3.75rem;font-weight:600;letter-spacing:-1.8px;line-height:1.2}@media (max-width:991.98px){.b-hero-with-background-video__header-title.default{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}.b-hero-with-background-video__header-text{margin-bottom:40px}@media (min-width:992px){.b-hero-with-background-video__header-text{margin-bottom:32px}}.b-hero-with-background-video__header-text.default{font-size:1.125rem;letter-spacing:.18px;line-height:150%;letter-spacing:.02em}@media (min-width:992px){.b-hero-with-background-video__header-text.default{font-size:1.25rem;letter-spacing:.2px;line-height:150%;letter-spacing:.02em}}.b-hero-with-background-video__header-text p{letter-spacing:inherit}.b-hero-with-background-video__container{min-height:689px;padding-top:100px}@media (min-width:992px){.b-hero-with-background-video__container{height:100vh;min-height:1100px;padding-top:196px}}@media (min-width:992px){.b-hero-with-background-video__media{bottom:0;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:calc(100vw - var(--scrollbar-width, 15px))}}.b-hero-with-background-video__media .c-image,.b-hero-with-background-video__media .c-picture,.b-hero-with-background-video__media .c-video,.b-hero-with-background-video__media .c-video-file,.b-hero-with-background-video__media video{height:100%;width:100%;display:block;-o-object-fit:cover;object-fit:cover}.b-hero-with-background-video .c-button-collection{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:767.98px){.b-hero-with-background-video .c-button-collection{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.b-hero-with-background-video .c-button-collection__item:not(:last-child){margin-right:0}.b-hero-with-background-video__media-mobile{left:50%;margin-top:-30px;position:relative;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:200%}@media (min-width:992px){.b-hero-with-background-video__media-mobile{display:none}}.b-hero-with-background-video__media-desktop{height:100%;width:100%}@media (max-width:991.98px){.b-hero-with-background-video__media-desktop{display:none}}.b-vertical-tabs-with-cards{-webkit-font-smoothing:antialiased}@media (max-width:767.98px){.b-vertical-tabs-with-cards{padding-bottom:80px;padding-top:80px}}@media (max-width:1199.98px){.b-vertical-tabs-with-cards{overflow:hidden}}@media (min-width:768px){.b-vertical-tabs-with-cards{padding-bottom:160px;padding-top:160px}}@media (min-width:1200px){.b-vertical-tabs-with-cards__container{max-width:1524px}}@media (max-width:1199.98px){.b-vertical-tabs-with-cards__container.container{position:static}}@media (max-width:991.98px){.b-vertical-tabs-with-cards__container.container{position:relative}}@media (min-width:768px){.b-vertical-tabs-with-cards__container:after{background:-webkit-gradient(linear,right top,left top,from(var(--bg-color)),color-stop(53.2%,hsla(0,0%,96.1%,0)));background:-o-linear-gradient(right,var(--bg-color) 0,hsla(0,0%,96.1%,0) 53.2%);background:linear-gradient(270deg,var(--bg-color),hsla(0,0%,96.1%,0) 53.2%);bottom:0;content:"";position:absolute;right:0;top:0;width:150px;z-index:101}}@media (min-width:992px){.b-vertical-tabs-with-cards__inner--mob{display:none}}@media (max-width:991.98px){.b-vertical-tabs-with-cards__inner--desktop{display:none}}.b-vertical-tabs-with-cards__grid{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;display:grid;grid-template-columns:1fr 864px}@media (min-width:1400px){.b-vertical-tabs-with-cards__col--controls{margin-left:148px}}.b-vertical-tabs-with-cards__header{margin-bottom:53px}@media (max-width:767.98px){.b-vertical-tabs-with-cards__header{margin-bottom:6px}}@media (max-width:767.98px){.b-vertical-tabs-with-cards__header .c-section-header__title.default{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}.b-vertical-tabs-with-cards__buttons{margin-top:50px}@media (max-width:767.98px){.b-vertical-tabs-with-cards__buttons{text-align:center}}.b-vertical-tabs-with-cards__slide{background-color:#fff;border-radius:10px;height:514px;overflow:hidden;width:483px}.b-vertical-tabs-with-cards__slide-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.b-vertical-tabs-with-cards__slide-title{margin-bottom:16px}.b-vertical-tabs-with-cards__slide-subtitle{color:#fff;font-family:Manrope,sans-serif;font-size:1.375rem;font-weight:400;left:35px;letter-spacing:-.44px;line-height:130%;position:absolute;top:35px}.b-vertical-tabs-with-cards__slider img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.b-vertical-tabs-with-cards__slide-text{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:1.125rem;letter-spacing:.18px;line-height:150%;margin-bottom:0}.b-vertical-tabs-with-cards__slide-description{background:#fff;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:35px}.b-vertical-tabs-with-cards__pagination{width:auto!important}.b-vertical-tabs-with-cards__controls-list{list-style:none;margin:20px 0;padding:0}.b-vertical-tabs-with-cards__controls-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:inherit;color:#090604;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Manrope,sans-serif;font-weight:500;left:-10px!important;line-height:1.2;opacity:.5;position:relative;text-decoration:none;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s}.b-vertical-tabs-with-cards__controls-link.--active{color:#ff882e;font-size:20px;font-weight:700;letter-spacing:-.4px;opacity:1}.b-vertical-tabs-with-cards__controls-link.--active .b-vertical-tabs-with-cards__controls-disc:before{height:9px;width:9px}.b-vertical-tabs-with-cards__controls-link.--active-next .b-vertical-tabs-with-cards__controls-disc:before,.b-vertical-tabs-with-cards__controls-link.--active-prev .b-vertical-tabs-with-cards__controls-disc:before{height:6px;width:6px}.b-vertical-tabs-with-cards__controls-link:hover{color:#ff882e}.b-vertical-tabs-with-cards__controls-link:nth-child(n+2){margin-top:20px}.b-vertical-tabs-with-cards__controls-disc{display:inline-block;height:20px;margin-right:9px;position:relative;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;width:20px}.b-vertical-tabs-with-cards__controls-disc:before{background-color:currentColor;border-radius:100px;bottom:0;content:"";display:inline-block;height:4px;left:0;margin:auto;position:absolute;right:0;top:0;width:4px}.b-vertical-tabs-with-cards__slide-link{bottom:35px;position:absolute;right:35px}.b-vertical-tabs-with-cards__slide-link svg{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}@media (max-width:991.98px){.b-vertical-tabs-with-cards__slide-link svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.b-vertical-tabs-with-cards__slide-link svg line,.b-vertical-tabs-with-cards__slide-link svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}.b-vertical-tabs-with-cards__slide-link:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.b-vertical-tabs-with-cards__slide-link:hover svg line,.b-vertical-tabs-with-cards__slide-link:hover svg path{stroke:#ff882e}.b-vertical-tabs-with-cards__slide-link:after{bottom:0;content:"";left:0;position:fixed;right:0;top:0}.b-vertical-tabs-with-cards__accordion-header{font-size:1.25rem;letter-spacing:-.4px;line-height:1.2;padding-bottom:24px;padding-top:24px;position:relative}.b-vertical-tabs-with-cards__accordion-header svg{bottom:0;color:#ff882e;margin:auto;position:absolute;right:0;top:0;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s}.b-vertical-tabs-with-cards__accordion-header.collapsed{border-bottom:1px solid rgba(9,6,4,.15)}.b-vertical-tabs-with-cards__accordion-header.collapsed svg{color:#000;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.b-vertical-tabs-with-cards__accordion-body{font-size:.875rem;line-height:1.71429}.b-vertical-tabs-with-cards__accordion-body.show{border-bottom:1px solid rgba(9,6,4,.15)}.b-vertical-tabs-with-cards__accordion-image{display:inline-block;margin-bottom:24px}.b-vertical-tabs-with-cards__accordion-image,.b-vertical-tabs-with-cards__accordion-image img{max-height:201px;-o-object-fit:cover;object-fit:cover}.b-vertical-tabs-with-cards__accordion-text{margin-bottom:36px}.b-vertical-tabs-with-cards__accordion-subtitle{font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;letter-spacing:-.36px;line-height:120%}.b-heading-content-icons{padding-bottom:65px;padding-top:80px}@media (min-width:992px){.b-heading-content-icons{padding-bottom:100px;padding-top:137px}}@media (min-width:992px){.b-heading-content-icons__header{display:inline-block;padding-right:15px;width:32%}}@media (max-width:991.98px){.b-heading-content-icons__header{margin-bottom:24px}}@media (min-width:992px){.b-heading-content-icons__text{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:21px;-moz-column-gap:21px;column-gap:21px;display:inline-block;padding-left:15px;vertical-align:top;width:66%}}@media (max-width:991.98px){.b-heading-content-icons__text p{margin-bottom:23px}}@media (max-width:767.98px){.b-heading-content-icons__items{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:60px;margin-top:46px;row-gap:40px}}@media (min-width:768px) and (max-width:1199.98px){.b-heading-content-icons__items{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:40px;margin-top:60px;row-gap:40px}}@media (min-width:1200px){.b-heading-content-icons__items{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px;margin-top:72px}}.b-heading-content-icons__label{font-family:Manrope,sans-serif;font-size:12px;letter-spacing:.48px;line-height:1.2}@media (max-width:575.98px){.b-heading-content-icons__label br{display:none}}.b-heading-content-icons__icon{margin-bottom:19px}.b-heading-content-icons__buttons{text-align:center}@media (min-width:992px){.b-heading-content-icons__buttons{margin-top:79px}}@media (max-width:991.98px){.b-heading-content-icons .c-section-header__tagline{margin-bottom:4px}}.b-heading-content-icons .c-section-header__tagline.default{font-size:1.5rem;font-weight:600;letter-spacing:4.8px;line-height:1.20833;text-transform:uppercase;font-family:Manrope,sans-serif}@media (max-width:991.98px){.b-heading-content-icons .c-section-header__tagline.default{font-size:1rem;letter-spacing:3.2px;line-height:1.1875}}@media (max-width:991.98px){.b-heading-content-icons .c-section-header__title.default{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}.b-scrolling-background-with-tooltips{--trs-popup-desktop:0.35s;color:#fff}@media (min-width:992px){.b-scrolling-background-with-tooltips{min-height:1110px}}.b-scrolling-background-with-tooltips .c-section-header{margin-bottom:40px;text-align:center}.b-scrolling-background-with-tooltips .c-section-header__tagline.default{font-size:1.5rem;font-weight:600;letter-spacing:4.8px;line-height:1.20833;text-transform:uppercase;font-family:Manrope,sans-serif}@media (max-width:991.98px){.b-scrolling-background-with-tooltips .c-section-header__tagline.default{font-size:1rem;letter-spacing:3.2px;line-height:1.1875}}.b-scrolling-background-with-tooltips .c-section-header__title.default{font-size:3.75rem;font-weight:600;letter-spacing:-1.8px;line-height:1.2}@media (max-width:991.98px){.b-scrolling-background-with-tooltips .c-section-header__title.default{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}@media (max-width:991.98px){.b-scrolling-background-with-tooltips__inner{padding-bottom:300px;padding-top:80px}}@media (min-width:992px){.b-scrolling-background-with-tooltips__inner{padding-top:159px}}.b-scrolling-background-with-tooltips__background{height:100%;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}@media (max-width:991.98px){.b-scrolling-background-with-tooltips__background{height:100%}}.b-scrolling-background-with-tooltips__background .c-media{bottom:0;position:absolute;text-align:center;width:100%}.b-scrolling-background-with-tooltips__media--foreground{left:50%}@media (max-width:991.98px){.b-scrolling-background-with-tooltips__media--foreground{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:-webkit-transform 1s linear;transition:-webkit-transform 1s linear;-o-transition:transform 1s linear;transition:transform 1s linear;transition:transform 1s linear,-webkit-transform 1s linear}}@media (min-width:992px){.b-scrolling-background-with-tooltips__media--foreground{-webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px);max-width:978px}}@media (max-width:991.98px){.b-scrolling-background-with-tooltips__media--foreground .c-picture{margin-inline:auto;width:360px}}.b-scrolling-background-with-tooltips__media--foreground .c-image{-webkit-perspective:1000px;perspective:1000px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.b-scrolling-background-with-tooltips__media--background{top:0}.b-scrolling-background-with-tooltips__media--background .c-image,.b-scrolling-background-with-tooltips__media--background .c-media,.b-scrolling-background-with-tooltips__media--background .c-picture{height:100%;width:100%;display:block;-o-object-fit:cover;object-fit:cover}@media (max-width:991.98px){.b-scrolling-background-with-tooltips__popups{display:grid;gap:40px;grid-template-columns:1fr}}@media (max-width:991.98px){.b-scrolling-background-with-tooltips__popup{margin-inline:auto;max-width:360px;opacity:1;width:100%}}@media (min-width:992px){.b-scrolling-background-with-tooltips__popup{border-radius:10px;cursor:pointer;padding:0;position:absolute;-webkit-transition-duration:var(--trs-popup-desktop);-o-transition-duration:var(--trs-popup-desktop);transition-duration:var(--trs-popup-desktop);-webkit-transition-property:background,-webkit-backdrop-filter;transition-property:background,-webkit-backdrop-filter;-o-transition-property:background,backdrop-filter;transition-property:background,backdrop-filter;transition-property:background,backdrop-filter,-webkit-backdrop-filter;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;width:294px}}@media (min-width:992px){.b-scrolling-background-with-tooltips__popup .container{padding-inline:0}}@media (max-width:991.98px){.b-scrolling-background-with-tooltips__popup-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}}@media (min-width:992px){.b-scrolling-background-with-tooltips__popup-inner{padding:30px;position:relative}}.b-scrolling-background-with-tooltips__popup-title.default{font-size:1.25rem;letter-spacing:-.4px;line-height:1.2}@media (min-width:992px){.b-scrolling-background-with-tooltips__popup-title.default{font-size:1.5rem;letter-spacing:-.02em;line-height:1.2}}@media (min-width:992px){.b-scrolling-background-with-tooltips__popup-text{overflow:hidden;-webkit-transition:margin-top var(--trs-popup-desktop) linear;-o-transition:margin-top var(--trs-popup-desktop) linear;transition:margin-top var(--trs-popup-desktop) linear}}.b-scrolling-background-with-tooltips__popup-text.default{font-size:.875rem;line-height:1.5}@media (min-width:992px){.b-scrolling-background-with-tooltips__popup-text.default{font-size:1rem;max-height:0}}.b-scrolling-background-with-tooltips__popup-close{cursor:pointer;display:none;position:absolute;right:7px;top:9px;z-index:7}.b-scrolling-background-with-tooltips__popup-desktop-line{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:991.98px){.b-scrolling-background-with-tooltips__popup-desktop-line{display:none}}@media (min-width:992px){.b-scrolling-background-with-tooltips__popup--nth-child-1{left:50%;margin-left:-422px;top:500px}}@media (min-width:992px){.b-scrolling-background-with-tooltips__popup--nth-child-2{left:50%;margin-left:-375px;top:698px}}@media (min-width:992px){.b-scrolling-background-with-tooltips__popup--nth-child-3{left:50%;margin-left:25px;text-align:right;top:746px}}.b-scrolling-background-with-tooltips__popup--nth-child-3 .b-scrolling-background-with-tooltips__popup-desktop-line{left:0;right:auto;-webkit-transform:translateY(-50%) scaleX(-1);-ms-transform:translateY(-50%) scaleX(-1);transform:translateY(-50%) scaleX(-1)}@media (min-width:992px){.b-scrolling-background-with-tooltips__popup--active{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:hsla(0,0%,100%,.2);z-index:8}}@media (min-width:992px){.b-scrolling-background-with-tooltips__popup--active .b-scrolling-background-with-tooltips__popup-close{display:block}}@media (min-width:992px){.b-scrolling-background-with-tooltips__popup--active .b-scrolling-background-with-tooltips__popup-desktop-line{display:none}}@media (min-width:992px){.b-scrolling-background-with-tooltips__popup--active .b-scrolling-background-with-tooltips__popup-text{margin-top:16px;max-height:600px}}@media (min-width:992px){.b-scrolling-background-with-tooltips__line{display:none}}@media (max-width:991.98px){.b-scrolling-background-with-tooltips__line{opacity:0;position:absolute}}.b-fade-in-images-on-scroll{color:#090604}@media (max-width:991.98px){.b-fade-in-images-on-scroll{padding-block:68px}}@media (min-width:992px){.b-fade-in-images-on-scroll{padding-block:120px}}.b-fade-in-images-on-scroll__wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;max-width:984px;width:100%}@media (max-width:991.98px){.b-fade-in-images-on-scroll__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:992px){.b-fade-in-images-on-scroll__header{margin-top:-26px;width:412px}}.b-fade-in-images-on-scroll__title{margin-bottom:20px}.b-fade-in-images-on-scroll__title.default{color:#090604;font-style:normal;font-weight:600;line-height:120%}@media (max-width:991.98px){.b-fade-in-images-on-scroll__title.default{font-size:36px;letter-spacing:-1.08px}}@media (min-width:992px){.b-fade-in-images-on-scroll__title.default{font-size:60px;letter-spacing:-1.8px}}.b-fade-in-images-on-scroll__text.default{color:#090604;font-style:normal;font-weight:400;line-height:150%}@media (max-width:991.98px){.b-fade-in-images-on-scroll__text.default{font-size:16px;letter-spacing:.32px}}@media (min-width:992px){.b-fade-in-images-on-scroll__text.default{font-size:18px;letter-spacing:.36px}}.b-fade-in-images-on-scroll__images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:991.98px){.b-fade-in-images-on-scroll__images{gap:88px;width:100%}}@media (min-width:992px){.b-fade-in-images-on-scroll__images{gap:145px}}.b-fade-in-images-on-scroll__image{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;position:relative;-webkit-transition:opacity .5s ease-in-out .2s;-o-transition:opacity .5s ease-in-out .2s;transition:opacity .5s ease-in-out .2s}@media (max-width:991.98px){.b-fade-in-images-on-scroll__image{gap:24px}}@media (min-width:992px){.b-fade-in-images-on-scroll__image{gap:54px}}.b-fade-in-images-on-scroll__image:after{background:rgba(0,0,0,0) no-repeat 50%;content:"";height:157px;opacity:1;position:absolute;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;width:77px}.b-fade-in-images-on-scroll__image--visible,.b-fade-in-images-on-scroll__image--visible:after{opacity:1}.b-fade-in-images-on-scroll__image:first-child{margin-top:62px;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}@media (max-width:991.98px){.b-fade-in-images-on-scroll__image:first-child .c-image{width:112px}}@media (min-width:992px){.b-fade-in-images-on-scroll__image:first-child{margin-left:54px;margin-top:14px}}@media (max-width:991.98px){.b-fade-in-images-on-scroll__image:nth-child(2){margin-left:87px}.b-fade-in-images-on-scroll__image:nth-child(2) .c-image{width:100px}.b-fade-in-images-on-scroll__image:nth-child(2):after{background-image:url(../images/fade-in-images-on-scroll-dots-1-mobile.95d01b34e2.svg);height:91px;left:21px;top:calc(-100% - 11px);width:44px}}@media (min-width:992px){.b-fade-in-images-on-scroll__image:nth-child(2){margin-bottom:-22px;margin-left:162px;margin-top:11px}.b-fade-in-images-on-scroll__image:nth-child(2):after{background-image:url(../images/fade-in-images-on-scroll-dots-1.52ccfc1786.svg);height:157px;left:30px;top:calc(-100% - 36px);width:77px}}.b-fade-in-images-on-scroll__image:nth-child(2):after{display:block}@media (max-width:991.98px){.b-fade-in-images-on-scroll__image:nth-child(3){margin-left:7px;margin-top:-63px}.b-fade-in-images-on-scroll__image:nth-child(3) .c-image{width:96px}.b-fade-in-images-on-scroll__image:nth-child(3):after{background-image:url(../images/fade-in-images-on-scroll-dots-2-mobile.84690ebf3f.svg);height:91px;left:92px;top:calc(-25% - -19px);width:44px}.b-fade-in-images-on-scroll__image:nth-child(3) .b-fade-in-images-on-scroll__image-body{left:10px;position:relative;top:19px}}@media (min-width:992px){.b-fade-in-images-on-scroll__image:nth-child(3){margin-left:92px}.b-fade-in-images-on-scroll__image:nth-child(3):after{background-image:url(../images/fade-in-images-on-scroll-dots-2.e6a245e2e7.svg);height:157px;left:112px;top:calc(-100% - -76px);width:77px}}.b-fade-in-images-on-scroll__image:nth-child(3):after{display:block}.b-fade-in-images-on-scroll__image-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:991.98px){.b-fade-in-images-on-scroll__image-body{gap:10px}}@media (min-width:992px){.b-fade-in-images-on-scroll__image-body{gap:20px}}.b-fade-in-images-on-scroll__image-title.default{font-size:24px;font-style:normal;font-weight:600;letter-spacing:-.72px;line-height:100%}.b-fade-in-images-on-scroll__image-text.default{font-size:14px;font-style:normal;font-weight:400;line-height:150%}.b-nui-hero{--bottom-gap:clamp(80px,nui-desktop-variable-size(515),515px);color:#fff;overflow:hidden}@media (max-width:991.98px){.b-nui-hero{--bottom-gap:80px}}.b-nui-hero .c-section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;margin-inline:auto;max-width:885px;text-align:center}@media (max-width:991.98px){.b-nui-hero .c-section-header{gap:16px}}.b-nui-hero .c-section-header__tagline{font-family:Libre Franklin,sans-serif;font-weight:400;letter-spacing:.01em}.b-nui-hero .c-section-header__title{font-family:Manrope,sans-serif;font-size:60px;font-weight:600;letter-spacing:-.03em;line-height:1.2}@media (max-width:1024px){.b-nui-hero .c-section-header__title{font-size:40px}}@media (max-width:991.98px){.b-nui-hero .c-section-header__title{font-size:36px}}@media (max-height:569px) and (max-width:1023px){.b-nui-hero .c-section-header__title{font-size:30px}}.b-nui-hero .c-section-header__sub-title{font-size:32px;font-weight:400;letter-spacing:.01em;line-height:1.5;text-transform:none}@media (max-width:1024px){.b-nui-hero .c-section-header__sub-title{font-size:22px}}@media (max-width:991.98px){.b-nui-hero .c-section-header__sub-title{font-size:18px}}@media (max-width:991.98px){.b-nui-hero .c-section-header{max-width:560px}}.b-nui-hero__scroll{bottom:var(--bottom-gap);cursor:pointer;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media (min-width:992px){.b-nui-hero__scroll{bottom:80px}}.b-nui-hero__inner{min-height:100lvh;padding-bottom:var(--bottom-gap);padding-top:clamp(120px,32.31481lvh,349px);z-index:7}@media (max-width:991.98px){.b-nui-hero__inner{padding-bottom:var(--bottom-gap);padding-top:clamp(40px,16.5lvh,132px)}}.b-nui-hero__media,.b-nui-hero__media .c-media{height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:767.98px){.b-nui-hero__media,.b-nui-hero__media .c-media{bottom:0;height:clamp(100px,58.75lvh,470px);top:auto}}.b-nui-hero__media{text-align:center}.b-nui-hero__media .c-picture,.b-nui-hero__media img{height:100%;max-width:clamp(400px,237.03704lvh,2560px);-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;width:100%}.b-nui-hero__media-background{z-index:3}.b-nui-hero__media-foreground{opacity:0;z-index:5}.b-nui-video-slider{color:#fff;opacity:0}.b-nui-video-slider .b-nui-video-slider__inner,.b-nui-video-slider__item{inset:0;position:absolute;z-index:7}.b-nui-video-slider__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100lvh;opacity:0}@media (max-width:991.98px){.b-nui-video-slider__item{padding-inline:20px}}.b-nui-video-slider__item-text{font-family:Manrope,sans-serif;font-size:60px;font-weight:600;letter-spacing:-.03em;line-height:1.2;margin-top:-50px;text-align:center}@media (max-width:1024px){.b-nui-video-slider__item-text{font-size:40px}}@media (max-width:991.98px){.b-nui-video-slider__item-text{font-size:36px}}@media (max-height:569px) and (max-width:1023px){.b-nui-video-slider__item-text{font-size:30px}}.b-nui-video-slider__media{inset:0;overflow:hidden;position:-webkit-sticky;position:sticky;z-index:1}.b-nui-video-slider__media .c-video-file{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100lvh;left:50%;position:relative;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.b-nui-video-slider__media .c-video-file__video{border-radius:unset;overflow:visible}.b-nui-video-slider__media video{display:block;height:auto;max-width:none;width:clamp(720px,237.03704lvh,2560px)}.b-nui-text-and-animated-images{color:#fff;opacity:0;overflow:hidden}.b-nui-text-and-animated-images .c-section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;margin-inline:auto;max-width:885px;text-align:center}@media (max-width:991.98px){.b-nui-text-and-animated-images .c-section-header{gap:16px}}.b-nui-text-and-animated-images .c-section-header__tagline{font-family:Libre Franklin,sans-serif;font-weight:400;letter-spacing:.01em}.b-nui-text-and-animated-images .c-section-header__title{font-family:Manrope,sans-serif;font-size:60px;font-weight:600;letter-spacing:-.03em;line-height:1.2}@media (max-width:1024px){.b-nui-text-and-animated-images .c-section-header__title{font-size:40px}}@media (max-width:991.98px){.b-nui-text-and-animated-images .c-section-header__title{font-size:36px}}@media (max-height:569px) and (max-width:1023px){.b-nui-text-and-animated-images .c-section-header__title{font-size:30px}}.b-nui-text-and-animated-images .c-section-header__sub-title{font-size:32px;font-weight:400;letter-spacing:.01em;line-height:1.5;text-transform:none}@media (max-width:1024px){.b-nui-text-and-animated-images .c-section-header__sub-title{font-size:22px}}@media (max-width:991.98px){.b-nui-text-and-animated-images .c-section-header__sub-title{font-size:18px}}.b-nui-text-and-animated-images .c-section-header__sub-title{margin-inline:auto;max-width:536px}.b-nui-text-and-animated-images .c-background__content{min-height:100lvh;position:relative;z-index:5}.b-nui-text-and-animated-images__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100lvh}@media (max-width:991.98px){.b-nui-text-and-animated-images__inner{padding-inline:20px}}@media (max-width:767.98px){.b-nui-text-and-animated-images__inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:clamp(40px,16.25lvh,130px)}}.b-nui-text-and-animated-images__media{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:calc(100vw + 318px);z-index:3}@media (min-width:1590px){.b-nui-text-and-animated-images__media{width:2238px}}@media (max-width:1589.98px){.b-nui-text-and-animated-images__media{width:110vw}}@media (max-width:1199.98px){.b-nui-text-and-animated-images__media{margin-left:-30px;width:133%}}@media (max-width:991.98px){.b-nui-text-and-animated-images__media{margin-left:-20px;width:120%}}.b-nui-text-and-animated-images__media-left,.b-nui-text-and-animated-images__media-right{-webkit-box-flex:0;-ms-flex:0 0;flex:0 0}.b-nui-text-and-animated-images__media-left{-ms-flex-preferred-size:clamp(300px,61.57407lvh,665px);flex-basis:clamp(300px,61.57407lvh,665px);height:clamp(500px,83.7963lvh,905px)}@media (max-width:1589.98px){.b-nui-text-and-animated-images__media-left{-ms-flex-preferred-size:380px;flex-basis:380px;height:514px}}@media (max-width:991.98px){.b-nui-text-and-animated-images__media-left{-ms-flex-preferred-size:220px;flex-basis:220px;height:270px}}@media (max-height:569px) and (max-width:1023px){.b-nui-text-and-animated-images__media-left{-ms-flex-preferred-size:120px;flex-basis:120px;height:168px}}.b-nui-text-and-animated-images__media-right{-ms-flex-preferred-size:clamp(300px,53.05556lvh,573px);flex-basis:clamp(300px,53.05556lvh,573px);height:clamp(500px,83.14815lvh,898px)}@media (max-width:1589.98px){.b-nui-text-and-animated-images__media-right{-ms-flex-preferred-size:320px;flex-basis:320px;height:480px}}@media (max-width:991.98px){.b-nui-text-and-animated-images__media-right{-ms-flex-preferred-size:180px;flex-basis:180px;height:276px}}@media (max-height:569px) and (max-width:1023px){.b-nui-text-and-animated-images__media-right{-ms-flex-preferred-size:110px;flex-basis:110px;height:157px}}.b-nui-lottie{color:#fff;opacity:0;overflow:hidden}.b-nui-lottie__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100lvh}@media (max-width:767.98px){.b-nui-lottie__inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:calc(var(--header-height) + 20px)}}.b-nui-lottie__item{margin-inline:auto;max-width:1118px;left:50%;opacity:0;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%}@media (max-width:991.98px){.b-nui-lottie__item{padding-inline:20px}}@media (max-width:767.98px){.b-nui-lottie__item{top:clamp(40px,38.75lvh,310px)}}@media (min-width:768px){.b-nui-lottie__item{bottom:0}}.b-nui-lottie__item--1{max-width:1118px}@media (min-width:768px){.b-nui-lottie__item--1{padding-bottom:clamp(40px,13.14815lvh,142px)}}.b-nui-lottie__item--2{max-width:910px}@media (min-width:768px){.b-nui-lottie__item--2{padding-bottom:clamp(40px,16.48148lvh,178px)}}.b-nui-lottie .c-lottie-animation{height:clamp(220px,63.88889lvh,690px)}@media (max-width:767.98px){.b-nui-lottie .c-lottie-animation{height:clamp(40px,36.25lvh,290px)}}.b-nui-lottie .c-lottie-animation svg{height:100%!important;width:auto!important}@media (max-width:991.98px){.b-nui-lottie .c-section-header{text-align:left}}.b-nui-lottie .c-section-header__title{font-family:Manrope,sans-serif;font-size:60px;font-weight:600;letter-spacing:-.03em;line-height:1.2}@media (max-width:1024px){.b-nui-lottie .c-section-header__title{font-size:40px}}@media (max-width:991.98px){.b-nui-lottie .c-section-header__title{font-size:36px}}@media (max-height:569px) and (max-width:1023px){.b-nui-lottie .c-section-header__title{font-size:30px}}.b-nui-lottie-with-slides{color:#fff;opacity:0;overflow:hidden}.b-nui-lottie-with-slides .c-section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;margin-inline:auto;max-width:885px;text-align:center}@media (max-width:991.98px){.b-nui-lottie-with-slides .c-section-header{gap:16px}}.b-nui-lottie-with-slides .c-section-header__tagline{font-family:Libre Franklin,sans-serif;font-weight:400;letter-spacing:.01em}.b-nui-lottie-with-slides .c-section-header__title{font-family:Manrope,sans-serif;font-size:60px;font-weight:600;letter-spacing:-.03em;line-height:1.2}@media (max-width:1024px){.b-nui-lottie-with-slides .c-section-header__title{font-size:40px}}@media (max-width:991.98px){.b-nui-lottie-with-slides .c-section-header__title{font-size:36px}}@media (max-height:569px) and (max-width:1023px){.b-nui-lottie-with-slides .c-section-header__title{font-size:30px}}.b-nui-lottie-with-slides .c-section-header__sub-title{font-size:32px;font-weight:400;letter-spacing:.01em;line-height:1.5;text-transform:none}@media (max-width:1024px){.b-nui-lottie-with-slides .c-section-header__sub-title{font-size:22px}}@media (max-width:991.98px){.b-nui-lottie-with-slides .c-section-header__sub-title{font-size:18px}}.b-nui-lottie-with-slides .c-section-header__sub-title{margin-inline:auto;max-width:630px}@media (max-width:767.98px){.b-nui-lottie-with-slides .c-section-header__sub-title{max-width:236px}}.b-nui-lottie-with-slides__media-background{inset:0;position:absolute;z-index:1}.b-nui-lottie-with-slides__inner{height:100lvh;z-index:2}.b-nui-lottie-with-slides__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;left:0;position:absolute;top:0;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100lvh}@media (max-width:991.98px){.b-nui-lottie-with-slides__item{padding-inline:20px}}.b-nui-lottie-with-slides__item:not(.b-nui-lottie-with-slides__item--1){opacity:0}.b-nui-lottie-with-slides__item--2 .c-section-header{gap:8px}.b-nui-lottie-with-slides__item--2 .c-button-collection{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}@media (max-width:767.98px){.b-nui-lottie-with-slides__item--2 .c-button-collection{margin-top:24px}}.b-nui-boxed-content{--box-side-spacing:127px;color:#fff;opacity:0;overflow:hidden}@media (max-width:1199.98px){.b-nui-boxed-content{--box-side-spacing:60px}}@media (max-width:991.98px){.b-nui-boxed-content{--box-side-spacing:24px}}.b-nui-boxed-content__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100lvh}@media (max-width:991.98px){.b-nui-boxed-content__container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:calc(42px + var(--header-height))}}.b-nui-boxed-content__inner{margin-inline:auto;max-width:1052px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:hsla(0,0%,100%,.2);border:1px solid #fff;border-radius:10px;-webkit-box-sizing:content-box;box-sizing:content-box;padding-block:111px;position:relative;width:100%}@media (max-width:1199.98px){.b-nui-boxed-content__inner{max-width:780px}}@media (max-width:991.98px){.b-nui-boxed-content__inner{max-width:550px;padding-bottom:96px;padding-top:30px}}.b-nui-boxed-content__media{inset:0}.b-nui-boxed-content__media,.b-nui-boxed-content__media-left,.b-nui-boxed-content__media-right,.b-nui-boxed-content__text{pointer-events:none;position:absolute}.b-nui-boxed-content__media-left{aspect-ratio:239/434;height:clamp(280px,40.18519lvh,434px);left:0;top:0;-webkit-transform:translate(-160px,165px);-ms-transform:translate(-160px,165px);transform:translate(-160px,165px)}@media (max-width:1199.98px){.b-nui-boxed-content__media-left{height:260px;-webkit-transform:translate(-140px,165px);-ms-transform:translate(-140px,165px);transform:translate(-140px,165px)}}@media (max-width:991.98px){.b-nui-boxed-content__media-left{height:267px;left:0;top:100%;-webkit-transform:translate(-10px,-60px);-ms-transform:translate(-10px,-60px);transform:translate(-10px,-60px);width:147px}}.b-nui-boxed-content__media-right{aspect-ratio:267/378;height:clamp(240px,35lvh,378px);right:0;top:0;-webkit-transform:translate(157px,30px);-ms-transform:translate(157px,30px);transform:translate(157px,30px)}@media (max-width:1199.98px){.b-nui-boxed-content__media-right{height:260px;-webkit-transform:translate(140px,30px);-ms-transform:translate(140px,30px);transform:translate(140px,30px)}}@media (max-width:991.98px){.b-nui-boxed-content__media-right{height:218px;right:0;top:100%;-webkit-transform:translateY(-65px);-ms-transform:translateY(-65px);transform:translateY(-65px);width:155px}}.b-nui-boxed-content__text{font-family:Manrope,sans-serif;font-size:60px;font-weight:600;letter-spacing:-.03em;line-height:1.2;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:0;left:var(--box-side-spacing);right:var(--box-side-spacing);top:0}@media (max-width:1024px){.b-nui-boxed-content__text{font-size:40px}}@media (max-width:991.98px){.b-nui-boxed-content__text{font-size:36px}}@media (max-height:569px) and (max-width:1023px){.b-nui-boxed-content__text{font-size:30px}}@media (min-width:992px){.b-nui-boxed-content__text{text-align:center}}@media (max-width:991.98px){.b-nui-boxed-content__text{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;inset:30px var(--box-side-spacing)}}.b-nui-boxed-content__text p{letter-spacing:inherit}.b-nui-boxed-content__text:not(.b-nui-boxed-content__text--1){opacity:0}.b-nui-outro{color:#fff;overflow:hidden}.b-nui-outro .c-section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;margin-inline:auto;max-width:885px;text-align:center;max-width:1163px}@media (max-width:991.98px){.b-nui-outro .c-section-header{gap:16px}}.b-nui-outro .c-section-header__tagline{font-family:Libre Franklin,sans-serif;font-weight:400;letter-spacing:.01em}.b-nui-outro .c-section-header__title{font-family:Manrope,sans-serif;font-size:60px;font-weight:600;letter-spacing:-.03em;line-height:1.2}@media (max-width:1024px){.b-nui-outro .c-section-header__title{font-size:40px}}@media (max-width:991.98px){.b-nui-outro .c-section-header__title{font-size:36px}}@media (max-height:569px) and (max-width:1023px){.b-nui-outro .c-section-header__title{font-size:30px}}.b-nui-outro .c-section-header__sub-title{font-size:32px;font-weight:400;letter-spacing:.01em;line-height:1.5;text-transform:none}@media (max-width:1024px){.b-nui-outro .c-section-header__sub-title{font-size:22px}}@media (max-width:991.98px){.b-nui-outro .c-section-header__sub-title{font-size:18px}}.b-nui-outro .c-background{position:relative}.b-nui-outro .c-background__color{display:none}.b-nui-outro .c-background__color,.b-nui-outro .c-background__image{background-attachment:fixed;bottom:0;height:auto}.b-nui-outro__inner{position:relative}.b-nui-outro__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100lvh;position:relative}.b-nui-outro__item .c-media{bottom:0;height:clamp(400px,85.92593lvh,928px);position:absolute;right:-29px;width:clamp(400px,93.98148lvh,1115px)}@media (max-width:991.98px){.b-nui-outro__item .c-media{height:auto;right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);width:100%}}@media (max-width:767.98px){.b-nui-outro__item .c-media{height:529px;width:578px}}@media (max-height:569px) and (max-width:1023px){.b-nui-outro__item .c-media{height:309px;width:339px}}@media (max-width:991.98px){.b-nui-outro__item--1 .c-section-header{text-align:left}}.b-nui-outro__item--2 .c-section-header{position:absolute;z-index:5}@media (min-width:992px){.b-nui-outro__item--2 .c-section-header{left:147px;top:50%;-webkit-transform:translateY(-75px);-ms-transform:translateY(-75px);transform:translateY(-75px)}}@media (max-width:991.98px){.b-nui-outro__item--2 .c-section-header{left:50%;padding-inline:20px;top:calc(var(--header-height) + 93px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%}}.b-nui-video{color:#fff}.b-nui-video .c-section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;margin-inline:auto;max-width:885px;text-align:center}@media (max-width:991.98px){.b-nui-video .c-section-header{gap:16px}}.b-nui-video .c-section-header__tagline{font-family:Libre Franklin,sans-serif;font-weight:400;letter-spacing:.01em}.b-nui-video .c-section-header__title{font-family:Manrope,sans-serif;font-size:60px;font-weight:600;letter-spacing:-.03em;line-height:1.2}@media (max-width:1024px){.b-nui-video .c-section-header__title{font-size:40px}}@media (max-width:991.98px){.b-nui-video .c-section-header__title{font-size:36px}}@media (max-height:569px) and (max-width:1023px){.b-nui-video .c-section-header__title{font-size:30px}}.b-nui-video .c-section-header__sub-title{font-size:32px;font-weight:400;letter-spacing:.01em;line-height:1.5;text-transform:none}@media (max-width:1024px){.b-nui-video .c-section-header__sub-title{font-size:22px}}@media (max-width:991.98px){.b-nui-video .c-section-header__sub-title{font-size:18px}}.b-nui-video__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:60px}@media (min-width:992px){.b-nui-video__inner{min-height:100lvh}}@media (max-width:991.98px){.b-nui-video__inner{gap:37px;padding-bottom:47px;padding-top:101px}}@media (max-width:767.98px){.b-nui-video__actions{aspect-ratio:320/180;background-color:#d9d9d9;border-radius:10px;position:relative;width:100%}}.b-nui-video__cta{background-position:50%;background-repeat:no-repeat;background-size:contain;height:60px;width:60px;background-image:url(../images/nui-play-button.2b4eaed62d.svg);font-size:0}@media (max-width:767.98px){.b-nui-video__cta{left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);z-index:8}}.b-nui-video__actions{background-color:rgba(0,0,0,0)}.b-side-by-side-accordion{padding-block:160px}@media (max-width:991.98px){.b-side-by-side-accordion{padding-block:40px}}.b-side-by-side-accordion .c-section-header{margin-bottom:80px}@media (min-width:992px){.b-side-by-side-accordion .c-section-header{text-align:center}}@media (max-width:991.98px){.b-side-by-side-accordion .c-section-header{margin-bottom:25px}}.b-side-by-side-accordion .c-section-header__tagline{font-size:1.5rem;font-weight:600;letter-spacing:4.8px;line-height:1.20833;text-transform:uppercase;font-weight:400;letter-spacing:.2em;margin-bottom:0}@media (max-width:991.98px){.b-side-by-side-accordion .c-section-header__tagline{font-size:1rem;letter-spacing:3.2px;line-height:1.1875;margin-bottom:5px}}.b-side-by-side-accordion .c-section-header__title{font-size:3.75rem;font-weight:600;letter-spacing:-1.8px;line-height:1.2}@media (max-width:991.98px){.b-side-by-side-accordion .c-section-header__title{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}@media (min-width:992px){.b-side-by-side-accordion__body{display:grid;gap:123px;grid-template-columns:minmax(0,362px) minmax(0,1fr)}}.b-side-by-side-accordion__medias{position:relative}@media (max-width:991.98px){.b-side-by-side-accordion__medias{display:none}}.b-side-by-side-accordion__medias-item{height:100%;left:0;position:absolute;top:0;width:100%;opacity:0;-webkit-transition:opacity .22s;-o-transition:opacity .22s;transition:opacity .22s}[data-active-index="1"] .b-side-by-side-accordion__medias-item:first-child,[data-active-index="2"] .b-side-by-side-accordion__medias-item:nth-child(2),[data-active-index="3"] .b-side-by-side-accordion__medias-item:nth-child(3),[data-active-index="4"] .b-side-by-side-accordion__medias-item:nth-child(4),[data-active-index="5"] .b-side-by-side-accordion__medias-item:nth-child(5),[data-active-index="6"] .b-side-by-side-accordion__medias-item:nth-child(6),[data-active-index="7"] .b-side-by-side-accordion__medias-item:nth-child(7),[data-active-index="8"] .b-side-by-side-accordion__medias-item:nth-child(8),[data-active-index="9"] .b-side-by-side-accordion__medias-item:nth-child(9),[data-active-index="10"] .b-side-by-side-accordion__medias-item:nth-child(10){opacity:1;position:relative}.b-scroll-to-top{bottom:30px;position:fixed;right:30px}.b-scroll-to-top__button{background-color:#090604;border-radius:50%;display:none;padding:10px;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.b-scroll-to-top__button img{max-width:36px}.b-scroll-to-top .is-visible{display:block}@-webkit-keyframes b-resource-lobby-loading-mask-animation{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes b-resource-lobby-loading-mask-animation{0%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:991.98px){.b-resource-lobby{margin:138px 0 98px}}@media (min-width:992px){.b-resource-lobby{margin:170px 0}}.b-resource-lobby .container{max-width:1230px}.b-resource-lobby .c-background:after,.b-resource-lobby .c-background:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";pointer-events:none;position:absolute;z-index:1}.b-resource-lobby__placeholder{background:rgba(0,0,0,0)!important;border-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0);position:relative}.b-resource-lobby__placeholder>*{visibility:hidden}.b-resource-lobby__placeholder:after{-webkit-animation:b-resource-lobby-loading-mask-animation 1.2s ease-in-out infinite;animation:b-resource-lobby-loading-mask-animation 1.2s ease-in-out infinite;background:-o-linear-gradient(350deg,#eceff1 30%,#f6f7f8 50%,#eceff1 70%);background:linear-gradient(100deg,#eceff1 30%,#f6f7f8 50%,#eceff1 70%);background-size:400%;color:rgba(0,0,0,0);content:"";height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:2}.b-resource-lobby__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media (min-width:992px){.b-resource-lobby__header{margin:80px 0 56px}}@media (max-width:991.98px){.b-resource-lobby__header{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:80px 0 40px}}.b-resource-lobby__filters{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:1919px){.b-resource-lobby__filters{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}}@media screen and (min-width:1920px){.b-resource-lobby__filters{gap:20px;left:0;position:absolute;top:240px;z-index:2}}.b-resource-lobby__filters--desktop{width:314px}@media screen and (max-width:1919px){.b-resource-lobby__filters--desktop{display:none}}.b-resource-lobby__filters--mobile{width:100%}@media screen and (min-width:1920px){.b-resource-lobby__filters--mobile{display:none}}.b-resource-lobby__filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;font-family:Libre Franklin,sans-serif;font-size:14px;font-weight:500;letter-spacing:.14px;line-height:26px;max-width:100%}@media (max-width:991.98px){.b-resource-lobby__filter{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:27px}}@media (min-width:992px){.b-resource-lobby__filter{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0}}.b-resource-lobby__filter-left-category{font-family:Libre Franklin,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:.16px;line-height:150%;margin-top:20px}.b-resource-lobby__filter-left-category,.b-resource-lobby__filter-left-category-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.b-resource-lobby__filter-left-category-list{margin-left:30px}.b-resource-lobby__filter-left-category-list .b-resource-lobby__filter-left-category-item{display:list-item}.afa-global--airfleet .b-resource-lobby__filter-left-category-item,.b-resource-lobby__filter-left-category-item{text-decoration:none}.afa-global--airfleet .b-resource-lobby__filter-left-category-item,.afa-global--airfleet .b-resource-lobby__filter-left-category-item:hover,.b-resource-lobby__filter-left-category-item,.b-resource-lobby__filter-left-category-item:hover{color:#090604}.afa-global--airfleet .b-resource-lobby__filter-left-category-item--selected,.b-resource-lobby__filter-left-category-item--selected{font-weight:600}.acf-block-body .b-resource-lobby__filter-label,.b-resource-lobby__filter-label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Libre Franklin,sans-serif;font-style:normal;font-weight:600;gap:11px;margin-bottom:0}@media (max-width:991.98px){.acf-block-body .b-resource-lobby__filter-label,.b-resource-lobby__filter-label{font-size:16px;line-height:26px}}@media (min-width:992px){.acf-block-body .b-resource-lobby__filter-label,.b-resource-lobby__filter-label{font-size:18px;line-height:28px}}.b-resource-lobby__filter-slider{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;position:relative;width:100%}@media (max-width:991.98px){.b-resource-lobby__filter-slider{display:none}}.b-resource-lobby__filter-slider-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:-webkit-max-content;width:-moz-max-content;width:max-content}.b-resource-lobby__filter-slider-button{color:#000;cursor:pointer;margin-right:22px;padding:8px 19px;text-decoration:none;white-space:nowrap}.b-resource-lobby__filter-slider-button:last-child{margin-right:40px}.b-resource-lobby__filter-slider-button:hover{color:#000;text-decoration:underline}.b-resource-lobby__filter-slider-button--selected{border-radius:10px;color:#fff}.b-resource-lobby__filter-slider-button--selected:hover{color:#fff;text-decoration:none}.b-resource-lobby__filter-slider:after{background-image:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(90%,#fff));background-image:-o-linear-gradient(left,hsla(0,0%,100%,0),#fff 90%);background-image:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 90%);bottom:0;content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:80px;z-index:1}.b-resource-lobby__filter-category{position:relative}@media (min-width:992px){.b-resource-lobby__filter-category{width:260px}}.b-resource-lobby__filter-category--hidden{display:none}.afa-inputs--airfleet.wp-core-ui .b-resource-lobby__filter-category-select,.b-resource-lobby__filter-category-select{background-color:#ff882e;border-radius:12px;color:#fff;cursor:pointer;font-family:Libre Franklin,sans-serif;font-size:16px;font-style:normal;font-weight:500;font-weight:400;height:100%;line-height:1.625;line-height:28px;padding:9.5px 40px 9.5px 16px;text-align:center;width:100%}@media (max-width:991.98px){.afa-inputs--airfleet.wp-core-ui .b-resource-lobby__filter-category-select,.b-resource-lobby__filter-category-select{margin-top:14px;padding:12px 20px}}@media (min-width:992px){.afa-inputs--airfleet.wp-core-ui .b-resource-lobby__filter-category-select,.b-resource-lobby__filter-category-select{padding:6px 20px}}.afa-inputs--airfleet.wp-core-ui .b-resource-lobby__filter-category-select,.afa-inputs--airfleet.wp-core-ui .b-resource-lobby__filter-category-select:hover,.b-resource-lobby__filter-category-select,.b-resource-lobby__filter-category-select:hover{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:none}.b-resource-lobby__filter-category:after{background:url(../images/resource-lobby-select-arrow.9728080fe2.svg) no-repeat 50%;background-size:13px;bottom:0;content:"";display:block;pointer-events:none;position:absolute;right:18px;top:14px;width:24px}@media (min-width:992px){.b-resource-lobby__filter-category:after{top:3px}}.b-resource-lobby__filter-query{border:1px solid #090604;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;position:relative}@media (max-width:991.98px){.b-resource-lobby__filter-query{border-radius:12px;padding:10px 16px}}@media (min-width:992px){.b-resource-lobby__filter-query{border-radius:14px;padding:6px 16px}}.b-resource-lobby__filter-query-input{background:rgba(0,0,0,0);border:0;color:#090604;font-style:normal;font-weight:400;outline:none;width:100%;z-index:1}@media (max-width:991.98px){.b-resource-lobby__filter-query-input{font-family:Libre Franklin,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:.16px;line-height:150%}}@media (min-width:992px){.b-resource-lobby__filter-query-input{font-family:Manrope,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:100%}}.b-resource-lobby__filter-query-input::-webkit-input-placeholder{opacity:.5}.b-resource-lobby__filter-query-input::-moz-placeholder{opacity:.5}.b-resource-lobby__filter-query-input:-ms-input-placeholder{opacity:.5}.b-resource-lobby__filter-query-input::-ms-input-placeholder{opacity:.5}.b-resource-lobby__filter-query-input::placeholder{opacity:.5}.b-resource-lobby__filter-query:after{background:url(../images/resource-lobby-search-icon.fe1eb54f4b.svg) no-repeat 50%;background-size:contain;bottom:0;content:"";display:block;pointer-events:none;position:absolute;right:10px;top:0;width:18px}@media screen and (min-width:1920px){.b-resource-lobby__filter{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:117px 0 0 53px}}.b-resource-lobby__title{color:#090604;font-family:Manrope,sans-serif;font-style:normal;font-weight:600;line-height:120%;text-transform:capitalize}@media (max-width:991.98px){.b-resource-lobby__title{font-size:36px;letter-spacing:-1.08px}}@media (min-width:992px){.b-resource-lobby__title{font-size:60px;letter-spacing:-1.8px;text-align:center}}.b-resource-lobby__body{margin-top:40px}.b-resource-lobby__post-item>*{height:100%}.b-resource-lobby__posts-body{display:grid}@media (max-width:991.98px){.b-resource-lobby__posts-body{grid-template-columns:1fr;row-gap:40px}}@media (min-width:992px){.b-resource-lobby__posts-body{-webkit-column-gap:29px;-moz-column-gap:29px;column-gap:29px;grid-template-columns:1fr 1fr;row-gap:40px}}@media (min-width:1200px){.b-resource-lobby__posts-body{grid-template-columns:1fr 1fr 1fr}}.acf-block-preview .b-resource-lobby__posts-body{pointer-events:none}.b-resource-lobby__pagination{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:7px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:991.98px){.b-resource-lobby__pagination{margin:40px 0}}@media (min-width:992px){.b-resource-lobby__pagination{margin:70px 0}}.b-resource-lobby__pagination-ellipsis{margin:0 -25px}@media (max-width:991.98px){.b-resource-lobby__pagination-ellipsis{display:none}}.b-resource-lobby__pagination-info{font-family:Libre Franklin,sans-serif;font-style:normal;font-weight:300;text-align:center;width:100%}@media (max-width:991.98px){.b-resource-lobby__pagination-info{font-size:16px;line-height:150%}}@media (min-width:992px){.b-resource-lobby__pagination-info{font-size:18px;line-height:135%}}@media (max-width:991.98px){.b-resource-lobby__pagination-info{margin-top:50px}}@media (min-width:992px){.b-resource-lobby__pagination-info{margin-top:145px}}.acf-block-body .b-resource-lobby__pagination-page,.b-resource-lobby__pagination-page{border-bottom:2px solid rgba(0,0,0,0);color:#000;cursor:pointer;font-family:Libre Franklin,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:26px;min-width:40px;padding:11px 7px;text-decoration:none}.acf-block-body .b-resource-lobby__pagination-page:hover,.b-resource-lobby__pagination-page:hover{color:#000}.acf-block-body .b-resource-lobby__pagination-page--selected,.b-resource-lobby__pagination-page--selected{border-bottom-color:#ff882e;min-width:40px;text-align:center}.acf-block-body .b-resource-lobby__pagination-page--arrow,.acf-block-body .b-resource-lobby__pagination-page--corner,.b-resource-lobby__pagination-page--arrow,.b-resource-lobby__pagination-page--corner{opacity:.5}.b-resource-lobby__loadmore{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:991.98px){.b-resource-lobby__loadmore{margin:40px 0}}@media (min-width:992px){.b-resource-lobby__loadmore{margin:58px 0}}.acf-block-body .b-resource-lobby__loadmore-btn.btn,.b-resource-lobby__loadmore-btn.btn{border:1px solid #497cff;border-radius:1000px;color:#497cff;cursor:pointer;font-family:Libre Franklin,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px;padding:10px 20px;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.acf-block-body .b-resource-lobby__loadmore-btn.btn:hover,.b-resource-lobby__loadmore-btn.btn:hover{background:-o-linear-gradient(359deg,#4275e9 .91%,#49afdb 99.1%);background:linear-gradient(91deg,#4275e9 .91%,#49afdb 99.1%);color:#fff}.b-resource-lobby__loadmore-btn--hidden,.b-resource-lobby__loadmore-nomore--hidden{display:none}.b-resource-lobby__item{background:#fff;border-radius:10px;overflow:hidden;position:relative}.b-resource-lobby__item-link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.b-resource-lobby__item-image{display:block;position:relative}@media (max-width:991.98px){.b-resource-lobby__item-image{margin-bottom:18px}.b-resource-lobby__item-image,.b-resource-lobby__item-image img,.b-resource-lobby__item-image picture{aspect-ratio:335/177}}@media (min-width:992px){.b-resource-lobby__item-image{margin-bottom:24px}.b-resource-lobby__item-image,.b-resource-lobby__item-image img,.b-resource-lobby__item-image picture{aspect-ratio:424/222}}.b-resource-lobby__item-image img,.b-resource-lobby__item-image picture{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.b-resource-lobby__item-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:188px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 19px 23px}.b-resource-lobby__item-category{font-size:14px;font-style:normal}@media (max-width:991.98px){.b-resource-lobby__item-category{font-family:Libre Franklin,sans-serif;font-weight:400;letter-spacing:.14px;line-height:150%;opacity:.5}}@media (min-width:992px){.b-resource-lobby__item-category{font-family:Manrope,sans-serif;font-weight:600;letter-spacing:-.28px;line-height:130%;opacity:.3}}.b-resource-lobby__item-meta{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:991.98px){.b-resource-lobby__item-meta{margin-top:26px}}@media (max-width:991.98px){.b-resource-lobby__item-excerpt{font-size:14px;font-weight:400;letter-spacing:.14px;line-height:150%}}.b-resource-lobby__item-title{-webkit-box-orient:vertical;color:#090604;display:-webkit-box;font-family:Manrope,sans-serif;font-style:normal;font-weight:700;-webkit-line-clamp:5;line-clamp:5;margin-bottom:0;overflow:hidden}@media (max-width:991.98px){.b-resource-lobby__item-title{font-size:20px;letter-spacing:-.4px;line-height:140%}}@media (min-width:992px){.b-resource-lobby__item-title{font-size:18px;letter-spacing:-.36px;line-height:130%}}.afa-global--airfleet .b-resource-lobby__item-title-link,.b-resource-lobby__item-title-link{text-decoration:none}.b-resource-lobby__item-title-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.b-resource-lobby__item svg{pointer-events:none}@media (max-width:991.98px){.b-resource-lobby__item svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}@media (max-width:991.98px){.b-resource-lobby__item svg line,.b-resource-lobby__item svg path{stroke:#ff882e}}.b-resource-lobby__item svg,.b-resource-lobby__item svg line,.b-resource-lobby__item svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}.b-resource-lobby__item:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.b-resource-lobby__item:hover svg line,.b-resource-lobby__item:hover svg path{stroke:#ff882e}.b-resource-lobby__item--hidden{display:none}.b-resource-lobby__item--featured{background:#ff882e;display:-webkit-box;display:-ms-flexbox;display:flex;margin:80px 0}@media (max-width:991.98px){.b-resource-lobby__item--featured{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:992px){.b-resource-lobby__item--featured{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.b-resource-lobby__item--featured:after{right:26px}@media (max-width:991.98px) and (max-width:991.98px){.b-resource-lobby__item--featured:after{background-image:url(../images/resource-lobby-card-arrow-mobile-featured.ae4dcc11f6.svg);bottom:32px;right:17px}}.b-resource-lobby__item--featured .b-resource-lobby__item{color:#000}@media (max-width:991.98px){.b-resource-lobby__item--featured .b-resource-lobby__item-body{gap:20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-height:215px}.b-resource-lobby__item--featured .b-resource-lobby__item-title{margin-bottom:-7px;margin-top:6px}}@media (min-width:992px){.b-resource-lobby__item--featured .b-resource-lobby__item-image{aspect-ratio:424/300;margin-bottom:0;width:600px}.b-resource-lobby__item--featured .b-resource-lobby__item-body{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;gap:23px;height:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:83px 50px}.b-resource-lobby__item--featured .b-resource-lobby__item-title{font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:130%}}.b-resource-lobby__item--featured .b-resource-lobby__item-meta{margin-top:0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.b-resource-lobby__item--featured .b-resource-lobby__item-arrow{display:none}.b-resource-lobby__item--featured .b-resource-lobby__item-category{color:#fff;opacity:1}.b-resource-inner{color:#090604;font-family:Libre Franklin,sans-serif;font-style:normal;font-weight:400}.b-resource-inner__body,.b-resource-inner__head{margin:0 auto;max-width:790px}.b-resource-inner__breadcrumbs{max-width:790px}.b-resource-inner__categories{font-family:Manrope,sans-serif;font-size:14px;font-style:normal;font-weight:600;letter-spacing:-.28px;line-height:130%;opacity:.3}@media (max-width:991.98px){.b-resource-inner__categories{margin:26px 0}}@media (min-width:992px){.b-resource-inner__categories{margin:98px 0 40px}}.b-resource-inner__meta-date{font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:700;letter-spacing:-.36px;line-height:130%}.acf-block-body .b-resource-inner__title,.b-resource-inner__title{font-family:Manrope,sans-serif;font-style:normal;font-weight:600;line-height:130%;max-width:790px}@media (max-width:991.98px){.acf-block-body .b-resource-inner__title,.b-resource-inner__title{font-size:24px;letter-spacing:-.72px}}@media (min-width:992px){.acf-block-body .b-resource-inner__title,.b-resource-inner__title{font-size:40px;letter-spacing:-1.2px}}@media (max-width:991.98px){.b-resource-inner__meta{margin-bottom:24px}}@media (min-width:992px){.b-resource-inner__meta{margin-bottom:7px}}@media (min-width:1200px){.b-resource-inner--with-form .b-resource-inner__body,.b-resource-inner--with-form .b-resource-inner__head{max-width:1206px}.b-resource-inner--with-form .b-resource-inner__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.b-resource-inner--with-form .b-resource-inner__body{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}.b-resource-inner--with-form .b-resource-inner__share{margin-top:44px}.b-resource-inner--with-form .b-resource-inner__form-body{margin-top:-200px;position:-webkit-sticky;position:sticky;top:calc(var(--header-height, 90px) + 223px);width:376px}}@media screen and (min-width:1920px){.b-resource-inner--with-form .b-resource-inner__body,.b-resource-inner--with-form .b-resource-inner__head{max-width:1267px}.b-resource-inner--with-form .b-resource-inner__body{gap:101px}}@media (min-width:1400px){.b-resource-inner__share{left:auto;margin-left:0;right:241px}.b-resource-inner__share .c-share{top:calc(var(--header-height, 90px) + 223px)}}.b-resource-inner__share .c-share{display:block;margin-top:24px}.b-resource-inner__share .c-share__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:13px}@media screen and (min-width:1920px){.b-resource-inner--without-form .b-resource-inner__share{bottom:0;position:absolute;right:0;top:0}.b-resource-inner--without-form .c-share{position:-webkit-sticky;position:sticky}.b-resource-inner--without-form .c-share__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.b-resource-inner__form-body{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.b-resource-inner__breadcrumbs,.b-resource-inner__breadcrumbs a{color:#090604;font-family:Manrope,sans-serif;font-size:14px;font-style:normal;font-weight:400;text-decoration:none}@media (max-width:991.98px){.b-resource-inner__breadcrumbs,.b-resource-inner__breadcrumbs a{line-height:120%}}@media (min-width:992px){.b-resource-inner__breadcrumbs,.b-resource-inner__breadcrumbs a{line-height:100%}}.b-resource-inner__breadcrumbs .breadcrumb_last{font-weight:700}@media (max-width:991.98px){.b-resource-inner,.b-resource-inner p{color:#090604;font-size:14px;letter-spacing:.14px;line-height:150%}}@media (min-width:992px){.b-resource-inner,.b-resource-inner p{font-size:16px;font-style:normal;font-weight:400;letter-spacing:.16px;line-height:150%}}.b-resource-inner a:hover,.b-resource-inner p a:hover{text-decoration:none}.b-resource-inner__entry-participants{margin:40px 0 77px}@media (max-width:991.98px){.b-resource-inner__entry-text{margin:25px 0}}@media (min-width:992px){.b-resource-inner__entry-text{margin:40px 0}}@media (max-width:991.98px){.b-resource-inner__entry-text p{margin:22px 0}}@media (min-width:992px){.b-resource-inner__entry-text p{margin:24px 0}}@media (max-width:991.98px){.b-resource-inner__entry-buttons{margin:38px 0 25px}}@media (min-width:992px){.b-resource-inner__entry-buttons{margin:80px 0 40px}}@media (max-width:991.98px){.b-resource-inner__entry-image{margin:25px 0}}@media (min-width:992px){.b-resource-inner__entry-image{margin:40px 0}}.b-resource-inner__text h2{color:#090604;font-family:Manrope,sans-serif;font-style:normal;font-weight:700}@media (max-width:991.98px){.b-resource-inner__text h2{font-size:20px;letter-spacing:-.4px;line-height:120%;margin-top:64px;max-width:250px}}@media (min-width:992px){.b-resource-inner__text h2{font-size:24px;letter-spacing:-.48px;line-height:130%;margin-top:42px}}.b-resource-inner__text ul{list-style:none;padding:0 0 0 18px}@media (max-width:991.98px){.b-resource-inner__text ul{margin:25px 0}}@media (min-width:992px){.b-resource-inner__text ul{margin:38px 0;padding:0 0 0 24px}}.b-resource-inner__text ul li{position:relative}.b-resource-inner__text ul li:before{color:#ff882e;content:"•";display:inline-block;font-size:26px;left:-20px;position:absolute;width:1px}@media (min-width:992px){.b-resource-inner__text ul li:before{left:-26px}}.b-resource-inner__media{border-radius:10px;overflow:hidden}.b-resource-inner .c-button-collection{text-align:center}@media (max-width:991.98px){.b-resource-inner .c-button-collection .c-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;gap:12px;letter-spacing:1.6px;line-height:1;text-transform:uppercase;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:opacity,visibility,background,border,color;-o-transition-property:opacity,visibility,background,border,color;transition-property:opacity,visibility,background,border,color;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;background-color:rgba(0,0,0,0);border-radius:10px;padding:14px 32px;background-color:#ff882e;border:2px solid #ff882e}}@media (max-width:991.98px) and (min-width:992px){.b-resource-inner .c-button-collection .c-button{font-size:1.125rem;letter-spacing:1.8px}}@media (max-width:991.98px){.b-resource-inner .c-button-collection .c-button:focus{-webkit-box-shadow:none;box-shadow:none}.b-resource-inner .c-button-collection .c-button svg,.b-resource-inner .c-button-collection .c-button svg line,.b-resource-inner .c-button-collection .c-button svg path{-webkit-transition:all .22s ease-in-out;-o-transition:.22s all ease-in-out;transition:all .22s ease-in-out}}@media (max-width:991.98px) and (min-width:992px){.b-resource-inner .c-button-collection .c-button{padding:24px 32px}}@media (max-width:991.98px) and (max-width:991.98px){.b-resource-inner .c-button-collection .c-button svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}@media (max-width:991.98px){.b-resource-inner .c-button-collection .c-button svg line,.b-resource-inner .c-button-collection .c-button svg path{stroke:#090604}.b-resource-inner .c-button-collection .c-button:hover svg{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.acf-block-preview .b-resource-inner__share{display:none}.b-resource-inner__participants{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}@media (max-width:991.98px){.b-resource-inner__participants{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}}@media (min-width:992px){.b-resource-inner__participants{gap:26px}}.b-resource-inner__participants:after{background:#090604;bottom:-40px;content:"";display:block;height:1px;left:0;opacity:.15;position:absolute;width:100%;z-index:0}.b-resource-inner__participants-header{font-weight:700;margin-bottom:22px}@media (max-width:991.98px){.b-resource-inner__participants-header{color:#090604;font-family:Libre Franklin,sans-serif;font-size:18px;letter-spacing:.18px;line-height:150%}}@media (min-width:992px){.b-resource-inner__participants-header{color:#000;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.32px;line-height:130%}}.b-resource-inner__participant{color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Manrope,sans-serif;font-style:normal;gap:17px}@media (min-width:992px){.b-resource-inner__participant{max-width:203px}}@media (max-width:991.98px){.b-resource-inner__participant,.b-resource-inner__participant p{font-size:16px;letter-spacing:-.32px;line-height:120%}}@media (min-width:992px){.b-resource-inner__participant,.b-resource-inner__participant p{font-size:14px;letter-spacing:-.28px;line-height:130%}}.b-resource-inner__participant-photo{border-radius:100%;overflow:hidden}.acf-block-body .b-resource-inner__participant-photo,.acf-block-body .b-resource-inner__participant-photo img,.acf-block-body .b-resource-inner__participant-photo picture,.b-resource-inner__participant-photo,.b-resource-inner__participant-photo img,.b-resource-inner__participant-photo picture{display:block;height:65px;min-height:65px;min-width:65px;width:65px}.b-resource-inner__participant-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b-resource-inner__participant-name,.b-resource-inner__participant-name p{font-weight:700}.b-buttons,.b-video,.b-video .c-button-collection{text-align:center}@media (min-width:992px){.b-list-as-accordion .container{max-width:calc(770px + 1.875rem)}}.b-list-as-accordion ol{counter-reset:counter}.b-list-as-accordion ol .b-list-as-accordion__item:before{height:40px;width:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #090604;border-radius:50%;content:counter(counter);counter-increment:counter;font-weight:700;left:0;position:absolute;top:16px;-webkit-transform:unset;-ms-transform:unset;transform:unset}.b-list-as-accordion ul{gap:0!important}.b-list-as-accordion ul .b-list-as-accordion__item:before{background-color:#000;border-radius:50%;content:"";height:18px;left:14px;position:absolute;top:27px;width:18px}.b-list-as-accordion__list{padding-left:0}.b-list-as-accordion__list .b-list-as-accordion__item{border-bottom:1px solid #090604;font-size:18px;font-weight:700;letter-spacing:-.36px;line-height:1.33333;list-style:none;padding-block:24px;padding-left:64px;padding-right:24px;position:relative}.b-list-as-accordion__list .b-list-as-accordion__item--title{cursor:pointer;display:block}.b-list-as-accordion__list .b-list-as-accordion__item--content{display:block;font-size:16px;font-weight:400;margin-top:0;max-height:0;opacity:0;-webkit-transition:max-height .6s,opacity .4s,visibility .4s,margin-top .4s;-o-transition:max-height .6s,opacity .4s,visibility .4s,margin-top .4s;transition:max-height .6s,opacity .4s,visibility .4s,margin-top .4s;visibility:hidden}.b-list-as-accordion__list .b-list-as-accordion__item--content.active{margin-top:20px;max-height:500px;opacity:1;visibility:visible}.b-list-as-accordion__list .b-list-as-accordion__item--arrow{border:solid #161616;border-width:0 2px 2px 0;color:#161616;display:inline-block;margin-left:0;padding:4px;position:absolute;right:5px;top:33px;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);-webkit-transition:-webkit-transform .6s;transition:-webkit-transform .6s;-o-transition:transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s}.b-list-as-accordion__list .b-list-as-accordion__item.active .b-list-as-accordion__item--arrow{-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.page-template-style-guide .page__content .section__title,.page-template-style-guide .page__content>h2,.page-template-style-guide .section__title{border-bottom:1px solid #ccc;color:#8c8c8c;margin-bottom:3rem}.page-template-style-guide .page{padding-bottom:9rem}.page-template-style-guide .page__title{margin-bottom:5rem;padding-top:6rem}.page-template-style-guide .c-block:not(:last-child),.page-template-style-guide .section:not(:last-child){margin-bottom:12rem}.page-template-style-guide .section__subtitle{margin-bottom:2rem;margin-top:4rem}.page-template-style-guide .page__content{margin-bottom:12rem}.page-template-style-guide .page__content .section__title,.page-template-style-guide .page__content>h2{width:100%;padding-right:var(--bs-gutter-x,.9375rem);padding-left:var(--bs-gutter-x,.9375rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.page-template-style-guide .page__content .section__title,.page-template-style-guide .page__content>h2{max-width:540px}}@media (min-width:768px){.page-template-style-guide .page__content .section__title,.page-template-style-guide .page__content>h2{max-width:720px}}@media (min-width:992px){.page-template-style-guide .page__content .section__title,.page-template-style-guide .page__content>h2{max-width:960px}}@media (min-width:1200px){.page-template-style-guide .page__content .section__title,.page-template-style-guide .page__content>h2{max-width:1260px}}.error404 .section-404{color:#fff;padding-bottom:140px;padding-top:140px;text-align:center}@media (min-width:992px){.error404 .section-404{padding-bottom:300px;padding-top:250px}}.error404 .section-404 .c-media{margin-bottom:12px;margin-inline:auto;max-width:285px}@media (min-width:992px){.error404 .section-404 .c-media{margin-bottom:15px;max-width:600px}}.error404 .section-404__subtitle{margin-bottom:24px;margin-inline:auto;max-width:270px}@media (min-width:992px){.error404 .section-404__subtitle{margin-bottom:40px;max-width:100%}}.error404 .section-404__subtitle.default{font-size:1.125rem;letter-spacing:.18px;line-height:150%}@media (max-width:991.98px){.error404 .section-404__subtitle.default{font-size:.875rem;letter-spacing:.14px;line-height:150%}}@media (min-width:992px){.error404 .section-404__body{min-height:308px}}@media (min-width:992px){.page-template-simple-page .page__content-inner{max-width:900px}}.page-template-simple-page .page__content{font-size:1rem;line-height:1.625;padding-bottom:40px;padding-top:93px}@media (min-width:992px){.page-template-simple-page .page__content{padding-bottom:100px;padding-top:186px}}.page-template-simple-page .page__content .c-title,.page-template-simple-page .page__content .h1,.page-template-simple-page .page__content .h2,.page-template-simple-page .page__content .h3,.page-template-simple-page .page__content .h4,.page-template-simple-page .page__content .h5,.page-template-simple-page .page__content .h6,.page-template-simple-page .page__content .heading,.page-template-simple-page .page__content .subtitle,.page-template-simple-page .page__content .title,.page-template-simple-page .page__content h1,.page-template-simple-page .page__content h2,.page-template-simple-page .page__content h3,.page-template-simple-page .page__content h4,.page-template-simple-page .page__content h5,.page-template-simple-page .page__content h6{margin-bottom:20px}.page-template-simple-page .page__content .c-title:where(:not(:first-child)),.page-template-simple-page .page__content .h1:where(:not(:first-child)),.page-template-simple-page .page__content .h2:where(:not(:first-child)),.page-template-simple-page .page__content .h3:where(:not(:first-child)),.page-template-simple-page .page__content .h4:where(:not(:first-child)),.page-template-simple-page .page__content .h5:where(:not(:first-child)),.page-template-simple-page .page__content .h6:where(:not(:first-child)),.page-template-simple-page .page__content .heading:where(:not(:first-child)),.page-template-simple-page .page__content .subtitle:where(:not(:first-child)),.page-template-simple-page .page__content .title:where(:not(:first-child)),.page-template-simple-page .page__content h1:where(:not(:first-child)),.page-template-simple-page .page__content h2:where(:not(:first-child)),.page-template-simple-page .page__content h3:where(:not(:first-child)),.page-template-simple-page .page__content h4:where(:not(:first-child)),.page-template-simple-page .page__content h5:where(:not(:first-child)),.page-template-simple-page .page__content h6:where(:not(:first-child)){margin-top:40px}.page-template-simple-page .page__content :where(a:not(.btn)){word-break:break-all}.page-template-simple-page .page__content :where(a:not(.btn)):hover{text-decoration:none}.page-template-simple-page .page__content table{width:100%!important}@media (max-width:767.98px){.page-template-simple-page .page__content table{min-width:500px}}.page-template-simple-page .page__content table thead{border-bottom:1px solid}.page-template-simple-page .page__content table th{padding:15px 10px;word-break:keep-all}.page-template-simple-page .page__content table td{max-width:300px;min-width:100px;padding:15px 10px;word-break:break-all}.page-template-simple-page .page__content .wp-block-separator,.page-template-simple-page .page__content table{margin-block:40px}.page-template-simple-page .page__content .has-m-font-size{font-size:1.25rem;letter-spacing:.2px;line-height:150%}@media (max-width:991.98px){.page-template-simple-page .page__content .has-m-font-size{font-size:1rem;letter-spacing:.16px;line-height:150%}}.page-template-simple-page .page__content .has-s-font-size,.page-template-simple-page .page__content .has-xs-font-size{font-size:1.125rem;letter-spacing:.18px;line-height:150%}@media (max-width:991.98px){.page-template-simple-page .page__content .has-xs-font-size{font-size:.875rem;letter-spacing:.14px;line-height:150%}}.page-template-simple-page .page__content :where(a:not(.btn)){color:currentColor;text-decoration:underline}.page-template-simple-page .page__content :where(p:not(:last-child)){margin-bottom:20px}.page-template-simple-page .page__content :where(ol){font-size:1rem;line-height:1.625;margin-bottom:40px}.page-template-simple-page .page__content :where(ol) ul{padding-left:0;list-style:none;counter-reset:sectionAlpha}.page-template-simple-page .page__content :where(ol) :where(ul){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.page-template-simple-page .page__content :where(ol) :where(ul) li{counter-increment:sectionAlpha;padding-left:24px;position:relative}.page-template-simple-page .page__content :where(ol) :where(ul) li:before{content:counter(sectionAlpha,upper-alpha) ".";display:inline-block;left:0;position:absolute}.page-template-simple-page .page__content :where(li) ul{margin-top:20px}.page-template-simple-page .page__content :where(ul,ol){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.page-template-simple-page .page__content .has-counter{counter-set:item calc(var(--start) - 1)}.page-template-simple-page .page__content .has-counter,.page-template-simple-page .page__content .has-counter ol{font-size:1.125rem;letter-spacing:.18px;line-height:150%;padding-left:0;list-style:none;margin-bottom:0}.page-template-simple-page .page__content .has-counter ol{counter-reset:item;margin-top:20px}.page-template-simple-page .page__content .has-counter li{padding-left:38px;position:relative}.page-template-simple-page .page__content .has-counter li:before{font-size:1.125rem;letter-spacing:.18px;line-height:150%;content:counters(item,".") ".";counter-increment:item;display:inline-block;font-weight:500;left:0;min-width:24px;position:absolute;text-align:right;top:0}.page-template-simple-page .page__content .page__title{font-size:3.75rem;font-weight:600;letter-spacing:-1.8px;line-height:1.2;margin-bottom:20px;text-transform:uppercase}@media (max-width:991.98px){.page-template-simple-page .page__content .page__title{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}.page-template-ethics-page{background-color:#f3f3f3;color:#161616}.page-template-ethics-page .container .container:not(.header__container){padding-inline:0}.page-template-ethics-page .page__content{padding-top:93px}@media (min-width:992px){.page-template-ethics-page .page__content{padding-top:222px}}@media (min-width:992px){.page-template-ethics-page .page__content>.container{max-width:calc(770px + 1.875rem)}}.page-template-ethics-page .page__tagline{margin-bottom:16px;text-align:center}.page-template-ethics-page .page__title{font-size:3.75rem;font-weight:600;letter-spacing:-1.8px;line-height:1.2;margin-bottom:30px;text-align:center}@media (max-width:991.98px){.page-template-ethics-page .page__title{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}@media (min-width:992px){.page-template-ethics-page .page__title{margin-bottom:65px}}.page-template-ethics-page .page__content-inner{font-size:1.125rem;letter-spacing:.18px;line-height:150%;padding-bottom:56px}@media (max-width:991.98px){.page-template-ethics-page .page__content-inner{font-size:.875rem;letter-spacing:.14px;line-height:150%}}@media (min-width:992px){.page-template-ethics-page .page__content-inner{font-size:1.125rem;line-height:1.5;padding-bottom:160px}}.page-template-ethics-page .page__content-inner>h1,.page-template-ethics-page .page__content-inner>h2,.page-template-ethics-page .page__content-inner>h3,.page-template-ethics-page .page__content-inner>h4,.page-template-ethics-page .page__content-inner>h5,.page-template-ethics-page .page__content-inner>h6{margin-bottom:10px}@media (min-width:992px){.page-template-ethics-page .page__content-inner>h1,.page-template-ethics-page .page__content-inner>h2,.page-template-ethics-page .page__content-inner>h3,.page-template-ethics-page .page__content-inner>h4,.page-template-ethics-page .page__content-inner>h5,.page-template-ethics-page .page__content-inner>h6{margin-bottom:16px}}.page-template-ethics-page .page__content-inner>p:not(:last-of-type){margin-bottom:64px}.page-template-ethics-page .page__content-inner>p+p{margin-top:-14px}.page-template-ethics-page .wp-block-image{margin-bottom:20px}@media (min-width:992px){.page-template-ethics-page .wp-block-image{margin-bottom:80px}}.page-template-ethics-page .wp-block-image.is-style-rounded img{border-radius:10px}@media (min-width:992px){.page-template-ethics-page .wp-block-image.is-style-rounded img{border-radius:20px}}.page-template-ethics-page .wp-element-caption,.page-template-ethics-page figcaption{color:#161616;font-size:.875rem;line-height:1.42857;margin-bottom:0;margin-top:20px;text-align:left}.page-template-ethics-page .b-media-columns-repeater{padding-block:2px}@media (min-width:992px){.page-template-ethics-page .b-media-columns-repeater{padding-block:0}}.page-template-terms-conditions .page__content{overflow:hidden;padding-top:93px}@media (min-width:992px){.page-template-terms-conditions .page__content{padding-top:222px}}@media (min-width:992px){.page-template-terms-conditions .page__content>.container{max-width:900px}}.page-template-terms-conditions .page__content .page__title{font-size:3.75rem;font-weight:600;letter-spacing:-1.8px;line-height:1.2;margin-bottom:30px;text-transform:uppercase}@media (max-width:991.98px){.page-template-terms-conditions .page__content .page__title{font-size:2.25rem;letter-spacing:-1.08px;line-height:1.19444}}@media (min-width:992px){.page-template-terms-conditions .page__content .page__title{margin-bottom:65px}}
