/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */

@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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1366px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.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%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .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%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .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%; } }

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .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%; } }

@media (min-width: 1366px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .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%; } }

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

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

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

.d-block {
  display: block !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; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !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; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !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; } }

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !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; } }

@media (min-width: 1366px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !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; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !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; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !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; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !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; }

.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; }

.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; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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-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; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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; }
  .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; }
  .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; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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-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; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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; }
  .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; }
  .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; } }

@media (min-width: 1024px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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-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; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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; }
  .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; }
  .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; } }

@media (min-width: 1366px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !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-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; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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; }
  .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; }
  .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; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.75rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.75rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.75rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.75rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.75rem !important; }

.m-2 {
  margin: 1.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 1.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 1.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 1.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 1.5rem !important; }

.m-3 {
  margin: 3rem !important; }

.mt-3,
.my-3 {
  margin-top: 3rem !important; }

.mr-3,
.mx-3 {
  margin-right: 3rem !important; }

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

.ml-3,
.mx-3 {
  margin-left: 3rem !important; }

.m-4 {
  margin: 4.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 4.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 4.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 4.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 4.5rem !important; }

.m-5 {
  margin: 9rem !important; }

.mt-5,
.my-5 {
  margin-top: 9rem !important; }

.mr-5,
.mx-5 {
  margin-right: 9rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 9rem !important; }

.ml-5,
.mx-5 {
  margin-left: 9rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

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

.p-1 {
  padding: 0.75rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.75rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.75rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.75rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.75rem !important; }

.p-2 {
  padding: 1.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 1.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 1.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 1.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 1.5rem !important; }

.p-3 {
  padding: 3rem !important; }

.pt-3,
.py-3 {
  padding-top: 3rem !important; }

.pr-3,
.px-3 {
  padding-right: 3rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 3rem !important; }

.pl-3,
.px-3 {
  padding-left: 3rem !important; }

.p-4 {
  padding: 4.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 4.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 4.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 4.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 4.5rem !important; }

.p-5 {
  padding: 9rem !important; }

.pt-5,
.py-5 {
  padding-top: 9rem !important; }

.pr-5,
.px-5 {
  padding-right: 9rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 9rem !important; }

.pl-5,
.px-5 {
  padding-left: 9rem !important; }

.m-n1 {
  margin: -0.75rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.75rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.75rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.75rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.75rem !important; }

.m-n2 {
  margin: -1.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -1.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -1.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -1.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -1.5rem !important; }

.m-n3 {
  margin: -3rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -3rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -3rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -3rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -3rem !important; }

.m-n4 {
  margin: -4.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -4.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -4.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -4.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -4.5rem !important; }

.m-n5 {
  margin: -9rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -9rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -9rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -9rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -9rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

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

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.75rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.75rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.75rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.75rem !important; }
  .m-sm-2 {
    margin: 1.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.5rem !important; }
  .m-sm-3 {
    margin: 3rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important; }
  .m-sm-4 {
    margin: 4.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4.5rem !important; }
  .m-sm-5 {
    margin: 9rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 9rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 9rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 9rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 9rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.75rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.75rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.75rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.75rem !important; }
  .p-sm-2 {
    padding: 1.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.5rem !important; }
  .p-sm-3 {
    padding: 3rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important; }
  .p-sm-4 {
    padding: 4.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4.5rem !important; }
  .p-sm-5 {
    padding: 9rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 9rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 9rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 9rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 9rem !important; }
  .m-sm-n1 {
    margin: -0.75rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.75rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.75rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.75rem !important; }
  .m-sm-n2 {
    margin: -1.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1.5rem !important; }
  .m-sm-n3 {
    margin: -3rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3rem !important; }
  .m-sm-n4 {
    margin: -4.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4.5rem !important; }
  .m-sm-n5 {
    margin: -9rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -9rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -9rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -9rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -9rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.75rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.75rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.75rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.75rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.75rem !important; }
  .m-md-2 {
    margin: 1.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.5rem !important; }
  .m-md-3 {
    margin: 3rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important; }
  .m-md-4 {
    margin: 4.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4.5rem !important; }
  .m-md-5 {
    margin: 9rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 9rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 9rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 9rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 9rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.75rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.75rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.75rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.75rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.75rem !important; }
  .p-md-2 {
    padding: 1.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.5rem !important; }
  .p-md-3 {
    padding: 3rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important; }
  .p-md-4 {
    padding: 4.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4.5rem !important; }
  .p-md-5 {
    padding: 9rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 9rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 9rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 9rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 9rem !important; }
  .m-md-n1 {
    margin: -0.75rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.75rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.75rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.75rem !important; }
  .m-md-n2 {
    margin: -1.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1.5rem !important; }
  .m-md-n3 {
    margin: -3rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important; }
  .m-md-n4 {
    margin: -4.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4.5rem !important; }
  .m-md-n5 {
    margin: -9rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -9rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -9rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -9rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -9rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.75rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.75rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.75rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.75rem !important; }
  .m-lg-2 {
    margin: 1.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.5rem !important; }
  .m-lg-3 {
    margin: 3rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important; }
  .m-lg-4 {
    margin: 4.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4.5rem !important; }
  .m-lg-5 {
    margin: 9rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 9rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 9rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 9rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 9rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.75rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.75rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.75rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.75rem !important; }
  .p-lg-2 {
    padding: 1.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.5rem !important; }
  .p-lg-3 {
    padding: 3rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important; }
  .p-lg-4 {
    padding: 4.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4.5rem !important; }
  .p-lg-5 {
    padding: 9rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 9rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 9rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 9rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 9rem !important; }
  .m-lg-n1 {
    margin: -0.75rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.75rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.75rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.75rem !important; }
  .m-lg-n2 {
    margin: -1.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1.5rem !important; }
  .m-lg-n3 {
    margin: -3rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important; }
  .m-lg-n4 {
    margin: -4.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4.5rem !important; }
  .m-lg-n5 {
    margin: -9rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -9rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -9rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -9rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -9rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1366px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.75rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.75rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.75rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.75rem !important; }
  .m-xl-2 {
    margin: 1.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.5rem !important; }
  .m-xl-3 {
    margin: 3rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important; }
  .m-xl-4 {
    margin: 4.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4.5rem !important; }
  .m-xl-5 {
    margin: 9rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 9rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 9rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 9rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 9rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.75rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.75rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.75rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.75rem !important; }
  .p-xl-2 {
    padding: 1.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.5rem !important; }
  .p-xl-3 {
    padding: 3rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important; }
  .p-xl-4 {
    padding: 4.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4.5rem !important; }
  .p-xl-5 {
    padding: 9rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 9rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 9rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 9rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 9rem !important; }
  .m-xl-n1 {
    margin: -0.75rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.75rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.75rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.75rem !important; }
  .m-xl-n2 {
    margin: -1.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1.5rem !important; }
  .m-xl-n3 {
    margin: -3rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3rem !important; }
  .m-xl-n4 {
    margin: -4.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4.5rem !important; }
  .m-xl-n5 {
    margin: -9rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -9rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -9rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -9rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -9rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1366px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

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

html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0; }
  .c-scrollbar:hover {
    -webkit-transform: scaleX(1.45);
        -ms-transform: scaleX(1.45);
            transform: scaleX(1.45); }
  .c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1; }
  [data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }
    [data-scroll-direction="horizontal"] .c-scrollbar:hover {
      -webkit-transform: scaleY(1.3);
          -ms-transform: scaleY(1.3);
              transform: scaleY(1.3); }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab; }
  .has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  [data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0; }

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

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
a,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

img,
object,
embed,
video,
iframe {
  max-width: 100%; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: middle; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

input[type='radio'] {
  vertical-align: text-bottom; }

input[type='checkbox'] {
  vertical-align: bottom; }

input:focus,
textarea:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

small {
  font-size: 85%; }

strong,
th {
  font-weight: bold; }

td,
td img {
  vertical-align: top; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif; }

label,
input[type='button'],
input[type='submit'],
button {
  cursor: pointer; }

body,
select,
input,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

button,
input,
select,
textarea {
  margin: 0;
  resize: none;
  color: inherit;
  font: inherit;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a,
button {
  outline: 0; }

button {
  width: auto;
  overflow: visible; }

textarea {
  overflow: auto; }

ins {
  background: #fcd700;
  color: #000;
  text-decoration: none; }

mark {
  background: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Colors */
/* Transitions */
::-moz-selection {
  background: #e1773a;
  color: #000;
  text-shadow: none; }
::selection {
  background: #e1773a;
  color: #000;
  text-shadow: none; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[data-scroll-container] {
  -webkit-perspective: 1px;
          perspective: 1px;
  overflow: hidden !important;
  position: relative;
  z-index: 10; }

[data-scroll] {
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }

[data-scroll].is-inview {
  opacity: 1; }

.c-scrollbar {
  z-index: 999; }

body {
  font-family: "Aeonik", sans-serif;
  color: #000;
  background: #fff;
  overscroll-behavior-y: none; }
  body .c-scrollbar_thumb {
    background-color: #98474f;
    opacity: 0.8; }

a {
  color: inherit; }

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.subtitle {
  font-family: "AureaUltra", serif;
  font-weight: normal; }

#home {
  width: 100%;
  overflow: hidden; }

.pageSite {
  width: 100vw;
  overflow: hidden; }

.custom-scrollbar {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .custom-scrollbar::-webkit-scrollbar-track {
    background-color: #333; }
  .custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333; }
  .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #666; }

@font-face {
  font-family: 'AureaUltra';
  src: url("../fonts/aureaultra-roman.woff2") format("woff2"), url("../fonts/aureaultra-roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/aeonik-bold.woff2") format("woff2"), url("../fonts/aeonik-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/aeonik-regular.woff2") format("woff2"), url("../fonts/aeonik-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.c-campanha {
  z-index: 11;
  position: relative; }
  .c-campanha__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-campanha__video {
    position: relative; }
    .c-campanha__video img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .c-campanha__info {
    position: relative;
    padding: 135px 100px 135px 180px;
    background: #4d7359; }
    .c-campanha__info__title {
      font-family: "AureaUltra", serif;
      font-size: 30px;
      font-weight: 500;
      color: #e18fb5;
      margin-bottom: 40px; }
    .c-campanha__info__text {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #fff; }
  .c-campanha .btlightbox-making {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .c-campanha .btlightbox-making circle,
    .c-campanha .btlightbox-making path {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  @media (min-width: 1024px) {
    .c-campanha__video, .c-campanha__info {
      width: 50%; }
    .c-campanha .btlightbox-making:hover {
      -webkit-transform: translate(-50%, -50%) scale(1.2);
          -ms-transform: translate(-50%, -50%) scale(1.2);
              transform: translate(-50%, -50%) scale(1.2); }
      .c-campanha .btlightbox-making:hover circle {
        fill: #fdeac3; }
      .c-campanha .btlightbox-making:hover path {
        fill: #98474f; }
    .c-campanha__info:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 67px;
      width: 1px;
      height: 55%;
      background: rgba(23, 18, 18, 0.2); }
    .c-campanha__info:after {
      content: 'MAKING OF';
      position: absolute;
      top: 210px;
      left: 2px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 7.2px;
      color: rgba(23, 18, 18, 0.2);
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); } }
  @media (max-width: 1023.98px) {
    .c-campanha {
      z-index: 12; }
      .c-campanha__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .c-campanha__info {
        padding: 60px 20px 93px 20px; }
        .c-campanha__info:after {
          content: '';
          position: absolute;
          bottom: -95px;
          left: 0;
          width: 100%;
          height: 193px;
          background: url("../img/layout/bg-bottom-campanha.svg") no-repeat;
          background-size: cover;
          background-position: center; } }

.c-feature {
  background: url("../img/layout/bg-feature.svg") #6c9f54 no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 10; }
  .c-feature__info {
    padding: 190px 0 0 60px; }
  .c-feature__content {
    padding: 0 0 100px 133px; }
    .c-feature__content h3 {
      font-family: "AureaUltra", serif;
      font-size: 30px;
      font-weight: 500;
      color: #f7dfb0;
      margin-bottom: 40px; }
    .c-feature__content p {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #f7dfb0; }
    .c-feature__content p + p {
      margin-top: 40px; }
  @media (min-width: 1024px) {
    .c-feature {
      min-height: 790px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-feature__content {
        position: relative;
        max-width: 753px; }
        .c-feature__content:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 1px;
          height: 65%;
          background: rgba(23, 18, 18, 0.2); }
        .c-feature__content:after {
          content: '50 ANOS';
          position: absolute;
          top: 112px;
          left: -50px;
          font-size: 12px;
          font-weight: 700;
          letter-spacing: 7.2px;
          color: rgba(23, 18, 18, 0.2);
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); } }
  @media (max-width: 1023.98px) {
    .c-feature {
      background: url("../img/layout/bg-feature-mobile.svg") #6c9f54 no-repeat;
      background-size: cover; }
      .c-feature__info {
        padding: 495px 20px 92px 20px; }
      .c-feature__content {
        padding: 0; }
        .c-feature__content h3 {
          font-size: 24px;
          margin-bottom: 20px; } }

.c-footer {
  position: relative;
  background: #da3832;
  padding: 0 0 30px 0;
  z-index: 20; }
  .c-footer:before {
    content: '';
    position: absolute;
    top: -130px;
    left: 0;
    width: 300px;
    height: 300px;
    background: url("../img/layout/bg-footer-left.svg") no-repeat; }
  .c-footer:after {
    content: '';
    position: absolute;
    top: -130px;
    right: 0;
    width: 294px;
    height: 300px;
    background: url("../img/layout/bg-footer-right.svg") no-repeat; }
  .c-footer__bg {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .c-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px; }
  .c-footer__logo-50 {
    width: 400px; }
  .c-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-footer__social__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50px;
      height: 50px;
      background: #fff;
      border-radius: 50%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .c-footer__social__item:not(:first-child) {
        margin-left: 10px; }
  .c-footer__agency {
    font-family: "Aeonik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #f8fdef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    position: sticky; }
    .c-footer__agency p {
      margin-right: 15px; }
    .c-footer__agency a {
      display: block;
      width: 149px; }
  @media (min-width: 1024px) {
    .c-footer .container {
      max-width: 1282px; }
    .c-footer__wrap {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .c-footer__social__item {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .c-footer__social__item path {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .c-footer__social__item:hover {
        background: #000; }
        .c-footer__social__item:hover path {
          fill: #f7dfb0; } }
  @media (max-width: 1023.98px) {
    .c-footer__bg {
      display: none; }
    .c-footer:before {
      content: '';
      width: 100%;
      background: url("../img/layout/bg-footer-mobile.svg") no-repeat;
      background-size: cover;
      background-position: center; }
    .c-footer:after {
      content: none; }
    .c-footer__logo {
      width: 75px; }
    .c-footer__logo-50 {
      width: 300px; }
    .c-footer__wrap {
      position: sticky;
      z-index: 1; } }

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%; }
  .c-header .container {
    padding: 20px;
    max-width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .c-header__logo {
    width: auto;
    height: 40px; }
    .c-header__logo a,
    .c-header__logo img {
      width: auto;
      height: 100%;
      display: block; }
  .c-header__toggle {
    margin: 0 0 0 auto;
    width: 60px;
    height: 60px;
    background-color: #e2ad67;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative; }
    .c-header__toggle .linha {
      width: 14px;
      height: 2px;
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .c-header__toggle .linha .cor {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0; }
        .c-header__toggle .linha .cor-1 {
          background-color: #171212;
          right: 0; }
        .c-header__toggle .linha .cor-2 {
          background-color: #fdeac3;
          left: 0;
          width: 0; }
      .c-header__toggle .linha-1 {
        top: calc(50% - 3px); }
      .c-header__toggle .linha-2 {
        top: calc(50% + 3px); }
    .c-header__toggle:hover:not(.openMenu) {
      background-color: #e1773a; }
    .c-header__toggle.openMenu {
      background-color: #fff; }
      .c-header__toggle.openMenu .linha {
        top: 50%; }
        .c-header__toggle.openMenu .linha .cor-1 {
          background-color: #e1773a;
          width: 100% !important; }
        .c-header__toggle.openMenu .linha .cor-2 {
          width: 0 !important; }
        .c-header__toggle.openMenu .linha-1 {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
              -ms-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg); }
        .c-header__toggle.openMenu .linha-2 {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              -ms-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg); }
  .c-header.fixedMenu {
    -webkit-transform: translateY(-101%);
        -ms-transform: translateY(-101%);
            transform: translateY(-101%);
    opacity: 0;
    background-color: rgba(23, 18, 18, 0.92); }
    .c-header.fixedMenu.showMenu {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
  @media (min-width: 1024px) {
    .c-header {
      /*&.fixedMenu {
			transform: translateY(-101%);
			opacity: 0;
			text-align: center;
			padding-top: 20px;
			.container {
				width: auto;
				max-width: none;
				background-color: rgba(23, 18, 18, 0.92);
				border-radius: 300px;
				padding: 20px 40px;
				display: inline-flex;
				.c-header__logo {
					display: none;
				}
				.c-header__nav {
					margin: 0 auto;
				}
			}
			&.showMenu {
				transition: $transitions030;
				transform: translateY(0);
				opacity: 1;
			}
		}*/ }
      .c-header .container {
        padding: 30px 40px; }
      .c-header__logo {
        height: 62px; }
      .c-header__nav {
        margin: 0 0 0 auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 40px; }
        .c-header__nav a {
          font-size: 16px;
          line-height: 26px;
          color: #e2ad67;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          display: inline-block;
          position: relative; }
          .c-header__nav a::after {
            content: '';
            width: 0;
            height: 1px;
            background-color: #e2ad67;
            position: absolute;
            bottom: 0;
            left: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .c-header__nav:hover a {
          opacity: 0.6; }
          .c-header__nav:hover a:hover {
            opacity: 1; }
            .c-header__nav:hover a:hover::after {
              width: 100%; }
      .c-header.fixedMenu .container {
        padding: 15px 40px; }
      .c-header.fixedMenu .c-header__logo {
        height: 50px; } }

.c-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #e1773a;
  z-index: 998;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%); }
  .c-menu__content {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 120px 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .c-menu__principal {
    font-size: 24px;
    color: #f7dfb0;
    font-family: "AureaUltra", serif;
    margin-bottom: 60px; }
    .c-menu__principal li:not(:last-child) {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid rgba(226, 173, 103, 0.5); }
  .c-menu__social {
    margin: auto 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-menu__social__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50px;
      height: 50px;
      background: #fff;
      border-radius: 50%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .c-menu__social__item:not(:first-child) {
        margin-left: 10px; }
  @media (min-width: 1024px) {
    .c-menu__content {
      padding-top: 127px;
      padding-bottom: 40px; }
    .c-menu__principal {
      max-width: 335px;
      margin: 0 auto 38px;
      text-align: center;
      font-size: 38px; }
      .c-menu__principal a {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .c-menu__principal:hover a {
        opacity: 0.4; }
        .c-menu__principal:hover a:hover {
          opacity: 1; }
    .c-menu__social {
      margin: auto 0 0; }
      .c-menu__social__item {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .c-menu__social__item path {
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .c-menu__social__item:hover {
          background: #000; }
          .c-menu__social__item:hover path {
            fill: #f7dfb0; } }

.menuOpen {
  overflow: hidden; }
  .menuOpen .c-menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.c-history {
  position: relative;
  background: #e2ad67;
  z-index: 10; }
  .c-history__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .c-history__content {
    padding: 198px 130px 122px 100px; }
    .c-history__content__title {
      font-family: "AureaUltra", serif;
      font-size: 60px;
      font-weight: 500;
      line-height: 60px;
      text-transform: uppercase;
      color: #98474f;
      margin-bottom: 40px; }
    .c-history__content__text, .c-history__content__text-red {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #fff; }
    .c-history__content__text-red {
      color: #98474f; }
    .c-history__content p + p {
      margin-top: 25px; }
  @media (min-width: 1024px) {
    .c-history__nuvem {
      display: none; }
    .c-history__info {
      position: relative; }
      .c-history__info:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 40%;
        background: rgba(23, 18, 18, 0.2); }
      .c-history__info:after {
        content: '50 ANOS';
        position: absolute;
        top: 350px;
        left: -50px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 7.2px;
        color: rgba(23, 18, 18, 0.2);
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); } }
  @media (max-width: 1023.98px) {
    .c-history__nuvem {
      position: absolute;
      top: -85px;
      right: 0;
      width: 189px;
      height: 193px;
      background: url("../img/layout/bg-nuvem-history-mobile.svg") no-repeat;
      background-size: contain; }
    .c-history__wrap {
      grid-template-columns: 1fr; }
    .c-history__bg {
      display: none; }
    .c-history__content {
      padding: 100px 20px 95px 20px; }
      .c-history__content__title {
        font-size: 40px;
        line-height: 40px; } }

.c-institucional_bkp {
  position: relative;
  background: #f7dfb0;
  z-index: 11;
  padding-top: 167px; }
  .c-institucional_bkp__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .c-institucional_bkp__bg {
    padding-top: 53px; }
  .c-institucional_bkp__bg-top {
    position: absolute;
    top: -91px;
    left: 50%;
    width: auto;
    height: 91px;
    max-width: none;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .c-institucional_bkp__info {
    padding: 264px 165px 193px; }
    .c-institucional_bkp__info h2 {
      font-family: "AureaUltra", serif;
      font-size: 60px;
      font-weight: 500;
      text-transform: uppercase;
      color: #98474f;
      margin-bottom: 40px; }
    .c-institucional_bkp__info p {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #665648; }
    .c-institucional_bkp__info p + p {
      margin-top: 25px; }
  .c-institucional_bkp::after {
    content: '';
    width: 900px;
    height: 331px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -1;
    background: url("../img/layout/bg-ascores.svg") no-repeat left top; }
  @media (min-width: 1024px) {
    .c-institucional_bkp__bg-top {
      top: -150px;
      height: 150px;
      width: 100%; } }
  @media (max-width: 1023.98px) {
    .c-institucional_bkp {
      background: url("../img/layout/bg-institucional-mobile.svg") #f7dfb0;
      background-size: cover; }
      .c-institucional_bkp__wrap {
        grid-template-columns: 1fr; }
      .c-institucional_bkp__bg {
        display: none; }
      .c-institucional_bkp__info {
        padding: 150px 20px 60px; }
        .c-institucional_bkp__info h2 {
          font-size: 38px; }
      .c-institucional_bkp::after {
        width: 100%;
        height: 0;
        padding-top: 53.6%;
        position: relative;
        bottom: auto;
        left: auto;
        background: url("../img/layout/bg-ascores-mobile.svg") no-repeat left top;
        background-size: contain; } }

.c-institucional {
  position: relative;
  background: #f7dfb0;
  z-index: 11; }
  .c-institucional__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .c-institucional__bg {
    padding-top: 53px; }
  .c-institucional__info {
    padding: 264px 165px 193px; }
    .c-institucional__info h2 {
      font-family: "AureaUltra", serif;
      font-size: 60px;
      font-weight: 500;
      text-transform: uppercase;
      color: #98474f;
      margin-bottom: 40px; }
    .c-institucional__info p {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #665648; }
    .c-institucional__info p + p {
      margin-top: 25px; }
  .c-institucional::after {
    content: '';
    width: 900px;
    height: 331px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -1;
    background: url("../img/layout/bg-ascores.svg") no-repeat left top; }
  @media (min-width: 1024px) {
    .c-institucional__bg-top {
      position: absolute;
      top: -150px;
      width: 100%;
      height: 150px; } }
  @media (max-width: 1023.98px) {
    .c-institucional {
      background: url("../img/layout/bg-institucional-mobile.svg") #f7dfb0;
      background-size: cover; }
      .c-institucional__wrap {
        grid-template-columns: 1fr; }
      .c-institucional__bg {
        display: none; }
      .c-institucional__info {
        padding: 150px 20px 60px; }
        .c-institucional__info h2 {
          font-size: 38px; }
      .c-institucional::after {
        width: 100%;
        height: 0;
        padding-top: 53.6%;
        position: relative;
        bottom: auto;
        left: auto;
        background: url("../img/layout/bg-ascores-mobile.svg") no-repeat left top;
        background-size: contain; } }

.c-lightbox {
  --fancybox-color: #333232;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(251, 230, 189, 0.94);
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: #585858;
  color: #101010;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .c-lightbox .f-button {
    background: #fff;
    color: #98474f;
    border-radius: 50%;
    width: 60px;
    height: 60px; }
    .c-lightbox .f-button:hover:not([disabled]) {
      color: #98474f;
      background: #f7dfb0; }
  .c-lightbox .fancybox__content > .f-button.is-close-btn {
    opacity: 1;
    top: 20px;
    right: 20px;
    z-index: 999; }
  @media (min-width: 1024px) {
    .c-lightbox .fancybox__content > .f-button.is-close-btn {
      opacity: 1;
      top: 40px;
      right: 40px; } }
  .c-lightbox__videocampanha {
    padding: 0; }
    .c-lightbox__videocampanha:not(.is-compact) .fancybox__slide.has-close-btn {
      padding: 0; }
    .c-lightbox__videocampanha.is-compact .fancybox__slide.has-html5video .fancybox__content {
      width: 100%;
      height: 100%; }
    .c-lightbox__videocampanha .has-youtube .fancybox__content,
    .c-lightbox__videocampanha .has-vimeo .fancybox__content,
    .c-lightbox__videocampanha .has-html5video .fancybox__content {
      width: 100%;
      height: 100%; }
  .c-lightbox__regiao {
    padding: 0; }
    .c-lightbox__regiao:not(.is-compact) .fancybox__slide.has-close-btn,
    .c-lightbox__regiao .fancybox__slide {
      padding: 0; }
    .c-lightbox__regiao.is-compact .fancybox__slide.has-html5video .fancybox__content {
      width: 100%;
      height: 100%; }
    .c-lightbox__regiao .has-html5video .fancybox__content {
      width: 100%;
      height: 100%; }
  .c-lightbox__making {
    padding: 0; }
    .c-lightbox__making:not(.is-compact) .fancybox__slide.has-close-btn,
    .c-lightbox__making .fancybox__slide {
      padding: 0; }
    .c-lightbox__making.is-compact .fancybox__slide.has-html5video .fancybox__content {
      width: 100%;
      height: 100%; }
    .c-lightbox__making .has-html5video .fancybox__content {
      width: 100%;
      height: 100%; }
  .c-lightbox__download {
    padding: 0; }
    .c-lightbox__download:not(.is-compact) .fancybox__slide.has-close-btn,
    .c-lightbox__download .fancybox__slide {
      padding: 0; }
    .c-lightbox__download.is-compact .fancybox__slide.has-html5video .fancybox__content {
      width: 100%;
      height: 100%; }
    .c-lightbox__download .has-html5video .fancybox__content {
      width: 100%;
      height: 100%; }

.c-load-page {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fdeac3;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000; }
  .c-load-page__img {
    width: 165px;
    height: 200px;
    border-radius: 65px;
    background: url("../img/layout/lata-load.svg") #fff5d8 no-repeat;
    padding: 30px 25px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7); }

.c-playlist {
  position: relative;
  z-index: 10;
  padding: 162px 0 162px; }
  .c-playlist .bgFiltro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 10; }
  .c-playlist__videobg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .c-playlist__videobg video {
      position: relative;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 0;
      width: 100%;
      height: 100%; }
  .c-playlist .container {
    position: relative;
    z-index: 15; }
  .c-playlist__wrap {
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1; }
  .c-playlist__info span {
    display: table;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.52px;
    border-radius: 4px;
    color: #f8fdef;
    background: #da3832;
    padding: 6px 10px; }
  .c-playlist__info h3 {
    font-family: "AureaUltra", serif;
    font-size: 30px;
    font-weight: 500;
    color: #f8fdef;
    margin: 40px 0; }
  .c-playlist__info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #f8fdef; }
  @media (min-width: 1024px) {
    .c-playlist .container {
      max-width: 1042px; }
    .c-playlist__info {
      max-width: 440px; } }
  @media (max-width: 1023.98px) {
    .c-playlist {
      padding: 80px 0 155px; }
      .c-playlist__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .c-playlist__info h3 {
        font-size: 24px; }
      .c-playlist__spotify {
        padding: 0 15px;
        margin-top: 50px;
        text-align: center; } }

html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0; }

.scroll-team {
  z-index: 99; }

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
      -ms-transform: scaleX(1.45);
          transform: scaleX(1.45); }

.c-scrollbar:hover {
  opacity: 1; }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab; }

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.audiobook {
  background-color: #4d7359;
  padding: 80px 0;
  text-align: center; }
  .audiobook__title {
    margin-bottom: 34px; }
    .audiobook__title h2 {
      font-size: 24px;
      color: #e18fb5; }
      .audiobook__title h2 span {
        font-size: 30px; }
  .audiobook__livro {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 171px; }
    .audiobook__livro__content {
      width: 100%;
      min-width: 160px;
      min-height: 320px; }
      @media (orientation: landscape) {
        .audiobook__livro__content {
          min-height: 540px; } }
  .audiobook__subtitle {
    margin-bottom: 80px;
    font-size: 24px;
    color: #e18fb5; }
  .audiobook__videos__block {
    padding: 0 20px; }
  .audiobook__videos__video {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .audiobook__videos .video {
    width: 100%;
    padding-top: 55.52%;
    height: 0;
    position: relative; }
    .audiobook__videos .video .player {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .audiobook__videos .videoTitle {
    padding: 6px 10px;
    border-radius: 4px;
    background-color: rgba(23, 18, 18, 0.2);
    color: #f8fdef;
    font-size: 13px;
    letter-spacing: 0.52px; }
  @media (max-width: 767.98px) {
    .audiobook__videos__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 60px; } }
  @media (min-width: 768px) {
    .audiobook__livro {
      padding: 0 80px; }
      .audiobook__livro__content {
        min-width: 440px;
        min-height: 610px; }
    .audiobook__videos__video {
      width: auto; }
    .audiobook.mobile .audiobook__videos__block {
      width: 100%;
      overflow: hidden;
      overflow-x: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 80px; }
    .audiobook.mobile .audiobook__videos__content {
      width: auto;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 40px;
      padding: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .audiobook__videos .video {
      width: 540px;
      padding-top: 0;
      height: 300px;
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media (min-width: 1024px) {
    .audiobook {
      padding: 335px 0 138px; }
      .audiobook__title {
        margin-bottom: 80px; }
        .audiobook__title h2 {
          font-size: 30px; }
          .audiobook__title h2 span {
            font-size: 37.5px; }
      .audiobook__livro {
        margin-bottom: 240px; }
        .audiobook__livro__content {
          min-height: calc(100vh - 40px); }
      .audiobook__subtitle {
        font-size: 30px; }
      .audiobook__videos__block {
        padding: 0 80px; }
      .audiobook__videos__video .link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
      .audiobook__videos__video .player {
        z-index: 5; }
      .audiobook__videos__video .video.active .link {
        z-index: -1; } }

.cards_bkp {
  background-color: #fdeac3;
  position: relative;
  z-index: 10;
  padding: 80px 20px 211px; }
  .cards_bkp .card {
    padding: 0;
    position: relative;
    z-index: 10; }
    .cards_bkp .card__header {
      background-color: #98474f;
      border-radius: 4px;
      padding: 6px 10px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .cards_bkp .card__header h2 {
        font-family: "Aeonik", sans-serif;
        color: #f7dfb0;
        font-size: 13px;
        letter-spacing: 0.52px; }
    .cards_bkp .card__title {
      margin-bottom: 20px; }
      .cards_bkp .card__title h2 {
        color: #f4b337;
        font-size: 24px; }
    .cards_bkp .card-timeline .owl-carousel {
      padding-bottom: 70px;
      height: 270px;
      opacity: 0; }
    .cards_bkp .card-timeline .card__header {
      margin-bottom: 23px; }
    .cards_bkp .card-timeline .item {
      width: 100%;
      min-height: 183px;
      position: relative; }
      .cards_bkp .card-timeline .item hr {
        display: none; }
    .cards_bkp .card-timeline .ano {
      font-size: 38px;
      color: #e2ad67;
      margin-bottom: 10px; }
    .cards_bkp .card-timeline .texto {
      font-family: "AureaUltra", serif;
      font-size: 20px;
      color: #98474f; }
    .cards_bkp .card-timeline .owl-nav,
    .cards_bkp .card-timeline .owl-dots {
      position: absolute;
      width: 100%;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      bottom: 0;
      left: 0; }
      .cards_bkp .card-timeline .owl-nav.disabled,
      .cards_bkp .card-timeline .owl-dots.disabled {
        display: none; }
    .cards_bkp .card-timeline .owl-nav {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cards_bkp .card-timeline .owl-nav button {
        position: relative;
        z-index: 20;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .cards_bkp .card-timeline .owl-nav .disabled {
        opacity: 0.4; }
    .cards_bkp .card-timeline .owl-dots {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 60px; }
    .cards_bkp .card-timeline .owl-dot {
      width: 6px;
      height: 6px;
      border: 1px solid #98474f;
      background-color: transparent;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-radius: 50%; }
      .cards_bkp .card-timeline .owl-dot:not(:first-child) {
        margin-left: 10px; }
      .cards_bkp .card-timeline .owl-dot.active {
        width: 10px;
        height: 10px;
        background-color: #98474f;
        border-color: transparent; }
    .cards_bkp .card-timeline .alert {
      display: none; }
  @media (min-width: 1024px) {
    .cards_bkp {
      padding: 140px 40px 469px; }
      .cards_bkp .card {
        max-width: 1280px;
        margin: 0 auto; }
        .cards_bkp .card-timeline .owl-carousel {
          padding-bottom: 0;
          cursor: -webkit-grab;
          cursor: grab; }
          .cards_bkp .card-timeline .owl-carousel.owl-grab {
            cursor: -webkit-grabbing;
            cursor: grabbing; }
        .cards_bkp .card-timeline .owl-stage-outer {
          padding: 0 2.5px;
          margin: 0 -2.5px; }
        .cards_bkp .card-timeline .card__title {
          margin-bottom: 66px; }
          .cards_bkp .card-timeline .card__title h2 {
            font-size: 38px;
            max-width: 422px; }
        .cards_bkp .card-timeline .item {
          width: auto;
          max-width: 320px;
          min-height: auto;
          padding: 6px 60px 0 20px; }
          .cards_bkp .card-timeline .item.primeiro {
            margin-left: 2.5px; }
          .cards_bkp .card-timeline .item hr {
            display: block;
            position: absolute;
            top: 0;
            width: 100%;
            left: 0;
            border-top: 1px solid #98474f;
            margin: 0; }
          .cards_bkp .card-timeline .item::before, .cards_bkp .card-timeline .item::after {
            content: '';
            display: block;
            position: absolute; }
          .cards_bkp .card-timeline .item::before {
            width: 1px;
            height: 20px;
            background-color: #98474f;
            top: 0;
            left: -0.5px; }
          .cards_bkp .card-timeline .item::after {
            width: 5px;
            height: 5px;
            border: 1px solid #98474f;
            border-radius: 50%;
            top: 20px;
            left: 0;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%); }
          .cards_bkp .card-timeline .item.ultimo .pin {
            position: absolute;
            top: 0;
            right: 0; }
            .cards_bkp .card-timeline .item.ultimo .pin::before, .cards_bkp .card-timeline .item.ultimo .pin::after {
              content: '';
              display: block;
              position: absolute; }
            .cards_bkp .card-timeline .item.ultimo .pin::before {
              width: 1px;
              height: 20px;
              background-color: #98474f;
              top: 0;
              right: -0.5px; }
            .cards_bkp .card-timeline .item.ultimo .pin::after {
              width: 5px;
              height: 5px;
              border: 1px solid #98474f;
              border-radius: 50%;
              top: 20px;
              right: 0;
              -webkit-transform: translateX(50%);
                  -ms-transform: translateX(50%);
                      transform: translateX(50%); }
        .cards_bkp .card-timeline .owl-nav {
          width: 120px;
          height: 50px;
          bottom: auto;
          left: auto;
          top: 0;
          right: 0; }
          .cards_bkp .card-timeline .owl-nav button {
            position: relative;
            z-index: 20;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            padding: 0;
            background: none; }
        .cards_bkp .card-timeline .alert {
          background-color: #fff;
          color: #98474f;
          border-radius: 4px;
          padding: 6px 8px;
          font-size: 14px;
          position: fixed;
          z-index: 999; } }
  @media (min-width: 1366px) {
    .cards_bkp {
      padding: 140px 80px 469px; } }

.cards {
  background-color: #e2ad67;
  padding: 40px 20px 40px;
  position: relative;
  z-index: 10; }
  .cards .card {
    background-color: #fdeac3;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    z-index: 10; }
    .cards .card__header {
      background-color: #98474f;
      border-radius: 4px;
      padding: 6px 10px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .cards .card__header h2 {
        font-family: "Aeonik", sans-serif;
        color: #f7dfb0;
        font-size: 13px;
        letter-spacing: 0.52px; }
    .cards .card__title {
      margin-bottom: 20px; }
      .cards .card__title h2 {
        color: #f4b337;
        font-size: 24px; }
    .cards .card-timeline .owl-carousel {
      padding-bottom: 70px;
      height: 270px;
      opacity: 0; }
    .cards .card-timeline .card__header {
      margin-bottom: 23px; }
    .cards .card-timeline .item {
      width: 100%;
      min-height: 183px;
      position: relative; }
      .cards .card-timeline .item hr {
        display: none; }
    .cards .card-timeline .ano {
      font-size: 38px;
      color: #e2ad67;
      margin-bottom: 10px; }
    .cards .card-timeline .texto {
      font-family: "AureaUltra", serif;
      font-size: 20px;
      color: #98474f; }
    .cards .card-timeline .owl-nav,
    .cards .card-timeline .owl-dots {
      position: absolute;
      width: 100%;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      bottom: 0;
      left: 0; }
      .cards .card-timeline .owl-nav.disabled,
      .cards .card-timeline .owl-dots.disabled {
        display: none; }
    .cards .card-timeline .owl-nav {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cards .card-timeline .owl-nav button {
        position: relative;
        z-index: 20;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .cards .card-timeline .owl-nav .disabled {
        opacity: 0.4; }
    .cards .card-timeline .owl-dots {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 60px; }
    .cards .card-timeline .owl-dot {
      width: 6px;
      height: 6px;
      border: 1px solid #98474f;
      background-color: transparent;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-radius: 50%; }
      .cards .card-timeline .owl-dot:not(:first-child) {
        margin-left: 10px; }
      .cards .card-timeline .owl-dot.active {
        width: 10px;
        height: 10px;
        background-color: #98474f;
        border-color: transparent; }
    .cards .card-timeline .alert {
      display: none; }
  @media (min-width: 1024px) {
    .cards {
      padding-top: 20px;
      padding-bottom: 0; }
      .cards .card {
        padding: 40px 60px 161px;
        border-radius: 24px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-width: 1400px;
        margin: 0 auto; }
        .cards .card-timeline .owl-carousel {
          padding-bottom: 0;
          cursor: -webkit-grab;
          cursor: grab; }
          .cards .card-timeline .owl-carousel.owl-grab {
            cursor: -webkit-grabbing;
            cursor: grabbing; }
        .cards .card-timeline .owl-stage-outer {
          padding: 0 2.5px;
          margin: 0 -2.5px; }
        .cards .card-timeline .card__title {
          margin-bottom: 128px; }
          .cards .card-timeline .card__title h2 {
            font-size: 30px; }
        .cards .card-timeline .item {
          width: auto;
          max-width: 320px;
          min-height: auto;
          padding: 6px 60px 0 20px; }
          .cards .card-timeline .item.primeiro {
            margin-left: 2.5px; }
          .cards .card-timeline .item hr {
            display: block;
            position: absolute;
            top: 0;
            width: 100%;
            left: 0;
            border-top: 1px solid #98474f;
            margin: 0; }
          .cards .card-timeline .item::before, .cards .card-timeline .item::after {
            content: '';
            display: block;
            position: absolute; }
          .cards .card-timeline .item::before {
            width: 1px;
            height: 20px;
            background-color: #98474f;
            top: 0;
            left: -0.5px; }
          .cards .card-timeline .item::after {
            width: 5px;
            height: 5px;
            border: 1px solid #98474f;
            border-radius: 50%;
            top: 20px;
            left: 0;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%); }
          .cards .card-timeline .item.ultimo .pin {
            position: absolute;
            top: 0;
            right: 0; }
            .cards .card-timeline .item.ultimo .pin::before, .cards .card-timeline .item.ultimo .pin::after {
              content: '';
              display: block;
              position: absolute; }
            .cards .card-timeline .item.ultimo .pin::before {
              width: 1px;
              height: 20px;
              background-color: #98474f;
              top: 0;
              right: -0.5px; }
            .cards .card-timeline .item.ultimo .pin::after {
              width: 5px;
              height: 5px;
              border: 1px solid #98474f;
              border-radius: 50%;
              top: 20px;
              right: 0;
              -webkit-transform: translateX(50%);
                  -ms-transform: translateX(50%);
                      transform: translateX(50%); }
        .cards .card-timeline .owl-nav {
          width: 120px;
          height: 50px;
          bottom: auto;
          left: auto;
          top: 40px;
          right: 60px; }
          .cards .card-timeline .owl-nav button {
            position: relative;
            z-index: 20;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            padding: 0;
            background: none; }
        .cards .card-timeline .alert {
          background-color: #fff;
          color: #98474f;
          border-radius: 4px;
          padding: 6px 8px;
          font-size: 14px;
          position: fixed;
          z-index: 999; } }

.downloads {
  background-color: #e1773a;
  padding: 60px 20px 168px;
  text-align: center; }
  .downloads__title {
    margin-bottom: 34px; }
    .downloads__title h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #fff; }
  .downloads__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 250px;
    margin: 0 auto; }
    .downloads__links li {
      margin: 0 5px 18px; }
    .downloads__links a {
      display: inline-block;
      padding: 10px 20px;
      background-color: #fdeac3;
      color: #e1773a;
      font-size: 16px;
      border-radius: 6px;
      font-family: "AureaUltra", serif; }
  .downloads__modal {
    width: 100%;
    background: transparent;
    padding: 120px 0 100px;
    display: none; }
    .downloads__modal .container {
      max-width: 100%;
      padding: 0; }
    .downloads__modal__content__title {
      margin-bottom: 32px;
      padding: 0 20px; }
      .downloads__modal__content__title h3 {
        font-size: 30px;
        text-align: center;
        color: #98474f; }
    .downloads__modal__content__bloco .content {
      width: 100%;
      padding-bottom: 20px; }
      .downloads__modal__content__bloco .content a {
        display: block;
        color: #665648;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
        margin-top: 10px; }
    .downloads__modal__content__bloco ul {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding: 40px;
      border-radius: 6px;
      background-color: #fff5d8;
      overflow: hidden;
      display: block;
      margin: 0 auto; }
    .downloads__modal__content__bloco li {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 160px;
      text-align: center; }
      .downloads__modal__content__bloco li img {
        border-radius: 6px; }
    .downloads__modal.--horizontal .downloads__modal__content__bloco li {
      width: 340px; }
  @media (min-width: 1024px) {
    .downloads {
      padding: 140px 40px 188px; }
      .downloads__title {
        margin-bottom: 70px; }
        .downloads__title h2 {
          font-size: 38px; }
      .downloads__links {
        max-width: none; }
        .downloads__links li {
          margin: 0 10px; }
        .downloads__links a {
          font-size: 30px;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .downloads__links:hover a {
          opacity: 0.4; }
          .downloads__links:hover a:hover {
            opacity: 1; }
      .downloads__modal {
        padding: 70px 0 130px; }
        .downloads__modal .container {
          max-width: 1190px;
          text-align: center; }
        .downloads__modal__content__title {
          padding: 0;
          margin-bottom: 52px; }
        .downloads__modal__content__bloco ul {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
        .downloads__modal__content__bloco li:not(:last-child) {
          margin-right: 10px; } }
  @media (min-width: 1140px) {
    .downloads__modal__content__bloco_header {
      margin: 0 0 28px; }
    .downloads__modal__content__bloco .content {
      width: 100%;
      overflow: inherit;
      padding-bottom: 0; }
    .downloads__modal__content__bloco ul {
      margin: 0; } }
  @media (min-width: 1366px) {
    .downloads__modal__content ul {
      padding: 40px; } }
  @media (max-width: 1023.98px) {
    .downloads__modal__content__bloco li:not(:last-child) {
      margin-bottom: 30px; } }

.entrevista {
  width: 100%;
  background: transparent;
  padding: 120px 0 100px;
  display: none; }
  .entrevista .container {
    max-width: 780px;
    padding: 0 20px; }
  .entrevista__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: 20px;
    margin-bottom: 40px; }
  .entrevista__photo img {
    width: 100%;
    height: auto; }
  .entrevista__title {
    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; }
    .entrevista__title h3 {
      font-size: 30px;
      text-transform: uppercase;
      color: #98474f; }
    .entrevista__title p {
      color: #665648;
      font-size: 16px;
      line-height: 26px; }
  .entrevista__text h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: #98474f;
    margin-bottom: 20px; }
  .entrevista__text p {
    font-size: 16px;
    line-height: 26px;
    color: #665648; }
    .entrevista__text p:not(:last-child) {
      margin-bottom: 25px; }
  @media (min-width: 768px) {
    .entrevista__header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 40px;
      margin-bottom: 60px; }
    .entrevista__title {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: calc(100% - 340px); }
    .entrevista__photo {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 300px; } }
  @media (min-width: 1024px) {
    .entrevista {
      padding: 30px 0 165px; }
      .entrevista__title h3 {
        font-size: 38px; } }

.entrevistas {
  background-color: #e2ad67;
  padding: 100px 0;
  position: relative;
  z-index: 10;
  /*@include media-breakpoint-up(lg) {
		padding-top: 20px;
		padding-bottom: 0;

        padding: 40px 60px 161px;
        border-radius: 24px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-width: 1400px;
        margin: 0 auto;
        &-timeline {
            .owl-carousel {
                padding-bottom: 0;
                cursor: grab;
                &.owl-grab {
                    cursor: grabbing;
                }
            }
            .owl-stage-outer {
                padding: 0 2.5px;
                margin: 0 -2.5px;
            }

            .card {
                &__title {
                    margin-bottom: 128px;

                    h2 {
                        font-size: 30px;
                    }
                }
            }
            .item {
                width: auto;
                max-width: 320px;
                min-height: auto;
                padding: 6px 60px 0 20px;
                &.primeiro {
                    margin-left: 2.5px;
                }
                hr {
                    display: block;
                    position: absolute;
                    top: 0;
                    width: 100%;
                    left: 0;
                    border-top: 1px solid $vermelhodark;
                    margin: 0;
                }
                &::before,
                &::after {
                    content: '';
                    display: block;
                    position: absolute;
                }
                &::before {
                    width: 1px;
                    height: 20px;
                    background-color: $vermelhodark;
                    top: 0;
                    left: -0.5px;
                }
                &::after {
                    width: 5px;
                    height: 5px;
                    border: 1px solid $vermelhodark;
                    border-radius: 50%;
                    top: 20px;
                    left: 0;
                    transform: translateX(-50%);
                }
                &.ultimo {
                    .pin {
                        position: absolute;
                        top: 0;
                        right: 0;
                        &::before,
                        &::after {
                            content: '';
                            display: block;
                            position: absolute;
                        }
                        &::before {
                            width: 1px;
                            height: 20px;
                            background-color: $vermelhodark;
                            top: 0;
                            right: -0.5px;
                        }
                        &::after {
                            width: 5px;
                            height: 5px;
                            border: 1px solid $vermelhodark;
                            border-radius: 50%;
                            top: 20px;
                            right: 0;
                            transform: translateX(50%);
                        }
                    }
                }
            }
            .owl-nav {
                width: 120px;
                height: 50px;
                bottom: auto;
                left: auto;
                top: 40px;
                right: 60px;
                button {
                    position: relative;
                    z-index: 20;
                    transition: $transitions030;
                    padding: 0;
                    background: none;
                }
            }
            .alert {
                background-color: $branco;
                color: $vermelhodark;
                border-radius: 4px;
                padding: 6px 8px;
                font-size: 14px;
                position: fixed;
                z-index: 999;
            }
        }
	}*/ }
  .entrevistas__title {
    margin-bottom: 34px;
    text-align: center; }
    .entrevistas__title h2 {
      color: #fff5d8;
      font-size: 24px; }
  .entrevistas .owl-carousel {
    height: 270px;
    opacity: 0; }
  .entrevistas .owl-stage-outer {
    padding: 0 20px;
    margin-bottom: 60px; }
  .entrevistas .owl-nav, .entrevistas .owl-dots {
    position: relative;
    width: 100%;
    max-width: 295px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
    .entrevistas .owl-nav.disabled, .entrevistas .owl-dots.disabled {
      display: none; }
  .entrevistas .owl-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .entrevistas .owl-nav button {
      position: relative;
      z-index: 20;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .entrevistas .owl-nav .disabled {
      opacity: 0.4; }
  .entrevistas .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 80px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .entrevistas button.owl-dot {
    width: 6px;
    height: 6px;
    border: 1px solid #98474f;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%; }
    .entrevistas button.owl-dot:not(:first-child) {
      margin-left: 10px; }
    .entrevistas button.owl-dot.active {
      width: 10px;
      height: 10px;
      background-color: #98474f;
      border-color: transparent; }
  .entrevistas .item {
    width: 200px;
    min-height: 414px;
    position: relative;
    display: block; }
  .entrevistas .photo {
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 25px; }
    .entrevistas .photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .entrevistas .title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff5d8;
    margin-bottom: 20px; }
  .entrevistas .texto {
    font-size: 13px;
    color: #f8fdef;
    border-radius: 4px;
    background-color: rgba(23, 18, 18, 0.2);
    padding: 6px 10px;
    letter-spacing: 0.52px; }
  .entrevistas .alert {
    display: none; }
  @media (min-width: 768px) {
    .entrevistas .item {
      width: 300px;
      min-height: 472px;
      position: relative; }
    .entrevistas .photo {
      width: 100%;
      height: 300px;
      margin-bottom: 20px; }
    .entrevistas .title {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .entrevistas {
      padding: 117px 0 102px; }
      .entrevistas .container-header {
        padding: 0 40px;
        max-width: 1440px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 72px; }
      .entrevistas__title h2 {
        font-size: 38px; }
      .entrevistas .owl-carousel {
        max-width: 1440px;
        margin: 0 auto; }
      .entrevistas .owl-stage-outer {
        padding: 0 40px;
        margin-bottom: 0;
        overflow: visible; }
      .entrevistas .owl-nav {
        width: auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 20px;
        margin: 0; }
        .entrevistas .owl-nav button {
          background: none;
          padding: 0; } }
  @media (min-width: 1366px) {
    .entrevistas .container-header {
      padding: 0 80px; }
    .entrevistas .owl-stage-outer {
      padding: 0 80px; } }

.hero {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0; }
  .hero__content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    opacity: 1; }
  .hero .owl-carousel-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .hero .item {
    width: 100%;
    height: 100vh;
    height: 100dvh; }
  .hero .bgVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero .bgVideo video {
      position: relative;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 0;
      width: 100%;
      height: 100%; }
    .hero .bgVideo .bgFiltro {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 10; }
  .hero .links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 10; }
    .hero .links li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px; }
      .hero .links li::before {
        content: '';
        width: 7px;
        height: 7px;
        background: url("../img/layout/ico-x.svg") no-repeat center;
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .hero .links a {
      font-family: "AureaUltra", serif;
      color: #e1773a;
      font-size: 24px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      display: inline-block;
      opacity: 0.4; }
    .hero .links .active a {
      opacity: 1; }
  @media (min-width: 1024px) {
    .hero:not(.mobile) .fixed_target {
      bottom: -100vh;
      position: absolute;
      top: -100vh;
      right: 0;
      left: 0; }
    .hero:not(.mobile) .hero__content {
      position: absolute;
      top: -100vh;
      right: 0;
      left: 0; }
    .hero__content {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .hero .links {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 40px; }
      .hero .links a {
        font-size: 28px; }
      .hero .links span {
        width: 7px;
        height: 7px;
        background: url("../img/layout/ico-x.svg") no-repeat center;
        display: block; }
      .hero .links li {
        gap: 40px; }
        .hero .links li:first-child::before {
          display: none; }
      .hero .links:hover a {
        opacity: 0.4; }
        .hero .links:hover a:hover {
          opacity: 1; }
      .hero .links:hover li::before {
        opacity: 0.4; } }
  @media (min-width: 1366px) {
    .hero .links {
      gap: 40px; }
      .hero .links a {
        font-size: 38px; } }

.lancamentos {
  background-color: #f7dfb0;
  padding: 0 0 84px;
  position: relative;
  z-index: 10; }
  .lancamentos::before {
    content: '';
    width: 100%;
    padding-top: 80.53%;
    background: url("../img/layout/bg-lancamentos.svg") no-repeat center center;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1; }
  .lancamentos .container {
    padding: 0 20px;
    max-width: none; }
  .lancamentos__header {
    background-color: #fff5d8;
    border-radius: 4px;
    padding: 6px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 40px; }
    .lancamentos__header h2 {
      font-family: "Aeonik", sans-serif;
      color: #98474f;
      font-size: 13px;
      letter-spacing: 0.52px; }
  .lancamentos__content h3 {
    color: #6c9f54;
    font-size: 24px;
    margin-bottom: 40px; }
  .lancamentos__content p {
    font-size: 16px;
    line-height: 26px; }
  @media (min-width: 1024px) {
    .lancamentos {
      padding: 160px 0 210px; }
      .lancamentos::before {
        width: 900px;
        height: 459px;
        padding: 0;
        left: auto;
        right: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        background: url("../img/layout/bg-lancamentos-desktop.svg") no-repeat top right; }
      .lancamentos .container {
        padding: 0 80px;
        max-width: 1440px; }
      .lancamentos__content {
        max-width: 580px; }
        .lancamentos__content h3 {
          font-size: 30px; } }

.paleta {
  background-color: #fdeac3;
  padding: 20px 0 40.265%;
  position: relative;
  z-index: 10; }
  .paleta .container {
    padding: 0 20px;
    max-width: none; }
  .paleta__header {
    background-color: #fff5d8;
    border-radius: 4px;
    padding: 6px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 20px; }
    .paleta__header h2 {
      font-family: "Aeonik", sans-serif;
      color: #98474f;
      font-size: 13px;
      letter-spacing: 0.52px; }
  .paleta__content {
    margin-bottom: 59.72px; }
    .paleta__content_title {
      position: relative;
      z-index: 10; }
    .paleta__content h3 {
      color: #6c9f54;
      font-size: 24px;
      margin-bottom: 34px; }
    .paleta__content p {
      font-size: 16px;
      line-height: 26px; }
    .paleta__content .brasil {
      text-align: center;
      margin: 67px auto 0;
      position: relative;
      z-index: 9; }
      .paleta__content .brasil::before {
        content: '';
        position: absolute;
        width: 163.71%;
        height: 155.11%;
        top: -35.45%;
        left: -27.98%;
        background: url("../img/layout/bg-mapa.svg") no-repeat center;
        background-size: contain;
        z-index: -1; }
      .paleta__content .brasil svg {
        margin: 0 auto;
        max-width: 100%;
        height: auto; }
  @media (min-width: 1024px) {
    .paleta {
      padding: 0 0 100px; }
      .paleta .container {
        padding: 0 140px 0 80px;
        max-width: 1440px; }
      .paleta__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0; }
        .paleta__content_title {
          width: 100%;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .paleta__content h3 {
          font-size: 30px;
          max-width: 550px;
          margin-bottom: 18px; }
        .paleta__content_text {
          max-width: 330px;
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3;
          margin: 0 0 0 auto; }
        .paleta__content .brasil {
          margin: 18px 40px 0 auto;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
          .paleta__content .brasil a {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .paleta__content .brasil svg:hover a {
            opacity: 0.2; }
            .paleta__content .brasil svg:hover a:hover {
              opacity: 1; } }
  @media (min-width: 1366px) {
    .paleta__content_text {
      max-width: 400px; }
    .paleta__content .brasil {
      margin: 18px 123px 0 auto; } }

.regiao {
  width: 100%;
  background: transparent;
  padding: 120px 0 100px;
  display: none; }
  .regiao .container {
    max-width: 100%;
    padding: 0; }
  .regiao__title {
    margin-bottom: 20px;
    padding: 0 20px; }
    .regiao__title h3 {
      font-size: 30px;
      color: #98474f; }
  .regiao__text {
    margin-bottom: 53px;
    padding: 0 20px; }
    .regiao__text p {
      font-size: 16px;
      line-height: 26px;
      color: #665648; }
  .regiao__cores {
    margin-bottom: 80px; }
    .regiao__cores_bloco {
      padding: 40px 0 20px;
      border-radius: 6px;
      background-color: #fff5d8;
      overflow: hidden; }
      .regiao__cores_bloco_header {
        background-color: #98474f;
        border-radius: 4px;
        padding: 6px 10px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 0 28px 20px; }
        .regiao__cores_bloco_header h4 {
          font-family: "Aeonik", sans-serif;
          color: #fffff7;
          font-size: 13px;
          letter-spacing: 0.52px;
          font-weight: bold; }
      .regiao__cores_bloco .content {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 20px; }
      .regiao__cores_bloco ul {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 20px; }
      .regiao__cores_bloco li {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 120px;
        text-align: center; }
        .regiao__cores_bloco li:not(:last-child) {
          margin-right: 10px; }
      .regiao__cores_bloco .cor {
        width: 100%;
        height: 140px;
        margin-bottom: 10px;
        border-radius: 6px; }
      .regiao__cores_bloco .name {
        font-size: 14px;
        line-height: 20px;
        margin: 0 auto;
        color: #665648; }
      .regiao__cores_bloco-1 .cor-1 {
        background-color: #545555; }
      .regiao__cores_bloco-1 .cor-2 {
        background-color: #e1e3d9; }
      .regiao__cores_bloco-1 .cor-3 {
        background-color: #91b552; }
      .regiao__cores_bloco-1 .cor-4 {
        background-color: #b8b7b2; }
      .regiao__cores_bloco-2 .cor-1 {
        background-color: #de4b40; }
      .regiao__cores_bloco-2 .cor-2 {
        background-color: #aaa8a2; }
      .regiao__cores_bloco-2 .cor-3 {
        background-color: #c1e3dc; }
      .regiao__cores_bloco-3 .cor-1 {
        background-color: #0b317f; }
      .regiao__cores_bloco-3 .cor-2 {
        background-color: #edc548; }
      .regiao__cores_bloco-3 .cor-3 {
        background-color: #fdf4d8; }
      .regiao__cores_bloco-3 .cor-4 {
        background-color: #5d4035; }
      .regiao__cores_bloco-4 .cor-1 {
        background-color: #4daebc; }
      .regiao__cores_bloco-4 .cor-2 {
        background-color: #f8f0e1; }
      .regiao__cores_bloco-4 .cor-3 {
        background-color: #2f5e3c; }
      .regiao__cores_bloco .text {
        margin-top: 27px;
        font-size: 16px;
        line-height: 26px;
        color: #000;
        padding: 0 20px;
        text-align: left; }
        .regiao__cores_bloco .text p:not(:last-child) {
          margin-bottom: 27px; }
  .regiao__galeria {
    padding: 0 20px; }
    .regiao__galeria .owl-stage-outer {
      border-radius: 12px;
      margin-bottom: 20px; }
    .regiao__galeria .owl-nav button {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .regiao__galeria .owl-nav button svg {
        max-width: 100%;
        height: auto; }
    .regiao__galeria .owl-prev {
      left: -20px; }
    .regiao__galeria .owl-next {
      right: -20px; }
    .regiao__galeria .owl-prev.disabled, .regiao__galeria .owl-next.disabled {
      opacity: 0.4; }
    .regiao__galeria .owl-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .regiao__galeria .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 14px;
        height: 14px; }
        .regiao__galeria .owl-dots .owl-dot::before {
          content: '';
          width: 8px;
          height: 8px;
          background-color: #e1773a;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          border-radius: 50%; }
        .regiao__galeria .owl-dots .owl-dot:not(:first-child) {
          margin-left: 4px; }
        .regiao__galeria .owl-dots .owl-dot.active {
          width: 14px;
          height: 14px;
          border: 1px solid #e1773a;
          background-color: transparent; }
          .regiao__galeria .owl-dots .owl-dot.active::before {
            background-color: transparent; }
          .regiao__galeria .owl-dots .owl-dot.active:not(:first-child) {
            margin-left: 7px; }
          .regiao__galeria .owl-dots .owl-dot.active:not(:last-child) {
            margin-right: 3px; }
    .regiao__galeria .item {
      width: 100%;
      padding-top: 71.945%;
      position: relative; }
      .regiao__galeria .item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; }
  @media (min-width: 768px) {
    .regiao__cores {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 10px; }
      .regiao__cores_bloco {
        max-width: 590px; } }
  @media (min-width: 1024px) {
    .regiao {
      padding: 70px 0 130px; }
      .regiao .container {
        max-width: 1190px;
        text-align: center; }
      .regiao__title {
        padding: 0; }
      .regiao__text {
        margin: 0 auto 33px;
        padding: 0;
        max-width: 740px; }
      .regiao__galeria .owl-carousel {
        width: 642.083px;
        margin: 0 auto; }
      .regiao__galeria .owl-stage-outer {
        border-radius: 12px;
        margin-bottom: 30px; }
      .regiao__galeria .owl-prev {
        left: -25px; }
      .regiao__galeria .owl-next {
        right: -25px; }
      .regiao__galeria .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .regiao__galeria .item {
        width: 642.083px;
        height: 460px;
        padding-top: 0; } }
  @media (min-width: 1140px) {
    .regiao__cores {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 10px;
      text-align: left; }
      .regiao__cores_bloco {
        padding: 40px 20px; }
        .regiao__cores_bloco_header {
          margin: 0 0 28px; }
        .regiao__cores_bloco .content {
          width: 100%;
          overflow: inherit;
          padding-bottom: 0; }
        .regiao__cores_bloco ul {
          margin: 0; }
        .regiao__cores_bloco .text {
          padding: 0; } }
  @media (min-width: 1366px) {
    .regiao__cores_bloco {
      padding: 40px; } }

.trajetoria {
  width: 100%;
  padding: 137px 20px 94px;
  background-color: #da3832;
  text-align: center;
  height: auto;
  position: relative;
  z-index: 10; }
  .trajetoria header {
    max-width: 335px;
    margin: 0 auto; }
  .trajetoria h2 {
    font-size: 24px;
    color: #f7dfb0;
    text-transform: uppercase; }
  .trajetoria .nuvem {
    width: 375px;
    height: 192.778px;
    background: url("../img/layout/nuvem-laranja.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: -96px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .trajetoria .baldedetinta {
    width: auto;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .trajetoria .baldedetinta img {
      height: 100%;
      width: auto;
      max-width: none; }
  @media (min-width: 1024px) {
    .trajetoria {
      padding: 320px 40px 276px; }
      .trajetoria header {
        max-width: 600px; }
      .trajetoria h2 {
        font-size: 38px; }
      .trajetoria .nuvem {
        width: 583.573px;
        height: 300px;
        top: -150px; } }

#videocampanha {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
  z-index: 10;
  background-color: #000; }
  #videocampanha_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8); }
  #videocampanha video {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    width: 100%;
    height: 100%; }
  #videocampanha .bgFiltro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  #videocampanha .btlightbox-campanha {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 15; }
    #videocampanha .btlightbox-campanha circle,
    #videocampanha .btlightbox-campanha path {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  #videocampanha .alert {
    display: none; }
  @media (min-width: 1024px) {
    #videocampanha .btlightbox-campanha:hover {
      -webkit-transform: translate(-50%, -50%) scale(1.2);
          -ms-transform: translate(-50%, -50%) scale(1.2);
              transform: translate(-50%, -50%) scale(1.2); }
      #videocampanha .btlightbox-campanha:hover circle {
        fill: #fdeac3; }
      #videocampanha .btlightbox-campanha:hover path {
        fill: #98474f; }
    #videocampanha .alert {
      background-color: #fff;
      color: #000;
      border-radius: 4px;
      padding: 6px 8px;
      font-size: 13px;
      position: fixed;
      z-index: 999; } }


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