@font-face {
  font-family: 'lg';
  src: url(../webfonts/lg.eot);
  src: url(../webfonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../webfonts/lg.woff) format("woff"), url(../webfonts/lg.ttf) format("truetype"), url(../images/lg.svg#lg) format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\E095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\E094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\E070"; }
  .lg-toolbar .lg-download:after {
    content: "\E0F2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\E1FF"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(../images/video-play.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\E01D"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\E01A"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\E311"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\E033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\E312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\E20C"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\E20D"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }

.lg-outer #lg-share {
  position: relative; }
  .lg-outer #lg-share:after {
    content: "\E80D"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\E901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\E904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\E902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\E903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url(../images/loading.gif) no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

@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;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.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;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0080a6;
  --secondary: #000;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --breakpoint-xxxl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #425466;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0080a6;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #00455a;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1500px) {
    .container {
      max-width: 1420px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -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;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -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;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -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: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -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: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -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%; } }

@media (min-width: 1500px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xxl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xxl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xxl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xxl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xxl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xxl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xxl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xxl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xxl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xxl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xxl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xxl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xxl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xxl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xxxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xxxl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xxxl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xxxl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xxxl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xxxl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xxxl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xxxl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xxxl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xxxl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xxxl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xxxl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xxxl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xxxl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xxxl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #425466; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #425466;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8dbe6; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abdd1; }

.table-hover .table-primary:hover {
  background-color: #a5d1df; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a5d1df; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8b8b8; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-secondary:hover {
  background-color: #ababab; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #ababab; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1499.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #27cdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 166, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #425466;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback, .userform .form-group .error.message {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, #mc_embed_signup .form-control.mce_inline_error {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, #mc_embed_signup .form-control.mce_inline_error:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .userform .form-group .form-control:invalid ~ .error.message, .userform .form-group .was-validated .form-control:invalid ~ .error.message,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, #mc_embed_signup .form-control.mce_inline_error ~ .invalid-feedback, .userform .form-group .form-control.is-invalid ~ .error.message, #mc_embed_signup .userform .form-group .form-control.mce_inline_error ~ .error.message, .userform .form-group #mc_embed_signup .form-control.mce_inline_error ~ .error.message,
  .form-control.is-invalid ~ .invalid-tooltip,
  #mc_embed_signup .form-control.mce_inline_error ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid, #mc_embed_signup textarea.form-control.mce_inline_error {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid, .userform .form-group .error.form-control, #mc_embed_signup .custom-select.mce_inline_error {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus, .userform .form-group .error.form-control:focus, #mc_embed_signup .custom-select.mce_inline_error:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .userform .form-group .custom-select:invalid ~ .error.message, .userform .form-group .was-validated .custom-select:invalid ~ .error.message,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .userform .form-group .error.form-control ~ .invalid-feedback, #mc_embed_signup .custom-select.mce_inline_error ~ .invalid-feedback, .userform .form-group .custom-select.is-invalid ~ .error.message, .userform .form-group .error.form-control ~ .error.message, #mc_embed_signup .userform .form-group .custom-select.mce_inline_error ~ .error.message, .userform .form-group #mc_embed_signup .custom-select.mce_inline_error ~ .error.message,
  .custom-select.is-invalid ~ .invalid-tooltip,
  .userform .form-group .error.form-control ~ .invalid-tooltip,
  #mc_embed_signup .custom-select.mce_inline_error ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .userform .form-group .form-control-file:invalid ~ .error.message, .userform .form-group .was-validated .form-control-file:invalid ~ .error.message,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, #mc_embed_signup .form-control-file.mce_inline_error ~ .invalid-feedback, .userform .form-group .form-control-file.is-invalid ~ .error.message, #mc_embed_signup .userform .form-group .form-control-file.mce_inline_error ~ .error.message, .userform .form-group #mc_embed_signup .form-control-file.mce_inline_error ~ .error.message,
.form-control-file.is-invalid ~ .invalid-tooltip,
#mc_embed_signup .form-control-file.mce_inline_error ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, #mc_embed_signup .form-check-input.mce_inline_error ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .userform .form-group .form-check-input:invalid ~ .error.message, .userform .form-group .was-validated .form-check-input:invalid ~ .error.message,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, #mc_embed_signup .form-check-input.mce_inline_error ~ .invalid-feedback, .userform .form-group .form-check-input.is-invalid ~ .error.message, #mc_embed_signup .userform .form-group .form-check-input.mce_inline_error ~ .error.message, .userform .form-group #mc_embed_signup .form-check-input.mce_inline_error ~ .error.message,
.form-check-input.is-invalid ~ .invalid-tooltip,
#mc_embed_signup .form-check-input.mce_inline_error ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label, .userform .form-group .error.custom-control-input ~ .custom-control-label, #mc_embed_signup .custom-control-input.mce_inline_error ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .userform .form-group .error.custom-control-input ~ .custom-control-label::before, #mc_embed_signup .custom-control-input.mce_inline_error ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .userform .form-group .custom-control-input:invalid ~ .error.message, .userform .form-group .was-validated .custom-control-input:invalid ~ .error.message,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .userform .form-group .error.custom-control-input ~ .invalid-feedback, #mc_embed_signup .custom-control-input.mce_inline_error ~ .invalid-feedback, .userform .form-group .custom-control-input.is-invalid ~ .error.message, .userform .form-group .error.custom-control-input ~ .error.message, #mc_embed_signup .userform .form-group .custom-control-input.mce_inline_error ~ .error.message, .userform .form-group #mc_embed_signup .custom-control-input.mce_inline_error ~ .error.message,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.userform .form-group .error.custom-control-input ~ .invalid-tooltip,
#mc_embed_signup .custom-control-input.mce_inline_error ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .userform .form-group .error.custom-control-input:checked ~ .custom-control-label::before, #mc_embed_signup .custom-control-input.mce_inline_error:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .userform .form-group .error.custom-control-input:focus ~ .custom-control-label::before, #mc_embed_signup .custom-control-input.mce_inline_error:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .userform .form-group .error.custom-control-input:focus:not(:checked) ~ .custom-control-label::before, #mc_embed_signup .custom-control-input.mce_inline_error:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label, #mc_embed_signup .custom-file-input.mce_inline_error ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .userform .form-group .custom-file-input:invalid ~ .error.message, .userform .form-group .was-validated .custom-file-input:invalid ~ .error.message,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, #mc_embed_signup .custom-file-input.mce_inline_error ~ .invalid-feedback, .userform .form-group .custom-file-input.is-invalid ~ .error.message, #mc_embed_signup .userform .form-group .custom-file-input.mce_inline_error ~ .error.message, .userform .form-group #mc_embed_signup .custom-file-input.mce_inline_error ~ .error.message,
.custom-file-input.is-invalid ~ .invalid-tooltip,
#mc_embed_signup .custom-file-input.mce_inline_error ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label, #mc_embed_signup .custom-file-input.mce_inline_error:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #425466;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #425466;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 166, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0080a6;
  border-color: #0080a6; }
  .btn-primary:hover {
    color: #fff;
    background-color: #006380;
    border-color: #005973; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 147, 179, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0080a6;
    border-color: #0080a6; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005973;
    border-color: #004f66; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 147, 179, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-secondary:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #0080a6;
  border-color: #0080a6; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0080a6;
    border-color: #0080a6; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 166, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0080a6;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0080a6;
    border-color: #0080a6; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 128, 166, 0.5); }

.btn-outline-secondary {
  color: #000;
  border-color: #000; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #0080a6;
  text-decoration: none; }
  .btn-link:hover {
    color: #00455a;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 12.5rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #425466;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1500px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1600px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:first-child {
    border-top-left-radius: calc(0 - 1px);
    border-top-right-radius: calc(0 - 1px); }
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0 - 1px);
    border-bottom-left-radius: calc(0 - 1px); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #0080a6;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0080a6; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.75rem 1rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0080a6; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1499.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1500px) {
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

@media (max-width: 1599.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xxxl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xxxl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: #343a40; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #343a40; }

.navbar-light .navbar-nav .nav-link {
  color: #343a40; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #0080a6; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(52, 58, 64, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #343a40; }

.navbar-light .navbar-toggler {
  color: #343a40;
  border-color: rgba(52, 58, 64, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23343a40' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: #343a40; }
  .navbar-light .navbar-text a {
    color: #343a40; }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: #343a40; }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: white; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #0080a6; }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white; }

.navbar-dark .navbar-toggler {
  color: white;
  border-color: rgba(255, 255, 255, 0); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: white; }
  .navbar-dark .navbar-text a {
    color: white; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: white; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .card-group > .card {
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0080a6;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #00455a;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 166, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0080a6;
  border-color: #0080a6; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004356;
  background-color: #cce6ed;
  border-color: #b8dbe6; }
  .alert-primary hr {
    border-top-color: #a5d1df; }
  .alert-primary .alert-link {
    color: #001b23; }

.alert-secondary {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-secondary hr {
    border-top-color: #ababab; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

.media-body {
  -ms-flex: 1;
      flex: 1; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

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

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #0080a6 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #005973 !important; }

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: black !important; }

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0080a6 !important; }

.border-secondary {
  border-color: #000 !important; }

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.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: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxxl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

.flex-column-reverse {
  -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 {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }

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

.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

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

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

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

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

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

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -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: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -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: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -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; } }

@media (min-width: 1500px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1600px) {
  .flex-xxxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xxxl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xxxl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xxxl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xxxl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xxxl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xxxl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xxxl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1500px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 1600px) {
  .float-xxxl-left {
    float: left !important; }
  .float-xxxl-right {
    float: right !important; }
  .float-xxxl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

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

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

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

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !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.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 992px) {
  .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.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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: 1200px) {
  .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.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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; } }

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

@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxxl-n3 {
    margin: -1rem !important; }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important; }
  .m-xxxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxxl-n5 {
    margin: -3rem !important; }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-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: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

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

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

@media (min-width: 1600px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-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: #0080a6 !important; }

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: black !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: #425466 !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;
  overflow-wrap: break-word !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

html,
body {
  width: 100%;
  height: 100%; }

html {
  scroll-behavior: smooth; }

.section {
  padding: 3rem 0; }
  @media (max-width: 767.98px) {
    .section {
      padding: 1.5rem 0; } }

.container-small {
  margin: 0 auto;
  max-width: 850px; }

@media (min-width: 1200px) {
  .col-xl-fifth {
    -ms-flex: 20%;
        flex: 20%;
    max-width: 20%; } }

.main-content {
  position: relative; }

.content-break {
  border-top: 2px solid #0080a6; }

.swiper-wrapper {
  visibility: hidden; }

.swiper-initialized .swiper-wrapper {
  visibility: visible; }

.w-80 {
  width: 80%; }

.text-white p a {
  color: #fff; }

.ratio-16x9 {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover; }

.ratio-3x1 {
  aspect-ratio: 3/1;
  -o-object-fit: cover;
     object-fit: cover; }

.ratio-1x1 {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover; }

.ratio-4x3 {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover; }

.ratio-2x3 {
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover; }

blockquote {
  position: relative;
  max-width: 75%;
  margin: 0 auto; }
  blockquote::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAxOS4yIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMDA4MGE2OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMy4xNiwwYy40OSwwLC44NC4zOC44NC44LDAsLjMtLjE3LjYyLS42Ljg0LTIuMTUsMS4xNC00LjYzLDUuMDctNC42Myw3LjUsMy42Mi0uMTEsNS4xOSwzLjEsNS4xOSw1LjExLDAsMi40MS0yLjA5LDQuOTUtNS4xNyw0Ljk1LTMuODksMC01LjgtMy4wNi01LjgtNi4zN0MxMyw1LjY2LDIxLjIsMCwyMy4xNiwwWk0xMC4xNiwwYy40OSwwLC44NC4zOC44NC44LDAsLjMtLjE3LjYyLS42Ljg0LTIuMTUsMS4xNC00LjYzLDUuMDctNC42Myw3LjUsMy42Mi0uMTEsNS4xOSwzLjEsNS4xOSw1LjExLDAsMi40MS0yLjA5LDQuOTUtNS4xNyw0Ljk1LTMuODksMC01LjgtMy4wNi01LjgtNi4zN0MwLDUuNjYsOC4yLDAsMTAuMTYsMFoiLz4KPC9zdmc+");
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 3rem auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    opacity: 0.2; }
    @media (max-width: 1199.98px) {
      blockquote::before {
        -webkit-transform: translateX(-20%) translateY(-50%);
                transform: translateX(-20%) translateY(-50%); } }

.checklist-lists ul {
  list-style: none; }
  .checklist-lists ul li {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC43MyAxNi4xNSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzAwODBhNjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi42OCwxNi4xNWMtLjU2LDAtMS4wOS0uMjMtMS40Ny0uNjRMLjUzLDEwLjQzYy0uNzUtLjgxLS43LTIuMDguMTItMi44My44MS0uNzUsMi4wOC0uNywyLjgzLjEybDMuMTMsMy4zOUwxNS4xOS43M2MuNy0uODUsMS45Ni0uOTcsMi44Mi0uMjcuODUuNy45NywxLjk2LjI3LDIuODJsLTEwLjA1LDEyLjE1Yy0uMzcuNDUtLjkxLjcxLTEuNDkuNzMtLjAyLDAtLjA0LDAtLjA1LDBaIi8+Cjwvc3ZnPg==");
    background-repeat: no-repeat;
    padding-left: 1.5rem;
    background-size: 17px 22px;
    margin-bottom: 0.5rem; }

.not-found-tile {
  border-radius: .5rem;
  background-color: #fff;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  transition: all .3s;
  height: 100%;
  display: block; }
  .not-found-tile:hover {
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
    transition: all 0.3s; }
  .not-found-tile .content {
    padding: 2rem 1rem; }
  .not-found-tile img {
    width: 100%;
    aspect-ratio: 16 / 9;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem; }
  .not-found-tile p.h4 {
    color: #0080a6;
    text-transform: uppercase; }
  .not-found-tile p {
    color: #425466;
    font-size: 0.9rem; }

body {
  color: #425466;
  font-family: 'Nunito', sans-serif; }

p {
  font-size: 17px; }
  p a {
    font-weight: 600; }

a:hover {
  text-decoration: none; }

ul {
  list-style-type: circle;
  padding-left: 15px; }

h1 {
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 1px;
  color: #210707; }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 2rem; } }

.content-section .element h1 {
  color: #210707; }

h2, .h2 {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #210707; }
  @media (max-width: 767.98px) {
    h2, .h2 {
      font-size: 2.2rem; } }

h3, .h3 {
  margin-bottom: .8rem;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #210707; }
  @media (max-width: 767.98px) {
    h3, .h3 {
      font-size: 1.6rem; } }

h4, .h4 {
  margin-bottom: .6rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #210707; }
  h4.subtitle,
  .h4.subtitle {
    text-transform: uppercase;
    color: #0080a6;
    font-weight: 700; }
  h4.white-text,
  .h4.white-text {
    color: #fff; }

h5, .h5 {
  margin-bottom: .5rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #210707; }

h6, .h6 {
  margin-bottom: .3rem;
  font-size: .9rem;
  font-weight: 600;
  color: #210707; }

.primary-text {
  color: #0080a6; }

.header-text {
  color: #000; }

.white-text {
  color: #fff; }

.fw-600 {
  font-weight: 600; }

.error-text {
  font-size: 19px; }

.form-control[type="text"],
.form-control[type="email"],
.form-control[type="date"] {
  height: 2.375rem; }

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
  border-width: 2px;
  padding: 0.5rem 1.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #0080a6;
  border-color: #0080a6; }
  .btn-primary i,
  .btn-primary:not(:disabled):not(.disabled):active i {
    margin-left: 0.75rem;
    font-size: 1.3rem;
    transition: all 0.2s; }
  .btn-primary:hover i, .btn-primary:focus i,
  .btn-primary:not(:disabled):not(.disabled):active:hover i,
  .btn-primary:not(:disabled):not(.disabled):active:focus i {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    transition: all 0.2s; }
    .btn-primary:hover i.fa-angle-left, .btn-primary:focus i.fa-angle-left,
    .btn-primary:not(:disabled):not(.disabled):active:hover i.fa-angle-left,
    .btn-primary:not(:disabled):not(.disabled):active:focus i.fa-angle-left {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      transition: all 0.2s; }
  .btn-primary i.fa-angle-right,
  .btn-primary:not(:disabled):not(.disabled):active i.fa-angle-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI3MyAyMzljOS40IDkuNCA5LjQgMjQuNiAwIDMzLjlMMTEzIDQzM2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBzLTkuNC0yNC42IDAtMzMuOWwxNDMtMTQzTDc5IDExM2MtOS40LTkuNC05LjQtMjQuNiAwLTMzLjlzMjQuNi05LjQgMzMuOSAwTDI3MyAyMzl6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 13px 20px;
    width: 13px;
    height: 20px; }
  .btn-primary i.fa-angle-left,
  .btn-primary:not(:disabled):not(.disabled):active i.fa-angle-left {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDguMSAzNjcuOTYiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTcuMDUsMjAxLjA1Yy05LjQtOS40LTkuNC0yNC42LDAtMzMuOUwxNjcuMDUsNy4wNWM5LjQtOS40LDI0LjYtOS40LDMzLjksMHM5LjQsMjQuNiwwLDMzLjlMNTcuOTUsMTgzLjk1bDE0My4xLDE0My4xYzkuNCw5LjQsOS40LDI0LjYsMCwzMy45cy0yNC42LDkuNC0zMy45LDBMNy4wNSwyMDEuMDVaIi8+Cjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 13px 20px;
    width: 13px;
    height: 20px;
    margin-left: 0;
    margin-right: 0.75em; }
    .btn-primary i.fa-angle-left:hover,
    .btn-primary:not(:disabled):not(.disabled):active i.fa-angle-left:hover {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
      transition: all 0.2s; }

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active {
  border-width: 2px;
  padding: 0.5rem 1.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  border-color: #fff;
  color: #0080a6; }
  .btn-secondary i,
  .btn-secondary:not(:disabled):not(.disabled):active i {
    margin-left: 0.75rem;
    font-size: 1.3rem;
    transition: all 0.2s; }
  .btn-secondary:hover, .btn-secondary:focus,
  .btn-secondary:not(:disabled):not(.disabled):active:hover,
  .btn-secondary:not(:disabled):not(.disabled):active:focus {
    background-color: rgba(255, 255, 255, 0.8);
    color: #0080a6;
    border-color: #fff; }
    .btn-secondary:hover i, .btn-secondary:focus i,
    .btn-secondary:not(:disabled):not(.disabled):active:hover i,
    .btn-secondary:not(:disabled):not(.disabled):active:focus i {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      transition: all 0.2s; }
  .btn-secondary i.fa-angle-right,
  .btn-secondary:not(:disabled):not(.disabled):active i.fa-angle-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTI3MyAyMzljOS40IDkuNCA5LjQgMjQuNiAwIDMzLjlMMTEzIDQzM2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBzLTkuNC0yNC42IDAtMzMuOWwxNDMtMTQzTDc5IDExM2MtOS40LTkuNC05LjQtMjQuNiAwLTMzLjlzMjQuNi05LjQgMzMuOSAwTDI3MyAyMzl6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 13px 20px;
    width: 13px;
    height: 20px; }
  .btn-secondary i.fa-angle-left,
  .btn-secondary:not(:disabled):not(.disabled):active i.fa-angle-left {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyMCIgaGVpZ2h0PSI1MTIiPgo8cGF0aCBkPSJNMCAwIEM1Ljc0ODQ1ODYyIDUuODE3NzE3MTYgOC4yODI3NjUyNCAxMC40NDY4MDY5MiA4LjM3NSAxOC44MTI1IEM4LjQwMzM1OTM4IDE5Ljk3Mzk0NTMxIDguNDMxNzE4NzUgMjEuMTM1MzkwNjIgOC40NjA5Mzc1IDIyLjMzMjAzMTI1IEM3LjUwNTMzNjY0IDI5LjkzNjM0NjU1IDMuMzk2MDM3NDkgMzUuMTk4NDY1OTEgLTEuOTQ3ODE0OTQgNDAuNDI4ODMzMDEgQy0yLjUzOTI2NDE4IDQxLjAyMzY5OTk1IC0zLjEzMDcxMzQyIDQxLjYxODU2Njg4IC0zLjc0MDA4NTM2IDQyLjIzMTQ2MDA5IEMtNS43MDgzMTQ5NiA0NC4yMDYyMzU3OCAtNy42OTA0MTYxOSA0Ni4xNjY0NDY3OSAtOS42NzI4NTE1NiA0OC4xMjY5NTMxMiBDLTExLjA5MzAwMjI1IDQ5LjU0NTk3NDY0IC0xMi41MTIyNzA5NyA1MC45NjU4NzkyOSAtMTMuOTMwNzI1MSA1Mi4zODY1OTY2OCBDLTE3Ljc3MjcwMTMxIDU2LjIyOTcxODIgLTIxLjYyNjg2NDg0IDYwLjA2MDQwMTQ5IC0yNS40ODMzNjUwNiA2My44ODg5NDA4MSBDLTI5LjUxNTc0ODg3IDY3Ljg5NjI4MDczIC0zMy41MzY3NzA4MyA3MS45MTQ5ODg1NiAtMzcuNTU5MDIxIDc1LjkzMjQ5NTEyIEMtNDUuMTcyNDA5MDkgODMuNTMzNDYyMjggLTUyLjc5NTkzNDAyIDkxLjEyNDE3NzMxIC02MC40MjMxNjk4NSA5OC43MTEyNDYwMSBDLTY5LjEwODE0NDU5IDEwNy4zNTE0NzU3NyAtNzcuNzgxNzMyOTYgMTE2LjAwMzA5NzQ3IC04Ni40NTQzOTE5NiAxMjQuNjU1Njg2MzggQy0xMDQuMjkwMzAzMDEgMTQyLjQ0OTgxMzA3IC0xMjIuMTQwNDM4MzEgMTYwLjIyOTYxMzI3IC0xNDAgMTc4IEMtMTM4LjM3NzAzMTUyIDE4Mi4wOTgyMDk5NSAtMTM1LjQzMTQ0NTk4IDE4NC44MzAxODcyOSAtMTMyLjM1MDg0NTM0IDE4Ny44NjI3NDcxOSBDLTEzMS43NjczMDUyIDE4OC40NDUxNzM5MiAtMTMxLjE4Mzc2NTA2IDE4OS4wMjc2MDA2NCAtMTMwLjU4MjU0MTg4IDE4OS42Mjc2NzY2NyBDLTEyOC42MjQyNTYxMyAxOTEuNTc5ODg2MDUgLTEyNi42NTg5MjU2MyAxOTMuNTI0ODQ3MDMgLTEyNC42OTM2MDM1MiAxOTUuNDY5OTcwNyBDLTEyMy4yODg4Njk2NiAxOTYuODY3NTkyNjYgLTEyMS44ODQ2MDQ0NiAxOTguMjY1Njg1NzkgLTEyMC40ODA3NzM5MyAxOTkuNjY0MjE1MDkgQy0xMTcuNDU1NjUxODUgMjAyLjY3NjIzMDE2IC0xMTQuNDI3NTUxNjMgMjA1LjY4NTIwODAxIC0xMTEuMzk3MjE4NyAyMDguNjkxOTgwMzYgQy0xMDYuNjA1NDI5MSAyMTMuNDQ3MjA3ODEgLTEwMS44MjIzMjAwMiAyMTguMjExMTAxMzcgLTk3LjA0MDc1NjIzIDIyMi45NzY2MDgyOCBDLTgzLjQ0MjA3MDc0IDIzNi41MjY5NzM2NyAtNjkuODMxNzI5NTggMjUwLjA2NTU5NTg3IC01Ni4yMTI2NDY0OCAyNjMuNTk1NDU4OTggQy00OC42OTE5NDQzNiAyNzEuMDY3MDQ1MjMgLTQxLjE3ODQ2MTA5IDI3OC41NDU4MTU5MSAtMzMuNjcyNjM3NCAyODYuMDMyMzQ5MjkgQy0yOC45MjE0ODIwNyAyOTAuNzcwNDIzMTEgLTI0LjE2MTQ1NDQ2IDI5NS40OTkzNDEyMyAtMTkuMzk0NjY2NzkgMzAwLjIyMTY4NTA1IEMtMTYuNDI5NDQ4MzkgMzAzLjE2MzQyNjE1IC0xMy40NzI2NDM3NiAzMDYuMTEzNTEyMjUgLTEwLjUxODE0MjcgMzA5LjA2NjAxMzM0IEMtOS4xNDc0MTA4NSAzMTAuNDMyNDUzNzcgLTcuNzczMjM5NDUgMzExLjc5NTQ1MzkyIC02LjM5NTM4MzgzIDMxMy4xNTQ3MTA3NyBDLTQuNTEyOTA4OTEgMzE1LjAxMjc1NDk5IC0yLjY0MzIyNDQ0IDMxNi44ODI4MTI2OCAtMC43NzYxMzgzMSAzMTguNzU2MzAxODggQzAuMDQzMzE1OTYgMzE5LjU1NjIzMjc0IDAuMDQzMzE1OTYgMzE5LjU1NjIzMjc0IDAuODc5MzI0ODUgMzIwLjM3MjMyMzgxIEM2LjI4MzUzODA0IDMyNS44NDg4NzE3OSA5IDMzMi4xNjQ5MjQ0MiA5IDM0MCBDOC4wNTk0MTU0NyAzNDguNjQxNjIwMzcgNC4zNzkwMTM2MiAzNTQuMDkyODIzNTEgLTIuMTIxMDkzNzUgMzU5LjcwMzEyNSBDLTYuNTQwNjY1NDMgMzYyLjc1MzY0MDE3IC0xMC40OTc5Mzk4MiAzNjMuMzE2NDA1MDcgLTE1LjgxMjUgMzYzLjM3NSBDLTE2Ljk3Mzk0NTMxIDM2My40MDMzNTkzNyAtMTguMTM1MzkwNjMgMzYzLjQzMTcxODc1IC0xOS4zMzIwMzEyNSAzNjMuNDYwOTM3NSBDLTI3LjM4OTMzNjg3IDM2Mi40NDg0MTEzNCAtMzIuNzAzNjc0IDM1Ny44ODM5MjI5NyAtMzguMjQzODUwNzEgMzUyLjI2NDA4Mzg2IEMtMzguOTI2NDM5MSAzNTEuNTg3NzM1NDMgLTM5LjYwOTAyNzQ5IDM1MC45MTEzODcgLTQwLjMxMjMwMDM4IDM1MC4yMTQ1NDMxNiBDLTQyLjU4NDA2NzYxIDM0Ny45NTg2NTgwNSAtNDQuODQxMzUzNTIgMzQ1LjY4ODgzMzUzIC00Ny4wOTg4NzY5NSAzNDMuNDE4NzAxMTcgQy00OC43Mjk4MDk3MiAzNDEuNzkzMTkxNTUgLTUwLjM2MTU5MTU1IDM0MC4xNjg1MzM0NCAtNTEuOTk0MTU1ODggMzM4LjU0NDY2MjQ4IEMtNTYuNDE2MzU1MTggMzM0LjE0MDY3NDc3IC02MC44MjU4MzY2MSAzMjkuNzI0MTU2NTUgLTY1LjIzMjU4NjE1IDMyNS4zMDQ3MTU4NyBDLTY5Ljg0ODMwMTM5IDMyMC42Nzg4NjM2NiAtNzQuNDczNzc5MzkgMzE2LjA2Mjc5MDEgLTc5LjA5NzcwMjAzIDMxMS40NDUxNDQ2NSBDLTg3LjM1Njg3NDgzIDMwMy4xOTQ1MSAtOTUuNjA1MTMwOSAyOTQuOTMzMDM3MzUgLTEwMy44NDk4NDgzNSAyODYuNjY3OTYwOTggQy0xMTEuMzIwNDY0IDI3OS4xNzk0Njk2MiAtMTE4LjgwMTUxMzE0IDI3MS43MDE1MzU5IC0xMjYuMjkwMjgzMiAyNjQuMjMxMjAxMTcgQy0xMzQuOTk1ODYwOTIgMjU1LjU0NzA0NDM0IC0xNDMuNjk0NjYxNTMgMjQ2Ljg1NjE4OTUyIC0xNTIuMzgzNjI2NjQgMjM4LjE1NTQwODY4IEMtMTU2Ljk3OTg5NDI3IDIzMy41NTI5MDY1OCAtMTYxLjU3ODgxNzk0IDIyOC45NTMxNDU5OCAtMTY2LjE4NDgwODczIDIyNC4zNjAzNzI1NCBDLTE3MC41MTM3NTE1NiAyMjAuMDQyOTg1OTkgLTE3NC44MzI3ODg4NSAyMTUuNzE1OTI4MzggLTE3OS4xNDQzODQzOCAyMTEuMzgxMjE5ODYgQy0xODAuNzI4MDEyMzIgMjA5Ljc5MjMwNDEgLTE4Mi4zMTUwNTE4OCAyMDguMjA2NzgwMjIgLTE4My45MDU3MzEyIDIwNi42MjQ5MjM3MSBDLTE4Ni4wNzY4OTcyNCAyMDQuNDY0NjkyNTcgLTE4OC4yMzUzNjAwNCAyMDIuMjkyNTA4OTggLTE5MC4zOTEwNjc1IDIwMC4xMTY4NjcwNyBDLTE5MS4wMjI3Njk0NCAxOTkuNDk0MDg4MDIgLTE5MS42NTQ0NzEzNyAxOTguODcxMzA4OTcgLTE5Mi4zMDUzMTU3OSAxOTguMjI5NjU3ODMgQy0xOTcuOTcxNzYyNTIgMTkyLjQ2MTE3Njk5IC0yMDEgMTg2LjMwNzk5NDUyIC0yMDEgMTc4IEMtMTk5Ljk1MDQxNzg2IDE2OC4zNTY5NjQwNSAtMTk0Ljk0OTk0NjI0IDE2Mi42NDk2MDc0MiAtMTg4LjMwMjA0NzczIDE1Ni4wMzQ2MjIxOSBDLTE4Ny42Mjk3ODI4NSAxNTUuMzU3ODI2MiAtMTg2Ljk1NzUxNzk3IDE1NC42ODEwMzAyMSAtMTg2LjI2NDg4MTQzIDE1My45ODM3MjUyNSBDLTE4NC4wMTgxNTQ5NSAxNTEuNzI0MzcwNjIgLTE4MS43NjQzNzMxOSAxNDkuNDcyMTkyMzcgLTE3OS41MTA0OTgwNSAxNDcuMjE5OTcwNyBDLTE3Ny44OTUyNzAyOSAxNDUuNTk4NzU2ODYgLTE3Ni4yODA0NTMwNyAxNDMuOTc3MTMzOTEgLTE3NC42NjYwMTU2MiAxNDIuMzU1MTMzMDYgQy0xNzAuMjg0NDQ0MSAxMzcuOTU1OTA1OTcgLTE2NS44OTY0MTQwNiAxMzMuNTYzMTc2MzggLTE2MS41MDY2NDQ5NiAxMjkuMTcyMTMwODIgQy0xNTguNzY0MzE2MzcgMTI2LjQyODM4MDIxIC0xNTYuMDIzNDE2OTYgMTIzLjY4MzIxMDMyIC0xNTMuMjgzMDI5NTYgMTIwLjkzNzUyMDk4IEMtMTQ0LjIxNTk3MzUgMTExLjg1MjkyMjcgLTEzNS4xNDQ4MTExOSAxMDIuNzcyNDYyMTcgLTEyNi4wNjgyMjk3IDkzLjY5NzM4MjA3IEMtMTI1LjU3OTQ3NjEgOTMuMjA4NzA4MzkgLTEyNS4wOTA3MjI1MSA5Mi43MjAwMzQ3MSAtMTI0LjU4NzE1ODIgOTIuMjE2NTUyNzMgQy0xMjQuMDk3ODA0OTQgOTEuNzI3MjgxMjQgLTEyMy42MDg0NTE2OSA5MS4yMzgwMDk3NCAtMTIzLjEwNDI2OTU0IDkwLjczMzkxMTgzIEMtMTE1LjE2OTg3Njk5IDgyLjgwMDMzMjU5IC0xMDcuMjQ1NTE0NiA3NC44NTY4MTggLTk5LjMyNTYzNTIyIDY2LjkwODc1MzAyIEMtOTEuMTg2Nzc1NzcgNTguNzQxMTU4MiAtODMuMDQwMjk3MTMgNTAuNTgxMjQxMSAtNzQuODg2Mzc1NzMgNDIuNDI4NjgxMDggQy03MC4zMTEzMDY2NyAzNy44NTQxMjIxNSAtNjUuNzM5NDAyNDkgMzMuMjc2NTA1NzcgLTYxLjE3NTE3NjYyIDI4LjY5MTEyNTg3IEMtNTYuODgzODY4NDkgMjQuMzgwNDcxOTYgLTUyLjU4MzA4NTQ5IDIwLjA3OTUwMzI3IC00OC4yNzQ4MTg0MiAxNS43ODU4MDA5MyBDLTQ2LjY5NTU1OTkzIDE0LjIwODYzNTkxIC00NS4xMTk3MTA2OSAxMi42MjgwNDg1OSAtNDMuNTQ3NTQ4MjkgMTEuMDQzODA5ODkgQy00MS40MDA0NjMxNSA4Ljg4MTMwNDMgLTM5LjI0MTQwMzUgNi43MzE1MDE0OCAtMzcuMDc4OTAzMiA0LjU4NDQyNjg4IEMtMzYuMTUwNTcxMDUgMy42NDA2NjQwNCAtMzYuMTUwNTcxMDUgMy42NDA2NjQwNCAtMzUuMjAzNDg0NzEgMi42Nzc4MzUyOSBDLTI1LjU3ODc0NjQzIC02Ljc5NTg5NjkzIC0xMC44NTQ3ODEzNyAtOS4zNDAxNjA3MiAwIDAgWiAiIGZpbGw9IiMwMDgwQTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0MCw3NykiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: 13px 20px;
    width: 13px;
    height: 20px; }

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  border-width: 2px;
  padding: 0.5rem 1.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent; }
  .btn-outline-primary i,
  .btn-outline-primary:not(:disabled):not(.disabled):active i {
    margin-left: 0.75rem;
    font-size: 1.3rem;
    transition: all 0.2s; }
  .btn-outline-primary:hover, .btn-outline-primary:focus,
  .btn-outline-primary:not(:disabled):not(.disabled):active:hover,
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background: #0080a6;
    outline: 0; }
    .btn-outline-primary:hover i.fa-angle-right, .btn-outline-primary:focus i.fa-angle-right,
    .btn-outline-primary:not(:disabled):not(.disabled):active:hover i.fa-angle-right,
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus i.fa-angle-right {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI3MyAyMzljOS40IDkuNCA5LjQgMjQuNiAwIDMzLjlMMTEzIDQzM2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBzLTkuNC0yNC42IDAtMzMuOWwxNDMtMTQzTDc5IDExM2MtOS40LTkuNC05LjQtMjQuNiAwLTMzLjlzMjQuNi05LjQgMzMuOSAwTDI3MyAyMzl6Ii8+PC9zdmc+"); }
  .btn-outline-primary i.fa-angle-right,
  .btn-outline-primary:not(:disabled):not(.disabled):active i.fa-angle-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTI3MyAyMzljOS40IDkuNCA5LjQgMjQuNiAwIDMzLjlMMTEzIDQzM2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBzLTkuNC0yNC42IDAtMzMuOWwxNDMtMTQzTDc5IDExM2MtOS40LTkuNC05LjQtMjQuNiAwLTMzLjlzMjQuNi05LjQgMzMuOSAwTDI3MyAyMzl6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 13px 20px;
    width: 13px;
    height: 20px; }

.btn-outline-secondary {
  border-width: 2px;
  padding: 0.5rem 1.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #0080a6;
  color: #fff;
  border-color: #fff;
  /*&:after {
        content: "";
        background: transparent;
        background-position: center center;
        background-size: 200% auto;
        transition: 0.5s;
        transform: translateX(-50%);
    }*/ }
  .btn-outline-secondary i.fa-angle-right {
    margin-left: 0.75rem;
    font-size: 1.3rem;
    transition: all 0.2s;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI3MyAyMzljOS40IDkuNCA5LjQgMjQuNiAwIDMzLjlMMTEzIDQzM2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBzLTkuNC0yNC42IDAtMzMuOWwxNDMtMTQzTDc5IDExM2MtOS40LTkuNC05LjQtMjQuNiAwLTMzLjlzMjQuNi05LjQgMzMuOSAwTDI3MyAyMzl6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 13px 20px;
    width: 13px;
    height: 20px; }
  .btn-outline-secondary:hover, .btn-outline-secondary:focus {
    background-color: rgba(0, 128, 166, 0.8);
    border-color: #fff; }
    .btn-outline-secondary:hover i.fa-angle-right, .btn-outline-secondary:focus i.fa-angle-right {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI3MyAyMzljOS40IDkuNCA5LjQgMjQuNiAwIDMzLjlMMTEzIDQzM2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBzLTkuNC0yNC42IDAtMzMuOWwxNDMtMTQzTDc5IDExM2MtOS40LTkuNC05LjQtMjQuNiAwLTMzLjlzMjQuNi05LjQgMzMuOSAwTDI3MyAyMzl6Ii8+PC9zdmc+"); }

.accordion .card {
  margin-bottom: .5rem;
  border: 0;
  border-radius: 0; }

.accordion .card-header {
  background-color: #0080a6;
  border: 0;
  border-radius: 0; }
  .accordion .card-header a {
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    /* stylelint-disable selector-no-qualifying-type  */
    /* stylelint-enable */ }
    .accordion .card-header a:focus, .accordion .card-header a:hover {
      text-decoration: none; }
    .accordion .card-header a h4 {
      margin-bottom: 0;
      color: #fff; }
    .accordion .card-header a .fa-plus {
      display: none;
      margin-right: 1rem;
      font-size: 1.2rem; }
    .accordion .card-header a .fa-minus {
      display: inline-block;
      margin-right: 1rem;
      font-size: 1.2rem; }
    .accordion .card-header a.collapsed .fa-plus {
      display: inline-block; }
    .accordion .card-header a.collapsed .fa-minus {
      display: none; }

.accordion .card-body {
  padding: 2rem;
  padding-left: 3.6rem;
  background-color: #F4F4F4; }
  @media (max-width: 767.98px) {
    .accordion .card-body {
      padding-left: 1.25rem; } }
  .accordion .card-body p:last-child, .accordion .card-body ul:last-child {
    margin-bottom: 0; }

.admin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 0; }
  .admin .form-group {
    margin-bottom: 2rem; }
  .admin .brand {
    width: 150px;
    max-width: 80%;
    margin: 20px auto;
    overflow: hidden; }
    .admin .brand .admin-logo {
      max-width: 100%; }
      .admin .brand .admin-logo .path-1,
      .admin .brand .admin-logo .path-2,
      .admin .brand .admin-logo .path-3 {
        transition: fill .4s ease;
        will-change: fill;
        fill: #0080a6; }
  .admin .card-wrapper {
    width: 380px; }
    @media (min-width: 768px) {
      .admin .card-wrapper {
        width: 550px; } }
    @media (min-width: 992px) {
      .admin .card-wrapper {
        width: 600px; } }
  .admin .card {
    border-color: transparent;
    box-shadow: none; }
    @media (min-width: 768px) {
      .admin .card {
        background-color: #f8f9fa; } }
    .admin .card.fat {
      padding: 10px; }
    .admin .card .card-title {
      margin-bottom: 30px; }
  .admin .form-control {
    border-width: 2.3px; }
  .admin .form-group label {
    width: 100%; }
  .admin .btn.btn-block {
    padding: 12px 10px; }
  .admin .footer {
    margin: 40px 0;
    color: #6c757d;
    text-align: center; }

.navbar {
  position: relative;
  padding: 1rem 3rem;
  background-color: transparent;
  transition: background-color .4s ease; }
  @media (max-width: 767.98px) {
    .navbar {
      padding: 0 1rem; } }
  .navbar.navbar-light {
    background-color: #fff;
    border-bottom: 1px solid rgba(52, 58, 64, 0.2); }
  .navbar .container {
    max-width: 100%; }

#main-navbar {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end; }

.top-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1rem; }
  .top-nav > a {
    font-weight: 600;
    margin-left: 1rem;
    padding: 0.25rem 1rem; }
    .top-nav > a:active, .top-nav > a:focus {
      padding: 0.25rem 1rem !important; }
  .top-nav .container {
    padding-left: 5px; }
  .top-nav .topnav-search {
    background-color: #F4F4F4;
    position: relative;
    margin-left: 1.5rem; }
    .top-nav .topnav-search input {
      width: calc(100% - 10px);
      padding: .5rem;
      color: #000;
      background-color: transparent;
      border: 0;
      border-radius: 0; }
      .top-nav .topnav-search input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.4);
        letter-spacing: 1px;
        font-weight: 700; }
      .top-nav .topnav-search input::-moz-placeholder {
        color: rgba(0, 0, 0, 0.4);
        letter-spacing: 1px;
        font-weight: 700; }
      .top-nav .topnav-search input:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.4);
        letter-spacing: 1px;
        font-weight: 700; }
      .top-nav .topnav-search input::-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.4);
        letter-spacing: 1px;
        font-weight: 700; }
      .top-nav .topnav-search input::placeholder {
        color: rgba(0, 0, 0, 0.4);
        letter-spacing: 1px;
        font-weight: 700; }
      .top-nav .topnav-search input:focus {
        outline: 0; }
    .top-nav .topnav-search i {
      position: absolute;
      right: 1rem; }
  .top-nav input[type="search"]::-webkit-search-decoration,
  .top-nav input[type="search"]::-webkit-search-cancel-button,
  .top-nav input[type="search"]::-webkit-search-results-button,
  .top-nav input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }

@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-nav {
    padding-top: 2.5rem; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav {
    padding-top: 2.5rem; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl .navbar-nav {
    padding-top: 2.5rem; } }

.navbar-nav .dropdown-menu {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 1rem;
  border: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 2rem);
          transform: translate(-50%, 2rem);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  text-align: center; }
  .navbar-nav .dropdown-menu .nav-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin: 0 0 0 -2px;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(-4px, -100%) rotate(45deg);
            transform: translate(-4px, -100%) rotate(45deg);
    border-radius: 3px 0 0 0;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 2; }
  @media (max-width: 767.98px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
      border: 0; } }
  @media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      border: 0; } }
  @media (max-width: 1199.98px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      border: 0; } }
  .navbar-nav .dropdown-menu.show {
    -webkit-animation: .2s forwards dropdown-menu-fade-up;
            animation: .2s forwards dropdown-menu-fade-up; }

.navbar-nav .dropdown-item {
  font-size: 1rem;
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding: 0.25rem 1rem;
  font-weight: 600; }
  .navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:focus {
    color: #0080a6; }
  .navbar-nav .dropdown-item:first-of-type {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding-top: 0.5rem; }
  .navbar-nav .dropdown-item:last-of-type {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding-bottom: 0.5rem; }
  .navbar-nav .dropdown-item:hover {
    background-color: #fff;
    border-radius: 1rem; }

.navbar-light .navbar-nav .nav-link {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .navbar-light .navbar-nav .nav-link.section {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #0080a6; }
  .navbar-light .navbar-nav .nav-link.active {
    color: #0080a6; }
  .navbar-light .navbar-nav .nav-link.dropdown-toggle:after {
    content: none; }
  .navbar-light .navbar-nav .nav-link.dropdown-toggle i {
    margin-left: 5px; }

.navbar-toggler {
  border: 0; }
  .navbar-light .navbar-toggler {
    color: #000; }

.navbar-logo {
  display: block;
  max-width: 300px;
  height: auto;
  width: 100%; }
  @media (max-width: 991.98px) {
    .navbar-logo {
      max-width: 250px; } }
  @media (max-width: 767.98px) {
    .navbar-logo {
      max-width: 200px; } }
  .navbar-logo .path-1 {
    transition: fill .4s ease;
    will-change: fill; }
    .navbar-light .navbar-logo .path-1 {
      fill: #343a40; }

.navbar-search {
  position: fixed;
  top: -105px;
  right: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  height: 100px;
  color: #fff;
  background: #0080a6;
  transition: top .4s ease;
  will-change: top; }
  @media (max-width: 767.98px) {
    .navbar-search {
      padding-right: 10px;
      padding-left: 10px; } }
  .navbar-search .navbar-search-control {
    position: absolute;
    left: 0;
    width: calc(100% - 60px);
    padding: .5rem;
    color: #fff;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0; }
    .navbar-search .navbar-search-control::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .navbar-search .navbar-search-control::-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .navbar-search .navbar-search-control:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .navbar-search .navbar-search-control::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .navbar-search .navbar-search-control::placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .navbar-search .navbar-search-control:focus {
      outline: 0; }
    .navbar-search .navbar-search-control::-webkit-search-decoration, .navbar-search .navbar-search-control::-webkit-search-cancel-button, .navbar-search .navbar-search-control::-webkit-search-results-button, .navbar-search .navbar-search-control::-webkit-search-results-decoration {
      -webkit-appearance: none; }
  .navbar-search .navbar-search-close {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    line-height: 40px;
    color: #fff;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .show-search .navbar-search {
    top: 0; }

.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1035;
  display: none; }
  .show-search .search-overlay {
    display: block; }

@-webkit-keyframes dropdown-menu-fade-up {
  to {
    background-color: white;
    -webkit-transform: translate(-50%, 0.5rem);
            transform: translate(-50%, 0.5rem); } }

@keyframes dropdown-menu-fade-up {
  to {
    background-color: white;
    -webkit-transform: translate(-50%, 0.5rem);
            transform: translate(-50%, 0.5rem); } }

@-webkit-keyframes nav-fade-out {
  to {
    visibility: hidden;
    opacity: 0; } }

@keyframes nav-fade-out {
  to {
    visibility: hidden;
    opacity: 0; } }

@-webkit-keyframes search-fade-in {
  to {
    opacity: 1; } }

@keyframes search-fade-in {
  to {
    opacity: 1; } }

.StandalonePage .header .container {
  text-align: center; }
  .StandalonePage .header .container .navbar-brand {
    margin-right: 0;
    display: block;
    padding: 0.5rem 0; }
    .StandalonePage .header .container .navbar-brand .navbar-logo {
      max-width: 200px;
      margin: 0 auto; }

.footer {
  position: relative;
  padding: 3rem 15px 2rem;
  font-size: 1rem;
  background: #0080a6;
  overflow: hidden;
  color: #fff; }
  @media (max-width: 991.98px) {
    .footer {
      padding: 2rem 15px 0; } }
  .footer .footer-brand {
    margin-bottom: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: end; }
    .footer .footer-brand .footer-logo {
      display: block;
      max-width: 200px;
      height: auto;
      width: 100%; }
      @media (max-width: 767.98px) {
        .footer .footer-brand .footer-logo {
          max-width: 175px; } }
  .footer .to-top {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin-bottom: 2rem;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px; }
    .footer .to-top:hover {
      cursor: pointer; }
  .footer .container {
    position: relative;
    z-index: 3; }
    .footer .container .footer-navigation {
      padding: 2.5rem 0;
      border-top: 1px solid #fff;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 991.98px) {
        .footer .container .footer-navigation {
          padding: 1.5rem 0; } }
      .footer .container .footer-navigation img {
        width: 300px; }
        @media (max-width: 1199.98px) {
          .footer .container .footer-navigation img {
            width: 250px; } }
        @media (max-width: 991.98px) {
          .footer .container .footer-navigation img {
            width: 100%; } }
      .footer .container .footer-navigation .footer-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        .footer .container .footer-navigation .footer-list .list-title {
          font-weight: 700;
          margin-bottom: 0.5rem; }
        .footer .container .footer-navigation .footer-list ul {
          list-style-type: none;
          padding-left: 0; }
        .footer .container .footer-navigation .footer-list a {
          color: #fff; }
    .footer .container .footer-mobile-navigation ul {
      padding-bottom: 1.5rem;
      padding-left: 0;
      list-style-type: none;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
      .footer .container .footer-mobile-navigation ul li {
        margin: 0.25rem 0; }
        .footer .container .footer-mobile-navigation ul li a {
          color: #fff;
          font-weight: 700; }
    .footer .container .footer-mobile-navigation img {
      border-top: 1px solid #fff;
      padding: 1.5rem 0;
      margin-top: 1rem; }
    .footer .container .footer-terms {
      padding: 2.5rem 0;
      border-top: 1px solid #fff; }
      @media (max-width: 991.98px) {
        .footer .container .footer-terms {
          padding: 1.5rem 0; } }
      .footer .container .footer-terms p {
        margin-bottom: 0.3rem;
        font-size: 0.8rem; }
        .footer .container .footer-terms p a {
          color: #fff; }
      .footer .container .footer-terms .social-links {
        margin-bottom: 3rem;
        font-size: 1.8rem; }
        @media (max-width: 767.98px) {
          .footer .container .footer-terms .social-links {
            margin-bottom: 1rem; } }
        .footer .container .footer-terms .social-links a {
          color: #fff;
          margin-right: .5rem; }
  .footer .dev-by-firebrand .firebrand-logo {
    position: relative;
    top: -4px;
    width: 70px;
    height: auto;
    margin-left: 2px; }
  .footer .map-image {
    width: 350px; }
    @media (max-width: 767.98px) {
      .footer .map-image {
        margin: 0 auto;
        width: 90%;
        max-width: 400px; } }
    .footer .map-image svg {
      width: 100%; }
      .footer .map-image svg .markers path:hover {
        cursor: pointer;
        -webkit-animation: pulsing 1.5s ease-out infinite;
                animation: pulsing 1.5s ease-out infinite;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        transform-box: fill-box; }
      @media (max-width: 767.98px) {
        .footer .map-image svg .markers path {
          -webkit-animation: mobilepulsing 2s ease-out infinite;
                  animation: mobilepulsing 2s ease-out infinite;
          -webkit-transform-origin: 50% 50%;
                  transform-origin: 50% 50%;
          transform-box: fill-box; } }
  .footer .iso-badge {
    height: 100%;
    width: 70px;
    margin-left: 1.5rem; }

.footer-cta {
  background-color: #0080a6;
  color: #fff;
  padding: 0 15px; }
  .footer-cta h1, .footer-cta h2, .footer-cta h3,
  .footer-cta h4, .footer-cta h5, .footer-cta h6 {
    color: #fff; }
  .footer-cta .container {
    border-bottom: 5px solid #fff;
    text-align: center;
    padding: 3rem; }

.SVGMapDescription {
  pointer-events: none;
  position: absolute;
  font-size: 16px;
  text-align: center;
  background: #fff;
  font-weight: 600;
  padding: 10px 15px;
  z-index: 5;
  height: 35px;
  line-height: 16px;
  margin: 0 auto;
  color: #0080a6;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 10px;
  -webkit-transform: translateX(-120%) translateY(-50%);
          transform: translateX(-120%) translateY(-50%);
  display: none;
  align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 130px; }
  .SVGMapDescription.active {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767.98px) {
      .SVGMapDescription.active {
        display: none; } }
  .SVGMapDescription:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%); }

@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    fill: #fff; }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    fill: #71C1D3; }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    fill: #fff; } }

@keyframes pulsing {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    fill: #fff; }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
    fill: #71C1D3; }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    fill: #fff; } }

@-webkit-keyframes mobilepulsing {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    fill: #fff; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    fill: #71C1D3; }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    fill: #fff; } }

@keyframes mobilepulsing {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    fill: #fff; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    fill: #71C1D3; }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    fill: #fff; } }

.contact-map {
  height: 300px; }

.g-recaptcha {
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .location-row {
    position: relative; } }

@media (min-width: 992px) {
  .location-details {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 5; } }

.location-details .details-card {
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  background-color: #fff; }
  .location-details .details-card .close {
    cursor: pointer;
    opacity: 1;
    padding: 0.5rem;
    position: relative;
    z-index: 2; }
  .location-details .details-card .location-content {
    padding: 1rem; }
    .location-details .details-card .location-content p {
      margin: 0.5rem 0; }
      .location-details .details-card .location-content p.address {
        margin-bottom: 0.5rem;
        line-height: 1.3;
        font-size: 1rem; }
  .location-details .details-card svg {
    position: absolute;
    bottom: -10%;
    right: -10%;
    max-height: 200px;
    max-width: 70%;
    opacity: 0.1; }

.location .contact-card {
  height: 100%;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  border-radius: 0.5rem; }
  .location .contact-card .location-map {
    height: 600px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
    @media (max-width: 991.98px) {
      .location .contact-card .location-map {
        height: 300px; } }
    @media (max-width: 767.98px) {
      .location .contact-card .location-map {
        height: 250px; } }
  .location .contact-card .location-content {
    padding: 1rem; }
    .location .contact-card .location-content p {
      margin: 0.5rem 0; }
      .location .contact-card .location-content p.address {
        margin-bottom: 0.5rem;
        line-height: 1.3;
        font-size: 1rem; }

.location.active-anchor .contact-card {
  box-shadow: 2px 4px 10px rgba(0, 128, 166, 0.5); }

.location .location-anchor {
  display: block;
  position: relative;
  top: -1rem;
  visibility: hidden; }

.gm-style > div:last-child .gmnoprint, .gm-style > div:last-child .gm-style-cc {
  display: none !important; }

.gm-bundled-control-on-bottom .gmnoprint > div {
  width: 30px !important;
  height: 61px !important;
  -webkit-transform: translateX(10px) translateY(20px) !important;
          transform: translateX(10px) translateY(20px) !important; }
  .gm-bundled-control-on-bottom .gmnoprint > div button:first-of-type {
    width: 30px !important;
    height: 30px !important;
    margin: 0 auto !important; }
    .gm-bundled-control-on-bottom .gmnoprint > div button:first-of-type img {
      height: 15px !important;
      width: 15px !important; }
  .gm-bundled-control-on-bottom .gmnoprint > div button:last-of-type {
    width: 30px !important;
    height: 30px !important;
    margin: 0 auto !important; }
    .gm-bundled-control-on-bottom .gmnoprint > div button:last-of-type img {
      height: 15px !important;
      width: 15px !important; }
  .gm-bundled-control-on-bottom .gmnoprint > div > div {
    margin: 0 !important; }

#FormSection .form-group {
  margin-bottom: 2rem; }

#FormSection .form-control {
  color: #020202; }

#FormSection .custom-checkbox {
  margin-bottom: 1rem; }
  #FormSection .custom-checkbox .custom-control-label::before {
    top: 0.25rem;
    border: 0;
    background-color: #dddddd; }
  #FormSection .custom-checkbox .custom-control-label::after {
    top: 0.25rem; }

#FormSection label {
  font-weight: 600;
  font-size: 1rem;
  padding-left: 0.5rem; }

#FormSection input:not(.honeypotspamprotector), #FormSection select, #FormSection textarea {
  border-radius: 50rem;
  border: 2px solid #dddddd;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.1);
  background-color: #dddddd; }
  #FormSection input:not(.honeypotspamprotector):active, #FormSection input:not(.honeypotspamprotector):focus, #FormSection select:active, #FormSection select:focus, #FormSection textarea:active, #FormSection textarea:focus {
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
    border: 2px solid #0080a6; }
  #FormSection input:not(.honeypotspamprotector).form-control:not(textarea), #FormSection select.form-control:not(textarea), #FormSection textarea.form-control:not(textarea) {
    height: 2.5rem; }

#FormSection .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #8d8d8d;
  border-radius: 0.25rem; }

#FormSection select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow.svg") white no-repeat 98% !important;
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow.svg") white no-repeat calc(100% - 10px) !important;
  background-size: 30px 10px !important; }

#FormSection textarea {
  border-radius: 1rem;
  padding: 1rem; }

#FormSection #ContactForm_Form_action_submit {
  border-radius: 50rem !important;
  margin-top: 0; }

#FormSection .alert.alert-success {
  background-color: #0080a6;
  color: #fff;
  font-weight: 600;
  border-color: #0080a6; }

#FormSection .invalid-feedback, #FormSection .userform .form-group .error.message, .userform .form-group #FormSection .error.message {
  padding-left: 0.5rem; }

.form-download__form .form-group {
  margin-bottom: 2rem; }

.form-download__form .form-control {
  color: #020202; }

.form-download__form .custom-checkbox {
  margin-bottom: 1rem; }
  .form-download__form .custom-checkbox .custom-control-label::before {
    top: 0.25rem;
    border: 0;
    background-color: #dddddd; }
  .form-download__form .custom-checkbox .custom-control-label::after {
    top: 0.25rem; }

.form-download__form label {
  font-weight: 600;
  font-size: 1rem;
  padding-left: 0.5rem; }

.form-download__form input:not(.honeypotspamprotector), .form-download__form select, .form-download__form textarea {
  border-radius: 50rem;
  border: 2px solid #dddddd;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.1);
  background-color: #dddddd; }
  .form-download__form input:not(.honeypotspamprotector):active, .form-download__form input:not(.honeypotspamprotector):focus, .form-download__form select:active, .form-download__form select:focus, .form-download__form textarea:active, .form-download__form textarea:focus {
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
    border: 2px solid #0080a6; }
  .form-download__form input:not(.honeypotspamprotector).form-control:not(textarea), .form-download__form select.form-control:not(textarea), .form-download__form textarea.form-control:not(textarea) {
    height: 2.5rem; }

.form-download__form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #8d8d8d;
  border-radius: 0.25rem; }

.form-download__form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow.svg") white no-repeat 98% !important;
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow.svg") white no-repeat calc(100% - 10px) !important;
  background-size: 30px 10px !important; }

.form-download__form textarea {
  border-radius: 1rem;
  padding: 1rem; }

.form-download__form .form-download__submit {
  border-radius: 50rem !important;
  margin-top: 0; }

.form-download__form .alert.alert-success {
  background-color: #0080a6;
  color: #fff;
  font-weight: 600;
  border-color: #0080a6; }

.form-download__form .invalid-feedback, .form-download__form .userform .form-group .error.message, .userform .form-group .form-download__form .error.message {
  padding-left: 0.5rem; }

.page-title {
  color: #fff;
  position: relative; }
  .page-title .page-title-image {
    aspect-ratio: 3/1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 767.98px) {
      .page-title .page-title-image {
        min-height: 300px; } }
  .page-title .page-title-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .page-title .page-title-background h1 {
      color: #fff;
      text-align: center;
      text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5); }
  .page-title.title-with-overlay {
    color: #425466; }
    @media (min-width: 768px) {
      .page-title.title-with-overlay {
        color: #fff;
        position: relative; }
        .page-title.title-with-overlay.gradient-Black::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 66.6666%;
          background: black;
          background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
          z-index: 1; }
        .page-title.title-with-overlay.gradient-Blue::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 66.6666%;
          background: black;
          background: linear-gradient(90deg, rgba(0, 128, 166, 0.8) 0%, rgba(0, 128, 166, 0.8) 50%, rgba(0, 128, 166, 0) 100%);
          z-index: 1; } }
    .page-title.title-with-overlay .page-title-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      aspect-ratio: unset;
      z-index: 0; }
      @media (max-width: 767.98px) {
        .page-title.title-with-overlay .page-title-image {
          position: relative;
          aspect-ratio: 16 / 9;
          -o-object-fit: cover;
             object-fit: cover; } }
    .page-title.title-with-overlay .page-title-background {
      position: relative;
      z-index: 2;
      aspect-ratio: 3 / 1; }
      @media (max-width: 1199.98px) {
        .page-title.title-with-overlay .page-title-background {
          aspect-ratio: 5 / 2; } }
      @media (max-width: 767.98px) {
        .page-title.title-with-overlay .page-title-background {
          padding: 2rem 0;
          aspect-ratio: unset; }
          .page-title.title-with-overlay .page-title-background .container {
            max-width: 100%; } }
      .page-title.title-with-overlay .page-title-background h1 {
        text-align: left;
        text-shadow: none;
        color: #210707; }
        @media (min-width: 768px) {
          .page-title.title-with-overlay .page-title-background h1 {
            color: #fff; } }
        @media (min-width: 1600px) {
          .page-title.title-with-overlay .page-title-background h1 {
            font-size: 5rem; } }
      @media (min-width: 1600px) {
        .page-title.title-with-overlay .page-title-background p {
          font-size: 20px; } }
      @media (max-width: 767.98px) {
        .page-title.title-with-overlay .page-title-background .btn-secondary {
          border: 2px solid #0080a6; } }

.ContactPage .page-title.title-with-overlay .page-title-background {
  aspect-ratio: 4/1; }
  @media (min-width: 1600px) {
    .ContactPage .page-title.title-with-overlay .page-title-background h1 {
      font-size: 3rem; } }

.ContactPage .page-title .page-title-image {
  aspect-ratio: 4/1; }

@media (min-width: 1200px) {
  .CaseStudyPage .page-title.title-with-overlay .page-title-background h1 {
    font-size: 3rem; } }

.carousel.full-height .slide {
  position: relative;
  z-index: 100;
  display: block !important;
  height: 40rem;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .carousel.full-height .slide::before {
    position: absolute;
    top: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.7) 100%); }

.carousel.full-height .slide-content {
  position: absolute;
  bottom: 0;
  z-index: 102;
  width: 100%;
  padding: 6rem 0;
  margin: 0;
  color: #fff;
  background-color: rgba(52, 58, 64, 0.5); }
  .carousel.full-height .slide-content h2 {
    padding: 0;
    margin: 0;
    font-size: 2rem;
    font-weight: 700; }
  .carousel.full-height .slide-content p {
    padding: 0;
    margin: 2rem 0 0 0;
    font-size: 1rem; }

.elemental-services {
  padding-top: 50px; }
  .elemental-services hr {
    margin-bottom: 40px; }
  .elemental-services .card-background {
    position: relative;
    display: block;
    height: 200px;
    margin-bottom: 30px;
    overflow: hidden; }
  .elemental-services .card-background-image {
    height: 100%;
    background-position: 50% 50%;
    background-size: cover; }
  .elemental-services .card-body {
    position: absolute;
    top: 150px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 128, 166, 0.8);
    transition: top .5s ease, background .5s ease; }
  .elemental-services .card-background:hover .card-body,
  .elemental-services .card-background:focus .card-body {
    top: 0;
    background: #0080a6; }
  .elemental-services .card-title {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase; }
  .elemental-services .card-text {
    height: 150px;
    padding: 15px;
    font-size: 14px; }

.elemental-features .feature {
  padding: 4rem; }
  .elemental-features .feature:first-child {
    border-bottom: 1px solid #dee2e6; }
    @media (min-width: 992px) {
      .elemental-features .feature:first-child {
        border-right: 1px solid #dee2e6;
        border-bottom: 0; } }
  .elemental-features .feature .icon {
    position: relative;
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #000;
    text-align: center;
    background-color: #4d4d4d;
    border-radius: 100%; }
    .elemental-features .feature .icon i {
      line-height: inherit; }
  .elemental-features .feature h3 {
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase; }

.elemental-sponsors .sponsor-content {
  padding: 10px; }

.elemental-sponsors .sponsor-image {
  width: 100%; }

.elemental-hail .slick-prev::before,
.elemental-hail .slick-next::before {
  color: #0080a6; }

.hail-filters {
  margin-bottom: 30px; }

.card-hail {
  padding: 0 15px;
  border: 0; }
  [class*="col-"] .card-hail {
    padding: 0 0 30px 0; }
  .card-hail .card-img-top a {
    display: block;
    height: 200px;
    background-position: 50%;
    background-size: cover; }
    @media (max-width: 767.98px) {
      .card-hail .card-img-top a {
        height: 260px; } }
    @media (max-width: 575.98px) {
      .card-hail .card-img-top a {
        height: 220px; } }
  .card-hail .card-img-top img {
    width: 100%; }
  .card-hail .card-body {
    padding: 1rem 0; }
  .card-hail .card-tags {
    height: 50px;
    padding-bottom: 1.5rem; }
    .card-hail .card-tags .badge {
      color: #fff; }
  .card-hail .card-title {
    padding-bottom: .5rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase; }
  .card-hail .card-subtitle {
    font-size: .8rem; }

.hail-article-section {
  padding-bottom: 3rem; }

.parallax.intro.full-height {
  height: 100vh;
  padding-top: 15rem; }

.parallax.intro.half-height {
  height: 60vh;
  min-height: 600px;
  padding-top: 12rem; }

.parallax.intro .parallax-overlay,
.parallax.intro .parallax-overlay::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.parallax.intro .parallax-overlay::before {
  content: "";
  background-color: rgba(52, 58, 64, 0.4); }

.parallax.intro .row {
  min-height: 50%; }

.parallax.intro .parallax-content {
  text-align: center; }
  .parallax.intro .parallax-content hr {
    width: 50%;
    border-color: #0080a6; }

.parallax.intro .parallax-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff; }

.parallax.intro .parallax-caption {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 2;
  color: #ced4da; }

.parallax.intro .parallax-action {
  margin-top: 2rem; }

.userform-progress .progress {
  height: 10px; }
  .userform-progress .progress .progress-bar {
    width: 1%; }

.step-buttons .step-button-wrapper:first-child .step-button-jump {
  margin-left: -10px; }

.step-buttons .step-button-wrapper:last-child .step-button-jump {
  margin-right: -10px; }

.step-button-wrapper .step-button-jump {
  width: 35px;
  height: 35px;
  padding: 0;
  font-size: 1rem;
  line-height: 35px;
  text-align: center;
  background-color: #fff !important;
  border-radius: 50%;
  opacity: 1 !important;
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px); }

.search-results-container .search-results .search-result {
  padding: 2rem 0;
  border-bottom: 1px solid #e9ecef; }
  .search-results-container .search-results .search-result h4 {
    font-size: 1.2rem; }
    @media (max-width: 767.98px) {
      .search-results-container .search-results .search-result h4 {
        margin-top: 1rem; } }

.search-results-container .search-results img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover; }

.search-results-container .btn-outline-primary {
  padding: 0.25rem 1rem;
  font-size: 0.9rem; }
  .search-results-container .btn-outline-primary i {
    font-size: 1.1rem; }

.lightgallery .lightgallery-item {
  display: block;
  margin-bottom: 2rem; }
  .lightgallery .lightgallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9; }

.team-members .card.team-member {
  margin-bottom: 2rem; }
  .team-members .card.team-member .card-title {
    color: #0080a6; }

.instagram-item {
  display: block;
  margin-bottom: 2rem; }
  .instagram-item .instagram-item-inner {
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 576px) {
      .instagram-item .instagram-item-inner {
        height: 500px; } }
    @media (min-width: 768px) {
      .instagram-item .instagram-item-inner {
        height: 330px; } }
    @media (min-width: 992px) {
      .instagram-item .instagram-item-inner {
        height: 290px; } }
    @media (min-width: 1200px) {
      .instagram-item .instagram-item-inner {
        height: 350px; } }
    @media (min-width: 1500px) {
      .instagram-item .instagram-item-inner {
        height: 440px; } }

.newsletter-subscribe {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f8f9fa; }
  .newsletter-subscribe .btn {
    width: 100%;
    height: 2.375rem; }

#mc_embed_signup .mce_inline_error {
  display: block !important;
  width: 100% !important;
  padding: 5px 0 !important;
  margin-top: .25rem !important;
  font-size: 80% !important;
  font-weight: 200 !important;
  color: #dc3545 !important;
  background-color: transparent !important; }

#mc_embed_signup .asterisk {
  color: #0080a6; }

#mc_embed_signup .gdpr-mergeRow {
  font-size: .8rem; }

#mc_embed_signup .gdprRequired {
  margin-bottom: 1rem; }

#mailchimp-modal .modal-content {
  border-radius: 0; }

.sidebar-open,
.sidebar-open body {
  overflow: hidden; }

.mobile-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1100;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #0080a6;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0);
  transition: all .4s ease;
  padding: 0 1rem 1rem 1rem;
  opacity: 0; }
  @media (max-width: 767.98px) {
    .mobile-sidebar {
      right: -100%;
      width: 100%; } }
  .mobile-sidebar-open .mobile-sidebar {
    right: 0;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    opacity: 1; }
  .mobile-sidebar .itinerary-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .mobile-sidebar .itinerary-actions svg {
      height: 20px;
      width: auto;
      margin-right: 1rem; }
  .mobile-sidebar img.nav-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    opacity: 0.2; }

.mobile-sidebar-inner {
  padding: 0; }

.mobile-sidebar-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #0080a6;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .mobile-sidebar-header img {
    width: 180px;
    height: auto; }

.mobile-sidebar-footer .social-links {
  margin-top: 2rem; }
  .mobile-sidebar-footer .social-links a {
    font-size: 2rem;
    color: #fff;
    margin-right: 1rem; }

.mobile-sidebar-nav .nav-item {
  padding: 0.75rem 0;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3); }
  .mobile-sidebar-nav .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 0.25rem 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .mobile-sidebar-nav .nav-item .nav-link.collapse-toggle::after {
      display: none !important; }
    .mobile-sidebar-nav .nav-item .nav-link.collapsed i {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .mobile-sidebar-nav .nav-item .nav-link span {
      display: block;
      font-weight: 400; }
    .mobile-sidebar-nav .nav-item .nav-link i {
      padding: 0 0.5rem; }
    .mobile-sidebar-nav .nav-item .nav-link:hover {
      color: #fff;
      background-color: transparent; }
      @media (max-width: 767.98px) {
        .mobile-sidebar-nav .nav-item .nav-link:hover {
          color: #fff; } }
    .mobile-sidebar-nav .nav-item .nav-link.active {
      background-color: transparent; }
    .mobile-sidebar-nav .nav-item .nav-link.collapse-toggle::after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent; }
  .mobile-sidebar-nav .nav-item .collapse-menu .nav-link {
    padding-left: 0.5rem;
    font-size: 1rem;
    font-weight: 600; }

.mobile-sidebar-nav i.fa-angle-up {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwNyAxNDNjOS40LTkuNCAyNC42LTkuNCAzMy45IDBMNDAxIDMwM2M5LjQgOS40IDkuNCAyNC42IDAgMzMuOXMtMjQuNiA5LjQtMzMuOSAwbC0xNDMtMTQzTDgxIDMzN2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBzLTkuNC0yNC42IDAtMzMuOUwyMDcgMTQzeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 33px 20px;
  width: 33px;
  height: 20px; }

.mobile-sidebar-close {
  padding: 1rem 0.5rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: #fff; }
  .mobile-sidebar-close i {
    background-size: 25px 30px;
    width: 25px;
    height: 30px; }

.mobile-sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1099;
  display: block;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: visibility 0s ease .4s, opacity .4s ease; }
  .mobile-sidebar-open .mobile-sidebar-overlay {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }

.mobile-sidebar-open body {
  overflow: hidden; }

.header-menu-toggle-icon i {
  font-size: 30px; }

.mobile-sidebar-nav .collapse-menu .nav-link {
  padding-left: 1rem;
  padding-bottom: .25rem;
  padding-top: .25rem; }

.header-menu-button {
  width: 30px;
  height: 30px;
  margin-top: 1em; }

.bars {
  position: relative; }

.bar-1 {
  background-color: #0080a6;
  width: 30px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0; }

.bar-2 {
  background-color: #0080a6;
  width: 30px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 10px; }

.bar-3 {
  background-color: #0080a6;
  width: 30px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 20px; }

.toggle-search {
  padding: 0.5rem;
  font-size: 1.4rem; }

.header-menu-toggle {
  padding: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .header-menu-toggle i {
    color: #0080a6;
    font-size: 1.8rem; }
    .header-menu-toggle i:hover {
      cursor: pointer; }
    .header-menu-toggle i::after {
      opacity: var(--fa-secondary-opacity, 1); }

.BlogPost .elemental-columns img.ss-htmleditorfield-file {
  max-width: 100%;
  height: auto; }

.post-summary {
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  transition: all 0.3s;
  height: 100%; }
  .post-summary:hover {
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
    transition: all 0.3s; }
  .post-summary .post-image {
    width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem; }
  .post-summary .post-overview-summary {
    padding: 2rem 1rem; }
    .post-summary .post-overview-summary h4 {
      color: #0080a6;
      letter-spacing: 0px; }
    .post-summary .post-overview-summary .publish-date {
      font-size: 0.9rem; }
  .post-summary a p {
    color: #425466;
    font-size: 0.9rem; }

.blog-header {
  padding: 5rem 0 3rem;
  background-color: #0080a6;
  text-align: center; }
  @media (max-width: 767.98px) {
    .blog-header {
      padding: 3rem 0 2rem; } }
  .blog-header h1 {
    color: #fff;
    font-size: 2rem;
    padding-left: 15px;
    padding-right: 15px; }
  .blog-header-image {
    position: relative; }
    .blog-header-image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-color: #0080a6;
      z-index: -1; }
    .blog-header-image img {
      width: 100%; }
  .blog-header .publish-date {
    color: #fff; }

.blog-section-refresh .pagination {
  margin-top: 2rem;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .blog-section-refresh .pagination div {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 2px;
    border-radius: 3px; }
    .blog-section-refresh .pagination div.current-page {
      background-color: #0080a6;
      color: #fff;
      border-radius: 5rem; }
    .blog-section-refresh .pagination div .next, .blog-section-refresh .pagination div .prev {
      font-size: 1.8rem;
      line-height: 1.4; }

.blog-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow.svg") white no-repeat 98% !important;
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow.svg") white no-repeat calc(100% - 10px) !important;
  background-size: 30px 10px !important;
  border-radius: 50rem;
  color: #0080a6;
  border-color: #0080a6;
  min-width: 200px;
  min-width: 300px; }
  .blog-filters select:focus {
    color: #0080a6; }

.disclaimer-text p {
  font-size: 0.8rem; }

.popup-modal {
  padding-right: 0 !important; }
  .popup-modal .modal-dialog {
    min-height: calc(100vh - 60px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: auto; }
    @media (max-width: 768px) {
      .popup-modal .modal-dialog {
        min-height: calc(100vh - 20px); } }
    .popup-modal .modal-dialog .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
      overflow: auto; }
      .popup-modal .modal-dialog .modal-content .modal-body {
        padding: 0; }
      .popup-modal .modal-dialog .modal-content img {
        max-width: 100%;
        width: 100%; }
      .popup-modal .modal-dialog .modal-content .modal-inner {
        padding: 2rem 1rem; }
        .popup-modal .modal-dialog .modal-content .modal-inner h3 {
          font-size: 1.5rem; }
      .popup-modal .modal-dialog .modal-content .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1rem;
        z-index: 2;
        color: #fff;
        text-shadow: none;
        opacity: 1;
        outline: 0; }
      .popup-modal .modal-dialog .modal-content.Blue {
        background-color: #0080a6;
        color: #fff; }
        .popup-modal .modal-dialog .modal-content.Blue h1, .popup-modal .modal-dialog .modal-content.Blue h2, .popup-modal .modal-dialog .modal-content.Blue h3,
        .popup-modal .modal-dialog .modal-content.Blue h4, .popup-modal .modal-dialog .modal-content.Blue h5, .popup-modal .modal-dialog .modal-content.Blue h6 {
          color: #fff; }
      .popup-modal .modal-dialog .modal-content.LightBlue {
        background-color: #71C1D3;
        color: #fff; }
        .popup-modal .modal-dialog .modal-content.LightBlue h1, .popup-modal .modal-dialog .modal-content.LightBlue h2, .popup-modal .modal-dialog .modal-content.LightBlue h3,
        .popup-modal .modal-dialog .modal-content.LightBlue h4, .popup-modal .modal-dialog .modal-content.LightBlue h5, .popup-modal .modal-dialog .modal-content.LightBlue h6 {
          color: #fff; }

#popupMessage {
  background-color: #0080a6;
  color: #fff; }
  @media (max-width: 767.98px) {
    #popupMessage p {
      font-size: 15px; } }
  #popupMessage a {
    color: #fff;
    text-decoration: underline; }
  #popupMessage #ClosePopUp {
    font-size: 1.2rem;
    position: absolute;
    opacity: 0.8;
    transition: opacity 0.2s;
    right: 0;
    top: 0;
    padding: 1rem; }
    #popupMessage #ClosePopUp:hover {
      opacity: 1;
      transition: opacity 0.2s; }

i.fa-search {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjNDI1NDY2IiBkPSJNNDE2IDIwOGMwIDQ1LjktMTQuOSA4OC4zLTQwIDEyMi43TDUwMi42IDQ1Ny40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zcy0zMi44IDEyLjUtNDUuMyAwTDMzMC43IDM3NmMtMzQuNCAyNS4yLTc2LjggNDAtMTIyLjcgNDBDOTMuMSA0MTYgMCAzMjIuOSAwIDIwOFM5My4xIDAgMjA4IDBTNDE2IDkzLjEgNDE2IDIwOHpNMjA4IDM1MmExNDQgMTQ0IDAgMSAwIDAtMjg4IDE0NCAxNDQgMCAxIDAgMCAyODh6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px; }
  @media (max-width: 1199.98px) {
    i.fa-search {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTQxNiAyMDhjMCA0NS45LTE0LjkgODguMy00MCAxMjIuN0w1MDIuNiA0NTcuNGMxMi41IDEyLjUgMTIuNSAzMi44IDAgNDUuM3MtMzIuOCAxMi41LTQ1LjMgMEwzMzAuNyAzNzZjLTM0LjQgMjUuMi03Ni44IDQwLTEyMi43IDQwQzkzLjEgNDE2IDAgMzIyLjkgMCAyMDhTOTMuMSAwIDIwOCAwUzQxNiA5My4xIDQxNiAyMDh6TTIwOCAzNTJhMTQ0IDE0NCAwIDEgMCAwLTI4OCAxNDQgMTQ0IDAgMSAwIDAgMjg4eiIvPjwvc3ZnPg==");
      display: block;
      background-size: 20px 20px;
      width: 20px;
      height: 20px; } }

i.fa-angle-down {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTIwMS40IDM3NC42YzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwbDE2MC0xNjBjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNzLTMyLjgtMTIuNS00NS4zIDBMMjI0IDMwNi43IDg2LjYgMTY5LjRjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zbDE2MCAxNjB6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 14px 16px;
  width: 14px;
  height: 16px; }

i.fa-facebook-square {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTY0IDMyQzI4LjcgMzIgMCA2MC43IDAgOTZWNDE2YzAgMzUuMyAyOC43IDY0IDY0IDY0aDk4LjJWMzM0LjJIMTA5LjRWMjU2aDUyLjhWMjIyLjNjMC04Ny4xIDM5LjQtMTI3LjUgMTI1LTEyNy41YzE2LjIgMCA0NC4yIDMuMiA1NS43IDYuNFYxNzJjLTYtLjYtMTYuNS0xLTI5LjYtMWMtNDIgMC01OC4yIDE1LjktNTguMiA1Ny4yVjI1Nmg4My42bC0xNC40IDc4LjJIMjU1VjQ4MEgzODRjMzUuMyAwIDY0LTI4LjcgNjQtNjRWOTZjMC0zNS4zLTI4LjctNjQtNjQtNjRINjR6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 28px 32px;
  width: 28px;
  height: 32px;
  display: inline-block; }

i.fa-square-x-twitter {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTY0IDMyQzI4LjcgMzIgMCA2MC43IDAgOTZWNDE2YzAgMzUuMyAyOC43IDY0IDY0IDY0SDM4NGMzNS4zIDAgNjQtMjguNyA2NC02NFY5NmMwLTM1LjMtMjguNy02NC02NC02NEg2NHptMjk3LjEgODRMMjU3LjMgMjM0LjYgMzc5LjQgMzk2SDI4My44TDIwOSAyOTguMSAxMjMuMyAzOTZINzUuOGwxMTEtMTI2LjlMNjkuNyAxMTZoOThsNjcuNyA4OS41TDMxMy42IDExNmg0Ny41ek0zMjMuMyAzNjcuNkwxNTMuNCAxNDIuOUgxMjUuMUwyOTYuOSAzNjcuNmgyNi4zeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 28px 32px;
  width: 28px;
  height: 32px;
  display: inline-block; }

i.fa-linkedin {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTQxNiAzMkgzMS45QzE0LjMgMzIgMCA0Ni41IDAgNjQuM3YzODMuNEMwIDQ2NS41IDE0LjMgNDgwIDMxLjkgNDgwSDQxNmMxNy42IDAgMzItMTQuNSAzMi0zMi4zVjY0LjNjMC0xNy44LTE0LjQtMzIuMy0zMi0zMi4zek0xMzUuNCA0MTZINjlWMjAyLjJoNjYuNVY0MTZ6bS0zMy4yLTI0M2MtMjEuMyAwLTM4LjUtMTcuMy0zOC41LTM4LjVTODAuOSA5NiAxMDIuMiA5NmMyMS4yIDAgMzguNSAxNy4zIDM4LjUgMzguNSAwIDIxLjMtMTcuMiAzOC41LTM4LjUgMzguNXptMjgyLjEgMjQzaC02Ni40VjMxMmMwLTI0LjgtLjUtNTYuNy0zNC41LTU2LjctMzQuNiAwLTM5LjkgMjctMzkuOSA1NC45VjQxNmgtNjYuNFYyMDIuMmg2My43djI5LjJoLjljOC45LTE2LjggMzAuNi0zNC41IDYyLjktMzQuNSA2Ny4yIDAgNzkuNyA0NC4zIDc5LjcgMTAxLjlWNDE2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 28px 32px;
  width: 28px;
  height: 32px;
  display: inline-block; }

i.fa-undo-alt {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTQ4LjUgMjI0SDQwYy0xMy4zIDAtMjQtMTAuNy0yNC0yNFY3MmMwLTkuNyA1LjgtMTguNSAxNC44LTIyLjJzMTkuMy0xLjcgMjYuMiA1LjJMOTguNiA5Ni42Yzg3LjYtODYuNSAyMjguNy04Ni4yIDMxNS44IDFjODcuNSA4Ny41IDg3LjUgMjI5LjMgMCAzMTYuOHMtMjI5LjMgODcuNS0zMTYuOCAwYy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwYzYyLjUgNjIuNSAxNjMuOCA2Mi41IDIyNi4zIDBzNjIuNS0xNjMuOCAwLTIyNi4zYy02Mi4yLTYyLjItMTYyLjctNjIuNS0yMjUuMy0xTDE4NSAxODNjNi45IDYuOSA4LjkgMTcuMiA1LjIgMjYuMnMtMTIuNSAxNC44LTIyLjIgMTQuOEg0OC41eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px; }

i.fa-chevron-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTMxMC42IDIzMy40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0xOTIgMTkyYy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMHMtMTIuNS0zMi44IDAtNDUuM0wyNDIuNyAyNTYgNzMuNCA4Ni42Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwbDE5MiAxOTJ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 10px 13px;
  width: 10px;
  height: 12px;
  display: inline-block; }

i.fa-clock-two {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQ2NCAyNTZBMjA4IDIwOCAwIDEgMCA0OCAyNTZhMjA4IDIwOCAwIDEgMCA0MTYgMHpNMCAyNTZhMjU2IDI1NiAwIDEgMSA1MTIgMEEyNTYgMjU2IDAgMSAxIDAgMjU2ek0yODAgMTIwdjkxLjJMMzM4LjcgMTcyYzExLTcuNCAyNS45LTQuNCAzMy4zIDYuN3M0LjQgMjUuOS02LjcgMzMuM2wtOTYgNjRjLTcuNCA0LjktMTYuOCA1LjQtMjQuNiAxLjJTMjMyIDI2NC45IDIzMiAyNTZWMTIwYzAtMTMuMyAxMC43LTI0IDI0LTI0czI0IDEwLjcgMjQgMjR6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  display: inline-block; }

i.fa-circle {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTI1NiA1MTJBMjU2IDI1NiAwIDEgMCAyNTYgMGEyNTYgMjU2IDAgMSAwIDAgNTEyeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 5px 5px;
  width: 5px;
  height: 5px; }

i.fa-circle-play {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI1NiAxNmEyNDAgMjQwIDAgMSAxIDAgNDgwIDI0MCAyNDAgMCAxIDEgMC00ODB6bTAgNDk2QTI1NiAyNTYgMCAxIDAgMjU2IDBhMjU2IDI1NiAwIDEgMCAwIDUxMnpNMTk2LjEgMTYxYzIuNS0xLjQgNS42LTEuNCA4LjEgLjJsMTQ0IDg4YzIuNCAxLjUgMy44IDQgMy44IDYuOHMtMS40IDUuNC0zLjggNi44bC0xNDQgODhjLTIuNSAxLjUtNS42IDEuNi04LjEgLjJzLTQuMS00LjEtNC4xLTdWMTY4YzAtMi45IDEuNi01LjYgNC4xLTd6bTE2LjQtMTMuNWMtNy40LTQuNS0xNi43LTQuNy0yNC4zLS41cy0xMi4zIDEyLjMtMTIuMyAyMC45VjM0NGMwIDguNyA0LjcgMTYuNyAxMi4zIDIwLjlzMTYuOCA0LjEgMjQuMy0uNWwxNDQtODhjNy4xLTQuNCAxMS41LTEyLjEgMTEuNS0yMC41cy00LjQtMTYuMS0xMS41LTIwLjVsLTE0NC04OHoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
  transition: all 0.2s;
  cursor: pointer; }
  i.fa-circle-play:hover {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yNTYsMEMxMTQuNjIsMCwwLDExNC42MiwwLDI1NnMxMTQuNjIsMjU2LDI1NiwyNTYsMjU2LTExNC42MiwyNTYtMjU2UzM5Ny4zOCwwLDI1NiwwWk0zNTYuNSwyNzYuNGwtMTQ0LDg4Yy03LjUsNC42LTE2LjcsNC43LTI0LjMuNS03LjYtNC4yLTEyLjMtMTIuMi0xMi4zLTIwLjl2LTE3Ni4xYzAtOC42LDQuNy0xNi43LDEyLjMtMjAuOSw3LjYtNC4yLDE2LjktNCwyNC4zLjV2LS4xbDE0NCw4OGM3LjEsNC40LDExLjUsMTIuMSwxMS41LDIwLjVzLTQuNCwxNi4xLTExLjUsMjAuNVoiLz4KPC9zdmc+");
    transition: all 0.2s; }

i.fa-circle-check {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI1NiA1MTJBMjU2IDI1NiAwIDEgMCAyNTYgMGEyNTYgMjU2IDAgMSAwIDAgNTEyek0zNjkgMjA5TDI0MSAzMzdjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwbC02NC02NGMtOS40LTkuNC05LjQtMjQuNiAwLTMzLjlzMjQuNi05LjQgMzMuOSAwbDQ3IDQ3TDMzNSAxNzVjOS40LTkuNCAyNC42LTkuNCAzMy45IDBzOS40IDI0LjYgMCAzMy45eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 29px 29px;
  width: 29px;
  height: 29px; }
  @media (max-width: 991.98px) {
    i.fa-circle-check {
      background-size: 20px 20px;
      width: 20px;
      height: 20px; } }

i.fa-check {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMDA4MGE2IiBkPSJNMTIgMmM1LjUxNCAwIDEwIDQuNDg2IDEwIDEwcy00LjQ4NiAxMC0xMCAxMC0xMC00LjQ4Ni0xMC0xMCA0LjQ4Ni0xMCAxMC0xMHptMC0yYy02LjYyNyAwLTEyIDUuMzczLTEyIDEyczUuMzczIDEyIDEyIDEyIDEyLTUuMzczIDEyLTEyLTUuMzczLTEyLTEyLTEyem0tMS45NTkgMTdsLTQuNS00LjMxOSAxLjM5NS0xLjQzNSAzLjA4IDIuOTM3IDcuMDIxLTcuMTgzIDEuNDIyIDEuNDA5LTguNDE4IDguNTkxeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 29px 29px;
  width: 29px;
  height: 29px; }
  @media (max-width: 991.98px) {
    i.fa-check {
      background-size: 20px 20px;
      width: 20px;
      height: 20px; } }

i.fa-bars {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTAgOTZDMCA3OC4zIDE0LjMgNjQgMzIgNjRINDE2YzE3LjcgMCAzMiAxNC4zIDMyIDMycy0xNC4zIDMyLTMyIDMySDMyQzE0LjMgMTI4IDAgMTEzLjcgMCA5NnpNMCAyNTZjMC0xNy43IDE0LjMtMzIgMzItMzJINDE2YzE3LjcgMCAzMiAxNC4zIDMyIDMycy0xNC4zIDMyLTMyIDMySDMyYy0xNy43IDAtMzItMTQuMy0zMi0zMnpNNDQ4IDQxNmMwIDE3LjctMTQuMyAzMi0zMiAzMkgzMmMtMTcuNyAwLTMyLTE0LjMtMzItMzJzMTQuMy0zMiAzMi0zMkg0MTZjMTcuNyAwIDMyIDE0LjMgMzIgMzJ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 25px 28px;
  width: 25px;
  height: 28px; }

i.fa-times, i.fa-xmark {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTM0Mi42IDE1MC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDE5MiAyMTAuNyA4Ni42IDEwNS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wxNDYuNyAyNTYgNDEuNCAzNjEuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMEwxOTIgMzAxLjMgMjk3LjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wyMzcuMyAyNTYgMzQyLjYgMTUwLjZ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 15px 20px;
  width: 15px;
  height: 20px;
  display: block; }

i.fa-facebook-f {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTgwIDI5OS4zVjUxMkgxOTZWMjk5LjNoODYuNWwxOC05Ny44SDE5NlYxNjYuOWMwLTUxLjcgMjAuMy03MS41IDcyLjctNzEuNWMxNi4zIDAgMjkuNCAuNCAzNyAxLjJWNy45QzI5MS40IDQgMjU2LjQgMCAyMzYuMiAwQzEyOS4zIDAgODAgNTAuNSA4MCAxNTkuNHY0Mi4xSDE0djk3LjhIODB6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 16px 27px;
  width: 16px;
  height: 29px;
  display: inline-block; }

i.fa-instagram {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIyNC4xIDE0MWMtNjMuNiAwLTExNC45IDUxLjMtMTE0LjkgMTE0LjlzNTEuMyAxMTQuOSAxMTQuOSAxMTQuOVMzMzkgMzE5LjUgMzM5IDI1NS45IDI4Ny43IDE0MSAyMjQuMSAxNDF6bTAgMTg5LjZjLTQxLjEgMC03NC43LTMzLjUtNzQuNy03NC43czMzLjUtNzQuNyA3NC43LTc0LjcgNzQuNyAzMy41IDc0LjcgNzQuNy0zMy42IDc0LjctNzQuNyA3NC43em0xNDYuNC0xOTQuM2MwIDE0LjktMTIgMjYuOC0yNi44IDI2LjgtMTQuOSAwLTI2LjgtMTItMjYuOC0yNi44czEyLTI2LjggMjYuOC0yNi44IDI2LjggMTIgMjYuOCAyNi44em03Ni4xIDI3LjJjLTEuNy0zNS45LTkuOS02Ny43LTM2LjItOTMuOS0yNi4yLTI2LjItNTgtMzQuNC05My45LTM2LjItMzctMi4xLTE0Ny45LTIuMS0xODQuOSAwLTM1LjggMS43LTY3LjYgOS45LTkzLjkgMzYuMXMtMzQuNCA1OC0zNi4yIDkzLjljLTIuMSAzNy0yLjEgMTQ3LjkgMCAxODQuOSAxLjcgMzUuOSA5LjkgNjcuNyAzNi4yIDkzLjlzNTggMzQuNCA5My45IDM2LjJjMzcgMi4xIDE0Ny45IDIuMSAxODQuOSAwIDM1LjktMS43IDY3LjctOS45IDkzLjktMzYuMiAyNi4yLTI2LjIgMzQuNC01OCAzNi4yLTkzLjkgMi4xLTM3IDIuMS0xNDcuOCAwLTE4NC44ek0zOTguOCAzODhjLTcuOCAxOS42LTIyLjkgMzQuNy00Mi42IDQyLjYtMjkuNSAxMS43LTk5LjUgOS0xMzIuMSA5cy0xMDIuNyAyLjYtMTMyLjEtOWMtMTkuNi03LjgtMzQuNy0yMi45LTQyLjYtNDIuNi0xMS43LTI5LjUtOS05OS41LTktMTMyLjFzLTIuNi0xMDIuNyA5LTEzMi4xYzcuOC0xOS42IDIyLjktMzQuNyA0Mi42LTQyLjYgMjkuNS0xMS43IDk5LjUtOSAxMzIuMS05czEwMi43LTIuNiAxMzIuMSA5YzE5LjYgNy44IDM0LjcgMjIuOSA0Mi42IDQyLjYgMTEuNyAyOS41IDkgOTkuNSA5IDEzMi4xczIuNyAxMDIuNy05IDEzMi4xeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 25px 29px;
  width: 25px;
  height: 29px;
  display: inline-block; }

i.fa-x-twitter {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTM4OS4yIDQ4aDcwLjZMMzA1LjYgMjI0LjIgNDg3IDQ2NEgzNDVMMjMzLjcgMzE4LjYgMTA2LjUgNDY0SDM1LjhMMjAwLjcgMjc1LjUgMjYuOCA0OEgxNzIuNEwyNzIuOSAxODAuOSAzODkuMiA0OHpNMzY0LjQgNDIxLjhoMzkuMUwxNTEuMSA4OGgtNDJMMzY0LjQgNDIxLjh6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 29px 29px;
  width: 29px;
  height: 29px;
  display: inline-block; }

i.fa-youtube {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTU0OS43IDEyNC4xYy02LjMtMjMuNy0yNC44LTQyLjMtNDguMy00OC42QzQ1OC44IDY0IDI4OCA2NCAyODggNjRTMTE3LjIgNjQgNzQuNiA3NS41Yy0yMy41IDYuMy00MiAyNC45LTQ4LjMgNDguNi0xMS40IDQyLjktMTEuNCAxMzIuMy0xMS40IDEzMi4zczAgODkuNCAxMS40IDEzMi4zYzYuMyAyMy43IDI0LjggNDEuNSA0OC4zIDQ3LjhDMTE3LjIgNDQ4IDI4OCA0NDggMjg4IDQ0OHMxNzAuOCAwIDIxMy40LTExLjVjMjMuNS02LjMgNDItMjQuMiA0OC4zLTQ3LjggMTEuNC00Mi45IDExLjQtMTMyLjMgMTEuNC0xMzIuM3MwLTg5LjQtMTEuNC0xMzIuM3ptLTMxNy41IDIxMy41VjE3NS4ybDE0Mi43IDgxLjItMTQyLjcgODEuMnoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 32px 29px;
  width: 32px;
  height: 29px;
  display: inline-block; }

i.fa-linkedin-in {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEwMC4zIDQ0OEg3LjRWMTQ4LjloOTIuOXpNNTMuOCAxMDguMUMyNC4xIDEwOC4xIDAgODMuNSAwIDUzLjhhNTMuOCA1My44IDAgMCAxIDEwNy42IDBjMCAyOS43LTI0LjEgNTQuMy01My44IDU0LjN6TTQ0Ny45IDQ0OGgtOTIuN1YzMDIuNGMwLTM0LjctLjctNzkuMi00OC4zLTc5LjItNDguMyAwLTU1LjcgMzcuNy01NS43IDc2LjdWNDQ4aC05Mi44VjE0OC45aDg5LjF2NDAuOGgxLjNjMTIuNC0yMy41IDQyLjctNDguMyA4Ny45LTQ4LjMgOTQgMCAxMTEuMyA2MS45IDExMS4zIDE0Mi4zVjQ0OHoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 25px 29px;
  width: 25px;
  height: 29px;
  display: inline-block; }

i.fa-circle-chevron-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTMyIDI1NmEyMjQgMjI0IDAgMSAxIDQ0OCAwQTIyNCAyMjQgMCAxIDEgMzIgMjU2em00ODAgMEEyNTYgMjU2IDAgMSAwIDAgMjU2YTI1NiAyNTYgMCAxIDAgNTEyIDB6TTI3Ni43IDEzMi43bC0xMTIgMTEyYy02LjIgNi4yLTYuMiAxNi40IDAgMjIuNmwxMTIgMTEyYzYuMiA2LjIgMTYuNCA2LjIgMjIuNiAwczYuMi0xNi40IDAtMjIuNkwxOTguNiAyNTYgMjk5LjMgMTU1LjNjNi4yLTYuMiA2LjItMTYuNCAwLTIyLjZzLTE2LjQtNi4yLTIyLjYgMHoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px; }

i.fa-circle-chevron-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTQ4MCAyNTZBMjI0IDIyNCAwIDEgMSAzMiAyNTZhMjI0IDIyNCAwIDEgMSA0NDggMHpNMCAyNTZhMjU2IDI1NiAwIDEgMCA1MTIgMEEyNTYgMjU2IDAgMSAwIDAgMjU2ek0yMzUuMyAzNzkuM2wxMTItMTEyYzYuMi02LjIgNi4yLTE2LjQgMC0yMi42bC0xMTItMTEyYy02LjItNi4yLTE2LjQtNi4yLTIyLjYgMHMtNi4yIDE2LjQgMCAyMi42TDMxMy40IDI1NiAyMTIuNyAzNTYuN2MtNi4yIDYuMi02LjIgMTYuNCAwIDIyLjZzMTYuNCA2LjIgMjIuNiAweiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px; }

i.fa-plus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI1NiA4MGMwLTE3LjctMTQuMy0zMi0zMi0zMnMtMzIgMTQuMy0zMiAzMlYyMjRINDhjLTE3LjcgMC0zMiAxNC4zLTMyIDMyczE0LjMgMzIgMzIgMzJIMTkyVjQzMmMwIDE3LjcgMTQuMyAzMiAzMiAzMnMzMi0xNC4zIDMyLTMyVjI4OEg0MDBjMTcuNyAwIDMyLTE0LjMgMzItMzJzLTE0LjMtMzItMzItMzJIMjU2VjgweiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 18px 20px;
  width: 18px;
  height: 20px; }

i.fa-minus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQzMiAyNTZjMCAxNy43LTE0LjMgMzItMzIgMzJMNDggMjg4Yy0xNy43IDAtMzItMTQuMy0zMi0zMnMxNC4zLTMyIDMyLTMybDM1MiAwYzE3LjcgMCAzMiAxNC4zIDMyIDMyeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 18px 20px;
  width: 18px;
  height: 20px; }

i.fa-xmark {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzAwODBhNiIgZD0iTTM0Mi42IDE1MC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDE5MiAyMTAuNyA4Ni42IDEwNS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wxNDYuNyAyNTYgNDEuNCAzNjEuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMEwxOTIgMzAxLjMgMjk3LjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wyMzcuMyAyNTYgMzQyLjYgMTUwLjZ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 15px 20px;
  width: 15px;
  height: 20px;
  display: block; }

.carousel {
  overflow: hidden; }
  .carousel .swiper-slide {
    position: relative; }
    .carousel .swiper-slide img {
      aspect-ratio: 3/1;
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 991.98px) {
        .carousel .swiper-slide img {
          min-height: 350px; } }
    .carousel .swiper-slide .slider-content {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column; }
      .carousel .swiper-slide .slider-content h2 {
        text-align: center;
        margin-bottom: 0;
        color: #fff; }
        @media (min-width: 992px) {
          .carousel .swiper-slide .slider-content h2 {
            font-size: 4rem; } }
      .carousel .swiper-slide .slider-content h4, .carousel .swiper-slide .slider-content .h4 {
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px; }

.swiper-pagination-bullet {
  border: 2px solid #fff;
  background-color: transparent;
  opacity: 1;
  width: 15px;
  height: 15px; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff; }

.overlay-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .overlay-slider::before {
    height: 6px;
    background-color: #e1e1e1;
    content: "";
    -webkit-animation: draw 0.5s forwards;
            animation: draw 0.5s forwards;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }

@-webkit-keyframes draw {
  0% {
    width: 0px; }
  50% {
    width: 40px; }
  100% {
    width: 100px; } }

@keyframes draw {
  0% {
    width: 0px; }
  50% {
    width: 40px; }
  100% {
    width: 100px; } }

.elemental-industry-slider {
  padding-left: 50px;
  background-color: #F4F4F4; }
  @media (max-width: 991.98px) {
    .elemental-industry-slider {
      padding-left: 20px; } }
  .elemental-industry-slider .swiper-wrapper {
    padding: 1rem 0; }
  .elemental-industry-slider .industry-slider-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    padding-right: 50px; }
    @media (max-width: 991.98px) {
      .elemental-industry-slider .industry-slider-header {
        display: block;
        padding-right: 15px; } }
    .elemental-industry-slider .industry-slider-header.industry-slider-only-header > div:first-child, .elemental-industry-slider .industry-slider-header.industry-slider-only-header > div:last-child {
      width: 15%; }
      @media (max-width: 991.98px) {
        .elemental-industry-slider .industry-slider-header.industry-slider-only-header > div:first-child, .elemental-industry-slider .industry-slider-header.industry-slider-only-header > div:last-child {
          width: auto; } }
    .elemental-industry-slider .industry-slider-header .industry-pagination {
      margin-bottom: 1rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .elemental-industry-slider .industry-slider-header .industry-pagination i {
        font-size: 2rem;
        margin: 0 0.25rem;
        color: #0080a6; }
        .elemental-industry-slider .industry-slider-header .industry-pagination i.swiper-button-disabled {
          opacity: 0.3; }
        .elemental-industry-slider .industry-slider-header .industry-pagination i:hover {
          cursor: pointer; }
  .elemental-industry-slider .industry-slider, .elemental-industry-slider .industry-grid {
    overflow: hidden;
    padding-right: 50px;
    margin: 2rem 0; }
    @media (max-width: 991.98px) {
      .elemental-industry-slider .industry-slider, .elemental-industry-slider .industry-grid {
        padding-right: 20px; } }
    .elemental-industry-slider .industry-slider .industry-card, .elemental-industry-slider .industry-grid .industry-card {
      border-radius: 0.5rem;
      background-color: #fff;
      box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
      transition: all 0.3s;
      height: 100%; }
      .elemental-industry-slider .industry-slider .industry-card:hover, .elemental-industry-slider .industry-grid .industry-card:hover {
        box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
        transition: all 0.3s; }
      .elemental-industry-slider .industry-slider .industry-card img, .elemental-industry-slider .industry-grid .industry-card img {
        width: 100%;
        aspect-ratio: 16/9;
        -o-object-fit: cover;
           object-fit: cover;
        border-top-right-radius: 0.5rem;
        border-top-left-radius: 0.5rem; }
      .elemental-industry-slider .industry-slider .industry-card .slider-content, .elemental-industry-slider .industry-grid .industry-card .slider-content {
        padding: 2rem 1rem; }
        .elemental-industry-slider .industry-slider .industry-card .slider-content h4, .elemental-industry-slider .industry-slider .industry-card .slider-content p.h4, .elemental-industry-slider .industry-grid .industry-card .slider-content h4, .elemental-industry-slider .industry-grid .industry-card .slider-content p.h4 {
          color: #0080a6;
          text-transform: uppercase; }
        .elemental-industry-slider .industry-slider .industry-card .slider-content p, .elemental-industry-slider .industry-grid .industry-card .slider-content p {
          color: #425466;
          font-size: 0.9rem; }
  .elemental-industry-slider .swiper-slide {
    height: auto; }
  .elemental-industry-slider .container-small {
    padding-right: 50px; }
    @media (max-width: 991.98px) {
      .elemental-industry-slider .container-small {
        padding-right: 20px; } }

.elemental-partners-grid .partners-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .elemental-partners-grid .partners-grid .partner-tile {
    background-color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 1rem;
    width: 25%; }
    @media (min-width: 1200px) {
      .elemental-partners-grid .partners-grid .partner-tile {
        width: 20%;
        padding: 0.75rem; } }
    @media (max-width: 767.98px) {
      .elemental-partners-grid .partners-grid .partner-tile {
        padding: 0.5rem; } }
    .elemental-partners-grid .partners-grid .partner-tile a {
      padding: 1.5rem;
      aspect-ratio: 1/1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      border-radius: 0.5rem;
      transition: all 0.3s;
      box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3); }
      @media (min-width: 1200px) {
        .elemental-partners-grid .partners-grid .partner-tile a {
          padding: 1rem; } }
      @media (max-width: 767.98px) {
        .elemental-partners-grid .partners-grid .partner-tile a {
          box-shadow: 2px 4px 5px rgba(66, 84, 102, 0.3); } }
      .elemental-partners-grid .partners-grid .partner-tile a:hover {
        box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
        transition: all 0.3s; }
    @media (max-width: 991.98px) {
      .elemental-partners-grid .partners-grid .partner-tile {
        width: 50%; } }
    .elemental-partners-grid .partners-grid .partner-tile img {
      width: 100%; }
  .elemental-partners-grid .partners-grid[data-grid="4"] .partner-tile, .elemental-partners-grid .partners-grid[data-grid="8"] .partner-tile, .elemental-partners-grid .partners-grid[data-grid="12"] .partner-tile {
    width: 25%; }
    @media (max-width: 991.98px) {
      .elemental-partners-grid .partners-grid[data-grid="4"] .partner-tile, .elemental-partners-grid .partners-grid[data-grid="8"] .partner-tile, .elemental-partners-grid .partners-grid[data-grid="12"] .partner-tile {
        width: 50%; } }

.elemental-stats .stat-col {
  margin: 1rem 0; }
  .elemental-stats .stat-col img {
    height: 80px;
    margin-bottom: 1.5rem;
    width: auto; }
  @media (min-width: 768px) {
    .elemental-stats .stat-col:not(:last-child) {
      border-right: 1px solid #425466; } }
  .elemental-stats .stat-col h3 {
    font-size: 3rem;
    color: #0080a6; }
  .elemental-stats .stat-col p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #0080a6;
    font-weight: 700; }

@media (max-width: 991.98px) {
  .elemental-stats .stat-count-4 .stat-col:nth-child(2) {
    border-right: 0; } }

@media (max-width: 1199.98px) {
  .elemental-stats .stat-count-5 {
    -ms-flex-pack: center;
        justify-content: center; }
    .elemental-stats .stat-count-5 .stat-col {
      margin: 1rem 0 2rem; }
    .elemental-stats .stat-count-5 .stat-col:nth-child(3) {
      border-right: 0; } }

@media (max-width: 991.98px) {
  .elemental-stats .stat-count-5 .stat-col {
    margin: 1rem 0;
    border-right: 0; } }

.elemental-testimonial {
  position: relative;
  overflow: hidden; }
  .elemental-testimonial p {
    font-size: 1.8rem; }
    @media (max-width: 991.98px) {
      .elemental-testimonial p {
        font-size: 1.4rem; } }
  .elemental-testimonial .testimonial-name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem; }
  .elemental-testimonial .testimonial-position {
    font-size: 1rem; }
  .elemental-testimonial .testimonial-with-image {
    position: relative; }
    .elemental-testimonial .testimonial-with-image p {
      font-size: 1.6rem;
      line-height: 1.2; }
    .elemental-testimonial .testimonial-with-image .testimonial-name {
      text-transform: initial;
      font-size: 1.1rem; }
      @media (min-width: 576px) {
        .elemental-testimonial .testimonial-with-image .testimonial-name {
          margin-top: 2rem; } }
    .elemental-testimonial .testimonial-with-image .testimonial-position {
      font-size: 1.05rem; }
    .elemental-testimonial .testimonial-with-image .testimonial-image {
      aspect-ratio: 1 / 1;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      border-radius: 50rem;
      width: 100%; }
    .elemental-testimonial .testimonial-with-image .testimonial-brand {
      width: 100%; }
      @media (min-width: 576px) {
        .elemental-testimonial .testimonial-with-image .testimonial-brand {
          margin-top: 1rem; } }
    .elemental-testimonial .testimonial-with-image .testimonial-slider-left {
      position: absolute;
      top: 50%;
      left: 0;
      background-size: 40px 40px;
      width: 40px;
      height: 40px;
      -webkit-transform: translate(-200%, -50%);
              transform: translate(-200%, -50%);
      cursor: pointer;
      transition: all 0.2s; }
      @media (max-width: 1199.98px) {
        .elemental-testimonial .testimonial-with-image .testimonial-slider-left {
          left: 2rem; } }
      @media (max-width: 991.98px) {
        .elemental-testimonial .testimonial-with-image .testimonial-slider-left {
          display: none; } }
      .elemental-testimonial .testimonial-with-image .testimonial-slider-left.white-arrow {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KICAgIAogICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMyIDI1NmEyMjQgMjI0IDAgMSAxIDQ0OCAwQTIyNCAyMjQgMCAxIDEgMzIgMjU2em00ODAgMEEyNTYgMjU2IDAgMSAwIDAgMjU2YTI1NiAyNTYgMCAxIDAgNTEyIDB6TTI3Ni43IDEzMi43bC0xMTIgMTEyYy02LjIgNi4yLTYuMiAxNi40IDAgMjIuNmwxMTIgMTEyYzYuMiA2LjIgMTYuNCA2LjIgMjIuNiAwczYuMi0xNi40IDAtMjIuNkwxOTguNiAyNTZsMTAwLjctMTAwLjdjNi4yLTYuMiA2LjItMTYuNCAwLTIyLjZzLTE2LjQtNi4yLTIyLjYgMHoiLz4KPC9zdmc+"); }
      .elemental-testimonial .testimonial-with-image .testimonial-slider-left:hover {
        -webkit-transform: translate(-200%, -50%) scale(1.2);
                transform: translate(-200%, -50%) scale(1.2);
        transition: all 0.2s; }
    .elemental-testimonial .testimonial-with-image .testimonial-slider-right {
      position: absolute;
      top: 50%;
      right: 0;
      background-size: 40px 40px;
      width: 40px;
      height: 40px;
      -webkit-transform: translate(200%, -50%);
              transform: translate(200%, -50%);
      cursor: pointer;
      transition: all 0.2s; }
      @media (max-width: 1199.98px) {
        .elemental-testimonial .testimonial-with-image .testimonial-slider-right {
          right: 2rem; } }
      @media (max-width: 991.98px) {
        .elemental-testimonial .testimonial-with-image .testimonial-slider-right {
          display: none; } }
      .elemental-testimonial .testimonial-with-image .testimonial-slider-right.white-arrow {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KICAgIAogICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQ4MCAyNTZBMjI0IDIyNCAwIDEgMSAzMiAyNTZhMjI0IDIyNCAwIDEgMSA0NDggMHpNMCAyNTZhMjU2IDI1NiAwIDEgMCA1MTIgMEEyNTYgMjU2IDAgMSAwIDAgMjU2em0yMzUuMyAxMjMuM2wxMTItMTEyYzYuMi02LjIgNi4yLTE2LjQgMC0yMi42bC0xMTItMTEyYy02LjItNi4yLTE2LjQtNi4yLTIyLjYgMHMtNi4yIDE2LjQgMCAyMi42TDMxMy40IDI1NiAyMTIuNyAzNTYuN2MtNi4yIDYuMi02LjIgMTYuNCAwIDIyLjZzMTYuNCA2LjIgMjIuNiAweiIvPgo8L3N2Zz4K"); }
      .elemental-testimonial .testimonial-with-image .testimonial-slider-right:hover {
        -webkit-transform: translate(200%, -50%) scale(1.2);
                transform: translate(200%, -50%) scale(1.2);
        transition: all 0.2s; }
  .elemental-testimonial .testimonials-slider {
    overflow-x: hidden; }
    .elemental-testimonial .testimonials-slider .swiper-slide {
      padding: 0 0.25rem; }

.elemental-video {
  position: relative; }
  .elemental-video .container {
    position: relative;
    z-index: 1; }
  .elemental-video .brand-mark {
    position: absolute;
    bottom: 0;
    width: 40%;
    right: 0;
    opacity: 0.1;
    z-index: 0; }
  .elemental-video .html-video {
    position: relative; }
    .elemental-video .html-video .htmlVideoPlayButton {
      font-size: 6rem;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2; }
    .elemental-video .html-video .placeholder-image {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .elemental-video .ytdefer {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }
    .elemental-video .ytdefer img {
      top: 0;
      left: 0; }
  .elemental-video .two-videos {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991.98px) {
      .elemental-video .two-videos {
        display: block; } }
    .elemental-video .two-videos > div {
      margin: 1rem;
      width: 100% !important;
      aspect-ratio: 16 / 9;
      height: auto !important; }
      .elemental-video .two-videos > div img {
        top: 0;
        left: 0; }
      @media (max-width: 991.98px) {
        .elemental-video .two-videos > div {
          margin: 1rem 0; } }

.ytlazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ytlazy-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0; }

.ytlazy-playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: auto; }
  .ytlazy-playbtn path, .ytlazy-playbtn polygon {
    transition: fill 0.2s; }

.embed-responsive:hover {
  cursor: pointer; }
  .embed-responsive:hover .ytlazy-playbtn path {
    fill: #0080a6;
    transition: fill 0.2s; }
  .embed-responsive:hover .ytlazy-playbtn polygon {
    fill: #fff;
    transition: fill 0.2s; }

.embed-responsive .d-flex {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.elemental-media-links .media-tile, .elemental-media-links .video-tile {
  position: relative;
  padding: 0; }
  .elemental-media-links .media-tile img, .elemental-media-links .video-tile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1; }
  .elemental-media-links .media-tile .media-content, .elemental-media-links .video-tile .media-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 1.5rem;
    background-color: rgba(4, 18, 23, 0.25);
    transition: all 0.2s; }
    .elemental-media-links .media-tile .media-content:hover, .elemental-media-links .video-tile .media-content:hover {
      background-color: rgba(4, 18, 23, 0);
      transition: all 0.2s; }
    .elemental-media-links .media-tile .media-content h3, .elemental-media-links .video-tile .media-content h3 {
      color: #fff;
      margin-bottom: 0;
      font-size: 2.5rem;
      text-align: center; }
      @media (max-width: 767.98px) {
        .elemental-media-links .media-tile .media-content h3, .elemental-media-links .video-tile .media-content h3 {
          font-size: 1.6rem; } }
    .elemental-media-links .media-tile .media-content.play-media i, .elemental-media-links .video-tile .media-content.play-media i {
      font-size: 6rem;
      color: #fff; }
      @media (max-width: 767.98px) {
        .elemental-media-links .media-tile .media-content.play-media i, .elemental-media-links .video-tile .media-content.play-media i {
          font-size: 5rem; } }

.elemental-media-links .media-tiles[data-tiles="3"] .media-tile {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
  @media (max-width: 991.98px) {
    .elemental-media-links .media-tiles[data-tiles="3"] .media-tile {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }

@media (max-width: 991.98px) {
  .elemental-media-links .media-tiles[data-tiles="3"] .video-tile {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

.elemental-media-links .media-tiles[data-tiles="3"] .video-tile img {
  aspect-ratio: 4/2; }

.elemental-media-links .media-tiles[data-tiles="2"] .media-tile img, .elemental-media-links .media-tiles[data-tiles="2"] .video-tile img {
  aspect-ratio: 4/2; }
  @media (max-width: 991.98px) {
    .elemental-media-links .media-tiles[data-tiles="2"] .media-tile img, .elemental-media-links .media-tiles[data-tiles="2"] .video-tile img {
      aspect-ratio: 1/1; } }

.elemental-media-links .media-tiles[data-tiles="1"] .media-tile img, .elemental-media-links .media-tiles[data-tiles="1"] .video-tile img {
  aspect-ratio: 5/2; }
  @media (max-width: 767.98px) {
    .elemental-media-links .media-tiles[data-tiles="1"] .media-tile img, .elemental-media-links .media-tiles[data-tiles="1"] .video-tile img {
      aspect-ratio: 1/1; } }

.elemental-large-image-text {
  padding: 0; }
  .elemental-large-image-text .large-image {
    min-height: 300px;
    height: 100%;
    position: relative; }
    .elemental-large-image-text .large-image img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .elemental-large-image-text.Blue {
    background-color: #0080a6;
    color: #fff; }
    .elemental-large-image-text.Blue h1, .elemental-large-image-text.Blue .h1, .elemental-large-image-text.Blue h2, .elemental-large-image-text.Blue .h2, .elemental-large-image-text.Blue h3, .elemental-large-image-text.Blue .h3, .elemental-large-image-text.Blue h4, .elemental-large-image-text.Blue .h4, .elemental-large-image-text.Blue h5, .elemental-large-image-text.Blue .h5, .elemental-large-image-text.Blue h6, .elemental-large-image-text.Blue .h6, .elemental-large-image-text.Blue span, .elemental-large-image-text.Blue a, .elemental-large-image-text.Blue li {
      color: #fff; }
  .elemental-large-image-text.LightBlue {
    background-color: #71C1D3;
    color: #fff; }
    .elemental-large-image-text.LightBlue h1, .elemental-large-image-text.LightBlue .h1, .elemental-large-image-text.LightBlue h2, .elemental-large-image-text.LightBlue .h2, .elemental-large-image-text.LightBlue h3, .elemental-large-image-text.LightBlue .h3, .elemental-large-image-text.LightBlue h4, .elemental-large-image-text.LightBlue .h4, .elemental-large-image-text.LightBlue h5, .elemental-large-image-text.LightBlue .h5, .elemental-large-image-text.LightBlue h6, .elemental-large-image-text.LightBlue .h6, .elemental-large-image-text.LightBlue span, .elemental-large-image-text.LightBlue a, .elemental-large-image-text.LightBlue li {
      color: #fff; }
  .elemental-large-image-text .full-width-image {
    padding: 0;
    position: relative; }
    .elemental-large-image-text .full-width-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 991.98px) {
        .elemental-large-image-text .full-width-image img {
          position: relative;
          height: 300px; } }
    @media (min-width: 992px) {
      .elemental-large-image-text .full-width-image .left-text:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        background: #041217;
        background: linear-gradient(90deg, #041217 0%, #041217 50%, rgba(4, 18, 23, 0) 100%);
        opacity: 0.8; } }
    @media (min-width: 992px) {
      .elemental-large-image-text .full-width-image .right-text:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        background: #041217;
        background: linear-gradient(-90deg, #041217 0%, #041217 50%, rgba(4, 18, 23, 0) 100%);
        opacity: 0.8; } }
    .elemental-large-image-text .full-width-image .content {
      position: relative;
      z-index: 1;
      padding: 3rem 0; }
      @media (min-width: 992px) {
        .elemental-large-image-text .full-width-image .content {
          color: #fff; }
          .elemental-large-image-text .full-width-image .content h1, .elemental-large-image-text .full-width-image .content h2, .elemental-large-image-text .full-width-image .content h3,
          .elemental-large-image-text .full-width-image .content h4, .elemental-large-image-text .full-width-image .content h5, .elemental-large-image-text .full-width-image .content h6 {
            color: #fff; } }
      @media (max-width: 991.98px) {
        .elemental-large-image-text .full-width-image .content {
          padding: 0; } }
  .elemental-large-image-text #blockPlayVideo {
    font-size: 6rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2; }
  @media (min-width: 576px) {
    .elemental-large-image-text .split-contained {
      max-width: 510px; } }
  @media (min-width: 768px) {
    .elemental-large-image-text .split-contained {
      max-width: 690px; } }
  @media (min-width: 992px) {
    .elemental-large-image-text .split-contained {
      max-width: 930px; } }
  @media (min-width: 1200px) {
    .elemental-large-image-text .split-contained {
      max-width: 1110px; } }
  @media (min-width: 1500px) {
    .elemental-large-image-text .split-contained {
      max-width: 1390px; } }
  .elemental-large-image-text .split-contained .contained-content.order-1 {
    padding-left: 0 !important; }
  .elemental-large-image-text .split-contained .custom-size {
    position: relative;
    height: auto; }

.elemental-image-text, .elemental-video-text {
  position: relative;
  overflow: hidden; }
  .elemental-image-text img, .elemental-video-text img {
    width: 100%;
    height: auto; }
  .elemental-image-text .ytlazy-playbtn, .elemental-video-text .ytlazy-playbtn {
    z-index: 5;
    cursor: pointer; }
    .elemental-image-text .ytlazy-playbtn:hover path, .elemental-video-text .ytlazy-playbtn:hover path {
      fill: #0080a6; }
    .elemental-image-text .ytlazy-playbtn:hover polygon, .elemental-video-text .ytlazy-playbtn:hover polygon {
      fill: #fff; }
  .elemental-image-text.Blue, .elemental-video-text.Blue {
    background-color: #0080a6;
    color: #fff; }
    .elemental-image-text.Blue h1, .elemental-image-text.Blue .h1, .elemental-image-text.Blue h2, .elemental-image-text.Blue .h2, .elemental-image-text.Blue h3, .elemental-image-text.Blue .h3, .elemental-image-text.Blue h4, .elemental-image-text.Blue .h4, .elemental-image-text.Blue h5, .elemental-image-text.Blue .h5, .elemental-image-text.Blue h6, .elemental-image-text.Blue .h6, .elemental-image-text.Blue span, .elemental-image-text.Blue a, .elemental-image-text.Blue li, .elemental-video-text.Blue h1, .elemental-video-text.Blue .h1, .elemental-video-text.Blue h2, .elemental-video-text.Blue .h2, .elemental-video-text.Blue h3, .elemental-video-text.Blue .h3, .elemental-video-text.Blue h4, .elemental-video-text.Blue .h4, .elemental-video-text.Blue h5, .elemental-video-text.Blue .h5, .elemental-video-text.Blue h6, .elemental-video-text.Blue .h6, .elemental-video-text.Blue span, .elemental-video-text.Blue a, .elemental-video-text.Blue li {
      color: #fff; }
  .elemental-image-text.LightBlue, .elemental-video-text.LightBlue {
    background-color: #71C1D3;
    color: #fff; }
    .elemental-image-text.LightBlue h1, .elemental-image-text.LightBlue .h1, .elemental-image-text.LightBlue h2, .elemental-image-text.LightBlue .h2, .elemental-image-text.LightBlue h3, .elemental-image-text.LightBlue .h3, .elemental-image-text.LightBlue h4, .elemental-image-text.LightBlue .h4, .elemental-image-text.LightBlue h5, .elemental-image-text.LightBlue .h5, .elemental-image-text.LightBlue h6, .elemental-image-text.LightBlue .h6, .elemental-image-text.LightBlue span, .elemental-image-text.LightBlue a, .elemental-image-text.LightBlue li, .elemental-video-text.LightBlue h1, .elemental-video-text.LightBlue .h1, .elemental-video-text.LightBlue h2, .elemental-video-text.LightBlue .h2, .elemental-video-text.LightBlue h3, .elemental-video-text.LightBlue .h3, .elemental-video-text.LightBlue h4, .elemental-video-text.LightBlue .h4, .elemental-video-text.LightBlue h5, .elemental-video-text.LightBlue .h5, .elemental-video-text.LightBlue h6, .elemental-video-text.LightBlue .h6, .elemental-video-text.LightBlue span, .elemental-video-text.LightBlue a, .elemental-video-text.LightBlue li {
      color: #fff; }
  .elemental-image-text .brand-mark.bottom-right, .elemental-video-text .brand-mark.bottom-right {
    position: absolute;
    bottom: 0;
    right: -5%;
    width: 50%;
    height: auto;
    z-index: 0;
    opacity: 0.2; }
  .elemental-image-text .brand-mark.bottom-left, .elemental-video-text .brand-mark.bottom-left {
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 50%;
    height: auto;
    z-index: 0;
    opacity: 0.2; }
  .elemental-image-text .video-inner-wrapper, .elemental-video-text .video-inner-wrapper {
    margin: 1rem;
    width: 100% !important;
    aspect-ratio: 16/9;
    height: auto !important; }
    .elemental-image-text .video-inner-wrapper img, .elemental-video-text .video-inner-wrapper img {
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transition: 1s all; }
  .elemental-image-text .video-wrapper, .elemental-video-text .video-wrapper {
    position: relative;
    display: block; }
    .elemental-image-text .video-wrapper video, .elemental-video-text .video-wrapper video {
      display: block; }
    .elemental-image-text .video-wrapper:after, .elemental-video-text .video-wrapper:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: inset 0 0 0 2px #fff;
      z-index: 2;
      display: block; }

.elemental-trustmark {
  padding: 0; }
  .elemental-trustmark img.trustmark {
    width: 10rem;
    height: auto;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  .elemental-trustmark .content-wrapper {
    padding: 7rem 0 3rem;
    background-color: #F4F4F4; }
    .elemental-trustmark .content-wrapper h3 {
      color: #0080a6; }

.elemental-partner-trustmarked-products {
  overflow-x: hidden;
  background-color: #F4F4F4; }
  .elemental-partner-trustmarked-products .container {
    padding: 0 50px; }
    @media (max-width: 575.98px) {
      .elemental-partner-trustmarked-products .container {
        padding: 0 20px; } }
  .elemental-partner-trustmarked-products .trustmarked-products-slider {
    padding: 30px 10px; }
    @media (min-width: 576px) {
      .elemental-partner-trustmarked-products .trustmarked-products-slider {
        overflow-x: hidden; } }
  .elemental-partner-trustmarked-products .product-card {
    border-radius: 0.5rem;
    background-color: #71C1D3;
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
    padding: 1.5rem;
    transition: all 0.3s; }
    .elemental-partner-trustmarked-products .product-card:hover {
      box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
      transition: all 0.3s;
      cursor: pointer; }
    .elemental-partner-trustmarked-products .product-card img {
      width: 100%;
      height: 300px;
      -o-object-fit: contain;
         object-fit: contain;
      background-color: #fff; }
    .elemental-partner-trustmarked-products .product-card h4 {
      color: #fff;
      text-transform: uppercase;
      margin: 1rem 0; }
    .elemental-partner-trustmarked-products .product-card p {
      color: #fff; }
  .elemental-partner-trustmarked-products .product-pagination {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    left: 0; }
    .elemental-partner-trustmarked-products .product-pagination i {
      font-size: 2rem;
      color: #0080a6; }
      .elemental-partner-trustmarked-products .product-pagination i:hover {
        cursor: pointer; }
      @media (max-width: 575.98px) {
        .elemental-partner-trustmarked-products .product-pagination i {
          display: none; } }
    .elemental-partner-trustmarked-products .product-pagination .product-slider-left {
      -webkit-transform: translateX(-25%);
              transform: translateX(-25%); }
    .elemental-partner-trustmarked-products .product-pagination .product-slider-right {
      -webkit-transform: translateX(25%);
              transform: translateX(25%); }

.partners-modal .modal-header {
  background-color: #0080a6;
  color: #fff;
  border-bottom: 0;
  border-radius: 0; }
  .partners-modal .modal-header h4 {
    color: #fff; }
  .partners-modal .modal-header button {
    text-shadow: none;
    opacity: 1;
    color: #fff; }

.partners-modal .modal-dialog .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  overflow: auto; }
  .partners-modal .modal-dialog .modal-content img {
    max-width: 100%;
    width: 100%; }

.partners-modal .animate-bottom {
  position: relative;
  -webkit-animation: animatebottom 0.3s linear;
          animation: animatebottom 0.3s linear; }

@-webkit-keyframes animatebottom {
  from {
    bottom: -50vh;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

@keyframes animatebottom {
  from {
    bottom: -50vh;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

.elemental-news-slider {
  padding-left: 50px;
  background-color: #F4F4F4; }
  @media (max-width: 991.98px) {
    .elemental-news-slider {
      padding-left: 20px; } }
  .elemental-news-slider .swiper-wrapper {
    padding: 1rem 0; }
  .elemental-news-slider .news-slider-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    padding-right: 50px; }
    @media (max-width: 991.98px) {
      .elemental-news-slider .news-slider-header {
        display: block;
        padding-right: 15px; } }
    .elemental-news-slider .news-slider-header > div:first-child, .elemental-news-slider .news-slider-header > div:last-child {
      width: 15%; }
      @media (max-width: 991.98px) {
        .elemental-news-slider .news-slider-header > div:first-child, .elemental-news-slider .news-slider-header > div:last-child {
          width: auto; } }
    .elemental-news-slider .news-slider-header .news-pagination {
      margin-bottom: 1rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .elemental-news-slider .news-slider-header .news-pagination i {
        font-size: 2rem;
        margin: 0 0.25rem;
        color: #0080a6; }
        .elemental-news-slider .news-slider-header .news-pagination i.swiper-button-disabled {
          opacity: 0.3; }
        .elemental-news-slider .news-slider-header .news-pagination i:hover {
          cursor: pointer; }
  .elemental-news-slider .news-slider {
    overflow: hidden;
    padding-right: 50px;
    margin: 2rem 0; }
    @media (max-width: 991.98px) {
      .elemental-news-slider .news-slider {
        padding-right: 20px; } }
    .elemental-news-slider .news-slider .news-card {
      border-radius: 0.5rem;
      background-color: #fff;
      box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
      transition: all 0.3s;
      height: 100%; }
      .elemental-news-slider .news-slider .news-card:hover {
        box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
        transition: all 0.3s; }
      .elemental-news-slider .news-slider .news-card img {
        width: 100%;
        aspect-ratio: 16/9;
        -o-object-fit: cover;
           object-fit: cover;
        border-top-right-radius: 0.5rem;
        border-top-left-radius: 0.5rem; }
      .elemental-news-slider .news-slider .news-card .slider-content {
        padding: 2rem 1rem; }
        .elemental-news-slider .news-slider .news-card .slider-content h4 {
          color: #0080a6;
          letter-spacing: 0px; }
        .elemental-news-slider .news-slider .news-card .slider-content p {
          color: #425466;
          font-size: 0.9rem; }
        .elemental-news-slider .news-slider .news-card .slider-content .publish-date {
          font-size: 0.9rem; }
  .elemental-news-slider .swiper-slide {
    height: auto; }

.elemental-verification-process .verification-process-header {
  background-color: #0080a6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 3rem; }
  .elemental-verification-process .verification-process-header .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: #71C1D3;
    color: #fff;
    padding: 0 2rem;
    font-weight: bold; }
    @media (max-width: 767.98px) {
      .elemental-verification-process .verification-process-header .title {
        padding: 0 0.5rem; } }
  .elemental-verification-process .verification-process-header .subtitles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex: 1;
        flex: 1; }
    .elemental-verification-process .verification-process-header .subtitles div {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      text-transform: uppercase; }
      .elemental-verification-process .verification-process-header .subtitles div i {
        position: absolute;
        color: #000;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -75%);
                transform: translate(-50%, -75%);
        font-size: 1.8rem; }
        @media (max-width: 767.98px) {
          .elemental-verification-process .verification-process-header .subtitles div i {
            font-size: 1rem; } }
      .elemental-verification-process .verification-process-header .subtitles div p {
        color: #fff;
        font-weight: bold; }
  .elemental-verification-process .verification-process-header p {
    margin: 1.25rem 0; }
    @media (max-width: 767.98px) {
      .elemental-verification-process .verification-process-header p {
        font-size: 13px;
        margin: 0.75rem 0;
        padding: 0 0.25rem; } }

.elemental-verification-process .verification-process-slider {
  padding-right: 2rem;
  overflow-x: hidden;
  position: relative; }
  .elemental-verification-process .verification-process-slider:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3rem;
    z-index: 2;
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); }
  .elemental-verification-process .verification-process-slider .swiper-slide img {
    height: 50px;
    width: auto; }
  .elemental-verification-process .verification-process-slider .swiper-slide h4 {
    color: #0080a6;
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #425466; }
  .elemental-verification-process .verification-process-slider .swiper-slide p {
    max-width: 100%;
    padding-right: 2rem; }
    @media (max-width: 767.98px) {
      .elemental-verification-process .verification-process-slider .swiper-slide p {
        padding-right: 1rem; } }

.elemental-icons img {
  height: 100px;
  width: auto;
  margin-bottom: 2rem; }

.elemental-icons h4 {
  color: #0080a6; }

.elemental-icon-tiles .icon-tile:nth-child(odd) .icon-tile-inner {
  background-color: #0080a6; }

.elemental-icon-tiles .icon-tile:nth-child(even) .icon-tile-inner {
  background-color: #5bb8c7; }

.elemental-icon-tiles .icon-tile {
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 767.98px) {
    .elemental-icon-tiles .icon-tile {
      margin-bottom: 15px; } }
  .elemental-icon-tiles .icon-tile .icon-tile-inner {
    padding: 3rem;
    height: 100%; }
    .elemental-icon-tiles .icon-tile .icon-tile-inner img {
      height: 100px;
      width: auto;
      margin-bottom: 2rem; }
    .elemental-icon-tiles .icon-tile .icon-tile-inner h4 {
      font-size: 2rem;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .elemental-icon-tiles .icon-tile .icon-tile-inner h4 {
          font-size: 1.4rem; } }
    .elemental-icon-tiles .icon-tile .icon-tile-inner h3 {
      font-size: 2.4rem;
      font-weight: 600; }
      @media (max-width: 767.98px) {
        .elemental-icon-tiles .icon-tile .icon-tile-inner h3 {
          font-size: 1.8rem; } }
    .elemental-icon-tiles .icon-tile .icon-tile-inner hr {
      border-top: 1px solid white;
      max-width: 70px; }
    .elemental-icon-tiles .icon-tile .icon-tile-inner p {
      color: #fff; }
      .elemental-icon-tiles .icon-tile .icon-tile-inner p:last-of-type {
        margin-bottom: 0; }
      .elemental-icon-tiles .icon-tile .icon-tile-inner p a {
        font-weight: bold; }

.elemental-verify-search {
  background-color: #0080a6;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff; }
  .elemental-verify-search.bborder {
    padding-bottom: 0; }
  .elemental-verify-search .container {
    padding-bottom: 3rem; }
    @media (max-width: 767.98px) {
      .elemental-verify-search .container {
        padding-bottom: 1.5rem; } }
  .elemental-verify-search img {
    width: 120px;
    height: auto;
    margin: 0 2rem 0 0; }
    @media (max-width: 767.98px) {
      .elemental-verify-search img {
        margin-left: 0;
        width: 100px;
        margin-right: 1rem; } }
  .elemental-verify-search .cert-search input {
    border-radius: 5rem;
    border: 0;
    padding: 1.4rem 1rem;
    min-width: 300px; }
    @media (max-width: 767.98px) {
      .elemental-verify-search .cert-search input {
        min-width: 200px; } }
  .elemental-verify-search .alert.alert-danger {
    background-color: transparent;
    padding-left: 0;
    color: #fff;
    font-weight: bold;
    border: 0; }
  @media (max-width: 767.98px) {
    .elemental-verify-search h3 {
      font-size: 1.8rem; } }
  @media (max-width: 575.98px) {
    .elemental-verify-search h3 {
      font-size: 1.4rem; } }
  .elemental-verify-search .form-group {
    margin-bottom: 0; }

.elemental-leadership-item .team-card {
  border-radius: 0.5rem;
  background-color: #fff;
  height: 100%;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3); }
  .elemental-leadership-item .team-card img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem; }
  .elemental-leadership-item .team-card .slider-content {
    padding: 2rem 1rem; }
    .elemental-leadership-item .team-card .slider-content h4 {
      color: #0080a6;
      text-transform: uppercase; }
    .elemental-leadership-item .team-card .slider-content p {
      color: #425466;
      font-size: 0.8rem; }
      .elemental-leadership-item .team-card .slider-content p:last-of-type {
        margin-bottom: 0; }

.elemental-leadership-item .full-width-member > div:nth-child(1) {
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .elemental-leadership-item .full-width-member > div:nth-child(1) .team-card {
    width: calc(33.33333% - 20px); }
    @media (max-width: 991.98px) {
      .elemental-leadership-item .full-width-member > div:nth-child(1) .team-card {
        width: calc(50% - 20px); } }
    @media (max-width: 575.98px) {
      .elemental-leadership-item .full-width-member > div:nth-child(1) .team-card {
        width: 100%; } }

.elemental-leadership-item .half-width-member > div:nth-child(1), .elemental-leadership-item .half-width-member > div:nth-child(2) {
  max-width: 50%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 575.98px) {
    .elemental-leadership-item .half-width-member > div:nth-child(1), .elemental-leadership-item .half-width-member > div:nth-child(2) {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
  .elemental-leadership-item .half-width-member > div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member > div:nth-child(2) .team-card {
    width: calc(66.66666% - 20px); }
    @media (max-width: 991.98px) {
      .elemental-leadership-item .half-width-member > div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member > div:nth-child(2) .team-card {
        width: calc(100%); } }

.elemental-leadership-item .half-width-member > div:nth-child(1) {
  -ms-flex-pack: end;
      justify-content: end; }

.elemental-leadership-item .half-width-member > div:nth-child(2) {
  -ms-flex-pack: start;
      justify-content: start; }

.elemental-leadership-item .half-width-member.fifth-width-member div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member.fifth-width-member div:nth-child(2) .team-card {
  width: calc(40% - 20px); }
  @media (max-width: 1199.98px) {
    .elemental-leadership-item .half-width-member.fifth-width-member div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member.fifth-width-member div:nth-child(2) .team-card {
      width: calc(70% - 20px); } }
  @media (max-width: 991.98px) {
    .elemental-leadership-item .half-width-member.fifth-width-member div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member.fifth-width-member div:nth-child(2) .team-card {
      width: 100%; } }

.elemental-leadership-item .full-width-member.fifth-width-member div:nth-child(1) .team-card {
  width: calc(20% - 20px); }
  @media (max-width: 1199.98px) {
    .elemental-leadership-item .full-width-member.fifth-width-member div:nth-child(1) .team-card {
      width: calc(33.3333% - 20px); } }
  @media (max-width: 991.98px) {
    .elemental-leadership-item .full-width-member.fifth-width-member div:nth-child(1) .team-card {
      width: calc(50% - 20px); } }
  @media (max-width: 767.98px) {
    .elemental-leadership-item .full-width-member.fifth-width-member div:nth-child(1) .team-card {
      width: 100%; } }

.elemental-leadership-item .half-width-member.quarter-width-member div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member.quarter-width-member div:nth-child(2) .team-card {
  width: calc(51% - 20px); }
  @media (max-width: 1199.98px) {
    .elemental-leadership-item .half-width-member.quarter-width-member div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member.quarter-width-member div:nth-child(2) .team-card {
      width: calc(70% - 20px); } }
  @media (max-width: 991.98px) {
    .elemental-leadership-item .half-width-member.quarter-width-member div:nth-child(1) .team-card, .elemental-leadership-item .half-width-member.quarter-width-member div:nth-child(2) .team-card {
      width: 100%; } }

.elemental-leadership-item .full-width-member.quarter-width-member div:nth-child(1) .team-card {
  width: calc(25% - 20px); }
  @media (max-width: 1199.98px) {
    .elemental-leadership-item .full-width-member.quarter-width-member div:nth-child(1) .team-card {
      width: calc(33.3333% - 20px); } }
  @media (max-width: 991.98px) {
    .elemental-leadership-item .full-width-member.quarter-width-member div:nth-child(1) .team-card {
      width: calc(51% - 20px); } }
  @media (max-width: 575.98px) {
    .elemental-leadership-item .full-width-member.quarter-width-member div:nth-child(1) .team-card {
      width: 100%; } }

@media (min-width: 1200px) {
  .elemental-leadership-item .small-3-col {
    max-width: 77%;
    margin: 0 auto; } }

.elemental-multi-image img {
  width: 100%; }

.elemental-embed #whr_embed_hook .whr-group {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #0080a6; }

.elemental-embed #whr_embed_hook .whr-items {
  padding-left: 0; }
  .elemental-embed #whr_embed_hook .whr-items .whr-item {
    list-style-type: none;
    margin-bottom: 1rem; }
    .elemental-embed #whr_embed_hook .whr-items .whr-item:last-child {
      margin-bottom: 3rem; }
    .elemental-embed #whr_embed_hook .whr-items .whr-item h3 {
      font-size: 1.5rem;
      font-weight: bold; }
      .elemental-embed #whr_embed_hook .whr-items .whr-item h3 a::after {
        font: var(--fa-font-solid);
        content: "\F061";
        margin-left: 0.5rem;
        color: #0080a6;
        font-size: 1rem;
        transition: all 0.2s; }
      .elemental-embed #whr_embed_hook .whr-items .whr-item h3 a:hover::after {
        color: #00455a;
        margin-left: 0.75rem;
        transition: all 0.2s; }
    .elemental-embed #whr_embed_hook .whr-items .whr-item .whr-info {
      list-style-type: none;
      padding-left: 0; }
      .elemental-embed #whr_embed_hook .whr-items .whr-item .whr-info .whr-dept {
        font-size: 1.2rem; }
        .elemental-embed #whr_embed_hook .whr-items .whr-item .whr-info .whr-dept span {
          font-weight: bold; }
      .elemental-embed #whr_embed_hook .whr-items .whr-item .whr-info .whr-date {
        font-style: italic;
        font-size: 0.9rem;
        margin-top: 0.5rem; }

.elemental-embed .teamtailor-jobs__filters,
.elemental-embed .teamtailor-jobs__pagination {
  display: none; }

.elemental-embed .teamtailor-jobs-widget {
  margin-top: -2rem; }

.elemental-embed .teamtailor-jobs__job-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job {
    width: 31%;
    -ms-flex: 0 0 31%;
        flex: 0 0 31%;
    margin: 1%;
    position: relative;
    border-radius: 0.5rem;
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
    padding: 1rem;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s;
    min-height: 150px; }
    @media (max-width: 1199.98px) {
      .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job {
        width: 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%; } }
    @media (max-width: 991.98px) {
      .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job {
        width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        margin: 1% 0; } }
    .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job:hover {
      box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
      transition: all 0.3s; }
    .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job .teamtailor-jobs__job-title {
      margin-bottom: 1rem;
      font-size: 1.6rem; }
    .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job .teamtailor-jobs__job-info {
      font-size: 1.2rem; }
    .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job::after {
      content: "";
      background-image: url("/_resources/themes/oritain-website/images/fingerprint.svg");
      position: absolute;
      right: -1rem;
      bottom: -1rem;
      height: 130px;
      width: 130px;
      z-index: 1;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: 0.1; }
    .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job .teamtailor-jobs__department {
      display: block; }
    .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job span.teamtailor-jobs__region::after {
      content: " \2013"; }
    .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job .teamtailor-jobs__region, .elemental-embed .teamtailor-jobs__job-wrapper .teamtailor-jobs__job .teamtailor-jobs__location {
      font-size: 1rem; }

.form-download__form.success {
  display: none; }
  .form-download__form.success + .form-download__file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

.form-download__fieldset {
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  padding: 2rem;
  border-radius: 1rem; }

.form-download__file {
  height: 100%;
  display: none; }

.form-download__download {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .form-download__download i {
    display: block;
    font-size: 4em;
    margin-bottom: .5rem; }

.elemental-embed-content-inner {
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  padding: 2rem;
  border-radius: 1rem; }

.elemental-links-item {
  padding-left: 50px;
  background-color: #F4F4F4; }
  @media (max-width: 991.98px) {
    .elemental-links-item {
      padding-left: 20px; } }
  .elemental-links-item .swiper-wrapper {
    padding: 1rem 0; }
  .elemental-links-item .links-slider-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
    @media (max-width: 991.98px) {
      .elemental-links-item .links-slider-header {
        display: block;
        padding-right: 15px; } }
    .elemental-links-item .links-slider-header > .spacer {
      width: 15%; }
      @media (max-width: 991.98px) {
        .elemental-links-item .links-slider-header > .spacer {
          width: auto; } }
    .elemental-links-item .links-slider-header .links-pagination {
      margin-bottom: 1rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .elemental-links-item .links-slider-header .links-pagination i {
        font-size: 2rem;
        margin: 0 0.25rem;
        color: #0080a6; }
        .elemental-links-item .links-slider-header .links-pagination i.swiper-button-disabled {
          opacity: 0.3; }
        .elemental-links-item .links-slider-header .links-pagination i:hover {
          cursor: pointer; }
  .elemental-links-item .links-slider, .elemental-links-item .links-grid {
    overflow: hidden;
    padding-right: 50px;
    margin: 2rem 0; }
    @media (max-width: 991.98px) {
      .elemental-links-item .links-slider, .elemental-links-item .links-grid {
        padding-right: 20px; } }
    .elemental-links-item .links-slider .links-card, .elemental-links-item .links-grid .links-card {
      border-radius: 0.5rem;
      background-color: #fff;
      box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
      transition: all 0.3s;
      height: 100%; }
      .elemental-links-item .links-slider .links-card:hover, .elemental-links-item .links-grid .links-card:hover {
        box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
        transition: all 0.3s; }
      .elemental-links-item .links-slider .links-card img, .elemental-links-item .links-grid .links-card img {
        width: 100%;
        aspect-ratio: 16/9;
        -o-object-fit: cover;
           object-fit: cover;
        border-top-right-radius: 0.5rem;
        border-top-left-radius: 0.5rem; }
      .elemental-links-item .links-slider .links-card .slider-content, .elemental-links-item .links-grid .links-card .slider-content {
        padding: 2rem 1rem; }
        .elemental-links-item .links-slider .links-card .slider-content h4, .elemental-links-item .links-slider .links-card .slider-content p.h4, .elemental-links-item .links-grid .links-card .slider-content h4, .elemental-links-item .links-grid .links-card .slider-content p.h4 {
          color: #0080a6;
          text-transform: uppercase; }
        .elemental-links-item .links-slider .links-card .slider-content p, .elemental-links-item .links-grid .links-card .slider-content p {
          color: #425466;
          font-size: 0.9rem; }
  .elemental-links-item .links-grid {
    overflow: visible; }
  .elemental-links-item .swiper-slide {
    height: auto; }
  .elemental-links-item .container-small {
    padding-right: 50px; }
    @media (max-width: 991.98px) {
      .elemental-links-item .container-small {
        padding-right: 20px; } }

.elemental-image-grid .grid-image-wrapper {
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .elemental-image-grid .grid-image-wrapper {
      margin-bottom: 15px; } }

.elemental-image-grid img {
  width: 100%; }

.elemental-image-content .fingerprint-img {
  display: none; }

.elemental-image-content .box-border {
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  overflow: hidden;
  height: 100%;
  transition: all 0.3s; }
  .elemental-image-content .box-border .box-inner {
    padding: 0 1rem 1rem; }
  .elemental-image-content .box-border.fingerprint img.fingerprint-img {
    position: absolute;
    display: block;
    bottom: -10%;
    right: -10%;
    max-height: 200px;
    max-width: 70%;
    opacity: 0.1; }

.elemental-customer-logos .customer-logos {
  margin-top: 5rem;
  overflow: hidden; }
  .elemental-customer-logos .customer-logos .swiper-container {
    margin-top: 4rem; }
    .elemental-customer-logos .customer-logos .swiper-container .swiper-slide {
      padding: 1rem; }
      @media (min-width: 768px) {
        .elemental-customer-logos .customer-logos .swiper-container .swiper-slide {
          padding: 2rem; } }
  .elemental-customer-logos .customer-logos .swiper-wrapper {
    transition-timing-function: linear !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.elemental-customer-logos a img {
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.elemental-customer-logos a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

@media (min-width: 768px) {
  .elemental-partners-slider .container {
    max-width: 670px; } }

@media (min-width: 992px) {
  .elemental-partners-slider .container {
    max-width: 890px; } }

@media (min-width: 1200px) {
  .elemental-partners-slider .container {
    max-width: 1100px; } }

@media (min-width: 1500px) {
  .elemental-partners-slider .container {
    max-width: 1350px; } }

@media (max-width: 767.98px) {
  .elemental-partners-slider .container {
    width: 96%; } }

.elemental-partners-slider .partners-slider {
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .elemental-partners-slider .partners-slider {
      max-width: 86%;
      margin: 0 auto; } }
  .elemental-partners-slider .partners-slider .swiper-container {
    margin-top: 4rem; }
    .elemental-partners-slider .partners-slider .swiper-container .swiper-slide {
      padding: 1rem; }
      @media (min-width: 768px) {
        .elemental-partners-slider .partners-slider .swiper-container .swiper-slide {
          padding: 2rem; } }
  .elemental-partners-slider .partners-slider .swiper-wrapper {
    transition-timing-function: linear !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.elemental-partners-slider a img {
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.elemental-partners-slider a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.elemental-partners-slider .partner-tile {
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1rem; }
  @media (min-width: 1200px) {
    .elemental-partners-slider .partner-tile {
      padding: 0.75rem; } }
  @media (max-width: 767.98px) {
    .elemental-partners-slider .partner-tile {
      padding: 0.5rem; } }
  .elemental-partners-slider .partner-tile div {
    padding: 1.5rem;
    aspect-ratio: 1/1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 0.5rem;
    transition: all 0.3s;
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3); }
    @media (min-width: 1200px) {
      .elemental-partners-slider .partner-tile div {
        padding: 1rem; } }
    @media (max-width: 767.98px) {
      .elemental-partners-slider .partner-tile div {
        box-shadow: 2px 4px 5px rgba(66, 84, 102, 0.3); } }
    .elemental-partners-slider .partner-tile div:hover {
      box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
      transition: all 0.3s; }
  .elemental-partners-slider .partner-tile img {
    width: 100%; }

.elemental-partners-slider .partner-pagination i {
  font-size: 2rem;
  margin: 0 0.25rem;
  color: #0080a6;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 767.98px) {
    .elemental-partners-slider .partner-pagination i {
      background-size: 32px 32px;
      width: 32px;
      height: 32px; } }
  .elemental-partners-slider .partner-pagination i.swiper-button-disabled {
    opacity: 0.3; }
  .elemental-partners-slider .partner-pagination i:hover {
    cursor: pointer; }
  .elemental-partners-slider .partner-pagination i.partner-slider-left {
    position: absolute;
    top: 50%;
    left: -40px; }
    @media (max-width: 767.98px) {
      .elemental-partners-slider .partner-pagination i.partner-slider-left {
        left: 0; } }
  .elemental-partners-slider .partner-pagination i.partner-slider-right {
    position: absolute;
    top: 50%;
    right: -40px; }
    @media (max-width: 767.98px) {
      .elemental-partners-slider .partner-pagination i.partner-slider-right {
        right: 0; } }

.elemental-promo-form-embed {
  position: relative;
  overflow: hidden; }
  .elemental-promo-form-embed svg {
    position: absolute;
    top: -50%;
    opacity: 0.05;
    width: 100%;
    height: auto;
    left: 0; }
  .elemental-promo-form-embed .promo-tag {
    margin-bottom: 1rem;
    display: inline-block;
    background-color: #005973;
    padding: 0.5rem;
    border-radius: 0.5rem; }
    .elemental-promo-form-embed .promo-tag p {
      margin-bottom: 0;
      color: #fff;
      text-transform: uppercase;
      font-size: 1rem; }
  .elemental-promo-form-embed .subtitle {
    font-size: 1.8rem; }
  .elemental-promo-form-embed .promo-brand {
    max-width: 250px;
    margin-top: 1rem;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }

#headerVideo {
  display: block;
  width: 100%; }

.PartnerPage .partner-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .PartnerPage .partner-logo img {
    max-width: 15rem;
    width: 100%;
    margin: 3rem 0 1rem; }

.IndustryHolder .industry-card {
  border-radius: 0.5rem;
  background-color: #fff;
  height: 100%;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  transition: all 0.3s; }
  .IndustryHolder .industry-card:hover {
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
    transition: all 0.3s; }
  .IndustryHolder .industry-card img {
    width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem; }
  .IndustryHolder .industry-card .slider-content {
    padding: 2rem 1rem; }
    .IndustryHolder .industry-card .slider-content h4 {
      color: #0080a6;
      text-transform: uppercase; }
    .IndustryHolder .industry-card .slider-content p {
      color: #425466; }

.batch-wrapper {
  background-color: #0080a6;
  color: #fff; }
  .batch-wrapper #search-batch-results {
    margin-top: 2rem;
    margin-bottom: 2rem; }

.batches-section {
  background-color: #0080a6;
  padding: 0 15px; }
  .batches-section .container {
    border-bottom: 5px solid #fff;
    padding-bottom: 3rem; }
    .batches-section .container .batch-search {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      position: relative; }
      .batches-section .container .batch-search input.form-control {
        margin-bottom: 0;
        border-radius: 5rem;
        border: 0;
        padding: 1.4rem 1rem; }
      .batches-section .container .batch-search button {
        position: absolute;
        background: 0;
        border: 0;
        font-size: 1rem;
        right: 0.75rem;
        color: #0080a6;
        padding: 0.5rem; }
    .batches-section .container h2 {
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .batches-section .container h2 {
          margin-bottom: 1rem;
          font-size: 2rem; } }

.ResourceHolderPage .resource-card, .WebinarHolderPage .resource-card {
  border-radius: 0.5rem;
  background-color: #fff;
  height: 100%;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  transition: all 0.3s; }
  .ResourceHolderPage .resource-card:hover, .WebinarHolderPage .resource-card:hover {
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
    transition: all 0.3s; }
  .ResourceHolderPage .resource-card img, .WebinarHolderPage .resource-card img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem; }
  .ResourceHolderPage .resource-card .slider-content, .WebinarHolderPage .resource-card .slider-content {
    padding: 2rem 1rem; }
    .ResourceHolderPage .resource-card .slider-content h4, .WebinarHolderPage .resource-card .slider-content h4 {
      color: #0080a6;
      text-transform: uppercase; }
    .ResourceHolderPage .resource-card .slider-content p, .WebinarHolderPage .resource-card .slider-content p {
      color: #425466; }

.resource-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow.svg") white no-repeat 98% !important;
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow.svg") white no-repeat calc(100% - 10px) !important;
  background-size: 30px 10px !important;
  border-radius: 50rem;
  color: #0080a6;
  border-color: #0080a6;
  min-width: 200px; }
  @media (min-width: 992px) {
    .resource-filters select {
      min-width: 300px; } }
  .resource-filters select:focus {
    color: #0080a6; }

#resetResourceFilters {
  border: 1px solid #0080a6; }
  #resetResourceFilters i {
    margin-left: 0;
    margin-right: 0.75rem; }
  #resetResourceFilters:hover {
    cursor: pointer; }
    #resetResourceFilters:hover i {
      -webkit-transform: none;
              transform: none;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTQ4LjUgMjI0SDQwYy0xMy4zIDAtMjQtMTAuNy0yNC0yNFY3MmMwLTkuNyA1LjgtMTguNSAxNC44LTIyLjJzMTkuMy0xLjcgMjYuMiA1LjJMOTguNiA5Ni42Yzg3LjYtODYuNSAyMjguNy04Ni4yIDMxNS44IDFjODcuNSA4Ny41IDg3LjUgMjI5LjMgMCAzMTYuOHMtMjI5LjMgODcuNS0zMTYuOCAwYy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwYzYyLjUgNjIuNSAxNjMuOCA2Mi41IDIyNi4zIDBzNjIuNS0xNjMuOCAwLTIyNi4zYy02Mi4yLTYyLjItMTYyLjctNjIuNS0yMjUuMy0xTDE4NSAxODNjNi45IDYuOSA4LjkgMTcuMiA1LjIgMjYuMnMtMTIuNSAxNC44LTIyLjIgMTQuOEg0OC41eiIvPjwvc3ZnPg=="); }

.ResourcePage .resource-slider-wrapper, .elemental-resources .resource-slider-wrapper, .WebinarPage .resource-slider-wrapper {
  padding-left: 50px;
  background-color: #F4F4F4;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (max-width: 991.98px) {
    .ResourcePage .resource-slider-wrapper, .elemental-resources .resource-slider-wrapper, .WebinarPage .resource-slider-wrapper {
      padding-left: 20px;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  .ResourcePage .resource-slider-wrapper .swiper-wrapper, .elemental-resources .resource-slider-wrapper .swiper-wrapper, .WebinarPage .resource-slider-wrapper .swiper-wrapper {
    padding: 1rem 0; }
  .ResourcePage .resource-slider-wrapper .resource-slider-header, .elemental-resources .resource-slider-wrapper .resource-slider-header, .WebinarPage .resource-slider-wrapper .resource-slider-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    padding-right: 50px; }
    @media (max-width: 991.98px) {
      .ResourcePage .resource-slider-wrapper .resource-slider-header, .elemental-resources .resource-slider-wrapper .resource-slider-header, .WebinarPage .resource-slider-wrapper .resource-slider-header {
        display: block;
        padding-right: 15px; } }
    .ResourcePage .resource-slider-wrapper .resource-slider-header > div:first-child, .ResourcePage .resource-slider-wrapper .resource-slider-header > div:last-child, .elemental-resources .resource-slider-wrapper .resource-slider-header > div:first-child, .elemental-resources .resource-slider-wrapper .resource-slider-header > div:last-child, .WebinarPage .resource-slider-wrapper .resource-slider-header > div:first-child, .WebinarPage .resource-slider-wrapper .resource-slider-header > div:last-child {
      width: 15%; }
      @media (max-width: 991.98px) {
        .ResourcePage .resource-slider-wrapper .resource-slider-header > div:first-child, .ResourcePage .resource-slider-wrapper .resource-slider-header > div:last-child, .elemental-resources .resource-slider-wrapper .resource-slider-header > div:first-child, .elemental-resources .resource-slider-wrapper .resource-slider-header > div:last-child, .WebinarPage .resource-slider-wrapper .resource-slider-header > div:first-child, .WebinarPage .resource-slider-wrapper .resource-slider-header > div:last-child {
          width: auto; } }
    .ResourcePage .resource-slider-wrapper .resource-slider-header .resource-pagination, .elemental-resources .resource-slider-wrapper .resource-slider-header .resource-pagination, .WebinarPage .resource-slider-wrapper .resource-slider-header .resource-pagination {
      margin-bottom: 1rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .ResourcePage .resource-slider-wrapper .resource-slider-header .resource-pagination i, .elemental-resources .resource-slider-wrapper .resource-slider-header .resource-pagination i, .WebinarPage .resource-slider-wrapper .resource-slider-header .resource-pagination i {
        font-size: 2rem;
        margin: 0 0.25rem;
        color: #0080a6; }
        .ResourcePage .resource-slider-wrapper .resource-slider-header .resource-pagination i.swiper-button-disabled, .elemental-resources .resource-slider-wrapper .resource-slider-header .resource-pagination i.swiper-button-disabled, .WebinarPage .resource-slider-wrapper .resource-slider-header .resource-pagination i.swiper-button-disabled {
          opacity: 0.3; }
        .ResourcePage .resource-slider-wrapper .resource-slider-header .resource-pagination i:hover, .elemental-resources .resource-slider-wrapper .resource-slider-header .resource-pagination i:hover, .WebinarPage .resource-slider-wrapper .resource-slider-header .resource-pagination i:hover {
          cursor: pointer; }
  .ResourcePage .resource-slider-wrapper .resource-slider, .elemental-resources .resource-slider-wrapper .resource-slider, .WebinarPage .resource-slider-wrapper .resource-slider {
    overflow: hidden;
    padding-right: 50px;
    margin: 2rem 0; }
    @media (max-width: 991.98px) {
      .ResourcePage .resource-slider-wrapper .resource-slider, .elemental-resources .resource-slider-wrapper .resource-slider, .WebinarPage .resource-slider-wrapper .resource-slider {
        padding-right: 20px; } }
    .ResourcePage .resource-slider-wrapper .resource-slider .resource-card, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card {
      border-radius: 0.5rem;
      background-color: #fff;
      box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
      transition: all 0.3s;
      height: 100%; }
      .ResourcePage .resource-slider-wrapper .resource-slider .resource-card:hover, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card:hover, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card:hover {
        box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
        transition: all 0.3s; }
      .ResourcePage .resource-slider-wrapper .resource-slider .resource-card img, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card img, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border-top-right-radius: 0.5rem;
        border-top-left-radius: 0.5rem; }
      .ResourcePage .resource-slider-wrapper .resource-slider .resource-card .resource-image-1-1 img, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card .resource-image-1-1 img, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card .resource-image-1-1 img {
        aspect-ratio: 1/1; }
      .ResourcePage .resource-slider-wrapper .resource-slider .resource-card .resource-image-16-9 img, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card .resource-image-16-9 img, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card .resource-image-16-9 img {
        aspect-ratio: 16/9; }
      .ResourcePage .resource-slider-wrapper .resource-slider .resource-card .slider-content, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card .slider-content, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card .slider-content {
        padding: 2rem 1rem; }
        .ResourcePage .resource-slider-wrapper .resource-slider .resource-card .slider-content h4, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card .slider-content h4, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card .slider-content h4 {
          color: #0080a6;
          text-transform: uppercase; }
        .ResourcePage .resource-slider-wrapper .resource-slider .resource-card .slider-content p, .elemental-resources .resource-slider-wrapper .resource-slider .resource-card .slider-content p, .WebinarPage .resource-slider-wrapper .resource-slider .resource-card .slider-content p {
          color: #425466;
          font-size: 0.9rem; }
  .ResourcePage .resource-slider-wrapper .swiper-slide, .elemental-resources .resource-slider-wrapper .swiper-slide, .WebinarPage .resource-slider-wrapper .swiper-slide {
    height: auto; }
  .ResourcePage .resource-slider-wrapper .container-small, .elemental-resources .resource-slider-wrapper .container-small, .WebinarPage .resource-slider-wrapper .container-small {
    padding-right: 50px; }
    @media (max-width: 991.98px) {
      .ResourcePage .resource-slider-wrapper .container-small, .elemental-resources .resource-slider-wrapper .container-small, .WebinarPage .resource-slider-wrapper .container-small {
        padding-right: 20px; } }

.oritain-blog-meta {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 2px solid #0080a6;
  border-bottom: 2px solid #0080a6; }
  .oritain-blog-meta .blog-author img {
    aspect-ratio: 1/1;
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50rem;
    overflow: hidden;
    margin-right: 1rem; }
  .oritain-blog-meta .blog-author h4 {
    margin-bottom: 0.5rem; }

.share-buttons a {
  font-size: 2rem; }

@media (min-width: 768px) {
  .post-summary.featured-post img {
    border-radius: 0.5rem 0 0 0.5rem;
    height: 100%;
    aspect-ratio: unset;
    position: absolute; }
  .post-summary.featured-post h4:not(.muted) {
    font-size: 1.4rem; }
  .post-summary.featured-post p.post-overview-content {
    font-size: 1.1rem; }
  .post-summary.featured-post .post-overview-summary {
    padding: 3rem 1rem; } }

@media (min-width: 576px) {
  .post-summary.featured-post img {
    border-radius: 0.5rem 0 0 0.5rem;
    height: 100%;
    aspect-ratio: unset;
    position: absolute; } }

.category-tag {
  background-color: #0080a6;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  margin-right: 0.25rem;
  margin-top: 0.5rem;
  display: inline-block; }
  .category-tag:not(.no-click):hover {
    cursor: pointer;
    opacity: 0.8; }

.author-page-header {
  background-color: #0080a6;
  padding: 5rem 0; }
  @media (max-width: 767.98px) {
    .author-page-header {
      padding: 2rem 0; } }
  .author-page-header img {
    border-radius: 50rem;
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 767.98px) {
      .author-page-header img {
        max-width: 125px;
        margin-bottom: 1rem; } }
  .author-page-header h1 {
    color: #fff; }
  .author-page-header p {
    color: #fff; }

.blog-author-tile {
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  transition: all 0.3s;
  height: 100%;
  padding: 1rem;
  color: #425466;
  transition: all .3s; }
  .blog-author-tile:hover {
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
    transition: all .3s; }
  .blog-author-tile h4 {
    color: #0080a6; }
  .blog-author-tile img {
    border-radius: 50rem;
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 1rem; }

.job-section {
  margin-bottom: 3rem; }
  @media (max-width: 991.98px) {
    .job-section {
      margin-bottom: 2rem; } }

.job-tile {
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  padding: 1rem;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s; }
  .job-tile svg {
    position: absolute;
    bottom: -10%;
    right: -10%;
    max-height: 200px;
    max-width: 70%;
    opacity: 0.1; }
  .job-tile h3 {
    margin-bottom: .8rem;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #210707; }
    @media (max-width: 767.98px) {
      .job-tile h3 {
        font-size: 1.4rem; } }
  .job-tile:hover {
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
    transition: all 0.3s; }

.CareerPage {
  overflow-x: hidden; }
  .CareerPage .main-content > svg {
    position: absolute;
    width: 40%;
    height: auto;
    top: -3%;
    right: -3%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    z-index: -1;
    opacity: 0.075; }
  .CareerPage .job-header .fa-circle {
    font-size: 0.3rem;
    color: #0080a6; }

#careersSection {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden; }

.CaseStudyHolderPage .case-card {
  border-radius: 0.5rem;
  background-color: #fff;
  height: 100%;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  transition: all 0.3s;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex; }
  .CaseStudyHolderPage .case-card:hover {
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
    transition: all 0.3s; }
  .CaseStudyHolderPage .case-card img {
    width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem; }
  .CaseStudyHolderPage .case-card .case-card-summary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    height: 100%;
    padding: 2rem 1rem; }
    .CaseStudyHolderPage .case-card .case-card-summary h4 {
      color: #0080a6;
      letter-spacing: 0; }
      .CaseStudyHolderPage .case-card .case-card-summary h4:not(.muted) {
        font-size: 1.4rem; }
    .CaseStudyHolderPage .case-card .case-card-summary img {
      max-width: 140px;
      max-height: 110px; }
    .CaseStudyHolderPage .case-card .case-card-summary p {
      color: #425466; }
  .CaseStudyHolderPage .case-card a p {
    color: #425466;
    font-size: 0.9rem; }
  .CaseStudyHolderPage .case-card .case-tag {
    background-color: #0080a6;
    color: #fff;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    margin-right: 0.25rem;
    margin-top: 0.5rem;
    display: inline-block; }
    .CaseStudyHolderPage .case-card .case-tag:not(.no-click):hover {
      cursor: pointer;
      opacity: 0.8; }

.case-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow.svg") white no-repeat 98% !important;
  background: url("//s3-ap-southeast-2.amazonaws.com/firebrand-cdn/oritain/down-arrow.svg") white no-repeat calc(100% - 10px) !important;
  background-size: 30px 10px !important;
  border-radius: 50rem;
  color: #0080a6;
  border-color: #0080a6;
  min-width: 200px; }
  @media (min-width: 992px) {
    .case-filters select {
      min-width: 300px; } }
  .case-filters select:focus {
    color: #0080a6; }

#resetCaseFilters {
  border: 1px solid #0080a6; }
  #resetCaseFilters i {
    margin-left: 0;
    margin-right: 0.75rem; }
  #resetCaseFilters:hover {
    cursor: pointer; }
    #resetCaseFilters:hover i {
      -webkit-transform: none;
              transform: none;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTQ4LjUgMjI0SDQwYy0xMy4zIDAtMjQtMTAuNy0yNC0yNFY3MmMwLTkuNyA1LjgtMTguNSAxNC44LTIyLjJzMTkuMy0xLjcgMjYuMiA1LjJMOTguNiA5Ni42Yzg3LjYtODYuNSAyMjguNy04Ni4yIDMxNS44IDFjODcuNSA4Ny41IDg3LjUgMjI5LjMgMCAzMTYuOHMtMjI5LjMgODcuNS0zMTYuOCAwYy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwYzYyLjUgNjIuNSAxNjMuOCA2Mi41IDIyNi4zIDBzNjIuNS0xNjMuOCAwLTIyNi4zYy02Mi4yLTYyLjItMTYyLjctNjIuNS0yMjUuMy0xTDE4NSAxODNjNi45IDYuOSA4LjkgMTcuMiA1LjIgMjYuMnMtMTIuNSAxNC44LTIyLjIgMTQuOEg0OC41eiIvPjwvc3ZnPg=="); }

.CaseStudyPage .case-study-customer-image, .elemental-case-studies .case-study-customer-image {
  max-width: 150px;
  max-height: 150px; }

.CaseStudyPage .case-study-page-information, .elemental-case-studies .case-study-page-information {
  position: -webkit-sticky;
  position: sticky;
  top: -2rem; }
  .CaseStudyPage .case-study-page-information .case-page-card, .elemental-case-studies .case-study-page-information .case-page-card {
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
    transition: all 0.3s;
    height: 100%; }
    .CaseStudyPage .case-study-page-information .case-page-card:hover, .elemental-case-studies .case-study-page-information .case-page-card:hover {
      box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.7);
      transition: all 0.3s; }
    .CaseStudyPage .case-study-page-information .case-page-card img, .elemental-case-studies .case-study-page-information .case-page-card img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-top-right-radius: 0.5rem;
      border-top-left-radius: 0.5rem; }
    .CaseStudyPage .case-study-page-information .case-page-card .case-page-card-summary, .elemental-case-studies .case-study-page-information .case-page-card .case-page-card-summary {
      padding: 2rem 1rem; }
      .CaseStudyPage .case-study-page-information .case-page-card .case-page-card-summary h4, .elemental-case-studies .case-study-page-information .case-page-card .case-page-card-summary h4 {
        color: #0080a6;
        letter-spacing: 0;
        margin-bottom: 0; }

.CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper {
  border-radius: 0.5rem;
  background-color: #ebf7f7;
  box-shadow: 2px 4px 10px rgba(66, 84, 102, 0.3);
  transition: all 0.3s;
  height: 100%;
  padding: 1rem 1rem 0 1rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper h4, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper h4 {
    font-size: 1.5rem; }
  .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: start;
    -ms-flex-pack: start;
        justify-content: start;
    margin-bottom: 1rem; }
    @media (max-width: 991.98px) {
      .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item {
        -ms-flex-pack: start;
            justify-content: start; } }
    .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div:first-child, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div:first-child {
        width: 20px;
        height: 20px;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px; }
      .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div i, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div i {
        position: absolute;
        color: #000;
        top: 0;
        left: 0;
        font-size: 1rem;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        top: 4px; }
      .CaseStudyPage .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div p, .elemental-case-studies .case-study-checkmark-section .case-study-checkmark-wrapper .case-study-checkmark-items .case-study-checkmark-item div p {
        font-size: 1.15rem; }

.CaseStudyPage .case-study-navigation-buttons .btn-secondary, .elemental-case-studies .case-study-navigation-buttons .btn-secondary {
  border-color: #0080a6; }
  .CaseStudyPage .case-study-navigation-buttons .btn-secondary i, .elemental-case-studies .case-study-navigation-buttons .btn-secondary i {
    margin-right: 0.75rem; }
  .CaseStudyPage .case-study-navigation-buttons .btn-secondary:hover, .CaseStudyPage .case-study-navigation-buttons .btn-secondary:focus, .CaseStudyPage .case-study-navigation-buttons .btn-secondary:active, .elemental-case-studies .case-study-navigation-buttons .btn-secondary:hover, .elemental-case-studies .case-study-navigation-buttons .btn-secondary:focus, .elemental-case-studies .case-study-navigation-buttons .btn-secondary:active {
    background-color: rgba(255, 255, 255, 0.8);
    color: #0080a6;
    box-shadow: none; }
    .CaseStudyPage .case-study-navigation-buttons .btn-secondary:hover i, .CaseStudyPage .case-study-navigation-buttons .btn-secondary:focus i, .CaseStudyPage .case-study-navigation-buttons .btn-secondary:active i, .elemental-case-studies .case-study-navigation-buttons .btn-secondary:hover i, .elemental-case-studies .case-study-navigation-buttons .btn-secondary:focus i, .elemental-case-studies .case-study-navigation-buttons .btn-secondary:active i {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      transition: all 0.2s; }

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